From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7485 invoked by alias); 24 Mar 2004 16:51:23 -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 7422 invoked by uid 48); 24 Mar 2004 16:51:22 -0000 Date: Wed, 24 Mar 2004 16:51:00 -0000 Message-ID: <20040324165122.7420.qmail@sources.redhat.com> From: "reichelt at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20040324065726.14711.debian-gcc@lists.debian.org> References: <20040324065726.14711.debian-gcc@lists.debian.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug middle-end/14711] [3.3 regression] ICE in final.c:2117 when compiling a huge source file X-Bugzilla-Reason: CC X-SW-Source: 2004-03/txt/msg02924.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2004-03-24 16:51 ------- Looks like Falk is right, I'll attach a short testcase which has the following form: ============================ template struct A {}; // lots of empty lines void foo() { A<0> a; } ============================ If the funtion is in line 524288, I get the ICE, if it is in line 524287 I don't. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Severity|normal |critical Status|WAITING |NEW Component|preprocessor |middle-end Ever Confirmed| |1 Known to fail| |3.3 3.3.1 3.3.2 3.3.3 Known to work| |2.95.3 3.4.0 3.5.0 Last reconfirmed|0000-00-00 00:00:00 |2004-03-24 16:51:21 date| | Summary|ICE in final.c:2117 when |[3.3 regression] ICE in |compiling a huge source file|final.c:2117 when compiling | |a huge source file Target Milestone|--- |3.3.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14711