re PR c++/26670 (attribute((packed)) sometimes not ignored for non-PODs)
authorJason Merrill <jason@gcc.gnu.org>
Tue, 29 Aug 2006 07:10:38 +0000 (03:10 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 29 Aug 2006 07:10:38 +0000 (03:10 -0400)
commite883464cc4aab3cfd80edf72b793173b797344b4
tree47d1dc5b39da35ef2823a40b1c2720acffabdc52
parent4666cd04464f6f77a80b8d3479f8e4d5760d34fe
re PR c++/26670 (attribute((packed)) sometimes not ignored for non-PODs)

        PR c++/26670
        * class.c (check_field_decls): Unset TYPE_PACKED (t) if one of the
        fields can't be packed.

From-SVN: r116556
gcc/cp/ChangeLog