2006-12-15 H.J. Lu <hongjiu.lu@intel.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / compress-float-387.c
blob912d942a0d7554195874a13823ac16adb05e4838
1 /* { dg-do compile { target i?86*-*-* } } */
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;
7 /* { dg-final { scan-assembler "flds" } } */