You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate __CPROVER_allocated_memory in favour of --mmio-region
Emit a warning at analysis time when __CPROVER_allocated_memory is
encountered, directing users to --mmio-region instead.
Update the CProver manual to list --mmio-region as the recommended
mechanism and mark __CPROVER_allocated_memory as deprecated.
Remove the dead code branch in linker_script_merge.cpp that used
__CPROVER_allocated_memory. The active implementation already creates
proper array symbols without relying on the deprecated function.
Co-authored-by: Kiro (autonomous agent) <kiro-agent@users.noreply.github.com>
Copy file name to clipboardExpand all lines: regression/cbmc/memory_allocation2/test.desc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ main.c
4
4
^EXIT=10$
5
5
^SIGNAL=0$
6
6
^\[main\.array_bounds\.[1-2]\] .*: SUCCESS$
7
-
^\[main\.array_bounds\.3\] line 38 array.buffer (dynamic object )?upper bound in buffers\[(\(signed long (long )?int\))?0\]->buffer\[(\(signed long (long )?int\))?100\]: FAILURE$
7
+
^\[main\.array_bounds\.3\] line 40 array.buffer (dynamic object )?upper bound in buffers\[(\(signed long (long )?int\))?0\]->buffer\[(\(signed long (long )?int\))?100\]: FAILURE$
0 commit comments