This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from be072bfa5bb AVX512FP16: Enhance vector shuffle builtins adds 11a4714860d ipa/102762 - fix ICE with invalid __builtin_va_arg_pack () use adds 17ffb7a5620 c/102763 - fix ICE with invalid input to GIMPLE FE adds 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 [...] new f3d64372d77 amdgcn: fix up offload debug linking with LLVM 13
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: gcc/ada/gcc-interface/misc.c | 6 -- gcc/c/gimple-parser.c | 8 ++ gcc/config/gcn/gcn-hsa.h | 13 +-- gcc/config/gcn/gcn.c | 6 -- gcc/config/gcn/mkoffload.c | 36 ++++--- gcc/config/pa/som.h | 4 + gcc/config/pdp11/pdp11.h | 3 + gcc/defaults.h | 29 +----- gcc/testsuite/gcc.dg/gimplefe-error-12.c | 10 ++ gcc/testsuite/gcc.dg/torture/pr102762.c | 11 +++ gcc/testsuite/gcc.dg/tree-ssa/pr102736.c | 4 +- gcc/testsuite/lib/prune.exp | 3 + gcc/toplev.c | 5 + gcc/tree-inline.c | 8 +- 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 ++ 22 files changed, 313 insertions(+), 73 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gimplefe-error-12.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr102762.c 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