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 c/37924] [4.2/4.3/4.4 Regression] ice in smallest_mode_for_size, at stor-layout.c:219



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


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