This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 677b80db41f Fix ChangeLog entry: reverted backport commit. new ec62c020c53 gcc-changelog: Fix typo in output new 2980fc28c5f gcc-changelog: fix when somebody reverts a backport new 3373a73172d Fix handling of implicit_pure by checking if non-pure proce [...] new 5b9f6489081 Always use name from c_interop_kinds_table for -fc-prototypes. new 5497677b497 rs6000: __builtin_mma_disassemble_acc() doesn't store eleme [...]
The 5 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/config/rs6000/rs6000-call.c | 3 +- gcc/fortran/dump-parse-tree.c | 55 ++++++---------- gcc/fortran/frontend-passes.c | 74 ++++++++++++++++++++++ gcc/fortran/gfortran.h | 1 + gcc/fortran/parse.c | 22 +++++++ gcc/testsuite/gcc.target/powerpc/mma-double-test.c | 8 +-- gcc/testsuite/gcc.target/powerpc/mma-single-test.c | 16 ++--- gcc/testsuite/gfortran.dg/implicit_pure_5.c | 7 ++ gcc/testsuite/gfortran.dg/implicit_pure_5.f90 | 63 ++++++++++++++++++ 11 files changed, 211 insertions(+), 59 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/implicit_pure_5.c create mode 100644 gcc/testsuite/gfortran.dg/implicit_pure_5.f90