This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-11 in repository gcc.
from 5e35735731f openmp: Mark declare variant directive in documentation as [...] new 1b23d8b3a21 openmp: Add support for OMP_PLACES=ll_caches new c0a91dff390 openmp: Add support for OMP_PLACES=numa_domains
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/ChangeLog.omp | 28 ++++++ libgomp/config/linux/affinity.c | 165 ++++++++++++++++++++++++++++++++- libgomp/env.c | 10 ++ libgomp/testsuite/libgomp.c/places-1.c | 10 ++ libgomp/testsuite/libgomp.c/places-2.c | 10 ++ libgomp/testsuite/libgomp.c/places-3.c | 10 ++ libgomp/testsuite/libgomp.c/places-4.c | 10 ++ libgomp/testsuite/libgomp.c/places-5.c | 10 ++ 8 files changed, 249 insertions(+), 4 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c/places-1.c create mode 100644 libgomp/testsuite/libgomp.c/places-2.c create mode 100644 libgomp/testsuite/libgomp.c/places-3.c create mode 100644 libgomp/testsuite/libgomp.c/places-4.c create mode 100644 libgomp/testsuite/libgomp.c/places-5.c