wp-plugin does not generate coq *.v goals.
ID0000926:
**This issue was created automatically from Mantis Issue 926. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0000926 | Frama-C | Plug-in > wp | public | 2011-08-15 | 2011-10-10 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | jessie_user | **Assigned To** | correnson | **Resolution** | fixed |
| **Priority** | normal | **Severity** | major | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C Carbon-20110201 | **Target Version** | - | **Fixed in Version** | Frama-C Nitrogen-20111001 |
### Description :
Wp plugin for carbon-20110201 does not generate coq proover goals.
In carbon-beta2 there is no such error.
frama-c -wp-help
Plug-in name: WP 0.3
frama-c -version
Version: Carbon-20110201
Ocaml-version: 64 bit, we have not GUI installed.
Example:
frama-c -wp -wp-out wp_longlong -wp-rte test_wp_longlong.c
ls wp_longlong/
store_add_assert_1_rte_body.txt store_add_assert_2_rte_head.txt store_add_post_1_A_body.txt
store_add_assert_1_rte_head.txt store_add_assert_3_rte_body.txt store_add_post_1_A_head.txt
store_add_assert_2_rte_body.txt store_add_assert_3_rte_head.txt store_env1.txt
There are no *.v coq-files.
Example with another options: (-wp-proof coq)
frama-c -wp -wp-out wp_longlong -wp-proof coq -wp-rte test_wp_longlong.c
wp_longlong Directory with goals to prove contains:
ls wp_longlong/
store_add_assert_1_rte_body.txt store_add_assert_2_rte_head.txt store_add_assert_3_rte_log.txt store_env1.txt wp.vo
store_add_assert_1_rte_head.txt store_add_assert_2_rte_log.txt store_add_post_1_A_body.txt store_env1.v
store_add_assert_1_rte_log.txt store_add_assert_3_rte_body.txt store_add_post_1_A_head.txt store_env1.vo
store_add_assert_2_rte_body.txt store_add_assert_3_rte_head.txt store_add_post_1_A_log.txt store_model.vo
There are no coq *.v files, only store_env1.v without goals to proof.
## Attachments
- [test_wp_longlong.c](/uploads/bf9396ba8a1de7309ee14aa87057d065/test_wp_longlong.c)
issue