cast of pointer to structures
ID0001159:
**This issue was created automatically from Mantis Issue 1159. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0001159 | Frama-C | Plug-in > jessie | public | 2012-04-16 | 2012-10-26 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | nmuller | **Assigned To** | cmarche | **Resolution** | won't fix |
| **Priority** | normal | **Severity** | feature | **Reproducibility** | have not tried |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C GIT, precise the release id | **Target Version** | - | **Fixed in Version** | - |
### Description :
The following sentence is not accpeted by jessie
/*@ requires \pointer_comparable((void*)p,(void*)q) && \is_finite(*p) ; */
### Additional Information :
frama-c -jessie -jessie-atp alt-ergo pointer_comparable.c
[kernel] preprocessing with "gcc -C -E -I. -dD pointer_comparable.c"
[jessie] Starting Jessie translation
pointer_comparable.c:1:[jessie] failure: Casting from type struct float_P * to type struct char_P * not allowed in logic
[jessie] warning: Unsupported feature(s).
Jessie plugin can not be used on your code.
## Attachments
- [pointer_comparable.c](/uploads/5392206ee776cb844a5ce4210656bf4b/pointer_comparable.c)
issue