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-arm in repository toolchain/ci/gcc.
from 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/cp/cp-tree.h | 2 +- gcc/cp/pt.cc | 33 +++++++++++--------------- gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.c | 14 +++++++++++ gcc/tree-scalar-evolution.cc | 7 ++++-- gcc/tree-vect-slp.cc | 19 ++++++++++++++- libstdc++-v3/src/c++17/floating_from_chars.cc | 13 +++++----- libstdc++-v3/testsuite/20_util/from_chars/7.cc | 1 + 7 files changed, 59 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.c