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 39264acd7da Fortran: PACK intrinsic should not try to read from zero-si [...] new f8486c9fd71 Fortran: fix check for pointer dummy arguments with INTENT(IN)
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/check.c | 32 +++++-------------------- gcc/fortran/expr.c | 9 ++++--- gcc/testsuite/gfortran.dg/move_alloc_8.f90 | 4 ++-- gcc/testsuite/gfortran.dg/pointer_intent_9.f90 | 33 ++++++++++++++++++++++++++ 4 files changed, 47 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pointer_intent_9.f90