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
/
xlop.c
blob
6506bfd3415ef11ef6eb815446ae8a55e4476491
1
foo
(
a
)
2
{
3
int
b
;
4
do
5
{
6
b
=
bar
();
7
a
=
b
-
10
;
8
}
9
while
(
a
>
10
);
10
return
a
;
11
}