projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa2e903
)
re PR testsuite/85368 (phi-opt-11 test fails on IBM Z)
author
Jakub Jelinek
<jakub@gcc.gnu.org>
Wed, 28 Nov 2018 11:08:58 +0000
(12:08 +0100)
committer
Jakub Jelinek
<jakub@gcc.gnu.org>
Wed, 28 Nov 2018 11:08:58 +0000
(12:08 +0100)
PR testsuite/85368
* gcc.dg/tree-ssa/phi-opt-11.c: For branch_cost targets, expect 0 ifs
rather than 0 or 2 depending on logical_op_short_circuit.
From-SVN: r266552
gcc/testsuite/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/testsuite/ChangeLog
b/gcc/testsuite/ChangeLog
index b56d3dc40dd8b0034e50037ab0b01cef53811348..4c9a77e08da717ffcf2d55028960aba70ef803a5 100644
(file)
--- a/
gcc/testsuite/ChangeLog
+++ b/
gcc/testsuite/ChangeLog
@@
-60,6
+60,10
@@
2018-11-27 Jakub Jelinek <jakub@redhat.com>
+ PR testsuite/85368
+ * gcc.dg/tree-ssa/phi-opt-11.c: For branch_cost targets, expect 0 ifs
+ rather than 0 or 2 depending on logical_op_short_circuit.
+
PR target/88188
* gcc.target/powerpc/pr88188.c: New test.