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
/
execute
/
20010221-1.c
blob
3caff81931a0a79d35f5c453590a94aec04fd3a4
1
2
int
n
=
2
;
3
4
main
()
5
{
6
int
i
,
x
=
45
;
7
8
for
(
i
=
0
;
i
<
n
;
i
++)
9
{
10
if
(
i
!=
0
)
11
x
= (
i
>
0
) ?
i
:
0
;
12
}
13
14
if
(
x
!=
1
)
15
abort
();
16
exit
(
0
);
17
}