repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
cmpdi-1.c
blob
9e1b659c7cfdc97e88120b5488b940f1cd6081e0
1
f
(
long long
d
)
2
{
3
int
i
=
0
;
4
if
(
d
==
1
)
5
i
=
1
;
6
return
i
;
7
}
8
9
g
(
long long
d
)
10
{
11
int
i
=
0
;
12
if
(
d
<=
0
)
13
i
=
1
;
14
return
i
;
15
}