[Bug c/23087] Misleading warning, "... differ in signedness"

2006-01-16 Thread axel at zankasoftware dot com
--- Comment #8 from axel at zankasoftware dot com 2006-01-16 17:14 --- There's also the following issue, which seem related. $ cat test.c void nil_uch(unsigned char *uch) { *uch = 0; } void nil_sch(signed char *sch) { *sch = 0; } int main(void) { char ch = 0; ni

[Bug c/19371] New: Missing uninitialized warning

2005-01-11 Thread axel at zankasoftware dot com
rity: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: axel at zankasoftware dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19371