------- Comment #5 from rguenth at gcc dot gnu dot org  2007-12-04 20:33 -------
Testcase:

int foo(int color_rgb)
{
  return ((color_rgb << 8) & 65535) | 255;
}


-- 


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

Reply via email to