This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: feature request
On Tue, Nov 16, 2004 at 09:35:19AM -0800, David Skinner wrote:
> I was thinking more generally than just semicolons. Any single line
> based syntax problem could report the context in the source in which the
> error was encountered.
That would be really ugly for those of us that use gcc from an IDE
or with Emacs; the IDE or Emacs parses the file name and line number
and allows the programmer to step from one error to the next in a
window, where the context of the error is clear.
If you want to see the context of your errors, I suggest that you use
one of these solutions.