Re: [GCC][AArch64][PATCH][Testsuite] Fix failing test vector_initialization_nostack.c

2016-11-25 Thread James Greenhalgh
On Mon, Nov 07, 2016 at 02:05:27PM +, Tamar Christina wrote: > Hi all, > > This fixes (PR78142) by turning off scheduling for the test. > r241590 is causing more registers to be used and so > the SP registered happens to be picked and used. > > This test I believe was checking explicitly

Re: [GCC][AArch64][PATCH][Testsuite] Fix failing test vector_initialization_nostack.c

2016-11-24 Thread Tamar Christina
: nd Subject: [GCC][AArch64][PATCH][Testsuite] Fix failing test vector_initialization_nostack.c Hi all, This fixes (PR78142) by turning off scheduling for the test. r241590 is causing more registers to be used and so the SP registered happens to be picked and used. This test I believe

[GCC][AArch64][PATCH][Testsuite] Fix failing test vector_initialization_nostack.c

2016-11-07 Thread Tamar Christina
Hi all, This fixes (PR78142) by turning off scheduling for the test. r241590 is causing more registers to be used and so the SP registered happens to be picked and used. This test I believe was checking explicitly that the SP is not used if not needed. Ran regression tests on