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_O1 in repository toolchain/ci/gcc.
from 6ca6eb70b0c Daily bump. adds e6df73e8ec6 Daily bump. adds eca316afa46 PR 93592 - Invalid UP/DOWN rounding with EN descriptor. adds ae835ea03fa Daily bump. new 5aa8760e319 Fortran : ICE in gfc_check_reshape PR95585
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/check.c | 3 +- gcc/testsuite/ChangeLog | 12 +++ gcc/testsuite/gfortran.dg/fmt_en.f90 | 6 +- gcc/testsuite/gfortran.dg/fmt_en_rd.f90 | 185 ++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/fmt_en_rn.f90 | 185 ++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/fmt_en_ru.f90 | 185 ++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/fmt_en_rz.f90 | 185 ++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr95585.f90 | 6 ++ libgfortran/ChangeLog | 9 ++ libgfortran/io/write_float.def | 3 +- 11 files changed, 774 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/fmt_en_rd.f90 create mode 100644 gcc/testsuite/gfortran.dg/fmt_en_rn.f90 create mode 100644 gcc/testsuite/gfortran.dg/fmt_en_ru.f90 create mode 100644 gcc/testsuite/gfortran.dg/fmt_en_rz.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95585.f90