https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356
--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@gcc.gnu.org>: https://gcc.gnu.org/g:bec69ac548b0f37b41d07082d6ee52b52d356536 commit r12-7743-gbec69ac548b0f37b41d07082d6ee52b52d356536 Author: H.J. Lu <hjl.to...@gmail.com> Date: Mon Mar 21 13:57:31 2022 -0700 x86: Disable AVX on pr86722.c and pr90356.c SSE/SSE2 are enabled explicitly on pr86722.c and pr90356.c. Disable AVX to avoid AVX with -march=native. PR target/86722 PR tree-optimization/90356 * gcc.target/i386/pr86722.c: Add -mno-avx. * gcc.target/i386/pr90356.c: Likewise.