This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20373] INTRINSIC symbols can be given the wrong type
- From: "tobi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Mar 2005 00:11:22 -0000
- Subject: [Bug fortran/20373] INTRINSIC symbols can be given the wrong type
- References: <20050307235317.20373.tobi@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tobi at gcc dot gnu dot org 2005-03-08 00:11 -------
A remark: this doesn't lead to wrong code,
integer, intrinsic :: dsqrt
print *, dsqrt(4.d0)
end
prints the expected 2.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20373