Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Strange results




Le 08/02/2013 12:07, Boris Yakobowski a ?crit :
> This might be a consequence of the way the GUI displays the values of
> lval accessed through an imprecise pointer. Can you re-run the
> analysis with the following instrumentation ?
>
> Frama_C_show_each(p, p->a);
> if (p->a) { x3 = in; }
>    else { x3 = p->b; }
>
> and report your results ?

Bravo Boris ! p->a is always 1, so the else branch is dead !
So it means that I mustn't trust to much the GUI... to bad :-(

Thank you VERY much.
-- 
Anne.