This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1815462a6e5 libstdc++: Skip tests that fail for the versioned namespace new 2c16eb3157f openmp: Add support for inoutset depend-kind new ebe5dace8c3 gcn/t-omp-device: Add 'amdgcn' as 'arch' [PR105602] new 61fe7b7d463 libgomp.texi: Document OpenMP context selectors
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/c-family/c-omp.cc | 4 + gcc/c/c-parser.cc | 10 +- gcc/config/gcn/gcn.cc | 2 +- gcc/config/gcn/t-omp-device | 2 +- gcc/cp/cxx-pretty-print.cc | 3 + gcc/cp/parser.cc | 8 +- gcc/gimplify.cc | 100 +++++++++++-- gcc/omp-low.cc | 44 +++++- gcc/testsuite/c-c++-common/gomp/all-memory-1.c | 2 + gcc/testsuite/c-c++-common/gomp/all-memory-2.c | 2 + gcc/testsuite/c-c++-common/gomp/depobj-1.c | 5 +- gcc/testsuite/g++.dg/gomp/depobj-1.C | 2 +- gcc/tree-core.h | 1 + gcc/tree-pretty-print.cc | 3 + include/gomp-constants.h | 1 + libgomp/libgomp.h | 4 +- libgomp/libgomp.texi | 32 ++++ libgomp/task.c | 33 +++-- libgomp/testsuite/libgomp.c-c++-common/depend-1.c | 7 +- libgomp/testsuite/libgomp.c-c++-common/depend-2.c | 7 +- libgomp/testsuite/libgomp.c-c++-common/depend-3.c | 7 +- .../libgomp.c-c++-common/depend-inoutset-1.c | 164 +++++++++++++++++++++ 22 files changed, 399 insertions(+), 44 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/depend-inoutset-1.c