[committed] [RISC-V] Skip zbs-ext-2.c for -Oz as well
[official-gcc.git] / gcc / testsuite / gcc.target / arm / ftest-armv6-thumb.c
blob15a6d75ccd26bdcb25f56ac1a81268954f7ee705
1 /* { dg-do compile } */
2 /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv6" } } */
3 /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-marm" } { "" } } */
4 /* { dg-require-effective-target arm_arch_v6_thumb_ok } */
5 /* { dg-options "-mthumb" } */
6 /* { dg-add-options arm_arch_v6 } */
8 #define NEED_ARM_ARCH
9 #define VALUE_ARM_ARCH 6
11 #define NEED_ARM_ARCH_ISA_ARM
12 #define VALUE_ARM_ARCH_ISA_ARM 1
14 #define NEED_ARM_ARCH_ISA_THUMB
15 #define VALUE_ARM_ARCH_ISA_THUMB 1
17 #include "ftest-support.h"