Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / sseregparm-5.c
blob7423722d69418255e651305f1bbeb75d46feb1fa
1 /* { dg-do compile } */
2 /* { dg-options "-msse2 -O2" } */
3 /* { dg-require-effective-target ilp32 } */
5 /* Make sure we know that mysinfp returns in %xmm0. */
7 double __attribute__((sseregparm)) mysin(void);
8 double __attribute__((sseregparm)) (*mysinfp)(void) = mysin;
9 double bar(double x)
11 return mysinfp();
14 /* { dg-final { scan-assembler "fldl" } } */