Re: some prep work to make JUMP_TABLE_DATA a non-active_insn_p object

2013-11-11 Thread Richard Biener
On Sun, Nov 10, 2013 at 6:11 PM, Eric Botcazou wrote: >> This is the first patch of what I think will be four to fix those few >> places. >> >> Bootstrapped&tested on powerpc64-unknown-linux-gnu. Also built SH to be >> sure. >> >> OK for trunk? > > The generic part is OK (modulo the additional spa

Re: some prep work to make JUMP_TABLE_DATA a non-active_insn_p object

2013-11-10 Thread Eric Botcazou
> This is the first patch of what I think will be four to fix those few > places. > > Bootstrapped&tested on powerpc64-unknown-linux-gnu. Also built SH to be > sure. > > OK for trunk? The generic part is OK (modulo the additional space after ! in the 3rd hunk of the haifa-sched.c patch). -- E

some prep work to make JUMP_TABLE_DATA a non-active_insn_p object

2013-11-08 Thread Steven Bosscher
Hello, I'd like to make JUMP_TABLE_DATA a non-active insn before the end of stage1. Most of the work required for this is pretty simple. It involves finding and fixing the few places where insns are walked across basic block boundaries and ignoring barriers. Ah, the madness of that! :-) Fortunatel