Update last change.
From-SVN: r7636
This commit is contained in:
parent
81f415f0b0
commit
20e5a99102
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user