Merge reload-branch up to revision 101000
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-387-4.c
blob55398275570cc5a19579a8ba5d0a5a8ea5d79ade
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-O2 -march=i686" } */
4 /* { dg-final { scan-assembler "fldpi" } } */
6 long double atanl (long double);
8 long double pi()
10 return 4.0 * atanl (1.0);