Skip to content

Beware of GCC 5.x #28962

New issue

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

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

Already on GitHub? # to your account

Closed
vadimcn opened this issue Oct 11, 2015 · 1 comment
Closed

Beware of GCC 5.x #28962

vadimcn opened this issue Oct 11, 2015 · 1 comment

Comments

@vadimcn
Copy link
Contributor

vadimcn commented Oct 11, 2015

Just a heads-up to others: mingw-w64 (not sure about other platforms) GCC 5.x appears to be subtly mis-compiling LLVM, which results in a segmentation fault during rustc's codegen.
I've seen this with x86_64-5.1.0- and i686-5.2.0- toolchains. In the former case LLVM had to be compiled with asserts (--enable-llvm-assertions) for this to occur.

GCC 4.9.3 seems to be OK.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants