[cfe-commits] [PATCH] Supporting __declspec(align)
Aaron Ballman
aaron at aaronballman.com
Wed Jun 6 17:23:39 PDT 2012
Ping?
On Mon, Jun 4, 2012 at 4:17 PM, Aaron Ballman <aaron at aaronballman.com> wrote:
> This patch is to fix PR12631, and basically just turns on existing
> functionality. __declspec(align)'s behavior (documented on MSDN here:
> <http://msdn.microsoft.com/en-us/library/83ythb65(v=vs.100).aspx>)
> matches what we already support for __attribute__((aligned)). I've
> also included a test case to ensure the behavior matches expectations.
>
> ~Aaron
More information about the cfe-commits
mailing list