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

Reply via email to