gcc/libstdc++-v3/testsuite/29_atomics/atomic_integral
Jonathan Wakely 5c6759e416 libstdc++: Replace TR1 components with C++11 ones in test utils
Signed-off-by: Jonathan Wakely <jwakely@redhat.com>

libstdc++-v3/ChangeLog:

	* testsuite/util/testsuite_common_types.h: Replace uses of
	tr1::unordered_map and tr1::unordered_set with their C++11
	equivalents.
	* testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust
	dg-error line number.
	* testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise.
	* testsuite/29_atomics/atomic_integral/cons/assign_neg.cc:
	Likewise.
	* testsuite/29_atomics/atomic_integral/cons/copy_neg.cc:
	Likewise.
	* testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc:
	Likewise.
	* testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc:
	Likewise.
	* testsuite/29_atomics/atomic_integral/operators/increment_neg.cc:
	Likewise.
2021-08-03 15:40:42 +01:00
..
cons libstdc++: Replace TR1 components with C++11 ones in test utils 2021-08-03 15:40:42 +01:00
operators libstdc++: Replace TR1 components with C++11 ones in test utils 2021-08-03 15:40:42 +01:00
requirements libstdc++: Remove redundant -std=gnu++17 option from concurrency tests 2021-05-10 16:22:53 +01:00
60940.cc Update copyright years. 2021-01-04 10:26:59 +01:00
65147.cc Update copyright years. 2021-01-04 10:26:59 +01:00
is_always_lock_free.cc libstdc++: Remove redundant -std=gnu++17 option from concurrency tests 2021-05-10 16:22:53 +01:00
nonmembers.cc Update copyright years. 2021-01-04 10:26:59 +01:00
wait_notify.cc libstdc++: Refactor/cleanup of C++20 atomic wait implementation 2021-04-20 15:14:58 +01:00