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 45c8523dd3e Convert ranger and clients to vrange. adds 0d5cc976a36 unswitch: Fold case label lo/hi values to index type [PR105770] adds 57a8fb92ac4 tree-optimization/105786 - avoid strlen replacement for pointers adds ee21974c8ec c++: Make static init generation more consistent adds c4d702fb3c1 c++: Cleanup static init generation adds 289f860fe62 c++: Static init guard generation adds cf78d8411d0 match.pd: Optimize __builtin_mul_overflow_p (x, cst, (utype [...]
No new revisions were added by this update.
Summary of changes: gcc/cp/decl2.cc | 272 ++++++++++++-------------------- gcc/match.pd | 11 ++ gcc/testsuite/gcc.dg/pr105770.c | 19 +++ gcc/testsuite/gcc.dg/torture/pr105786.c | 13 ++ gcc/testsuite/gcc.dg/tree-ssa/pr30314.c | 18 +++ gcc/tree-loop-distribution.cc | 1 + gcc/tree-ssa-loop-unswitch.cc | 9 +- 7 files changed, 173 insertions(+), 170 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105770.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr105786.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr30314.c