Commit 326af3bf by Doug Evans

(dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross reference

in stabs.

From-SVN: r7184
parent 60e9e4b7
......@@ -927,7 +927,7 @@ dbxout_type (type, full, show_arg_types)
type = TYPE_MAIN_VARIANT (type);
if (TYPE_NAME (type)
&& TREE_CODE (TYPE_NAME (type)) == TYPE_DECL
&& DECL_IGNORED_P (TYPE_NAME (type)))
&& TYPE_DECL_SUPPRESS_DEBUG (TYPE_NAME (type)))
full = 0;
}
......
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