This is the mail archive of the gcc-patches@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]

[gfortran,patch] Add ISNAN intrinsic


This patch adds an ISNAN intrinsic as a GNU extension, since others compilers have it (ifort, g95, sunf95, sgi) and some code relies on it (http://www.libatoms.org/). The patch is simple, comes with a testcase and documentation written by Tobias Burnus (slightly modified by me).

Regtested on x86_64-linux, OK to commit?
FX


:ADDPATCH fortran:

Attachment: isnan.ChangeLog
Description: Binary data

Attachment: isnan.diff
Description: Binary data


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