Hi,
Patch for PR60363 is sent at
http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00857.html , but it needs to
wait for stage 1.  In the meanwhile this patch is to xfail the case for
logical_op_short_circuit targets.  Is it ok?

Thanks,
bin

gcc/testsuite/ChangeLog
2014-04-01  Bin Cheng  <bin.ch...@arm.com>

        PR target/60363
        * gcc.target/tree-ssa/ssa-dom-thread-4.c: Xfail for
        logical_op_short_circuit targets.
Index: gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c
===================================================================
--- gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c    (revision 208802)
+++ gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c    (working copy)
@@ -76,6 +76,6 @@ bitmap_ior_and_compl (bitmap dst, const_bitmap a,
       -> "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" } } */
 

Reply via email to