re PR testsuite/89250 (gcc.dg/vect/vect-24.c XPASSes)
authorRichard Biener <rguenther@suse.de>
Fri, 8 Feb 2019 11:56:28 +0000 (11:56 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 8 Feb 2019 11:56:28 +0000 (11:56 +0000)
2019-02-08  Richard Biener  <rguenther@suse.de>

PR testsuite/89250
* gcc.dg/vect/vect-24.c: Remove XFAIL on vect_condition targets.

From-SVN: r268680

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/vect-24.c

index fd3fbf1df4540c103d424ea602cd998028805893..41748579d928333262ac0c149d0d801a51e54674 100644 (file)
@@ -1,3 +1,8 @@
+2019-02-08  Richard Biener  <rguenther@suse.de>
+
+       PR testsuite/89250
+       * gcc.dg/vect/vect-24.c: Remove XFAIL on vect_condition targets.
+
 2019-02-08  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/89234
index 3abf7c8453b873f5606db9ce27b2a8183d9d26ec..cbff6c55fa4f4701eab9150a714a8880f8f7b3bb 100644 (file)
@@ -122,5 +122,7 @@ int main (void)
 
   return main1 ();
 }
-/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { xfail { { ! aarch64*-*-* } && { ! arm-*-* } } } } } */
+/* The short-cutting || is if-converted using COND_EXPRs rather than
+   bitwise or.  */
+/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { xfail { ! vect_condition } } } } */
 /* { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 0 "vect" { xfail { ! vect_align_stack_vars } } } } */