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/11428] gcc aborts in compiling Linux 2.5.74 reiserfs driver


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


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