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 90f3dd128bc c++: Improve memory usage of subsumption [PR100828] new 4ee9e57684e Fortran: ICE in resolve_allocate_deallocate for invalid STA [...]
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/expr.c | 10 ++++ gcc/fortran/match.c | 11 ++-- gcc/fortran/resolve.c | 35 ++++++++---- gcc/testsuite/gfortran.dg/allocate_stat.f90 | 8 +-- gcc/testsuite/gfortran.dg/allocate_stat_3.f90 | 71 ++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/implicit_11.f90 | 2 +- gcc/testsuite/gfortran.dg/inquiry_type_ref_3.f90 | 2 +- 7 files changed, 117 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/allocate_stat_3.f90