This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allnoconfig in repository toolchain/ci/gcc.
from a8ee77ee592 Daily bump. adds cbe1264d10f x86: Use SET operation in MOVDIRI and MOVDIR64B adds 05c3a208a19 AArch64: Add Linux cpuinfo string for rng feature adds 5420d2d0ffa Daily bump. adds df52e2f8fc8 aarch64: Add support for Neoverse N2 CPU adds b35353f96be s390: Fix up s390_atomic_assign_expand_fenv
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 21 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64-cores.def | 3 +++ gcc/config/aarch64/aarch64-option-extensions.def | 2 +- gcc/config/aarch64/aarch64-tune.md | 2 +- gcc/config/i386/i386.md | 20 ++++++++-------- gcc/config/s390/s390.c | 17 +++++++------- gcc/doc/invoke.texi | 6 ++--- gcc/testsuite/ChangeLog | 11 +++++++++ gcc/testsuite/gcc.target/i386/movdir64b.c | 29 ++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/movdiri32.c | 26 +++++++++++++++++++++ gcc/testsuite/gcc.target/i386/movdiri64.c | 26 +++++++++++++++++++++ gcc/testsuite/lib/target-supports.exp | 17 ++++++++++++++ 13 files changed, 158 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/movdir64b.c create mode 100644 gcc/testsuite/gcc.target/i386/movdiri32.c create mode 100644 gcc/testsuite/gcc.target/i386/movdiri64.c