gcc/libstdc++-v3/testsuite
Jonathan Wakely 755be51d02 PR libstdc++/57060 cope with invalid thread IDs
PR libstdc++/57060
	* include/std/thread (operator==(thread::id, thread::id)): Do not use
	__gthread_equal.
	(operator<(thread::id, thread::id)): Add comment.
	(this_thread::get_id()): Do not use __gthread_self for single-threaded
	programs using glibc.
	* testsuite/30_threads/this_thread/57060.cc: New.

From-SVN: r231289
2015-12-04 17:32:40 +00:00
..
17_intro
18_support Port libvtv to Solaris 2015-11-25 10:30:25 +00:00
19_diagnostics
20_util Fix ambiguity with multiple enable_shared_from_this bases 2015-12-02 15:08:18 +00:00
21_strings Fix std::wstring capacity test for short wchar_t 2015-11-14 17:24:42 +00:00
22_locale
23_containers * testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX. 2015-11-21 00:38:25 -05:00
24_iterators
25_algorithms
26_numerics Handle C++11 <math.h> overloads on Solaris 12 2015-11-24 13:15:43 +00:00
27_io Improve tests for valid values of iostream bitmask types 2015-11-25 13:49:06 +00:00
28_regex
29_atomics
30_threads PR libstdc++/57060 cope with invalid thread IDs 2015-12-04 17:32:40 +00:00
abi
backward
config
data
decimal
experimental * testsuite/experimental/random/randint.cc: Add dg-add-options tls. 2015-11-14 09:22:53 -05:00
ext
lib
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters Ensure another pretty-printer test uses C++98 mode 2015-11-26 16:25:55 +00:00
libstdc++-xmethods
performance
tr1
tr2
util
Makefile.am
Makefile.in