From: Jakub Jelinek Date: Wed, 28 Nov 2018 11:08:58 +0000 (+0100) Subject: re PR testsuite/85368 (phi-opt-11 test fails on IBM Z) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc7ca394656f9bd56dbe5e4e0e102a09adf28efd;p=gcc.git re PR testsuite/85368 (phi-opt-11 test fails on IBM Z) 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b56d3dc40dd..4c9a77e08da 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -60,6 +60,10 @@ 2018-11-27 Jakub Jelinek + 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.