http://llvm.org/bugs/show_bug.cgi?id=12336

             Bug #: 12336
           Summary: Can't compile |cout << "Hello!\n";| on Windows
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


$ more iostream.cpp
#include <iostream>

int main() {
  std::cout << "Hello!\n";
}

$ clang++.exe
clang version 3.1 (trunk 152788)
Target: i686-pc-win32
Thread model: posix

$ clang++.exe -fno-rtti -Xclang -cxx-abi -Xclang microsoft iostream.cpp
Can't yet mangle RTTI!
UNREACHABLE executed at
..\..\..\..\..\tools\clang\lib\AST\MicrosoftMangle.cpp:1165!

-- 
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

Reply via email to