blob: 90d9ada6ade19d341af290777eb6b736ed0c843b (
plain)
1
2
3
4
5
6
7
|
/* { dg-do compile { target { ! default_mode } } } */
/* { dg-skip-if "-marm/-mthumb/-march/-mcpu given" { *-*-* } { "-marm" "-mthumb" "-march=*" "-mcpu=*" } } */
/* { dg-options "-march=armv6-m -mfloat-abi=soft" } */
/* Check that -mthumb is not needed when compiling for a Thumb-only target. */
int foo;
|