[Bug c/37924] [4.2/4.3/4.4 Regression] ice in smallest_mode_for_size, at stor-layout.c:219

jakub at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Oct 27 12:40:00 GMT 2008



------- Comment #2 from jakub at gcc dot gnu dot org  2008-10-27 12:38 -------
Reduced testcase:
char a;

int
test (void)
{
  int b = -1;
  return ((unsigned int) (a ^ b)) >> 9;
}


-- 


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



More information about the Gcc-bugs mailing list