[cfe-dev] clang++ crashes on windows

Anton Korobeynikov anton at korobeynikov.info
Wed Apr 6 09:51:14 PDT 2011


Hello

> I try to compile my project with clang++ on windows (mingw) and
> clang++ crashes. Under ubuntu 10.10 clang++ 2.8 compiles this project
> fine.
> clang++ output (for compilation in debug mode): https://gist.github.com/905309
> clang++ output (under gdb): https://gist.github.com/905298
>
> Whats wrong and how can I avoid crashes?
There are 2 possibilities:
1. clang bug
2. miscompilation of clang itself by your compiler.

If you feel that this is indeed clang bug, then feel free to fill a PR
in LLVM bugzilla with preprocessed sources.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the cfe-dev mailing list