Re: [testsuite] ARM ivopts tests: skip for no thumb support

2011-06-24 Thread Janis Johnson
On 06/24/2011 08:03 AM, Ramana Radhakrishnan wrote: >>> I introduced 2 new arm-related effective targets to accomplish this. >>> - arm_thumb2: Tests if we're compiling for thumb2. >>> - arm_nothumb: Tests if we're not compiling for any thumb. >>> I don't know how to get the same effect with the exi

Re: [testsuite] ARM ivopts tests: skip for no thumb support

2011-06-24 Thread Ramana Radhakrishnan
>> I introduced 2 new arm-related effective targets to accomplish this. >> - arm_thumb2: Tests if we're compiling for thumb2. >> - arm_nothumb: Tests if we're not compiling for any thumb. >> I don't know how to get the same effect with the existing arm-related >> effective >> targets. > > That loo

Re: [testsuite] ARM ivopts tests: skip for no thumb support

2011-06-24 Thread Janis Johnson
On 06/24/2011 03:29 AM, Tom de Vries wrote: > On 06/24/2011 12:07 AM, Janis Johnson wrote: >> On 06/23/2011 02:56 PM, Ramana Radhakrishnan wrote: >>> On 23 June 2011 22:36, Janis Johnson wrote: Tests gcc.target/arm/ivopts*.c add -mthumb but fail on targets without thumb support; skip tho

Re: [testsuite] ARM ivopts tests: skip for no thumb support

2011-06-24 Thread Tom de Vries
On 06/24/2011 12:07 AM, Janis Johnson wrote: > On 06/23/2011 02:56 PM, Ramana Radhakrishnan wrote: >> On 23 June 2011 22:36, Janis Johnson wrote: >>> Tests gcc.target/arm/ivopts*.c add -mthumb but fail on targets without >>> thumb support; skip those targets. The tests save temporary files and >>

Re: [testsuite] ARM ivopts tests: skip for no thumb support

2011-06-23 Thread Janis Johnson
On 06/23/2011 02:56 PM, Ramana Radhakrishnan wrote: > On 23 June 2011 22:36, Janis Johnson wrote: >> Tests gcc.target/arm/ivopts*.c add -mthumb but fail on targets without >> thumb support; skip those targets. The tests save temporary files and >> need to remove them at the end, easily done with

Re: [testsuite] ARM ivopts tests: skip for no thumb support

2011-06-23 Thread Ramana Radhakrishnan
On 23 June 2011 22:36, Janis Johnson wrote: > Tests gcc.target/arm/ivopts*.c add -mthumb but fail on targets without > thumb support; skip those targets.  The tests save temporary files and > need to remove them at the end, easily done with cleanup-saved-temps. > > Test ivopts-6.c is the only one

[testsuite] ARM ivopts tests: skip for no thumb support

2011-06-23 Thread Janis Johnson
Tests gcc.target/arm/ivopts*.c add -mthumb but fail on targets without thumb support; skip those targets. The tests save temporary files and need to remove them at the end, easily done with cleanup-saved-temps. Test ivopts-6.c is the only one of the set that does not require thumb2 support in the