Commit 426a813
committed
Print meaningful error message when trying to use undeclared uninterpreted functions
With 32715b4, the use of undeclared uninterpreted functions
resulted in an invariant failure. The commit introduced additional
sanity checking, but such failing such checks should still yield an
error message that is actionable by an end user.
Fixes: #56411 parent 56c3c76 commit 426a813
File tree
3 files changed
+30
-0
lines changed- regression/ansi-c/undeclared_function
- src/goto-programs
3 files changed
+30
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
892 | 892 | | |
893 | 893 | | |
894 | 894 | | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
895 | 904 | | |
896 | 905 | | |
897 | 906 | | |
| |||
0 commit comments