gcc/libstdc++-v3/testsuite/experimental
Jason Merrill 294cffd4d1 libstdc++: use -Wno-deprecated-declarations
-Wno-deprecated doesn't work with header units, since the testcase can't
change the header unit's version of the __DEPRECATED macro.  But
-Wno-deprecated-declarations works just fine to avoid warning about
deprecated things.

libstdc++-v3/ChangeLog:

	* testsuite/18_support/exception_ptr/62258.cc: Use
	-Wno-deprecated-declarations instead of -Wno-deprecated.
	* testsuite/18_support/uncaught_exception/14026.cc
	* testsuite/20_util/headers/functional/synopsis.cc
	* testsuite/20_util/is_literal_type/requirements/explicit_instantiation.cc
	* testsuite/20_util/is_literal_type/requirements/typedefs.cc
	* testsuite/20_util/is_literal_type/value.cc
	* testsuite/20_util/is_pod/requirements/explicit_instantiation.cc
	* testsuite/20_util/is_pod/requirements/typedefs.cc
	* testsuite/20_util/is_pod/value.cc
	* testsuite/20_util/shared_ptr/assign/auto_ptr.cc
	* testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc
	* testsuite/20_util/shared_ptr/assign/auto_ptr_rvalue.cc
	* testsuite/20_util/shared_ptr/atomic/1.cc
	* testsuite/20_util/shared_ptr/atomic/2.cc
	* testsuite/20_util/shared_ptr/atomic/3.cc
	* testsuite/20_util/shared_ptr/cons/43820_neg.cc
	* testsuite/20_util/shared_ptr/cons/auto_ptr.cc
	* testsuite/20_util/shared_ptr/cons/auto_ptr_neg.cc
	* testsuite/20_util/shared_ptr/creation/dr925.cc
	* testsuite/20_util/unique_ptr/cons/auto_ptr.cc
	* testsuite/20_util/unique_ptr/cons/auto_ptr_neg.cc
	* testsuite/20_util/variable_templates_for_traits.cc
	* testsuite/29_atomics/atomic/lwg3220.cc
	* testsuite/experimental/type_traits/value.cc: Likewise.
2025-11-12 09:05:41 +05:30
..
algorithm Update copyright years. 2025-01-02 11:59:57 +01:00
any Update copyright years. 2025-01-02 11:59:57 +01:00
array Update copyright years. 2025-01-02 11:59:57 +01:00
chrono Update copyright years. 2025-01-02 11:59:57 +01:00
deque Update copyright years. 2025-01-02 11:59:57 +01:00
filesystem libstdc++: Fix dangling pointer in fs::path::operator+=(*this) [PR120029] 2025-05-06 17:19:26 +01:00
forward_list Update copyright years. 2025-01-02 11:59:57 +01:00
functional Update copyright years. 2025-01-02 11:59:57 +01:00
iterator Update copyright years. 2025-01-02 11:59:57 +01:00
list Update copyright years. 2025-01-02 11:59:57 +01:00
map Update copyright years. 2025-01-02 11:59:57 +01:00
memory libstdc++: Suppress -Wpessimizing-move warnings in shared_ptr tests 2025-10-07 12:12:39 +01:00
memory_resource Update copyright years. 2025-01-02 11:59:57 +01:00
net libstdc++: Remove unused 'test' variables in test cases 2025-06-11 10:30:45 +01:00
numeric Update copyright years. 2025-01-02 11:59:57 +01:00
optional Update copyright years. 2025-01-02 11:59:57 +01:00
polymorphic_allocator Update copyright years. 2025-01-02 11:59:57 +01:00
propagate_const Update copyright years. 2025-01-02 11:59:57 +01:00
random Update copyright years. 2025-01-02 11:59:57 +01:00
ratio Update copyright years. 2025-01-02 11:59:57 +01:00
scopeguard libstdc++: Fix noexcept on dtors in <experimental/scope> [PR114152] 2024-02-28 14:50:13 +00:00
set Update copyright years. 2025-01-02 11:59:57 +01:00
simd Update copyright years. 2025-01-02 11:59:57 +01:00
source_location Update copyright years. 2025-01-02 11:59:57 +01:00
string Update copyright years. 2025-01-02 11:59:57 +01:00
string_view Update copyright years. 2025-01-02 11:59:57 +01:00
system_error Update copyright years. 2025-01-02 11:59:57 +01:00
tuple Update copyright years. 2025-01-02 11:59:57 +01:00
type_erased_allocator Update copyright years. 2025-01-02 11:59:57 +01:00
type_traits libstdc++: use -Wno-deprecated-declarations 2025-11-12 09:05:41 +05:30
unordered_map Update copyright years. 2025-01-02 11:59:57 +01:00
unordered_set Update copyright years. 2025-01-02 11:59:57 +01:00
vector Update copyright years. 2025-01-02 11:59:57 +01:00
feat-char8_t.cc libstdc++: Test for feature test macros more accurately 2023-11-16 08:06:59 +00:00
feat-cxx14.cc libstdc++: Test for feature test macros more accurately 2023-11-16 08:06:59 +00:00
feat-lib-fund.cc
names.cc libstdc++: Fix another 17_intro/names.cc failure on AIX 2025-05-29 14:03:51 +01:00
synchronized_value.cc