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 9c1ce17bc4a arm: Declare MVE types internally via pragma adds 5474092c9af Fortran: CASE selector expressions must be scalar adds ff0ad4b5e16 Fortran: BOZ literal constants are not interoperable new 9f9bc0bf0d6 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 | 44 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 12 +++++++ gcc/fortran/check.c | 6 ++++ gcc/fortran/match.c | 13 ++++++++ gcc/testsuite/ChangeLog | 17 ++++++++++ gcc/testsuite/gfortran.dg/illegal_boz_arg_3.f90 | 7 ++++ gcc/testsuite/gfortran.dg/select_10.f90 | 25 ++++++++++++++ libgfortran/ChangeLog | 5 +++ 9 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gfortran.dg/illegal_boz_arg_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/select_10.f90