(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
csky/
fpuv3/
fpv3_fdtos.c
       1  /* { dg-do compile } */
       2  /* { dg-skip-if  "test is specific to ck860f"  { csky-*-* }  { "*" }  { "-mcpu=ck860*f* -mfloat-abi=hard" "-mcpu=ck860*f* -mhard-float"  }  }  */
       3  /* { dg-options "" } */
       4  
       5  float func(double a)
       6  {
       7    return (float)a;
       8  }
       9  
      10  /* { dg-final { scan-assembler "fdtos" } }*/
      11