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 b5189ea Major rework. new b49982b Fix many regressions.
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/expr.c | 30 +- gcc/fortran/trans-array.c | 2 +- gcc/fortran/trans-expr.c | 169 +++---- gcc/fortran/trans-intrinsic.c | 139 +++++- gcc/fortran/trans-types.c | 6 +- gcc/fortran/trans.c | 9 +- gcc/fortran/trans.h | 5 +- gcc/testsuite/gfortran.dg/coarray_38.f90 | 8 +- gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 | 4 +- gcc/testsuite/gfortran.dg/coarray_lib_alloc_1.f90 | 4 +- gcc/testsuite/gfortran.dg/coarray_lib_alloc_2.f90 | 4 +- gcc/testsuite/gfortran.dg/coarray_lib_alloc_3.f90 | 4 +- gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90 | 8 +- gcc/testsuite/gfortran.dg/coarray_lib_token_3.f90 | 4 +- gcc/testsuite/gfortran.dg/coarray_lock_7.f90 | 12 +- gcc/testsuite/gfortran.dg/coarray_poly_5.f90 | 2 +- gcc/testsuite/gfortran.dg/coindexed_1.f90 | 12 +- libgfortran/caf/libcaf.h | 6 +- libgfortran/caf/single.c | 544 +++++++++++++++++++--- 19 files changed, 742 insertions(+), 230 deletions(-)