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-aarch64-bootstrap in repository toolchain/ci/gcc.
from 4a61bcaca07 AVX512FP16: Add abi test for zmm adds a7b626d98a9 i386: Fix up @xorsign<mode>3_1 [PR102224] adds 87d55da7d78 libgcc, i386: Export *hf* and *hc* from libgcc_s.so.1 adds 7285f394558 tree-optimization/102183 - sccvn: fix result compare in vn_ [...] adds 6576ad5add7 Compile __{mul,div}hc3 into libgcc_s.so.1. adds 7485a52551d i386: Fix up xorsign for AVX [PR89984] new 86e6268cff3 rs6000: Fix ELFv2 r12 use in epilogue
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/config/i386/i386-expand.c | 26 +++------------ gcc/config/i386/i386-protos.h | 1 - gcc/config/i386/i386.md | 22 ++++--------- gcc/config/rs6000/rs6000-logue.c | 4 +++ gcc/testsuite/gcc.dg/pr102224.c | 49 ++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr89984.c | 20 ++++++++++++ gcc/testsuite/gcc.target/i386/avx-pr102224.c | 23 +++++++++++++ gcc/testsuite/gcc.target/i386/avx-pr89984.c | 23 +++++++++++++ gcc/tree-ssa-sccvn.c | 2 +- libgcc/config/i386/libgcc-glibc.ver | 20 ++++++++++++ libgcc/config/i386/t-softfp | 3 +- 11 files changed, 152 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr102224.c create mode 100644 gcc/testsuite/gcc.dg/pr89984.c create mode 100644 gcc/testsuite/gcc.target/i386/avx-pr102224.c create mode 100644 gcc/testsuite/gcc.target/i386/avx-pr89984.c