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
995e6b5a
Commit
995e6b5a
authored
6 years ago
by
Fonenantsoa Maurica
Browse files
Options
Downloads
Patches
Plain Diff
No coercion in mmodel_call_with_ranges
parent
2567cf83
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/e-acsl/translate.ml
+2
-1
2 additions, 1 deletion
src/plugins/e-acsl/translate.ml
with
2 additions
and
1 deletion
src/plugins/e-acsl/translate.ml
+
2
−
1
View file @
995e6b5a
...
...
@@ -762,7 +762,8 @@ and mmodel_call_with_ranges ~loc kf name ctx env t mmodel_call_default =
in
let
t'
=
Logic_const
.
taddrof
~
loc
(
TVar
lv
,
toffset'
)
lty_noset
in
let
p_quantified
=
let
loc
=
Some
(
loc
:>
Cil_types
.
location
)
in
(* [loc] prevents a type error with eta-expansion and label *)
let
loc
=
Some
loc
in
let
call
f
=
f
?
loc
(
Logic_const
.
here_label
,
t'
)
in
match
name
with
|
"valid"
->
call
Logic_const
.
pvalid
...
...
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