* 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 0a2fb19c356fe49462d503d269f05d2b93b7f132..4e71a93ae724171c2defc976f2ab1d250436a088 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 7bdd34c0008a799387062702a7147c5b8d801ae9..677d3bebcc296ff7ce415d4933283a482ba85a70 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;