This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 9d84ed6812d Daily bump. new 83b43c74bbb rs6000: Support UN[GL][ET] in rs6000_maybe_emit_maxc_minc [ [...] new e2a818641ba testsuite/105122 - adjust testcases after memcpy folding changes new fc8d9e44970 tree-optimization/105142 - wrong code with maybe_fold_{and, [...] new 6d4bbee4f59 Support pandn for V1TI mode (i.e. *andnotv1ti3). new 86242eb1bd0 tree-optimization/105148 - fix IVOPTs recording uses
The 5 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/config/i386/sse.md | 13 ++- gcc/config/rs6000/rs6000.cc | 21 +++- gcc/gimple-fold.cc | 130 +++++++++++++++-------- gcc/gimple-fold.h | 6 +- gcc/testsuite/g++.dg/torture/pr105142.C | 8 ++ gcc/testsuite/gcc.dg/memcpy-6.c | 3 +- gcc/testsuite/gcc.dg/strlenopt-73.c | 2 +- gcc/testsuite/gcc.dg/strlenopt-80.c | 3 +- gcc/testsuite/gcc.dg/torture/pr105148.c | 20 ++++ gcc/testsuite/gcc.target/i386/sse2-v1ti-andnot.c | 11 ++ gcc/tree-ssa-ifcombine.cc | 3 +- gcc/tree-ssa-loop-ivopts.cc | 6 +- 12 files changed, 170 insertions(+), 56 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr105142.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr105148.c create mode 100644 gcc/testsuite/gcc.target/i386/sse2-v1ti-andnot.c