This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from da7b620 fix PR68550: do not handle ISL loop peeled statements new bd47f0b 2015-12-02 Tobias Burnus burnus@net-b.de Alessandro [...]
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/ChangeLog | 59 ++++++++ gcc/fortran/check.c | 53 +++++++ gcc/fortran/dump-parse-tree.c | 27 ++++ gcc/fortran/expr.c | 13 ++ gcc/fortran/gfortran.h | 8 +- gcc/fortran/gfortran.texi | 138 ++++++++++++++++-- gcc/fortran/interface.c | 28 ++++ gcc/fortran/intrinsic.c | 7 + gcc/fortran/intrinsic.h | 2 + gcc/fortran/iresolve.c | 6 + gcc/fortran/iso-fortran-env.def | 5 + gcc/fortran/match.c | 198 ++++++++++++++++++++++++++ gcc/fortran/match.h | 2 + gcc/fortran/module.c | 8 +- gcc/fortran/parse.c | 69 ++++++++- gcc/fortran/resolve.c | 93 ++++++++++-- gcc/fortran/st.c | 2 + gcc/fortran/trans-decl.c | 28 +++- gcc/fortran/trans-expr.c | 10 +- gcc/fortran/trans-intrinsic.c | 152 ++++++++++++++++++++ gcc/fortran/trans-stmt.c | 161 +++++++++++++++++++++ gcc/fortran/trans-stmt.h | 1 + gcc/fortran/trans-types.c | 5 + gcc/fortran/trans.c | 17 ++- gcc/fortran/trans.h | 7 +- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gfortran.dg/coarray/event_1.f90 | 51 +++++++ gcc/testsuite/gfortran.dg/coarray/event_2.f90 | 89 ++++++++++++ libgfortran/ChangeLog | 8 ++ libgfortran/caf/libcaf.h | 7 +- libgfortran/caf/single.c | 45 +++++- 31 files changed, 1264 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray/event_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/coarray/event_2.f90