Commit 22d69b59 by Jason Merrill

tweak comment

From-SVN: r44297
parent 82545bf7
......@@ -80,6 +80,9 @@ lvalue_p_1 (ref, treat_class_rvalues_as_lvalues)
case WITH_CLEANUP_EXPR:
case REALPART_EXPR:
case IMAGPART_EXPR:
/* This shouldn't be here, but there are lots of places in the compiler
that are sloppy about tacking on NOP_EXPRs to the same type when
no actual conversion is happening. */
case NOP_EXPR:
return lvalue_p_1 (TREE_OPERAND (ref, 0),
treat_class_rvalues_as_lvalues);
......
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