This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 82a344f2067 Use CASE_CONVERT in a few more cases adds 3a3eda000fd tree-optimization/105437 - BB vect with extern defs of thro [...] adds 880a9845dc1 gcov: Fix first time gcov info dump adds 02f03c5c826 expand: Throw away non-external decls without varpool nodes [...] adds 576f975cabb libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441] adds 86d821ddf56 libstdc++: Don't use std::tolower in <charconv> [PR103911] adds 41e3db05d69 tree-optimization/104240 - SLP discovery with swapped comparisons
No new revisions were added by this update.
Summary of changes: gcc/cfgexpand.cc | 3 ++- gcc/gcov-io.cc | 5 ++++- gcc/testsuite/g++.dg/vect/pr105437.cc | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr105415.c | 26 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.c | 14 ++++++++++++++ gcc/tree-vect-slp.cc | 26 +++++++++++++++++++++++++- libstdc++-v3/src/c++17/floating_from_chars.cc | 13 ++++++------- libstdc++-v3/testsuite/20_util/from_chars/7.cc | 1 + 8 files changed, 102 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/vect/pr105437.cc create mode 100644 gcc/testsuite/gcc.dg/pr105415.c create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.c