Commit b113bb39 by Richard Stallman

*** empty log message ***

From-SVN: r750
parent 8983a18c
......@@ -1572,7 +1572,8 @@ dbxout_symbol (decl, local)
/* Effectively do build_pointer_type, but don't cache this type,
since it might be temporary whereas the type it points to
might have been saved for inlining. */
type = make_node (REFERENCE_TYPE);
/* Don't use REFERENCE_TYPE because dbx can't handle that. */
type = make_node (POINTER_TYPE);
TREE_TYPE (type) = TREE_TYPE (decl);
}
else if (GET_CODE (DECL_RTL (decl)) == MEM
......
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