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: [tuples] GCC 3.4.x as bootstrap compiler OOMs on tree-data-ref.c


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.


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