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 program causes Gobra to not terminate:
package main
funcfoo() {
goto end
end:
}
Perhaps more surprising, Gobra does not terminate even if we pass the flag --noVerify, which indicates that this problem arises at some other step in our infrastructure.
The text was updated successfully, but these errors were encountered:
The following was found by @HSMF
The following program causes Gobra to not terminate:
Perhaps more surprising, Gobra does not terminate even if we pass the flag
--noVerify
, which indicates that this problem arises at some other step in our infrastructure.The text was updated successfully, but these errors were encountered: