This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 82de09ab17c Fix exit condition in ipa_make_function_pure new 48c6cac9cae Fortran/openmp: Fix '!$omp end'
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/openmp.c | 3 + gcc/fortran/parse.c | 31 +- gcc/fortran/trans-openmp.c | 2 + gcc/testsuite/gfortran.dg/gomp/clauses-1.f90 | 667 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/nowait-2.f90 | 315 ++++++++++ gcc/testsuite/gfortran.dg/gomp/nowait-3.f90 | 118 ++++ gcc/testsuite/gfortran.dg/gomp/unexpected-end.f90 | 12 +- 7 files changed, 1131 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/clauses-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/nowait-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/nowait-3.f90