From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark@klomp.org To: gcc-gnats@gcc.gnu.org Subject: java/2956: gcj does not terminate on invalid class definition Date: Sat, 26 May 2001 08:56:00 -0000 Message-id: <20010526154559.11375.qmail@sourceware.cygnus.com> X-SW-Source: 2001-05/msg00861.html List-Id: >Number: 2956 >Category: java >Synopsis: gcj does not terminate on invalid class definition >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Sat May 26 08:56:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: mark@klomp.org >Release: gcc version 3.0 20010526 (prerelease) >Organization: >Environment: >Description: gcj does not terminate when compiling the following class: class BugObject extends Object; It does generate an error message but after that just hangs. $ gcj -C BugObject.java BugObject.java:1: '{' expected. class BugObject extends Object; ^ This does actually occur in the Jacks testsuite which means that we cannot run that testsuite since the test harness never kills the compiler. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: