http://llvm.org/bugs/show_bug.cgi?id=16355
Nick Lewycky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #2 from Nick Lewycky <[email protected]> --- Initial bug: pr16355-1.cc:16:17: warning: field 'f_' is uninitialized when used here [-Wuninitialized] Sub() : Super(f_.x_) {} // Should warn here ^ 1 warning generated. Richard's example: pr16355.cc:3:13: warning: field 'b' is uninitialized when used here [-Wuninitialized] Foo() : a(b), b(0) {} ^ 1 warning generated. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
