gcc/libstdc++-v3/testsuite/18_support
Jonathan Wakely bbcb84bba0 libstdc++: Fix -Wsystem-headers warnings in tests
libstdc++-v3/ChangeLog:

	* testsuite/18_support/new_nothrow.cc: Add missing noexcept
	to operator delete replacements.
	* testsuite/20_util/any/cons/92156.cc: Disable
	-Winit-list-lifetime warnings from instantiating invalid
	specialization of manager function.
	* testsuite/20_util/any/modifiers/92156.cc: Likewise.
	* testsuite/20_util/default_delete/void_neg.cc: Prune additional
	diagnostics.
	* testsuite/20_util/headers/memory/synopsis.cc: Add missing
	noexcept.
	* testsuite/20_util/shared_ptr/cons/void_neg.cc: Prune
	additional diagnostic.
	* testsuite/20_util/unique_ptr/creation/for_overwrite.cc: Add
	missing noexcept to operator delete replacements.
	* testsuite/21_strings/basic_string/cons/char/103919.cc:
	Likewise.
	* testsuite/23_containers/map/modifiers/emplace/92300.cc:
	Likewise.
	* testsuite/23_containers/map/modifiers/insert/92300.cc:
	Likewise.
	* testsuite/24_iterators/headers/iterator/range_access_c++11.cc:
	Add missing noexcept to synopsis declarations.
	* testsuite/24_iterators/headers/iterator/range_access_c++14.cc:
	Likewise.
	* testsuite/24_iterators/headers/iterator/range_access_c++17.cc:
	Likewise.
2022-11-08 17:35:15 +00:00
..
aligned_alloc libstdc++: Disable hosted-only tests [PR103626] 2022-10-03 15:44:01 +01:00
bad_alloc
bad_cast
bad_exception
bad_typeid
byte
comparisons c++: implement P2468R2, the equality operator you are looking for 2022-11-07 14:54:04 -10:00
coroutines
exception
exception_ptr
headers libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bfloat16_t 2022-10-18 11:37:13 +02:00
initializer_list
launder
max_align_t/requirements
nested_exception
numeric_limits
quick_exit
source_location
type_info
uncaught_exception
uncaught_exceptions
50594.cc
51333.cc
96817.cc
105387_memptr.cc libstdc++: fix pointer type exception catch (no RTTI) [PR105387] 2022-11-05 14:03:08 +00:00
105387.cc libstdc++: fix pointer type exception catch (no RTTI) [PR105387] 2022-11-05 14:03:08 +00:00
cxa_vec.cc
destroying_delete.cc
free_eh_pool.cc
new_aligned.cc
new_delete_placement.cc
new_handler.cc
new_nothrow.cc libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
pthread_guard.cc
set_terminate.cc
set_unexpected.cc
terminate_handler.cc
unexpected_handler.cc