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
  • #1319
Closed
Open
Issue created Jul 28, 2011 by Patrick Baudin@baudinDeveloper

Warning for Axiom: From wp: Overloaded operator User defined axiom

ID0000896: This issue was created automatically from Mantis Issue 896. Further discussion may take place here.


Id Project Category View Due Date Updated
ID0000896 Frama-C Plug-in > wp public 2011-07-28 2014-02-12
Reporter patrick Assigned To correnson Resolution fixed
Priority normal Severity minor Reproducibility have not tried
Platform - OS - OS Version -
Product Version Frama-C GIT, precise the release id Target Version - Fixed in Version Frama-C Nitrogen-20111001

Description :

Since there is no overloading is the source, the warning message has no sense!

Additional Information :

cat file.c extern int tab[], x; //@ axiomatic A { axiom ax: 10 < \block_length(tab); } //@ assigns x; extern void h(void); //@ requires r2: x==0; assigns x; void g() { h(); } //@ requires r1: x==0; void f(void) { g(); }

frama-c -wp ... file.c:8:[wp] warning: Warning for Axiom ax: From wp: Overloaded operator User defined axiom ax{L} and User defined axiom ax {L} not yet implemented Effect: Ignored user-defined axiom 'ax'

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