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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pow-sqrt-1.c
blob
17003c5d71c5ed21604feba5c7c40a0c011ccefc
1
/* { dg-do run } */
2
/* { dg-options "-O2 -ffast-math --param max-pow-sqrt-depth=5" } */
3
/* { dg-require-effective-target double64plus } */
4
5
#define EXPN (-6 * (0.5*0.5*0.5*0.5))
6
7
#include
"pow-sqrt.x"