Regarding Tim's remarks: In fixed format, everything after column 78
(free format: 132) is ignored by default. This can be tuned via
-ffixed-line-length-n (or -ffree-line-length-n); some programs make
use of this by putting comments, a "&" or similar in columns > 78.
_______________________________---
Choice of column 78 is unusual. Fortran standard would ignore
everything after column 72, in fixed format. I agree that I don't
expect g77 to be standard conforming there, which could make it
difficult to achieve g77 compatibility. Tim Prince