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_check_binutils/master-arm in repository toolchain/ci/gcc.
from cd22395457f Fix insn does not satisfy its constraints: sse2_lshrv1ti3 adds 2005b9b888e arm: Improve code generation for BFI and BFC [PR105090] adds 445ba599cb4 Daily bump. adds e4bdeaba6ef Adjust testcase to avoid compile failure under -m32. adds 5e005393d4f Disparages SSE_REGS alternatives sligntly with ?v instead o [...] adds 75df1594ae5 libgccjit: allow common objects in $(EXTRA_GCC_OBJS) and $( [...] adds ef5cc6bbb60 arm: Add star-mc1 cpu adds 5e5deac508e OpenMP: Fortran - fix ancestor's requires reverse_offload check new d8c25809419 [Committed] Add -mno-avx2 to recent gcc.target/i386/xop-vpcmov3.c
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 | 77 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 10 ++ gcc/config/arm/arm-cpus.in | 10 ++ gcc/config/arm/arm-tables.opt | 3 + gcc/config/arm/arm-tune.md | 4 +- gcc/config/arm/arm.cc | 113 +++++++++++++++++++-- gcc/config/arm/arm.md | 106 +++++++++++++++++-- gcc/config/arm/constraints.md | 10 +- gcc/config/i386/i386.md | 8 +- gcc/config/i386/sse.md | 8 +- gcc/cp/ChangeLog | 17 ++++ gcc/doc/invoke.texi | 8 +- gcc/fortran/ChangeLog | 6 ++ gcc/fortran/openmp.cc | 9 +- gcc/jit/Make-lang.in | 9 +- gcc/testsuite/ChangeLog | 28 +++++ .../gcc.target/i386/extract-insert-combining.c | 1 + gcc/testsuite/gcc.target/i386/pr105513-1.c | 16 +++ gcc/testsuite/gcc.target/i386/pr105854.c | 3 +- gcc/testsuite/gcc.target/i386/xop-pcmov3.c | 2 +- .../gfortran.dg/gomp/target-device-ancestor-5.f90 | 69 +++++++++++++ 22 files changed, 479 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr105513-1.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/target-device-ancestor-5.f90