This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-12 in repository gcc.
from 4b96309e90b Merge branch 'releases/gcc-12' into devel/omp/gcc-12 new 497b44832fc OpenMP: Fix reverse offload GOMP_TARGET_REV IFN corner case [...] new a96959b7382 gcc/testsuite: Change 'cunrolli' to 'cunrolli1' in dump sca [...] new c682c50354d libgomp/nvptx: Prepare for reverse-offload callback handling
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.omp | 11 +++ gcc/cgraphclones.cc | 1 + gcc/omp-expand.cc | 13 ++- gcc/testsuite/ChangeLog.omp | 24 +++++ gcc/testsuite/g++.dg/ext/unroll-1.C | 4 +- gcc/testsuite/g++.dg/ext/unroll-2.C | 4 +- gcc/testsuite/g++.dg/ext/unroll-3.C | 4 +- gcc/testsuite/g++.dg/vect/pr36648.cc | 2 +- gcc/testsuite/gcc.dg/tree-prof/init-array.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/pr100359.c | 6 +- gcc/testsuite/gcc.dg/tree-ssa/pr59597.c | 2 +- gcc/testsuite/gcc.dg/unroll-2.c | 4 +- gcc/testsuite/gfortran.dg/directive_unroll_1.f90 | 4 +- gcc/testsuite/gfortran.dg/directive_unroll_4.f90 | 4 +- .../gfortran.dg/gomp/target-device-ancestor-6.f90 | 17 ++++ gcc/testsuite/gnat.dg/unroll1.adb | 2 +- gcc/testsuite/gnat.dg/unroll2.adb | 2 +- include/ChangeLog.omp | 10 ++ include/cuda/cuda.h | 3 + libgomp/ChangeLog.omp | 30 ++++++ libgomp/config/nvptx/icv-device.c | 2 +- .../{linux/selector.c => nvptx/libgomp-nvptx.h} | 38 +++++--- libgomp/config/nvptx/target.c | 54 +++++++++-- libgomp/libgomp-plugin.c | 12 +++ libgomp/libgomp-plugin.h | 7 ++ libgomp/libgomp.h | 5 + libgomp/libgomp.map | 5 + libgomp/plugin/cuda-lib.def | 1 + libgomp/plugin/plugin-nvptx.c | 104 +++++++++++++++++++-- libgomp/target.c | 19 ++++ 30 files changed, 338 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/gomp/target-device-ancestor-6.f90 copy libgomp/config/{linux/selector.c => nvptx/libgomp-nvptx.h} (62%)