Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.target / i386 / compress-float-387.c
blob36decafa822048aa79a4be276e236e70745dfac9
1 /* { dg-do compile { target i?86*-*-* } } */
2 /* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=387" } */
3 double foo (double x) {
4 return x + 1.75;
6 /* { dg-final { scan-assembler "flds" } } */