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/20373] INTRINSIC symbols can be given the wrong type


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


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