java/910
bryce@gcc.gnu.org
bryce@gcc.gnu.org
Sun Apr 1 00:00:00 GMT 2001
The following reply was made to PR java/910; it has been noted by GNATS.
From: bryce@gcc.gnu.org
To: bryce@gcc.gnu.org, gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org,
simon.brenner@home.se
Cc:
Subject: Re: java/910
Date: 3 Mar 2001 01:16:49 -0000
Synopsis: gcj compiler crashes when compiling initializer statement without paranthesis after constructor
Responsible-Changed-From-To: unassigned->bryce
Responsible-Changed-By: bryce
Responsible-Changed-When: Fri Mar 2 17:16:48 2001
Responsible-Changed-Why:
.
State-Changed-From-To: open->closed
State-Changed-By: bryce
State-Changed-When: Fri Mar 2 17:16:48 2001
State-Changed-Why:
This is fixed in the gcc 3.0 branch.
The compiler now reports the following for the test case:
$ gcj -o Beeper --main=Beeper Beeper.java
Beeper.java:11: '(' expected.
txt=new TextAreaPeer;
^
Beeper.java:11: confused by earlier errors, bailing out
(which is good enough for me. The column marker is slightly
wrong, but that is unrelated)
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=910&database=gcc
More information about the Gcc-prs
mailing list