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
The following code triggers the exception shown bellow. I tested this locally with the latest compiler version 0.8.24 and then I tested on remix for older versions. The problem seems to appear with version 0.7.5 but with a different kind of exception: SMTLogicException: out of memory. For versions >=0.8.17 the exception is: SMTLogicException: parser error (full compiler output bellow).
Description
The following code triggers the exception shown bellow. I tested this locally with the latest compiler version
0.8.24
and then I tested on remix for older versions. The problem seems to appear with version0.7.5
but with a different kind of exception:SMTLogicException: out of memory
. For versions>=0.8.17
the exception is:SMTLogicException: parser error
(full compiler output bellow).Steps to Reproduce
testcase.sol
Environment
>=0.7.5
The text was updated successfully, but these errors were encountered: