Emacs and GFortran
Stefan Monnier
monnier@iro.umontreal.ca
Wed Nov 1 20:37:00 GMT 2006
> To make gfortran conform to
> http://www.gnu.org/prep/standards/standards.html#index-error-messages_002c-formatting-31
> requires more than the 2 line patch posted earlier.
Could be, but the 2 line patch is all that's needed in practice to make the
format follow at least the main part of the standard. The more complex
parts of the standard (e.g. the <file1>:<line1>-<file2>:<line2>) are pretty
dubious anyway: I've never seen them used and they are likely to suffer from
ambiguity (if you file names look like numbers, typically).
> There are
> at least 1022 possible routes to show_locus.
> troutmask:sgk[207] grep gfc_error *c | wc -l
> 891
> troutmask:sgk[208] grep gfc_warning *c | wc -l
> 64
> troutmask:sgk[210] grep gfc_notify *c | wc -l
> 67
Why would that matter?
Stefan
More information about the Fortran
mailing list