1 /* { dg-do compile } */
2 /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv5te" } } */
3 /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-marm" } { "" } } */
4 /* { dg-require-effective-target arm_arch_v5te_thumb_ok } */
5 /* { dg-options "-mthumb" } */
6 /* { dg-add-options arm_arch_v5te } */
7 
8 #define NEED_ARM_ARCH
9 #define VALUE_ARM_ARCH 5
10 
11 #define NEED_ARM_ARCH_ISA_ARM
12 #define VALUE_ARM_ARCH_ISA_ARM 1
13 
14 #define NEED_ARM_ARCH_ISA_THUMB
15 #define VALUE_ARM_ARCH_ISA_THUMB 1
16 
17 #include "ftest-support.h"
18