gcc/libstdc++-v3/testsuite/util
Jonathan Wakely 1defe743ae
libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692]
I added this new symbol in the wrong version. GLIBCXX_3.4.32 was
already used for the GCC 13.2.0 release, so the new symbol should have
been in a new GLIBCXX_3.4.33 version.

Additionally, the pattern doesn't need to use [cw] because we only ever
use __basic_file<char>, even for std::basic_filebuf<wchar_t>.

libstdc++-v3/ChangeLog:

	PR libstdc++/114692
	* config/abi/pre/gnu.ver (GLIBCXX_3.4.32): Move new exports for
	__basic_file::native_handle to ...
	(GLIBCXX_3.4.33): ... here. Adjust to not match wchar_t
	specialization, which isn't used.
	* testsuite/util/testsuite_abi.cc: Add GLIBCXX_3.4.33 and update
	latest version check.
2024-04-11 15:22:33 +01:00
..
atomic libstdc++: Replace unnecessary uses of built-ins in testsuite 2024-03-07 20:55:25 +00:00
common_type Update copyright years. 2024-01-03 12:19:35 +01:00
debug Update copyright years. 2024-01-03 12:19:35 +01:00
exception Update copyright years. 2024-01-03 12:19:35 +01:00
hash_fn Update copyright years. 2024-01-03 12:19:35 +01:00
io Update copyright years. 2024-01-03 12:19:35 +01:00
native_type Update copyright years. 2024-01-03 12:19:35 +01:00
performance Update copyright years. 2024-01-03 12:19:35 +01:00
pstl libstdc++: Fix typos in MemoryChecker assertion messages in PSTL tests 2024-03-19 15:20:07 +00:00
regression Update copyright years. 2024-01-03 12:19:35 +01:00
statistic Update copyright years. 2024-01-03 12:19:35 +01:00
thread Update copyright years. 2024-01-03 12:19:35 +01:00
replacement_memory_operators.h Update copyright years. 2024-01-03 12:19:35 +01:00
slow_clock.h Update copyright years. 2024-01-03 12:19:35 +01:00
specfun_testcase.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_abi.cc libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692] 2024-04-11 15:22:33 +01:00
testsuite_abi.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_abi_check.cc Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_allocator.cc Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_allocator.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_api.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_character.cc Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_character.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_common_types.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_container_traits.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_containergen.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_containers.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_counter_type.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_error.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_fs.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_greedy_ops.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_hooks.cc Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_hooks.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_io.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_iterators.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_new_operators.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_performance.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_random.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_regex.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_rng.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_rvalref.h Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_shared.cc Update copyright years. 2024-01-03 12:19:35 +01:00
testsuite_string.h libstdc++: Add __gnu_debug::basic_string<>::compare overloads 2022-10-12 21:50:21 +02:00
testsuite_tr1.h Update copyright years. 2024-01-03 12:19:35 +01:00