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] Single (Trivial?) Assertion Not Verified -- What's Wrong?



Em 2016-04-05 04:26, Loïc Correnson escreveu:
>>  //@ assert A3: v[i] == \at( v[i], Pre );
> 
> The \at( _ , Pre ) scope applies also to variable i, which is
> undefined in pre-state and different from \at( i , Here ).
> 	L.

Oh, indeed... I'm sorry I didn't realize that myself, but I'm happy 
everything works now.

Thanks a lot! --Pablo.