This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-10 in repository gcc.
from f8fd4ad642b amdgcn: Allow V64DFmode min/max reductions new 9a0c870cc5f OpenMP 5.0 Structure element mapping
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: libgomp/hashtab.h | 14 +- libgomp/libgomp.h | 70 +++- libgomp/oacc-mem.c | 19 +- libgomp/oacc-parallel.c | 22 +- libgomp/target.c | 460 ++++++++++++++++----- .../testsuite/libgomp.c-c++-common/refcount-1.c | 52 +++ .../testsuite/libgomp.c-c++-common/struct-elem-1.c | 29 ++ .../testsuite/libgomp.c-c++-common/struct-elem-2.c | 44 ++ .../testsuite/libgomp.c-c++-common/struct-elem-3.c | 63 +++ .../testsuite/libgomp.c-c++-common/struct-elem-4.c | 50 +++ .../testsuite/libgomp.c-c++-common/struct-elem-5.c | 20 + 11 files changed, 688 insertions(+), 155 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/refcount-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/struct-elem-1.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/struct-elem-2.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/struct-elem-3.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/struct-elem-4.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/struct-elem-5.c