This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC build goes into endless loop
Andrew Pinski wrote:
>
> On Aug 15, 2005, at 4:03 PM, Gerald Pfeifer wrote:
>
> >Can someone else reproduce this on an i386 or some other target?
>
> This should been already fixed by:
> 2005-08-15 Sebastian Pop <pop@cri.ensmp.fr>
> PR 23386
>
> It was caused by:
> 2005-08-13 Sebastian Pop <pop@cri.ensmp.fr>
> PR tree-optimization/22236
>
> What is happening here is we were miss-compiling a finite loop to be an
> infinite loop.
>
Because niter estimation catches more cases now, it has triggered a
latent bug in the computation of the estimation. Sorry again, next
time I'll modify scev I'll check on i686 also.
Sebastian