gcc/libstdc++-v3/testsuite/20_util/headers
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
..
bitset Update copyright years. 2025-01-02 11:59:57 +01:00
cstdlib Update copyright years. 2025-01-02 11:59:57 +01:00
cstring Update copyright years. 2025-01-02 11:59:57 +01:00
ctime Update copyright years. 2025-01-02 11:59:57 +01:00
functional libstdc++: use -Wno-deprecated-declarations 2025-11-12 09:05:41 +05:30
memory libstdc++: Implement is_sufficiently_aligned [PR120994] 2025-08-21 11:54:41 +02:00
type_traits Update copyright years. 2025-01-02 11:59:57 +01:00
utility Update copyright years. 2025-01-02 11:59:57 +01:00