forked from diffblue/cbmc
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contracts/insert_before_and_update_jumps: only update jump edge
The incoming edge from a `goto` instruction may also be the non-branching case, which must not result in redirecting this goto.
- Loading branch information
1 parent
180d06f
commit 88d2091
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
KNOWNBUG | ||
CORE dfcc-only | ||
assigns.c | ||
--dfcc main --apply-loop-contracts | ||
^EXIT=0$ | ||
|
2 changes: 1 addition & 1 deletion
2
regression/contracts-dfcc/loop_contracts_do_while/side_effect.desc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
KNOWNBUG | ||
CORE dfcc-only | ||
side_effect.c | ||
--dfcc main --apply-loop-contracts | ||
^EXIT=0$ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters