This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 00f7ba0313c selftest: introduce class auto_fix_quotes new 7b4c9af9cc3 Optimize std::sub_match comparisons using string_view-like type
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 23 ++ libstdc++-v3/include/bits/regex.h | 244 +++++++++-------- libstdc++-v3/include/bits/regex_compiler.h | 39 +-- libstdc++-v3/include/std/type_traits | 11 +- .../testsuite/28_regex/sub_match/compare.cc | 303 +++++++++++++++++++++ libstdc++-v3/testsuite/util/testsuite_iterators.h | 8 +- 6 files changed, 489 insertions(+), 139 deletions(-) create mode 100644 libstdc++-v3/testsuite/28_regex/sub_match/compare.cc