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
/
931013-2.c
blob
8fc0db492aba44c31514971443dc7a8ace6fedc9
1
f
(
unsigned short
Z
[
48
])
2
{
3
int
j
;
4
unsigned short
t1
,
t2
,
t3
,
T
[
48
];
5
unsigned short
*
p
=
T
+
48
;
6
7
for
(
j
=
1
;
j
<
8
;
j
++)
8
{
9
t1
= *
Z
++;
10
*--
p
= *
Z
++;
11
*--
p
=
t1
;
12
t1
=
inv
(*
Z
++);
13
t2
= -*
Z
++;
14
t3
= -*
Z
++;
15
*--
p
=
inv
(*
Z
++);
16
*--
p
=
t2
;
17
*--
p
=
t3
;
18
*--
p
=
t1
;
19
}
20
}