Commit 24c032e9 by Jim Wilson

(push_init_level): When output padding to align structure

field, set constructor_unfilled_fields.

From-SVN: r11391
parent 3d0793d5
......@@ -5347,6 +5347,9 @@ push_init_level (implicit)
assemble_zeros (next - here);
}
/* Indicate that we have now filled the structure up to the current
field. */
constructor_unfilled_fields = constructor_fields;
}
p = (struct constructor_stack *) xmalloc (sizeof (struct constructor_stack));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment