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 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
No new revisions were added by this update.
Summary of changes: gcc/doc/invoke.texi | 7 ---- 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/testsuite/gcc.dg/pr94899.c | 49 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/if-to-switch-11.c | 28 ++++++++++++++ 9 files changed, 140 insertions(+), 16 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