Commit 37a52112 by Richard Stallman

(output_addressed_constants): Handle NON_LVALUE_EXPR.

From-SVN: r2489
parent 726a04b4
......@@ -2575,6 +2575,7 @@ output_addressed_constants (exp)
case NOP_EXPR:
case CONVERT_EXPR:
case NON_LVALUE_EXPR:
reloc = output_addressed_constants (TREE_OPERAND (exp, 0));
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