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
/
pr68474.c
blob
8ad7def4b74aff8db7d9b0c24e96f87c2ff8eb65
1
/* { dg-options "-O -funsafe-math-optimizations" } */
2
3
long double
4
foo
(
long double
d1
,
long double
d2
)
5
{
6
return
d1
||
__builtin_significandl
(
d2
);
7
}