http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53759
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-06-25 14:56:22 UTC --- Author: jakub Date: Mon Jun 25 14:56:17 2012 New Revision: 188938 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188938 Log: PR target/53759 * config/i386/sse.md (sse_loadlps): Use x m x constraints instead of x x x in the vmovlps load alternative. * gcc.target/i386/pr53759.c: New test. Added: branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr53759.c Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/config/i386/sse.md branches/gcc-4_7-branch/gcc/testsuite/ChangeLog