This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8e1fe3f7791 openmp: Avoid calling clear_type_padding_in_mask in the com [...] new eb92cd57a1e Fortran: Various CLASS + assumed-rank fixed [PR102541]
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/check.c | 4 +- gcc/fortran/interface.c | 9 +- gcc/fortran/primary.c | 17 +++- gcc/fortran/trans-array.c | 4 +- gcc/fortran/trans-decl.c | 3 +- gcc/fortran/trans-expr.c | 80 ++++++++------- gcc/fortran/trans-types.c | 3 +- gcc/testsuite/gfortran.dg/assumed_rank_24.f90 | 137 ++++++++++++++++++++++++++ 8 files changed, 209 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_24.f90