This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from 5976d46a41e Fortran: Add missing diagnostic for F2018 C711 (TS29113 C407c) new 86ce50c8b6d Fortran: Fix associated intrinsic with assumed rank [PR101334]
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/ChangeLog.omp | 9 ++ gcc/fortran/trans-intrinsic.c | 30 +++-- gcc/testsuite/ChangeLog.omp | 10 +- .../gfortran.dg/associated_assumed_rank.f90 | 126 +++++++++++++++++++++ libgfortran/ChangeLog.omp | 8 ++ libgfortran/intrinsics/associated.c | 3 +- 6 files changed, 175 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/associated_assumed_rank.f90