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
/
20010824-1.c
blob
8e67722b960cc8abc9001d4742a42d8b9b53deb7
1
void
f
(
int
n
)
2
{
3
bugcauser
:
4
if
(
n
!=
0
)
5
f
(
n
-
1
);
6
return
;
7
}