-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
rustc 1.72 beta ICE error: internal compiler error: /rustc/598a0a3cb36343e08bc682670a728837fda6674a/compiler/rustc_codegen_ssa/src/mir/constant.rs:70:22 when compiling Firefox #114844
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Milestone
Comments
cc #113500 , might just need beta backport? |
Might not be related but ripgrep also failed to build again with
|
@AlifianK that's fixed in the latest version of packed_simd, which switched names back(?) from packed_simd_2. |
Should be fixed by #113529 on beta and 1.73 (current nightly). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
STR (thankfully smaller than Firefox, with rustc 1.72.0-beta.8 (598a0a3 2023-08-12)):
RUSTC_BOOTSTRAP=1 cargo +beta build --features packed_simd,simd-accel
(yes, I know, we're not supposed to do that, but SIMD can't come soon enough)The ICE itself:
The text was updated successfully, but these errors were encountered: