[C++0x] contiguous bitfields race implementation

Jason Merrill jason@redhat.com
Mon May 9 20:49:00 GMT 2011


 From a quick look it seems that this patch considers bitfields 
following the one we're deliberately touching, but not previous 
bitfields in the same memory location; we need to include those as well. 
  With your struct foo, the bits touched are the same regardless of 
whether we name .a or .b.

Jason



More information about the Gcc-patches mailing list