Commit d12e8f59 by Jason Merrill

tweak

From-SVN: r21797
parent 509087ae
......@@ -2368,7 +2368,7 @@ lvalue_type (arg)
tree type = TREE_TYPE (arg);
if (TREE_CODE (arg) == OVERLOAD)
type = unknown_type_node;
if (TREE_CODE (type) != ARRAY_TYPE)
else if (TREE_CODE (type) != ARRAY_TYPE)
type = cp_build_type_variant
(type, TREE_READONLY (arg), TREE_THIS_VOLATILE (arg));
return type;
......
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