Re: PATCH: fix think-o in genrecog.c

2011-07-20 Thread Bernd Schmidt
On 07/20/11 13:24, Richard Sandiford wrote: > Sandra Loosemore writes: >> I've been experimenting with a patch that adds a new define_peephole2 >> for MIPS. It was blowing up with a segfault in insn-recog.c while >> building libstdc++, and looking at the generated code for my new pattern >> th

Re: PATCH: fix think-o in genrecog.c

2011-07-20 Thread Richard Sandiford
Sandra Loosemore writes: > I've been experimenting with a patch that adds a new define_peephole2 > for MIPS. It was blowing up with a segfault in insn-recog.c while > building libstdc++, and looking at the generated code for my new pattern > there was clearly a bad offset being passed to peep2

PATCH: fix think-o in genrecog.c

2011-07-18 Thread Sandra Loosemore
I've been experimenting with a patch that adds a new define_peephole2 for MIPS. It was blowing up with a segfault in insn-recog.c while building libstdc++, and looking at the generated code for my new pattern there was clearly a bad offset being passed to peep2_next_insn. I tracked it down to