diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index 154ee1bf3de85062e2d610b68b76d53dd623ca68..2988ed6fb6f1b957f61efa6166fa6488d481e582 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -3570,7 +3570,7 @@ lookup_template_class (d1, arglist, in_decl, context, entering_scope) if (current_class_type != NULL_TREE) template = maybe_get_template_decl_from_type_decl - (IDENTIFIER_CLASS_VALUE (d1))); + (IDENTIFIER_CLASS_VALUE (d1)); if (template == NULL_TREE) template = lookup_name_nonclass (d1); if (context)