File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
regression/cbmc/double_deref Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,9 @@ double_deref_with_cast.desc -- a double-deref with an intervening cast (*(int*)*
25
25
double_deref_with_member.desc -- a double-deref with an intervening member expression (p->field1->field2), should use a let-expression
26
26
double_deref_with_pointer_arithmetic.desc -- a double-deref with intervening pointer arithmetic (p[idx1][idx2]), should use a let-expression
27
27
*_single_alias.desc -- variants of the above where the first dereference points to a single possible object, so no let-expression is necessary
28
+
29
+ Why no-dereference-cache?
30
+ -------------------------
31
+
32
+ Because these tests test for specific VCCs to do with multiple nested complex
33
+ dereferences and the dereference caching rewrites these.
You can’t perform that action at this time.
0 commit comments