------- 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
rguenth at gcc dot gnu dot org Tue, 04 Dec 2007 12:33:35 -0800
------- 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