URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [powerpc/] [ppc64-double-1.c] - Rev 859
Go to most recent revision | Compare with Previous | Blame | View Log
// { 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; }
Go to most recent revision | Compare with Previous | Blame | View Log