This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.4 Release Status (2004-01-05)
>>>>> Andrew Pinski writes:
Andrew> For this one:
>> powerpc-ibm-aix:
>> http://gcc.gnu.org/ml/gcc-testresults/2004-01/msg00309.html
Andrew> Note I am comparing this to
Andrew> <http://gcc.gnu.org/ml/gcc-testresults/2003-01/msg01420.html>.
Andrew> intrinsic77.f was not failing last year so it is a regression.
Andrew> g++.old-deja/g++.abi/ptrflags.C was not failing last year.
Andrew> g++.old-deja/g++.eh/catchptr1.C: Likewise
Many AIX fails are new tests which really should not be applied to
AIX, but should not individually be failed.
Most C++ tests fail because of COMDAT issues and G++ expecting
weak support. For instance the above tests:
FAIL: g++.old-deja/g++.abi/ptrflags.C (test for excess errors)
Excess errors:
ld: 0711-317 ERROR: Undefined symbol: typeinfo for B*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for B const*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for B volatile*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for B* restrict*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for int B::*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for int B::**
ld: 0711-317 ERROR: Undefined symbol: typeinfo for B A::*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for B B::*
FAIL: g++.old-deja/g++.eh/catchptr1.C (test for excess errors)
Excess errors:
ld: 0711-317 ERROR: Undefined symbol: typeinfo for C**
ld: 0711-317 ERROR: Undefined symbol: typeinfo for B**
ld: 0711-317 ERROR: Undefined symbol: typeinfo for C const* const*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for B const* const*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for B*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for C*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for C const*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for B const*
ld: 0711-317 ERROR: Undefined symbol: typeinfo for B
ld: 0711-317 ERROR: Undefined symbol: typeinfo for C
David