[Bug c++/84936] [8 Regression] ICE with unexpanded parameter pack
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Apr 5 00:09:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84936
--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Apr 5 00:09:05 2018
New Revision: 259107
URL: https://gcc.gnu.org/viewcvs?rev=259107&root=gcc&view=rev
Log:
PR c++/84936 - ICE with unexpanded pack in mem-initializer.
* parser.c (cp_parser_mem_initializer_list): Call
check_for_bare_parameter_packs.
Added:
trunk/gcc/testsuite/g++.dg/cpp0x/variadic175.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/parser.c
More information about the Gcc-bugs
mailing list