re PR c++/26670 (attribute((packed)) sometimes not ignored for non-PODs)
authorJason Merrill <jason@gcc.gnu.org>
Tue, 29 Aug 2006 06:55:35 +0000 (02:55 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 29 Aug 2006 06:55:35 +0000 (02:55 -0400)
commit4666cd04464f6f77a80b8d3479f8e4d5760d34fe
treea25aa21ee2d5af03a666508c54f5c5ef21973bb7
parentbed02d89608838750eac5b389e91b2678c72d55d
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: r116555
gcc/cp/class.c
gcc/testsuite/g++.dg/ext/packed11.C [new file with mode: 0644]