OSDN Git Service

* gcc.target/i386/avx-cvt-2.c (dg-options): Add -mtune=generic.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Nov 2011 12:06:39 +0000 (12:06 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Nov 2011 12:06:39 +0000 (12:06 +0000)
* gcc.target/i386/avx2-cvt-2.c (dg-options): Ditto.
* gcc.target/i386/sse2-cvt-2.c (dg-options): Ditto.

* gcc.target/i386/vectorize4-avx.c (dg-final): Remove xfail *-*-*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180769 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/avx-cvt-2.c
gcc/testsuite/gcc.target/i386/avx2-cvt-2.c
gcc/testsuite/gcc.target/i386/sse2-cvt-2.c
gcc/testsuite/gcc.target/i386/vectorize4-avx.c

index 389dfd4..7d7c803 100644 (file)
@@ -1,3 +1,11 @@
+2011-11-02  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.target/i386/avx-cvt-2.c (dg-options): Add -mtune=generic.
+       * gcc.target/i386/avx2-cvt-2.c (dg-options): Ditto.
+       * gcc.target/i386/sse2-cvt-2.c (dg-options): Ditto.
+
+       * gcc.target/i386/vectorize4-avx.c (dg-final): Remove xfail *-*-*.
+
 2011-11-02  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/50902
@@ -85,7 +93,7 @@
 2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>
 
        Revert:
-        2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>
+       2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/50864
        * g++.dg/template/crash109.C: New.
index 78c6398..68206f5 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -mavx -mno-avx2 -fdump-tree-vect-details" } */
+/* { dg-options "-O3 -mavx -mno-avx2 -mtune=generic -fdump-tree-vect-details" } */
 
 #include "avx-cvt-1.c"
 
index 288e560..4826e9b 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -mavx2 -fdump-tree-vect-details" } */
+/* { dg-options "-O3 -mavx2 -mtune=generic -fdump-tree-vect-details" } */
 
 #include "avx2-cvt-1.c"
 
index 9c45195..00f1325 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O3 -msse2 -mno-sse3 -fdump-tree-vect-details" } */
+/* { dg-options "-O3 -msse2 -mno-sse3 -mtune=generic -fdump-tree-vect-details" } */
 
 #include "sse2-cvt-1.c"
 
index 8e4a747..33e9918 100644 (file)
@@ -11,4 +11,4 @@ calc_freq (int *dest)
     dest[i] = sqrt (tmp_out[i]);
 }
 
-/* { dg-final { scan-assembler "vsqrtpd\[ \\t\]+\[^\n\]*%ymm" { xfail *-*-* } } } */
+/* { dg-final { scan-assembler "vsqrtpd\[ \\t\]+\[^\n\]*%ymm" } } */