bug with constants like 1E-6
ID0000367: This issue was created automatically from Mantis Issue 367. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0000367 | Frama-C | Plug-in > jessie | public | 2010-01-07 | 2010-04-19 |
Reporter | toomanycsh | Assigned To | cmarche | Resolution | fixed |
Priority | normal | Severity | major | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C Beryllium-20090902 | Target Version | - | Fixed in Version | Frama-C Boron-20100401 |
Description :
bool_t func1(float32_t x); /*@ ensures \result == TRUE
*/ bool_t func1(float32_t x) { if (x < 1E-6){ ; }
return TRUE;
}
Alt-Ergo and CVC3 claim a syntax error on the input from Frama-C.