[tuples] GCC 3.4.x as bootstrap compiler OOMs on tree-data-ref.c

Kaveh R. GHAZI ghazi@caip.rutgers.edu
Sat Jul 12 22:10:00 GMT 2008


On Sat, 12 Jul 2008, Diego Novillo wrote:

> On Sat, Jul 12, 2008 at 01:40, Jakub Jelinek <jakub@redhat.com> wrote:
>
> > -#if defined(__GNUC__) && GCC_VERSION != 4000
> > -/* GCC 4.0.x has a bug where it may ICE on this expression.  */
> > +#if defined(__GNUC__) && GCC_VERSION > 4000
> > +/* GCC 4.0.x has a bug where it may ICE on this expression,
> > +   so does GCC 3.4.x (PR17436).  */
>
> I think this is reasonable.
> Diego.

Agreed.




More information about the Gcc-patches mailing list