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-arm-mainline-allmodconfig in repository toolchain/ci/gcc.
from 0bb3f83fdc4 Daily bump. adds 26b2838fc9b Daily bump. adds f158d9197de Fortran: PR93263 -fno-automatic and RECURSIVE new 5c7938eb3f1 PR c++/93286 - ICE with __is_constructible and variadic template. new 3815f211649 PR c++/92531 - ICE with noexcept(lambda).
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/DATESTAMP | 2 +- gcc/cp/ChangeLog | 12 ++++ gcc/cp/pt.c | 91 +++++++++++++++++++------ gcc/fortran/ChangeLog | 11 +++ gcc/fortran/resolve.c | 3 +- gcc/testsuite/ChangeLog | 9 +++ gcc/testsuite/g++.dg/cpp1z/constexpr-lambda25.C | 7 ++ gcc/testsuite/g++.dg/ext/is_constructible4.C | 18 +++++ gcc/testsuite/gfortran.dg/pr93263_1.f90 | 29 ++++++++ gcc/testsuite/gfortran.dg/pr93263_2.f90 | 24 +++++++ 10 files changed, 183 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda25.C create mode 100644 gcc/testsuite/g++.dg/ext/is_constructible4.C create mode 100644 gcc/testsuite/gfortran.dg/pr93263_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93263_2.f90