[llvm-bugs] [Bug 24944] Cast to typedef __attribute__((aligned(N))) pointer doesn't respect the requested alignment anymore.
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Sep 28 21:38:04 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24944
John McCall <rjmccall at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from John McCall <rjmccall at apple.com> ---
It turns out that my logic had an unnecessary restriction that prevented it
from firing when the types were canonically exactly the same — that is, when
they differed only from an alignment attribute.
Fixed in r248775.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150929/9a6d9d5f/attachment.html>
More information about the llvm-bugs
mailing list