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

Reply via email to