This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-defconfig in repository toolchain/ci/gcc.
from 5d201f32885 Daily bump. adds 8f2ed3fe616 Daily bump. adds 05318fb8a89 testsuite: i386: Require ifunc support in gcc.target/i386/p [...] adds 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. new 51b23ba76f0 vect: Fix VLA SLP invariant optimisation [PR98535]
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 | 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/ipa-sra.c | 20 ++++++----- gcc/po/ChangeLog | 4 +++ gcc/po/de.po | 23 ++++++------ gcc/testsuite/ChangeLog | 12 +++++++ gcc/testsuite/g++.dg/ipa/pr98690.C | 27 ++++++++++++++ gcc/testsuite/gcc.target/aarch64/sve/pr98535.c | 18 ++++++++++ gcc/testsuite/gcc.target/i386/pr98100.c | 1 + gcc/tree-vect-slp.c | 49 +++++++++++++++----------- libgcc/ChangeLog | 11 ++++++ libgcc/config/rs6000/t-linux | 29 ++++++++++++++- 16 files changed, 189 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ipa/pr98690.C create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr98535.c