summaryrefslogtreecommitdiff
path: root/test/test11-03.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-23 02:14:56 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-23 02:14:56 +0300
commitd6989382bcfae2c2d822cfc3ea7bebfeef77d5e6 (patch)
tree35d9a04babea397a87554f9ecad99eae6c6a6c3d /test/test11-03.txt
parenteff039b810786f96ed8f0bade95ff07a7c4e15dd (diff)
downloadparanucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.tar.gz
paranucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.tar.bz2
paranucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.tar.xz
paranucker-d6989382bcfae2c2d822cfc3ea7bebfeef77d5e6.zip
Update test 26, 35, 39. Update test results.
Diffstat (limited to 'test/test11-03.txt')
-rw-r--r--test/test11-03.txt42
1 files changed, 21 insertions, 21 deletions
diff --git a/test/test11-03.txt b/test/test11-03.txt
index 30fc13e..b31d452 100644
--- a/test/test11-03.txt
+++ b/test/test11-03.txt
@@ -145,11 +145,11 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-component_ref : ptr1, ptr2,
test11.cpp: In member function 'void Object1::func2(Data1*, Data1*)':
-test11.cpp:29:15: warning: Using parameter 'ptr1' without checking for null pointer
+test11.cpp:29:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 300;
- ^
+ ^
+component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
pointer_type : ptr1, ptr2,
@@ -192,11 +192,11 @@ type_decl Data1: ptr1, ptr2,
integer_cst 64: ptr1, ptr2,
integer_cst 0: ptr1, ptr2,
eq_expr : ptr1, ptr2,
-component_ref : ptr1, ptr2,
test11.cpp: In member function 'void Object1::func3(Data1*, Data1*)':
-test11.cpp:34:27: warning: Using parameter 'ptr1' without checking for null pointer
+test11.cpp:34:31: warning: Using field 'ptr1' without checking for null pointer
if (ptr1 || ptr1->val == 100)
- ^
+ ^
+component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
pointer_type : ptr1, ptr2,
@@ -224,10 +224,10 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-component_ref : ptr1, ptr2,
-test11.cpp:39:15: warning: Using parameter 'ptr1' without checking for null pointer
+test11.cpp:39:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 200;
- ^
+ ^
+component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
pointer_type : ptr1, ptr2,
@@ -270,11 +270,11 @@ type_decl Data1: ptr1, ptr2,
integer_cst 64: ptr1, ptr2,
integer_cst 0: ptr1, ptr2,
eq_expr : ptr1, ptr2,
-component_ref : ptr1, ptr2,
test11.cpp: In member function 'void Object1::func4(Data1*, Data1*)':
-test11.cpp:44:28: warning: Using parameter 'ptr1' without checking for null pointer
+test11.cpp:44:32: warning: Using field 'ptr1' without checking for null pointer
if (!ptr1 && ptr1->val == 100)
- ^
+ ^
+component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
pointer_type : ptr1, ptr2,
@@ -302,10 +302,10 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-component_ref : ptr1, ptr2,
-test11.cpp:49:15: warning: Using parameter 'ptr1' without checking for null pointer
+test11.cpp:49:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 200;
- ^
+ ^
+component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
pointer_type : ptr1, ptr2,
@@ -556,11 +556,11 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-component_ref : ptr1, ptr2,
test11.cpp: In member function 'void Object1::func6(Data1*, Data1*)':
-test11.cpp:70:15: warning: Using parameter 'ptr1' without checking for null pointer
+test11.cpp:70:24: warning: Using parameter 'ptr1' without checking for null pointer
ptr1->val = 300;
- ^
+ ^
+component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr1: ptr1, ptr2,
pointer_type : ptr1, ptr2,
@@ -587,10 +587,10 @@ cleanup_point_expr : ptr1, ptr2,
expr_stmt : ptr1, ptr2,
convert_expr : ptr1, ptr2,
modify_expr : ptr1, ptr2,
-component_ref : ptr1, ptr2,
-test11.cpp:71:15: warning: Using parameter 'ptr2' without checking for null pointer
+test11.cpp:71:24: warning: Using parameter 'ptr2' without checking for null pointer
ptr2->val = 400;
- ^
+ ^
+component_ref : ptr1, ptr2,
indirect_ref : ptr1, ptr2,
parm_decl ptr2: ptr1, ptr2,
pointer_type : ptr1, ptr2,