[Bug tree-optimization/94356] Missed optimisation: useless multiplication generated for pointer comparison

glisse at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Mar 27 13:46:25 GMT 2020


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

--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> ---
That's because internally we use an unsigned type for offsets (including for
the multiplication). There have been tries to change that...


More information about the Gcc-bugs mailing list