Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-387-4.c
blobdbe340ca4b6286e8ecc75cb22ba1992996164740
1 /* { dg-do compile { target "i?86-*-*" } } */
2 /* { dg-skip-if "" { i?86-*-* } { "-m64" } { "" } } */
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);