[Bug other/19165] (Natural) language independent error / warning classification

2005-03-29 Thread walles at mailblocks dot com
--- Additional Comments From walles at mailblocks dot com 2005-03-29 08:04 --- That's what they are doing currently, but it works only for English :-(. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19165

[Bug other/19165] (Natural) language independent error / warning classification

2004-12-27 Thread walles at mailblocks dot com
--- Additional Comments From walles at mailblocks dot com 2004-12-27 17:51 --- The IDE wants to present gcc's messages to people, so it's not as if the IDE wants to understand the messages themselves (except whether they are warnings or errors). Now that I read what I wrote a

[Bug other/19165] New: (Natural) language independent error / warning classification

2004-12-27 Thread walles at mailblocks dot com
/ warning classification Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: walles at mailblocks dot com

[Bug c/16351] NULL dereference warnings

2004-12-07 Thread walles at mailblocks dot com
--- Additional Comments From walles at mailblocks dot com 2004-12-07 12:04 --- Bug 18854 deals with *potential* NULL pointer dereferences, while this one mentions only *confirmed* NULL pointer dereferences, i.e: 1 #include 2 int main(int argc, char *argv[]) { 3 volatile char *monkey

[Bug c/18854] New: Want warning for potential NULL-dereferences

2004-12-06 Thread walles at mailblocks dot com
or potential NULL-dereferences Product: gcc Version: 3.4.4 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: walles at mailblocks dot com CC: g