powerpc: ICE when taking and returning C struct containing u64 #47278
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-PowerPC
Target: PowerPC processors
P-high
High priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
Milestone
This code, when compiled for
powerpc-unknown-linux-gnu
, results in an ICE:Putting smaller integers in
Foo
does not trigger this, even if you use a ton of them. Edit: It also does not occur when taking it only as argument, or when only returning it.Panic message and backtrace:
Rust version:
cc @eddyb
The text was updated successfully, but these errors were encountered: