rt_gccstream/gcc/testsuite/gcc.target/powerpc/ppc64-double-1.c

13 lines
340 B
C

// { dg-do compile }
/* { dg-skip-if "" { powerpc*-*-aix* } { "*" } { "" } } */
// { dg-options "-O2 -mpowerpc64" }
// { dg-final { scan-assembler-not "stfd" } }
// The register allocator should have allocated the temporary long long value in a floating point register.
double
d2ll2d (double d)
{
return (double)(long long)d;
}