re PR c++/26670 (attribute((packed)) sometimes not ignored for non-PODs)
authorJason Merrill <jason@redhat.com>
Wed, 30 Aug 2006 15:51:17 +0000 (11:51 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 30 Aug 2006 15:51:17 +0000 (11:51 -0400)
commit220020507605be7dd81ade8adbfe866b2005faf9
tree0926b7c0d5b0b0d69cc44d712e7f204ca9ee991b
parent884f22e3a20aed205be7c50624361b8f9c7babd0
re PR c++/26670 (attribute((packed)) sometimes not ignored for non-PODs)

        PR c++/26670
        * class.c (check_field_decls): Don't unset TYPE_PACKED until all
        the fields have been processed.

From-SVN: r116591
gcc/cp/ChangeLog
gcc/cp/class.c