repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
990625-2.c
blob
92c33742b854918d1ffb56078490d53528cf4974
1
void
2
broken030599
(
int
*
n
)
3
{
4
int
i
,
x
;
5
for
(
i
=
0
;
i
<
32
;
i
++) {
6
x
=
0
;
7
x
++;
8
if
(
i
&
4
)
9
x
++;
10
x
++;
11
}
12
}