|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
GCC 4.0.2 ReleasedGCC 4.0.2 has been released.
This release is a minor release, containing primarily fixes for regressions in GCC 4.0.1 releative to previous releases. http://gcc.gnu.org/gcc-4.0/changes.html#4.0.2 This release is available from the FTP servers listed here: http://www.gnu.org/order/ftp.html The release is in the gcc/gcc-4.0.2 subdirectory. As usual, a vast number of people contributed to this release -- far too many to thank by name! -- Mark Mitchell CodeSourcery, LLC mark@... (916) 791-8304 |
|
|
Re: GCC 4.0.2 ReleasedHello!
> GCC 4.0.2 has been released. Great! Thank you all! :-)) Well, I am using an embedded mpc8540 (ppc, e500, SPE extension) system and can work like on a native system. Currently, the system is not very busy, so I can run some tests if it's useful for you... Can you tell me (point to some documentation) how to run through all the testsuites? Best greets, -- Clemens Koller _______________________________ R&D Imaging Devices Anagramm GmbH Rupert-Mayer-Str. 45/1 81379 Muenchen Germany http://www.anagramm.de Phone: +49-89-741518-50 Fax: +49-89-741518-19 |
|
|
Re: GCC 4.0.2 Released (successful build)Hello again!
Okay, gcc-4.0.2 built just fine on an embedded mpc8540 (ppc, e500, SPE extension): $ ./gcc -v Using built-in specs. Target: powerpc-unknown-linux-gnu Configured with: ../gcc-4.0.2/configure --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++,objc --enable-nls=yes --enable-clocale=gnu --with-float=soft Thread model: posix gcc version 4.0.2 I'll have a look at the spe things later (--with-cpu=8540). Greets, -- Clemens Koller _______________________________ R&D Imaging Devices Anagramm GmbH Rupert-Mayer-Str. 45/1 81379 Muenchen Germany http://www.anagramm.de Phone: +49-89-741518-50 Fax: +49-89-741518-19 |
|
|
Re: GCC 4.0.2 ReleasedMark Mitchell wrote:
> GCC 4.0.2 has been released. Results on s390(x)-ibm-linux are here: http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg01323.html http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg01324.html Unfortunately, it is not zero-FAIL after all; at the last minute this one appears to have crept in: FAIL: g++.dg/template/array14.C (test for excess errors) The error is: array14.C: In function 'void t(int)': array14.C:9: error: invalid lvalue in unary '&' Any idea what this is all about? Bye, Ulrich -- Dr. Ulrich Weigand Linux on zSeries Development Ulrich.Weigand@... |
|
|
Re: GCC 4.0.2 ReleasedOn 9/29/05, Ulrich Weigand <uweigand@...> wrote:
> Mark Mitchell wrote: > > > GCC 4.0.2 has been released. > > Results on s390(x)-ibm-linux are here: > http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg01323.html > http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg01324.html > > Unfortunately, it is not zero-FAIL after all; at the last > minute this one appears to have crept in: > FAIL: g++.dg/template/array14.C (test for excess errors) > > The error is: > array14.C: In function 'void t(int)': > array14.C:9: error: invalid lvalue in unary '&' > FWIW, me too, on sparc/sparc64 linux... -- Cheers, /ChJ |
|
|
Re: GCC 4.0.2 ReleasedUlrich Weigand wrote:
> Mark Mitchell wrote: > > >>GCC 4.0.2 has been released. > > > Results on s390(x)-ibm-linux are here: > http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg01323.html > http://gcc.gnu.org/ml/gcc-testresults/2005-09/msg01324.html > > Unfortunately, it is not zero-FAIL after all; at the last > minute this one appears to have crept in: > FAIL: g++.dg/template/array14.C (test for excess errors) > > The error is: > array14.C: In function 'void t(int)': > array14.C:9: error: invalid lvalue in unary '&' > > Any idea what this is all about? No, that's very weird; that was PR 23993, which I fixed. Or, thought I did. It's definitely fixed for me on x86_64-unknown-linux-gnu. But, the nature of the bug didn't seem at all system-dependent. I've checked that I have no local patches in my GCC 4.0.x tree. So, I'm pretty mystified... -- Mark Mitchell CodeSourcery, LLC mark@... (916) 791-8304 |
| Free embeddable forum powered by Nabble | Forum Help |