From: Bin Cheng Date: Tue, 1 Apr 2014 09:56:29 +0000 (+0000) Subject: re PR tree-optimization/60363 (logical_op_short_circuit, gcc.dg/tree-ssa/ssa-dom... X-Git-Tag: upstream/12.2.0~64024 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10df2810813ed5febd98377938ef7c1c5d239e00;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 56fe00e..9342b76 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2014-04-01 Bin Cheng + + 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 PR libfortran/60128 diff --git a/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c b/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c index cafdf13..e85a244 100644 --- a/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c +++ b/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c @@ -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" } } */