This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] New failures after 2003-11-06 changes
- From: law at redhat dot com
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>, "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Mon, 10 Nov 2003 16:11:01 -0700
- Subject: Re: [tree-ssa] New failures after 2003-11-06 changes
- Reply-to: law at redhat dot com
In message <1068129237.29404.12.camel@frodo.toronto.redhat.com>, Diego Novillo
writes:
>Zdenek,
>
>Your BIND_EXPR changes from yesterday have introduced/exposed failures
>in C, C++ and Fortran. Could you check them out?
>
>
>Thanks. Diego.
>
>-----------------------------------------------------------------------------
>--
>Testsuite differences between 20031105/g++.sum.gz and 20031106/g++.sum.gz
>-----------------------------------------------------------------------------
>--
>
>New regressions in 20031106/g++.sum.gz:
> FAIL: g++.old-deja/g++.pt/vaarg3.C (test for excess errors)
Note I took a real quick look at this one -- it appears that the C++
front-end has entered an infinite loop. Are you sure this is a regression
caused by the BIND_EXPR changes?
Jeff