This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-defconfig in repository toolchain/ci/gcc.
from 678ea9ba72b Daily bump. adds fd02aeeab1c Daily bump. adds 0fd6247a301 tree-optimization/97623 - avoid excessive insert iteration [...] adds eddcb627ccf tree-optimization/97623 - Avoid PRE hoist insertion iteration new 69894ce1724 tree-optimization/98117 - fix range set by vectorization on [...] new f0e81957b2b libstdc++: Remove accidental -std=gnu++17 from test new 4fd49da23bf libstdc++: Fix std::any pretty printer [PR 68735] new 93beee71a5b libstdc++: Only use __builtin_sprintf if supported [PR 96083]
The 4 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/DATESTAMP | 2 +- gcc/testsuite/gcc.dg/torture/pr98117.c | 19 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-hoist-3.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-hoist-7.c | 54 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-pre-30.c | 2 +- gcc/tree-ssa-pre.c | 33 ++++++++++--- gcc/tree-vect-loop-manip.c | 28 ++++++++--- libstdc++-v3/include/ext/throw_allocator.h | 16 +++++++ libstdc++-v3/python/libstdcxx/v6/printers.py | 29 ++++++++++-- .../filesystem/filesystem_error/cons.cc | 2 +- 10 files changed, 167 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr98117.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-hoist-7.c