This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 25d45b5dd41 Fortran: Fix some select rank issues [PR97694 and 97723]. new 755299ea93d Fortran: Fix for class functions as associated target [PR98565]. new 80b1492b2de Fortran: Correct missing structure constructor comps. [PR97612].
The 2 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/primary.c | 32 +++++--- gcc/fortran/trans-intrinsic.c | 8 +- gcc/testsuite/gfortran.dg/associated_target_7.f90 | 87 ++++++++++++++++++++++ .../gfortran.dg/structure_constructor_17.f90 | 21 ++++++ 4 files changed, 136 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/associated_target_7.f90 create mode 100644 gcc/testsuite/gfortran.dg/structure_constructor_17.f90