This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 008e7397dad Commonize ipa-pta constraint generation for calls new 84088dc4bb6 libstdc++: Fix std::match_results::end() for failed matches [...] new 6b6788f8c27 libstdc++: Add valid range assertions to std::basic_regex [ [...] new 45ba5426c12 libstdc++: Fix std::numeric_limits::lowest() test for strict modes new 247bac507e6 libstdc++: Simplify std::basic_regex::assign new 250ddf4c0b4 libstdc++: Add wrapper for internal uses of std::terminate
The 5 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/include/bits/atomic_timed_wait.h | 1 - libstdc++-v3/include/bits/c++config | 9 +++++ libstdc++-v3/include/bits/regex.h | 19 +++++++---- libstdc++-v3/include/bits/regex_scanner.tcc | 4 +-- libstdc++-v3/include/bits/semaphore_base.h | 9 +++-- libstdc++-v3/include/bits/std_thread.h | 5 ++- libstdc++-v3/libsupc++/eh_terminate.cc | 2 +- .../testsuite/18_support/numeric_limits/lowest.cc | 20 +++-------- .../testsuite/28_regex/match_results/102667.C | 39 ++++++++++++++++++++++ 9 files changed, 74 insertions(+), 34 deletions(-) create mode 100644 libstdc++-v3/testsuite/28_regex/match_results/102667.C