* decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 18 Aug 2000 09:21:04 +0000 (09:21 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 18 Aug 2000 09:21:04 +0000 (09:21 +0000)
From-SVN: r35775

gcc/cp/ChangeLog
gcc/cp/decl2.c

index 0a2fb19..4e71a93 100644 (file)
@@ -1,5 +1,9 @@
 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
 
+       * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
+
+2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
+
        * cp-tree.h (enum_name_string): Remove prototype.
        (report_case_error): Remove prototype.
        * cp/typeck2.c (enum_name_string): Remove.
index 7bdd34c..677d3be 100644 (file)
@@ -4975,6 +4975,8 @@ arg_assoc_type (k, type)
     case TEMPLATE_TYPE_PARM:
     case TEMPLATE_TEMPLATE_PARM:
       return 0;
+    case TYPENAME_TYPE:
+      return 0;
     case LANG_TYPE:
       if (type == unknown_type_node)
        return 0;