Commit a5fc85d1 by H.J. Lu Committed by H.J. Lu

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
parent a1fa9fe1
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.
......
/* { 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 } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment