(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
thumb2-slow-flash-data-5.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target arm_cortex_m } */
       3  /* { dg-require-effective-target arm_thumb2_ok } */
       4  /* { dg-require-effective-target arm_fp_ok } */
       5  /* { dg-skip-if "avoid conflicts with multilib options" { *-*-* } { "-mcpu=*" } { "-mcpu=cortex-m4" "-mcpu=cortex-m7" } } */
       6  /* { dg-skip-if "do not override -mfloat-abi" { *-*-* } { "-mfloat-abi=*" } { "-mfloat-abi=hard" } } */
       7  /* { dg-skip-if "-mslow-flash-data and -mword-relocations incompatible" { *-*-* } { "-mword-relocations" } } */
       8  /* { dg-options "-march=armv7e-m+fp -mfloat-abi=hard -O2 -mthumb -mslow-flash-data" } */
       9  
      10  double __attribute__ ((target ("fpu=fpv5-sp-d16")))
      11  foo (void)
      12  {
      13    return 1.0f;
      14  }
      15  
      16  /* { dg-final { scan-assembler-not "#1\\.0e\\+0" } } */