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
PR target/83368
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr34233.c
blob
1982efaa67287b23f688c04593e8322d7b01a7a3
1
/* { dg-do compile } */
2
/* { dg-options "-ffast-math" } */
3
4
double
foo
(
void
)
5
{
6
return
__builtin_pow
(
0.0
, -
1.5
);
7
}
8