This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 32bb76c PR translation/79018 * params.def (PARAM_MAX_STORES_TO_MERG [...] new 942ef29 gcc/fortran/ChangeLog:
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 | 44 +++++++++ gcc/fortran/expr.c | 17 +++- gcc/fortran/gfortran.h | 2 +- gcc/fortran/primary.c | 13 ++- gcc/fortran/trans-array.c | 102 +++++++++++++-------- gcc/fortran/trans-array.h | 2 +- gcc/fortran/trans-decl.c | 7 ++ gcc/fortran/trans-expr.c | 54 ++++++++++- gcc/fortran/trans-intrinsic.c | 26 ++++-- gcc/fortran/trans-stmt.c | 51 +++++++++-- gcc/fortran/trans-types.c | 52 +++++------ gcc/fortran/trans-types.h | 5 +- gcc/fortran/trans.c | 5 +- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/gfortran.dg/coarray/ptr_comp_1.f08 | 36 ++++++++ gcc/testsuite/gfortran.dg/coarray/ptr_comp_2.f08 | 36 ++++++++ .../coarray/{alloc_comp_4.f90 => ptr_comp_3.f08} | 3 +- .../coarray/{alloc_comp_5.f90 => ptr_comp_4.f08} | 5 +- ...ray_alloc_comp_1.f08 => coarray_ptr_comp_1.f08} | 39 ++++---- ...ray_alloc_comp_2.f08 => coarray_ptr_comp_2.f08} | 29 +++--- gcc/testsuite/gfortran.dg/coarray_ptr_comp_3.f08 | 13 +++ libgfortran/ChangeLog | 7 ++ libgfortran/caf/single.c | 21 ++++- 23 files changed, 440 insertions(+), 139 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/ptr_comp_1.f08 create mode 100644 gcc/testsuite/gfortran.dg/coarray/ptr_comp_2.f08 copy gcc/testsuite/gfortran.dg/coarray/{alloc_comp_4.f90 => ptr_comp_3.f08} (81%) copy gcc/testsuite/gfortran.dg/coarray/{alloc_comp_5.f90 => ptr_comp_4.f08} (72%) copy gcc/testsuite/gfortran.dg/{coarray_alloc_comp_1.f08 => coarray_ptr_comp_1.f08} (72%) copy gcc/testsuite/gfortran.dg/{coarray_alloc_comp_2.f08 => coarray_ptr_comp_2.f08} (71%) create mode 100644 gcc/testsuite/gfortran.dg/coarray_ptr_comp_3.f08