1 /* { dg-do compile { target powerpc*-*-* rs6000-*-* } } */
2 /* { dg-options "-mno-powerpc-gfxopt" } */
3 /* { dg-final { scan-assembler-not "stfiwx" } } */
5 /* A basic test of the old-style (not stfiwx) fp -> int conversion. */
6 int f(double a
, double b
)