[LLVMbugs] [Bug 13448] Undefined value bug being lost through printf
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Aug 22 16:23:54 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13448
Jordan Rose <jordan_rose at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jordan_rose at apple.com
Resolution| |FIXED
--- Comment #3 from Jordan Rose <jordan_rose at apple.com> 2012-08-22 18:23:54 CDT ---
This has been fixed in ToT, probably due to CallEvent refactoring.
<stdin>:4:1: warning: Function call argument is an uninitialized value
printf("%d\n", test);
^ ~~~~
--
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