This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 44bf3f4 * emit-rtl.c (verify_insn_sharing): Call verify_rtx_sharing [...] new aedc56b 2016-11-30 Janus Weil janus@gcc.gnu.org new 3d2aa0e libgfortran/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/fortran/ChangeLog | 87 ++++ gcc/fortran/check.c | 11 + gcc/fortran/gfortran.h | 2 +- gcc/fortran/gfortran.texi | 66 ++- gcc/fortran/primary.c | 35 +- gcc/fortran/trans-array.c | 448 ++++++++++++++++----- gcc/fortran/trans-array.h | 10 +- gcc/fortran/trans-decl.c | 24 +- gcc/fortran/trans-expr.c | 103 ++++- gcc/fortran/trans-intrinsic.c | 100 ++++- gcc/fortran/trans-openmp.c | 9 +- gcc/fortran/trans-stmt.c | 57 ++- gcc/fortran/trans.c | 198 ++++++--- gcc/fortran/trans.h | 44 +- gcc/testsuite/ChangeLog | 17 + gcc/testsuite/gfortran.dg/coarray/alloc_comp_1.f90 | 2 +- gcc/testsuite/gfortran.dg/coarray_alloc_comp_1.f08 | 3 + gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 | 5 +- gcc/testsuite/gfortran.dg/coarray_lib_alloc_1.f90 | 8 +- gcc/testsuite/gfortran.dg/coarray_lib_alloc_2.f90 | 8 +- gcc/testsuite/gfortran.dg/coarray_lib_alloc_3.f90 | 8 +- gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90 | 4 +- gcc/testsuite/gfortran.dg/derived_result.f90 | 10 + libgfortran/ChangeLog | 14 + libgfortran/caf/libcaf.h | 19 +- libgfortran/caf/single.c | 124 +++++- 26 files changed, 1163 insertions(+), 253 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/derived_result.f90