On Mon, 2005-03-21 at 10:55 -0500, James Blackwell wrote:
> main.c: 
> int main() {
>   unsigned int x,y;
>   for (x = 0; x < 2^32; ++x) for (y = 0; y < 2^32; ++y);
>   return printf("Now you can worry\n");
>  }

Whew, I guess we'll never have to worry then. :)

(`<' has a higher order of operation than `^', so that's the same as `(y
< 2) ^ 32', and that will only ever be 32 or 33 meaning the inner loop
never ends.)

-- 
Matthew Dempsky <[EMAIL PROTECTED]>

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Gnu-arch-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnu-arch-users

GNU arch home page:
http://savannah.gnu.org/projects/gnu-arch/

Reply via email to