-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8544 from diffblue/goto-check-c-is-assigned
fix enum-range check for LHSs
- Loading branch information
Showing
3 changed files
with
43 additions
and
48 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
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,11 +1,8 @@ | ||
KNOWNBUG | ||
CORE | ||
enum_lhs.c | ||
--enum-range-check | ||
^\[main\.enum-range-check\.2\] line 14 enum range check in \(my_enumt\)4: FAILURE$ | ||
^\[main\.enum-range-check\.2\] line 14 enum range check in \(enum my_enum\)4: FAILURE$ | ||
^EXIT=10$ | ||
^SIGNAL=0$ | ||
-- | ||
-- | ||
The conversion to enum on the LHS should fail the enum-range check, but | ||
doesn't. | ||
|
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