1  /* { dg-do compile } */
       2  /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv5t" } } */
       3  /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-mthumb" } { "" } } */
       4  /* { dg-require-effective-target arm_arch_v5t_arm_ok } */
       5  /* { dg-options "-marm" } */
       6  /* { dg-add-options arm_arch_v5t } */
       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  #define NEED_ARM_FEATURE_CLZ
      18  #define VALUE_ARM_FEATURE_CLZ 1
      19  
      20  #include "ftest-support.h"