re PR c++/60187 ([c++11] ICE with parameter pack as underlying type for enum)
authorJason Merrill <jason@redhat.com>
Fri, 21 Feb 2014 21:47:30 +0000 (16:47 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 21 Feb 2014 21:47:30 +0000 (16:47 -0500)
commit3e9e24ab25fe2765881b888cc148a3a13740d4fb
tree9bb145d410b06e6106fd3c71bc5ef94c5cf9df70
parent71b735a54005a9b4bd41df990673a6310c332d58
re PR c++/60187 ([c++11] ICE with parameter pack as underlying type for enum)

PR c++/60187
* parser.c (cp_parser_enum_specifier): Call
check_for_bare_parameter_packs.

From-SVN: r208026
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/cpp0x/enum_base2.C [new file with mode: 0644]