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
Document gcov-io (PR gcov-profile/84735).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr83491.c
blob
f23cc19c72f57ca8d34f05f28fee75fc2c13f33a
1
/* { dg-do compile } */
2
/* { dg-options "-O1 -funsafe-math-optimizations" } */
3
4
float
a
;
5
float
b
;
6
void
bar
()
7
{
8
a
=
__builtin_nanf
(
""
);
9
b
=
__builtin_powf
(
a
,
2.5
F
);
10
}