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 debug/51032] [4.7 Regression] ICE in dbxout_type, at dbxout.c:2372


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

--- Comment #12 from Dodji Seketeli <dodji at gcc dot gnu.org> 2011-11-09 07:51:17 UTC ---
Author: dodji
Date: Wed Nov  9 07:51:12 2011
New Revision: 181193

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181193
Log:
PR debug/51032 - ICE in dbxout_type, at dbxout.c:2372

gcc/cp/

    * decl2.c (check_member_template): Accept alias templates and ...
    * parser.c (cp_parser_alias_declaration): ... use it here.

gcc/testsuite/

    * g++.dg/cpp0x/alias-decl-debug-0.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-debug-0.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl2.c
    trunk/gcc/cp/parser.c
    trunk/gcc/testsuite/ChangeLog


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