This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch openacc-gcc-7-branch in repository gcc.
from 0799576d11a backport "Workaround PR83046 in gang-static-2.c" new b957d7c71a0 [nvptx, openacc] Don't emit barriers for empty loops
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 | 6 ++++ gcc/config/nvptx/nvptx.c | 15 +++++++--- libgomp/ChangeLog.openacc | 9 ++++++ .../libgomp.oacc-c-c++-common/pr85381-2.c | 35 ++++++++++++++++++++++ .../libgomp.oacc-c-c++-common/pr85381-3.c | 34 +++++++++++++++++++++ .../libgomp.oacc-c-c++-common/pr85381-4.c | 26 ++++++++++++++++ .../libgomp.oacc-c-c++-common/pr85381-5.c | 23 ++++++++++++++ .../testsuite/libgomp.oacc-c-c++-common/pr85381.c | 17 +++++++++++ 8 files changed, 161 insertions(+), 4 deletions(-) create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-3.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-4.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-5.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381.c