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

Eli Friedman <efrie...@quicinc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
                 CC|                            |efrie...@quicinc.com
             Status|NEW                         |RESOLVED

--- Comment #1 from Eli Friedman <efrie...@quicinc.com> ---
This is how both clang and gcc have always worked; we can't change it.

You probably want "__attribute__((packed,aligned(4)))", to indicate that you
intend to misalign some of the members of the struct.

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

Reply via email to