This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5a8ea165926c libgo: update to Go1.14beta1 new a38979d9d7a4 openmp: Teach omp_code_to_statement about rest of OpenMP s [...] new 44a9d801a708 openmp: Fix up !$omp target parallel handling
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 | 1 - gcc/cp/ChangeLog | 4 +- gcc/fortran/ChangeLog | 10 + gcc/fortran/openmp.c | 75 +++++++ gcc/fortran/parse.c | 3 + gcc/fortran/trans-openmp.c | 1 + gcc/testsuite/ChangeLog | 11 +- gcc/testsuite/gfortran.dg/goacc/pr93329.f90 | 223 +++++++++++++++++++++ .../gfortran.dg/gomp/target-parallel1.f90 | 4 + 9 files changed, 328 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr93329.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/target-parallel1.f90