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

Justin Bogner mail at justinbogner.com
Fri Mar 19 18:51:09 PDT 2010


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.

Has anyone seen this? Can it be applied?




More information about the cfe-commits mailing list