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_debug in repository toolchain/ci/gcc.
from 7e9ce2ecfc6 Daily bump. adds 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 new eb0a835d643 rs6000: Correct logic to disable NO_SUM_IN_TOC and NO_FP_IN [...] new 159c7ca3c3c Always use name from c_interop_kinds_table for -fc-prototypes. new 7be5add5534 Fix handling of implicit_pure by checking if non-pure proce [...] new b2fe9b1bf79 PR fortran/89574 - ICE in conv_function_val, at fortran/tra [...]
The 4 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/gcc-changelog/git_commit.py | 19 +++---- contrib/gcc-changelog/git_update_version.py | 2 +- gcc/DATESTAMP | 2 +- gcc/config/rs6000/aix61.h | 4 +- gcc/config/rs6000/aix71.h | 4 +- gcc/config/rs6000/aix72.h | 4 +- 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/gfortran.dg/implicit_pure_5.c | 7 +++ gcc/testsuite/gfortran.dg/implicit_pure_5.f90 | 63 +++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr89574.f90 | 29 +++++++++++ 14 files changed, 240 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