This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch openacc-gcc-8-branch in repository gcc.
from 010a7a9220c Add user-friendly diagnostics for OpenACC loop parallelism [...] new c282e4987c5 Rework computation of default OpenACC mapping clauses new 7c2f3f5c50e Rework OpenACC Fortran DO loop initialization new 66c18a588e0 Remove spurious OpenACC error on combining "auto" with gang [...]
The 3 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.openacc | 10 +++ gcc/fortran/ChangeLog.openacc | 7 ++ gcc/fortran/trans-openmp.c | 86 +++++++++++++--------- gcc/gimplify.c | 75 +++++++++---------- gcc/omp-low.c | 3 - gcc/omp-offload.c | 7 +- gcc/testsuite/ChangeLog.openacc | 6 ++ .../c-c++-common/goacc/combined-directives-3.c | 4 +- gcc/testsuite/c-c++-common/goacc/loop-2-kernels.c | 12 +-- gcc/testsuite/c-c++-common/goacc/loop-2-parallel.c | 12 +-- libgomp/ChangeLog.openacc | 4 + .../initialize_kernels_loops.f90 | 36 +++++++++ 12 files changed, 165 insertions(+), 97 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/initialize_kernels_loops.f90