index
:
toolchain_gcc
master
replicant-6.0
toolchain/gcc
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.4.3
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
961010-1.c
blob: d6145bc4233a99abcd1a66bac3a248575dc8da29 (
plain
)
1
double
f
(
double
x
) {
return
x
==
0
?
x
:
0.0
; }