Update last change.

From-SVN: r7636
This commit is contained in:
Richard Kenner 1994-07-01 17:41:55 -04:00
parent 81f415f0b0
commit 20e5a99102

View File

@ -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;
}