Re: [testsuite] ARM tests should ignore warning about conflicting switches

2011-06-14 Thread Mike Stump
On Jun 14, 2011, at 10:47 AM, Janis Johnson wrote: > Many tests in gcc.target/arm that specify "-march=" fail compilation > when multilib flags include "-mcpu=" due to warnings about conflicts in > switches, but then go on to pass the remainder of the test. > OK for trunk and 4.6? Ok. As usual,

Re: [testsuite] ARM tests should ignore warning about conflicting switches

2011-06-14 Thread Janis Johnson
On 06/14/2011 10:47 AM, Janis Johnson wrote: > Many tests in gcc.target/arm that specify "-march=" fail compilation > when multilib flags include "-mcpu=" due to warnings about conflicts in > switches, but then go on to pass the remainder of the test. This patch > causes some of those tests to ign

[testsuite] ARM tests should ignore warning about conflicting switches

2011-06-14 Thread Janis Johnson
Many tests in gcc.target/arm that specify "-march=" fail compilation when multilib flags include "-mcpu=" due to warnings about conflicts in switches, but then go on to pass the remainder of the test. This patch causes some of those tests to ignore that compiler warning; I'll get to the rest later