gcc/libstdc++-v3/testsuite
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
..
17_intro libstdc++: Fix experimental/names.cc failure on AIX 2024-02-02 13:54:02 +00:00
18_support
19_diagnostics libstdc++: Replace stacktrace effective target with feature test 2024-03-26 11:32:55 +00:00
20_util libstdc++: Fix tests that fail with -fno-char8_t 2024-04-08 17:44:18 +01:00
21_strings libstdc++: Fix tests that fail with -fno-char8_t 2024-04-08 17:44:18 +01:00
22_locale
23_containers libstdc++: Replace stacktrace effective target with feature test 2024-03-26 11:32:55 +00:00
24_iterators libstdc++-v3: drop GCC Runtime Library Exception from gen tests 2024-03-29 12:50:06 +01:00
25_algorithms libstdc++: Add nodiscard in <algorithm> 2024-03-14 16:58:15 +00:00
26_numerics libstdc++: Fix infinite loop in std::binomial_distribution [PR114359] 2024-03-19 15:59:44 +00:00
27_io libstdc++: Adjust expected locale-dependent date formats in tests 2024-04-10 16:14:25 +01:00
28_regex
29_atomics libstdc++: Fix tests that fail with -fno-char8_t 2024-04-08 17:44:18 +01:00
30_threads libstdc++: Make std::function deduction guide support explicit object functions [PR113335] 2024-02-02 13:54:02 +00:00
abi
backward
config
data
decimal
experimental libstdc++: add ARM SVE support to std::experimental::simd 2024-03-27 15:14:36 +01:00
ext libstdc++: Use char for _Utf8_view if char8_t isn't available [PR114519] 2024-04-08 17:44:18 +01:00
lib libstdc++: Replace stacktrace effective target with feature test 2024-03-26 11:32:55 +00:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters libstdc++: Move test error_category to global scope 2024-03-13 21:25:14 +00:00
libstdc++-xmethods
performance
special_functions
std libstdc++: Adjust expected locale-dependent date formats in tests 2024-04-10 16:14:25 +01:00
tr1
tr2
util libstdc++: Export std::__basic_file::native_handle as GLIBCXX_3.4.33 [PR114692] 2024-04-11 15:22:33 +01:00
Makefile.am
Makefile.in