This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 2fdef526a3a libcpp: Fix up handling of deferred pragmas [PR102432] new 9e9c674dfc6 Fortran: improve checking of array specifications new 3c1bcaa6224 Fortran: error recovery when simplifying MINLOC/MAXLOC
The 2 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/array.c | 4 ++++ gcc/fortran/expr.c | 25 +++++++++++++++++++++++++ gcc/fortran/gfortran.h | 1 + gcc/fortran/simplify.c | 3 +++ gcc/testsuite/gfortran.dg/minmaxloc_15.f90 | 11 +++++++++++ gcc/testsuite/gfortran.dg/pr103505.f90 | 9 +++++++++ 6 files changed, 53 insertions(+) create mode 100644 gcc/testsuite/gfortran.dg/minmaxloc_15.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr103505.f90