Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / compress-float-387.c
blobbed2986bc403f9720d910613dd9cf01552ff96ea
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;
7 /* { dg-final { scan-assembler "flds" } } */