On Mon, 2013-08-05 at 11:42 -1000, Richard Henderson wrote: > On 07/27/2013 02:52 AM, Oleg Endo wrote: > > gcc/ChangeLog: > > * recog.h (rtx (*insn_gen_fn) (rtx, ...)): Replace typedef with > > new class insn_gen_fn. > > * expr.c (move_by_pieces_1, store_by_pieces_2): Replace > > argument rtx (*) (rtx, ...) with insn_gen_fn. > > * genoutput.c (output_insn_data): Cast gen_? function pointers > > to insn_gen_fn::stored_funcptr. Add initializer braces. > > Ok. >
Thanks, committed as rev 201513. 4.8 also has the same problem. The patch applies on 4.8 branch without problems and make all-gcc works. OK for 4.8, too? Cheers, Oleg