Re: [testsuite] Further logical_op_short_circuit changes (PR testsuite/59308)

2014-03-05 Thread Mike Stump
On Mar 4, 2014, at 8:39 AM, Jakub Jelinek wrote: > With some -march=/-mtune= flags even i?86/x86_64 has BRANCH_COST 1 and > various tests fail, furthermore ssa-ifcombine-ccmp* apparently fail on e.g. > s390* or some arm variants. > > This patch tries to fix that up. > > ok for trunk? Ok.

[testsuite] Further logical_op_short_circuit changes (PR testsuite/59308)

2014-03-04 Thread Jakub Jelinek
Hi! With some -march=/-mtune= flags even i?86/x86_64 has BRANCH_COST 1 and various tests fail, furthermore ssa-ifcombine-ccmp* apparently fail on e.g. s390* or some arm variants. This patch tries to fix that up. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2014-03-04 Ja