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-stable-defconfig in repository toolchain/ci/gcc.
from 9251b78b9e8 Daily bump. adds 79166bd28d0 [Fortran] Fix result-variable handling of MODULE PROCEDURE [...] adds bebb3607796 Daily bump. adds 8ab40918a3b rs6000: Add command line and builtin compatibility check adds 02a201f7158 rs6000: vec_rlnm fix to make builtin work according to ABI adds 0e66150084a c++: Fix comparison of fn() and ns::fn() [PR90711] new 2594e9a0696 Daily bump.
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/config/rs6000/altivec.h | 2 +- gcc/config/rs6000/rs6000.c | 8 +++++ gcc/cp/ChangeLog | 6 ++++ gcc/cp/tree.c | 14 ++++++++- gcc/fortran/ChangeLog | 9 ++++++ gcc/fortran/decl.c | 17 +++++++---- gcc/testsuite/ChangeLog | 10 ++++++- gcc/testsuite/g++.dg/template/dependent-name14.C | 38 ++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/module_procedure_3.f90 | 27 +++++++++++++++++ 11 files changed, 147 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/dependent-name14.C create mode 100644 gcc/testsuite/gfortran.dg/module_procedure_3.f90