[LLVMbugs] [Bug 341] Sending a Value* to an ostream should print it's address, not it's contents
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jul 14 19:56:13 PDT 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=341
sabre at nondot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From sabre at nondot.org 2004-07-14 21:56 -------
This bug is now fixed. There were many patches, but this is the one that matters:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040712/016026.html
std::cerr << Value* will now print he address of the object, not its contents.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list