This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 55899e33de7 PR target/106122: Don't update %esp via the stack with -Oz on x86. new cf12a703cf7 Fortran: improve error recovery for EXTENDS_TYPE_OF() [PR106121] new d870ce1a112 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.cc | 8 ++++++++ gcc/fortran/simplify.cc | 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