This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 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 [...] new c2c843849a3 cse: Make sure duplicate elements are not entered into the [...] new 4dc6d192225 avr: Fix AVR build [PR71934]
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/avr/avr.c | 4 ++-- gcc/config/i386/i386.c | 12 ++++++++++-- gcc/config/i386/i386.h | 2 ++ gcc/cse.c | 7 ++++++- gcc/testsuite/gcc.target/i386/pr103404.c | 32 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr95740.c | 26 ++++++++++++++++++++++++++ libgcc/config/riscv/div.S | 15 ++++++++------- libgcc/config/riscv/riscv-asm.h | 6 ++++++ 8 files changed, 92 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103404.c create mode 100644 gcc/testsuite/gcc.target/i386/pr95740.c