[Bug tree-optimization/101254] [12 Regression] gcc head does not comply fully to -fwrapv since r12-1723

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jun 29 15:47:07 GMT 2021


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

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Well, from x > y signed -fwrapv you can assume x - y to be ~[0, 0] (from x >= y
nothing).
It is similar to unsigned, though in that case there are no negative values and
so for x >= y x - y [0, max] is the actually VARYING and for x > y x - y [1,
max]  is the same thing as ~[0, 0].


More information about the Gcc-bugs mailing list