This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: please try this Java test program
- To: Per Bothner <per at bothner dot com>
- Subject: Re: please try this Java test program
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Sun, 29 Apr 2001 17:09:55 -0400 (EDT)
- cc: java at gcc dot gnu dot org
On 29 Apr 2001, Per Bothner wrote:
> I've tracked down the crash in Jigsaw to a mis-compilation of
> Properties.java. If you are running on Linux, I would be interested
> if you could try compiling and running this program against the 3.0 branch:
I get the same result. I think you're seeing the effects of PR 1412, now
that libgcj is compiled with -O2. The workaround is to compile without
-O2 or with -fno-defer-pop.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1412&database=gcc
I reported once that this failure doesn't occur on mainline with -O2. I
don't know if that's still the case.
> I don't think I'm qualified to track this down, but I need other
> people to see if they experience this bug.
Who do you suppose could figure this out? It's a very old bug (reported
earlier by Bryce as well), and very annoying. Releasing 3.0 this way
really isn't an option.
Jeff