This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Loop optimization bug with Ada front end on PPC (and probably Alpha)
Richard Henderson wrote:
>On Tue, Nov 27, 2001 at 05:05:35PM -0600, Corey Minyard wrote:
>
>>You will need to set the bl variable a little differently, in case its a
>>GIV. I've attached a patch. That was the cause of my segv earlier.
>>
>
>Ug. I should have done a complete bootstrap with ia64 as well --
>Seems that some cases the BIV initializer is constructed by loop,
>or something. In any case, INSN_LUID aborts.
>
>> Bootstrapping again....
>>
>
>Me too. Current patch appended.
>
I had to add the iteration_var variable, but it has fully bootstrapped.
I'll try to set up to run regressions tomorrow and see what happens.
Thanks for you help.
-Corey