2
0
mirror of git://gcc.gnu.org/git/gcc.git synced 2024-12-19 02:49:05 +08:00
From-SVN: r21797
This commit is contained in:
Jason Merrill 1998-08-17 13:25:32 -04:00
parent 509087ae2b
commit d12e8f597a

View File

@ -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;