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
/
20020106-1.c
blob
c114af1aa8c4902b0bc008d2ad2e641671cd638b
1
/* Origin: PR c/5279 from <wilco@equator.com>. */
2
3
int
4
foo
()
5
{
6
extern
long long
Y
;
7
return
(
0
>
Y
++);
8
}