|
From: | FX Coudert |
Subject: | Re: Emacs and GFortran |
Date: | Tue, 31 Oct 2006 07:43:00 +0100 |
AFAIK the GNU form *can* do it with the following syntax: <file>:<startline>-<endline>:<message> and if you want to add column info, that can be done as well: <file>:<startline>.<startcol>-<endline>.<endcol>:<message>
Which, you'll agree is not very usefull is the error arises from the conjunction of 3 different statements at lines 5, 19 and 1027.
As for the change for the first line from "In file foo.f90:180:" to "foo.f90:180:", could you please file a bug-report about that? (http://gcc.gnu.org/bugzilla/ , under component "fortran", with severity "enhancement") I think it can be done at some point before the 4.3 release.
FX
[Prev in Thread] | Current Thread | [Next in Thread] |