(really_start_incremental_init): Save current elements instead of
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 23 Jan 1994 10:59:15 +0000 (05:59 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 23 Jan 1994 10:59:15 +0000 (05:59 -0500)
clearing them.

From-SVN: r6406

gcc/c-typeck.c

index f2f507d922df30132e9b0d7716cd3aafc8bf0664..1e475d87e280b3b8b678eb832303e13ce1671e5e 100644 (file)
@@ -4976,7 +4976,7 @@ really_start_incremental_init (type)
   p->unfilled_index = constructor_unfilled_index;
   p->unfilled_fields = constructor_unfilled_fields;
   p->bit_index = constructor_bit_index;
-  p->elements = 0;
+  p->elements = constructor_elements;
   p->constant = constructor_constant;
   p->simple = constructor_simple;
   p->erroneous = constructor_erroneous;