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 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. new e6df73e8ec6 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: 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 | 28 ++++++++++ gcc/fortran/dump-parse-tree.c | 55 +++++++------------- 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 | 14 +++++ 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 +++++++++++ 18 files changed, 309 insertions(+), 54 deletions(-) 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