Falk Hueffner <[EMAIL PROTECTED]> writes:

| Michael Veksler <[EMAIL PROTECTED]> writes:
| 
| > So maybe introduce a -fsigned-wraps flag, that the user can use
| > to make 'int' wrap even in loops.
| 
| We have that already, it's called "-fwrapv".

In the case of C++, it leads to ODR violation because of the presence
of numeric_limits<T>::is_modulo -- assuming you make GCC's behaviour
consistent.  

-- Gaby

Reply via email to