This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/gcc.
from 74faa9834a9 Fix tree-optimization/103220: Another missing folding of (t [...] adds 5f40d34b6dd libstdc++: [_GLIBCXX_DEBUG] Reduce performance impact on st [...] adds 7950c96ca66 Clobber the condition code in the bfin doloop patterns adds a0e99d5bb74 Fix looping flag discovery in ipa-pure-const adds ce2dbf943ac Fix ignore_nondeterminism_p in ipa-modref adds f658f1d7a22 Daily bump. new dc915b361bb Tweak tree-ssa-math-opts.c to solve PR target/102117.
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 | 29 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/bfin/bfin.md | 9 +++-- gcc/ipa-modref.c | 10 +++-- gcc/ipa-pure-const.c | 4 +- gcc/jit/ChangeLog | 51 +++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 24 ++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr103052.c | 35 +++++++++++++++++ gcc/testsuite/gcc.target/s390/mul-wide.c | 9 +++++ gcc/testsuite/gcc.target/s390/umul-wide.c | 9 +++++ gcc/tree-ssa-math-opts.c | 11 +++++- libstdc++-v3/ChangeLog | 26 +++++++++++++ libstdc++-v3/include/bits/erase_if.h | 8 ++-- libstdc++-v3/include/debug/macros.h | 42 +++++++++++--------- libstdc++-v3/include/debug/map.h | 11 +++++- libstdc++-v3/include/debug/multimap.h | 11 +++++- libstdc++-v3/include/debug/multiset.h | 11 +++++- libstdc++-v3/include/debug/set.h | 11 +++++- libstdc++-v3/include/debug/unordered_map | 14 +++++++ libstdc++-v3/include/debug/unordered_set | 14 +++++++ libstdc++-v3/include/experimental/map | 12 +++++- libstdc++-v3/include/experimental/set | 10 ++++- libstdc++-v3/include/experimental/unordered_map | 12 +++++- libstdc++-v3/include/experimental/unordered_set | 12 +++++- libstdc++-v3/include/std/map | 12 +++++- libstdc++-v3/include/std/set | 10 ++++- libstdc++-v3/include/std/unordered_map | 12 +++++- libstdc++-v3/include/std/unordered_set | 12 +++++- 28 files changed, 378 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr103052.c create mode 100644 gcc/testsuite/gcc.target/s390/mul-wide.c create mode 100644 gcc/testsuite/gcc.target/s390/umul-wide.c