gcc/libstdc++-v3/testsuite
Jonathan Wakely ceae3a66d3 libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327]
The new symbols need to be exported, as well as some of the
std::locale::facet::id globals, which are not new but were presumably
not needed by any inline functions before now.

libstdc++-v3/ChangeLog:

	PR libstdc++/108327
	* config/os/gnu-linux/ldbl-extra.ver (GLIBCXX_LDBL_3.4.31):
	Export __try_use_facet specializations for facets in namespace
	__gnu_cxx_ldbl128.
	* config/os/gnu-linux/ldbl-ieee128-extra.ver
	(GLIBCXX_IEEE128_3.4.31): Likewise for facets in namespace
	__gnu_cxx_ieee128.
	* testsuite/util/testsuite_abi.cc: Add to lists of known and
	latest versions.
2023-01-13 00:15:01 +00:00
..
17_intro libstdc++: Change names that clash with Win32 or Clang 2022-12-12 14:00:09 +00:00
18_support libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
19_diagnostics Reimplement GNU threads library on native Windows 2022-12-23 23:58:06 +00:00
20_util libstdc++: Add feature-test macros for implemented C++23 views [PR108260] 2023-01-06 10:32:10 -05:00
21_strings libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
22_locale libstdc++: Avoid redundant checks in std::use_facet [PR103755] 2022-11-11 04:00:58 +00:00
23_containers libstdc++: Fix std::array<T, 0>::data() to be a constant expression [PR108258] 2023-01-04 11:53:49 +00:00
24_iterators libstdc++: Fix -Wsystem-headers warnings in tests 2022-11-08 17:35:15 +00:00
25_algorithms
26_numerics libstdc++: Replace non-ASCII character in comment 2022-11-28 15:22:40 +00:00
27_io libstdc++: Update tests on trunk [PR106201] 2022-11-24 21:46:13 +00:00
28_regex
29_atomics libstdc++: Define atomic lock-free type aliases for C++20 [PR98034] 2022-12-12 14:00:09 +00:00
30_threads libstdc++: Add nodiscard attribute to mutex try_lock functions 2022-12-06 21:33:29 +00:00
abi
backward
config
data
decimal
experimental libstdc++: Extend max_align_t special case to 64-bit HP-UX [PR77691] 2023-01-12 20:57:34 +00:00
ext
lib Reimplement GNU threads library on native Windows 2022-12-23 23:58:06 +00:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters
libstdc++-xmethods
performance
special_functions
std libstdc++: Add feature-test macros for implemented C++23 views [PR108260] 2023-01-06 10:32:10 -05:00
tr1
tr2
util libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327] 2023-01-13 00:15:01 +00:00
Makefile.am
Makefile.in