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-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from a1b04cf525d Daily bump. adds eb74d80c885 Daily bump. adds 27cfba85feb Daily bump. adds 76c09fb0bcb PR ada/92575 * expect.c (__gnat_expect_poll [VMS, HPUX]): [...] adds fd71aa2eabf PR ada/92362 * gcc-interface/trans.c (gnat_to_gnu) <N_Att [...] adds 41b388f97a5 Fortran] PR 92050 - fix ICE with -fcheck=all new c1ab6dd2e70 Fix EOF handling for arrays.
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/ada/ChangeLog | 11 ++++++ gcc/ada/expect.c | 4 +-- gcc/ada/gcc-interface/trans.c | 8 ++--- gcc/fortran/ChangeLog | 9 +++++ gcc/fortran/trans-expr.c | 7 ++-- gcc/testsuite/ChangeLog | 19 ++++++++++ gcc/testsuite/gfortran.dg/eof_6.f90 | 23 ++++++++++++ gcc/testsuite/gfortran.dg/pr92050.f90 | 53 ++++++++++++++++++++++++++++ gcc/testsuite/gnat.dg/addr14.adb | 24 +++++++++++++ libgfortran/ChangeLog | 8 +++++ libgfortran/io/transfer.c | 66 +++++++++++++++++++++++++++-------- 12 files changed, 210 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/eof_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr92050.f90 create mode 100644 gcc/testsuite/gnat.dg/addr14.adb