Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / compress-float-sse-pic.c
blob2c9be7cd9f796e6867059bd9509a0bb93da9d51d
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-require-effective-target fpic } */
4 /* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=sse -fpic" } */
5 double foo (double x) {
6 return x + 1.75;
8 /* { dg-final { scan-assembler "movsd" } } */