Xref: utzoo comp.lang.fortran:3816 comp.os.msdos.programmer:1043 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!csun!Twg-S5!bcphyagi From: bcphyagi@Twg-S5.uucp (Stephen Walton) Newsgroups: comp.lang.fortran,comp.os.msdos.programmer Subject: MS Fortran 5.00 FP underflows Message-ID: <1990Sep20.215410.4844@csun.edu> Date: 20 Sep 90 21:54:10 GMT Sender: news@csun.edu (News Administrator) Organization: csun Lines: 15 I am building a fairly large application using MS Fortran 5.00. For no apparent reason, I am getting message M6111, "floating-point error: stack underflow" in my code. Worse, apparently random changes make the error go away: things like changing by 1 the initial guess fed to a nonlinear least squares fitting routine. (The parameter in question is the center position of a Gaussian which is several wide in the units I'm using.) A while back, I complained about this to Microsoft, and they sent me a new 87.lib for MS Fortran 4.1 and MS C 5.1. Should I use this with MS Fortran 5.0 as well? I really don't feel like debugging Microsoft's compiler for them. -- Stephen R. Walton, Dept. of Physics and Astronomy, Cal State Northridge I am srw@csun.edu no matter WHAT the stupid From: line says!