This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: PR 1159/1412
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: PR 1159/1412
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Wed, 21 Mar 2001 11:09:32 -0500 (EST)
- cc: java at gcc dot gnu dot org
On 21 Mar 2001, Tom Tromey wrote:
> My patch to make the Java libraries build with multilibs on PPC
> enables -O2 as a side effect. This apparently triggers bugs in gcj.
> I'm still looking into this to make sure it is really the -O2 and not
> something else though.
I've routinely built libjava on alpha and x86 with -O2 and even -O3 (the
latter also needs -fkeep-inline-functions due to another bug). I'm not
aware of any other failures. Of course PPC could have problems of its
own.
Jeff