View Issue Details [ Jump to Notes ] [ Related Changesets ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0000062 | Frama-C | Kernel | public | 2009-04-24 15:58 | 2014-02-12 16:56 |
|
Reporter | sboldo | |
Assigned To | virgile | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | Frama-C GIT, precise the release id | |
Target Version | | Fixed in Version | Frama-C Beryllium-20090601-beta1 | |
|
Summary | 0000062: integer is not well-casted in real |
Description | The following program fails with
"Error during analysis of annotation: invalid cast between real and integer. Use conversion functions instead"
But it works with int instead of integer....
/*@ axiomatic toto {
@ logic integer g;
@ } */
void f() {
double B;
/*@ assert B==g; */
}
|
Additional Information | Release ID: 5098 |
Tags | No tags attached. |
|
Attached Files | |
|