From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25406 invoked by alias); 13 Nov 2001 14:56:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 25352 invoked by uid 71); 13 Nov 2001 14:56:00 -0000 Resent-Date: 13 Nov 2001 14:56:00 -0000 Resent-Message-ID: <20011113145600.25351.qmail@sourceware.cygnus.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, java-prs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, msmith@spinnakernet.com Received:(qmail 24564 invoked from network); 13 Nov 2001 14:52:31 -0000 Received: from unknown (HELO msmith.spinnakernet.com) (141.151.129.90) by sourceware.cygnus.com with SMTP; 13 Nov 2001 14:52:31 -0000 Received: (from msmith@localhost) by msmith.spinnakernet.com (8.11.6/8.11.6) id fADEqHJ21654; Tue, 13 Nov 2001 09:52:17 -0500 Message-Id:<200111131452.fADEqHJ21654@msmith.spinnakernet.com> Date: Fri, 02 Nov 2001 01:36:00 -0000 From: msmith@spinnakernet.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:3.113 Subject: java/4865: gcj seg-faults on malformed source X-SW-Source: 2001-11/txt/msg00038.txt.bz2 List-Id: >Number: 4865 >Category: java >Synopsis: gcj seg-faults on malformed source >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-illegal-code >Submitter-Id: net >Arrival-Date: Tue Nov 13 06:56:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Michael Smith >Release: 3.0.2 >Organization: Spinnaker Networks >Environment: System: Linux msmith 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown Architecture: i686 host: i686-pc-linux-gnu build: i686-pc-linux-gnu target: i686-pc-linux-gnu configured with: ../configure >Description: Inadvertantly leaving out the "class" keyword on an inner class causes seg fault. >How-To-Repeat: Attampt to compile the following (Bug.java): public class Bug { private static InnerClassWithoutClassKeyword { } } >Fix: add the class keyword (i.e. fix the syntax). If the source of the problem is unknown (i.e. user doesn't know which class), compile with another java compiler (e.g. sun's javac compiler or IBM's jikes). >Release-Note: >Audit-Trail: >Unformatted: