Gfortran from SVN: "Error: Syntax error in argument list at (1)"
Brooks Moses
brooks.moses@codesourcery.com
Fri May 4 09:19:00 GMT 2007
Tobias Schlüter wrote:
> Brooks Moses wrote:
>> Probably the best option would be to read in the whole line without
>> truncating it, but (by default) give a warning about the line being
>> overlength.
>
> That's not an option, at least for fixed-form, where some texts
> recommended a fixed- and free-form for include files, that looked
> something like this (a few colums edited out, due to mailer limitations):
> 1 2 3 6 7
> 123456789012345678901234567890123456 ... 45678901234567890123
> c = "an overlong line that is inteded to be included " &
> & // "in both free and fixed form files"
> Note that the free-form continuation marker in the first line will not
> be seen in the fixed source-form.
Yeah, good point. I was only thinking about free-form when I suggested
that.
- Brooks
More information about the Fortran
mailing list