http://llvm.org/bugs/show_bug.cgi?id=8992
Summary: cout destruction prints garbage
Product: libc++
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
This is on debian-x64 testing. Whenever I output anything through cout, at the
end of the program, when running the global destructors, the program outputs a
few lines of garbage. This happens whether I compile libc++ with g++ or
clang++.
#include <iostream>
int main(){std::cout<<'\n';}
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs