This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/coarray_native in repository gcc.
from 2b0eabeb48d Fix for broken MacOS limitation for name length of shm_open. new 4726e39b0be Make STAT and ERRMSG work on ALLOCATE, move error handling [...]
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 | 119 ++++++++++++--------- gcc/fortran/trans-array.h | 5 +- gcc/fortran/trans-decl.c | 44 +++++--- gcc/fortran/trans-stmt.c | 39 ++----- gcc/fortran/trans.h | 3 +- .../gfortran.dg/caf-shared/allocate_1.f90 | 2 +- .../gfortran.dg/caf-shared/allocate_status_1.f90 | 15 +++ .../caf-shared/automatic_deallocate_1.f90 | 19 ++++ .../gfortran.dg/caf-shared/save_allocatable_1.f90 | 20 ++++ libgfortran/caf_shared/coarraynative.c | 68 +++++++----- libgfortran/caf_shared/libcoarraynative.h | 4 +- libgfortran/caf_shared/wrapper.c | 66 ++++++++++-- 12 files changed, 260 insertions(+), 144 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/allocate_status_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/automatic_deallocate_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/save_allocatable_1.f90