https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126923
--- Comment #30 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://gcc.gnu.org/g:3f74de3509849d7ffa98aee7706bf57602aa3a93 commit r17-3910-g3f74de3509849d7ffa98aee7706bf57602aa3a93 Author: H.J. Lu <[email protected]> Date: Sat Aug 29 07:20:51 2026 +0800 x86: Compile vpmovwb tests with -mno-avx512vbmi -mtune=generic Compile vpmovwb tests with -mno-avx512vbmi -mtune=generic to avoid FAIL: gcc.target/i386/vect-pack-trunc-1.c scan-assembler-times vpmovwb[ \\t]+[^\n]*%zmm 2 FAIL: gcc.target/i386/vect-perm-even-1.c scan-assembler-times vpmovwb[ \\t]+[^\n]*%zmm 2 FAIL: gcc.target/i386/vect-perm-odd-1.c scan-assembler-times vpmovwb[ \\t]+[^\n]*%zmm 4 when AVX512VBMI is enabled by default and different tunings are used. PR testsuite/126923 * gcc.target/i386/vect-pack-trunc-1.c (dg-options): Add -mno-avx512vbmi -mtune=generic. * gcc.target/i386/vect-perm-even-1.c (dg-options): Likewise. * gcc.target/i386/vect-perm-odd-1.c (dg-options): Likewise. Signed-off-by: H.J. Lu <[email protected]>
