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

2017-02-02 Thread James Greenhalgh
On Fri, Jan 27, 2017 at 10:55:34AM +, Ramana Radhakrishnan wrote: > On Fri, Jan 27, 2017 at 10:30 AM, Tamar Christina > wrote: > > Hi all, > > > > This fixes (PR78142) by only creating one vector in the char case. > > r241590 is causing more registers to be used and so > > the SP registered ha

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

2017-01-27 Thread Ramana Radhakrishnan
On Fri, Jan 27, 2017 at 10:30 AM, Tamar Christina wrote: > Hi all, > > This fixes (PR78142) by only creating one vector in the char case. > 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 th

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

2017-01-27 Thread Tamar Christina
Hi all, This fixes (PR78142) by only creating one vector in the char case. 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. By creating a single vector then less