This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 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 [...]
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/fortran/frontend-passes.c | 74 +++++++++++++++++++++++++++ gcc/fortran/gfortran.h | 1 + gcc/fortran/parse.c | 23 +++++++++ gcc/testsuite/gfortran.dg/implicit_pure_5.c | 7 +++ gcc/testsuite/gfortran.dg/implicit_pure_5.f90 | 63 +++++++++++++++++++++++ 5 files changed, 168 insertions(+) create mode 100644 gcc/testsuite/gfortran.dg/implicit_pure_5.c create mode 100644 gcc/testsuite/gfortran.dg/implicit_pure_5.f90