[Bug bootstrap/40597] Powerpc bootstrap is broken due to changes in expmed.c

bonzini at gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Dec 30 11:09:00 GMT 2009



------- 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



More information about the Gcc-bugs mailing list