This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 3d85846b179 Sync gcc-changelog scripts. new e780e940a9f As well as the PR this patch fixes problems in handling cla [...]
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/resolve.c | 2 +- gcc/fortran/trans-array.c | 448 +++++++++++++++------ gcc/fortran/trans-expr.c | 264 ++++++++++-- gcc/fortran/trans.c | 9 +- gcc/fortran/trans.h | 1 + gcc/testsuite/gfortran.dg/class_allocate_25.f90 | 58 +++ gcc/testsuite/gfortran.dg/class_assign_4.f90 | 183 +++++++++ gcc/testsuite/gfortran.dg/dependency_60.f90 | 19 + .../gfortran.dg/unlimited_polymorphic_32.f03 | 59 +++ 9 files changed, 896 insertions(+), 147 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/class_allocate_25.f90 create mode 100644 gcc/testsuite/gfortran.dg/class_assign_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/dependency_60.f90 create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_32.f03