This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

AIX testsuite failures


	The libstdc++ log file shows the appended details about the
current failures.  I am most concerned about 25_algorithms/min_max.cc,
which fails to link due to uninitiated templates.  I think the test needs
to use

#if _GLIBCPP_EXTERN_TEMPLATE

Thanks, David


Assertion failed: __EX, file  /gcc/dje/src/libstdc++-v3/testsuite/22_locale/ctype/is/char/3.cc, line 48
FAIL: 22_locale/ctype/is/char/3.cc execution test

terminate called after throwing an instance of 'std::runtime_error'
  what():  attempt to create locale from unhandled name in generic implementation; see http://gcc.gnu.org/ml/libstdc++/2003-02/msg00345.html
FAIL: 22_locale/locale/cons/3.cc execution test

ld: 0711-317 ERROR: Undefined symbol: A<int>::a
ld: 0711-317 ERROR: Undefined symbol: A<unsigned>::a
ld: 0711-317 ERROR: Undefined symbol: A<long>::a
ld: 0711-317 ERROR: Undefined symbol: A<unsigned long>::a
ld: 0711-317 ERROR: Undefined symbol: A<long long>::a
ld: 0711-317 ERROR: Undefined symbol: A<unsigned long long>::a
ld: 0711-317 ERROR: Undefined symbol: A<short>::a
ld: 0711-317 ERROR: Undefined symbol: A<unsigned short>::a
ld: 0711-317 ERROR: Undefined symbol: A<char>::a
ld: 0711-317 ERROR: Undefined symbol: A<signed char>::a
ld: 0711-317 ERROR: Undefined symbol: A<unsigned char>::a
ld: 0711-317 ERROR: Undefined symbol: A<wchar_t>::a
ld: 0711-317 ERROR: Undefined symbol: A<double>::a
ld: 0711-317 ERROR: Undefined symbol: A<float>::a
ld: 0711-317 ERROR: Undefined symbol: A<long double>::a
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
FAIL: 25_algorithms/min_max.cc (test for excess errors)

FAIL: 27_io/filebuf_virtuals.cc execution test

terminate called after throwing an instance of 'std::runtime_error'
  what():  attempt to create locale from unhandled name in generic implementation; see http://gcc.gnu.org/ml/libstdc++/2003-02/msg00345.html
FAIL: 27_io/ios_manip_fmtflags.cc execution test


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]