[Bug middle-end/44600] warnings about possibly uninitialized locals
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44600 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|
[Bug middle-end/44600] warnings about possibly uninitialized locals
--- Comment #1 from manu at gcc dot gnu dot org 2010-06-20 21:35 --- I appreciate your effort reporting this but, why should we care about wrong warnings from very very old compilers? And initializing the variables has a cost, because optimizations cannot just assume any value. Otherwise