From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29173 invoked by alias); 30 Jan 2013 12:14:31 -0000 Received: (qmail 29014 invoked by uid 48); 30 Jan 2013 12:14:02 -0000 From: "fuscated at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/19165] (Natural) language independent error / warning classification Date: Wed, 30 Jan 2013 12:14:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: enhancement X-Bugzilla-Who: fuscated at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2013-01/txt/msg02742.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19165 Teodor Petrov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fuscated at gmail dot com --- Comment #15 from Teodor Petrov 2013-01-30 12:13:52 UTC --- I'm speaking as one of Code::Blocks' developers: If you implement this we'll for sure use it, because we have many complaints similar to the one Eclipse's developers have. (After one such complaint I've found this bug, by the way). Some suggestions: Don't pack the line/column info with the file name, if possible. So the proposed diagnostic from this: inicializaci�n de un miembro de matriz flexible en un contexto anidado will turn in to this, which will be easier to parse: inicializaci�n de un miembro de matriz flexible en un contexto anidado Also, if it is possible group the notes/instances info with the error/warning messages. This way it will allows us to show the information in a better way.