This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9374: [3.4 regression] ICE in make_decl_rtl, at varasm.c:790
- From: bangerth at dealii dot org
- To: Sylvain dot Pion at mpi-sb dot mpg dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: 21 Jan 2003 16:17:25 -0000
- Subject: Re: c++/9374: [3.4 regression] ICE in make_decl_rtl, at varasm.c:790
- Reply-to: bangerth at dealii dot org, Sylvain dot Pion at mpi-sb dot mpg dot de, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Old Synopsis: [New parser] ICE in make_decl_rtl, at varasm.c:790
New Synopsis: [3.4 regression] ICE in make_decl_rtl, at varasm.c:790
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Tue Jan 21 16:17:24 2003
State-Changed-Why:
Confirmed. I don't believe it's a parser problem though, as the
original synopsis indicated, rather some fallout from
middle-end changes.
The error message is
g/a> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -c x.cc
x.cc: In function `void f() [with T = int]':
x.cc:10: instantiated from here
x.cc:5: internal compiler error: in make_decl_rtl, at varasm.c:790
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
Compiles fine with 3.3.
W.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9374