Re: Resolve pr44194-1.c failure by refining scan-rtl-dump-not pattern

2014-01-22 Thread Eric Botcazou
> Ah, OK. In that case, how about this? Tested on mips64-linux-gnu. Fine with me, thanks! -- Eric Botcazou

Re: Resolve pr44194-1.c failure by refining scan-rtl-dump-not pattern

2014-01-22 Thread Richard Sandiford
Eric Botcazou writes: >> It looks like the committed version removed the space after "insn". >> Was that intentional? It now triggers on MIPS because of the frame-related >> (insn/f) prologue instruction that stores the link register. The posted >> version works for me FWIW. > > I found out that

Re: Resolve pr44194-1.c failure by refining scan-rtl-dump-not pattern

2014-01-21 Thread Eric Botcazou
> It looks like the committed version removed the space after "insn". > Was that intentional? It now triggers on MIPS because of the frame-related > (insn/f) prologue instruction that stores the link register. The posted > version works for me FWIW. I found out that it didn't fail with the space

Re: Resolve pr44194-1.c failure by refining scan-rtl-dump-not pattern

2014-01-21 Thread Richard Sandiford
Eric Botcazou writes: >> I have made the adjustment and test it. Please check the new attachment. > > Thanks, applied on the mainline as obvious. It looks like the committed version removed the space after "insn". Was that intentional? It now triggers on MIPS because of the frame-related (insn/f

Re: Resolve pr44194-1.c failure by refining scan-rtl-dump-not pattern

2014-01-20 Thread Eric Botcazou
> I have made the adjustment and test it. Please check the new attachment. Thanks, applied on the mainline as obvious. -- Eric Botcazou

[PING]Resolve pr44194-1.c failure by refining scan-rtl-dump-not pattern

2014-01-19 Thread Renlin Li
On 10/01/14 11:28, Renlin Li wrote: Hi Eric, Thank you for your suggestion! I have made the adjustment and test it. Please check the new attachment. Regards, Renlin Li On 10/01/14 10:42, Eric Botcazou wrote: This patch will resolve testsuite/gcc.dg/pr44194-1.c failure observed in aarch64 tar

Re: Resolve pr44194-1.c failure by refining scan-rtl-dump-not pattern

2014-01-10 Thread Renlin Li
Hi Eric, Thank you for your suggestion! I have made the adjustment and test it. Please check the new attachment. Regards, Renlin Li On 10/01/14 10:42, Eric Botcazou wrote: This patch will resolve testsuite/gcc.dg/pr44194-1.c failure observed in aarch64 target by refining the second scan-rtl-du

Re: Resolve pr44194-1.c failure by refining scan-rtl-dump-not pattern

2014-01-10 Thread Eric Botcazou
> This patch will resolve testsuite/gcc.dg/pr44194-1.c failure observed in > aarch64 target by refining the second scan-rtl-dump-not pattern. > > For aarch64 target, the following barrier is generated which will > exactly match the current pattern > "insn \[^\n\]*set \\(mem". This is undesired. By

Resolve pr44194-1.c failure by refining scan-rtl-dump-not pattern

2014-01-10 Thread Renlin Li
Hi all, This patch will resolve testsuite/gcc.dg/pr44194-1.c failure observed in aarch64 target by refining the second scan-rtl-dump-not pattern. For aarch64 target, the following barrier is generated which will exactly match the current pattern "insn \[^\n\]*set \\(mem". This is undesired. B