]> andersk Git - splint.git/blobdiff - test/stack.expect
Pushed back constraintResolve.c to the previous version.
[splint.git] / test / stack.expect
index df2f771040d04f3abe21e11c4c5c49218be448d1..da3b44bea18718fc161f602e26bea42cec0e6186 100644 (file)
@@ -1,9 +1,9 @@
 
 stack.c: (in function stack1)
 stack.c:10:2: Stack-allocated storage *x reachable from parameter x
-   stack.c:9:3: Storage *x becomes stack
+   stack.c:9:3: Storage *x becomes stack-allocated storage
 stack.c:10:2: Stack-allocated storage glob reachable from global glob
-   stack.c:8:3: Storage glob becomes stack
+   stack.c:8:3: Storage glob becomes stack-allocated storage
 stack.c: (in function f)
 stack.c:20:14: Stack-allocated storage &x reachable from return value: &x
 stack.c:31:11: Stack-allocated storage sa reachable from return value: sa
This page took 0.035476 seconds and 4 git commands to generate.