This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 6e503ac734f Daily bump. new be64e725111 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