https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98701
--- Comment #8 from Steve Kargl <sgk at troutmask dot apl.washington.edu> --- On Fri, Jan 15, 2021 at 05:21:22PM -0800, Steve Kargl wrote: > > You're using undefined variables. > I little more debugging, read(5,*) estrt,esfinal,eincr if(eincr.gt.0) xnumber=(esfinal-estart)/eincr estart is undefined here. I suspect you want estrt.