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-arm-bootstrap_O3 in repository toolchain/ci/gcc.
from 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 adds d8c25809419 [Committed] Add -mno-avx2 to recent gcc.target/i386/xop-vpcmov3.c
No new revisions were added by this update.
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/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 +++++++++++++++++++ 19 files changed, 271 insertions(+), 19 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