(output_type): The "base type" of a SET_TYPE is its DOMAIN_TYPE, not

its TREE_TYPE.

From-SVN: r6210
This commit is contained in:
Richard Kenner 1993-12-11 18:26:40 -05:00
parent 159e1f8430
commit f29a425b91
1 changed files with 1 additions and 1 deletions

View File

@ -3994,7 +3994,7 @@ output_type (type, containing_scope)
break;
case SET_TYPE:
output_type (TREE_TYPE (type), containing_scope);
output_type (TYPE_DOMAIN (type), containing_scope);
output_die (output_set_type_die, type);
break;