On Wed, 2014-08-06 at 13:22 -0400, David Malcolm wrote: > gcc/ > * config/sh/sh-protos.h (output_ieee_ccmpeq): Strengthen param 1 > from rtx to rtx_insn *. > (output_branchy_insn): Likewise for param 3. > (output_far_jump): Likewise for param 1. > (final_prescan_insn): Likewise. > (sh_insn_length_adjustment): Likewise for sole param. > > * config/sh/sh.c (expand_cbranchsi4): Likewise for local "jump". > (expand_cbranchdi4): Strengthen local "skip_label" from rtx to > rtx_code_label *. > [dot dot dot]
The SH parts (also in the other patches) are fine by me. If they break something we can fix it afterwards. Cheers, Oleg