From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30542 invoked by alias); 23 Jan 2004 02:48:47 -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 30532 invoked by uid 48); 23 Jan 2004 02:48:45 -0000 Date: Fri, 23 Jan 2004 02:48:00 -0000 From: "tromey at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040123024842.13824.tromey@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/13824] New: gcj SEGV with simple .java program X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg02875.txt.bz2 List-Id: public class pr13107_3 { public static void main(String[] args) { for (int i = 0; i < 1; i++) { try { System.out.println(i); } finally { if (i == 3) continue; } } } } This will be in the libgcj test suite shortly. This fails with a SEGV when compiled to native with "-c -O3". It correctly compiles to bytecode. -- Summary: gcj SEGV with simple .java program Product: gcc Version: 3.5.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tromey at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13824