Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 387-4.c
blob5617636da565baacdfabcc23f63705730bf7d6bd
1 /* { dg-do compile } */
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);