https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94603
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Uros Bizjak <u...@gcc.gnu.org>: https://gcc.gnu.org/g:d4f655724c6e19ef0aeb5ac9e8d04abd962ccde7 commit r10-7737-gd4f655724c6e19ef0aeb5ac9e8d04abd962ccde7 Author: Uros Bizjak <ubiz...@gmail.com> Date: Wed Apr 15 17:08:07 2020 +0200 i386: Require OPTION_MASK_ISA_SSE2 for __builtin_ia32_movq128 [PR94603] PR target/94603 * config/i386/i386-builtin.def (__builtin_ia32_movq128): Require OPTION_MASK_ISA_SSE2. testsuite/ChangeLog: PR target/94603 * gcc.target/i386/pr94603.c: New test.