This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14711] New: ICE in final.c:2117 when compiling a huge source file
- From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2004 06:57:31 -0000
- Subject: [Bug c++/14711] New: ICE in final.c:2117 when compiling a huge source file
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
[forwarded from http://bugs.debian.org/234711]
seen with 3.3 CVS 20040322, doesn't compile with 3.4.
not attaching the report, as it's 1.6MB compressed. see
http://www.ldknet.org/~mweitzel/compiler_error.tar.bz2
g++ - compiler crashes when compiling a huge (>30 MB), auto-generated
source file (differential equation system). The reported error message
was:
$ g++ DynamicSystem_PPP_realPool.cxx
DynamicSystem_PPP_realPool.cxx: In function `int main(int, char**)':
DynamicSystem_PPP_realPool.cxx:530334: internal compiler error: in
final_scan_insn, at final.c:2117
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
$ wc -l DynamicSystem_PPP_realPool.cxx
530334 DynamicSystem_PPP_realPool.cxx
--
Summary: ICE in final.c:2117 when compiling a huge source file
Product: gcc
Version: 3.3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: debian-gcc at lists dot debian dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14711