This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: New 3.3 libstdc++ testsuite failures on s390x (64-bit only)
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: "Ulrich Weigand" <Ulrich dot Weigand at de dot ibm dot com>
- Cc: gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Fri, 7 Mar 2003 13:18:50 -0600
- Subject: Re: New 3.3 libstdc++ testsuite failures on s390x (64-bit only)
- References: <OFDD6E46EB.21A80BAF-ONC1256CE2.00682FF3@de.ibm.com>
>FAIL: 22_locale/num_put_members_char.cc (test for excess errors)
>FAIL: 22_locale/num_put_members_wchar_t.cc (test for excess errors)
>FAIL: 26_numerics/complex_inserters_extractors.cc (test for excess errors)
>
>All three have the same cause:
>: undefined reference to `std::__num_base::_S_format_float(std::ios_base const&, char*, char, long)'
>
>Any idea what this could be?
You'll need to add this in config/link-map.gnu. Let me know if it works.
2003-03-07 Benjamin Kosnik <bkoz at redhat dot com>
* config/linker-map.gnu: Tweak.
Index: config/linker-map.gnu
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/config/linker-map.gnu,v
retrieving revision 1.25.2.6
diff -c -p -r1.25.2.6 linker-map.gnu
*** config/linker-map.gnu 5 Mar 2003 04:40:07 -0000 1.25.2.6
--- config/linker-map.gnu 7 Mar 2003 19:18:28 -0000
*************** GLIBCPP_3.2 {
*** 127,133 ****
# __num_base
_ZNSt10__num_base13_S_format_intERKSt8ios_basePccc;
! _ZNSt10__num_base15_S_format_floatERKSt8ios_basePcci;
_ZNSt10__num_base8_S_atomsE;
# std::string minus binary operator plus
--- 127,133 ----
# __num_base
_ZNSt10__num_base13_S_format_intERKSt8ios_basePccc;
! _ZNSt10__num_base15_S_format_floatERKSt8ios_basePcc[il];
_ZNSt10__num_base8_S_atomsE;
# std::string minus binary operator plus