You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Stack too deep. Try compiling with `--via-ir` (cli) or the equivalent `viaIR: true` (standard JSON) while enabling the optimizer. Otherwise, try removing local variables. When compiling inline assembly: Variable dataEnd is 1 slot(s) too deep inside the stack. Stack too deep. Try compiling with `--via-ir` (cli) or the equivalent `viaIR: true` (standard JSON) while enabling the optimizer. Otherwise, try removing local variables.
The Try compiling with --via-ir message is thrown by twice.
The Try compiling with --via-ir message is thrown by twice.
Regarding this bit, this is caused by AsmCodeGen always prepending a canned message when reporting StackTooDeep errors from the lower layer, regardless of what that intercepted message says:
Description
The reproducible code (I guess the error is not related to the code but only the compilation flags):
The command:
Error message
The
Try compiling with --via-ir
message is thrown by twice.Environment
The text was updated successfully, but these errors were encountered: