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
Fix warnings occured during profiledboostrap on
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
icmp.c
blob
dc9678ec3356d526b2b748bc6e476056d9686093
1
foo
(
a
,
b
)
2
{
3
b
++;
4
if
(
a
<=
b
)
5
if
((
int
)
a
< (
int
)
b
)
6
b
--;
7
else
8
b
++;
9
return
b
;
10
}