aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 5bad3397..88538e0 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -4228,7 +4228,6 @@ expand_anon_union_decl (decl, cleanup, decl_elts)
{
DECL_RTL (decl_elt) = gen_rtx_MEM (mode, copy_rtx (XEXP (x, 0)));
MEM_COPY_ATTRIBUTES (DECL_RTL (decl_elt), x);
- RTX_UNCHANGING_P (DECL_RTL (decl_elt)) = RTX_UNCHANGING_P (x);
}
}
else if (GET_CODE (x) == REG)