summaryrefslogtreecommitdiff
path: root/test/test17-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test17-03.txt')
-rw-r--r--test/test17-03.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test17-03.txt b/test/test17-03.txt
index 6c845ab..521460a 100644
--- a/test/test17-03.txt
+++ b/test/test17-03.txt
@@ -66,10 +66,10 @@ integer_cst 2147483647: ptr1, ptr2,
integer_cst 32: ptr1, ptr2,
integer_cst 0: ptr1, ptr2,
modify_expr : ptr1, ptr2,
-test17.c:20:15: warning: Using parameter 'ptr1' without checking for null pointer
+test17.c:20:15: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test17.c:20:15: warning: Using field 'ptr1' without checking for null pointer
+test17.c:20:15: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -125,10 +125,10 @@ integer_cst 2147483647: ptr2,
integer_cst 32: ptr2,
integer_cst 0: ptr2,
modify_expr : ptr1, ptr2,
-test17.c:28:15: warning: Using parameter 'ptr1' without checking for null pointer
+test17.c:28:15: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test17.c:28:15: warning: Using field 'ptr1' without checking for null pointer
+test17.c:28:15: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -181,10 +181,10 @@ integer_cst 0: ptr1, ptr2,
return_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
test17.c: In function 'func4':
-test17.c:40:15: warning: Using parameter 'ptr1' without checking for null pointer
+test17.c:40:15: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test17.c:40:15: warning: Using field 'ptr1' without checking for null pointer
+test17.c:40:15: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,