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-lts-allmodconfig 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 adds 69894ce1724 tree-optimization/98117 - fix range set by vectorization on [...] adds f0e81957b2b libstdc++: Remove accidental -std=gnu++17 from test adds 4fd49da23bf libstdc++: Fix std::any pretty printer [PR 68735] adds 93beee71a5b libstdc++: Only use __builtin_sprintf if supported [PR 96083] new cb02e1d8a00 libstdc++: Fix filesystem::path pretty printer test failure
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/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 | 42 +++++++++++++---- .../filesystem/filesystem_error/cons.cc | 2 +- .../libstdc++-prettyprinters/filesystem-ts.cc | 39 ++++++++++++++++ 11 files changed, 214 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr98117.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-hoist-7.c create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/filesystem-ts.cc