------- 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
pinskia at gcc dot gnu dot org Fri, 05 May 2006 15:18:20 -0700
------- 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