This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 891196d 2016-09-19 Fritz Reese fritzoreese@gmail.com new eee0cf0 libgfortran/ChangeLog:
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/ChangeLog | 77 + gcc/fortran/expr.c | 13 +- gcc/fortran/gfortran.h | 7 +- gcc/fortran/gfortran.texi | 332 +++- gcc/fortran/primary.c | 157 ++ gcc/fortran/resolve.c | 22 +- gcc/fortran/trans-array.c | 127 +- gcc/fortran/trans-decl.c | 59 +- gcc/fortran/trans-expr.c | 267 ++- gcc/fortran/trans-intrinsic.c | 789 ++++++++- gcc/fortran/trans-stmt.c | 43 +- gcc/fortran/trans-types.c | 165 +- gcc/fortran/trans-types.h | 6 +- gcc/fortran/trans.c | 60 +- gcc/fortran/trans.h | 32 +- gcc/testsuite/ChangeLog | 23 + gcc/testsuite/gfortran.dg/coarray/alloc_comp_4.f90 | 21 + gcc/testsuite/gfortran.dg/coarray_38.f90 | 36 +- gcc/testsuite/gfortran.dg/coarray_alloc_comp_1.f08 | 92 + gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 | 27 + gcc/testsuite/gfortran.dg/coarray_allocate_8.f08 | 38 + gcc/testsuite/gfortran.dg/coarray_allocate_9.f08 | 31 + 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 | 11 +- 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/coarray_poly_6.f90 | 2 +- gcc/testsuite/gfortran.dg/coarray_poly_7.f90 | 2 +- gcc/testsuite/gfortran.dg/coarray_poly_8.f90 | 2 +- gcc/testsuite/gfortran.dg/coindexed_1.f90 | 12 +- libgfortran/ChangeLog | 34 + libgfortran/caf/libcaf.h | 91 +- libgfortran/caf/mpi.c | 3 +- libgfortran/caf/single.c | 1755 +++++++++++++++++++- 37 files changed, 4048 insertions(+), 318 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/alloc_comp_4.f90 create mode 100644 gcc/testsuite/gfortran.dg/coarray_alloc_comp_1.f08 create mode 100644 gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 create mode 100644 gcc/testsuite/gfortran.dg/coarray_allocate_8.f08 create mode 100644 gcc/testsuite/gfortran.dg/coarray_allocate_9.f08