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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920608-1.c
blob
cae1978e6c01aa85be5f92107f683e8344addfda
1
foo
(
p
)
2
int
*
p
;
3
{
4
int
x
;
5
int
a
;
6
7
a
=
p
[
0
];
8
x
=
a
+
5
;
9
a
= -
1
;
10
p
[
0
] =
x
-
5
;
11
return
a
;
12
}
13
14
bar
(
p
)
15
{
16
short
x
;
17
int
a
;
18
19
x
= ((
short
*)
p
)[
1
];
20
#if INHIBIT_COMBINE
21
((
short
*)
p
)[
0
] =
x
;
22
#endif
23
24
return
(
x
<
45
);
25
}