This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 484f139ccd3 c++: c->B::m access resolved through current inst [PR116320] new a3f1cdd8ed4 Add corank to gfc_expr. new dbf4c574b92 Fix Coarray in associate not a coarray. [PR110033]
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/arith.cc | 4 + gcc/fortran/array.cc | 16 +- gcc/fortran/check.cc | 18 +- gcc/fortran/class.cc | 41 ++-- gcc/fortran/data.cc | 1 + gcc/fortran/decl.cc | 2 + gcc/fortran/expr.cc | 51 ++-- gcc/fortran/frontend-passes.cc | 5 + gcc/fortran/gfortran.h | 2 +- gcc/fortran/intrinsic.cc | 3 + gcc/fortran/iresolve.cc | 20 +- gcc/fortran/match.cc | 30 ++- gcc/fortran/matchexp.cc | 1 + gcc/fortran/parse.cc | 39 ++- gcc/fortran/primary.cc | 10 +- gcc/fortran/resolve.cc | 283 +++++++++++++++++----- gcc/fortran/symbol.cc | 3 +- gcc/fortran/trans-array.cc | 33 ++- gcc/fortran/trans-array.h | 3 +- gcc/fortran/trans-expr.cc | 94 +++++-- gcc/fortran/trans-intrinsic.cc | 12 +- gcc/fortran/trans-stmt.cc | 133 ++++++---- gcc/fortran/trans.cc | 11 +- gcc/fortran/trans.h | 5 +- gcc/testsuite/gfortran.dg/coarray/associate_1.f90 | 36 +++ 25 files changed, 612 insertions(+), 244 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/associate_1.f90