This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch vehre/coarray in repository gcc.
from b32dc5f Fixing memory corruption. All tests pass. new e88d4da Added component index to get(), send() and sendget() calls. I [...]
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/gfortran.h | 6 +- gcc/fortran/gfortran.texi | 27 +++++++-- gcc/fortran/primary.c | 12 ++-- gcc/fortran/symbol.c | 42 +++++++++++++ gcc/fortran/trans-array.c | 15 +---- gcc/fortran/trans-decl.c | 18 +++--- gcc/fortran/trans-expr.c | 3 +- gcc/fortran/trans-intrinsic.c | 35 ++++++++--- gcc/fortran/trans.c | 8 +-- gcc/testsuite/gfortran.dg/coarray/alloc_comp_4.f90 | 21 +++++++ gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90 | 10 ++-- gcc/testsuite/gfortran.dg/coarray_poly_5.f90 | 2 +- gcc/testsuite/gfortran.dg/coarray_poly_6.f90 | 2 +- gcc/testsuite/gfortran.dg/coarray_poly_7.f90 | 2 +- gcc/testsuite/gfortran.dg/coarray_poly_8.f90 | 2 +- libgfortran/caf/libcaf.h | 9 ++- libgfortran/caf/single.c | 68 ++++++++++++++++------ 17 files changed, 206 insertions(+), 76 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/alloc_comp_4.f90