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_ubsan in repository toolchain/ci/gcc.
from ce4960668cc Daily bump. adds c5ba7770768 PR fortran/93340 - fix missed substring simplifications adds 49a93ba6fe1 Daily bump. new f98a3c8a58b c++: variadic lambda template and empty pack [PR97246] new f6b1c08e378 c++: Allow GNU attributes before lambda -> [PR90333] new 23c1d29ccea Daily bump.
The 3 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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 13 +++++ gcc/cp/parser.c | 11 ++++- gcc/cp/pt.c | 38 +++++++++------ gcc/fortran/ChangeLog | 11 +++++ gcc/fortran/gfortran.h | 1 + gcc/fortran/primary.c | 55 ++++++++++++++++++++++ gcc/fortran/resolve.c | 6 +-- gcc/testsuite/ChangeLog | 18 +++++++ .../g++.dg/cpp2a/lambda-generic-variadic21.C | 19 ++++++++ gcc/testsuite/g++.dg/ext/attr-lambda3.C | 4 ++ gcc/testsuite/substr_10.f90 | 11 +++++ gcc/testsuite/substr_9.f90 | 28 +++++++++++ 13 files changed, 197 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic-variadic21.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-lambda3.C create mode 100644 gcc/testsuite/substr_10.f90 create mode 100644 gcc/testsuite/substr_9.f90