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
- Subject: [Frama-c-discuss] Frama-C/Jessie: memory set problem
- From: Boris.Hollas at de.bosch.com (Hollas Boris (CR/AEY1))
- Date: Mon, 30 Mar 2009 18:17:37 +0200
- In-reply-to: <49CE48EE.30401@dassault-aviation.fr>
- References: <49CE48EE.30401@dassault-aviation.fr>
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
- References:
- [Frama-c-discuss] Frama-C/Jessie: memory set problem
- From: dillon.pariente at dassault-aviation.fr (Dillon Pariente)
- [Frama-c-discuss] Frama-C/Jessie: memory set problem
- Prev by Date: [Frama-c-discuss] Unable to prove assigns clause for array
- Next by Date: [Frama-c-discuss] Installation problem
- Previous by thread: [Frama-c-discuss] Frama-C/Jessie: memory set problem
- Next by thread: [Frama-c-discuss] Unable to prove assigns clause for array
- Index(es):