This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfig in repository toolchain/ci/gcc.
from f5b461d4530 Consolidate a couple peepholes and improve peepholes that c [...] adds 5ef067eb14d coroutines: Implicitly movable objects should use move CTOR [...] adds add058cf93a Daily bump. adds 65d44272bd9 Move array bounds checking out of vrp_prop and into its own class. adds f119b4e6319 More refactoring of tree-vrp.c. adds 5b461bdb489 Remove vrp_insert::live_on_edge declaration. adds 8bfc81876f9 Move operand_less_p to vr-values.c. adds e7e785dfec3 Revert previous patch: new cc558e28014 x86: Add gcc.target/i386/strncmp-1.c
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 | 47 ++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 5 + gcc/cp/coroutines.cc | 109 +++-- gcc/testsuite/ChangeLog | 8 + .../coroutines/co-return-syntax-10-movable.C | 67 +++ gcc/testsuite/gcc.target/i386/strncmp-1.c | 47 ++ gcc/tree-vrp.c | 496 ++++++++++++--------- 8 files changed, 539 insertions(+), 242 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/co-return-syntax-10-movable.C create mode 100644 gcc/testsuite/gcc.target/i386/strncmp-1.c