This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH - Fix an ICE compiling for ppc64
>>>>> Fariborz Jahanian writes:
Fariborz> Tighter predicate generates better code and bypasses the later problem,
Fariborz> I think. But there is still the bug when a load from memory is needed
Fariborz> by reload with -static. Where you able to reproduce the ICE on your end
Fariborz> david?
AIX and PPC64 Linux always are PIC, so I cannot reproduce the bug
on other target variants. Now that I know it is dependent on PIC, I know
why.
Pinski is investigating why the const_int is not being spilled to
memory. We need to track that down as well.
David