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-aarch64-bootstrap 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 new 1cb220498e1 Assume a call is expensive when it mismatches
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/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-scalar-evolution.cc | 7 +++++-- 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 + 9 files changed, 107 insertions(+), 12 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