[Bug c++/81060] [8 Regression] ICE with un-expanded parameter pack
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jun 19 00:39:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81060
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Jun 19 00:38:26 2018
New Revision: 261725
URL: https://gcc.gnu.org/viewcvs?rev=261725&root=gcc&view=rev
Log:
PR c++/81060 - ICE with unexpanded parameter pack.
* pt.c (check_for_bare_parameter_packs): Add loc parameter.
* decl.c (grokdeclarator): Call it for qualifying_scope.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/cp-tree.h
trunk/gcc/cp/decl.c
trunk/gcc/cp/pt.c
trunk/gcc/testsuite/g++.dg/cpp0x/pr81060.C
trunk/gcc/testsuite/g++.dg/cpp0x/variadic-ex2.C
More information about the Gcc-bugs
mailing list