gcc/libstdc++-v3/testsuite/28_regex
Tim Shen 2bde8cac37 re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::wregex values)
PR libstdc++/63199
	* include/bits/regex.h (basic_regex::basic_regex, basic_regex::assign,
	basic_regex::imbue, basic_regex::getloc, basic_regex::swap): Add
	_M_loc for basic_regex.
	* include/bits/regex_automaton.h: Add _M_traits for _NFA.
	* include/bits/regex_compiler.h (_Compiler::_M_get_nfa, __compile_nfa):
	Make _Compiler::_M_nfa heap allocated.
	* include/bits/regex_compiler.tcc (_Compiler::_Compiler): Make
	_Compiler::_M_nfa heap allocated.
	* include/bits/regex_executor.h (_Executor::_M_is_word):
	Fix accessing _M_traits.
	* include/bits/regex_executor.tcc (_Executor::_M_dfs):
	Fix accessing _M_traits.
	* testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/63199.cc:
	New testcase.

From-SVN: r215578
2014-09-25 04:43:19 +00:00
..
algorithms re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::wregex values) 2014-09-25 04:43:19 +00:00
basic_regex regex_automaton.tcc (_StateSeq<>::_M_clone()): Do _M_alt before _M_next. 2014-04-24 18:29:21 +00:00
constants regex.tcc: Remove incorrect `nosubs` handling. 2014-01-21 19:54:03 +00:00
headers/regex Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
iterators Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
match_results regex.tcc (match_results<>::format, [...]): Update __out after calling std::copy. 2014-02-26 19:45:15 +00:00
regex_error gnu.ver (GLIBCXX_3.4.20): Correct regex_error export. 2014-05-09 20:39:14 +01:00
requirements Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
sub_match Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
traits regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behavior of POSIX style and move _M_flags to template parameter... 2014-01-07 19:17:50 +00:00
init-list.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
range_access.cc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00