http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48793
Andreas Schwab <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Andreas Schwab <[email protected]> 2011-04-27 18:30:18 UTC --- Signed integer overflow is undefined. Use unsigned int or -fwrapv to enable wrapping semantics.
