This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [gfortran] patch for pr12839 / F2003 format of Inf and NaN


On Sat, Jun 26, 2004 at 07:51:24PM +0200, Tobias Schl?ter wrote:
> Bud Davis wrote:
> > freebsd was getting test fails after this was committed. seems that
> > isinf() is not the same between glibc and freebsd's libc.
> > 
> > added a check to explicitly check the sign for infinity.
> > 

I checked with the freebsd-standards mailinglist and FreeBSD's
isinf() is a C99 conforming implementation.  That is, isinf()
is not required to return the sign.  I suspect this problem
will be found on OpenBSD and NetBSD.  The patch should be
committed.

-- 
Steve


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