This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Emacs and GFortran
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