This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
G++ mainline typeinfo regressions on AIX
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Jason Merrill <jason at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 14 May 2002 11:21:48 -0400
- Subject: G++ mainline typeinfo regressions on AIX
The number of g++ testsuite regressions on AIX nearly doubled
yesterday from 16 to 31. All of the regressions are due to linker errors
about typeinfo. (Some testcases failed before as execution tests and now
fail with the typeinfo error.)
David
FAIL: g++.dg/eh/new1.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::bad_alloc
FAIL: g++.abi/cxa_vec.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::bad_alloc
FAIL: g++.abi/ptrflags.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::type_info
ld: 0711-317 ERROR: Undefined symbol: typeinfo for __cxxabiv1::__pbase_type_info
FAIL: g++.abi/vmihint.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::type_info
ld: 0711-317 ERROR: Undefined symbol: typeinfo for __cxxabiv1::__vmi_class_type_info
FAIL: g++.eh/ia64-1.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::exception
FAIL: g++.eh/spec1.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::bad_exception
FAIL: g++.eh/spec2.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::bad_exception
FAIL: g++.eh/spec3.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::bad_exception
FAIL: g++.eh/spec4.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::bad_exception
FAIL: g++.law/virtual3.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::basic_ostream<char, std::char_traits<char> >
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >
FAIL: g++.mike/dyncast1.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::bad_cast
FAIL: g++.mike/dyncast2.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::bad_cast
FAIL: g++.mike/dyncast7.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::exception
FAIL: g++.mike/p755.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::bad_alloc
FAIL: g++.ns/new1.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::bad_alloc
FAIL: g++.other/new7.C (test for excess errors)
ld: 0711-317 ERROR: Undefined symbol: typeinfo for std::bad_alloc