This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/release-arm in repository toolchain/ci/gcc.
from a316bd50f82 Daily bump. adds ce80f2c0e7a Fortran: fix checking of elemental functions of type CLASS adds 7054e8517c7 Daily bump. adds f2cc8d059df pr103523: Check for PLUS/MINUS support adds 60deeb53c08 Daily bump. adds 9a5b3c50e26 vect-loop: fix build adds 6040483f2a9 Daily bump. new 4636d61e9ad rs6000: Remove builtin mask check from builtin_decl [PR102347]
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 | 12 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000-call.c | 14 ++++---------- gcc/fortran/ChangeLog | 9 +++++++++ gcc/fortran/resolve.c | 3 ++- gcc/testsuite/ChangeLog | 12 ++++++++++++ gcc/testsuite/gcc.target/aarch64/pr103523.c | 8 ++++++++ gcc/testsuite/gcc.target/powerpc/pr102347.c | 15 +++++++++++++++ gcc/testsuite/gfortran.dg/pr103606.f90 | 12 ++++++++++++ gcc/tree-vect-loop.c | 13 +++++++++---- 10 files changed, 84 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/pr103523.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr102347.c create mode 100644 gcc/testsuite/gfortran.dg/pr103606.f90