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
/
20050303-1.c
blob
5993a452153842c0ca11423983c45f8f78a93930
1
void
crc
()
2
{
3
int
toread
;
4
long long
nleft
;
5
unsigned char
buf
[(
128
*
1024
)];
6
7
nleft
=
0
;
8
while
(
toread
= (
nleft
< (
2147483647
*
2U
+
1U
)) ?
nleft
: (
2147483647
*
2U
+
1U
) )
9
;
10
}