This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 7bfe7d634f6 Always default to DWARF2_DEBUG if not specified, warn about [...] adds 5809be05a28 openmp: Add support for OMP_PLACES=ll_caches adds e7ce32c783c openmp: Add support for OMP_PLACES=numa_domains adds 914e9172792 Make signness explicit in tree-ssa/pr102736.c adds cbcba1eb28d tree-optimization/102752: Fix determining precission of red [...] adds f3d64372d77 amdgcn: fix up offload debug linking with LLVM 13
No new revisions were added by this update.
Summary of changes: gcc/config/gcn/gcn-hsa.h | 13 +-- gcc/config/gcn/gcn.c | 6 -- gcc/config/gcn/mkoffload.c | 36 ++++--- gcc/testsuite/gcc.dg/tree-ssa/pr102736.c | 4 +- gcc/tree-loop-distribution.c | 15 +-- 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 ++ 12 files changed, 257 insertions(+), 42 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