diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8049,6 +8049,7 @@ expand_expr_real_1 (tree exp, rtx target, enum machine_mode tmode, } return expand_call (exp, target, ignore); + case PAREN_EXPR: case NON_LVALUE_EXPR: case NOP_EXPR: case CONVERT_EXPR: |