This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/gcc.
from 8d4ef2299cb aix: Move AIX math builtins before new builtin machinery. adds c9419faef0b Objective-C, NeXT: Reorganise meta-data declarations. adds b880d1514c1 Daily bump. adds 45116f34205 RISC-V: jal cannot refer to a default visibility symbol for [...] adds d1011a41efd Prefer INT_SSE_REGS for SSE_FLOAT_MODE_P in preferred_reloa [...] adds c2c843849a3 cse: Make sure duplicate elements are not entered into the [...] adds 4dc6d192225 avr: Fix AVR build [PR71934] new ee01694151e tree-optimization/103544 - SLP reduction chain as SLP reduc [...]
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 | 5 +++++ gcc/DATESTAMP | 2 +- gcc/config/avr/avr.c | 4 ++-- gcc/config/i386/i386.c | 12 ++++++++++-- gcc/config/i386/i386.h | 2 ++ gcc/cse.c | 7 ++++++- gcc/objc/ChangeLog | 8 ++++++++ gcc/objc/objc-next-metadata-tags.h | 2 ++ gcc/objc/objc-next-runtime-abi-01.c | 9 +-------- gcc/objc/objc-next-runtime-abi-02.c | 9 +-------- gcc/objc/objc-runtime-shared-support.c | 9 ++------- gcc/testsuite/gcc.dg/vect/pr103544.c | 24 ++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr103404.c | 32 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr95740.c | 26 ++++++++++++++++++++++++++ gcc/tree-vect-slp.c | 12 +++++++++--- libgcc/config/riscv/div.S | 15 ++++++++------- libgcc/config/riscv/riscv-asm.h | 6 ++++++ 17 files changed, 145 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr103544.c create mode 100644 gcc/testsuite/gcc.target/i386/pr103404.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95740.c