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

Diego Novillo dnovillo@google.com
Sat Jul 12 17:41:00 GMT 2008


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.



More information about the Gcc-patches mailing list