On 19/09/12 14:30, Ulrich Weigand wrote: > Eric Botcazou wrote: > >> 2012-09-18 Eric Botcazou <ebotca...@adacore.com> >> >> PR rtl-optimization/54290 >> * reload1.c (choose_reload_regs): Also take into account secondary MEMs >> to remove address replacements for inherited reloads. >> (replaced_subreg): Move around. > > Looks good to me. OK if testing passes. > > Thanks, > Ulrich >
This breaks bootstrap on ARM: /home/rearnsha/gnusrc/gcc/gcc-fsf/gcc/reload1.c: In function `void choose_reload_regs(insn_chain*)': /home/rearnsha/gnusrc/gcc/gcc-fsf/gcc/reload1.c:6959:19: error: unused variable `tem' [-Werror=unused-variable] rtx check_reg, tem; ^ R.