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++/53563] [4.5/4.6/4.7/4.8 Regression] ICE in start_decl, at cp/decl.c:4427


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53563

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2012-06-27 19:19:14 UTC ---
Author: jason
Date: Wed Jun 27 19:19:09 2012
New Revision: 189024

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189024
Log:
    PR c++/53563
    * parser.c (cp_parser_template_id): Add tag_type parm.
    (cp_parser_template_name): Likewise.
    (cp_parser_id_expression, cp_parser_unqualified_id): Adjust.
    (cp_parser_pseudo_destructor_name, cp_parser_type_name): Adjust.
    (cp_parser_simple_type_specifier, cp_parser_class_name): Adjust.
    (cp_parser_elaborated_type_specifier, cp_parser_class_head): Adjust.

Added:
    trunk/gcc/testsuite/g++.dg/parse/template27.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/template/crash74.C


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