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/32979] Implement vendor-specific ISNAN() intrinsic function



------- Comment #2 from burnus at gcc dot gnu dot org  2007-08-03 20:25 -------
> If we're going to implement isnan, then we should implement all of the
> FP classification functions (isfinite, isinf, isnan, isnormal, and maybe
> fpclassify).

I'm not sure if this is needed. For instance, isnan() is implemented by g95 and
ifort, but the other intrinsics are not. Note that using Fortran 2003's IEEE_*
modules, the functionality will be available albeit under a different name.


-- 


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


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