Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!clyde.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!samsung!cs.utexas.edu!sun-barr!newstop!exodus!exodus-bb!khb From: khb@chiba.Eng.Sun.COM (Keith Bierman fpgroup) Newsgroups: comp.lang.fortran Subject: Re: sun f77 and dbx and # line directives Message-ID: Date: 6 Feb 91 02:18:52 GMT References: Sender: news@exodus.Eng.Sun.COM Distribution: comp Organization: Sun MegaSystems Lines: 37 In-reply-to: mclay@vato.ae.utexas.edu's message of 5 Feb 91 16:49:02 GMT fixed in f77v1.4/comprable dbx f77b -g f.f f.f: MAIN tst: $ dbx a.out Reading symbolic information... Read 421 symbols (dbx) list 3 real a(100) 4 do 8511 i = 1,100 5 a(i) = float(i) 6 8511 continue 7 stop 8 end (dbx) stop at 6 (2) stop at "/home2/khb/f.f":6 (dbx) run Running: a.out stopped in MAIN at line 6 in file "f.f" 6 8511 continue (dbx) print i i = 101 (dbx) cont execution completed, exit code is 0 program exited with 0 (dbx) quit $ -- ---------------------------------------------------------------- Keith H. Bierman kbierman@Eng.Sun.COM | khb@chiba.Eng.Sun.COM SMI 2550 Garcia 12-33 | (415 336 2648) Mountain View, CA 94043