[Bug c/93910] -Waddress-of-packed-member triggered without actual access to a member or the address of a member

schwab@linux-m68k.org gcc-bugzilla@gcc.gnu.org
Mon Feb 24 18:38:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93910

--- Comment #5 from Andreas Schwab <schwab@linux-m68k.org> ---
The packed attribute forces the alignment to 1, so there is no requirement for
its address to be aligned for its type.


More information about the Gcc-bugs mailing list