[RS6000] Tests that use int128_t and -m32
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / ppc64-double-1.c
blobe15a399866b9133729b1f5a4ffac8edfc0a89f49
1 // { dg-do compile }
2 /* { dg-skip-if "" { powerpc*-*-aix* } } */
3 // { dg-options "-O2 -mpowerpc64" }
4 // { dg-final { scan-assembler-not "stfd" } }
6 // The register allocator should have allocated the temporary long long value in a floating point register.
8 double
9 d2ll2d (double d)
11 return (double)(long long)d;