Comment #2 on issue 347 by daniel.r.kegel: mksnapshot infinite loops with gcc 4.3 and -O2 http://code.google.com/p/v8/issues/detail?id=347
clee confirmed that it's -ftree-vrp Lei confirmed that changing type of loop variable to int, i.e. to a type large enough for the intended loop, fixes a similar test app. I think that's the right fix. See e.g. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35581 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
