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 d13968ca4a6 Fix OpenMP's use_device_ptr with Fortran array descriptors new 195a5318951 [og9] Fix libgomp serial-dims.c test for AMD GCN new bbad7288269 [og9] Re-do OpenACC private variable resolution
The 2 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 | 50 ++++++++ gcc/config/gcn/gcn-protos.h | 2 +- gcc/config/gcn/gcn-tree.c | 6 +- gcc/config/gcn/gcn.c | 4 +- gcc/config/nvptx/nvptx.c | 26 +++++ gcc/doc/tm.texi | 5 +- gcc/doc/tm.texi.in | 2 +- gcc/internal-fn.c | 2 + gcc/internal-fn.h | 3 +- gcc/omp-low.c | 127 ++++++++++++++------- gcc/omp-offload.c | 56 ++++++--- gcc/omp-sese.c | 54 ++++++++- gcc/target.def | 7 +- libgomp/ChangeLog.openacc | 11 ++ .../libgomp.oacc-c-c++-common/serial-dims.c | 7 ++ .../libgomp.oacc-fortran/gangprivate-attrib-1.f90 | 4 +- .../libgomp.oacc-fortran/gangprivate-attrib-2.f90 | 8 +- 17 files changed, 300 insertions(+), 74 deletions(-)