gcc/libstdc++-v3/testsuite/23_containers/list
Jonathan Wakely 709d8474bc libstdc++: Replace unnecessary uses of built-ins in testsuite
I don't see why we should rely on __builtin_memset etc. in tests. We can
just include <cstring> and use the public API.

libstdc++-v3/ChangeLog:

	* testsuite/23_containers/deque/allocator/default_init.cc: Use
	std::memset instead of __builtin_memset.
	* testsuite/23_containers/forward_list/allocator/default_init.cc:
	Likewise.
	* testsuite/23_containers/list/allocator/default_init.cc:
	Likewise.
	* testsuite/23_containers/map/allocator/default_init.cc:
	Likewise.
	* testsuite/23_containers/set/allocator/default_init.cc:
	Likewise.
	* testsuite/23_containers/unordered_map/allocator/default_init.cc:
	Likewise.
	* testsuite/23_containers/unordered_set/allocator/default_init.cc:
	Likewise.
	* testsuite/23_containers/vector/allocator/default_init.cc:
	Likewise.
	* testsuite/23_containers/vector/bool/allocator/default_init.cc:
	Likewise.
	* testsuite/29_atomics/atomic/compare_exchange_padding.cc:
	Likewise.
	* testsuite/util/atomic/wait_notify_util.h: Likewise.
2024-03-07 20:55:25 +00:00
..
allocator libstdc++: Replace unnecessary uses of built-ins in testsuite 2024-03-07 20:55:25 +00:00
capacity Update copyright years. 2024-01-03 12:19:35 +01:00
cons Update copyright years. 2024-01-03 12:19:35 +01:00
debug Update copyright years. 2024-01-03 12:19:35 +01:00
modifiers Update copyright years. 2024-01-03 12:19:35 +01:00
operations Update copyright years. 2024-01-03 12:19:35 +01:00
requirements Update copyright years. 2024-01-03 12:19:35 +01:00
types Update copyright years. 2024-01-03 12:19:35 +01:00
14340.cc Update copyright years. 2024-01-03 12:19:35 +01:00
18604.cc Update copyright years. 2024-01-03 12:19:35 +01:00
23781_neg.cc Update copyright years. 2024-01-03 12:19:35 +01:00
48101-2_neg.cc Update copyright years. 2024-01-03 12:19:35 +01:00
48101-3_neg.cc Update copyright years. 2024-01-03 12:19:35 +01:00
48101_neg.cc Update copyright years. 2024-01-03 12:19:35 +01:00
58764.cc Update copyright years. 2024-01-03 12:19:35 +01:00
61347.cc Update copyright years. 2024-01-03 12:19:35 +01:00
68222_neg.cc Update copyright years. 2024-01-03 12:19:35 +01:00
92124.cc Update copyright years. 2024-01-03 12:19:35 +01:00
check_construct_destroy.cc Update copyright years. 2024-01-03 12:19:35 +01:00
check_construct_destroy.h Update copyright years. 2024-01-03 12:19:35 +01:00
cmp_c++20.cc Update copyright years. 2024-01-03 12:19:35 +01:00
erasure.cc Update copyright years. 2024-01-03 12:19:35 +01:00
init-list.cc Update copyright years. 2024-01-03 12:19:35 +01:00
init-list.h Update copyright years. 2024-01-03 12:19:35 +01:00
pmr_typedefs.cc Update copyright years. 2024-01-03 12:19:35 +01:00
pmr_typedefs_debug.cc Update copyright years. 2024-01-03 12:19:35 +01:00
pthread1.cc Update copyright years. 2024-01-03 12:19:35 +01:00
pthread5.cc Update copyright years. 2024-01-03 12:19:35 +01:00
range_access.cc Update copyright years. 2024-01-03 12:19:35 +01:00