gcc/libstdc++-v3/testsuite/28_regex
Jonathan Wakely 9d613af2b4 libstdc++: Ensure c++NN effective-target present in more tests
Add effective-target keywords to tests that would fail for certain
standard modes without the -std=gnu++NN option.

libstdc++-v3/ChangeLog:

	* testsuite/18_support/set_terminate.cc: Require C++11 or
	higher.
	* testsuite/28_regex/simple_c++11.cc: Likewise.
	* testsuite/tr1/headers/c++200x/complex.cc: Likewise.
	* testsuite/24_iterators/headers/iterator/synopsis.cc:
	Require C++14 or lower.
2020-07-31 19:58:03 +01:00
..
algorithms Update copyright years. 2020-01-01 12:51:42 +01:00
basic_regex Update copyright years. 2020-01-01 12:51:42 +01:00
constants Update copyright years. 2020-01-01 12:51:42 +01:00
headers/regex libstdc++: Require c++98_only effective target for some tests 2020-07-02 21:27:12 +01:00
iterators Update copyright years. 2020-01-01 12:51:42 +01:00
match_results libstdc++: Remove noexcept from match_results comparisons (PR 94627) 2020-07-01 21:06:42 +01:00
regex_error Update copyright years. 2020-01-01 12:51:42 +01:00
requirements Update copyright years. 2020-01-01 12:51:42 +01:00
sub_match libstdc++: Add comparison operators for string and regex types 2020-04-17 16:40:11 +01:00
traits Update copyright years. 2020-01-01 12:51:42 +01:00
init-list.cc Update copyright years. 2020-01-01 12:51:42 +01:00
range_access.cc Update copyright years. 2020-01-01 12:51:42 +01:00
regression.cc Update copyright years. 2020-01-01 12:51:42 +01:00
simple_c++11.cc libstdc++: Ensure c++NN effective-target present in more tests 2020-07-31 19:58:03 +01:00