pr56541.c: Xfail on !vect_cond_mixed targets.
authorBin Cheng <bin.cheng@arm.com>
Tue, 8 Nov 2016 14:11:36 +0000 (14:11 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Tue, 8 Nov 2016 14:11:36 +0000 (14:11 +0000)
gcc/testsuite
* gcc.dg/vect/pr56541.c: Xfail on !vect_cond_mixed targets.

From-SVN: r241969

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr56541.c

index 988689f..f3893ea 100644 (file)
@@ -1,5 +1,9 @@
 2016-11-08  Bin Cheng  <bin.cheng@arm.com>
 
+       * gcc.dg/vect/pr56541.c: Xfail on !vect_cond_mixed targets.
+
+2016-11-08  Bin Cheng  <bin.cheng@arm.com>
+
        * gcc.dg/tree-ssa/pr71347.c: Drop xfail.
 
 2016-11-08  Bin Cheng  <bin.cheng@arm.com>
index 16b8d7c..d5def68 100644 (file)
@@ -24,4 +24,4 @@ void foo()
     }
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { xfail { ! vect_cond_mixed } } } } */