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 3e59c3c6f4c Fortran: Fix for class defined operators [PR99125]. new c8cd1acae4c Fortran: Assumed and explicit size class arrays [PR46691/99819].
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/class.c | 33 +++++++++++---- gcc/fortran/trans-array.c | 12 +++++- gcc/fortran/trans-expr.c | 9 ++++ gcc/testsuite/gfortran.dg/class_dummy_6.f90 | 65 +++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/class_dummy_7.f90 | 60 ++++++++++++++++++++++++++ 5 files changed, 169 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_6.f90 create mode 100644 gcc/testsuite/gfortran.dg/class_dummy_7.f90