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++/56237] [4.6/4.7/4.8 regression] ICE in lang_* check: failed in push_local_name, at cp/decl.c:924


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

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-02-07 17:38:43 UTC ---
Author: jakub
Date: Thu Feb  7 17:38:33 2013
New Revision: 195858

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195858
Log:
    PR c++/56237
    * decl.c (push_local_name): Look at DECL_DISCRIMINATOR (t)
    only if DECL_DISCRIMINATOR_SET_P (t) rather than just
    DECL_LANG_SPECIFIC (t).

    * g++.dg/abi/mangle61.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/abi/mangle61.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/decl.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]