Bug 30986 - [4.0/4.1/4.2/4.3 regression] ICE in splice_child_die
Summary: [4.0/4.1/4.2/4.3 regression] ICE in splice_child_die
Status: RESOLVED DUPLICATE of bug 28834
Alias: None
Product: gcc
Classification: Unclassified
Component: debug (show other bugs)
Version: 4.3.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
Depends on:
Blocks:
 
Reported: 2007-02-27 21:42 UTC by Andreas Schwab
Modified: 2007-02-27 21:48 UTC (History)
16 users (show)

See Also:
Host:
Target: ia64-*-linux
Build:
Known to work: 3.3.6
Known to fail: 4.0.4 4.1.2 4.2.0 4.3.0
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schwab 2007-02-27 21:42:01 UTC
The test gcc.c-torture/execute/mayalias-2.c is causing an ICE when compiled with -g.  The failure can be reproduced as far back as gcc 4.0, but gcc-3.3 works.

$ ./xgcc -B./ -g -c ../../gcc/testsuite/gcc.c-torture/execute/mayalias-2.c 
../../gcc/testsuite/gcc.c-torture/execute/mayalias-2.c:2: internal compiler error: in splice_child_die, at dwarf2out.c:5589
Comment 1 Andrew Pinski 2007-02-27 21:48:18 UTC
I don't know how many times I have to mark this as a dup.

*** This bug has been marked as a duplicate of 28834 ***