Commit f29a425b by Richard Kenner

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

its TREE_TYPE.

From-SVN: r6210
parent 159e1f84
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment