Re: [PATCH][ARM] Enable arm target in ira-shrinkwrap-prep* testcases

2014-07-29 Thread Jiong Wang
On 29/07/14 10:21, Christophe Lyon wrote: Hi all, On 23 July 2014 11:26, Kyrill Tkachov wrote: Hi all, I've committed this on Jiongs' behalf as r212927 with some minor ChangeLog modifications to make it fit into the 80 character column limit: 2014-07-23 Jiong Wang * config/arm/arm

Re: [PATCH][ARM] Enable arm target in ira-shrinkwrap-prep* testcases

2014-07-29 Thread Christophe Lyon
Hi all, On 23 July 2014 11:26, Kyrill Tkachov wrote: > > On 22/07/14 17:29, Ramana Radhakrishnan wrote: >> >> On Mon, Jul 14, 2014 at 11:11 AM, Jiong Wang wrote: >>> >>> currently the following testcases are disabled for arm target, >>> >>> gcc.dg/ira-shrinkwrap-prep-1.c >>> gcc.dg/ira-shrinkw

Re: [PATCH][ARM] Enable arm target in ira-shrinkwrap-prep* testcases

2014-07-24 Thread Andreas Schwab
Jiong Wang writes: > gcc/testsuite/ > * gcc.dg/ira-shrinkwrap-prep-1.c (target): Add arm_nothumb > * gcc.dg/ira-shrinkwrap-prep-2.c (target): Add arm_nothumb > * gcc.dg/pr10474.c (target): Add arm_nothumb arm_nothumb doesn't check for __arm__, so this enables it everywhere. Installed as ob

Re: [PATCH][ARM] Enable arm target in ira-shrinkwrap-prep* testcases

2014-07-23 Thread Kyrill Tkachov
On 22/07/14 17:29, Ramana Radhakrishnan wrote: On Mon, Jul 14, 2014 at 11:11 AM, Jiong Wang wrote: currently the following testcases are disabled for arm target, gcc.dg/ira-shrinkwrap-prep-1.c gcc.dg/ira-shrinkwrap-prep-2.c gcc.dg/pr10474.c the reason is on arm target, register r3 is caller-

Re: [PATCH][ARM] Enable arm target in ira-shrinkwrap-prep* testcases

2014-07-22 Thread Ramana Radhakrishnan
On Mon, Jul 14, 2014 at 11:11 AM, Jiong Wang wrote: > currently the following testcases are disabled for arm target, > > gcc.dg/ira-shrinkwrap-prep-1.c > gcc.dg/ira-shrinkwrap-prep-2.c > gcc.dg/pr10474.c > > the reason is on arm target, register r3 is caller-saved. Normally it does > not need to

[PATCH][ARM] Enable arm target in ira-shrinkwrap-prep* testcases

2014-07-14 Thread Jiong Wang
currently the following testcases are disabled for arm target, gcc.dg/ira-shrinkwrap-prep-1.c gcc.dg/ira-shrinkwrap-prep-2.c gcc.dg/pr10474.c the reason is on arm target, register r3 is caller-saved. Normally it does not need to be saved on entry by the prologue. However if we choose to sav