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 ec544590291 gcn: Fix __builtin_gcn_first_call_this_thread_p new b60c566317a amdgcn: Support AMD-specific 'isa' traits in OpenMP context [...]
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/ChangeLog.omp | 8 +++ gcc/config/gcn/gcn.cc | 2 +- gcc/config/gcn/t-omp-device | 2 +- libgomp/ChangeLog.omp | 13 +++++ .../testsuite/libgomp.c/declare-variant-4-fiji.c | 8 +++ .../testsuite/libgomp.c/declare-variant-4-gfx803.c | 7 +++ .../testsuite/libgomp.c/declare-variant-4-gfx900.c | 7 +++ .../testsuite/libgomp.c/declare-variant-4-gfx906.c | 7 +++ .../testsuite/libgomp.c/declare-variant-4-gfx908.c | 7 +++ .../testsuite/libgomp.c/declare-variant-4-gfx90a.c | 7 +++ libgomp/testsuite/libgomp.c/declare-variant-4.h | 63 ++++++++++++++++++++++ 11 files changed, 129 insertions(+), 2 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-4-fiji.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-4-gfx803.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-4-gfx900.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-4-gfx906.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-4-gfx908.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-4-gfx90a.c create mode 100644 libgomp/testsuite/libgomp.c/declare-variant-4.h