------- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-15 19:47 ------- signed type overflow is undefined by the C standard, use unsigned int for the addition or use -fwrapv.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30475