Commit 10df2810 by Bin Cheng Committed by Bin Cheng

re PR tree-optimization/60363 (logical_op_short_circuit,…

re PR tree-optimization/60363 (logical_op_short_circuit, gcc.dg/tree-ssa/ssa-dom-thread-4.c scan-tree-dump-times dom1 "Threaded" 4)


	PR target/60363
	* gcc.target/tree-ssa/ssa-dom-thread-4.c: Xfail for
	logical_op_short_circuit targets.

From-SVN: r208980
parent 3d6399c7
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
......
......@@ -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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment