2017-08-28 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / ppc64-double-1.c
blobf9d4dda9cdfcfe770ea62d4f33a126e52c7bb720
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;