Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Charles Southerland
frama-c
Commits
eaed2b2b
Commit
eaed2b2b
authored
13 years ago
by
Julien Signoles
Browse files
Options
Downloads
Patches
Plain Diff
[e-acsl] removing inexpected debugging message
parent
4b91b5f0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/plugins/e-acsl/env.ml
+0
-1
0 additions, 1 deletion
src/plugins/e-acsl/env.ml
src/plugins/e-acsl/tests/e-acsl-runtime/oracle/result.res.oracle
+0
-5
0 additions, 5 deletions
...gins/e-acsl/tests/e-acsl-runtime/oracle/result.res.oracle
with
0 additions
and
6 deletions
src/plugins/e-acsl/env.ml
+
0
−
1
View file @
eaed2b2b
...
@@ -157,7 +157,6 @@ let new_var ?(global=false) env t ty mk_stmts =
...
@@ -157,7 +157,6 @@ let new_var ?(global=false) env t ty mk_stmts =
match
t
with
match
t
with
|
None
->
raise
No_term
|
None
->
raise
No_term
|
Some
t
->
|
Some
t
->
Options
.
feedback
"memoized %a"
Term
.
pretty
t
;
Term
.
Map
.
find
t
local_env
.
mpz_tbl
.
new_exps
,
env
Term
.
Map
.
find
t
local_env
.
mpz_tbl
.
new_exps
,
env
with
Not_found
|
No_term
->
with
Not_found
|
No_term
->
do_new_var
~
global
env
t
ty
mk_stmts
do_new_var
~
global
env
t
ty
mk_stmts
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/tests/e-acsl-runtime/oracle/result.res.oracle
+
0
−
5
View file @
eaed2b2b
[e-acsl] memoized \old(x)
[e-acsl] memoized \old(x)
[e-acsl] memoized \old(x)-\old(x)
tests/e-acsl-runtime/result.i:7:[e-acsl] warning: missing guard for ensuring that the given integer is C-representable
tests/e-acsl-runtime/result.i:7:[e-acsl] warning: missing guard for ensuring that the given integer is C-representable
[e-acsl] memoized \result
[e-acsl] memoized 0
[value] Analyzing a complete application starting at main
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Computing initial state
[value] Initial state computed
[value] Initial state computed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment