This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/64585] The basic_regex object should not match any character sequence after a call to basic_regex::imbue
- From: "timshen at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 19 Jan 2015 22:56:36 +0000
- Subject: [Bug libstdc++/64585] The basic_regex object should not match any character sequence after a call to basic_regex::imbue
- Auto-submitted: auto-generated
- References: <bug-64585-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64585
--- Comment #1 from Tim Shen <timshen at gcc dot gnu.org> ---
Author: timshen
Date: Mon Jan 19 22:56:04 2015
New Revision: 219865
URL: https://gcc.gnu.org/viewcvs?rev=219865&root=gcc&view=rev
Log:
PR libstdc++/64584
PR libstdc++/64585
* include/bits/regex.h (basic_regex<>::basic_regex,
basic_regex<>::assign, basic_regex<>::imbue,
basic_regex<>::swap, basic_regex<>::mark_count): Drop NFA after
imbuing basic_regex; Make assign() transactional against exception.
* include/bits/regex_compiler.h (__compile_nfa<>): Add back
__compile_nfa SFINAE.
* include/std/regex: Adjust include order to avoid __compile_nfa
forward declaration.
* testsuite/28_regex/basic_regex/assign/char/string.cc: New testcase.
* testsuite/28_regex/basic_regex/imbue/string.cc: New testcase.
Added:
trunk/libstdc++-v3/testsuite/28_regex/basic_regex/imbue/
trunk/libstdc++-v3/testsuite/28_regex/basic_regex/imbue/string.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/regex.h
trunk/libstdc++-v3/include/bits/regex_compiler.h
trunk/libstdc++-v3/include/std/regex
trunk/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string.cc