everx-labs / TVM-Solidity-Compiler

Solidity compiler for TVM
GNU General Public License v3.0
125 stars 72 forks source link

Compiler segfaults on internal function calls attributed with "{value: ...}" #151

Closed BorisI closed 7 months ago

BorisI commented 7 months ago

pragma ton-solidity >= 0.73.0; function bar() {} contract call { function foo() internal { bar{value: 1}(); } }

$ sold call.sol Segmentation fault $ sold --version sold 0.73.0+commit.82d8855a.mod.Linux.g++

IgorKoval commented 7 months ago

Thank you! It will be fixed in v0.74.0.