https://llvm.org/bugs/show_bug.cgi?id=24421

Eli Friedman <efrie...@codeaurora.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |efrie...@codeaurora.org
         Resolution|---                         |FIXED

--- Comment #5 from Eli Friedman <efrie...@codeaurora.org> ---
Trunk clang generates the expected code given the "__attribute__((aligned(1)))"
annotation.  If you want to avoid gcc extensions, you can also memcpy to a
local uint32_t... but that doesn't optimize well using gcc.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to