This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dd62c97f122 OpenMP/Fortran: Fix skipping unmatchable metadirectives [PR122570] new 071942e5877 Fortran: Fix PDT constructors in associate [PR122501, PR122524] new 4983e9745ed Fortran: Add non-PDT type extension to PDTs [PR122566]
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 | 44 ++++++++++++++++------------- gcc/fortran/primary.cc | 40 +++++++++----------------- gcc/testsuite/gfortran.dg/pdt_66.f03 | 54 ++++++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pdt_67.f03 | 36 ++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pdt_68.f03 | 34 +++++++++++++++++++++++ 5 files changed, 162 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pdt_66.f03 create mode 100644 gcc/testsuite/gfortran.dg/pdt_67.f03 create mode 100644 gcc/testsuite/gfortran.dg/pdt_68.f03