[cfe-commits] [PATCH] Support __attribute__((packed)) at the end of a struct in C++

Douglas Gregor dgregor at apple.com
Mon Mar 29 07:42:51 PDT 2010


On Mar 28, 2010, at 4:26 PM, Justin Bogner wrote:

> Justin Bogner <mail at justinbogner.com> writes:
>> The attribute in `struct foo { ... } __attribute__((packed));` is being
>> ignored when in C++ mode, but handled correctly in C mode. It was simply
>> being omitted in Sema::ActOnFinishCXXMemberSpecification, so I've added
>> it.
> 
> ping...

Looks great, thanks! Committed as r99811.

	- Doug



More information about the cfe-commits mailing list