[Bug sanitizer/77891] Signed overflow sanitizer doesn't catch multiplication overflows due to promotion
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Oct 7 08:03:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77891
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-10-07
Ever confirmed|0 |1
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #1)
> Convert.c comes into play again.
In particular its "premature" optimization performing narrowing of the
integer multiplication to unsigned short multiplication.
More information about the Gcc-bugs
mailing list