This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b1e701dc4ad [c++] Adjust mark used member in instantiated class scope new 260a5334ee9 libstdc++: Improve std::regex_error::what() strings new 9a2451c1013 libstdc++: Compare match_results for failed regex_match new e09366718ad libstdc++: Reduce template instantiations in <regex> new cebe875f6f4 libstdc++: Fix example preprocessor command in FAQ [PR103877] new 917c7b136e8 libstdc++: Simplify std::allocator_traits<allocator<void>>: [...] new 76a45931ab7 libstdc++: Avoid -Wzero-as-null-pointer-constant warning [P [...] new 749ee73406d libstdc++: Fix comments in std::forward_list tests new 7a2f2d91aa6 libstdc++: Add pretty printer for std::regex internals
The 8 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/doc/html/faq.html | 2 +- libstdc++-v3/doc/xml/faq.xml | 2 +- libstdc++-v3/include/bits/alloc_traits.h | 8 +-- libstdc++-v3/include/bits/regex.h | 33 +++++----- libstdc++-v3/include/bits/regex.tcc | 8 +-- libstdc++-v3/include/bits/regex_compiler.h | 9 +-- libstdc++-v3/include/bits/regex_compiler.tcc | 37 +++++------ libstdc++-v3/include/bits/regex_error.h | 27 +++++--- libstdc++-v3/include/bits/regex_executor.tcc | 2 +- libstdc++-v3/include/bits/regex_scanner.tcc | 76 +++++++++------------- libstdc++-v3/include/bits/stl_deque.h | 7 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 32 +++++++++ libstdc++-v3/src/c++11/regex.cc | 47 ++++++++++++- .../23_containers/forward_list/operations/1.cc | 8 +-- .../23_containers/forward_list/operations/2.cc | 2 +- .../23_containers/forward_list/operations/3.cc | 2 +- .../23_containers/forward_list/operations/4.cc | 2 +- .../23_containers/forward_list/operations/5.cc | 4 +- .../23_containers/forward_list/operations/6.cc | 4 +- .../23_containers/forward_list/operations/7.cc | 4 +- libstdc++-v3/testsuite/util/testsuite_regex.h | 27 ++++---- 21 files changed, 201 insertions(+), 142 deletions(-)