-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-10988
-
-
-
default
tiarmclang documentation on #pragma pack says ...
The pack pragma instructs the compiler to apply an n-byte alignment to the fields within a class, struct, or union type
However, it should say the maximum alignment of a field is limited to N. If the default alignment of the field is less than N, it is not changed.