This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ca27d765f1d testsuite: Fix up syntax error in scan-tree-dump-times targ [...] new 6aa1f40a326 Fortran: fix CLASS attribute handling [PR106856]
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/class.cc | 25 ++++- gcc/fortran/decl.cc | 56 +++++------ gcc/fortran/primary.cc | 1 - gcc/fortran/symbol.cc | 6 +- gcc/testsuite/gfortran.dg/class_74.f90 | 151 +++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/class_75.f90 | 24 +++++ gcc/testsuite/gfortran.dg/interface_41.f90 | 2 +- 7 files changed, 229 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/class_74.f90 create mode 100644 gcc/testsuite/gfortran.dg/class_75.f90