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
/
900407-1.c
blob
fdf47791cd74458cc60d21ba9c5e8a1879521b8c
1
foo
(
a
,
b
,
p
)
2
int
*
p
;
3
{
4
int
c
;
5
p
[
1
] =
a
+
0x1000
;
6
c
=
b
+
0xffff0000
;
7
if
((
b
+
0xffff0000
) ==
0
)
8
c
++;
9
p
[
2
] =
c
;
10
}