https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69551
--- Comment #10 from uros at gcc dot gnu.org --- Author: uros Date: Fri Jan 29 19:52:30 2016 New Revision: 232996 URL: https://gcc.gnu.org/viewcvs?rev=232996&root=gcc&view=rev Log: Backport from mainline 2016-01-29 Jakub Jelinek <ja...@redhat.com> PR target/69551 * config/i386/i386.c (ix86_expand_vector_set) <case V4SImode>: For SSE1, copy target into the temporary reg first before recursing on it. testsuite/ChangeLog: Backport from mainline 2016-01-29 Jakub Jelinek <ja...@redhat.com> PR target/69551 * gcc.target/i386/pr69551.c: New test. Added: branches/gcc-4_9-branch/gcc/testsuite/gcc.target/i386/pr69551.c Modified: branches/gcc-4_9-branch/gcc/ChangeLog branches/gcc-4_9-branch/gcc/config/i386/i386.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog