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
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