This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32979] Implement vendor-specific ISNAN() intrinsic function
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Aug 2007 11:57:10 -0000
- Subject: [Bug fortran/32979] Implement vendor-specific ISNAN() intrinsic function
- References: <bug-32979-13404@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from burnus at gcc dot gnu dot org 2007-08-04 11:57 -------
Created an attachment (id=14020)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14020&action=view)
Patch for invoke.texi
> I'd go for implementing isnan as an extension, and only isnan. (until we get
> the IEEE module). The following patch does just that:
Thanks. The patch looks ok, except that there is no error shows if
-std=f2003/f95 is given. I attached a patch for invoke.texi.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32979