OSDN Git Service

2007-07-12 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
[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 }