OSDN Git Service

Update last change.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jul 1994 21:41:55 +0000 (21:41 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jul 1994 21:41:55 +0000 (21:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7636 138bc75d-0d04-0410-961f-82ee72b054a4

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