This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/20786] Can't use AINT intrinsic with KIND parameter


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]