This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: please try this Java test program



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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]