On Jun 18, 2005, at 11:50 AM, Paul Schlie wrote: > [ curiously can't find any actual reference stating that integer > overflow > is specifically results in undefined behavior, although it's > obviously ill defined? Every operation that isn't defined is undefined. Only the operations that are defined, are defined. Think about the implications of this.