Re: [PATCH] [ARM] PR45701 testcase fix.

2015-03-31 Thread Alex Velenko
On 31/03/15 15:30, Richard Earnshaw wrote: On 04/03/15 11:13, Alex Velenko wrote: Hi, This patch fixes arm pr45701 scan assembly tests. Those test register r3 being used to maintain stack double word alignment. Recent optimizations reduced number of local variables needed in those tests, remo

Re: [PATCH] [ARM] PR45701 testcase fix.

2015-03-31 Thread Richard Earnshaw
On 04/03/15 11:13, Alex Velenko wrote: > Hi, > > This patch fixes arm pr45701 scan assembly tests. Those test register r3 being > used to maintain stack double word alignment. Recent optimizations reduced > number of local variables needed in those tests, removing necessity to push > r3. > Testca

Re: [PATCH] [ARM] PR45701 testcase fix.

2015-03-31 Thread James Greenhalgh
*ping* on Alex' behalf and CCing the ARM maintainers. This fix looks obvious to me, and cleans up another couple of FAILs for the ARM port. Richard/Ramana? Cheers, James On Thu, Mar 26, 2015 at 03:28:15PM +, Alex Velenko wrote: > On 04/03/15 11:13, Alex Velenko wrote: > > 2015-03-04 Alex V

Re: [PATCH] [ARM] PR45701 testcase fix.

2015-03-26 Thread Alex Velenko
On 04/03/15 11:13, Alex Velenko wrote: Hi, This patch fixes arm pr45701 scan assembly tests. Those test register r3 being used to maintain stack double word alignment. Recent optimizations reduced number of local variables needed in those tests, removing necessity to push r3. Testcase fixed by a