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] WP - Verifiable annotations with some types but not others



On Fri, 2012-07-06 at 10:37 +0200, Arnaud Dieumegard wrote:
> typedef struct{
> 	double val[2][2];
> }t_struct;
> 
> t_struct b;
> 
> /*@ 	requires \valid(&b.val);

Here, you only specify that val[0][0] is valid. See the ACSL doc on how
to specify ranges.
-- 
Best regards,
Boris