This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12621] New: Internal compiler error
- From: "barnett2 at slb dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Oct 2003 13:11:42 -0000
- Subject: [Bug c/12621] New: Internal compiler error
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12621
Summary: Internal compiler error
Product: gcc
Version: 3.3
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: barnett2 at slb dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu
/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.