Proof obligations of lemma properties
ID0000895: **This issue was created automatically from Mantis Issue 895. Further discussion may take place here.** --- | **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** | | --- | --- | --- | --- | --- | --- | | ID0000895 | Frama-C | Plug-in > wp | public | 2011-07-28 | 2012-09-19 | | | | | | | | | --- | --- | --- | --- | --- | --- | | **Reporter** | patrick | **Assigned To** | correnson | **Resolution** | fixed | | **Priority** | normal | **Severity** | minor | **Reproducibility** | always | | **Platform** | - | **OS** | - | **OS Version** | - | | **Product Version** | Frama-C GIT, precise the release id | **Target Version** | - | **Fixed in Version** | Frama-C Oxygen-20120901 | ### Description : Proof obligations of lemma properties are not generated. Revision: 14360 ### Additional Information : cat test_po_lemma1.c //@ lemma l: 2 == 1 + 1 ; //@ ensures p: \true ; void f (void) { return ; } > frama-c -wp -wp-model Store test_po_lemma1.c -wp-warnings test_po_lemma1.c:1:[wp] warning: Proof obligation for property 'l' not generated.
issue