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 601757da971 Add OpenACC 2.6 `no_create' clause support new a9e48066198 Report errors on missing OpenACC reduction clauses in neste [...]
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/ChangeLog.openacc | 9 + gcc/omp-low.c | 105 +++++ gcc/testsuite/ChangeLog.openacc | 7 + .../c-c++-common/goacc/nested-reductions-fail.c | 492 +++++++++++++++++++++ .../c-c++-common/goacc/nested-reductions.c | 420 ++++++++++++++++++ gcc/testsuite/c-c++-common/goacc/reduction-6.c | 11 - libgomp/ChangeLog.openacc | 12 + .../par-loop-comb-reduction-1.c | 2 +- .../par-loop-comb-reduction-2.c | 2 +- .../par-loop-comb-reduction-3.c | 2 +- .../par-loop-comb-reduction-4.c | 2 +- 11 files changed, 1049 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/nested-reductions-fail.c create mode 100644 gcc/testsuite/c-c++-common/goacc/nested-reductions.c