(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
macro_defs2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-march=armv7ve -mcpu=cortex-a15 -mfpu=neon-vfpv4" } */
       3  /* { dg-add-options arm_neon } */
       4  /* { dg-require-effective-target arm_neon_ok } */
       5  
       6  #ifndef __ARM_NEON_FP
       7  #error  __ARM_NEON_FP is not defined but should be
       8  #endif
       9  
      10  #ifndef __ARM_FP
      11  #error  __ARM_FP is not defined but should be
      12  #endif
      13  
      14