------- Comment #4 from jv244 at cam dot ac dot uk 2007-06-21 04:08 ------- > If igmin is -huge(0), (1-ig) can wrap, so ig2 might eventually be equal to ig, > no? (although I agree for wrapping arithmetic, it will never be the case)
in Fortran 1-ig can't overflow (unless the program is undefined), but I'm sure you know... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31029