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
> 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
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