This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20786] Can't use AINT intrinsic with KIND parameter
- From: "jblomqvi at cc dot hut dot fi" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 May 2005 18:22:26 -0000
- Subject: [Bug fortran/20786] Can't use AINT intrinsic with KIND parameter
- References: <20050406095442.20786.fxcoudert@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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