This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 92e6a7aef70 2018-01-16 Sebastian Peryt sebastian.peryt@intel.com new 747cac422be gcc/ChangeLog: new 7d96ee9eb52 gcc/fortran/ChangeLog:
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/ChangeLog | 8 + gcc/config/rs6000/rs6000-builtin.def | 19 ++- gcc/config/rs6000/rs6000-c.c | 26 +-- gcc/fortran/ChangeLog | 10 ++ gcc/fortran/gfortran.texi | 19 ++- gcc/fortran/trans-decl.c | 23 +-- gcc/fortran/trans-intrinsic.c | 19 ++- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/gfortran.dg/coarray_alloc_comp_6.f08 | 55 ++++++ gcc/testsuite/gfortran.dg/coarray_alloc_comp_7.f08 | 62 +++++++ gcc/testsuite/gfortran.dg/coarray_alloc_comp_8.f08 | 59 +++++++ libgfortran/ChangeLog | 12 ++ libgfortran/caf/libcaf.h | 8 +- libgfortran/caf/single.c | 186 +++++++++++++-------- 14 files changed, 398 insertions(+), 118 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray_alloc_comp_6.f08 create mode 100644 gcc/testsuite/gfortran.dg/coarray_alloc_comp_7.f08 create mode 100644 gcc/testsuite/gfortran.dg/coarray_alloc_comp_8.f08