Skip to content
Snippets Groups Projects
Commit 783172b7 authored by Julien Signoles's avatar Julien Signoles
Browse files

fix bug #1716 about annotations in while(1)

parent 6e0134e5
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@
# E-ACSL: the Whole E-ACSL plug-in
###############################################################################
-* E-ACSL [2014/03/17] Fix bug #1715 about -e-acsl-full-mmodel which
-* E-ACSL [2014/03/25] Fix bug #1716 with annotations in while(1).
-* E-ACSL [2014/03/25] Fix bug #1715 about -e-acsl-full-mmodel which
generates incorrect code.
-* E-ACSL [2014/03/17] Fix bug #1700 about non-ISO empty struct.
......
......@@ -599,7 +599,7 @@ end = struct
List.iter (fun s -> Stmt.Hashtbl.replace tbl s (Some set)) returns)
init_set
end;
D.compute returns
D.compute stmts
with Kernel_function.No_Definition | Kernel_function.No_Statement ->
());
Options.feedback ~dkey ~level:2 "function %a done."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment