Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F frama-c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 173
    • Issues 173
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • pub
  • frama-c
  • Issues
  • #2374
Closed
Open
Issue created Jan 07, 2010 by mantis-gitlab-migration@mantis-gitlab-migration

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.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking