diff options
Diffstat (limited to 'gcc/cp/expr.c')
-rw-r--r-- | gcc/cp/expr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c index ede4725..c521e7d 100644 --- a/gcc/cp/expr.c +++ b/gcc/cp/expr.c @@ -131,6 +131,7 @@ mark_exp_read (tree exp) CASE_CONVERT: case ADDR_EXPR: case INDIRECT_REF: + case FLOAT_EXPR: mark_exp_read (TREE_OPERAND (exp, 0)); break; case COMPOUND_EXPR: |