[Bug fortran/23516] IMAG is not a generic function when implicit none is declared

kargl at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Aug 22 16:59:00 GMT 2005


------- Additional Comments From kargl at gcc dot gnu dot org  2005-08-22 16:47 -------
IMAG() is neither a generic intrinsic procedure nor a specific
intrinsic procedure.  You want AIMAG() or you need to explicitly
declare IMAG() and provide a function.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23516



More information about the Gcc-bugs mailing list