Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
timurrrr opened this issue Mar 23, 2012 · 2 comments
Closed

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

timurrrr opened this issue Mar 23, 2012 · 2 comments
Labels
bugzilla Issues migrated from bugzilla c++ duplicate Resolved as duplicate

Comments

@timurrrr
Copy link
Contributor

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!

@tritao
Copy link
Mannequin

tritao mannequin commented Jun 18, 2012

*** This bug has been marked as a duplicate of bug #11777 ***

@timurrrr
Copy link
Contributor Author

mentioned in issue llvm/llvm-bugzilla-archive#12477

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla c++ duplicate Resolved as duplicate
Projects
None yet
Development

No branches or pull requests

1 participant