Mark Mitchell <[EMAIL PROTECTED]> writes: > GCC 4.0.1 RC2 is now available here: > > ftp://gcc.gnu.org/pub/gcc/prerelease-4.0.1-20050616 > > This version has the libstdc++ versioning changes, and most of the PO > file updates. The PO file that Joseph checked in today is not > included, but will be in the final release. > > Please test this version and report problems in Bugzilla, with a Cc: > to me. I'd also appreciate explicit confirmation from a > representative of the libstdc++ team that this version as packaged > still has the desired behavior, just to catch any packaging snafus. > > With luck, I'll announce the final release during the summit next week...
RC2 seems to be good on powerpc-darwin8, <http://gcc.gnu.org/ml/gcc-testresults/2005-06/msg01175.html> compared to <http://gcc.gnu.org/ml/gcc-testresults/2005-04/msg01328.html> except that the testcase libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc appears to fail, with lots of complaints like c99_classification_macros_c.cc:49:21: error: macro "isgreaterequal" requires 2 arguments, but only 1 given but the actual file did this with previous versions too, I think something changed in the test harness. As far as I can tell, this testcase is in fact invalid and should produce exactly this error message.