Re: [PATCH 1/6] c6x: Fix for RTL checking

2017-02-21 Thread Bernd Schmidt
On 02/21/2017 03:48 PM, Segher Boessenkool wrote: 2017-02-21 Segher Boessenkool * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL. Ok, thanks. Bernd

[PATCH 1/6] c6x: Fix for RTL checking

2017-02-21 Thread Segher Boessenkool
2017-02-21 Segher Boessenkool * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL. --- gcc/config/c6x/c6x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/c6x/c6x.c b/gcc/config/c6x/c6x.c index 84bfdfa..42b773b 100644 --- a/gcc/config/c6x/c6x.c +++ b/gcc/