pointer_copy_user_ctrlflow_bitwise.c
up: index
prev: pointer_copy_user_ctrlflow_bytewise.c
next: provenance_equality_uintptr_t_global_xy.c
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|
Experimental data (what does this mean?)
cerberus-concrete-PVI-plain *p=11 *q=11
cerberus-concrete-PVI-ae *p=11 *q=11
cerberus-concrete-PVI-ae-udi *p=11 *q=11
gcc-8.3-O0 *p=11 *q=11
gcc-8.3-O2 *p=11 *q=11
gcc-8.3-O3 *p=11 *q=11
gcc-8.3-O2-no-strict-aliasing *p=11 *q=11
gcc-8.3-O3-no-strict-aliasing *p=11 *q=11
clang-7.0.1-O0 pointer_copy_user_ctrlflow_bitwise.c:17:9: warning: explicitly assigning value of variable of type 'uintptr_t' (aka 'unsigned long') to itself [-Wself-assign]
j = j;
~ ^ ~
1 warning generated.
*p=11 *q=11
clang-7.0.1-O2 pointer_copy_user_ctrlflow_bitwise.c:17:9: warning: explicitly assigning value of variable of type 'uintptr_t' (aka 'unsigned long') to itself [-Wself-assign]
j = j;
~ ^ ~
1 warning generated.
*p=11 *q=11
clang-7.0.1-O3 pointer_copy_user_ctrlflow_bitwise.c:17:9: warning: explicitly assigning value of variable of type 'uintptr_t' (aka 'unsigned long') to itself [-Wself-assign]
j = j;
~ ^ ~
1 warning generated.
*p=11 *q=11
clang-7.0.1-O2-no-strict-aliasing pointer_copy_user_ctrlflow_bitwise.c:17:9: warning: explicitly assigning value of variable of type 'uintptr_t' (aka 'unsigned long') to itself [-Wself-assign]
j = j;
~ ^ ~
1 warning generated.
*p=11 *q=11
clang-7.0.1-O3-no-strict-aliasing pointer_copy_user_ctrlflow_bitwise.c:17:9: warning: explicitly assigning value of variable of type 'uintptr_t' (aka 'unsigned long') to itself [-Wself-assign]
j = j;
~ ^ ~
1 warning generated.
*p=11 *q=11
icc-19-O0 *p=11 *q=11
icc-19-O2 *p=11 *q=11
icc-19-O3 *p=11 *q=11
icc-19-O2-no-strict-aliasing *p=11 *q=11
icc-19-O3-no-strict-aliasing *p=11 *q=11