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

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This feels like a bug in mul_internal, when trying to evaluate wi::mul of
(_BitInt(65)) -15 times (_BitInt(65)) -15 it computes the right result (225)
but sets *overflow to wi::OVF_UNKNOWN.

Reply via email to