This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: C++ PATCH:


Marcin Dalecki <martin@dalecki.de> writes:

| On 2005-02-23, at 18:40, Gabriel Dos Reis wrote:
| > ndards for error messages, etc.)
| >
| > That certainly would require changing many things, e.g. Emacs support
| > and like.  That is a reason why I approach this issue conservatively.
| >
| Factually the support for error handling by integration in to external
| tools from gcc is generally very bleak inside those tools. I would
| assume
| that the current error reporting format used by GCC is one of the
| reasons for
| this. 

More to the point, I had in mind the sort of minor mode you have in
Emacs where it automatically loads the file and points you to the line
of source code in the diagnostic. That is based on the GNU standard
for diagnostics.  Other people seem to have built tools on top of that
too. 

-- Gaby


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