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

--- Comment #3 from Marc Glisse <glisse at gcc dot gnu.org> ---
We manage it with -fwrapv. This should happen late when we don't care about
overflow anymore, or it needs to introduce casts to an unsigned type.

Reply via email to