From: Richard Kenner Date: Fri, 1 Jul 1994 21:41:55 +0000 (-0400) Subject: Update last change. X-Git-Tag: misc/cutover-egcs-0~6307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e5a991023756b6cdae5582df1f7f704e664136;p=thirdparty%2Fgcc.git Update last change. From-SVN: r7636 --- diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index c7f7d486a3bc..d5283c6982b9 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -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; }