This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/34337] [4.3 Regression] Internal error while building gtkwhiteboardc.c from pidgin 2.3.0



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]