https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65693
--- Comment #15 from Segher Boessenkool <segher at gcc dot gnu.org> --- Author: segher Date: Wed Apr 8 22:52:24 2015 New Revision: 221937 URL: https://gcc.gnu.org/viewcvs?rev=221937&root=gcc&view=rev Log: PR rtl-optimization/65693 * combine.c (is_parallel_of_n_reg_sets): Change first argument from an rtx_insn * to an rtx. (try_combine): Adjust both callers. Use it once more. Modified: trunk/gcc/ChangeLog trunk/gcc/combine.c