From 792089b33e9b1f83b869b62bbcaacb99f9200d2d Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 24 Dec 1993 05:35:46 -0500 Subject: [PATCH] (pop_init_level): Don't abort if have incomplete array type inside some other type. From-SVN: r6295 --- gcc/c-typeck.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index dbcd8e22fa2..28dd281f7e2 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -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)) -- 2.30.2