Testism introduced by last commit to fix PR26702 on arm-*-linux* targets. The fix is to restore target selector to arm*-*-eabi* as the target macro changes only affect arm*-*-eabi*

Applied to trunk as obvious

Ramana

* gcc.target/arm/pr26702.c: Adjust target selector.
Index: gcc.target/arm/pr26702.c
===================================================================
--- gcc.target/arm/pr26702.c    (revision 223444)
+++ gcc.target/arm/pr26702.c    (working copy)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target arm_eabi } } */
+/* { dg-do compile { target arm*-*-eabi* } } */
 /* { dg-final { scan-assembler "\\.size\[\\t \]+static_foo, 4" } } */
 int foo;
 static int static_foo;

Reply via email to