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 d759c5ff1a0 OpenMP: Fix declare-target discovery with aliasing new 5e8af933d6f libgomp.c-c++-common/pr96390.c: XFAIL on nvptx. new 34f1d5636f8 libgomp: disable barriers in nested teams new e3e7d1a58ec amdgcn: Remove omp_gcn pass
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/config/gcn/gcn-passes.def | 19 ---- gcc/config/gcn/gcn-tree.c | 119 --------------------- gcc/config/gcn/t-gcn-hsa | 1 - libgomp/ChangeLog.omp | 5 + libgomp/config/gcn/bar.c | 15 ++- libgomp/config/nvptx/bar.c | 19 ++-- libgomp/testsuite/libgomp.c++/pr96390.C | 1 + .../nested-parallel-unbalanced.c | 31 ++++++ libgomp/testsuite/libgomp.c-c++-common/pr96390.c | 3 +- 9 files changed, 62 insertions(+), 151 deletions(-) delete mode 100644 gcc/config/gcn/gcn-passes.def create mode 100644 libgomp/testsuite/libgomp.c-c++-common/nested-parallel-unbalanced.c