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/25905] [4.2 regression] ICE in expand_compound_operation



------- Comment #5 from bonzini at gnu dot org  2006-01-23 08:22 -------
I cannot reproduce Paul's testcase, but I found this one:

struct object
{
      unsigned long mixed_encoding:1;
      unsigned long encoding:8;
}
__attribute__ ((packed));

int search_object (struct object *ob)
{
  return ob->encoding == 0x00;
}


-- 


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


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