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 02646956ec8 Daily bump. new 6a552015b9c Fortran: improve error recovery while simplifying size of b [...] new 0a4fff071ff Fortran: NULL pointer dereference in invalid simplification [...] new 8a24700c64c Fortran: fix ICE in generate_coarray_sym_init [PR82868] new c4f53f59aaa 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