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: [patch,fortran] PRs 19363 and 19691, Cygwin failure in formatted write of Inf and NaN


On Monday 31 January 2005 23:45, Steve Kargl wrote:
> How do you fix configure?  AFAIK, configure only
> compiles a test code to ensure that math.h defines
> isfinite().  It does not actually test to see if
> isfinite() actually works.  isfinite() is defined
> on Cygwin, but it does not work.

Then you add a check to see if it works.  libstdc++ has
a check for it iirc.

Gr.
Steven


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