https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81121
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Jun 21 22:18:34 2017 New Revision: 249481 URL: https://gcc.gnu.org/viewcvs?rev=249481&root=gcc&view=rev Log: Backported from mainline 2017-06-20 Jakub Jelinek <ja...@redhat.com> PR target/81121 * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df} splitter): Require TARGET_SSE2 in the condition. * gcc.target/i386/pr81121.c: New test. Added: branches/gcc-7-branch/gcc/testsuite/gcc.target/i386/pr81121.c Modified: branches/gcc-7-branch/gcc/ChangeLog branches/gcc-7-branch/gcc/config/i386/i386.md branches/gcc-7-branch/gcc/testsuite/ChangeLog