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 1b152d44acc Add error checking to mutexes and condition variables. new a3f20923e1d Add test cases for atomic subroutines, remove atomics from TODO.
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: .../gfortran.dg/caf-shared/atomic_add_1.f90 | 29 ++++++++++++++++++++ .../gfortran.dg/caf-shared/atomic_cas_1.f90 | 28 +++++++++++++++++++ .../gfortran.dg/caf-shared/atomic_define_1.f90 | 32 ++++++++++++++++++++++ libgfortran/caf_shared/README.native_coarrays | 1 - 4 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/atomic_add_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/atomic_cas_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/caf-shared/atomic_define_1.f90