]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR libstdc++/67362
authortimshen <timshen@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Aug 2015 02:35:21 +0000 (02:35 +0000)
committertimshen <timshen@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Aug 2015 02:35:21 +0000 (02:35 +0000)
commit76402908846f403a12cb44880219f4f1abea8a50
treed68540c22e6795003c04acddb45b33176a55f5b6
parentfa2541661ef79f96e092c08302ced2bd77a445e4
PR libstdc++/67362
* include/bits/regex_scanner.tcc (_Scanner<>::_M_scan_normal):
Always returns ordinary char token if the char isn't
considered a special char.
* testsuite/28_regex/regression.cc: New test file for collecting
regression testcases from, typically, bugzilla.

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