This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 81aa79e9776 Fixup store bool pattern new 39961581f24 Fortran: Fix PDT parameter substitution [PR93175,PR102240,P [...]
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/array.cc | 11 +++++ gcc/fortran/decl.cc | 91 +++++++++++++++++++++++++--------- gcc/fortran/gfortran.h | 1 + gcc/fortran/resolve.cc | 15 +++--- gcc/fortran/trans-array.cc | 8 ++- gcc/testsuite/gfortran.dg/pdt_55.f03 | 96 ++++++++++++++++++++++++++++++++++++ 6 files changed, 189 insertions(+), 33 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pdt_55.f03