repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
387-4.c
blob
e4f4a48f2ef52fc58d5a3c71bb01e4e3bc67161f
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mfancy-math-387" } */
3
/* { dg-final { scan-assembler "fldpi" } } */
4
5
long double
atanl
(
long double
);
6
7
long double
pi
()
8
{
9
return
4.0
*
atanl
(
1.0
);
10
}
11