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-options "-mthumb" } */
5 /* { dg-add-options arm_arch_v5te } */
6 
7 #define NEED_ARM_ARCH
8 #define VALUE_ARM_ARCH 5
9 
10 #define NEED_ARM_ARCH_ISA_ARM
11 #define VALUE_ARM_ARCH_ISA_ARM 1
12 
13 #define NEED_ARM_ARCH_ISA_THUMB
14 #define VALUE_ARM_ARCH_ISA_THUMB 1
15 
16 #include "ftest-support.h"
17