gcc/libstdc++-v3/testsuite/28_regex
Jonathan Wakely a04b73e15b libstdc++: Replace hyphens in effective target keywords
An effective target like foo-bar-baz will match a target selector of
*-*-* and cause problems in the testsuite. Several libstdc++ et keywords
are of the form foo-bar, which could still be a problem for *-*
selectors.

Replace hyphens with underscores in the et keywords "debug-mode",
"cxx11-abi", etc.

libstdc++-v3/ChangeLog:

	* testsuite/lib/libstdc++.exp: Rename effective target keywords
	to avoid dashes in the name.
	* testsuite/*: Update effective targe keywords.
2021-11-24 13:20:26 +00:00
..
algorithms libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuite 2021-10-09 00:57:48 +01:00
basic_regex libstdc++: Fix 28_regex/basic_regex/84110.cc on Solaris 2021-10-26 14:07:57 +02:00
constants Update copyright years. 2021-01-04 10:26:59 +01:00
headers/regex Update copyright years. 2021-01-04 10:26:59 +01:00
iterators Update copyright years. 2021-01-04 10:26:59 +01:00
match_results libstdc++: Replace hyphens in effective target keywords 2021-11-24 13:20:26 +00:00
regex_error Update copyright years. 2021-01-04 10:26:59 +01:00
requirements Update copyright years. 2021-01-04 10:26:59 +01:00
sub_match Update copyright years. 2021-01-04 10:26:59 +01:00
traits libstdc++: Reduce header dependencies in <regex> 2021-08-03 15:24:52 +01:00
init-list.cc Update copyright years. 2021-01-04 10:26:59 +01:00
range_access.cc libstdc++: Add [[nodiscard]] to iterators and related utilities 2021-08-04 12:54:28 +01:00
regression.cc Update copyright years. 2021-01-04 10:26:59 +01:00
simple_c++11.cc Update copyright years. 2021-01-04 10:26:59 +01:00