gcc/libstdc++-v3/testsuite
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
..
17_intro libstdc++: Disable hosted-only tests [PR103626] 2022-10-03 15:44:01 +01:00
18_support libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
19_diagnostics libstdc++: Fix comments in tests to match code 2022-09-12 12:03:45 +01:00
20_util libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
21_strings libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
22_locale libstdc++: Fixes for tests that fail with -fno-rtti 2022-05-05 21:13:58 +01:00
23_containers libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
24_iterators libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
25_algorithms libstdc++: Add missing move in ranges::copy 2022-11-03 11:32:43 +00:00
26_numerics libstdc++-v3: Some std::*float*_t charconv and i/ostream overloads 2022-11-01 13:34:51 +01:00
27_io libstdc++: basic_filebuf: don't flush more often than necessary [PR63746] 2022-11-08 17:35:14 +00:00
28_regex libstdc++: Fix allocator propagation in regex algorithms [PR107376] 2022-10-28 15:26:35 +01:00
29_atomics libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bfloat16_t 2022-10-18 11:37:13 +02:00
30_threads libstdc++: Disable hosted-only tests [PR103626] 2022-10-03 15:44:01 +01:00
abi libstdc++: Disable hosted-only tests [PR103626] 2022-10-03 15:44:01 +01:00
backward Update copyright years. 2022-01-03 10:42:10 +01:00
config Update copyright years. 2022-01-03 10:42:10 +01:00
data
decimal Update copyright years. 2022-01-03 10:42:10 +01:00
experimental libstdc++: Do not use SFINAE for propagate_const conversions [PR107525] 2022-11-05 14:01:30 +00:00
ext libstdc++: Disable hosted-only tests [PR103626] 2022-10-03 15:44:01 +01:00
lib libstdc++: std::make_signed_t<cv bool> should be ill-formed 2022-10-10 12:19:11 +01:00
libstdc++-abi libstdc++: Make _GLIBCXX_HOSTED respect -ffreestanding [PR103626] 2022-10-03 15:43:48 +01:00
libstdc++-dg Update copyright years. 2022-01-03 10:42:10 +01:00
libstdc++-prettyprinters libstdc++: Fix gdb pretty printers when dealing with std::string 2022-10-03 07:01:10 +02:00
libstdc++-xmethods libstdc++: Disable hosted-only tests [PR103626] 2022-10-03 15:44:01 +01:00
performance libstdc++: Optimize operations on small size hashtable [PR 68303] 2022-01-05 21:46:52 +01:00
special_functions Update copyright years. 2022-01-03 10:42:10 +01:00
std libstdc++: Implement ranges::as_rvalue_view from P2446R2 2022-11-07 13:29:42 -05:00
tr1 libstdc++: Fix tr1::variate_generator::engine_value_type 2022-09-16 15:54:42 +01:00
tr2 libstdc++: Fixes for tests that fail with -fno-rtti 2022-05-05 21:13:58 +01:00
util libstdc++: Add __gnu_debug::basic_string<>::compare overloads 2022-10-12 21:50:21 +02:00
Makefile.am Update copyright years. 2022-01-03 10:42:10 +01:00
Makefile.in libstdc++: Don't use gstdint.h anymore 2022-10-29 00:55:42 +01:00