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
Deploy
Releases
Container Registry
Model registry
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
pub
frama-c
Commits
a95f7cc9
Commit
a95f7cc9
authored
6 months ago
by
Jan Rochel
Browse files
Options
Downloads
Patches
Plain Diff
[e-acsl] add changelog entry for physical term equality
also: add clarifying comment to the Labels module
parent
1cccf065
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/doc/Changelog
+3
-0
3 additions, 0 deletions
src/plugins/e-acsl/doc/Changelog
src/plugins/e-acsl/src/analyses/labels.ml
+3
-0
3 additions, 0 deletions
src/plugins/e-acsl/src/analyses/labels.ml
with
6 additions
and
0 deletions
src/plugins/e-acsl/doc/Changelog
+
3
−
0
View file @
a95f7cc9
...
...
@@ -25,6 +25,9 @@
Plugin E-ACSL <next-release>
###############################################################################
-* E-ACSL [2024-09-26] fix usage of structural equality of terms;
By using physical equality we ensure that structurally
identical terms are translated according to their context.
-* E-ACSL [2024-09-16] fix logic variable escaping its scope
-* E-ACSL [2024-09-03] handle negative integers generated by RTE
- E-ACSL [2024-09-03] add support for labelled logic functions in case
...
...
This diff is collapsed.
Click to expand it.
src/plugins/e-acsl/src/analyses/labels.ml
+
3
−
0
View file @
a95f7cc9
...
...
@@ -65,6 +65,9 @@ let at_data_for_stmts: At_data.t list ref Stmt.Hashtbl.t =
statement [stmt]. *)
let
add_at_for_stmt
data
stmt
=
let
stmt
=
get_first_inner_stmt
stmt
in
(* Note that the error field is not taken into account in At_data.equal.
Therefore we cannot just write:
At_data.Hashtbl.replace ats_tbl data data; let old_data = data in *)
let
ats_ref
=
try
Stmt
.
Hashtbl
.
find
at_data_for_stmts
stmt
...
...
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