[Bug c++/26670] attribute((packed)) sometimes not ignored for non-PODs
------- Comment #5 from jason at gcc dot gnu dot org 2006-07-05 20:38 -------
This is intended behavior: a non-POD type which has been marked as packed can
be used as a packed field. 13983 and 17519 are bugs in that feature.
In this case, nonpod_pack::n is not packed, so it is safe to pack fields of
nonpod_pack type.
--
jason at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26670
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
Reply to: