Hi Stuart, > Use GCC-specd type when referencing ObjC2 bitfields. Radar 7639995. I never understood why llvm-gcc insists on using the "declared type" and not the gcc layed out bitfield types, which are much more logical from a low-level point of view. Ciao, Duncan.