This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarch64-spec2k6-O3 in repository toolchain/ci/gcc.
from 9db53472af1 Daily bump. adds 0a5be099c6f Daily bump. adds ed9356630dc gcc-changelog: Fix typo in output adds ef7b4fe8065 gcc-changelog: fix when somebody reverts a backport adds eb0a835d643 rs6000: Correct logic to disable NO_SUM_IN_TOC and NO_FP_IN [...] adds 159c7ca3c3c Always use name from c_interop_kinds_table for -fc-prototypes. adds 7be5add5534 Fix handling of implicit_pure by checking if non-pure proce [...] adds b2fe9b1bf79 PR fortran/89574 - ICE in conv_function_val, at fortran/tra [...] adds 6ca6eb70b0c Daily bump. adds e6df73e8ec6 Daily bump. adds eca316afa46 PR 93592 - Invalid UP/DOWN rounding with EN descriptor. adds ae835ea03fa Daily bump. adds 5aa8760e319 Fortran : ICE in gfc_check_reshape PR95585 adds d09b2606a5d Daily bump. new 5574b844692 Fortran : ICE in gfc_check_pointer_assign PR95612
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: contrib/ChangeLog | 15 +++ contrib/gcc-changelog/git_commit.py | 19 +-- contrib/gcc-changelog/git_update_version.py | 2 +- gcc/ChangeLog | 12 ++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/aix61.h | 4 +- gcc/config/rs6000/aix71.h | 4 +- gcc/config/rs6000/aix72.h | 4 +- gcc/fortran/ChangeLog | 38 ++++++ gcc/fortran/check.c | 3 +- gcc/fortran/dump-parse-tree.c | 55 +++----- gcc/fortran/expr.c | 15 ++- gcc/fortran/frontend-passes.c | 74 +++++++++++ gcc/fortran/gfortran.h | 1 + gcc/fortran/parse.c | 23 ++++ gcc/fortran/trans-decl.c | 7 +- gcc/testsuite/ChangeLog | 34 +++++ 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/implicit_pure_5.c | 7 + gcc/testsuite/gfortran.dg/implicit_pure_5.f90 | 63 +++++++++ gcc/testsuite/gfortran.dg/pr89574.f90 | 29 ++++ gcc/testsuite/gfortran.dg/pr95585.f90 | 6 + gcc/testsuite/gfortran.dg/pr95612.f90 | 7 + libgfortran/ChangeLog | 9 ++ libgfortran/io/write_float.def | 3 +- 29 files changed, 1121 insertions(+), 61 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/implicit_pure_5.c create mode 100644 gcc/testsuite/gfortran.dg/implicit_pure_5.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr89574.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95585.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95612.f90