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: ieee on Windows problem




On 6/30/2014 12:50 AM, FX wrote:
Just got the build completed with the patch.  The program that failed before works fine now.  I will try some of the other test programs tomorrow.  Meanwhile, I have posted the link to the new (corrected) build on the gfortran wiki page so others can try the compiler also.

Great, thanks! Let me know how it turns out.

FX


dejagnu is apparently impossible to run under mingw, so testing is a pain. However, many of your sample programs will compile without help from dg. As I work through them, I have found that ieee_rounding_1.f90 works fine, but ieee_2.f90 crashes on the following line

  if (ieee_class(ieee_logb(-sx1)) /= ieee_positive_inf) call abort

I will try to continue testing soon.


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