[Bug c++/94093] New: -malign-double changes alignment of double type only and not long double
blaz.tomazic at outfit7 dot com
gcc-bugzilla@gcc.gnu.org
Mon Mar 9 07:40:51 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94093
Bug ID: 94093
Summary: -malign-double changes alignment of double type only
and not long double
Product: gcc
Version: 9.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: blaz.tomazic at outfit7 dot com
Target Milestone: ---
Compiling with `-m32 -malign-double` the alignment of `double` is set to 8
while the alignment of `long double` stays at 4.
Example: https://godbolt.org/z/HESyst
More information about the Gcc-bugs
mailing list