Skip to content
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

Build with ldc2-0.17.0 under linux is failing #11

Closed
tchaloupka opened this issue Feb 26, 2016 · 1 comment
Closed

Build with ldc2-0.17.0 under linux is failing #11

tchaloupka opened this issue Feb 26, 2016 · 1 comment

Comments

@tchaloupka
Copy link

Just updating some vibe server with latest packages and compilers (botan 1.12.4)
dub build -b release --compiler ldc2 ends with

botan:base 1.12.4: building configuration "full"...
Enhanced memory security is enabled.
Instruction does not dominate all uses!
  %58 = load %botan.math.bigint.bigint.BigInt*, %botan.math.bigint.bigint.BigInt** %condtmp
  %69 = bitcast %botan.math.bigint.bigint.BigInt* %58 to i8*
Instruction does not dominate all uses!
  %106 = load %botan.math.bigint.bigint.BigInt*, %botan.math.bigint.bigint.BigInt** %condtmp20
  %116 = bitcast %botan.math.bigint.bigint.BigInt* %106 to i8*
Instruction does not dominate all uses!
  %151 = load %botan.math.bigint.bigint.BigInt*, %botan.math.bigint.bigint.BigInt** %condtmp43
  %161 = bitcast %botan.math.bigint.bigint.BigInt* %151 to i8*
LLVM ERROR: Broken function found, compilation aborted!
ldc2 failed with exit code 1.

on 64bit fedora linux server

@etcimon
Copy link
Owner

etcimon commented Feb 26, 2016

Referencing corresponding internal compiler error issue:
ldc-developers/ldc#1294

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

No branches or pull requests

2 participants