This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/gcc.
from 95874f95095 Daily bump. adds 75bbc3da3e5 Denormalize VR_VARYING to VR_RANGE before passing it to set [...] adds 69daa9244a2 rs6000: "Y" is DS-form, not DQ-form adds bee8b8602ff Daily bump. adds 28cfea987e1 libgcov: add ATTRIBUTE_UNUSED for dump_string adds 4a0e89b10f6 system.h: Include <initializer_list> in system.h unconditionally adds 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] new 41e3db05d69 tree-optimization/104240 - SLP discovery with swapped comparisons
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/ChangeLog | 9 +++++++++ gcc/DATESTAMP | 2 +- gcc/cfgexpand.cc | 3 ++- gcc/config/rs6000/constraints.md | 2 +- gcc/cp/constexpr.cc | 3 +-- gcc/cp/cp-gimplify.cc | 3 +-- gcc/cp/pt.cc | 3 +-- gcc/dojump.cc | 4 +--- gcc/gcov-io.cc | 5 ++++- gcc/system.h | 1 + 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-ssa-dom.cc | 3 +-- gcc/tree-ssanames.cc | 11 ++++++++++- gcc/tree-vect-slp.cc | 26 +++++++++++++++++++++++++- libgcc/libgcov-driver.c | 1 + libstdc++-v3/src/c++17/floating_from_chars.cc | 13 ++++++------- libstdc++-v3/testsuite/20_util/from_chars/7.cc | 1 + 19 files changed, 130 insertions(+), 24 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