mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
753f359157
- It's not possible to run optimizer with only stack optimization enabled on the CLI.
10 lines
990 B
JSON
10 lines
990 B
JSON
{"errors":[{"component":"general","formattedMessage":"Internal exception in StandardCompiler::compile: /solidity/libyul/backends/evm/EVMObjectCompiler.cpp(70): Throw in function void solidity::yul::EVMObjectCompiler::run(solidity::yul::Object&, bool)
|
|
Dynamic exception type: boost::wrapexcept<solidity::yul::StackTooDeepError>
|
|
std::exception::what: Variable a1 is 17 slot(s) too deep inside the stack.
|
|
[solidity::util::tag_comment*] = Variable a1 is 17 slot(s) too deep inside the stack.
|
|
","message":"Internal exception in StandardCompiler::compile: /solidity/libyul/backends/evm/EVMObjectCompiler.cpp(70): Throw in function void solidity::yul::EVMObjectCompiler::run(solidity::yul::Object&, bool)
|
|
Dynamic exception type: boost::wrapexcept<solidity::yul::StackTooDeepError>
|
|
std::exception::what: Variable a1 is 17 slot(s) too deep inside the stack.
|
|
[solidity::util::tag_comment*] = Variable a1 is 17 slot(s) too deep inside the stack.
|
|
","severity":"error","type":"InternalCompilerError"}]}
|