This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org
- From: Michael Hope <michael dot hope at linaro dot org>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: gcc at gcc dot gnu dot org, Ramana Radhakrishnan <ramana dot radhakrishnan at linaro dot org>
- Date: Tue, 6 Mar 2012 10:18:43 +1300
- Subject: Re: GCC 4.7.0 Release Candidate available from gcc.gnu.org
- Authentication-results: mr.google.com; spf=pass (google.com: domain of michael.hope@linaro.org designates 10.180.93.4 as permitted sender) smtp.mail=michael.hope@linaro.org
- References: <alpine.LNX.2.00.1203021434180.18230@zhemvz.fhfr.qr>
On Sat, Mar 3, 2012 at 2:44 AM, Richard Guenther <rguenther@suse.de> wrote:
>
> GCC 4.7.0 Release Candidate available from gcc.gnu.org
>
> The first release candidate for GCC 4.7.0 is available from
>
> ?ftp://gcc.gnu.org/pub/gcc/snapshots/4.7.0-RC-20120302
>
> and shortly its mirrors. ?It has been generated from SVN revision 184777.
>
> I have so far bootstrapped and tested the release candidate on
> x86_64-linux. ?Please test it and report any issues to bugzilla.
The RC bootstraps C, C++, Fortran, and Obj-C in arm-linux-gnueabi
Cortex-A9/Thumb-2/NEON/softfp and ARMv5T/ARM/soft-float
configurations. The test results are here:
http://builds.linaro.org/toolchain/gcc-4.7.0-RC-20120302/logs/armv7l-natty-cbuild259-tcpanda03-armv5r2/gcc-testsuite.txt
and:
http://builds.linaro.org/toolchain/gcc-4.7.0-RC-20120302/logs/armv7l-natty-cbuild259-tcpanda02-cortexa9r1/gcc-testsuite.txt
and, on reflection, should be sent to gcc-testresults. The host
details are in the same directory.
There's a fair number of failures:
http://people.linaro.org/~michaelh/incoming/a9-faults.txt
http://people.linaro.org/~michaelh/incoming/armv5-faults.txt
Ramana, any thoughts? If you ignore the guality and tls ones then
most are testisims but there's a couple of ICEs.
-- Michael