From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12985 invoked by alias); 24 Mar 2004 06:57:32 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 12976 invoked by uid 48); 24 Mar 2004 06:57:31 -0000 Date: Wed, 24 Mar 2004 06:57:00 -0000 From: "debian-gcc at lists dot debian dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040324065726.14711.debian-gcc@lists.debian.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/14711] New: ICE in final.c:2117 when compiling a huge source file X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg02867.txt.bz2 List-Id: [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 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