index.html (3.10): Add note about mips atomicity.h.
[official-gcc.git] / gcc / testsuite / gcc.dg / i386-387-3.c
blobf61cd6100e2bb926475830ed2e17835edebd2e9d
1 /* Verify that 387 mathematical constants are recognized. */
2 /* { dg-do compile { target "i?86-*-*" } } */
3 /* { dg-options "-O2 -march=i686" } */
4 /* { dg-final { scan-assembler "fldpi" } } */
6 long double add_pi(long double x)
8 return x + 3.1415926535897932385128089594061862044L;