This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 60fdce11dc9 c, c++: -Wswitch warning on [[maybe_unused]] enumerator [PR105497] adds 30405ccc143 Avoid andn and generate shorter not;and with -Oz on x86. adds 4a9be8d5118 Correct ix86_rtx_cost for multi-word multiplication. adds c86b726c048 x86: Fix -fsplit-stack feature detection via TARGET_CAN_SP [...] adds 1875214cd1c Revert move of g++.dg/pr69667.C
No new revisions were added by this update.
Summary of changes: gcc/config/i386/gnu-user-common.h | 5 ++-- gcc/config/i386/gnu.h | 5 ++-- gcc/config/i386/i386.cc | 12 +++++++- gcc/config/i386/i386.md | 34 ++++++++++++++++++++++ .../{g++.target/powerpc => g++.dg}/pr69667.C | 3 +- gcc/testsuite/gcc.target/i386/bmi-andn-3.c | 15 ++++++++++ 6 files changed, 68 insertions(+), 6 deletions(-) rename gcc/testsuite/{g++.target/powerpc => g++.dg}/pr69667.C (97%) create mode 100644 gcc/testsuite/gcc.target/i386/bmi-andn-3.c