aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r--gcc/cp/decl2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index 7bdd34c..677d3be 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -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;