[Bug tree-optimization/97888] [11 Regression] wrong code at -Os and above on x86_64-pc-linux-gnu

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Nov 18 10:00:32 GMT 2020


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

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
The comments in that commit look incorrect btw,
// if a & b >=0 , then a >= 0.
should have been
// if a % b >=0 , then a >= 0.
(ditto the other one).


More information about the Gcc-bugs mailing list