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-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from cfe8dbd9c08 libgccjit: Add some reflection functions [PR96889] adds 38e4a361e79 harden conds: detach without decls adds 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 29 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/bfin/bfin.md | 9 +++-- gcc/gimple-harden-conditionals.cc | 9 ++++- gcc/ipa-modref.c | 10 +++-- gcc/ipa-pure-const.c | 4 +- gcc/jit/ChangeLog | 51 +++++++++++++++++++++++++ gcc/match.pd | 3 +- gcc/testsuite/ChangeLog | 24 ++++++++++++ gcc/testsuite/g++.dg/pr102988.C | 17 +++++++++ gcc/testsuite/gcc.c-torture/execute/pr103052.c | 35 +++++++++++++++++ gcc/testsuite/gcc.dg/pr25530.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr103220-1.c | 15 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr103220-2.c | 16 ++++++++ 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 +++++- 31 files changed, 409 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr102988.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr103052.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr103220-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr103220-2.c