Commit 37e58443 by Brendan Kehoe

revert part of the last checkin

From-SVN: r20794
parent a48ebb56
......@@ -211,12 +211,6 @@ lvalue_p (ref)
return (lvalue_p (TREE_OPERAND (ref, 0))
&& lvalue_p (TREE_OPERAND (ref, 1)));
case NOP_EXPR:
/* GNU extension:
A cast is a valid lvalue if its operand is an lvalue. */
if (! pedantic)
return lvalue_p (TREE_OPERAND (ref, 0));
default:
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