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 e3caaf97e6f Add the -fdebug-aux-vars flag to debug variables generated [...] new d91352b42ef Use __builtin_atomic_thread_fence and implement SYNC_MEMORY. new bbf09c0aa07 Sync all for allocation and deallocation of coarrays.
The 2 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-stmt.c | 59 ++++++++++++++++++++-- gcc/fortran/trans.c | 16 ++++++ gcc/fortran/trans.h | 1 + .../gfortran.dg/caf-shared/allocate_1.f90 | 9 ++++ .../gfortran.dg/caf-shared/sync_all_1.f90 | 9 ++++ .../gfortran.dg/caf-shared/sync_memory_1.f90 | 6 +++ 6 files changed, 95 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/allocate_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/sync_all_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/sync_memory_1.f90