http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48793

Andreas Schwab <sch...@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Andreas Schwab <sch...@linux-m68k.org> 2011-04-27 18:30:18 
UTC ---
Signed integer overflow is undefined.  Use unsigned int or -fwrapv to enable
wrapping semantics.

Reply via email to