aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/c-decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/c-decl.c')
-rw-r--r--gcc-4.6/gcc/c-decl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.6/gcc/c-decl.c b/gcc-4.6/gcc/c-decl.c
index e3f02c597..3a6e8aaa9 100644
--- a/gcc-4.6/gcc/c-decl.c
+++ b/gcc-4.6/gcc/c-decl.c
@@ -2486,6 +2486,7 @@ merge_decls (tree newdecl, tree olddecl, tree newtype, tree oldtype)
memcpy ((char *) olddecl + sizeof (struct tree_common),
(char *) newdecl + sizeof (struct tree_common),
sizeof (struct tree_decl_common) - sizeof (struct tree_common));
+ DECL_USER_ALIGN (olddecl) = DECL_USER_ALIGN (newdecl);
switch (TREE_CODE (olddecl))
{
case FUNCTION_DECL: