This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 008e7397dad Commonize ipa-pta constraint generation for calls adds 84088dc4bb6 libstdc++: Fix std::match_results::end() for failed matches [...] adds 6b6788f8c27 libstdc++: Add valid range assertions to std::basic_regex [ [...] adds 45ba5426c12 libstdc++: Fix std::numeric_limits::lowest() test for strict modes adds 247bac507e6 libstdc++: Simplify std::basic_regex::assign adds 250ddf4c0b4 libstdc++: Add wrapper for internal uses of std::terminate adds 150493d1fae Revert accidental change in ipa-modref-tree.h adds 30cce6f65a7 Add obj-c++.srcman target to gcc/objcp/Makefile. new 732d7638479 Daily bump.
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: gcc/ChangeLog | 115 +++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 273 +++++++++++++++++++++ gcc/ipa-modref-tree.h | 7 +- gcc/objcp/ChangeLog | 5 + gcc/objcp/Make-lang.in | 1 + gcc/testsuite/ChangeLog | 37 +++ libgomp/ChangeLog | 38 +++ libstdc++-v3/ChangeLog | 39 +++ 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 +++ 18 files changed, 584 insertions(+), 41 deletions(-) create mode 100644 libstdc++-v3/testsuite/28_regex/match_results/102667.C