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 000b61056e6 Daily bump. new 19f6e8ddfc4 Fortran: improve error recovery for EXTENDS_TYPE_OF() [PR106121] new 5c293d9abc4 Fortran: error recovery on invalid CLASS(), PARAMETER decla [...]
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/decl.c | 8 ++++++++ gcc/fortran/simplify.c | 4 ++++ gcc/testsuite/gfortran.dg/class_58.f90 | 2 +- gcc/testsuite/gfortran.dg/class_73.f90 | 17 +++++++++++++++++ gcc/testsuite/gfortran.dg/extends_type_of_4.f90 | 20 ++++++++++++++++++++ 5 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gfortran.dg/class_73.f90 create mode 100644 gcc/testsuite/gfortran.dg/extends_type_of_4.f90