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 3a857fecdc2 Merge remote-tracking branch 'origin/releases/gcc-10' into [...] new 28c4af5f39b openmp: Add support for the omp_get_supported_active_levels [...] new 5c4ffe3a19a openmp: Implement support for OMP_TARGET_OFFLOAD environmen [...] new 99b827f8cb1 openmp: Change omp_get_initial_device () to match OpenMP 5. [...] new 374e0efd4e2 openmp: Add test for OMP_TARGET_OFFLOAD=mandatory for cases [...] new 6a462308f72 openmp: Mark deprecated symbols in OpenMP 5.0
The 5 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/ChangeLog.omp | 131 +++++++++++++++++++ libgomp/Makefile.am | 2 +- libgomp/Makefile.in | 2 +- libgomp/config/gcn/icv-device.c | 7 + libgomp/config/nvptx/icv-device.c | 7 + libgomp/env.c | 60 ++++++++- libgomp/fortran.c | 20 ++- libgomp/icv-device.c | 7 + libgomp/icv.c | 31 +++-- libgomp/libgomp.h | 10 ++ libgomp/libgomp.map | 2 + libgomp/libgomp.texi | 89 ++++++++++++- libgomp/omp.h.in | 24 ++-- libgomp/omp_lib.f90.in | 10 ++ libgomp/omp_lib.h.in | 2 + libgomp/target.c | 141 +++++++++++++-------- libgomp/testsuite/libgomp.c++/affinity-1.C | 1 + libgomp/testsuite/libgomp.c/affinity-1.c | 3 +- libgomp/testsuite/libgomp.c/affinity-2.c | 1 + libgomp/testsuite/libgomp.c/appendix-a/a.15.1.c | 1 + libgomp/testsuite/libgomp.c/lib-1.c | 2 + libgomp/testsuite/libgomp.c/lib-2.c | 2 + libgomp/testsuite/libgomp.c/nested-1.c | 2 + libgomp/testsuite/libgomp.c/nested-2.c | 2 + libgomp/testsuite/libgomp.c/nested-3.c | 2 + libgomp/testsuite/libgomp.c/pr32362-1.c | 1 + libgomp/testsuite/libgomp.c/pr32362-2.c | 1 + libgomp/testsuite/libgomp.c/pr32362-3.c | 1 + libgomp/testsuite/libgomp.c/pr35549.c | 1 + libgomp/testsuite/libgomp.c/pr42942.c | 1 + libgomp/testsuite/libgomp.c/pr61200.c | 1 + libgomp/testsuite/libgomp.c/sort-1.c | 2 + .../libgomp.c/{thread-limit-5.c => target-40.c} | 5 +- libgomp/testsuite/libgomp.c/target-41.c | 33 +++++ libgomp/testsuite/libgomp.c/target-5.c | 2 + libgomp/testsuite/libgomp.c/target-6.c | 2 + libgomp/testsuite/libgomp.c/teams-1.c | 2 + libgomp/testsuite/libgomp.c/thread-limit-1.c | 1 + libgomp/testsuite/libgomp.c/thread-limit-2.c | 1 + libgomp/testsuite/libgomp.c/thread-limit-4.c | 1 + libgomp/testsuite/libgomp.fortran/affinity1.f90 | 1 + libgomp/testsuite/libgomp.fortran/lib1.f90 | 1 + libgomp/testsuite/libgomp.fortran/lib2.f | 1 + libgomp/testsuite/libgomp.fortran/lib4.f90 | 2 + libgomp/testsuite/libgomp.fortran/nested1.f90 | 2 + libgomp/testsuite/libgomp.fortran/teams1.f90 | 2 + 46 files changed, 539 insertions(+), 86 deletions(-) copy libgomp/testsuite/libgomp.c/{thread-limit-5.c => target-40.c} (52%) create mode 100644 libgomp/testsuite/libgomp.c/target-41.c