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 66ad998 Fixed using wrong offset in caf_get. new 6646520 Now really functioning deregister of allocatable coarray comp [...]
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/trans-array.c | 2 +- gcc/fortran/trans-expr.c | 11 ++++-- gcc/fortran/trans-stmt.c | 2 +- gcc/fortran/trans.c | 43 ++++++++++++++++-------- gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 | 25 ++++++++++++++ gcc/testsuite/gfortran.dg/coarray_allocate_8.f08 | 33 ++++++++++++++++++ libgfortran/caf/single.c | 4 +++ 7 files changed, 101 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 create mode 100644 gcc/testsuite/gfortran.dg/coarray_allocate_8.f08