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-arm in repository toolchain/ci/gcc.
from 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] adds 41e3db05d69 tree-optimization/104240 - SLP discovery with swapped comparisons adds 1cb220498e1 Assume a call is expensive when it mismatches adds 05cd2d3f588 c++: uses_template_parms cleanups
No new revisions were added by this update.
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/cp-tree.h | 2 +- gcc/cp/pt.cc | 36 +++++++++++--------------- 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-scalar-evolution.cc | 7 +++-- gcc/tree-ssa-dom.cc | 3 +-- 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 + 20 files changed, 140 insertions(+), 45 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