]> gcc.gnu.org Git - gcc.git/commitdiff
Update gcc.target/i386/sse2-init-v2di-2.c.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 9 Dec 2010 00:46:34 +0000 (00:46 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 9 Dec 2010 00:46:34 +0000 (16:46 -0800)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/sse2-init-v2di-2.c

index cdddb9a9982d879de903218f106505c291a7806b..c62306dad7493488e35e3f7199e9547ed0a35c84 100644 (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.
index da36efa1d9d197c3badd17c972ef984ce612ddc1..db1fbd0a36c94a1c67a1681b8cd7f5fac9a92e84 100644 (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 } } */
This page took 0.075403 seconds and 5 git commands to generate.