This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d4974fd2273 Fortran: fix dependency checks for inquiry refs [PR115039] new b9294757f82 Fortran: Unlimited polymorphic intrinsic function arguments [...]
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/iresolve.cc | 4 ++ gcc/fortran/trans-expr.cc | 15 ++++- gcc/fortran/trans-intrinsic.cc | 80 +++++++++++++++++----- gcc/testsuite/gfortran.dg/storage_size_7.f90 | 91 ++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/transfer_class_4.f90 | 87 ++++++++++++++++++++++++ 5 files changed, 257 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/storage_size_7.f90 create mode 100644 gcc/testsuite/gfortran.dg/transfer_class_4.f90