diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index 31fa4b0..b2db7f8 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -347,7 +347,7 @@ build_base_path (enum tree_code code, if (!want_pointer) { - rvalue = !real_lvalue_p (expr); + rvalue = !lvalue_p (expr); /* This must happen before the call to save_expr. */ expr = cp_build_addr_expr (expr, complain); } |