This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch openacc-gcc-9-branch in repository gcc.
from 7d0d394c1c9 Backport from mainline new 28b843e3c54 [og9] Handle references in OpenACC "private" clauses
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 | 5 ++ gcc/gimplify.c | 15 +++++ libgomp/ChangeLog.openacc | 6 ++ .../testsuite/libgomp.oacc-c++/privatized-ref-2.C | 64 +++++++++++++++++++ .../testsuite/libgomp.oacc-c++/privatized-ref-3.C | 64 +++++++++++++++++++ .../libgomp.oacc-fortran/privatized-ref-1.f95 | 71 ++++++++++++++++++++++ 6 files changed, 225 insertions(+) create mode 100644 libgomp/testsuite/libgomp.oacc-c++/privatized-ref-2.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/privatized-ref-3.C create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/privatized-ref-1.f95