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 a0009aba8ed Daily bump. new c59d1e73a61 Fortran: improve error recovery while simplifying size of b [...] new 12cd4a7c465 Fortran: NULL pointer dereference in invalid simplification [...] new f2509f61958 Fortran: fix ICE in generate_coarray_sym_init [PR82868] new b2bd7622721 Fortran: error recovery while simplifying intrinsic UNPACK [...]
The 4 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/expr.c | 3 ++- gcc/fortran/simplify.c | 18 +++++++++++++----- gcc/fortran/trans-decl.c | 1 + .../{associate_26.f90 => associate_26a.f90} | 6 +++--- gcc/testsuite/gfortran.dg/pr103694.f90 | 11 +++++++++++ gcc/testsuite/gfortran.dg/pr106985.f90 | 8 ++++++++ gcc/testsuite/gfortran.dg/pr107054.f90 | 13 +++++++++++++ 7 files changed, 51 insertions(+), 9 deletions(-) copy gcc/testsuite/gfortran.dg/{associate_26.f90 => associate_26a.f90} (65%) create mode 100644 gcc/testsuite/gfortran.dg/pr103694.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr106985.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr107054.f90