repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pow-sqrt-1.c
blob
0793b6f9eaf8100d50e20b2db5375d3da16158e7
1
/* { dg-do run } */
2
/* { dg-options "-O2 -ffast-math --param max-pow-sqrt-depth=5" } */
3
4
#define EXPN (-6 * (0.5*0.5*0.5*0.5))
5
6
#include
"pow-sqrt.x"