This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-13 in repository gcc.
from 92f6019f103 Merge branch 'releases/gcc-13' into devel/omp/gcc-13 new 7d774413104 Use OpenACC code to process OpenMP target regions
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/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-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-c++-common/for-17.c | 69 +++++ .../libgomp.c-c++-common/{for-11.c => for-18.c} | 3 +- 29 files changed, 1076 insertions(+), 59 deletions(-) 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%)