------- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-09 04:29 -------
This is basicially fixed now after PR 12456:
t.f: In function 'warn_integer':
t.f:19: warning: 'a' is used uninitialized in this function
'c[1]{lb: 1 sz: 1}t.f: In function 'warn_character':
t.f:33: warning: ' is used uninitialized in this functionBut there is only a diagnostic issue now and not just a missed optimization. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13615
