]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/32065 (Many dfp testsuite failures for -msse targets)
authorUros Bizjak <ubizjak@gmail.com>
Fri, 25 May 2007 22:36:10 +0000 (00:36 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 25 May 2007 22:36:10 +0000 (00:36 +0200)
commit4d2a42a1f639e644da9f14af8bb895f7f0710a0c
treed2ea079379840422a1a173736a1a1f4988842dc9
parent5b98f74d38bb1ec9dfbeedd7d2d39d4e22a37d34
re PR target/32065 (Many dfp testsuite failures for -msse targets)

        PR target/32065
        * target/i386/i386.c (ix86_expand_vector_move): Force SUBREGs of
        constants into memory.  Expand unaligned memory references for
        SSE modes via x86_expand_vector_move_misalign() function.

testsuite/ChangeLog:

        PR target/32065
        * gcc.target/i386/pr32065.c: New test.

From-SVN: r125077
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr32065.c [new file with mode: 0644]