This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/48708] Invalid V2DI vector set insn generated


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48708

--- Comment #3 from uros at gcc dot gnu.org 2011-04-21 20:23:58 UTC ---
Author: uros
Date: Thu Apr 21 20:23:55 2011
New Revision: 172843

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172843
Log:
    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:

    PR target/48708
    * gcc.target/i386/pr48708.c: New test.


Added:
    branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr48708.c
Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/config/i386/i386.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]