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 in repository toolchain/ci/gcc.
from 3f7c81ef148 Daily bump. adds a2a7da1a055 libstdc++: Fix syntax error in libbacktrace configuration adds 214d2860f4e tree-optimization/104880 - move testcase adds fdb3f82fb32 libstdc++: Add pretty printer for std::span new cd3964ebd3e libstdc++: Stop defining _GLIBCXX_ASSERTIONS in floating_to [...] new 353434b65ef tree-optimization/104010 - fix SLP scalar costing with patterns
The 2 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: .../g++.dg/opt/{pr104880.cc => pr104880.C} | 0 gcc/testsuite/gcc.target/i386/pr103941-1.c | 14 +++++++ gcc/testsuite/gcc.target/i386/pr103941-2.c | 12 ++++++ gcc/tree-vect-slp.cc | 48 ++++++++++++++++------ libstdc++-v3/acinclude.m4 | 6 +-- libstdc++-v3/configure | 6 +-- libstdc++-v3/python/libstdcxx/v6/printers.py | 38 +++++++++++++++++ libstdc++-v3/src/c++17/floating_to_chars.cc | 9 ++-- .../testsuite/libstdc++-prettyprinters/cxx20.cc | 11 +++++ 9 files changed, 123 insertions(+), 21 deletions(-) rename gcc/testsuite/g++.dg/opt/{pr104880.cc => pr104880.C} (100%) create mode 100644 gcc/testsuite/gcc.target/i386/pr103941-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103941-2.c