Re: [PATCH] Fix tree-ssa/phi-opt-11.c on s390x (PR testsuite/85368)

2018-11-26 Thread Jeff Law
On 11/22/18 12:56 PM, Jakub Jelinek wrote: > Hi! > > This test apparently FAILs on s390x-linux, which is an effective target of > both logical_op_short_circuit and branch_cost. > The test has > /* { dg-additional-options "-mbranch-cost=2" { target branch_cost } } */ > and that option effectively m

Re: [PATCH] Fix tree-ssa/phi-opt-11.c on s390x (PR testsuite/85368)

2018-11-23 Thread Andreas Krebbel
On 22.11.18 20:56, Jakub Jelinek wrote: > Hi! > > This test apparently FAILs on s390x-linux, which is an effective target of > both logical_op_short_circuit and branch_cost. > The test has > /* { dg-additional-options "-mbranch-cost=2" { target branch_cost } } */ > and that option effectively make

[PATCH] Fix tree-ssa/phi-opt-11.c on s390x (PR testsuite/85368)

2018-11-22 Thread Jakub Jelinek
Hi! This test apparently FAILs on s390x-linux, which is an effective target of both logical_op_short_circuit and branch_cost. The test has /* { dg-additional-options "-mbranch-cost=2" { target branch_cost } } */ and that option effectively makes the target ! logical_op_short_circuit, but the effec