gcc/libstdc++-v3/testsuite/23_containers
Jonathan Wakely 217e778a31 libstdc++: Replace stacktrace effective target with feature test
Rmove the dejagnu code for checking whether std::stacktrace is supported
and just use the new dg-require-cpp-feature-test directive to check for
__cpp_lib_stacktrace instead.

libstdc++-v3/ChangeLog:

	* testsuite/19_diagnostics/stacktrace/current.cc: Check for
	__cpp_lib_stacktrace instead of check for stacktrace ET.
	* testsuite/19_diagnostics/stacktrace/entry.cc: Likewise.
	* testsuite/19_diagnostics/stacktrace/hash.cc: Likewise.
	* testsuite/19_diagnostics/stacktrace/output.cc: Likewise.
	* testsuite/19_diagnostics/stacktrace/stacktrace.cc: Likewise.
	* testsuite/19_diagnostics/stacktrace/synopsis.cc: Likewise.
	* testsuite/19_diagnostics/stacktrace/version.cc: Likewise.
	* testsuite/23_containers/vector/debug/assign4_backtrace_neg.cc:
	Likewise.
	* testsuite/lib/libstdc++.exp (check_effective_target_stacktrace):
	Remove.
2024-03-26 11:32:55 +00:00
..
array Update copyright years. 2024-01-03 12:19:35 +01:00
deque libstdc++: Replace unnecessary uses of built-ins in testsuite 2024-03-07 20:55:25 +00:00
forward_list libstdc++: Replace unnecessary uses of built-ins in testsuite 2024-03-07 20:55:25 +00:00
headers Update copyright years. 2024-01-03 12:19:35 +01:00
list libstdc++: Replace unnecessary uses of built-ins in testsuite 2024-03-07 20:55:25 +00:00
map libstdc++: Replace unnecessary uses of built-ins in testsuite 2024-03-07 20:55:25 +00:00
multimap Update copyright years. 2024-01-03 12:19:35 +01:00
multiset libstdc++: Destroy allocators in re-inserted container nodes [PR114401] 2024-03-22 22:39:06 +00:00
priority_queue Update copyright years. 2024-01-03 12:19:35 +01:00
queue Update copyright years. 2024-01-03 12:19:35 +01:00
set libstdc++: Destroy allocators in re-inserted container nodes [PR114401] 2024-03-22 22:39:06 +00:00
span Update copyright years. 2024-01-03 12:19:35 +01:00
stack Update copyright years. 2024-01-03 12:19:35 +01:00
unordered_map libstdc++: Replace unnecessary uses of built-ins in testsuite 2024-03-07 20:55:25 +00:00
unordered_multimap Update copyright years. 2024-01-03 12:19:35 +01:00
unordered_multiset libstdc++: Destroy allocators in re-inserted container nodes [PR114401] 2024-03-22 22:39:06 +00:00
unordered_set libstdc++: Destroy allocators in re-inserted container nodes [PR114401] 2024-03-22 22:39:06 +00:00
vector libstdc++: Replace stacktrace effective target with feature test 2024-03-26 11:32:55 +00:00