]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/52407 (sse2 simd uint32_t and int64_t and stack variable initialization)
authorRichard Guenther <rguenther@suse.de>
Tue, 28 Feb 2012 15:28:32 +0000 (15:28 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 28 Feb 2012 15:28:32 +0000 (15:28 +0000)
commit8eef33ca3d454683efe712356b9845ef00cbaf36
treef7b146160a49c33abb23de4d3804f5e5c8fa39ea
parente3ed9d607b94e3f8eb744f69553438033e14f4f0
re PR target/52407 (sse2 simd uint32_t and int64_t and stack variable initialization)

2012-02-28  Richard Guenther  <rguenther@suse.de>

PR target/52407
* config/i386/i386.c (ix86_expand_vector_set): Fix element
ordering for the VEC_CONCAT for two element vectors for
V2SFmode, V2SImode and V2DImode.

* gcc.dg/torture/pr52407.c: New testcase.

From-SVN: r184627
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr52407.c [new file with mode: 0644]