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-allnoconfig in repository toolchain/ci/gcc.
from 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. adds 51b23ba76f0 vect: Fix VLA SLP invariant optimisation [PR98535] adds c806314b329 c++: Crash when deducing template arguments [PR98790] adds 01a612b2460 Daily bump. adds 259c63ce6d7 Fortran: Enable inquiry references in data statements [PR98022]. adds 0184527ae9f Fortran: Correction to recent patch in light of comments [P [...] new 12c90e87411 libphobos: Fix executables segfault on mipsel architecture new 45674e9f77a Daily bump.
The 2 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 | 33 +++++++++ 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/ChangeLog | 6 ++ gcc/cp/pt.c | 3 + gcc/fortran/ChangeLog | 19 +++++ gcc/fortran/data.c | 97 +++++++++++++++++++++---- gcc/ipa-sra.c | 20 ++--- gcc/po/ChangeLog | 4 + gcc/po/de.po | 23 +++--- gcc/testsuite/ChangeLog | 42 +++++++++++ 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/testsuite/gcc.target/i386/pr98100.c | 1 + gcc/testsuite/gfortran.dg/data_inquiry_ref.f90 | 39 ++++++++++ gcc/tree-vect-slp.c | 49 +++++++------ libgcc/ChangeLog | 11 +++ libgcc/config/rs6000/t-linux | 29 +++++++- libphobos/ChangeLog | 10 +++ libphobos/libdruntime/gcc/sections/elf_shared.d | 4 + 24 files changed, 415 insertions(+), 63 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 create mode 100644 gcc/testsuite/gfortran.dg/data_inquiry_ref.f90