gcc/libstdc++-v3/testsuite
Thomas Rodgers c24384efbb libstdc++: Fix for deadlock in std::counting_semaphore [PR100806]
libstdc++-v3/ChangeLog:
	PR libstdc++/100806
	* include/bits/semaphore_base.h (__atomic_semaphore::_M_release):
	Force _M_release() to wake all waiting threads.
	* testsuite/30_threads/semaphore/100806.cc: New test.

(cherry picked from commit e02840c1a9)
2021-06-22 11:07:58 -07:00
..
17_intro libstdc++: Add explicit -std=gnu++17 option to test 2021-06-14 14:09:07 +01:00
18_support libstdc++: Remove redundant -std=gnu++17 option from remaining tests 2021-05-11 20:50:08 +01:00
19_diagnostics libstdc++: Remove redundant -std=gnu++17 option from remaining tests 2021-05-11 20:50:08 +01:00
20_util libstdc++: Fix common_reference for non-reference results [PR100894] 2021-06-14 21:34:33 +01:00
21_strings libstdc++: Suppress -Wstringop-overread warning in test 2021-06-18 11:16:58 +01:00
22_locale
23_containers libstdc++: Add feature test macro for heterogeneous lookup in unordered containers 2021-06-11 23:23:55 +01:00
24_iterators libstdc++: Implement LWG 3391 changes to move/counted_iterator::base() 2021-06-10 14:58:53 -04:00
25_algorithms libstdc++: Fix tests that fail in C++98 mode 2021-05-11 20:50:09 +01:00
26_numerics libstdc++: Replace incorrect static assertion in std::reduce [PR95833] 2021-06-18 16:55:09 +01:00
27_io libstdc++: Fix filesystem::path comparisons for C++23 2021-06-11 23:23:57 +01:00
28_regex libstdc++: Remove redundant -std=gnu++17 option from remaining tests 2021-05-11 20:50:08 +01:00
29_atomics libstd++: Only support atomic_ref::wait tests which are always lockfree 2021-06-09 13:47:15 -07:00
30_threads libstdc++: Fix for deadlock in std::counting_semaphore [PR100806] 2021-06-22 11:07:58 -07:00
abi
backward
config
data
decimal
experimental libstdc++: Only run Filesystem TS test if supported 2021-06-14 15:11:27 +01:00
ext
lib testuite: fix libtdc++ libatomic flags 2021-05-28 16:52:32 -04:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters libstdc++: Remove redundant -std=gnu++17 option from remaining tests 2021-05-11 20:50:08 +01:00
libstdc++-xmethods
performance
special_functions
std libstdc++: Non-triv-copyable extra args aren't simple [PR100940] 2021-06-17 22:55:34 -04:00
tr1 libstdc++: Fix some tests that fail in C++20 mode 2021-04-12 12:30:07 +01:00
tr2
util libstdc++: Avoid hard error in ranges::unique_copy [PR100770] 2021-06-10 16:59:34 -04:00
Makefile.am
Makefile.in