This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: HEAD encounters 'internal error' with -O9 -- inlining issue?
Adam Megacz writes:
>
> Andrew Haley <aph@cambridge.redhat.com> writes:
> > > Sadly, I still get the compiler error with this patch.
>
> > Well, I compiled the exact same sources on Linux, no problem.
> > Therefore I think it's a Windows thing.
>
> Actually, when I try building the compiler with this patch (latest
> CVS) with a Linux host and target, the compiler crashes trying to
> compile itself!
If you look at that patch, I think it doesn't modify anything outside
the `#ifdef INLINER_FOR_JAVA' markers. So, it can't affect C
compilation. Please have a look at your tree-inl;ine.c with the patch
applied and see if it does anything outside the area that is supposed
to be Java specific.
> Could you try again with the latest CVS checkout?
The patch isn't yet ready and it would not be sensible to try to
update it to latest gcc sources before it's finished.
Andrew.