gcc/libstdc++-v3/testsuite
Jonathan Wakely e38bde5423 PR libstdc++/70483 make std::experimental::string_view fully constexpr
Backport from mainline
2017-09-12  Jonathan Wakely  <jwakely@redhat.com>

	PR libstdc++/70483
	* include/experimental/bits/string_view.tcc (basic_string_view::find)
	(basic_string_view::rfind, basic_string_view::find_first_of)
	(basic_string_view::find_last_of, basic_string_view::find_first_not_of)
	(basic_string_view::find_last_not_of): Add constexpr specifier.
	* include/experimental/string_view (basic_string_view::remove_prefix)
	(basic_string_view::remove_suffix, basic_string_view::swap)
	(basic_string_view::compare, basic_string_view::find)
	(basic_string_view::rfind, basic_string_view::find_first_of)
	(basic_string_view::find_last_of, basic_string_view::find_first_not_of)
	(basic_string_view::find_last_not_of, operator==, operator!=)
	(operator<, operator>, operator<=, operator>=): Likewise.
	* testsuite/experimental/string_view/operations/compare/char/70483.cc:
	New.

From-SVN: r252032
2017-09-12 17:27:14 +01:00
..
17_intro re PR testsuite/81056 (FAIL: 17_intro/names.cc (test for excess errors)) 2017-08-20 19:00:59 +00:00
18_support Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
19_diagnostics Update copyright years. 2017-01-01 13:07:43 +01:00
20_util Support move-only deleters in std::shared_ptr (LWG 2802) 2017-07-25 19:05:25 +01:00
21_strings PR libstdc++/70483 make std::string_view fully constexpr 2017-09-12 17:27:09 +01:00
22_locale Fix std::wbuffer_convert::sync() 2017-06-16 14:35:22 +01:00
23_containers PR libstdc++/81891 fix double-free in hashtable constructor 2017-09-04 13:24:42 +01:00
24_iterators PR libstdc++/81912 make std::__iterator_category constexpr 2017-09-04 13:24:53 +01:00
25_algorithms PR libstdc++/81221 fix namespace qualification for parallel mode 2017-06-27 17:23:46 +01:00
26_numerics PR libstdc++/80137 use std::nextafter instead of looping 2017-03-28 17:09:49 +01:00
27_io PR libstdc++/81338 correctly manage string capacity 2017-09-04 13:24:33 +01:00
28_regex PR libstdc++/81002 fix std::basic_regex range constructor 2017-06-07 17:50:36 +01:00
29_atomics 69301.cc: Require atomic builtins. 2017-01-23 17:18:04 +00:00
30_threads Reorder std::scoped_lock parameters as per P0739R0 DR status 2017-07-25 19:04:44 +01:00
abi Update copyright years. 2017-01-01 13:07:43 +01:00
backward Update copyright years. 2017-01-01 13:07:43 +01:00
config Update copyright years. 2017-01-01 13:07:43 +01:00
data
decimal Update copyright years. 2017-01-01 13:07:43 +01:00
experimental PR libstdc++/70483 make std::experimental::string_view fully constexpr 2017-09-12 17:27:14 +01:00
ext PR libstdc++/81751 don't call fflush(NULL) 2017-08-14 13:14:09 +01:00
lib Define cxx11-abi effective target for libstdc++ tests 2017-01-13 14:57:33 +00:00
libstdc++-abi Update copyright years. 2017-01-01 13:07:43 +01:00
libstdc++-dg Update copyright years. 2017-01-01 13:07:43 +01:00
libstdc++-prettyprinters Skip tests that are incompatible with Profile Mode 2017-01-14 11:55:22 +00:00
libstdc++-xmethods Update copyright years. 2017-01-01 13:07:43 +01:00
performance Update copyright years. 2017-01-01 13:07:43 +01:00
special_functions Update copyright years. 2017-01-01 13:07:43 +01:00
tr1 Update copyright years. 2017-01-01 13:07:43 +01:00
tr2 Update copyright years. 2017-01-01 13:07:43 +01:00
util PR libstdc++/81092 add std::wstring symbols and bump library version 2017-06-16 13:18:53 +01:00
Makefile.am Update copyright years. 2017-01-01 13:07:43 +01:00
Makefile.in re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) 2017-01-17 10:38:48 +01:00