-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
A-codegenArea: Code generationArea: Code generationE-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.O-windowsOperating system: WindowsOperating system: WindowsP-mediumMedium priorityMedium priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Description
Using the latest nightly rustc 1.13.0-nightly (cbe4de78e 2016-09-05)
I'm getting this error on a project that uses euclid which uses xml-rs:
LLVM ERROR: assembler label 'L__ehtable$_ZN3xml6reader6parser10MarkupData13take_ encoding17hb15412b3bac19ec7E' can not be undefined error: Could not compile
xml-rs.
This happens only when I have codegen-units = 4
in my Cargo.toml and only with the 32bit version of the toolchain, only with nightly-i686-pc-windows-msvc
not with nightly-x86_64-pc-windows-msvc
.
(I tested 4 configs: with/without codegen-units = 4
in Cargo.toml ⨯ 32/64 bit)
Metadata
Metadata
Assignees
Labels
A-codegenArea: Code generationArea: Code generationE-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.O-windowsOperating system: WindowsOperating system: WindowsP-mediumMedium priorityMedium priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.