This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix PR optimization/11536
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: pinskia at physics dot uc dot edu (Andrew Pinski)
- Cc: ebotcazou at libertysurf dot fr (Eric Botcazou), gcc-patches at gcc dot gnu dot org
- Date: Thu, 17 Jul 2003 18:43:45 -0400 (EDT)
- Subject: 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