Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 387-3.c
blobce11faa8f863e797c5a096649e18ab5c861f309d
1 /* Verify that 387 mathematical constants are recognized. */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target ilp32 } */
4 /* { dg-options "-O2 -march=i686" } */
5 /* { dg-final { scan-assembler "fldpi" } } */
7 long double add_pi(long double x)
9 return x + 3.1415926535897932385128089594061862044L;