https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68007
Andreas Schwab <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Andreas Schwab <[email protected]> --- 0x7fffffff is of type int, and 0x7fffffff + 1 will overflow a 32-bit int.
