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 a9e48066198 Report errors on missing OpenACC reduction clauses in neste [...] new b9cedcc8b63 [og8] Update code and reduction tests for OenACC `serial' c [...] new bf426e795aa For libgomp OpenACC entry points, redefine the "device" arg [...] new 04606b9d9c4 [og8] Add OpenACC 2.6 if and if_present clauses on host_dat [...]
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 | 15 ++ gcc/c/ChangeLog.openacc | 5 + gcc/c/c-parser.c | 4 +- gcc/cp/ChangeLog.openacc | 5 + gcc/cp/parser.c | 4 +- gcc/fortran/ChangeLog.openacc | 5 + gcc/fortran/openmp.c | 4 +- gcc/omp-expand.c | 117 ++++++--- gcc/omp-low.c | 2 +- gcc/testsuite/ChangeLog.openacc | 21 ++ gcc/testsuite/c-c++-common/goacc/host_data-1.c | 28 ++- .../goacc/nested-reductions-kernels-fail.c | 273 +++++++++++++++++++++ .../c-c++-common/goacc/nested-reductions-kernels.c | 227 +++++++++++++++++ ...ns-fail.c => nested-reductions-parallel-fail.c} | 51 +--- ...d-reductions.c => nested-reductions-parallel.c} | 42 +--- ...ions-fail.c => nested-reductions-serial-fail.c} | 72 +----- ...ted-reductions.c => nested-reductions-serial.c} | 97 +++----- gcc/testsuite/gfortran.dg/goacc/host_data-tree.f95 | 12 +- gcc/tree-ssa-structalias.c | 4 +- include/ChangeLog.openacc | 9 + include/gomp-constants.h | 14 ++ libgomp/ChangeLog.openacc | 16 ++ libgomp/libgomp.h | 3 + libgomp/oacc-parallel.c | 71 ++++-- libgomp/target.c | 3 + .../libgomp.oacc-c-c++-common/host_data-6.c | 53 ++++ 26 files changed, 877 insertions(+), 280 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/nested-reductions-kernels-fail.c create mode 100644 gcc/testsuite/c-c++-common/goacc/nested-reductions-kernels.c copy gcc/testsuite/c-c++-common/goacc/{nested-reductions-fail.c => nested-reductio [...] copy gcc/testsuite/c-c++-common/goacc/{nested-reductions.c => nested-reductions-pa [...] rename gcc/testsuite/c-c++-common/goacc/{nested-reductions-fail.c => nested-reduct [...] rename gcc/testsuite/c-c++-common/goacc/{nested-reductions.c => nested-reductions- [...] create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-6.c