This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from c1c17a43e17 Fortran: Ignore KIND argument of a few more intrinsics. [PR103789] adds 2e63128306f Fortran: reject invalid non-constant pointer initialization [...] adds 49d73c9fb64 Fortran: check arguments of MASKL/MASKR intrinsics before s [...] new 3a5702df3f1 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/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 21 +++++++++++++++++++++ gcc/fortran/expr.c | 34 ++++++++++++++++++++++++++++++++++ gcc/fortran/simplify.c | 6 ++++++ gcc/testsuite/ChangeLog | 29 +++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/masklr_3.f90 | 14 ++++++++++++++ gcc/testsuite/gfortran.dg/pr101762.f90 | 23 +++++++++++++++++++++++ libstdc++-v3/ChangeLog | 5 +++++ 8 files changed, 133 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gfortran.dg/masklr_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr101762.f90