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]

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


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