gcc/libstdc++-v3/testsuite/20_util/shared_ptr
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
..
assign libstdc++: use -Wno-deprecated-declarations 2025-11-12 09:05:41 +05:30
atomic libstdc++: use -Wno-deprecated-declarations 2025-11-12 09:05:41 +05:30
casts Update copyright years. 2025-01-02 11:59:57 +01:00
comparison Update copyright years. 2025-01-02 11:59:57 +01:00
cons libstdc++: use -Wno-deprecated-declarations 2025-11-12 09:05:41 +05:30
creation libstdc++: use -Wno-deprecated-declarations 2025-11-12 09:05:41 +05:30
dest Update copyright years. 2025-01-02 11:59:57 +01:00
hash Update copyright years. 2025-01-02 11:59:57 +01:00
misc Update copyright years. 2025-01-02 11:59:57 +01:00
modifiers Update copyright years. 2025-01-02 11:59:57 +01:00
observers libstdc++: Add smart ptr owner_equals and owner_hash [PR117403] 2025-07-09 12:14:40 +01:00
requirements libstdc++: centralize and improve testing of shared_ptr/weak_ptr conversions 2025-04-29 00:38:59 +02:00
thread Update copyright years. 2025-01-02 11:59:57 +01:00