From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1485 invoked by alias); 24 Mar 2004 20:14:20 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 1471 invoked by uid 48); 24 Mar 2004 20:14:20 -0000 Date: Wed, 24 Mar 2004 20:14:00 -0000 Message-ID: <20040324201420.1469.qmail@sources.redhat.com> From: "reichelt at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20040324070800.14712.debian-gcc@lists.debian.org> References: <20040324070800.14712.debian-gcc@lists.debian.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/14712] gcj - ICE in final_scan_insn, at final.c:2247 X-Bugzilla-Reason: CC X-SW-Source: 2004-q1/txt/msg00028.txt.bz2 List-Id: ------- Additional Comments From reichelt at gcc dot gnu dot org 2004-03-24 20:14 ------- All you need to see the compiler crash is the following testcase: =================================== class bug { void foo() { // lots of empty lines }} =================================== When the line number of the last line exceeds 2^15, the compiler crashes. So this looks a lot like PR14711. Only the front end is a different one and the line number for the crash is much smaller. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Ever Confirmed| |1 Known to fail| |3.0 3.0.1 3.0.2 3.0.3 3.0.4 | |3.1 3.1.1 3.1.2 3.2 3.2.1 | |3.2.2 3.2.3 3.3 3.3.1 3.3.2 | |3.3.3 Known to work| |3.4.0 3.5.0 Last reconfirmed|0000-00-00 00:00:00 |2004-03-24 20:14:19 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14712