regex_automaton.h: _S_opcode_backref.
commitce645eb091d3392d2f5aee2d415d472ced088d5b
authorTim Shen <timshen91@gmail.com>
Sun, 18 Aug 2013 13:55:48 +0000 (18 13:55 +0000)
committerTim Shen <timshen@gcc.gnu.org>
Sun, 18 Aug 2013 13:55:48 +0000 (18 13:55 +0000)
tree22013172403588b68e75b4cfc627975a835c13e0
parent1d5755efee57268b43d8fbf38c10cbdbf0a0dd04
regex_automaton.h: _S_opcode_backref.

2013-08-18  Tim Shen  <timshen91@gmail.com>

* include/bits/regex_automaton.h: _S_opcode_backref.
* include/bits/regex_automaton.tcc: Backref automaton support.
* include/bits/regex_compiler.tcc: Parsing support.
* include/bits/regex_executor.h: Add _M_traits for _DFSExecutor.
* include/bits/regex_executor.tcc: Add _S_opcode_backref support.
* testsuite/28_regex/algorithms/regex_match/ecma/string_backref.cc: New.

From-SVN: r201825
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex_automaton.h
libstdc++-v3/include/bits/regex_automaton.tcc
libstdc++-v3/include/bits/regex_compiler.tcc
libstdc++-v3/include/bits/regex_executor.h
libstdc++-v3/include/bits/regex_executor.tcc
libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/string_backref.cc [new file with mode: 0644]