[Bug c++/79373] For loop optimization bug: condition ignored

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Feb 4 11:19:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79373

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Use -fwrapv if you want predictable behaviour from integer overflow (both that
and -fsanitize=undefined are mentioned at https://gcc.gnu.org/bugs)


More information about the Gcc-bugs mailing list