-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
"cannot find -lgcc_eh" since nightly-2020-09-08-x86_64-pc-windows-gnu #76984
Copy link
Copy link
Closed
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesC-bugCategory: This is a bug.Category: This is a bug.E-needs-bisectionCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcO-windows-gnuToolchain: GNU, Operating system: WindowsToolchain: GNU, Operating system: WindowsT-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
Activity
Metadata
Metadata
Assignees
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesC-bugCategory: This is a bug.Category: This is a bug.E-needs-bisectionCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcCall for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustcO-windows-gnuToolchain: GNU, Operating system: WindowsToolchain: GNU, Operating system: WindowsT-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.
Empty cargo project with
fn main() {}. Target is nightly-2020-09-08-x86_64-pc-windows-gnu, there's the latest (9.2.0) GCC from TDM-GCC in the PATH.I tried pinpointing the exact version where it breaks, but because some nightlies are broken I could only determine a range:
rustup default ...nightly-2020-08-29nightly-2020-08-30no release foundnightly-2020-08-31no release foundnightly-2020-09-01no release foundnightly-2020-09-02error: component 'rustfmt' [...] is unavailable [...]nightly-2020-09-03error: component 'rustfmt' [...] is unavailable [...]nightly-2020-09-04error: component 'rustfmt' [...] is unavailable [...]nightly-2020-09-05error: component 'rustfmt' [...] is unavailable [...]nightly-2020-09-06error: component 'rustfmt' [...] is unavailable [...]nightly-2020-09-07