(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arc/
mspfp.c
       1  /* { dg-do compile } */
       2  /* { dg-skip-if "FPX is not an ARC HS extension" { archs } } */
       3  /* { dg-options "-O2 -mspfp" } */
       4  
       5  float i;
       6  
       7  int f (void)
       8  {
       9          i *= 2.0;
      10  }
      11  
      12  /* { dg-final { scan-assembler "fadd" } } */