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-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from 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. new 259c63ce6d7 Fortran: Enable inquiry references in data statements [PR98022]. new 0184527ae9f Fortran: Correction to recent patch in light of comments [P [...]
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 | 14 ++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 6 ++ gcc/cp/pt.c | 3 + gcc/fortran/data.c | 97 ++++++++++++++++++++++---- gcc/testsuite/ChangeLog | 13 ++++ gcc/testsuite/g++.dg/template/deduce8.C | 21 ++++++ gcc/testsuite/gcc.target/aarch64/sve/pr98535.c | 18 +++++ gcc/testsuite/gfortran.dg/data_inquiry_ref.f90 | 39 +++++++++++ gcc/tree-vect-slp.c | 49 +++++++------ libgcc/ChangeLog | 11 +++ 11 files changed, 238 insertions(+), 35 deletions(-) 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