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 cef3f69c2f4 Revert "configure: arrange to use appropriate objcopy" adds c00e1e3aa5a PR middle-end/105853: Call store_constructor directly from [...] adds cd22395457f Fix insn does not satisfy its constraints: sse2_lshrv1ti3 adds 2005b9b888e arm: Improve code generation for BFI and BFC [PR105090]
No new revisions were added by this update.
Summary of changes: gcc/calls.cc | 7 +- gcc/config/arm/arm.cc | 113 ++++++++++++++++++++++++++++--- gcc/config/arm/arm.md | 106 ++++++++++++++++++++++++++--- gcc/config/arm/constraints.md | 10 ++- gcc/config/i386/sse.md | 6 +- gcc/expr.cc | 6 +- gcc/expr.h | 2 + gcc/testsuite/gcc.dg/pr105853.c | 11 +++ gcc/testsuite/gcc.dg/pr105856.c | 10 +++ gcc/testsuite/gcc.target/i386/pr105854.c | 32 +++++++++ 10 files changed, 272 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105853.c create mode 100644 gcc/testsuite/gcc.dg/pr105856.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105854.c