This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: gcj3.1 status update
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- To: tromey at redhat dot com
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>, java at gcc dot gnu dot org
- Date: 21 Mar 2002 20:59:46 +0100
- Subject: Re: Patch: FYI: gcj3.1 status update
- References: <87vgbpkdq9.fsf@creche.redhat.com>
Tom Tromey <tromey@redhat.com> writes:
> Daily status update.
A few corrections:
* i386-pc-solaris2.8 is ok since your patch for PR bootstrap/5948 has now
been checked in:
http://gcc.gnu.org/ml/java/2002-03/msg00389.html
although testsuite results could be improved if the use of
-fcheck-references to avoid a couple of failures wouldn't introduce
different ones
http://gcc.gnu.org/ml/java/2002-03/msg00478.html
Unfortunately, there have been no suggestions what to do about this
issue: is it expected that -fcheck-references introduces new testsuite
failures or even bootstrap failures?
* alpha-dec-osf4.0f is ok:
http://gcc.gnu.org/ml/java/2002-03/msg00478.html
The same issue about -fcheck-references applies here, too.
* alpha-dec-osf5.1 bootstraps, but shows many EH failures:
http://gcc.gnu.org/ml/java/2002-03/msg00456.html
I'm trying to find out what to do about those EH failures (PR
target/5966).
Rainer