Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20050303-1.c
blob5993a452153842c0ca11423983c45f8f78a93930
1 void crc()
3 int toread;
4 long long nleft;
5 unsigned char buf[(128 * 1024)];
7 nleft = 0;
8 while (toread = (nleft < (2147483647 * 2U + 1U)) ? nleft: (2147483647 * 2U + 1U) )