http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48708
--- Comment #4 from uros at gcc dot gnu.org 2011-05-04 18:25:33 UTC --- Author: uros Date: Wed May 4 18:25:25 2011 New Revision: 173389 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173389 Log: Backport from mainline 2011-04-21 Uros Bizjak <ubiz...@gmail.com> PR target/48708 * config/i386/i386.c (ix86_expand_vector_set) <V2DImode>: Generate vec_extract and vec_concat for non-SSE4_1 targets. testsuite/ChangeLog: Backport from mainline 2011-04-21 Uros Bizjak <ubiz...@gmail.com> PR target/48708 * gcc.target/i386/pr48708.c: New test. Added: branches/gcc-4_5-branch/gcc/testsuite/gcc.target/i386/pr48708.c Modified: branches/gcc-4_5-branch/gcc/ChangeLog branches/gcc-4_5-branch/gcc/config/i386/i386.c branches/gcc-4_5-branch/gcc/testsuite/ChangeLog