[wp] warning: Stronger goal store_AppelerVerifier_post_6 (1 warning)
ID0000646: This issue was created automatically from Mantis Issue 646. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0000646 | Frama-C | Plug-in > wp | public | 2010-12-21 | 2011-04-13 |
Reporter | sduprat | Assigned To | dargaye | Resolution | fixed |
Priority | normal | Severity | minor | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C Carbon-20101202-beta2 | Target Version | - | Fixed in Version | Frama-C Carbon-20110201 |
Description :
In the attached source-file, wp processing generates this warning and fails in the proof.
The problem disappears if I delete the "const" attribute of the second parameter in the VerifierSortie prototype (see s_ok.c)
extern T_RES VerifierSortie(const T_EP ep, T_ERREUR const * err);
Additional Information :
cmd = frama-c -wp -pp-annot -wp-model Store -wp-proof alt-ergo -wp-split s_ko.c