GCC 4.0.2 Released

View: New views
6 Messages — Rating Filter:   Alert me  

GCC 4.0.2 Released

by Mark Mitchell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

GCC 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 Released

by Clemens Koller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello!

> 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)

by Clemens Koller :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 Released

by Ulrich Weigand :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?

Bye,
Ulrich

--
  Dr. Ulrich Weigand
  Linux on zSeries Development
  Ulrich.Weigand@...

Re: GCC 4.0.2 Released

by Christian Joensson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 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 Released

by Mark Mitchell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Ulrich 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