https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126923
--- Comment #31 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:da7661807f3b42255c88d590d6d21c8208600f27 commit r17-3911-gda7661807f3b42255c88d590d6d21c8208600f27 Author: H.J. Lu <[email protected]> Date: Sat Aug 29 07:26:39 2026 +0800 x86: Compile vect-unpack-[123].c with -mtune=generic Compile vect-unpack-[123].c with -mtune=generic to avoid FAIL: gcc.target/i386/vect-unpack-1.c scan-assembler-times vpmovzxbw[ \\t]+[^\n]*%zmm 2 FAIL: gcc.target/i386/vect-unpack-2.c scan-assembler-times vpmovsxbw[ \\t]+[^\n]*%zmm 2 FAIL: gcc.target/i386/vect-unpack-3.c scan-assembler-not vpmovsxbw[ \\t]+[^\n]*%zmm when different tunings are used. PR testsuite/126923 * gcc.target/i386/vect-unpack-1.c (dg-options): Add -mtune=generic. * gcc.target/i386/vect-unpack-2.c (dg-options): Likewise. * gcc.target/i386/vect-unpack-3.c (dg-options): Likewise. Signed-off-by: H.J. Lu <[email protected]>
