]> git.ipfire.org Git - thirdparty/gcc.git/commit
regex_error.h: Remove _S_error_last to follow the standard.
authorTim Shen <timshen91@gmail.com>
Thu, 26 Sep 2013 21:48:04 +0000 (21:48 +0000)
committerTim Shen <timshen@gcc.gnu.org>
Thu, 26 Sep 2013 21:48:04 +0000 (21:48 +0000)
commitd4e12601014e71e24defe20e92996782c022ac11
tree90c04ea427653461b774a51a03546d6ba1b04867
parent13b670acd32e02f0d749723a9631f2582bb2771d
regex_error.h: Remove _S_error_last to follow the standard.

2013-09-26  Tim Shen  <timshen91@gmail.com>

* regex_error.h: Remove _S_error_last to follow the standard.
* regex_scanner.tcc:
(_Scanner<_FwdIter>::_M_scan_in_brace): Change error_brace to
error_badbrace.
(_Scanner<>::_M_eat_escape_posix): Extended doesn't support
back-reference.
* testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc:
Move here from ../../extended.
* testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc:
Likewise.

From-SVN: r202958
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex_error.h
libstdc++-v3/include/bits/regex_scanner.tcc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc [moved from libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/53622.cc with 90% similarity]
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc [moved from libstdc++-v3/testsuite/28_regex/algorithms/regex_match/extended/57173.cc with 88% similarity]