(pop_init_level): Don't abort if have incomplete array type inside

some other type.

From-SVN: r6295
This commit is contained in:
Richard Kenner 1993-12-24 05:35:46 -05:00
parent 2f95ebc26b
commit 792089b33e
1 changed files with 0 additions and 5 deletions

View File

@ -5374,11 +5374,6 @@ pop_init_level (implicit)
TYPE_DOMAIN (constructor_type) = build_index_type (maxindex);
TREE_TYPE (maxindex) = TYPE_DOMAIN (constructor_type);
/* We shouldn't have an incomplete array type within
some other type. */
if (constructor_stack->next)
abort ();
if (pedantic
&& tree_int_cst_lt (TYPE_MAX_VALUE (TYPE_DOMAIN (constructor_type)),
integer_zero_node))