[Bug c/54743] Large loop runs endingless
paolo.carlini at oracle dot com
gcc-bugzilla@gcc.gnu.org
Sat Sep 29 08:08:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54743
--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-09-29 08:08:32 UTC ---
The condition is always to true thus the signed integer overflows and anything
can happen, maybe something different for different release series or at the
different optimization levels, anything really.
More information about the Gcc-bugs
mailing list