Update gcc.target/i386/sse2-init-v2di-2.c.

2010-12-08  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.target/i386/sse2-init-v2di-2.c: Add "-dp" and update
	expected scan.

From-SVN: r167622
This commit is contained in:
H.J. Lu 2010-12-09 00:46:34 +00:00 committed by H.J. Lu
parent a1fa9fe132
commit a5fc85d147
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-12-08 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/sse2-init-v2di-2.c: Add "-dp" and update
expected scan.
2010-12-08 Nicola Pero <nicola.pero@meta-innovation.com>
* objc.dg/exceptions-7.m: New.

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2 -msse4 -march=core2" } */
/* { dg-options "-O2 -msse4 -march=core2 -dp" } */
#include <emmintrin.h>
@ -10,4 +10,4 @@ test (long long b)
return _mm_cvtsi64_si128 (b);
}
/* { dg-final { scan-assembler "movq" } } */
/* { dg-final { scan-assembler-times "\\*vec_concatv2di_rex64_sse4_1/3" 1 } } */