This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
New libstdc++ test failures?
- From: "Steve Ellcey " <sellcey at mips dot com>
- To: <libstdc++ at gcc dot gnu dot org>
- Cc: <fdumont at gcc dot gnu dot org>
- Date: Tue, 5 Feb 2013 08:47:41 -0800
- Subject: New libstdc++ test failures?
Is anyone else seeing C++ library test failures like this:
FAIL: 23_containers/unordered_map/cons/moveable.cc (test for excess errors)
Excess errors:
/local/home/sellcey/nightly/src/gcc/libstdc++-v3/src/c++11/hashtable_c++0x.cc:(.text._ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm+0x9c): undefined reference to `unsigned long const* std::lower_bound<unsigned long const*, unsigned long>(unsigned long const*, unsigned long const*, unsigned long const&)'
collect2: error: ld returned 1 exit status
I don't think it is due to anything local, but I haven't seen any reports
of other targets with this problem. I am seeing this on my mips-mti-elf
target but not with mips-mti-linux-gnu.
It seems to have started on Feb 2 and may be related to this checkin:
2013-02-01 Fran??ois Dumont <fdumont@gcc.gnu.org>
* include/bits/hashtable_policy.h
(_Prime_rehash_policy::_M_next_bkt)
(_Prime_rehash_policy::_M_need_rehash): Move definition...
* src/c++11/hashtable_c++0x.cc: ... here.
* src/shared/hashtable-aux.cc: Remove c++config.h include.
* config/abi/gnu.ver (GLIBCXX_3.4.18): Export _Prime_rehash_policy
symbols.
Steve Ellcey
sellcey@mips.com