[Bug c++/54511] [4.6/4.7/4.8 Regression] internal compiler error: in make_decl_rtl, at varasm.c:1147

jason at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 13 15:14:00 GMT 2012


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

--- Comment #5 from Jason Merrill <jason at gcc dot gnu.org> 2012-09-13 15:13:23 UTC ---
Author: jason
Date: Thu Sep 13 15:13:08 2012
New Revision: 191260

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191260
Log:
    PR c++/54511
    * pt.c (tsubst_decl) [VAR_DECL]: Handle DECL_ANON_UNION_VAR_P.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/template/anonunion2.C
Modified:
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/pt.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog

--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> 2012-09-13 15:14:03 UTC ---
Author: jason
Date: Thu Sep 13 15:13:45 2012
New Revision: 191262

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191262
Log:
    PR c++/54511
    * pt.c (tsubst_decl) [VAR_DECL]: Handle DECL_ANON_UNION_VAR_P.

Added:
    trunk/gcc/testsuite/g++.dg/template/anonunion2.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog



More information about the Gcc-bugs mailing list