[Bug c/106463] Incorrect value for loop terminating test. for loop runs when it should not.

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Jul 28 12:01:46 GMT 2022


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Signed integer overflow is undefined. 
Use -fsanitize=undefined to detect this st runtime.


More information about the Gcc-bugs mailing list