This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/coarray_native in repository gcc.
from bbf09c0aa07 Sync all for allocation and deallocation of coarrays. new 96c23f65802 Add a few test cases that work for shared coarrays. new 76453c3247f Make allocate with source work, some more offset fixes for [...]
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/options.c | 5 +++ gcc/fortran/resolve.c | 23 ++++++++++-- gcc/fortran/trans-array.c | 32 +++++++++++++++-- .../alloc_coarray_with_source_1.f90} | 3 +- .../gfortran.dg/{ => caf-shared}/coarray_13.f90 | 1 + .../gfortran.dg/caf-shared/cobounds_torture_1.f90 | 39 ++++++++++++++++++++ .../gfortran.dg/caf-shared/cobounds_torture_2.f90 | 41 ++++++++++++++++++++++ .../gfortran.dg/caf-shared/cobounds_torture_3.f90 | 38 ++++++++++++++++++++ .../{coarray => caf-shared}/get_array.f90 | 2 +- .../{coarray => caf-shared}/sendget_array.f90 | 2 +- 10 files changed, 177 insertions(+), 9 deletions(-) copy gcc/testsuite/gfortran.dg/{coarray_41.f90 => caf-shared/alloc_coarray_with_so [...] copy gcc/testsuite/gfortran.dg/{ => caf-shared}/coarray_13.f90 (98%) create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/cobounds_torture_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/cobounds_torture_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/cobounds_torture_3.f90 copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/get_array.f90 (99%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/sendget_array.f90 (99%)