This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/63522] [4.8/4.9/5 Regression] ICE: unexpected expression 'ElementIndices' of kind template_parm_index


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63522

--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Dec 25 07:27:54 2014
New Revision: 219066

URL: https://gcc.gnu.org/viewcvs?rev=219066&root=gcc&view=rev
Log:
    PR c++/63522
    * parser.c (cp_parser_type_parameter): Call
    check_for_bare_parameter_packs on default argument.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/variadic164.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/g++.dg/cpp0x/vt-34052.C


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]