rt_gccstream/gcc/testsuite/gcc.target/powerpc/ppc-stfiwx.c

9 lines
171 B
C

/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-mpowerpc-gfxopt" } */
/* { dg-final { scan-assembler "stfiwx" } } */
int foo (double x)
{
return x;
}