Comments parsing not always work
ID0000691:
**This issue was created automatically from Mantis Issue 691. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0000691 | Frama-C | Kernel > ACSL implementation | public | 2011-01-27 | 2014-02-12 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | lukaszc | **Assigned To** | virgile | **Resolution** | fixed |
| **Priority** | normal | **Severity** | major | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C Carbon-20101202-beta2 | **Target Version** | - | **Fixed in Version** | Frama-C Nitrogen-20111001 |
### Description :
/*@ lemma fib_3: fib(3) == 2; // proved automatically */
/*@ lemma fib_46: fib(46) == 1836311903; */
generates only one verification condition in jessie, i.e. for fig_46. However,
/*@ lemma fib_3: fib(3) == 2; */ /* proved automaticall */
/*@ lemma fib_46: fib(46) == 1836311903; */
works properly generating 2 VC, i.e. fib_3 and fib_46
issue