------- Comment #14 from pinskia at gcc dot gnu dot org 2007-09-20 15:30 ------- (In reply to comment #13) > > Are you telling me that *any* integer overflow allows a compiler to > > generate a > > buggy code without any notice ? > > No, unsigned integer overflow is well defined.
Except by definition, there is no unsigned overflow. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33498