mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 19:11:18 +08:00
tweak comment
From-SVN: r44297
This commit is contained in:
parent
82545bf72f
commit
22d69b599b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user