re PR tree-optimization/60363 (logical_op_short_circuit, gcc.dg/tree-ssa/ssa-dom...
authorBin Cheng <bin.cheng@arm.com>
Tue, 1 Apr 2014 09:56:29 +0000 (09:56 +0000)
committerBin Cheng <amker@gcc.gnu.org>
Tue, 1 Apr 2014 09:56:29 +0000 (09:56 +0000)
PR target/60363
* gcc.target/tree-ssa/ssa-dom-thread-4.c: Xfail for
logical_op_short_circuit targets.

From-SVN: r208980

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c

index 56fe00e..9342b76 100644 (file)
@@ -1,3 +1,9 @@
+2014-04-01  Bin Cheng  <bin.cheng@arm.com>
+
+       PR target/60363
+       * gcc.target/tree-ssa/ssa-dom-thread-4.c: Xfail for
+       logical_op_short_circuit targets.
+
 2014-04-01  Dominique d'Humieres  <dominiq@lps.ens.fr>
 
        PR libfortran/60128
index cafdf13..e85a244 100644 (file)
@@ -75,6 +75,6 @@ bitmap_ior_and_compl (bitmap dst, const_bitmap a, const_bitmap b,
       -> "kill_elt->indx == b_elt->indx" in the second condition,
         skipping the known-true "b_elt && kill_elt" in the second
         condition.  */
-/* { dg-final { scan-tree-dump-times "Threaded" 4 "dom1" { target logical_op_short_circuit } } } */
+/* { dg-final { scan-tree-dump-times "Threaded" 4 "dom1" { target logical_op_short_circuit xfail logical_op_short_circuit } } } */
 /* { dg-final { cleanup-tree-dump "dom1" } } */