[Bug rtl-optimization/27437] [4.2 Regression] -O3 regression due to SEE

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri May 5 22:18:00 GMT 2006



------- Comment #10 from pinskia at gcc dot gnu dot org  2006-05-05 22:18 -------
Here is another testcase:
unsigned char clip_uint8(int a)
{
  if (a&(~255))
    return (-a)>>31;
  return a;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27437



More information about the Gcc-bugs mailing list