diff --git a/gcc/expr.c b/gcc/expr.c index 08b2078cb52..d866d3c98ef 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -4903,7 +4903,7 @@ expand_expr (exp, target, tmode, modifier) } else expand_expr (singleton, - ignore ? const1_rtx : NULL_RTX, VOIDmode, 0); + ignore ? const0_rtx : NULL_RTX, VOIDmode, 0); if (cleanups_this_call) { sorry ("aggregate value in COND_EXPR");