This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.0.2 RC1 Available
- From: Laurent GUERBY <laurent at guerby dot net>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Wed, 14 Sep 2005 23:47:22 +0200
- Subject: Re: GCC 4.0.2 RC1 Available
- References: <43283E18.2000105@codesourcery.com>
On Wed, 2005-09-14 at 08:13 -0700, Mark Mitchell wrote:
> Assuming that no critical problems emerge, I'll do the final release
> within the next week.
Looks good on x86-linux and x86_64-linux for Ada:
http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00691.html
http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg00690.html
On x86_64 I get 4 unexpected failures for C:
FAIL: gcc.dg/cpp/arith-3.c (test for bogus messages, line 257)
FAIL: gcc.dg/setjmp-2.c (test for excess errors)
WARNING: gcc.dg/setjmp-2.c compilation failed to produce executable
FAIL: gcc.dg/short-compare-1.c (test for excess errors)
WARNING: gcc.dg/short-compare-1.c compilation failed to produce executable
FAIL: gcc.dg/short-compare-2.c (test for excess errors)
On x86, one XPASS for C:
XPASS: gcc.dg/vect/vect-22.c scan-tree-dump-times vectorized 3 loops 1
Laurent