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 fd7b341cd0d Yet another offset fix. new 003b3ce3454 Add caf-shared subdirectory to gfortran.dg with passing tests.
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: .../{coarray => caf-shared}/alloc_comp_1.f90 | 4 +- .../gfortran.dg/caf-shared/arg_passing_1.f90 | 53 +++++++++++++++++++ .../gfortran.dg/caf-shared/assign_array_1.f90 | 18 +++++++ .../{coarray => caf-shared}/atomic_1.f90 | 1 + gcc/testsuite/gfortran.dg/caf-shared/cas.exp | 61 ++++++++++++++++++++++ .../gfortran.dg/{ => caf-shared}/coarray_40.f90 | 0 .../{coarray => caf-shared}/codimension_2.f90 | 0 .../{coarray => caf-shared}/codimension_2a.f90 | 0 .../{coarray => caf-shared}/codimension_2b.f90 | 0 .../{coarray => caf-shared}/collectives_1.f90 | 2 +- .../{coarray => caf-shared}/collectives_2.f90 | 2 +- .../{coarray => caf-shared}/collectives_4.f90 | 2 +- .../{coarray => caf-shared}/cosubscript_1.f90 | 1 + .../gfortran.dg/{coarray => caf-shared}/data_1.f90 | 0 .../{coarray => caf-shared}/dummy_1.f90 | 2 +- .../{coarray => caf-shared}/image_index_2.f90 | 3 +- .../gfortran.dg/caf-shared/num_images_1.f90 | 7 +++ .../{coarray => caf-shared}/subobject_1.f90 | 2 +- .../{coarray => caf-shared}/this_image_1.f90 | 3 +- .../{coarray => caf-shared}/this_image_2.f90 | 2 +- 20 files changed, 153 insertions(+), 10 deletions(-) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/alloc_comp_1.f90 (70%) create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/arg_passing_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/assign_array_1.f90 copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/atomic_1.f90 (91%) create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/cas.exp copy gcc/testsuite/gfortran.dg/{ => caf-shared}/coarray_40.f90 (100%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/codimension_2.f90 (100%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/codimension_2a.f90 (100%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/codimension_2b.f90 (100%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/collectives_1.f90 (94%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/collectives_2.f90 (97%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/collectives_4.f90 (88%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/cosubscript_1.f90 (96%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/data_1.f90 (100%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/dummy_1.f90 (96%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/image_index_2.f90 (97%) create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/num_images_1.f90 copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/subobject_1.f90 (96%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/this_image_1.f90 (99%) copy gcc/testsuite/gfortran.dg/{coarray => caf-shared}/this_image_2.f90 (98%)