diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index 1d994c55b08..908d5641953 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -7153,7 +7153,7 @@ expand_expr_real_1 (tree exp, rtx target, enum machine_mode tmode, unsignedp = TYPE_UNSIGNED (type); ignore = (target == const0_rtx - || ((code == NOP_EXPR || code == CONVERT_EXPR + || ((CONVERT_EXPR_CODE_P (code) || code == COND_EXPR || code == VIEW_CONVERT_EXPR) && TREE_CODE (type) == VOID_TYPE)); |