Commit 73d258c
Fix type inconsistencies in variable sensitivity
Abstract struct predicates have members with component type, not struct
type. Unit tests: concrete arrays over signedbv(32) have a subtype
that's signedbv(32).1 parent 3c4e26c commit 73d258c
File tree
2 files changed
+4
-3
lines changed- src/analyses/variable-sensitivity
- unit/analyses/variable-sensitivity/full_array_abstract_object
2 files changed
+4
-3
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
311 | 312 | | |
312 | | - | |
| 313 | + | |
| 314 | + | |
313 | 315 | | |
314 | 316 | | |
315 | 317 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments