------- Comment #38 from bonzini at gnu dot org 2009-12-30 11:09 ------- Andreas, for s390-linux I get this jumpless code:
f: xr %r2,%r3 lpr %r2,%r2 ahi %r2,-1 srl %r2,31 br %r14 for this testcase: int f(int a, int b) { return (a == b); } at -O1 or above. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40597