https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101492
--- Comment #1 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:6ae8aac19cdbdbd96d90f86e4d8505fe121bdf06 commit r12-2387-g6ae8aac19cdbdbd96d90f86e4d8505fe121bdf06 Author: H.J. Lu <hjl.to...@gmail.com> Date: Sat Jul 17 14:38:39 2021 -0700 x86: Enable the GPR only instructions for -mgeneral-regs-only For -mgeneral-regs-only, enable the GPR only instructions which are enabled implicitly by SSE ISAs unless they have been disabled explicitly. gcc/ PR target/101492 * common/config/i386/i386-common.c (ix86_handle_option): For -mgeneral-regs-only, enable the GPR only instructions which are enabled implicitly by SSE ISAs unless they have been disabled explicitly. gcc/testsuite/ PR target/101492 * gcc.target/i386/pr101492-1.c: New test. * gcc.target/i386/pr101492-2.c: Likewise. * gcc.target/i386/pr101492-3.c: Likewise. * gcc.target/i386/pr101492-4.c: Likewise.