summaryrefslogtreecommitdiff
path: root/test/test20-03.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test20-03.txt')
-rw-r--r--test/test20-03.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/test20-03.txt b/test/test20-03.txt
index cb9b2bb..1b1c36d 100644
--- a/test/test20-03.txt
+++ b/test/test20-03.txt
@@ -51,7 +51,7 @@ test20.c: In function 'func2':
test20.c:16:15: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 100;
^
-test20.c:16:15: warning: Using field 'ptr3' without checking for null pointer
+test20.c:16:15: warning: Using variable 'ptr3' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
var_decl ptr3: ptr1, ptr2, ptr3,
@@ -406,7 +406,7 @@ test20.c: In function 'func6':
test20.c:52:15: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 100;
^
-test20.c:52:15: warning: Using field 'ptr3' without checking for null pointer
+test20.c:52:15: warning: Using variable 'ptr3' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
var_decl ptr3: ptr1, ptr2, ptr3,
@@ -514,10 +514,10 @@ record_type : ptr1, ptr2, ptr3,
identifier_node Data1: ptr1, ptr2, ptr3,
modify_expr : ptr1, ptr2, ptr3,
test20.c: In function 'func7':
-test20.c:66:15: warning: Using parameter 'ptr1' without checking for null pointer
+test20.c:66:15: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test20.c:66:15: warning: Using field 'ptr1' without checking for null pointer
+test20.c:66:15: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
parm_decl ptr1: ptr1, ptr2, ptr3,
@@ -537,7 +537,7 @@ modify_expr : ptr1, ptr2, ptr3,
test20.c:67:15: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 200;
^
-test20.c:67:15: warning: Using field 'ptr3' without checking for null pointer
+test20.c:67:15: warning: Using variable 'ptr3' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
var_decl ptr3: ptr1, ptr2, ptr3,
@@ -649,10 +649,10 @@ record_type : ptr1, ptr2, ptr3,
identifier_node Data1: ptr1, ptr2, ptr3,
modify_expr : ptr1, ptr2, ptr3,
test20.c: In function 'func8':
-test20.c:81:15: warning: Using parameter 'ptr1' without checking for null pointer
+test20.c:81:15: warning: Using variable 'ptr1' without checking for null pointer
ptr1->val = 100;
^
-test20.c:81:15: warning: Using field 'ptr1' without checking for null pointer
+test20.c:81:15: warning: Using variable 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
parm_decl ptr1: ptr1, ptr2, ptr3,
@@ -672,7 +672,7 @@ modify_expr : ptr1, ptr2, ptr3,
test20.c:82:15: warning: Using variable 'ptr3' without checking for null pointer
ptr3->val = 200;
^
-test20.c:82:15: warning: Using field 'ptr3' without checking for null pointer
+test20.c:82:15: warning: Using variable 'ptr3' without checking for null pointer
component_ref : ptr1, ptr2, ptr3,
indirect_ref : ptr1, ptr2, ptr3,
var_decl ptr3: ptr1, ptr2, ptr3,