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 a1c9f779f75 Add GIMPLE switch support to loop unswitching adds c125f504c43 libgomp: Fix occassional hangs with taskwait nowait depend adds af02daff557 asan: Fix up instrumentation of assignments which are both [...] adds 19aec65ae13 Fix misspelled default adds 329417d7751 d: add more 'final' and 'override' to gcc/d/*.cc 'visit' impls adds 7a3ee77a2e3 c: Improve build_component_ref diagnostics [PR91134] adds 2a790686fd1 GCN: Add gfx908/gfx90a to -march/-mtune in invoke.texi new 63f198553d3 RISC-V: Don't unconditionally add m,a,f,d in arch-canonicalize new 156d7d8dbc8 Use infer instead of side-effect for ranges. new 761cc32e5a1 Tweak comments.
The 3 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/Makefile.in | 2 +- gcc/asan.cc | 15 ++- gcc/c/c-parser.cc | 23 +++-- gcc/c/c-tree.h | 3 +- gcc/c/c-typeck.cc | 27 +++-- gcc/c/gimple-parser.cc | 5 +- gcc/config/riscv/arch-canonicalize | 2 +- gcc/d/expr.cc | 110 ++++++++++----------- gcc/d/imports.cc | 26 ++--- gcc/d/typeinfo.cc | 22 ++--- gcc/doc/invoke.texi | 7 +- gcc/gimple-range-cache.cc | 34 +++---- gcc/gimple-range-cache.h | 6 +- ...-range-side-effect.cc => gimple-range-infer.cc} | 64 ++++++------ ...le-range-side-effect.h => gimple-range-infer.h} | 28 +++--- gcc/gimple-range.cc | 11 +-- gcc/gimple-range.h | 2 +- gcc/objc/objc-act.cc | 2 +- gcc/range-op.h | 2 +- gcc/testsuite/gcc.dg/asan/pr105714.c | 33 +++++++ gcc/testsuite/gcc.dg/loop-unswitch-10.c | 2 +- gcc/testsuite/gcc.dg/loop-unswitch-11.c | 2 +- gcc/testsuite/gcc.dg/loop-unswitch-14.c | 2 +- gcc/testsuite/gcc.dg/pr91134.c | 32 ++++++ gcc/tree-vrp.cc | 4 +- libgomp/task.c | 22 ++++- .../taskwait-depend-nowait-2.c | 48 +++++++++ 27 files changed, 355 insertions(+), 181 deletions(-) rename gcc/{gimple-range-side-effect.cc => gimple-range-infer.cc} (79%) rename gcc/{gimple-range-side-effect.h => gimple-range-infer.h} (74%) create mode 100644 gcc/testsuite/gcc.dg/asan/pr105714.c create mode 100644 gcc/testsuite/gcc.dg/pr91134.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/taskwait-depend-nowait-2.c