diff options
author | Tim Shen <timshen@google.com> | 2014-07-15 04:28:51 +0000 |
---|---|---|
committer | Tim Shen <timshen@gcc.gnu.org> | 2014-07-15 04:28:51 +0000 |
commit | 4228f9328c9a7bd0cb78e167cecb5a3fb774fb9c (patch) | |
tree | f933dac8117bc14977bef67f64a0a49984fd56c0 /libstdc++-v3/ChangeLog | |
parent | 29ba39116e327d534ce4f12a52f639830bf480c8 (diff) | |
download | gcc-4228f9328c9a7bd0cb78e167cecb5a3fb774fb9c.tar.gz |
re PR libstdc++/61720 (std::regex_search matches incorrectly)
PR libstdc++/61720
* include/bits/regex_executor.tcc (_Executor<>::_M_main_dispatch):
Clear match queue for next use.
* testsuite/28_regex/algorithms/regex_search/61720.cc: New file.
From-SVN: r212539
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 34dc59fd598..955efbf16fc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2014-07-15 Tim Shen <timshen@google.com> + + PR libstdc++/61720 + * include/bits/regex_executor.tcc (_Executor<>::_M_main_dispatch): + Clear match queue for next use. + * testsuite/28_regex/algorithms/regex_search/61720.cc: New file. + 2014-07-14 Ulrich Drepper <drepper@gmail.com> * include/ext/random.tcc: Unfortunately more fixes for |