OSDN Git Service

PR target/34814
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / powerpc / ppc-stfiwx.c
1 /* { dg-do compile { target powerpc*-*-* } } */
2 /* { dg-options "-mpowerpc-gfxopt" } */
3 /* { dg-final { scan-assembler "stfiwx" } } */
4
5 int foo (double x)
6 {
7   return x;
8 }