Re: gfortran diagnostics and so on



Tobias Burnus <burnus@xxxxxxxx> wrote:

I don't know how to handle this best. Backslashes are difficult as
some people expect that "\" prints a backslash, others want to have
"\n" as new line -- and both want to have their choice as default.
With either choice, you have unhappy users. But I am open to
suggestions.

Well, in f0003, backslash is part of the standard Fortran character set.
So I'll find it awfully hard to accept as reasonable a default that
doesn't conform to the standard. But then I'm one of those who has
always thought that doing backslash processing on Fortan code was an
unreasonable default, so just consider me biased.

--
Richard Maine | Good judgement comes from experience;
email: last name at domain . net | experience comes from bad judgement.
domain: summertriangle | -- Mark Twain
.



Relevant Pages

  • Re: gfortran diagnostics and so on
    ... Well, in f0003, backslash is part of the standard Fortran character set. ... gfortran is a Fortran 95 compiler. ...
    (comp.lang.fortran)
  • Re: gfortran diagnostics and so on
    ... With either choice, you have unhappy users. ... Well, in f0003, backslash is part of the standard Fortran character set. ... always thought that doing backslash processing on Fortan code was an ...
    (comp.lang.fortran)