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_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 338725652f8 middle-end/102683 - fix .DEFERRED_INIT expansion adds f858239830b ChangeLog: Remove incorrect PR reference adds 1c0a83eff7b doc: improve -fsanitize=undefined description adds 0de8c2f8104 c++: Add testcase for already-fixed PR [PR102643] adds 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.
No new revisions were added by this update.
Summary of changes: gcc/doc/invoke.texi | 3 +- gcc/ipa-modref-tree.h | 25 + gcc/ipa-modref.c | 39 +- gcc/ipa-modref.h | 13 + gcc/objcp/Make-lang.in | 1 + .../g++.dg/cpp2a/class-deduction-alias11.C | 12 + gcc/testsuite/gcc.dg/torture/ssa-pta-fn-1.c | 8 +- gcc/testsuite/gcc.dg/tree-ssa/pta-callused.c | 2 +- gcc/tree-ssa-structalias.c | 518 ++++++++++----------- libstdc++-v3/ChangeLog | 1 - 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 ++ 19 files changed, 400 insertions(+), 330 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias11.C create mode 100644 libstdc++-v3/testsuite/28_regex/match_results/102667.C