------- Comment #23 from rguenth at gcc dot gnu dot org  2006-05-12 13:42 
-------
The patch from comment #14 is not really useful as it f.i. warns for

int sink;
void bar()
{
    int j;
    sink = j;
}

t.c: In function 'bar':
t.c:5: warning: 'j' is used uninitialized in this function
t.c:4: note: 'j' was declared here


-- 


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

Reply via email to