This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Emacs and GFortran


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]