diff options
author | Bin Cheng <bin.cheng@arm.com> | 2014-04-01 09:56:29 +0000 |
---|---|---|
committer | Bin Cheng <amker@gcc.gnu.org> | 2014-04-01 09:56:29 +0000 |
commit | 10df2810813ed5febd98377938ef7c1c5d239e00 (patch) | |
tree | f837bb18da7e54d6601e84eb8f1f38df893c66c3 /gcc | |
parent | 3d6399c74d2c402fb362e743483e7841179970d6 (diff) | |
download | gcc-10df2810813ed5febd98377938ef7c1c5d239e00.zip gcc-10df2810813ed5febd98377938ef7c1c5d239e00.tar.gz gcc-10df2810813ed5febd98377938ef7c1c5d239e00.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-4.c | 2 |
2 files changed, 7 insertions, 1 deletions
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 <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 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" } } */ |