This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix PR optimization/11536


> 
> Eric,
> > /* Testcase by Andrew Pinsky <pinskia@physics.uc.edu> */
>                              ^
>                              i
> You spelled my name wrong it is a "i" at the end not a "y".
> 

One more thing the reason why I wrote the testcase why I did 
in the bug because without the extra call in the for loop on ppc, 
the loop will be changed into a branch on count reg loop so the 
testcase will not fail but with the call there it will fail.


Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]