Bug 12621 - Internal compiler error
Summary: Internal compiler error
Status: RESOLVED DUPLICATE of bug 12510
Alias: None
Product: gcc
Classification: Unclassified
Component: c (show other bugs)
Version: 3.3
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-15 13:11 UTC by Dave Barnett
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target: i686-pc-linux-gnu
Build: i686-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Compiler specs (1.09 KB, text/plain)
2003-10-15 13:15 UTC, Dave Barnett
Details
Preprocessed file, using "-v --save-temps" (73.40 KB, application/octet-stream)
2003-10-15 13:29 UTC, Dave Barnett
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Barnett 2003-10-15 13:11:39 UTC
/omrel/cs144/omega2/seisstat/rev/src/seisstat/winman/GraphFollows.c: In function
`WGetDefaultAspectRatio':
/omrel/cs144/omega2/seisstat/rev/src/seisstat/winman/GraphFollows.c:516:
internal compiler error: in final_scan_insn, at final.c:2799
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


This appears to be an issue with the optimizer, since when compiled in debug or
with -O0, the code compiles.

I will attach the pre-processed file, along with gcc -v output.
Comment 1 Dave Barnett 2003-10-15 13:15:11 UTC
Created attachment 4936 [details]
Compiler specs

Output from compile command, and gcc -v.
Comment 2 Dave Barnett 2003-10-15 13:29:37 UTC
Created attachment 4937 [details]
Preprocessed file, using "-v --save-temps"

This is the pre-processed file that causes the optimizer bug to be displayed.

Use "gcc -c -O GraphFollows.i" to see the bug, "gcc -c -g GraphFollows.i" to
see a clean compile.
Comment 3 Eric Botcazou 2003-10-15 14:37:42 UTC

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