This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 49e28c02a95 ubsan: Fix ICEs with DECL_REGISTER tests [PR101624] new 7bf582e6cfc 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