From e883464cc4aab3cfd80edf72b793173b797344b4 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 29 Aug 2006 03:10:38 -0400 Subject: [PATCH] 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index b8cc3bab3cf..84c02edf5f0 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,9 @@ 2006-08-28 Jason Merrill + 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. -- 2.30.2