summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/attribs.c
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2005-06-03 03:28:44 +0000
committerkan <kan@FreeBSD.org>2005-06-03 03:28:44 +0000
commit2156e40a831a8e0ab68e4bc091c2940bf46ca6df (patch)
treef0dc8ad34f9fcaf27052e24e893a4284b5fee6e9 /contrib/gcc/attribs.c
parent0a20abcc95340c9d2bb59421bac84eca4fb43b0c (diff)
downloadFreeBSD-src-2156e40a831a8e0ab68e4bc091c2940bf46ca6df.zip
FreeBSD-src-2156e40a831a8e0ab68e4bc091c2940bf46ca6df.tar.gz
Gcc 3.4.4 release.
Diffstat (limited to 'contrib/gcc/attribs.c')
-rw-r--r--contrib/gcc/attribs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc/attribs.c b/contrib/gcc/attribs.c
index a40fea7..3286bf3 100644
--- a/contrib/gcc/attribs.c
+++ b/contrib/gcc/attribs.c
@@ -266,6 +266,8 @@ decl_attributes (tree *node, tree attributes, int flags)
/* Force a recalculation of mode and size. */
DECL_MODE (*node) = VOIDmode;
DECL_SIZE (*node) = 0;
+ if (!DECL_USER_ALIGN (*node))
+ DECL_ALIGN (*node) = 0;
layout_decl (*node, 0);
}
OpenPOWER on IntegriCloud