------- Additional Comments From jblomqvi at cc dot hut dot fi 2005-05-23 18:22 ------- The ICE seems to have disappeared, but it still doesn't work correctly. E.g.
implicit none real(4) :: r = 42.0 r = aint (r,kind=8) print *, r end Prints out 0.000000 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20786