2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-387-4.c
blob809ab823660a16fd761aac97d8dbbcbd8faec2cc
1 /* { dg-do compile { target "i?86-*-*" } } */
2 /* { dg-options "-O2 -march=i686" } */
3 /* { dg-final { scan-assembler "fldpi" } } */
5 long double atanl (long double);
7 long double pi()
9 return 4.0 * atanl (1.0);