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 eba21ea Added testcase. new 4b6d200 Fixed addressing and type conversion issue. Added and improve [...]
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 | 13 +- gcc/fortran/gfortran.h | 2 +- gcc/fortran/resolve.c | 22 +- gcc/fortran/trans-intrinsic.c | 20 +- gcc/fortran/trans-types.c | 4 + gcc/testsuite/gfortran.dg/coarray_alloc_comp_1.f08 | 53 +- gcc/testsuite/gfortran.dg/coarray_alloc_comp_2.f08 | 84 +++ libgfortran/caf/libcaf.h | 2 + libgfortran/caf/single.c | 722 +++++++++++++-------- 9 files changed, 612 insertions(+), 310 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray_alloc_comp_2.f08