OSDN Git Service

PR c++/26670
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Aug 2006 07:10:38 +0000 (07:10 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Aug 2006 07:10:38 +0000 (07:10 +0000)
        * class.c (check_field_decls): Unset TYPE_PACKED (t) if one of the
        fields can't be packed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116556 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog

index b8cc3ba..84c02ed 100644 (file)
@@ -1,5 +1,9 @@
 2006-08-28  Jason Merrill  <jason@redhat.com>
 
+       PR c++/26670
+       * class.c (check_field_decls): Unset TYPE_PACKED (t) if one of the
+       fields can't be packed.
+
        PR c++/26577
        * cvt.c (convert_to_void): Don't automatically load from volatiles 
        of TREE_ADDRESSABLE type.