From: combee AT cambridge DOT scr DOT slb DOT com (Leendert Combee) Message-Id: <9701121534.AA19653@cambridge.scr.slb.com> Subject: Re: f2c+djgpp To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) Date: Sun, 12 Jan 1997 15:34:52 +0000 (GMT) Cc: djgpp AT delorie DOT com In-Reply-To: from "Eli Zaretskii" at Jan 12, 97 04:58:08 pm Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 314 > Are you sure f2c supports such DO loops? They are NOT ANSI Fortran. Try > this instead and see if f2c handles it correctly: > > do 10 i = 1, n > a(i) = .... > 10 continue > Nah, I already tried this and get exactly the same output > > /* Parameter adjustments */ > > --a; > >