Re: [PATCH][ARM] Fix for testcase after r228661

2015-10-21 Thread Ramana Radhakrishnan
On Tue, Oct 20, 2015 at 5:38 PM, Andre Vieira wrote: > > > On 20/10/15 17:25, Ramana Radhakrishnan wrote: >> >> On Tue, Oct 20, 2015 at 4:52 PM, Andre Vieira >> wrote: >>> >>> Hi, >>> >>> This patch addresses PR-67948 by changing

Re: [PATCH][ARM] Fix for testcase after r228661

2015-10-20 Thread Ramana Radhakrishnan
On Tue, Oct 20, 2015 at 4:52 PM, Andre Vieira wrote: > Hi, > > This patch addresses PR-67948 by changing the xor-and.c test, initially > written for a simplify-rtx pattern, to make it pass post r228661 (see >

[PATCH][ARM] Fix for testcase after r228661

2015-10-20 Thread Andre Vieira
Hi, This patch addresses PR-67948 by changing the xor-and.c test, initially written for a simplify-rtx pattern, to make it pass post r228661 (see https://gcc.gnu.org/ml/gcc-patches/2015-10/msg00676.html). This test no longer triggered the simplify-rtx pattern it was written for prior to

Re: [PATCH][ARM] Fix for testcase after r228661

2015-10-20 Thread Andre Vieira
On 20/10/15 17:25, Ramana Radhakrishnan wrote: On Tue, Oct 20, 2015 at 4:52 PM, Andre Vieira wrote: Hi, This patch addresses PR-67948 by changing the xor-and.c test, initially written for a simplify-rtx pattern, to make it pass post r228661 (see