[Bug c/53760] attribute packed doesn't pack inner structs
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jun 25 06:52:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53760
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-06-25 06:51:12 UTC ---
It is not a useless limitation. While you can't take address of a bitfield,
you can take address of a struct field, even when it contains only bitfields.
More information about the Gcc-bugs
mailing list