Compiler panics with "attempt to multiply with overflow" #7161
Labels
bug
Something isn't working
compiler: codegen
Everything to do with IR->ASM, register allocation, etc.
compiler: ir
IRgen and sway-ir including optimization passes
compiler
General compiler. Should eventually become more specific as the issue is triaged
team:compiler
Compiler Team
When running the
in_language_tests
usingforc test --release
but with theforc
built indebug
mode, the following tests cause compiler panic with the error given below:Compiler does not panic in these tests when compiled in
release
mode.The text was updated successfully, but these errors were encountered: