(set_init_label): Don't die if an entire brace-pair level is

superfluous in the containing level.

From-SVN: r10282
This commit is contained in:
Richard Kenner 1995-08-25 19:26:36 -04:00
parent 5502823b56
commit e5cfb88fc9
1 changed files with 5 additions and 0 deletions

View File

@ -5737,6 +5737,11 @@ set_init_label (fieldname)
tree tail;
int passed = 0;
/* Don't die if an entire brace-pair level is superfluous
in the containing level. */
if (constructor_type == 0)
return;
for (tail = TYPE_FIELDS (constructor_type); tail;
tail = TREE_CHAIN (tail))
{