aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index c155d56..adf140f 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -1020,7 +1020,7 @@ make_node_stat (enum tree_code code MEM_STAT_DECL)
if (code == FUNCTION_DECL)
{
SET_DECL_ALIGN (t, FUNCTION_ALIGNMENT (FUNCTION_BOUNDARY));
- DECL_MODE (t) = FUNCTION_MODE;
+ SET_DECL_MODE (t, FUNCTION_MODE);
}
else
SET_DECL_ALIGN (t, 1);