This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7bfe7d634f6 Always default to DWARF2_DEBUG if not specified, warn about [...] new 5809be05a28 openmp: Add support for OMP_PLACES=ll_caches new e7ce32c783c 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/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 ++ 7 files changed, 221 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