Skip to content

Can't compile |cout << "Hello!\n";| on Windows #12708

@timurrrr

Description

@timurrrr
Bugzilla Link 12336
Resolution DUPLICATE
Resolved on Jun 18, 2012 04:02
Version trunk
OS Windows NT
Blocks llvm/llvm-bugzilla-archive#12477
CC @DougGregor,@tritao

Extended Description

$ more iostream.cpp
#include

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillac++duplicateResolved as duplicate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions