Hi,

This is another test which currently fails for -mfloat-abi multilib
testing as it unconditionally sets -mfloat-abi=soft.

Fixed as attached in the same way we deal with other tests like this,
and committed as obvious as revision 224312.

Thanks,
James

---
gcc/testsuite/

2015-06-10  James Greenhalgh  <james.greenha...@arm.com>

        * gcc.target/arm/pr65710.c: Do not override -mfloat-abi directives
        passed by the testsuite driver.

diff --git a/gcc/testsuite/gcc.target/arm/pr65710.c b/gcc/testsuite/gcc.target/arm/pr65710.c
index 227059b..103ce1d 100644
--- a/gcc/testsuite/gcc.target/arm/pr65710.c
+++ b/gcc/testsuite/gcc.target/arm/pr65710.c
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-skip-if "do not override -mfloat-abi" { *-*-* } { "-mfloat-abi=*" } {"-mfloat-abi=soft" } } */
 /* { dg-options "-mthumb -O2 -mfloat-abi=soft -w" } */
 /* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
 

Reply via email to