This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a58a965eb73 libgomp: Fix up creation of artificial teams new 0ec4e93fb9f libgomp: Add omp_in_explicit_task support new caf9db5a7f9 libgomp: Fix up OpenMP 5.2 feature bullet
The 2 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/fortran.c | 7 ++ libgomp/libgomp.map | 6 ++ libgomp/libgomp.texi | 6 +- libgomp/omp.h.in | 1 + libgomp/omp_lib.f90.in | 6 ++ libgomp/omp_lib.h.in | 2 + libgomp/task.c | 10 ++ .../libgomp.c-c++-common/task-in-explicit-1.c | 106 +++++++++++++++++++++ .../task-in-explicit-2.c} | 10 +- .../{task-reduction-17.c => task-in-explicit-3.c} | 12 +-- 10 files changed, 152 insertions(+), 14 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/task-in-explicit-1.c copy libgomp/testsuite/{libgomp.c/task-7.c => libgomp.c-c++-common/task-in-explici [...] copy libgomp/testsuite/libgomp.c-c++-common/{task-reduction-17.c => task-in-explic [...]