This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_debug in repository toolchain/ci/gcc.
from d3f3b28dcd3 Daily bump. adds 0f225e57427 Fortran: Reject DT as fmt in I/O statments [PR99111] adds 0011e697506 aarch64: Introduce prefer_advsimd_autovec to GCC 10 adds 82560ad9d00 Daily bump. new 866ef25bb49 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 | 7 ++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-tuning-flags.def | 3 ++ gcc/config/aarch64/aarch64.c | 10 ++++- gcc/fortran/ChangeLog | 9 +++++ gcc/fortran/io.c | 7 ++++ gcc/testsuite/ChangeLog | 13 ++++++ .../gcc.target/aarch64/advsimd_autovec_only_1.c | 13 ++++++ gcc/testsuite/gfortran.dg/fmt_nonchar_1.f90 | 46 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/fmt_nonchar_2.f90 | 22 +++++++++++ 10 files changed, 130 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd_autovec_only_1.c create mode 100644 gcc/testsuite/gfortran.dg/fmt_nonchar_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/fmt_nonchar_2.f90