Commit c8faea87 by Richard Kenner

Unknown; from Jason.

From-SVN: r9937
parent df38ebdd
......@@ -1844,7 +1844,7 @@ build_indirect_ref (ptr, errorstring)
ptr : default_conversion (ptr));
register tree type = TREE_TYPE (pointer);
if (ptr == current_class_decl)
if (ptr == current_class_decl && C_C_D)
return C_C_D;
ptr = build_expr_type_conversion (WANT_POINTER, pointer, 1);
......
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