-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
LLVM ERROR about f128 on AIX and SPARC32 when building core without optimization #133035
Copy link
Copy link
Closed
Closed
Copy link
Labels
C-bugCategory: This is a bug.Category: This is a bug.F-f16_and_f128`#![feature(f16)]`, `#![feature(f128)]``#![feature(f16)]`, `#![feature(f128)]`O-SPARCTarget: SPARC processorsTarget: SPARC processorsO-aixOS: Big Blue's Advanced Interactive eXecutive..OS: Big Blue's Advanced Interactive eXecutive..T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library 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.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.F-f16_and_f128`#![feature(f16)]`, `#![feature(f128)]``#![feature(f16)]`, `#![feature(f128)]`O-SPARCTarget: SPARC processorsTarget: SPARC processorsO-aixOS: Big Blue's Advanced Interactive eXecutive..OS: Big Blue's Advanced Interactive eXecutive..T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library 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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Code
I tried this code:
With
cargo build -Z build-std=core --target powerpc64-ibm-aix:With
cargo build -Z build-std=core --target sparc-unknown-none-elf:I expected to see this happen: no error
I suspect the same problem exists with the other targets listed here: https://github.com/rust-lang/compiler-builtins/blob/a09218f1c4d23ffbd97d68f0fefb5feed2469dc5/configure.rs#L82-L91
Workaround: Passing
--releaseflag resolves error.Version it worked on
It most recently worked on: nightly-2024-11-13
Version with regression
nightly-2024-11-14
rustc --version --verbose:@rustbot label +regression-from-stable-to-nightly -regression-untriaged