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_debug in repository toolchain/ci/gcc.
from 607118dfa47 testsuite, asan: Avoid color in asan test output. adds d6ba3211354 Daily bump. adds 70454c50b45 tree-object-size: Don't let error_mark_node escape for ADDR [...] adds 57424087e82 if-to-switch: Don't skip the first condition bb when find_c [...] adds 2df1df945fa expand: Fix up expand_cond_expr_using_cmove [PR106030] adds a0c30fe3b88 ifcvt: Don't introduce trapping or faulting reads in noce_t [...] adds ab981aab92c match.pd: Remove "+ 0x80000000" in int comparisons [PR94899] adds f1fcd6e3ad9 doc: Document module language-linkage supported adds 7905a9ac267 libgo: #include <sys/types.h> when checking for loff_t adds 85d613da341 libgomp: Fix up target-31.c test [PR106045] new 4306339798b PR target/105991: Recognize PLUS and XOR forms of rldimi in [...]
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/ChangeLog | 71 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.md | 21 ++++++- gcc/doc/invoke.texi | 7 --- gcc/expr.cc | 3 +- gcc/gimple-if-to-switch.cc | 4 +- gcc/go/gofrontend/MERGE | 2 +- gcc/ifcvt.cc | 15 ++--- gcc/match.pd | 13 ++++ gcc/testsuite/ChangeLog | 49 +++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr106030.c | 16 +++++ gcc/testsuite/gcc.c-torture/execute/pr106032.c | 21 +++++++ .../gcc.dg/builtin-dynamic-object-size-0.c | 18 ++++++ gcc/testsuite/gcc.dg/pr94899.c | 49 +++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-11.c | 28 +++++++++ gcc/testsuite/gcc.target/powerpc/pr105991.c | 11 ++++ gcc/tree-object-size.cc | 20 +++--- libgo/configure | 5 +- libgo/configure.ac | 5 +- libgomp/testsuite/libgomp.c/target-31.c | 2 +- lto-plugin/ChangeLog | 7 +++ 21 files changed, 338 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr106030.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr106032.c create mode 100644 gcc/testsuite/gcc.dg/pr94899.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-11.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr105991.c