[Bug c++/60187] [4.7/4.8/4.9 Regression] [c++11] ICE with parameter pack as underlying type for enum
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 21 22:15:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60187
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Fri Feb 21 22:15:01 2014
New Revision: 208031
URL: http://gcc.gnu.org/viewcvs?rev=208031&root=gcc&view=rev
Log:
PR c++/60187
* parser.c (cp_parser_enum_specifier): Call
check_for_bare_parameter_packs.
Added:
branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/enum_base2.C
Modified:
branches/gcc-4_8-branch/gcc/cp/ChangeLog
branches/gcc-4_8-branch/gcc/cp/parser.c
More information about the Gcc-bugs
mailing list