Mixed union upcast is broken in interpreter on Alpine Linux #15041
Labels
kind:bug
A bug in the code. Does not apply to documentation, specs, etc.
platform:linux-musl
topic:compiler:interpreter
This happens on any value that is larger than a pointer, e.g.
{1, 2_i64}
,StaticArray[1, 2, 3]
, and123_i128
too.Extracted from #15034 (comment)
The text was updated successfully, but these errors were encountered: