repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix unused warnings.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930506-1.c
blob
8c26ea3670c01ea0b38e1918a8809b81ee4a10a0
1
long long
2
f
(
a
)
3
double
a
;
4
{
5
double
b
;
6
unsigned long long
v
;
7
8
b
=
a
/
2.0
;
9
v
= (
unsigned
)
b
;
10
a
-= (
double
)
v
;
11
return
v
;
12
}