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 libfortran/43298] fortran library does not read in NaN -Inf or Inf



------- Comment #6 from jvdelisle at gcc dot gnu dot org  2010-04-26 04:45 -------
Created an attachment (id=20490)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20490&action=view)
First attempt a a patch to allow reading inf and NaN with parens

This patch implements a filter to extract the inf, infinity, and nan  () forms.
 I am still testing and post it here for others to try if they want.  I may use
a case statement in the final patch. At the moment it is a toss up.


-- 


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


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