gcc/libstdc++-v3/testsuite/28_regex
Tim Shen cae4063cea re PR libstdc++/67362 (std::regex("((.)", std::regex_constants::basic) throws)
PR libstdc++/67362
	* include/bits/regex_scanner.tcc (_Scanner<>::_M_scan_normal):
	Always returns ordinary char token if the char isn't
	considered a special char.
	* testsuite/28_regex/regression.cc: New test file for collecting
	regression testcases from, typically, bugzilla.

From-SVN: r227289
2015-08-28 02:35:21 +00:00
..
algorithms re PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscompiled) 2015-07-29 03:45:35 +00:00
basic_regex re PR libstdc++/64680 (basic_regex::operator= does not reset flags) 2015-01-22 05:07:03 +00:00
constants re PR libstdc++/65420 (Enumerators in std::regex_constants should be constexpr variables instead) 2015-03-28 04:17:12 +00:00
headers/regex Update copyright years. 2015-01-05 13:33:28 +01:00
iterators Update copyright years. 2015-01-05 13:33:28 +01:00
match_results re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the sub_match::matched is false) 2015-03-10 18:41:46 +00:00
regex_error Update copyright years. 2015-01-05 13:33:28 +01:00
requirements Update copyright years. 2015-01-05 13:33:28 +01:00
sub_match Update copyright years. 2015-01-05 13:33:28 +01:00
traits re PR libstdc++/64467 (28_regex/traits/char/isctype.cc and wchar_t/isctype.cc) 2015-03-09 12:47:51 +00:00
init-list.cc Update copyright years. 2015-01-05 13:33:28 +01:00
range_access.cc Update copyright years. 2015-01-05 13:33:28 +01:00
regression.cc re PR libstdc++/67362 (std::regex("((.)", std::regex_constants::basic) throws) 2015-08-28 02:35:21 +00:00