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-aarch64 in repository toolchain/ci/gcc.
from e82c3829716 Allow loop header copying when first iteration condition is known. adds 8d36a0d2880 Daily bump. adds 402d28998fa RISC-V: Fix wrong zifencei handling in riscv_subset_list::t [...] adds e166cada081 Extend vpcmov to handle V8HF/V16HFmode under TARGET_XOP. adds 4f442a3bcb9 x86: Update -mtune=alderlake adds a97fdde627e rs6000/doc: Rename future cpu with power10
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 362 +++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 152 +++++++++++++ gcc/c-family/ChangeLog | 6 + gcc/common/config/riscv/riscv-common.c | 2 +- gcc/config/i386/i386-options.c | 4 +- gcc/config/i386/i386.c | 1 + gcc/config/i386/sse.md | 8 +- gcc/config/i386/x86-tune-costs.h | 120 ++++++++++ gcc/config/i386/x86-tune-sched.c | 2 + gcc/config/i386/x86-tune.def | 58 ++--- gcc/doc/invoke.texi | 24 +- gcc/fortran/ChangeLog | 10 + gcc/testsuite/ChangeLog | 155 +++++++++++++ gcc/testsuite/gcc.target/i386/pr103151.c | 18 ++ libgcc/ChangeLog | 5 + libstdc++-v3/ChangeLog | 13 ++ 17 files changed, 894 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr103151.c