Re: GCC 3.4.4 RC2

2005-05-20 Thread Marcin Dalecki
On 2005-05-16, at 22:03, Mark Mitchell wrote: Georg Bauhaus wrote: On Mac OX X 10.2, the results are slightly discomforting, even though I do get a compiler with --enable-languages=c,ada,f77,c++,objc. gcc summary has # of unexpected failures1080 First, I would suggest disabling Ada, in

Re: GCC 3.4.4 RC2 ( ada/Make-lang.in)

2005-05-17 Thread Georg Bauhaus
Alexandre Oliva wrote: On May 16, 2005, Georg Bauhaus [EMAIL PROTECTED] wrote: - cd ada/doctools gnatmake -q xgnatugn + cd ada/doctools gnatmake -q --GCC=$(CC) xgnatugn -largs --GCC=$(CC) Don't you need quotes around $(CC), Yes, there should be quotes. (Without them the change is

Re: GCC 3.4.4 RC2

2005-05-17 Thread Mark Mitchell
John David Anglin wrote: Please download, build, and test. I've now completed testing on the PA and don't see any major issues. The only easily fixable issue that showed up in testing was the failure of 26_numerics/complex/pow.cc under hpux 10.20. This fails because of a corner case in the 10.20

Re: GCC 3.4.4 RC2

2005-05-16 Thread Mark Mitchell
Etienne Lorrain wrote: GCC 3.4.4 RC2 is now available here: ftp://gcc.gnu.org/pub/gcc/prerelease-3.4.4-20050512 There are just a few changes from RC1 to fix critical problems people experienced with RC1. Work for me, thanks. Good; thanks for confirming. -- Mark Mitchell CodeSourcery, LLC [EMAIL

Re: GCC 3.4.4 RC2

2005-05-16 Thread Janis Johnson
On Sun, May 15, 2005 at 08:59:48AM -0700, Mark Mitchell wrote: Joseph S. Myers wrote: It also looks like this patch has been backported to 3.4 branch but not to 4.0 branch? Because 4.0 branch builds are still creating libstdc++-abi.sum, while 3.4 branch builds no longer do, the ABI tests

Re: GCC 3.4.4 RC2

2005-05-16 Thread Mark Mitchell
Janis Johnson wrote: I hadn't noticed originally but on powerpc64-linux with 3.4.4 RC2 and with the 3.4 branch, the results for libstdc++-v3 show only one run of the tests for unix, not two for unix/-m32 and unix/-m64, and the results are actually for check-abi. The leftover temp files in the

Re: GCC 3.4.4 RC2

2005-05-16 Thread Georg Bauhaus
Mark Mitchell wrote: GCC 3.4.4 RC2 is now available here: Please download, build, and test. On Mac OX X 10.2, the results are slightly discomforting, even though I do get a compiler with --enable-languages=c,ada,f77,c++,objc. gcc summary has # of unexpected failures1080 (Couldn't get any

Re: GCC 3.4.4 RC2

2005-05-16 Thread John David Anglin
Please download, build, and test. I've now completed testing on the PA and don't see any major issues. The only easily fixable issue that showed up in testing was the failure of 26_numerics/complex/pow.cc under hpux 10.20. This fails because of a corner case in the 10.20 math library. The

Re: GCC 3.4.4 RC2

2005-05-16 Thread Alexandre Oliva
On May 16, 2005, Georg Bauhaus [EMAIL PROTECTED] wrote: - cd ada/doctools gnatmake -q xgnatugn + cd ada/doctools gnatmake -q --GCC=$(CC) xgnatugn -largs --GCC=$(CC) Don't you need quotes around $(CC), for the general case in which it's not as simple as `gcc', but rather something

Re: GCC 3.4.4 RC2

2005-05-15 Thread Andreas Schwab
Ulrich Weigand [EMAIL PROTECTED] writes: It would appear the problem is this patch: 2005-05-12 Mark Mitchell [EMAIL PROTECTED] 2005-04-04 Mark Mitchell [EMAIL PROTECTED] * testsuite/Makefile.am (check-local): Remove. The problem is that this change is missing. I've

Re: GCC 3.4.4 RC2

2005-05-15 Thread Joseph S. Myers
On Sun, 15 May 2005, Ulrich Weigand wrote: It would appear the problem is this patch: 2005-05-12 Mark Mitchell [EMAIL PROTECTED] 2005-04-04 Mark Mitchell [EMAIL PROTECTED] * testsuite/Makefile.am (check-local): Remove. (curent_symbols.txt): Likewise.

Re: GCC 3.4.4 RC2

2005-05-15 Thread Mark Mitchell
Andreas Schwab wrote: Ulrich Weigand [EMAIL PROTECTED] writes: It would appear the problem is this patch: 2005-05-12 Mark Mitchell [EMAIL PROTECTED] 2005-04-04 Mark Mitchell [EMAIL PROTECTED] * testsuite/Makefile.am (check-local): Remove. The problem is that this change is

Re: GCC 3.4.4 RC2

2005-05-15 Thread Mark Mitchell
Joseph S. Myers wrote: It also looks like this patch has been backported to 3.4 branch but not to 4.0 branch? Because 4.0 branch builds are still creating libstdc++-abi.sum, while 3.4 branch builds no longer do, the ABI tests having been subsumed in the main libstdc++.sum for mainline and 3.4

Re: GCC 3.4.4 RC2

2005-05-15 Thread Andreas Schwab
Mark Mitchell [EMAIL PROTECTED] writes: While I really do appreciate your help, such changes need my approval. We are in a freeze situation, which means I might be spinning a release at any moment. Please consult with me in future in such situations. I apologize for the unapproved checkin.

Re: GCC 3.4.4 RC2

2005-05-15 Thread Mark Mitchell
Andreas Schwab wrote: Mark Mitchell [EMAIL PROTECTED] writes: While I really do appreciate your help, such changes need my approval. We are in a freeze situation, which means I might be spinning a release at any moment. Please consult with me in future in such situations. I apologize for the

Re: GCC 3.4.4 RC2

2005-05-14 Thread Ulrich Weigand
Greg Schafer wrote: On Fri, May 13, 2005 at 03:44:59PM -0700, Mark Mitchell wrote: GCC 3.4.4 RC2 is now available here: ftp://gcc.gnu.org/pub/gcc/prerelease-3.4.4-20050512 There are just a few changes from RC1 to fix critical problems people experienced with RC1. Please

Re: GCC 3.4.4 RC2

2005-05-14 Thread Laurent GUERBY
Ok for Ada on x86-linux: http://gcc.gnu.org/ml/gcc-testresults/2005-05/msg00922.html C still has one unexpected fail: FAIL: gcc.c-torture/execute/va-arg-25.c execution, -Os Laurent On Fri, 2005-05-13 at 15:44 -0700, Mark Mitchell wrote: GCC 3.4.4 RC2 is now available here: ftp

Re: GCC 3.4.4 RC2

2005-05-14 Thread Greg Schafer
On Sun, May 15, 2005 at 01:54:03AM +0200, Ulrich Weigand wrote: It would appear the problem is this patch: 2005-05-12 Mark Mitchell [EMAIL PROTECTED] 2005-04-04 Mark Mitchell [EMAIL PROTECTED] * testsuite/Makefile.am (check-local): Remove. (curent_symbols.txt):

Re: GCC 3.4.4 RC2

2005-05-14 Thread Andrew Pinski
On May 14, 2005, at 8:06 PM, Laurent GUERBY wrote: Ok for Ada on x86-linux: http://gcc.gnu.org/ml/gcc-testresults/2005-05/msg00922.html C still has one unexpected fail: FAIL: gcc.c-torture/execute/va-arg-25.c execution, -Os That is not unexcited and was fixed only for 4.0.0, there was a PR about

GCC 3.4.4 RC2

2005-05-13 Thread Mark Mitchell
GCC 3.4.4 RC2 is now available here: ftp://gcc.gnu.org/pub/gcc/prerelease-3.4.4-20050512 There are just a few changes from RC1 to fix critical problems people experienced with RC1. Please download, build, and test. Thanks, -- Mark Mitchell CodeSourcery, LLC [EMAIL PROTECTED] (916) 791-8304

Re: GCC 3.4.4 RC2

2005-05-13 Thread Greg Schafer
On Fri, May 13, 2005 at 03:44:59PM -0700, Mark Mitchell wrote: GCC 3.4.4 RC2 is now available here: ftp://gcc.gnu.org/pub/gcc/prerelease-3.4.4-20050512 There are just a few changes from RC1 to fix critical problems people experienced with RC1. Please download, build, and test. Done