--- 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
--- 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
/ 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
--- 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
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