Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / compress-float-sse-pic.c
blobfecce83e031a1fdb3710fc033ef0647e7461abab
1 /* { dg-do compile { target i?86*-*-* } } */
2 /* { dg-options "-O2 -march=pentium4 -mtune=prescott -mfpmath=sse -fpic" } */
3 double foo (double x) {
4 return x + 1.75;
6 /* { dg-final { scan-assembler "movsd" } } */