------- Comment #2 from okingsmith at nuvation dot com 2010-06-03 21:38 ------- I am confused why the compiler is not issuing a warning on the second division. Ir is sign converting the numerator to match the denominator (which makes sense at a certain level), and hence can produce unexpected results. I would think that -Wconversion should show a message.
However this may have been decided along time ago and decided it is not an issue. Oliver -- okingsmith at nuvation dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|INVALID | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44407