OSDN Git Service

PR c/19435
[pf3gnuchains/gcc-fork.git] / gcc / c-typeck.c
index 54f9714..f04ba73 100644 (file)
@@ -4674,7 +4674,10 @@ really_start_incremental_init (tree type)
                       TYPE_MIN_VALUE (TYPE_DOMAIN (constructor_type)));
        }
       else
-       constructor_index = bitsize_zero_node;
+       {
+         constructor_index = bitsize_zero_node;
+         constructor_max_index = NULL_TREE;
+       }
 
       constructor_unfilled_index = constructor_index;
     }