[Bug c/11428] gcc aborts in compiling Linux 2.5.74 reiserfs driver

kazu at cs dot umass dot edu gcc-bugzilla@gcc.gnu.org
Fri Jul 4 17:46:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From kazu at cs dot umass dot edu  2003-07-04 17:46 -------
Here is a minimized testcase that fails with a recent version of mainline.

struct s {
  int m : 1;
};

int
foo (struct s *p)
{
  return !p->m;
}



More information about the Gcc-bugs mailing list