pointer_from_integer_1ig.c
up: index
prev: pointer_from_integer_1pg.c
next: pointer_from_integer_1p.c
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
Experimental data (what does this mean?)
cerberus-concrete-PVI-plain j=7 &j=(@72, 0xffffedec)
cerberus-concrete-PVI-ae EXECUTION 0:
Undefined behaviour: the operand of the unary '*' operator has an invalid value at 8:5-7
EXECUTION 1 (exit = Specified(0)):
j=5 &j=(@72, 0xffffedec)
cerberus-concrete-PVI-ae-udi EXECUTION 0:
Undefined behaviour: the operand of the unary '*' operator has an invalid value at 8:5-7
EXECUTION 1 (exit = Specified(0)):
j=5 &j=(@72, 0xffffedec)
gcc-8.3-O0 j=7 &j=0x7ffeefbff304
gcc-8.3-O2 j=5 &j=0x7ffeefbff32c
gcc-8.3-O3 j=5 &j=0x7ffeefbff32c
gcc-8.3-O2-no-strict-aliasing j=5 &j=0x7ffeefbff2ec
gcc-8.3-O3-no-strict-aliasing j=5 &j=0x7ffeefbff2ec
clang-7.0.1-O0 j=7 &j=0x7ffeefbff2f4
clang-7.0.1-O2 j=5 &j=0x7ffeefbff31c
clang-7.0.1-O3 j=5 &j=0x7ffeefbff31c
clang-7.0.1-O2-no-strict-aliasing j=5 &j=0x7ffeefbff2dc
clang-7.0.1-O3-no-strict-aliasing j=5 &j=0x7ffeefbff2dc
icc-19-O0 j=7 &j=0x7fffffffe6b0
icc-19-O2 j=5 &j=0x7fffffffe604
icc-19-O3 j=5 &j=0x7fffffffe604
icc-19-O2-no-strict-aliasing j=5 &j=0x7fffffffe604
icc-19-O3-no-strict-aliasing j=5 &j=0x7fffffffe604