https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65273
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Why do you think this is a bug when you do a multiplication and then an addition which will always be positive if there was no such thing as an overflow. Note overflow for signed intergers is undefined in c/c++.