This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e48b0e8c048 Fortran: ALLOCATE with array-valued MOLD expression fails [ [...] new 52154ade969 Fortran: [PDT] Mismatched types with same name in assignmen [...] new 78c787bbe59 Fortran: [PDT] Failure with local allocatable PDT array [P [...]
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/array.cc | 3 +++ gcc/fortran/decl.cc | 22 ++++++++++++++++- gcc/fortran/module.cc | 14 +++++++++++ gcc/testsuite/gfortran.dg/pdt_74.f03 | 48 ++++++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pdt_75.f03 | 35 ++++++++++++++++++++++++++ 5 files changed, 121 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gfortran.dg/pdt_74.f03 create mode 100644 gcc/testsuite/gfortran.dg/pdt_75.f03