This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-13 in repository gcc.
from e10b1be8777 OpenMP: Fortran support for imperfectly nested loops new 2fbc2f68cd6 libgomp: Extend OMP_ALLOCATOR, add affinity env var doc
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/ChangeLog.omp | 19 +++ libgomp/env.c | 188 +++++++++++++++++++++++++++--- libgomp/libgomp.texi | 142 ++++++++++++++++++++++ libgomp/testsuite/libgomp.c/allocator-1.c | 15 +++ libgomp/testsuite/libgomp.c/allocator-2.c | 17 +++ libgomp/testsuite/libgomp.c/allocator-3.c | 27 +++++ libgomp/testsuite/libgomp.c/allocator-4.c | 15 +++ libgomp/testsuite/libgomp.c/allocator-5.c | 15 +++ libgomp/testsuite/libgomp.c/allocator-6.c | 15 +++ 9 files changed, 439 insertions(+), 14 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/allocator-1.c create mode 100644 libgomp/testsuite/libgomp.c/allocator-2.c create mode 100644 libgomp/testsuite/libgomp.c/allocator-3.c create mode 100644 libgomp/testsuite/libgomp.c/allocator-4.c create mode 100644 libgomp/testsuite/libgomp.c/allocator-5.c create mode 100644 libgomp/testsuite/libgomp.c/allocator-6.c