This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from a40970cf043 [Ada] Fix problematic import of type-generic GCC atomic builtin adds 09a0affdb05 middle-end/101480 - overloaded global new/delete adds 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 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: gcc/doc/invoke.texi | 3 +- gcc/gimple.c | 4 +- gcc/internal-fn.c | 4 +- gcc/ipa-modref-tree.h | 32 +- gcc/ipa-modref.c | 39 +- gcc/ipa-modref.h | 13 + .../g++.dg/cpp2a/class-deduction-alias11.C | 12 + gcc/testsuite/g++.dg/torture/pr10148.C | 52 +++ 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 ++ 21 files changed, 462 insertions(+), 334 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias11.C create mode 100644 gcc/testsuite/g++.dg/torture/pr10148.C create mode 100644 libstdc++-v3/testsuite/28_regex/match_results/102667.C