Re: [PATCH][ARM][testsuite] Add effective target check for arm conditional execution

2013-09-24 Thread Mike Stump
On Sep 13, 2013, at 8:25 AM, Kyrill Tkachov wrote: > gcc.target/arm/minmax_minus.c is really only valid when we have conditional > execution available, that is non Thumb1-only targets. I've added an effective > target check for that and used it in the test so that it does not get run and > give

Re: [PATCH][ARM][testsuite] Add effective target check for arm conditional execution

2013-09-24 Thread Kyrill Tkachov
On 13/09/13 16:25, Kyrill Tkachov wrote: Hi all, gcc.target/arm/minmax_minus.c is really only valid when we have conditional execution available, that is non Thumb1-only targets. I've added an effective target check for that and used it in the test so that it does not get run and give a false ne

[PATCH][ARM][testsuite] Add effective target check for arm conditional execution

2013-09-13 Thread Kyrill Tkachov
Hi all, gcc.target/arm/minmax_minus.c is really only valid when we have conditional execution available, that is non Thumb1-only targets. I've added an effective target check for that and used it in the test so that it does not get run and give a false negative when testing Thumb1 targets. O