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/23516] IMAG is not a generic function when implicit none is declared


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


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