This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: Fix MIPS wrong code regression for java front-end.
David Daney writes:
> Andrew Haley wrote:
> > David Daney writes:
> > > 2007-02-01 David Daney <ddaney@avtrex.com>
> > >
> > > * class.c (is_compiled_class): Move check to avoid reloading
> > > current class.
> > > (layout_class_method): Don't calculate DECL_EXTERNAL if it is
> > > already set.
> >
> > OK. Ping me when it's in and I'll merge to
> > gcc-4_1-branch-java-merge-20070117. We really do nee it on that
> > branch, as we are seeing related failures on PPC64.
> >
> >
> Committed as revision 121506
OK, done. Thanks.
Andrew.