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 23856d2f29f Fix two cases where -fcoarray=shared broke non-coarrays programs. new 34186331bde Implement stat and errmsg.
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-decl.c | 47 +++++++---- gcc/fortran/trans-intrinsic.c | 58 +++++++++---- libgfortran/Makefile.am | 4 +- libgfortran/Makefile.in | 17 +++- libgfortran/generated/nca_minmax_i1.c | 96 ++++++++++++---------- libgfortran/generated/nca_minmax_i16.c | 96 ++++++++++++---------- libgfortran/generated/nca_minmax_i2.c | 96 ++++++++++++---------- libgfortran/generated/nca_minmax_i4.c | 96 ++++++++++++---------- libgfortran/generated/nca_minmax_i8.c | 96 ++++++++++++---------- libgfortran/generated/nca_minmax_r10.c | 96 ++++++++++++---------- libgfortran/generated/nca_minmax_r16.c | 96 ++++++++++++---------- libgfortran/generated/nca_minmax_r4.c | 96 ++++++++++++---------- libgfortran/generated/nca_minmax_r8.c | 96 ++++++++++++---------- libgfortran/generated/nca_minmax_s1.c | 60 ++++++++------ libgfortran/generated/nca_minmax_s4.c | 60 ++++++++------ libgfortran/m4/nca-minmax-s.m4 | 30 ++++--- libgfortran/m4/nca_minmax.m4 | 32 ++++---- libgfortran/nca/coarraynative.c | 134 ++++++++++++++++++++++++++---- libgfortran/nca/collective_subroutine.c | 44 +++++----- libgfortran/nca/collective_subroutine.h | 2 +- libgfortran/nca/counter_barrier.c | 141 ++++++++++++++++++++++++++++++++ libgfortran/nca/counter_barrier.h | 36 ++++++++ libgfortran/nca/libcoarraynative.h | 57 ++++++++++--- libgfortran/nca/sync.c | 24 +++--- libgfortran/nca/sync.h | 5 +- libgfortran/nca/util.h | 2 + libgfortran/nca/wrapper.c | 51 ++++++------ 27 files changed, 1091 insertions(+), 577 deletions(-) create mode 100644 libgfortran/nca/counter_barrier.c create mode 100644 libgfortran/nca/counter_barrier.h