(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
macro_defs1.c
       1  /* { dg-do compile } */
       2  /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-march=*" } { "-march=armv6-m" } } */
       3  /* { dg-skip-if "avoid conflicting multilib options" { *-*-* } { "-marm" } { "" } } */
       4  /* { dg-require-effective-target arm_arch_v6m_ok } */
       5  /* { dg-options "-march=armv6-m -mthumb" } */
       6  
       7  #ifdef __ARM_NEON_FP
       8  #error __ARM_NEON_FP should not be defined
       9  #endif
      10