aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 5ba5ee6..4e09199b 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -6530,7 +6530,7 @@ expand_expr (exp, target, tmode, modifier)
if (TREE_CODE (init) == CONSTRUCTOR)
{
- tree elem = CONSTRUCTOR_ELTS (init);
+ tree elem;
for (elem = CONSTRUCTOR_ELTS (init);
(elem