Re: [testsuite patch] check before using -mthumb in 5 arm tests

2014-08-08 Thread Richard Earnshaw
On 08/08/14 01:31, Janis Johnson wrote: > Five tests in gcc.target/arm add -mthumb without first checking that the > option is compatible with the current multilib flags. This patch fixes > that by skipping each test if neither arm_thumb1_ok or arm_thumb2_ok is > true. Tested by running gcc.targe

[testsuite patch] check before using -mthumb in 5 arm tests

2014-08-07 Thread Janis Johnson
Five tests in gcc.target/arm add -mthumb without first checking that the option is compatible with the current multilib flags. This patch fixes that by skipping each test if neither arm_thumb1_ok or arm_thumb2_ok is true. Tested by running gcc.target/arm tests with a variety of multilib flags, so