[LLVMbugs] [Bug 9079] Spurious uninitialized variable warning
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jan 31 11:51:08 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9079
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #3 from Chris Lattner <clattner at apple.com> 2011-01-31 13:51:08 CST ---
The compilers uninitialized variable stuff should never catch this case. It
should be simple, predictable, and stable across revisions of the compiler.
The static analyzer is where the intelligence should go.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list