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-aarch64 in repository toolchain/ci/gcc.
from cef3f69c2f4 Revert "configure: arrange to use appropriate objcopy" adds c00e1e3aa5a PR middle-end/105853: Call store_constructor directly from [...] adds 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
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 77 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 10 ++ gcc/calls.cc | 7 +- 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 | 14 +-- gcc/cp/ChangeLog | 17 ++++ gcc/doc/invoke.texi | 8 +- gcc/expr.cc | 6 +- gcc/expr.h | 2 + gcc/fortran/ChangeLog | 6 ++ gcc/fortran/openmp.cc | 9 +- gcc/jit/Make-lang.in | 9 +- gcc/testsuite/ChangeLog | 28 +++++ gcc/testsuite/gcc.dg/pr105853.c | 11 ++ gcc/testsuite/gcc.dg/pr105856.c | 10 ++ .../gcc.target/i386/extract-insert-combining.c | 1 + gcc/testsuite/gcc.target/i386/pr105513-1.c | 16 +++ gcc/testsuite/gcc.target/i386/pr105854.c | 33 ++++++ .../gfortran.dg/gomp/target-device-ancestor-5.f90 | 69 +++++++++++++ 26 files changed, 541 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105853.c create mode 100644 gcc/testsuite/gcc.dg/pr105856.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105513-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105854.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/target-device-ancestor-5.f90