Re: [testsuite] skip ARM tests if no thumb2 support

2011-06-29 Thread Janis Johnson
On 06/29/2011 06:55 AM, Richard Earnshaw wrote: > 3. Add a new dg directive (perhaps dg-ignore-multilib) that instructs > the framework to ignore the multilib options entirely (only supported > for compile/assembly tests). > > There are a lot of target-specific tests that are not really testing

Re: [testsuite] skip ARM tests if no thumb2 support

2011-06-29 Thread Richard Sandiford
Janis Johnson writes: > On 06/29/2011 06:55 AM, Richard Earnshaw wrote: >> I'd posit a third option: >> >> 3. Add a new dg directive (perhaps dg-ignore-multilib) that instructs >> the framework to ignore the multilib options entirely (only supported >> for compile/assembly tests). >> >> There a

Re: [testsuite] skip ARM tests if no thumb2 support

2011-06-29 Thread Janis Johnson
On 06/29/2011 06:55 AM, Richard Earnshaw wrote: > On 15/06/11 17:38, Janis Johnson wrote: >> On 06/15/2011 01:13 AM, Ramana Radhakrishnan wrote: >>> On 14 June 2011 21:35, Janis Johnson wrote: These tests apparently require thumb2 support (I don't yet know much about ARM). OK for trunk,

Re: [testsuite] skip ARM tests if no thumb2 support

2011-06-29 Thread Richard Earnshaw
On 15/06/11 17:38, Janis Johnson wrote: > On 06/15/2011 01:13 AM, Ramana Radhakrishnan wrote: >> On 14 June 2011 21:35, Janis Johnson wrote: >>> These tests apparently require thumb2 support (I don't yet know much >>> about ARM). OK for trunk, and later 4.6? >> >> OK - The -march=armv7-a is redun

Re: [testsuite] skip ARM tests if no thumb2 support

2011-06-15 Thread Janis Johnson
On 06/15/2011 01:13 AM, Ramana Radhakrishnan wrote: > On 14 June 2011 21:35, Janis Johnson wrote: >> These tests apparently require thumb2 support (I don't yet know much >> about ARM). OK for trunk, and later 4.6? > > OK - The -march=armv7-a is redundant in these tests. You should be > able to l

Re: [testsuite] skip ARM tests if no thumb2 support

2011-06-15 Thread Ramana Radhakrishnan
On 14 June 2011 21:35, Janis Johnson wrote: > These tests apparently require thumb2 support (I don't yet know much > about ARM).  OK for trunk, and later 4.6? OK - The -march=armv7-a is redundant in these tests. You should be able to lose them if arm_thumb2_ok returns true. cheers Ramana

[testsuite] skip ARM tests if no thumb2 support

2011-06-14 Thread Janis Johnson
These tests apparently require thumb2 support (I don't yet know much about ARM). OK for trunk, and later 4.6? Janis 2011-06-14 Janis Johnson * gcc.target/arm/pr42879.c: Skip if no thumb2 support, ignore compiler warning about switch conflicts. * gcc.target/arm/pr45701-