This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d9d92b1c1b4 Ada: Fix GNU/Hurd maximum priority new 91d52f87c5b Fortran: Remove adding and removing of caf_get. [PR107635] new 586477d67bf Fortran: Replace getting of coarray data with accessor-base [...]
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/gfortran.h | 4 +- gcc/fortran/gfortran.texi | 194 ++++- gcc/fortran/resolve.cc | 783 ++++++++++++++++++--- gcc/fortran/trans-array.cc | 30 +- gcc/fortran/trans-decl.cc | 102 ++- gcc/fortran/trans-expr.cc | 15 +- gcc/fortran/trans-intrinsic.cc | 430 +++++------ gcc/fortran/trans-types.cc | 44 +- gcc/fortran/trans.cc | 10 + gcc/fortran/trans.h | 11 + gcc/testsuite/gfortran.dg/coarray_atomic_5.f90 | 6 +- gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90 | 5 +- .../gfortran.dg/coarray_stat_function.f90 | 6 +- libgfortran/caf/libcaf.h | 18 + libgfortran/caf/single.c | 132 +++- 15 files changed, 1430 insertions(+), 360 deletions(-)