[Bug c/78228] fstrict-overflow breaks code without overflow?

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Nov 6 20:52:00 GMT 2016


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Most likely
If (i>0) i=-i;
Is being turned into -abs (i). Which means it should be turned into uabs
instead.


More information about the Gcc-bugs mailing list