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.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test17-03.txt b/test/test17-03.txt
index 8b266a8..6c845ab 100644
--- a/test/test17-03.txt
+++ b/test/test17-03.txt
@@ -69,6 +69,7 @@ modify_expr : ptr1, ptr2,
test17.c:20:15: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test17.c:20:15: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -127,6 +128,7 @@ modify_expr : ptr1, ptr2,
test17.c:28:15: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test17.c:28:15: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
@@ -182,6 +184,7 @@ test17.c: In function 'func4':
test17.c:40:15: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 100;
^
+test17.c:40:15: warning: Using field 'ptr1' without checking for null pointer
component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,