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] unable to interprete and trace jessie's output errors
- Subject: [Frama-c-discuss] unable to interprete and trace jessie's output errors
- From: virgile.prevosto at m4x.org (Virgile Prevosto)
- Date: Mon, 4 Nov 2013 09:12:37 +0100
- In-reply-to: <BAY169-W88BDEC9880242199EA338B97F60@phx.gbl>
- References: <BAY169-W88BDEC9880242199EA338B97F60@phx.gbl>
Hello, 2013/11/4 Xiao-lei Cui <x_cui at hotmail.com>: > /*@ > inductive reachable (DL_NODE* root, DL_NODE* node) { > case root_reachable: > \forall DL_NODE* root; reachable(root,root); > case next_reachable: > \forall DL_NODE* root, *node; > \valid(root) ==> reachable(root->next, node) ==> > reachable(root,node); > } > @*/ > > However, I don't see errors from the quoted code above. Any ideas what > went wrong? You should specify that reachable takes a logic label (e.g. {L}) as argument. See the thread on "label L required?" for more information. Best regards, -- E tutto per oggi, a la prossima volta Virgile
- Follow-Ups:
- [Frama-c-discuss] unable to interprete and trace jessie's output errors
- From: x_cui at hotmail.com (Xiao-lei Cui)
- [Frama-c-discuss] unable to interprete and trace jessie's output errors
- References:
- [Frama-c-discuss] unable to interprete and trace jessie's output errors
- From: x_cui at hotmail.com (Xiao-lei Cui)
- [Frama-c-discuss] unable to interprete and trace jessie's output errors
- Prev by Date: [Frama-c-discuss] Frama-c - wp on Windows/Cygwin
- Next by Date: [Frama-c-discuss] Jessie plugin - more than 6, 000 VCs generated
- Previous by thread: [Frama-c-discuss] unable to interprete and trace jessie's output errors
- Next by thread: [Frama-c-discuss] unable to interprete and trace jessie's output errors
- Index(es):