This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 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]
No new revisions were added by this update.
Summary of changes: gcc/expr.cc | 3 +- gcc/gimple-if-to-switch.cc | 4 +- gcc/ifcvt.cc | 15 +++---- gcc/match.pd | 13 ++++++ 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 +++++---- 10 files changed, 169 insertions(+), 18 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