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 82ec75a726b Fortran: Modify checks to avoid referencing NULL pointer. new 4b56945b1ae Fortran: diagnose and reject duplicate CONTIGUOUS attribute [...] new 4f41c4ff250 Fortran: fix CLASS attribute handling [PR106856]
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/class.cc | 25 ++++- gcc/fortran/decl.cc | 56 +++++------ gcc/fortran/primary.cc | 1 - gcc/fortran/symbol.cc | 12 ++- gcc/testsuite/gfortran.dg/class_74.f90 | 151 ++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/class_75.f90 | 24 +++++ gcc/testsuite/gfortran.dg/contiguous_12.f90 | 7 ++ gcc/testsuite/gfortran.dg/interface_41.f90 | 2 +- 8 files changed, 242 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/class_74.f90 create mode 100644 gcc/testsuite/gfortran.dg/class_75.f90 create mode 100644 gcc/testsuite/gfortran.dg/contiguous_12.f90