Closed
Description
As reported here:
https://users.rust-lang.org/t/mandel-rust-v0-4/7481/3
Compiling this little project:
https://github.com/willi-kappler/mandel-rust
On x86_64-pc-windows-gnu, rustc 1.17.0-nightly, 691eba1 2017-03-01:
Instruction does not dominate all uses!
%27 = load i32, i32* %26, !range !2
%71 = icmp eq i32 %27, 60
LLVM ERROR: Broken function found, compilation aborted!
error: Could not compile clap
.
Further notes:
I can confirm this on MacOS and Linux. Stable and beta ran fine, but nightly has problems on both platforms