gcc/libstdc++-v3/testsuite
Jonathan Wakely 73e4d9f175 libstdc++: Fix tests for constexpr std::string
Some tests fail when run with -D_GLIBCXX_USE_CXX11_ABI or -stdgnu++20.

libstdc++-v3/ChangeLog:

	* include/bits/basic_string.h (operator<=>): Use constexpr
	unconditionally.
	* testsuite/21_strings/basic_string/modifiers/constexpr.cc:
	Require cxx11-abit effective target.
	* testsuite/21_strings/headers/string/synopsis.cc: Add
	conditional constexpr to declarations, and adjust relational
	operators for C++20.
2021-11-16 22:48:15 +00:00
..
17_intro libstdc++: Fix test for libstdc++ not including <unistd.h> [PR100117] 2021-11-10 12:03:29 +00:00
18_support libstdc++: Deprecate std::unexpected and handler functions 2021-11-04 20:53:29 +00:00
19_diagnostics
20_util c++: Add -fimplicit-constexpr 2021-11-15 18:50:07 -05:00
21_strings libstdc++: Fix tests for constexpr std::string 2021-11-16 22:48:15 +00:00
22_locale
23_containers libstdc++: Fix typos in tests 2021-11-16 14:08:42 +00:00
24_iterators
25_algorithms libstdc++: Missing constexpr for __gnu_debug::__valid_range etc 2021-11-01 21:01:31 +00:00
26_numerics c++: Add -fimplicit-constexpr 2021-11-15 18:50:07 -05:00
27_io libstdc++: Implement std::spanstream for C++23 2021-11-13 11:45:31 +00:00
28_regex libstdc++: Fix 28_regex/basic_regex/84110.cc on Solaris 2021-10-26 14:07:57 +02:00
29_atomics
30_threads
abi
backward
config
data
decimal
experimental libstdc++: Fix out-of-bound array accesses in testsuite 2021-11-16 14:09:00 +00:00
ext
lib libstdc++: Add xfail to pretty printer tests that fail in C++20 2021-11-05 12:22:31 +00:00
libstdc++-abi
libstdc++-dg
libstdc++-prettyprinters libstdc++: Add xfail to pretty printer tests that fail in C++20 2021-11-05 12:22:31 +00:00
libstdc++-xmethods
performance
special_functions
std libstdc++: Implement P2432R1 changes for views::istream 2021-10-21 11:55:19 -04:00
tr1
tr2
util libstdc++: Print assertion messages to stderr [PR59675] 2021-11-12 12:23:10 +00:00
Makefile.am
Makefile.in