This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm 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]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 71 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- 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/tree-object-size.cc | 20 +++--- libgo/configure | 5 +- libgo/configure.ac | 5 +- libgomp/testsuite/libgomp.c/target-31.c | 2 +- lto-plugin/ChangeLog | 7 +++ 19 files changed, 307 insertions(+), 30 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