aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/compress-float-387-pic.c
blob: 0673f5d1c8ee134eb87715a6c4055a3ae5998b03 (plain)
1
2
3
4
5
6
7
/* { dg-do compile { target i?86*-*-* } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=387 -fpic" } */
double foo (double x) {
  return x + 1.75;
}
/* { dg-final { scan-assembler "flds" } } */