Commit 062bc0c
committed
Support non-NULL pointer constants in the SMT back-end
We just treat them as bit vectors. Such constants arise when more
constant propagation is enabled (via union field sensitivity) in the
havoc_slice regression tests.1 parent baef5a3 commit 062bc0c
File tree
2 files changed
+9
-3
lines changed- regression/cbmc/union13
- src/solvers/smt2
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3318 | 3318 | | |
3319 | 3319 | | |
3320 | 3320 | | |
3321 | | - | |
3322 | | - | |
| 3321 | + | |
| 3322 | + | |
| 3323 | + | |
| 3324 | + | |
| 3325 | + | |
| 3326 | + | |
| 3327 | + | |
| 3328 | + | |
3323 | 3329 | | |
3324 | 3330 | | |
3325 | 3331 | | |
| |||
0 commit comments