/* { dg-do compile } */ /* { dg-skip-if "test is specific to ck860f" { csky-*-* } { "*" } { "-mcpu=ck860*f* -mfloat-abi=hard" "-mcpu=ck860*f* -mhard-float" } } */ /* { dg-options "" } */ float func(double a) { return (float)a; } /* { dg-final { scan-assembler "fdtos" } }*/