diff options
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index 989f86c..cec8d23 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -3138,8 +3138,8 @@ expand_mult (enum machine_mode mode, rtx op0, rtx op1, rtx target, if (INTEGRAL_MODE_P (mode)) { rtx fake_reg; - HOST_WIDE_INT coeff; - bool is_neg; + HOST_WIDE_INT coeff = 0; + bool is_neg = false; int mode_bitsize; if (op1 == CONST0_RTX (mode)) |