https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81060
--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> --- Author: jason Date: Tue Jun 19 00:38:52 2018 New Revision: 261729 URL: https://gcc.gnu.org/viewcvs?rev=261729&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: branches/gcc-8-branch/gcc/cp/ChangeLog branches/gcc-8-branch/gcc/cp/cp-tree.h branches/gcc-8-branch/gcc/cp/decl.c branches/gcc-8-branch/gcc/cp/pt.c branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/pr81060.C branches/gcc-8-branch/gcc/testsuite/g++.dg/cpp0x/variadic-ex2.C