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 7ba46cc7867 Fortran: reject BOZ type argument to SIZEOF(). new e301a0a8a0f Fortran: improve checking of array specifications new 650ac4b2512 Fortran: catch failed simplification of bad stride expression
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 | 13 ++++++++----- gcc/fortran/expr.c | 25 +++++++++++++++++++++++++ gcc/fortran/gfortran.h | 1 + gcc/testsuite/gfortran.dg/pr103505.f90 | 9 +++++++++ gcc/testsuite/gfortran.dg/pr103588.f90 | 8 ++++++++ 5 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr103505.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr103588.f90