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 0171e1652f1 Implement LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin ho [...] new 17c41b39078 LTO: Fix writing of toplevel asm with offloading [PR109816] new 5f881613fa9 Use OpenACC code to process OpenMP target regions
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/builtins.cc | 71 +++++ gcc/cgraphunit.cc | 7 +- gcc/common.opt | 13 + gcc/config/nvptx/mkoffload.cc | 13 + gcc/config/nvptx/nvptx-protos.h | 2 + gcc/config/nvptx/nvptx.cc | 269 ++++++++++++++++-- gcc/config/nvptx/nvptx.h | 3 + gcc/config/nvptx/nvptx.md | 68 +++++ gcc/expr.cc | 3 +- gcc/flag-types.h | 6 + gcc/gimplify.cc | 33 +++ gcc/lto-cgraph.cc | 2 +- gcc/lto-wrapper.cc | 1 + gcc/omp-builtins.def | 4 +- gcc/omp-expand.cc | 67 ++++- gcc/omp-general.cc | 11 +- gcc/omp-low.cc | 150 +++++++++- gcc/omp-offload.cc | 303 ++++++++++++++++++++- gcc/omp-offload.h | 1 + gcc/opts.cc | 8 + gcc/target-insns.def | 5 + gcc/tree-core.h | 4 + gcc/tree-nested.cc | 2 + gcc/tree-pretty-print.cc | 6 + gcc/tree-ssa-loop.cc | 5 + gcc/tree.cc | 2 + gcc/tree.h | 3 + libgomp/config/nvptx/team.c | 3 + libgomp/testsuite/libgomp.c++/target-map-class-1.C | 98 +++++++ libgomp/testsuite/libgomp.c++/target-map-class-2.C | 6 + libgomp/testsuite/libgomp.c-c++-common/for-17.c | 69 +++++ .../libgomp.c-c++-common/{for-11.c => for-18.c} | 3 +- 32 files changed, 1181 insertions(+), 60 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c++/target-map-class-1.C create mode 100644 libgomp/testsuite/libgomp.c++/target-map-class-2.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/for-17.c copy libgomp/testsuite/libgomp.c-c++-common/{for-11.c => for-18.c} (53%)