This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_debug in repository toolchain/ci/gcc.
from 3531f987b2b PowerPC: Backport fix for libgcc long double support. adds a8800cf79ea Fix typo in arm_mve.h __arm_vcmpneq_s8 return type adds 4d43c7649b1 Daily bump. adds 51b23ba76f0 vect: Fix VLA SLP invariant optimisation [PR98535] adds c806314b329 c++: Crash when deducing template arguments [PR98790] new 01a612b2460 Daily bump.
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 | 14 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm_mve.h | 2 +- gcc/cp/ChangeLog | 6 ++++ gcc/cp/pt.c | 3 ++ gcc/testsuite/ChangeLog | 13 +++++++ gcc/testsuite/g++.dg/template/deduce8.C | 21 +++++++++++ gcc/testsuite/gcc.target/aarch64/sve/pr98535.c | 18 ++++++++++ gcc/tree-vect-slp.c | 49 +++++++++++++++----------- libgcc/ChangeLog | 11 ++++++ 10 files changed, 116 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/deduce8.C create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98535.c