public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/55336] New: Feature request : message output format XML
@ 2012-11-15  8:05 clemens1509 at web dot de
  2012-11-15  8:08 ` [Bug middle-end/55336] " pinskia at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: clemens1509 at web dot de @ 2012-11-15  8:05 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55336

             Bug #: 55336
           Summary: Feature request : message output format XML
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: clemens1509@web.de


Every compiler has its own error output format. It would be better for IDE's if
all would have the same error message output syntax.

Benefits:
- easier parsing for all developmetn environments
- compount errors can be handelt together like

Exanmple:

<error index=0 id=W0004711>   !# index starting from zero
  <text file=myfile.cpp line=12345>wrong number of arguments in function
xyz</text>
  <text file=myfile2 line=54321>error occurs at this position</text>
</error>

In this example you can see how it is possible to connect errors together.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-15 10:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-15  8:05 [Bug c/55336] New: Feature request : message output format XML clemens1509 at web dot de
2012-11-15  8:08 ` [Bug middle-end/55336] " pinskia at gcc dot gnu.org
2012-11-15  8:25 ` clemens1509 at web dot de
2012-11-15 10:39 ` manu at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).