2014-01-19 Tim Shen <timshen91@gmail.com>
commit3b875a9d370662221e757f313b3adfa9275e8094
authortimshen <timshen@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Jan 2014 21:59:20 +0000 (19 21:59 +0000)
committertimshen <timshen@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 19 Jan 2014 21:59:20 +0000 (19 21:59 +0000)
treef636e0790ccdbf601305aa0cee588dcfbc4e30bc
parent19de06314c90377eae14c760472eb2f220a2fe63
2014-01-19  Tim Shen  <timshen91@gmail.com>

* include/bits/regex_compiler.h (_Comipler<>::_M_quantifier()):
Fix parse error of multiple consecutive quantifiers like "a**".
* include/bits/regex_compiler.tcc (_Comipler<>::_M_quantifier()):
Likewise.
* testsuite/28_regex/basic_regex/multiple_quantifiers.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206783 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/regex_compiler.h
libstdc++-v3/include/bits/regex_compiler.tcc
libstdc++-v3/testsuite/28_regex/basic_regex/multiple_quantifiers.cc [new file with mode: 0644]