Re: [testsuite,ARM] PR61153 Fix vbic and vorn tests

2014-11-18 Thread Ramana Radhakrishnan
On Mon, Nov 10, 2014 at 3:02 PM, Christophe Lyon wrote: > On 30 October 2014 23:02, Christophe Lyon wrote: >> On 29 October 2014 16:28, Ramana Radhakrishnan >> wrote: >>> On Wed, Oct 29, 2014 at 3:26 PM, Christophe Lyon >>> wrote: Hi, In PR61153, the vbic and vorn tests fail beca

Re: [testsuite,ARM] PR61153 Fix vbic and vorn tests

2014-11-10 Thread Christophe Lyon
On 30 October 2014 23:02, Christophe Lyon wrote: > On 29 October 2014 16:28, Ramana Radhakrishnan > wrote: >> On Wed, Oct 29, 2014 at 3:26 PM, Christophe Lyon >> wrote: >>> Hi, >>> >>> In PR61153, the vbic and vorn tests fail because when compiled at -O0 >>> the expected Neon instructions are no

Re: [testsuite,ARM] PR61153 Fix vbic and vorn tests

2014-10-30 Thread Christophe Lyon
On 29 October 2014 16:28, Ramana Radhakrishnan wrote: > On Wed, Oct 29, 2014 at 3:26 PM, Christophe Lyon > wrote: >> Hi, >> >> In PR61153, the vbic and vorn tests fail because when compiled at -O0 >> the expected Neon instructions are not generated, making >> scan-assembler fail. >> >> This patch

Re: [testsuite,ARM] PR61153 Fix vbic and vorn tests

2014-10-29 Thread Ramana Radhakrishnan
On Wed, Oct 29, 2014 at 3:26 PM, Christophe Lyon wrote: > Hi, > > In PR61153, the vbic and vorn tests fail because when compiled at -O0 > the expected Neon instructions are not generated, making > scan-assembler fail. > > This patch: > - replaces -O0 by -O2 > - moves the declaration of local varia

[testsuite,ARM] PR61153 Fix vbic and vorn tests

2014-10-29 Thread Christophe Lyon
Hi, In PR61153, the vbic and vorn tests fail because when compiled at -O0 the expected Neon instructions are not generated, making scan-assembler fail. This patch: - replaces -O0 by -O2 - moves the declaration of local variables used as intrinsics parameters and results to global declarations, to