OSDN Git Service

gcc/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / compress-float-387.c
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=387" } */
4 double foo (double x) {
5   return x + 1.75;
6 }
7 /* { dg-final { scan-assembler "flds" } } */