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] Frama-C/Jessie: memory set problem



I had a similar problem with this code:


#pragma JessieIntegerModel(exact)

//@  assigns *q;
void Copy(int *p, int *q)
{
  *q = *p;
}


void foo(int a[]) {
  Copy(&a[0], &a[1]);
}


File "jc/jc_interp_misc.ml", line 707, characters 7-7:
Uncaught exception: File "jc/jc_interp_misc.ml", line 707, characters 7-13: Assertion failed
Jessie subprocess failed:    jessie  -why-opt -split-user-conj  -v       -locs tst4.cloc tst4.jc