On 07/28/2011 04:40 AM, Richard Guenther wrote:
field). Now, the question is of course what to do for DECL_PACKED fields (I suppose, simply ignore the C++ memory model as C++ doesn't have a notion of packed or specially (mis-)aligned structs or bitfields).
I think treat them as bitfields for this purpose. Jason