llvm UNREACHABLE for x86_64-unknown-linux-gnux32 target #45417
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
O-linux
Operating system: Linux
O-x32
x32 ABI
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Trying
rustc is aborted with the error
Which also appears in #45416 and #37976.
Using the docker image to build #45391 I got the same errors, but using a rustc built without the docker container (using debian9) I can build many programs - but running the programs generates a SIGBUS or SIGTRAP, which seems to indicate stack problems (as suggested by @alexcrichton). Note that inside docker many tests are build and run fine!
The text was updated successfully, but these errors were encountered: