This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]