------- Comment #4 from dominiq at lps dot ens dot fr 2007-07-20 21:20 ------- Subject: Re: FAIL: gfortran.dg/edit_real_1.f90 on Darwin8
I don't know if the following code is correct, but it returns 1:
#include <math.h>
#include <stdio.h>
int main()
{
double x;
x = 1.79769313486231570814527423731704356798070567526e+308;
printf("%1d \n", isfinite(x));
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32841
