debug/9239: [3.4 regression] ICE in gen_decl_die
bangerth@dealii.org
bangerth@dealii.org
Fri Mar 14 21:27:00 GMT 2003
Old Synopsis: test in gdb ice on debug code while compling
New Synopsis: [3.4 regression] ICE in gen_decl_die
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Fri Mar 14 21:27:39 2003
State-Changed-Why:
Confirmed. This is actually a regression on mainline,
since 3.3 compiled the code just fine. A reduced testcase
is this:
-------------------
int main()
{
union {
unsigned int w;
};
w = 0;
}
------------------
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -g x.cc
x.cc: In function `int main()':
x.cc:7: internal compiler error: in gen_decl_die, at dwarf2out.c:12193
W.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9239
More information about the Gcc-prs
mailing list