https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96574
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by hongtao Liu <liuho...@gcc.gnu.org>: https://gcc.gnu.org/g:ce3001ff1d734e0763a1a5e434272bf89df1fe06 commit r10-8715-gce3001ff1d734e0763a1a5e434272bf89df1fe06 Author: liuhongt <hongtao....@intel.com> Date: Tue Aug 18 13:18:03 2020 +0800 Adjust testcase. Since This testcase is used to check generation of AVX512 vector comparison, scan-assembler for vmov instruction could be deleted, also -mprefer-vector-width=512 is added to avoid impact of different default arch/tune of GCC. gcc/testsuite PR target/96574 * gcc.target/i386/pr92865-1.c: Adjust testcase.