Update last change.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 1 Jul 1994 21:41:55 +0000 (17:41 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 1 Jul 1994 21:41:55 +0000 (17:41 -0400)
From-SVN: r7636

gcc/c-typeck.c

index c7f7d48..d5283c6 100644 (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;
     }