This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: ICE on simple (illegal) code in 3.3
- From: "Ranjit Mathew" <rmathew4lists at hotmail dot com>
- To: "Mark Wielaard" <mark at klomp dot org>
- Cc: "GCJ" <java at gcc dot gnu dot org>
- Date: Tue, 18 Feb 2003 09:59:02 +0530
- Subject: Re: ICE on simple (illegal) code in 3.3
- References: <OE73JCRun3kBg3U21dX00004b06@hotmail.com> <1045519552.11209.1.camel@elsschot>
- Reply-to: "Ranjit Mathew" <rmathew at hotmail dot com>
> > I'm consistently getting ICE on this simple (illegal) code
> > with 3.3 on MinGW, but not with 3.2:
> > [...]
> > Does this happen on other platforms as well?
>
> I am not seeing this, both 3.3 branch and mainline just give:
> $ gcj Foo.java
> Foo.java:4: error: Missing term.
> s = { "snafu", "wombat"};
> ^
> 1 error
>
> What are you seeing?
I see this and then the standard ICE message about reporting
bugs to GCC and sending preprocessed source as appropiate.
However, with Mohan's GCJ 3.3, I'm not seeing this error.
I must have somehow SNAFU'ed my build. I'll try again with
the latest snapshot.
Sorry for the noise.
Ranjit.