-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE related to f16
/ f128
#123074
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
C-bug
Category: This is a bug.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-incomplete-features
This issue requires the use of incomplete features.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
@rustbot label -needs-triage |
Minimized: #![feature(f16)]
fn main() {
let x: f16 = 1.23;
f(x);
fn f(_: f16) {}
} |
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Mar 26, 2024
Split off part of <rust-lang#122470> so the compiler doesn't ICE because it expects primitives to have some minimal traits. Fixes <rust-lang#123074>
Looks like it just expects primitives to be |
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Mar 27, 2024
Split off part of <rust-lang#122470> so the compiler doesn't ICE because it expects primitives to have some minimal traits. Fixes <rust-lang#123074>
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Mar 27, 2024
Split off part of <rust-lang#122470> so the compiler doesn't ICE because it expects primitives to have some minimal traits. Fixes <rust-lang#123074>
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Mar 27, 2024
Split off part of <rust-lang#122470> so the compiler doesn't ICE because it expects primitives to have some minimal traits. Fixes <rust-lang#123074>
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Mar 28, 2024
Split off part of <rust-lang#122470> so the compiler doesn't ICE because it expects primitives to have some minimal traits. Fixes <rust-lang#123074>
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Mar 30, 2024
…-impls, r=Amanieu Add basic trait impls for `f16` and `f128` Split off part of <rust-lang#122470> so the compiler doesn't ICE because it expects primitives to have some minimal traits. Fixes <rust-lang#123074>
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this issue
Mar 31, 2024
…=Amanieu Add basic trait impls for `f16` and `f128` Split off part of <rust-lang/rust#122470> so the compiler doesn't ICE because it expects primitives to have some minimal traits. Fixes <rust-lang/rust#123074>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
C-bug
Category: This is a bug.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-incomplete-features
This issue requires the use of incomplete features.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Meta
Playground nightly version: 1.79.0-nightly (2024-03-25 5f2c7d2)
Error output
This isn't expected since it doesn't seem to hit a
todo!()
@rustbot label +T-compiler +f-f16_and_f128 +I-ICE +requires-incomplete-features +S-has-mcve
@rustbot claim
The text was updated successfully, but these errors were encountered: