Removing uninitialized_var()
Removing uninitialized_var()
Posted Jan 4, 2013 23:24 UTC (Fri) by nix (subscriber, #2304)In reply to: Removing uninitialized_var() by heijo
Parent article: Removing uninitialized_var()
It's impossible to get it right *in the general case*. You can get it right in an arbitrarily large percentage of special cases (and indeed, GCC often does, when it says 'is used uninitialized' rather than 'may be used uninitialized').
