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-aarch64-mainline-allyesconfig in repository toolchain/ci/gcc.
from 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] adds cb02e1d8a00 libstdc++: Fix filesystem::path pretty printer test failure adds eebaeb8c596 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 27 +++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 23 +++++++++ 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/ChangeLog | 39 ++++++++++++++++ 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 ++++++++++++++++ 14 files changed, 303 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