diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4a435ad496b..fd9c62c39cf3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2005-12-16 John David Anglin + PR middle-end/25457 + * reorg.c (mostly_true_jump): Remove unused variable 'insn'. + PR target/25447 * config/pa/pa.c (pa_scalar_mode_supported_p): Handle MODE_DECIMAL_FLOAT. diff --git a/gcc/reorg.c b/gcc/reorg.c index 104ad8e467f5..431ef3c116ed 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -963,7 +963,7 @@ static int mostly_true_jump (rtx jump_insn, rtx condition) { rtx target_label = JUMP_LABEL (jump_insn); - rtx insn, note; + rtx note; int rare_dest, rare_fallthrough; /* If branch probabilities are available, then use that number since it