Re: [PATCH] Fix PR c++/60626
OK. Jason
[PATCH] Fix PR c++/60626
PR c++/60626 * parser.c (cp_parser_init_declarator): Handle erroneous generic type usage in non-functions with pushed scope. PR c++/60626 * g++.dg/cpp1y/pr60626.C: New testcase. --- gcc/cp/parser.c | 9 - gcc/testsuite/g++.dg/cp