URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [compress-float-387-pic.c] - Rev 20
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile { target i?86*-*-* } } */ /* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=387 -fpic" } */ double foo (double x) { return x + 1.75; } /* { dg-final { scan-assembler "flds" } } */
Go to most recent revision | Compare with Previous | Blame | View Log