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
/
execute
/
921123-1.c
blob
d3daf120f0a4d911d612a48e402ac8f2cb5d5725
1
f
(
short
*
p
)
2
{
3
short
x
= *
p
;
4
return
(--
x
<
0
);
5
}
6
7
main
()
8
{
9
short
x
= -
10
;
10
if
(!
f
(&
x
))
11
abort
();
12
exit
(
0
);
13
}