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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
mcmp.c
blob
6008008e1649c138593e16f88b30b35b21915e7e
1
foo
(
ip
,
a
,
x
)
2
int
a
;
3
int
*
ip
;
4
int
x
;
5
{
6
if
(
a
>=
1
)
7
x
++;
8
return
x
;
9
}