This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-build_cross in repository toolchain/ci/gcc.
from a7c7dd708aa Daily bump. adds 4fdb9c83408 Daily bump. adds 4779ef35735 Fix PR ada/98740 adds 1aed3f059eb sparc,rtems: add __FIX_LEON3FT_TN0018 for affected targets adds 0a9e37150c4 ipa-sra: Do not remove return values needed because of non-call EH adds 5dbf59731e4 Update gcc de.po. adds e1f4be24f46 Daily bump. adds 77bc8254531 Daily bump. adds 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]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 23 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 +++ gcc/ada/gcc-interface/trans.c | 11 +++--- gcc/config/arm/arm_mve.h | 2 +- gcc/config/sparc/rtemself.h | 2 ++ gcc/cp/pt.c | 3 ++ gcc/ipa-sra.c | 20 ++++++----- gcc/po/ChangeLog | 4 +++ gcc/po/de.po | 23 ++++++------ gcc/testsuite/ChangeLog | 8 +++++ gcc/testsuite/g++.dg/ipa/pr98690.C | 27 ++++++++++++++ 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 ++++++ libgcc/config/rs6000/t-linux | 29 ++++++++++++++- 17 files changed, 208 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr98690.C create mode 100644 gcc/testsuite/g++.dg/template/deduce8.C create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98535.c