This was giving an UNRESOLVED after my first attempt to apply the patch ran into trouble with line wrapping, and in diagnosing the problem I'd introduced an extra 'target' vs. the original (https://gcc.gnu.org/ml/gcc-patches/2015-01/msg00215.html). Sorry! Pushed as r220542.

--Alan

gcc/testsuite/ChangeLog:

        *  gcc.target/arm/macro_defs0.c: Remove extraneous "target"

-----

Index: gcc/testsuite/gcc.target/arm/macro_defs0.c
===================================================================
--- gcc/testsuite/gcc.target/arm/macro_defs0.c  (revision 220541)
+++ gcc/testsuite/gcc.target/arm/macro_defs0.c  (working copy)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv7-m" } } */ -/* { dg-skip-if "avoid conflicting multilib options" { target *-*-* } { "-mfloat-abi=*" } { "-mfloat-abi=soft" } } */ +/* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-mfloat-abi=*" } { "-mfloat-abi=soft" } } */
 /* { dg-options "-march=armv7-m -mcpu=cortex-m3 -mfloat-abi=soft -mthumb" } */

 #ifdef __ARM_FP


Reply via email to