Commit 20e5a991 by Richard Kenner

Update last change.

From-SVN: r7636
parent 81f415f0
......@@ -5222,7 +5222,8 @@ push_init_level (implicit)
{
constructor_type = TREE_TYPE (constructor_type);
push_array_bounds (TREE_INT_CST_LOW (constructor_index));
if (! tree_int_cst_equal (constructor_index, constructor_unfilled_index))
if (! tree_int_cst_equal (constructor_index, constructor_unfilled_index)
|| constructor_range_end != 0)
constructor_incremental = 0;
}
......
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