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-arm in repository toolchain/ci/gcc.
from e66ba0f55c0 rs6000: Move the hunk affecting VSX/ALTIVEC ahead [PR103627] adds 70430001b74 middle-end/104402 - split out _Complex compares from COND_EXPRs adds db95441cf53 Check always_inline flag in s390_can_inline_p [PR104327] new 12aae3b93ae AArch32: correct dot-product RTL patterns. new f2d13164511 AArch32: correct usdot-product RTL patterns.
The 2 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/arm/arm_neon.h | 68 ++++++++++ gcc/config/arm/arm_neon_builtins.def | 6 +- gcc/config/arm/neon.md | 153 ++++++++++++++--------- gcc/config/s390/s390.cc | 64 +++++++--- gcc/gimple-expr.cc | 20 +-- gcc/testsuite/gcc.c-torture/compile/pr104327.c | 15 +++ gcc/testsuite/gcc.dg/torture/pr104402.c | 8 ++ gcc/testsuite/gcc.target/arm/simd/vdot-2-1.c | 59 ++++++++- gcc/testsuite/gcc.target/arm/simd/vdot-2-2.c | 60 ++++++++- gcc/testsuite/gcc.target/arm/simd/vdot-compile.c | 26 +++- gcc/testsuite/gcc.target/arm/simd/vdot-exec.c | 24 +++- gcc/tree-cfg.cc | 9 +- 12 files changed, 418 insertions(+), 94 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr104327.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr104402.c