Re: patch to fix arm testsuite regression

2013-12-16 Thread Yvan Roux
Thanks for the fix Vladimir, I confirm that most of ARM regression are fixed, and Thumb2 bootstrap is ok. I'm still working on sorting out the remaining regressions, most of them are on Thumb1. Thanks Yvan On 13 December 2013 22:10, Vladimir Makarov vmaka...@redhat.com wrote: On 12/13/2013,

patch to fix arm testsuite regression

2013-12-13 Thread Vladimir Makarov
The following patch should fix arm test regressions after committing sp elimination patch. The patch was bootstrapped and tested on x86/x86-64. Committed as rev. 205974. 2013-12-12 Vladimir Makarov vmaka...@redhat.com * ira.h (struct ira_reg_equiv): Rename to ira_reg_equiv_s.

Re: patch to fix arm testsuite regression

2013-12-13 Thread Jakub Jelinek
On Fri, Dec 13, 2013 at 03:48:25PM -0500, Vladimir Makarov wrote: 2013-12-12 Vladimir Makarov vmaka...@redhat.com * ira.h (struct ira_reg_equiv): Rename to ira_reg_equiv_s. * ira.c: Ditto. * lra-int.h (lra_init_equiv): New prototype. * lra-constraints.c

Re: patch to fix arm testsuite regression

2013-12-13 Thread Vladimir Makarov
On 12/13/2013, 4:02 PM, Jakub Jelinek wrote: On Fri, Dec 13, 2013 at 03:48:25PM -0500, Vladimir Makarov wrote: 2013-12-12 Vladimir Makarov vmaka...@redhat.com * ira.h (struct ira_reg_equiv): Rename to ira_reg_equiv_s. * ira.c: Ditto. * lra-int.h (lra_init_equiv):