With -no-lib-entry, the dimension of global structs is not passed to the generator
ID0001490:
**This issue was created automatically from Mantis Issue 1490. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0001490 | Frama-C | Plug-in > pathcrawler | public | 2013-10-01 | 2018-11-30 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | nicky | **Assigned To** | muriel | **Resolution** | fixed |
| **Priority** | high | **Severity** | major | **Reproducibility** | always |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C GIT, precise the release id | **Target Version** | - | **Fixed in Version** | - |
### Description :
Compare the fixed_domain.pl file produced by running
frama-c -pc-analyzer -main test_me microwave.c
and
frama-c -pc-analyzer -main test_me microwave.c -lib-entry
There is no const_dim_input clause for structs mw_state and mw_inputs with the -no-lib-entry option
### Additional Information :
ajout de unrollType dans save_const_dim_input
## Attachments
- [microwave.c](/uploads/97d81542bcb5cea3951f8aaca63fa263/microwave.c)
issue