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
/
20011217-1.c
blob
af9919f2dc1fcb432b31f642824aafac40d4dace
1
int
2
main
()
3
{
4
double
x
=
1.0
;
5
double
y
=
2.0
;
6
7
if
((
y
>
x
--) !=
1
)
8
abort
();
9
exit
(
0
);
10
}
11
12