On 08/06/2014 10:23 AM, David Malcolm wrote:
> diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c
> index 59d633d..5e42a97 100644
> --- a/gcc/cfgrtl.c
> +++ b/gcc/cfgrtl.c
> @@ -1604,6 +1604,7 @@ force_nonfallthru_and_redirect (edge e, basic_block
> target, rtx jump_label)
>
> if (EDGE_COUNT (e->src->succs) >= 2 || abnormal_edge_flags ||
> asm_goto_edge)
> {
> + rtx_insn *note;
> gcov_type count = e->count;
> int probability = e->probability;
> /* Create the new structures. */
A new variable with no uses?
r~