http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55885
Andreas Schwab <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Andreas Schwab <[email protected]> 2013-01-06 11:01:33 UTC --- INT_MIN % -1 is undefined due to overflow. -fwrapv has no effect on division operations.
