index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
961010-1.c
blob: d6145bc4233a99abcd1a66bac3a248575dc8da29 (
plain
)
1
double
f
(
double
x
) {
return
x
==
0
? x
:
0.0
; }