From b88c912dcf4e14d75ea9911240b7f0868cbbcc38 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Correnson?= <loic.correnson@cea.fr>
Date: Wed, 24 Aug 2016 11:52:41 +0200
Subject: [PATCH] [WP] Merging Extended Master with NUPW

Includes the master branch of Frama-C and
faetuare/lib-added-features.
---
 .gitignore                                    |   22 +
 Changelog                                     |   23 +
 INSTALL.md                                    |    7 +-
 Makefile                                      |   58 +-
 Makefile.generating                           |   16 +
 configure.in                                  |    8 +-
 doc/developer/advance.tex                     |    3 +-
 doc/developer/refman.tex                      |   12 +-
 doc/developer/tutorial.tex                    |   85 +-
 doc/rte/rte.tex                               |   17 +-
 doc/speclang/Makefile                         |   35 +-
 doc/speclang/at.tex                           |   10 +-
 doc/speclang/biblio.bib                       |    9 +-
 doc/speclang/exitbehavior.tex                 |    7 +-
 doc/speclang/fn_behavior.tex                  |    4 +-
 doc/speclang/logic.tex                        |    3 +-
 doc/speclang/logiclabels.tex                  |    2 +-
 doc/speclang/loops.tex                        |    5 +-
 doc/speclang/main.tex                         |    4 +
 doc/speclang/memory.tex                       |    4 +-
 doc/speclang/speclang_modern.tex              |   68 +-
 doc/speclang/st_contracts.tex                 |    8 +-
 doc/speclang/term.tex                         |    2 +-
 doc/speclang/transf.mll                       |   16 +-
 .../scripts/syntactic_callgraph.sh            |    4 +-
 doc/userman/finder.pdf                        |  Bin 22010 -> 0 bytes
 doc/userman/finder2.pdf                       |  Bin 23799 -> 0 bytes
 doc/userman/finder3.pdf                       |  Bin 26174 -> 0 bytes
 doc/userman/user-gui.tex                      |  154 -
 headers/header_spec.txt                       |   53 +-
 ocamlgraph.tar.gz                             |  Bin 285060 -> 0 bytes
 opam/frama-c/descr                            |   21 +-
 opam/frama-c/opam                             |    8 +-
 opam/opam                                     |    7 +-
 ptests/ptests.ml                              |    8 +-
 share/Makefile.common                         |   62 +-
 share/Makefile.config.in                      |   26 +-
 share/Makefile.dynamic                        |    6 +-
 share/Makefile.generic                        |    2 +-
 share/Makefile.plugin.template                |   89 +-
 share/{ => emacs}/acsl.el                     |    0
 share/emacs/frama-c-dev.el                    |   83 +
 share/emacs/frama-c-init.el                   |   60 +
 share/emacs/frama-c-recommended.el            |  120 +
 share/libc/__fc_machdep.h                     |   88 +-
 share/libc/__fc_machdep_linux_gcc_shared.h    |    3 +
 share/libc/stdarg.h                           |    3 +-
 share/libc/stdio.h                            |    1 +
 share/libc/stdlib.h                           |   17 +-
 share/libc/wchar.h                            |  136 +-
 src/kernel_internals/parsing/logic_parser.mly |   34 +-
 src/kernel_internals/runtime/machdeps.ml      |   37 +
 src/kernel_internals/runtime/machdeps.mli     |    1 +
 src/kernel_internals/typing/cabs2cil.ml       |  307 +-
 src/kernel_internals/typing/cabs2cil.mli      |    7 +
 src/kernel_internals/typing/rmtmps.ml         |   15 +
 .../abstract_interp/locations.ml              |    7 +-
 .../abstract_interp/locations.mli             |    3 +
 src/kernel_services/analysis/exn_flow.ml      |   16 +-
 src/kernel_services/analysis/service_graph.ml |   57 +-
 src/kernel_services/ast_data/annotations.ml   |    2 +-
 src/kernel_services/ast_data/cil_types.mli    |   17 +-
 src/kernel_services/ast_data/globals.ml       |    5 +-
 .../ast_data/kernel_function.ml               |   61 +-
 .../ast_data/kernel_function.mli              |    3 +-
 src/kernel_services/ast_queries/cil.ml        |   13 +
 src/kernel_services/ast_queries/cil.mli       |    7 +
 .../ast_queries/cil_datatype.ml               |    1 -
 .../ast_queries/cil_state_builder.ml          |    2 +
 .../ast_queries/cil_state_builder.mli         |   10 +
 src/kernel_services/ast_queries/file.ml       |    2 +
 src/kernel_services/ast_queries/filecheck.ml  |  128 +-
 .../ast_queries/logic_typing.ml               |   52 +-
 .../ast_transformations/filter.ml             |    4 +-
 src/kernel_services/parsetree/logic_ptree.mli |    2 +-
 src/kernel_services/plugin_entry_points/db.ml |    1 +
 .../plugin_entry_points/db.mli                |    1 +
 .../plugin_entry_points/dynamic.ml            |    2 +-
 .../plugin_entry_points/plugin.ml             |    6 +-
 src/libraries/project/state_builder.ml        |   82 +
 src/libraries/project/state_builder.mli       |   22 +
 src/libraries/utils/bitvector.ml              |   74 +-
 src/libraries/utils/pretty_utils.ml           |    6 +-
 src/libraries/utils/pretty_utils.mli          |   18 +-
 src/libraries/utils/task.ml                   |    4 +-
 src/plugins/aorai/Makefile.in                 |   16 +-
 src/plugins/aorai/aorai_register.ml           |   37 +-
 src/plugins/aorai/aorai_utils.ml              |    8 +-
 src/plugins/aorai/aorai_visitors.ml           |   23 +-
 src/plugins/aorai/data_for_aorai.ml           |   17 +-
 src/plugins/aorai/data_for_aorai.mli          |    8 +
 src/plugins/aorai/tests/aorai/incorrect.i     |    9 +
 src/plugins/aorai/tests/aorai/incorrect.ya    |    6 +
 .../tests/aorai/oracle/assigns.1.res.oracle   |    8 +-
 .../tests/aorai/oracle/bts1289.0.res.oracle   |   81 +-
 .../aorai/oracle/deterministic.res.oracle     |   16 +-
 .../tests/aorai/oracle/formals.res.oracle     |   12 +-
 .../tests/aorai/oracle/incorrect.err.oracle}  |    0
 .../tests/aorai/oracle/incorrect.res.oracle   |   18 +
 src/plugins/finder/.gitignore                 |    1 -
 src/plugins/finder/Makefile.in                |   70 -
 src/plugins/finder/configure.ac               |   35 -
 src/plugins/finder/finder_gui.ml              | 1067 --
 src/plugins/finder/finder_gui.mli             |   16 -
 src/plugins/finder/icons/asm.xpm              |   24 -
 src/plugins/finder/icons/gtk-open.png         |  Bin 636 -> 0 bytes
 src/plugins/finder/icons/gtk.xpm              |   47 -
 src/plugins/finder/icons/invariant.xpm        |  199 -
 src/plugins/finder/icons/lemma.xpm            |  186 -
 src/plugins/finder/icons/logic.xpm            |  191 -
 src/plugins/finder/icons/pathological.xpm     |  194 -
 src/plugins/finder/icons/predicate.xpm        |  195 -
 src/plugins/finder/icons/stock_help.png       |  Bin 929 -> 0 bytes
 src/plugins/finder/icons/type.xpm             |  197 -
 src/plugins/finder/icons/type_ax.xpm          |   26 -
 src/plugins/finder/icons/type_cl+.xpm         |   28 -
 src/plugins/finder/icons/type_cl-.xpm         |   28 -
 src/plugins/finder/icons/type_cl.xpm          |   28 -
 src/plugins/finder/icons/type_com.xpm         |   25 -
 src/plugins/finder/icons/type_con.xpm         |   27 -
 src/plugins/finder/icons/type_cov.xpm         |   25 -
 src/plugins/finder/icons/type_custom.xpm      |   25 -
 src/plugins/finder/icons/type_e.xpm           |   26 -
 src/plugins/finder/icons/type_ec.xpm          |   26 -
 src/plugins/finder/icons/type_fd.xpm          |   26 -
 src/plugins/finder/icons/type_fr.xpm          |   27 -
 src/plugins/finder/icons/type_fu.xpm          |   26 -
 src/plugins/finder/icons/type_gv.xpm          |   25 -
 src/plugins/finder/icons/type_iv.xpm          |   26 -
 src/plugins/finder/icons/type_lv.xpm          |   27 -
 src/plugins/finder/icons/type_ma.xpm          |   26 -
 src/plugins/finder/icons/type_md.xpm          |   26 -
 src/plugins/finder/icons/type_mi.xpm          |   26 -
 src/plugins/finder/icons/type_su.xpm          |   25 -
 src/plugins/finder/icons/type_t.xpm           |   29 -
 src/plugins/finder/icons/type_ud.xpm          |   27 -
 src/plugins/finder/icons/type_un.xpm          |   29 -
 src/plugins/finder/icons/undef.xpm            |  Bin 6129 -> 0 bytes
 src/plugins/finder/icons/volatile.xpm         |   55 -
 src/plugins/finder/register.ml                |   44 -
 src/plugins/from/from_parameters.ml           |   14 -
 src/plugins/from/from_parameters.mli          |    6 -
 src/plugins/from/mem_dependencies.ml          |  184 -
 src/plugins/from/path_dependencies.ml         |  199 -
 src/plugins/gui/gtk_helper.ml                 |    2 +-
 src/plugins/gui/gtk_helper.mli                |   16 +-
 src/plugins/gui/wbox.ml                       |   33 +-
 src/plugins/gui/wbox.mli                      |   51 +-
 src/plugins/gui/wpalette.mli                  |   14 +-
 src/plugins/loop_analysis/configure.ac        |    6 +-
 src/plugins/loop_analysis/loop_analysis.ml    |   91 +-
 src/plugins/loop_analysis/slevel_analysis.ml  |   87 +-
 .../tests/loop_analysis/mixed_output.i        |  219 +
 .../loop_analysis/tests/loop_analysis/ne.i    |  132 +
 .../oracle/mixed_output.res.oracle            |   71 +-
 .../tests/loop_analysis/oracle/ne.err.oracle  |    0
 .../tests/loop_analysis/oracle/ne.res.oracle  |   93 +
 .../oracle/slevel_overflow.res.oracle         |    8 +-
 .../oracle/small_loop.0.res.oracle            |    5 +-
 .../oracle/small_loop.1.res.oracle            |    2 +-
 .../loop_analysis/oracle/test.res.oracle      |   16 +-
 src/plugins/metrics/metrics_cilast.ml         |  106 +
 src/plugins/metrics/metrics_cilast.mli        |    7 +
 src/plugins/metrics/metrics_parameters.ml     |   10 +
 src/plugins/metrics/metrics_parameters.mli    |    4 +
 src/plugins/metrics/register.ml               |    8 +
 src/plugins/nonterm/Makefile.in               |    2 +-
 .../oracle/builtin_termination.res.oracle     |    3 +-
 .../tests/nonterm/oracle/output_to_file.txt   |    6 +-
 .../nonterm/tests/nonterm/output_to_file.i    |    2 +-
 src/plugins/obfuscator/Makefile.in            |    2 +-
 src/plugins/report/Makefile.in                |    2 +-
 src/plugins/rte/generator.ml                  |   11 +
 src/plugins/rte/generator.mli                 |    2 +
 src/plugins/rte/options.ml                    |    9 +
 src/plugins/rte/options.mli                   |    1 +
 src/plugins/rte/register.ml                   |    2 +
 src/plugins/rte/rte.ml                        |   22 +-
 src/plugins/rte/rte.mli                       |    1 +
 src/plugins/rte/visit.ml                      |   36 +-
 src/plugins/security_slicing/Makefile.in      |    2 +-
 src/plugins/value/domains/cvalue/builtins.ml  |    4 +-
 .../domains/cvalue/builtins_nonfree_string.ml |  155 +-
 .../value/domains/cvalue/cvalue_domain.ml     |   42 +-
 src/plugins/value/domains/symbolic_locs.ml    |  706 ++
 .../symbolic_locs.mli}                        |   10 +-
 src/plugins/value/engine/abstractions.ml      |   27 +
 src/plugins/value/engine/abstractions.mli     |    1 +
 src/plugins/value/engine/compute_functions.ml |   16 +-
 src/plugins/value/engine/evaluation.ml        |    2 +-
 src/plugins/value/engine/transfer_stmt.ml     |    8 +-
 src/plugins/value/gui_files/gui_types.ml      |   23 +
 src/plugins/value/gui_files/register_gui.ml   |   32 +-
 src/plugins/value/legacy/eval_annots.ml       |    2 +
 src/plugins/value/legacy/eval_funs.ml         |   13 +-
 src/plugins/value/register.ml                 |    1 -
 src/plugins/value/utils/mem_lvalue.ml         |  530 -
 src/plugins/value/utils/value_perf.ml         |  125 +-
 src/plugins/value/value_parameters.ml         |   53 +-
 src/plugins/value/value_parameters.mli        |    5 +-
 src/plugins/value/values/abstract_value.mli   |    7 +-
 src/plugins/value/values/main_values.ml       |   17 +-
 src/plugins/value/values/offsm_value.ml       |    9 +-
 src/plugins/value/values/value_product.ml     |    7 +-
 src/plugins/value/vtests                      |    3 +
 src/plugins/value_types/precise_locs.ml       |    6 +
 src/plugins/value_types/precise_locs.mli      |    3 +
 src/plugins/variadic/Makefile.in              |    2 +-
 src/plugins/variadic/standard.ml              |   18 +-
 .../oracle/multiple-va_start.0.res.oracle     |   28 +-
 .../tests/defined/oracle/va_copy.0.res.oracle |   28 +-
 .../tests/known/oracle/exec.0.res.oracle      |   38 +-
 .../tests/known/oracle/fcntl.0.res.oracle     |   10 +-
 .../tests/known/oracle/open.0.res.oracle      |   15 +-
 .../known/oracle/open_wrong.0.res.oracle      |    5 +-
 .../tests/known/oracle/openat.0.res.oracle    |    5 +-
 .../tests/known/oracle/printf.0.res.oracle    |  741 +-
 .../tests/known/oracle/printf.1.res.oracle    |    4 +-
 .../oracle/printf_wrong_arity.0.res.oracle    |  531 +-
 .../oracle/printf_wrong_arity.1.res.oracle    |    4 +-
 .../oracle/printf_wrong_pointers.0.res.oracle |  526 +-
 .../oracle/printf_wrong_pointers.1.res.oracle |   14 +-
 .../oracle/printf_wrong_types.0.res.oracle    |  562 +-
 .../oracle/printf_wrong_types.1.res.oracle    |  554 +-
 .../tests/known/oracle/scanf.0.res.oracle     |  268 +-
 .../tests/known/oracle/scanf.1.res.oracle     |    1 -
 .../known/oracle/scanf_wrong.0.res.oracle     |  268 +-
 .../known/oracle/scanf_wrong.1.res.oracle     |    1 -
 .../known/oracle/stdio_print.0.res.oracle     |  528 +-
 .../known/oracle/stdio_print.1.res.oracle     |    6 +-
 .../known/oracle/stdio_scan.0.res.oracle      |  526 +-
 .../known/oracle/stdio_scan.1.res.oracle      |    4 +-
 src/plugins/variadic/tests/known/printf.c     |    1 -
 .../variadic/tests/known/printf_wrong_arity.c |    1 -
 .../tests/known/printf_wrong_pointers.c       |    1 -
 .../variadic/tests/known/printf_wrong_types.c |    1 -
 .../variadic/tests/known/stdio_print.c        |    1 -
 src/plugins/variadic/tests/known/stdio_scan.c |    1 -
 src/plugins/variadic/translate.ml             |    8 +-
 src/plugins/variadic/va_build.ml              |    5 -
 src/plugins/wp/Cint.ml                        |   10 +-
 src/plugins/wp/Conditions.ml                  |    2 +-
 src/plugins/wp/Footprint.ml                   |   11 +-
 src/plugins/wp/GuiGoal.ml                     |    2 +-
 src/plugins/wp/GuiTactic.ml                   |    2 +-
 src/plugins/wp/LogicCompiler.ml               |   12 +-
 src/plugins/wp/Makefile.in                    |    2 +-
 src/plugins/wp/MemVar.ml                      |   41 +-
 src/plugins/wp/Memory.ml                      |    4 +-
 src/plugins/wp/Pcond.ml                       |   59 +-
 src/plugins/wp/Pcond.mli                      |   27 +-
 src/plugins/wp/ProverErgo.ml                  |   14 +-
 src/plugins/wp/Sigma.ml                       |    3 +
 src/plugins/wp/cfgWP.ml                       |   15 +-
 src/plugins/wp/share/coqwp/Cbits.v            |   39 +
 src/plugins/wp/share/ergo/Cbits.mlw           |   20 +
 src/plugins/wp/share/src/.gitignore           |    1 +
 src/plugins/wp/share/src/Cbits.v              |   39 +
 src/plugins/wp/share/src/cbits.why            |   14 +
 src/plugins/wp/share/why3/Cbits.v             |   39 +
 src/plugins/wp/share/why3/Cbits.why           |   19 +
 src/plugins/wp/tests/wp_bts/bts_2246.i        |   16 +
 src/plugins/wp/tests/wp_bts/issue_198.i       |    1 +
 .../tests/wp_bts/oracle/bts_2246.err.oracle   |    0
 .../tests/wp_bts/oracle/bts_2246.res.oracle   |   27 +
 .../tests/wp_bts/oracle/issue_198.err.oracle  |    0
 .../tests/wp_bts/oracle/issue_198.res.oracle  |   13 +
 .../wp_bts/oracle_qualif/issue_198.err.oracle |    0
 .../wp_bts/oracle_qualif/issue_198.res.oracle |   14 +
 .../wp_typed/oracle/unit_bitwise.res.oracle   |    4 +-
 .../oracle_qualif/unit_bitwise.0.res.oracle   |   12 +-
 .../oracle_qualif/unit_bitwise.1.res.oracle   |   10 +-
 src/plugins/wp/tests/wp_typed/unit_bitwise.c  |    4 +-
 src/plugins/wp/tests/wp_usage/issue-189-bis.i |   65 +
 src/plugins/wp/tests/wp_usage/issue-189.i     |   19 +
 .../oracle/issue-189-bis.0.err.oracle         |    0
 .../oracle/issue-189-bis.0.res.oracle         |  591 ++
 .../oracle/issue-189-bis.1.err.oracle         |    0
 .../oracle/issue-189-bis.1.res.oracle         |  274 +
 .../wp_usage/oracle/issue-189.0.err.oracle    |    0
 .../wp_usage/oracle/issue-189.0.res.oracle    |   21 +
 .../wp_usage/oracle/issue-189.1.err.oracle    |    0
 .../wp_usage/oracle/issue-189.1.res.oracle    |   22 +
 .../wp_usage/oracle/issue-189.2.err.oracle    |    0
 .../wp_usage/oracle/issue-189.2.res.oracle    |   31 +
 .../frama_c_exo3_solved.old.res.oracle        |    2 +-
 .../oracle_qualif/issue-189-bis.0.err.oracle  |    0
 .../oracle_qualif/issue-189-bis.0.res.oracle  |   49 +
 .../oracle_qualif/issue-189-bis.1.err.oracle  |    0
 .../oracle_qualif/issue-189-bis.1.res.oracle  |   24 +
 src/plugins/wp/wp_parameters.ml               |    2 +
 src/plugins/wp/wp_parameters.mli              |    1 +
 tests/cil/duplicate-labels.c                  |    2 +-
 tests/constant_propagation/declaration.c      |    2 +-
 tests/constant_propagation/enum.i             |    2 +-
 tests/constant_propagation/fct_ptr.i          |    2 +-
 .../oracle_symblocs/absorb.err.oracle}        |    0
 tests/float/oracle_symblocs/absorb.res.oracle |   57 +
 .../oracle_symblocs/alarms.err.oracle}        |    0
 tests/float/oracle_symblocs/alarms.res.oracle |   99 +
 .../oracle_symblocs/builtins.err.oracle}      |    0
 .../float/oracle_symblocs/builtins.res.oracle |  297 +
 .../oracle_symblocs/cond.err.oracle}          |    0
 tests/float/oracle_symblocs/cond.res.oracle   |   39 +
 .../cond_cast_int_to_float.err.oracle}        |    0
 .../cond_cast_int_to_float.res.oracle         |   79 +
 tests/float/oracle_symblocs/const.err.oracle  |    0
 tests/float/oracle_symblocs/const.res.oracle  |  295 +
 tests/float/oracle_symblocs/const1.err.oracle |    0
 tests/float/oracle_symblocs/const1.res.oracle |   24 +
 tests/float/oracle_symblocs/const2.err.oracle |    0
 tests/float/oracle_symblocs/const2.res.oracle |   24 +
 .../float/oracle_symblocs/const3.0.err.oracle |    0
 .../float/oracle_symblocs/const3.0.res.oracle |   35 +
 .../float/oracle_symblocs/const3.1.err.oracle |    0
 .../float/oracle_symblocs/const3.1.res.oracle |   35 +
 .../float/oracle_symblocs/const4.0.err.oracle |    0
 .../float/oracle_symblocs/const4.0.res.oracle |   25 +
 .../float/oracle_symblocs/const4.1.err.oracle |    0
 .../float/oracle_symblocs/const4.1.res.oracle |   36 +
 tests/float/oracle_symblocs/conv.err.oracle   |    0
 tests/float/oracle_symblocs/conv.res.oracle   |  100 +
 .../oracle_symblocs/cte_overflow.err.oracle   |    0
 .../oracle_symblocs/cte_overflow.res.oracle   |   30 +
 tests/float/oracle_symblocs/dr.0.err.oracle   |    0
 tests/float/oracle_symblocs/dr.0.res.oracle   |   53 +
 tests/float/oracle_symblocs/dr.1.err.oracle   |    0
 tests/float/oracle_symblocs/dr.1.res.oracle   |   53 +
 .../oracle_symblocs/dr_infinity.err.oracle    |    0
 .../oracle_symblocs/dr_infinity.res.oracle    |   40 +
 .../oracle_symblocs/extract_bits.0.err.oracle |    0
 .../oracle_symblocs/extract_bits.0.res.oracle |   34 +
 .../oracle_symblocs/extract_bits.1.err.oracle |    0
 .../oracle_symblocs/extract_bits.1.res.oracle |   34 +
 .../float_cast_implicite.err.oracle           |    0
 .../float_cast_implicite.res.oracle           |   56 +
 .../oracle_symblocs/init_float.err.oracle     |    0
 .../oracle_symblocs/init_float.res.oracle     |   41 +
 .../oracle_symblocs/leaf_ensures.err.oracle   |    0
 .../oracle_symblocs/leaf_ensures.res.oracle   |   73 +
 tests/float/oracle_symblocs/logic.err.oracle  |    0
 tests/float/oracle_symblocs/logic.res.oracle  |   99 +
 .../oracle_symblocs/math_builtins.err.oracle  |    0
 .../oracle_symblocs/math_builtins.res.oracle  | 3671 +++++++
 .../float/oracle_symblocs/nonlin.0.err.oracle |    0
 .../float/oracle_symblocs/nonlin.0.res.oracle |  264 +
 .../float/oracle_symblocs/nonlin.1.err.oracle |    0
 .../float/oracle_symblocs/nonlin.1.res.oracle |  271 +
 .../float/oracle_symblocs/nonlin.2.err.oracle |    0
 .../float/oracle_symblocs/nonlin.2.res.oracle |  264 +
 .../float/oracle_symblocs/nonlin.3.err.oracle |    0
 .../float/oracle_symblocs/nonlin.3.res.oracle |  271 +
 tests/float/oracle_symblocs/parse.err.oracle  |    0
 tests/float/oracle_symblocs/parse.res.oracle  |   30 +
 .../precise_cos_sin.err.oracle                |    0
 .../precise_cos_sin.res.oracle                |   68 +
 .../oracle_symblocs/round10d.0.err.oracle     |    0
 .../oracle_symblocs/round10d.0.res.oracle     |   24 +
 .../oracle_symblocs/round10d.1.err.oracle     |    0
 .../oracle_symblocs/round10d.1.res.oracle     |   24 +
 tests/float/oracle_symblocs/s.0.err.oracle    |    0
 tests/float/oracle_symblocs/s.0.res.oracle    |  340 +
 tests/float/oracle_symblocs/s.1.err.oracle    |    0
 tests/float/oracle_symblocs/s.1.res.oracle    |  340 +
 tests/float/oracle_symblocs/some.0.err.oracle |    0
 tests/float/oracle_symblocs/some.0.res.oracle |   75 +
 tests/float/oracle_symblocs/some.1.err.oracle |    0
 tests/float/oracle_symblocs/some.1.res.oracle |   41 +
 tests/float/oracle_symblocs/sqrt.0.err.oracle |    0
 tests/float/oracle_symblocs/sqrt.0.res.oracle |   54 +
 tests/float/oracle_symblocs/sqrt.1.err.oracle |    0
 tests/float/oracle_symblocs/sqrt.1.res.oracle |   54 +
 tests/float/oracle_symblocs/uninit.err.oracle |    0
 tests/float/oracle_symblocs/uninit.res.oracle |   26 +
 tests/float/oracle_symblocs/zero.err.oracle   |    0
 tests/float/oracle_symblocs/zero.res.oracle   |   63 +
 tests/idct/idct.c                             |    2 +-
 tests/idct/oracle/ieee_1180_1990.res.oracle   |  222 +-
 tests/idct/oracle_apron/idct.res.oracle       |    6 -
 .../oracle_apron/ieee_1180_1990.res.oracle    |  222 +-
 tests/idct/oracle_bitwise/idct.res.oracle     |    6 -
 .../oracle_bitwise/ieee_1180_1990.res.oracle  |  222 +-
 tests/idct/oracle_equalities/idct.res.oracle  |    6 -
 .../ieee_1180_1990.res.oracle                 |  222 +-
 tests/idct/oracle_legacy/idct.res.oracle      |    6 -
 .../oracle_legacy/ieee_1180_1990.res.oracle   |  222 +-
 .../oracle_symblocs/ieee_1180_1990.err.oracle |    0
 .../oracle_symblocs/ieee_1180_1990.res.oracle | 2542 +++++
 tests/journal/control.i                       |    2 +-
 tests/libc/fc_libc.c                          |    2 +-
 tests/libc/oracle/fc_libc.0.res.oracle        |  172 +-
 tests/libc/oracle/socket.0.res.oracle         |    2 +-
 tests/libc/oracle/socket.1.res.oracle         |    2 +-
 tests/libc/oracle/stdlib_h.err.oracle         |    0
 tests/libc/oracle/stdlib_h.res.oracle         |   32 +
 tests/libc/oracle/wchar_c_h.0.err.oracle      |    0
 tests/libc/oracle/wchar_c_h.0.res.oracle      |  574 ++
 tests/libc/oracle/wchar_c_h.1.err.oracle      |    0
 tests/libc/oracle/wchar_c_h.1.res.oracle      |  311 +
 tests/libc/stdlib_h.c                         |   11 +
 tests/libc/wchar_c_h.c                        |   50 +
 tests/metrics/locals_size.i                   |   59 +
 tests/metrics/oracle/locals_size.0.err.oracle |    0
 tests/metrics/oracle/locals_size.0.res.oracle |   10 +
 tests/metrics/oracle/locals_size.1.err.oracle |    0
 tests/metrics/oracle/locals_size.1.res.oracle |    5 +
 tests/misc/bts0525-2.i                        |    2 +-
 tests/misc/bts0525.i                          |    2 +-
 tests/misc/change_formals.c                   |    6 +-
 tests/misc/char_ampamp.c                      |    3 -
 tests/misc/exception.i                        |    8 +
 tests/misc/exception.ml                       |   57 +-
 tests/misc/init_from_cil.i                    |    2 +-
 tests/misc/justcopy.i                         |    2 +-
 tests/misc/keep_entry_point.i                 |    2 +-
 tests/misc/log-file.i                         |    2 +-
 tests/misc/my_visitor.c                       |    6 +-
 .../{my_visitor_plugin => }/my_visitor.ml     |    0
 tests/misc/oracle/char_ampamp.res.oracle      |   39 +
 tests/misc/oracle/exception.0.res.oracle      |   34 +-
 tests/misc/oracle/exception.1.res.oracle      |  174 +-
 tests/misc/oracle/log-file.res.oracle         |   15 +
 tests/misc/visitor_creates_func_bts_1349.i    |    2 +-
 tests/non-free/Longinit_sequencer.i           |    2 +-
 tests/non-free/Longinit_sequencer.ml          |   11 +-
 tests/non-free/big_local_array.i              |    4 +-
 .../oracle/Longinit_sequencer.res.oracle      |    6 +-
 tests/non-free/oracle/alloc.0.res.oracle      |    4 +-
 tests/non-free/oracle/alloc.1.res.oracle      |    4 +-
 tests/non-free/oracle/allocated.0.res.oracle  |    2 +-
 tests/non-free/oracle/allocated.1.res.oracle  |    2 +-
 tests/non-free/oracle/allocated.res.oracle    |  114 -
 tests/non-free/oracle/from_result.res.oracle  |    4 +-
 .../oracle/malloc-size-zero.res.oracle        |  127 -
 .../oracle/malloc_individual.res.oracle       |    4 +-
 tests/non-free/oracle/memchr.res.oracle       |  189 +-
 .../non-free/oracle/str_allocated.res.oracle  |    3 +-
 tests/non-free/oracle/strchr.res.oracle       |  187 +-
 tests/non-free/oracle/strcmp.res.oracle       |  314 -
 tests/non-free/oracle/strlen.res.oracle       |   71 +-
 tests/non-free/oracle/strnlen.res.oracle      |    3 +-
 tests/non-free/oracle/strnlen2.res.oracle     |  104 +-
 .../Longinit_sequencer.res.oracle             |   10 +-
 .../non-free/oracle_apron/alloc.0.res.oracle  |    4 +-
 .../non-free/oracle_apron/alloc.1.res.oracle  |    4 +-
 .../oracle_apron/allocated.0.res.oracle       |    2 +-
 .../oracle_apron/allocated.1.res.oracle       |    2 +-
 .../oracle_apron/from_result.res.oracle       |    4 +-
 .../oracle_apron/malloc_individual.res.oracle |    4 +-
 tests/non-free/oracle_apron/memchr.res.oracle |  189 +-
 .../oracle_apron/str_allocated.res.oracle     |    3 +-
 tests/non-free/oracle_apron/strchr.res.oracle |  187 +-
 tests/non-free/oracle_apron/strlen.res.oracle |   71 +-
 .../non-free/oracle_apron/strnlen.res.oracle  |    3 +-
 .../non-free/oracle_apron/strnlen2.res.oracle |  104 +-
 .../Longinit_sequencer.res.oracle             |   10 +-
 .../oracle_bitwise/alloc.0.res.oracle         |    4 +-
 .../oracle_bitwise/alloc.1.res.oracle         |    4 +-
 .../oracle_bitwise/allocated.0.res.oracle     |    2 +-
 .../oracle_bitwise/allocated.1.res.oracle     |    2 +-
 .../oracle_bitwise/from_result.res.oracle     |    4 +-
 .../malloc_individual.res.oracle              |    4 +-
 .../non-free/oracle_bitwise/memchr.res.oracle |  189 +-
 .../oracle_bitwise/str_allocated.res.oracle   |    3 +-
 .../non-free/oracle_bitwise/strchr.res.oracle |  187 +-
 .../non-free/oracle_bitwise/strlen.res.oracle |   71 +-
 .../oracle_bitwise/strnlen.res.oracle         |    3 +-
 .../oracle_bitwise/strnlen2.res.oracle        |  104 +-
 .../Longinit_sequencer.res.oracle             |   10 +-
 .../oracle_equalities/alloc.0.res.oracle      |    4 +-
 .../oracle_equalities/alloc.1.res.oracle      |    4 +-
 .../oracle_equalities/allocated.0.res.oracle  |    2 +-
 .../oracle_equalities/allocated.1.res.oracle  |    2 +-
 .../oracle_equalities/from_result.res.oracle  |    4 +-
 .../malloc_individual.res.oracle              |    4 +-
 .../oracle_equalities/memchr.res.oracle       |  189 +-
 .../str_allocated.res.oracle                  |    3 +-
 .../oracle_equalities/strchr.res.oracle       |  187 +-
 .../oracle_equalities/strlen.res.oracle       |   71 +-
 .../oracle_equalities/strnlen.res.oracle      |    3 +-
 .../oracle_equalities/strnlen2.res.oracle     |  104 +-
 .../Longinit_sequencer.res.oracle             |   10 +-
 .../non-free/oracle_legacy/alloc.0.res.oracle |    4 +-
 .../non-free/oracle_legacy/alloc.1.res.oracle |    4 +-
 .../oracle_legacy/allocated.0.res.oracle      |    2 +-
 .../oracle_legacy/allocated.1.res.oracle      |    2 +-
 .../oracle_legacy/from_result.res.oracle      |    4 +-
 .../malloc_individual.res.oracle              |    4 +-
 .../non-free/oracle_legacy/memchr.res.oracle  |  189 +-
 .../oracle_legacy/str_allocated.res.oracle    |    3 +-
 .../non-free/oracle_legacy/strchr.res.oracle  |  187 +-
 .../non-free/oracle_legacy/strlen.res.oracle  |   71 +-
 .../non-free/oracle_legacy/strnlen.res.oracle |    3 +-
 .../oracle_legacy/strnlen2.res.oracle         |  104 +-
 .../Longinit_sequencer.err.oracle             |    0
 .../Longinit_sequencer.res.oracle             |  782 ++
 .../oracle_symblocs/alloc.0.err.oracle        |    0
 .../oracle_symblocs/alloc.0.res.oracle        |  140 +
 .../oracle_symblocs/alloc.1.err.oracle        |    0
 .../oracle_symblocs/alloc.1.res.oracle        |   75 +
 .../oracle_symblocs/alloc_weak.err.oracle     |    0
 .../oracle_symblocs/alloc_weak.res.oracle     |  912 ++
 .../oracle_symblocs/allocated.0.err.oracle    |    0
 .../oracle_symblocs/allocated.0.res.oracle    |  153 +
 .../oracle_symblocs/allocated.1.err.oracle    |    0
 .../oracle_symblocs/allocated.1.res.oracle    |  539 +
 .../big_local_array.0.err.oracle              |    0
 .../big_local_array.0.res.oracle              |  153 +
 .../big_local_array.1.err.oracle              |    0
 .../big_local_array.1.res.oracle              |  130 +
 .../big_local_array.2.err.oracle              |    0
 .../big_local_array.2.res.oracle              |  104 +
 tests/non-free/oracle_symblocs/fam.err.oracle |    0
 tests/non-free/oracle_symblocs/fam.res.oracle |   37 +
 .../non-free/oracle_symblocs/free.err.oracle  |    0
 .../non-free/oracle_symblocs/free.res.oracle  |   73 +
 .../oracle_symblocs/from_result.err.oracle    |    0
 .../oracle_symblocs/from_result.res.oracle    |   88 +
 .../gcc_zero_length_array.err.oracle          |    0
 .../gcc_zero_length_array.res.oracle          |   73 +
 .../imprecise-malloc-free.err.oracle          |    0
 .../imprecise-malloc-free.res.oracle          |   88 +
 .../oracle_symblocs/imprecise.err.oracle      |    0
 .../oracle_symblocs/imprecise.res.oracle      | 1264 +++
 .../oracle_symblocs/linked_list.0.err.oracle  |    0
 .../oracle_symblocs/linked_list.0.res.oracle  | 1298 +++
 .../oracle_symblocs/linked_list.1.err.oracle  |    0
 .../oracle_symblocs/linked_list.1.res.oracle  |  459 +
 .../oracle_symblocs/linked_list.2.err.oracle  |    0
 .../oracle_symblocs/linked_list.2.res.oracle  |  741 ++
 .../oracle_symblocs/loopalloc.err.oracle      |    0
 .../oracle_symblocs/loopalloc.res.oracle      |  305 +
 .../oracle_symblocs/malloc-deps.err.oracle    |    0
 .../oracle_symblocs/malloc-deps.res.oracle    |  146 +
 .../malloc-optimistic.err.oracle              |    0
 .../malloc-optimistic.res.oracle              | 3026 ++++++
 .../malloc-size-zero.0.err.oracle             |    0
 .../malloc-size-zero.0.res.oracle             |   79 +
 .../malloc-size-zero.1.err.oracle             |    0
 .../malloc-size-zero.1.res.oracle             |   55 +
 .../oracle_symblocs/malloc.err.oracle         |    0
 .../oracle_symblocs/malloc.res.oracle         |   45 +
 .../oracle_symblocs/malloc_bug_tr.err.oracle  |    0
 .../oracle_symblocs/malloc_bug_tr.res.oracle  |   33 +
 .../malloc_individual.err.oracle              |    0
 .../malloc_individual.res.oracle              |   59 +
 .../oracle_symblocs/malloc_memexec.err.oracle |    0
 .../oracle_symblocs/malloc_memexec.res.oracle |   75 +
 .../malloc_multiple.err.oracle                |    0
 .../malloc_multiple.res.oracle                |  137 +
 .../oracle_symblocs/memchr.err.oracle         |    0
 .../oracle_symblocs/memchr.res.oracle         | 1950 ++++
 .../oracle_symblocs/memcpy.err.oracle         |    0
 .../oracle_symblocs/memcpy.res.oracle         | 1181 +++
 .../oracle_symblocs/memcpy2.err.oracle        |    0
 .../oracle_symblocs/memcpy2.res.oracle        |   69 +
 .../oracle_symblocs/memcpy_invalid.err.oracle |    0
 .../oracle_symblocs/memcpy_invalid.res.oracle |   61 +
 .../oracle_symblocs/memexec-malloc.err.oracle |    0
 .../oracle_symblocs/memexec-malloc.res.oracle |  112 +
 .../oracle_symblocs/memset.err.oracle         |    0
 .../oracle_symblocs/memset.res.oracle         |  187 +
 .../oracle_symblocs/memset_block.0.err.oracle |    0
 .../oracle_symblocs/memset_block.0.res.oracle |   56 +
 .../oracle_symblocs/memset_block.1.err.oracle |    0
 .../oracle_symblocs/memset_block.1.res.oracle |  155 +
 .../memset_malloc_0.err.oracle                |    0
 .../memset_malloc_0.res.oracle                |   38 +
 .../oracle_symblocs/precise_memset.err.oracle |    0
 .../oracle_symblocs/precise_memset.res.oracle |  216 +
 .../non-free/oracle_symblocs/print.err.oracle |    0
 .../non-free/oracle_symblocs/print.res.oracle |   99 +
 .../oracle_symblocs/realloc.err.oracle        |    0
 .../oracle_symblocs/realloc.res.oracle        |  598 ++
 .../oracle_symblocs/realloc2.err.oracle       |    0
 .../oracle_symblocs/realloc2.res.oracle       | 1801 ++++
 .../realloc_multiple.err.oracle               |    0
 .../realloc_multiple.res.oracle               |  314 +
 .../oracle_symblocs/snprintf0.err.oracle      |    0
 .../oracle_symblocs/snprintf0.res.oracle      |   14 +
 .../oracle_symblocs/sprintf.err.oracle        |    0
 .../oracle_symblocs/sprintf.res.oracle        |  158 +
 .../oracle_symblocs/str_allocated.err.oracle  |    0
 .../oracle_symblocs/str_allocated.res.oracle  |   60 +
 .../oracle_symblocs/strchr.err.oracle         |    0
 .../oracle_symblocs/strchr.res.oracle         | 1614 +++
 .../oracle_symblocs/strlen.err.oracle         |    0
 .../oracle_symblocs/strlen.res.oracle         |  571 ++
 .../oracle_symblocs/strlen_align.err.oracle   |    0
 .../oracle_symblocs/strlen_align.res.oracle   |   33 +
 .../oracle_symblocs/strnlen.err.oracle        |    0
 .../oracle_symblocs/strnlen.res.oracle        |   76 +
 .../oracle_symblocs/strnlen2.err.oracle       |    0
 .../oracle_symblocs/strnlen2.res.oracle       |  899 ++
 .../non-free/oracle_symblocs/watch.err.oracle |    0
 .../non-free/oracle_symblocs/watch.res.oracle |   46 +
 tests/non-free/test_config_symblocs           |    2 +
 tests/rte/fptr_assert.c                       |    2 +-
 tests/rte/my_annot_proxy/my_annot_proxy.ml    |    2 +-
 tests/rte/oracle/bts0580_2.res.oracle         |    2 -
 tests/rte/oracle/fptr_assert.res.oracle       |    8 +-
 tests/rte/oracle/twofunc.res.oracle           |  152 +-
 tests/rte_manual/oracle/safearrays.res.oracle |    2 +-
 tests/slicing/adpcm.c                         |    6 +
 tests/{slicing2 => slicing}/adpcm.ml          |    6 +-
 tests/slicing/annot.c                         |   24 -
 tests/slicing/annot.i                         |   24 +
 tests/slicing/bts0184.c                       |   20 -
 tests/slicing/bts0184.i                       |   20 +
 tests/slicing/bts0190.c                       |   22 -
 tests/slicing/bts0190.i                       |   22 +
 tests/slicing/bts0950_annot.i                 |    2 +-
 tests/slicing/bts1248.i                       |    2 +-
 tests/slicing/bts1445.i                       |    4 +-
 tests/slicing/bts1684.i                       |    2 +-
 tests/slicing/bts1768.i                       |    2 +-
 tests/slicing/bts179.c                        |   20 -
 tests/slicing/bts179.i                        |   20 +
 tests/slicing/{bts283.c => bts283.i}          |    2 +-
 tests/slicing/bts326.c                        |   20 -
 tests/slicing/bts326.i                        |   20 +
 tests/slicing/bts335.c                        |   12 -
 tests/slicing/bts335.i                        |   12 +
 tests/slicing/{bts335b.c => bts335b.i}        |    2 +-
 tests/slicing/bts336.c                        |  102 -
 tests/slicing/bts336.i                        |  102 +
 tests/slicing/bts341.c                        |    9 -
 tests/slicing/bts341.i                        |    9 +
 tests/slicing/bts344.c                        |   34 -
 tests/slicing/bts344.i                        |   34 +
 tests/slicing/bts345.c                        |   30 -
 tests/slicing/bts345.i                        |   30 +
 tests/slicing/bts679.i                        |    2 +-
 tests/slicing/bts679b.i                       |    2 +-
 tests/slicing/{bts709.c => bts709.i}          |    2 +-
 tests/slicing/{bts808.c => bts808.i}          |    2 +-
 tests/slicing/bts827.c                        |   19 -
 tests/slicing/bts827.i                        |   19 +
 .../{call_accuracy.c => call_accuracy.i}      |    2 +-
 tests/slicing/call_demo.c                     |   27 -
 tests/slicing/call_demo.i                     |   27 +
 tests/slicing/{callwise.c => callwise.i}      |    2 +-
 tests/slicing/{combine.c => combine.i}        |    2 +-
 tests/slicing/{csmith.c => csmith.i}          |    4 +-
 ...x_spec_interproc.c => ex_spec_interproc.i} |    2 +-
 tests/slicing/{filter.c => filter.i}          |    2 +-
 tests/slicing/forall_loop_invariant.i         |    2 +-
 tests/slicing/{horwitz.c => horwitz.i}        |    2 +-
 tests/slicing/if_many_values.c                |   14 -
 tests/slicing/if_many_values.i                |   14 +
 tests/slicing/initialized.c                   |   14 -
 tests/slicing/initialized.i                   |   14 +
 tests/slicing/keep_annot.c                    |   56 -
 tests/slicing/keep_annot.i                    |   56 +
 tests/slicing/loop_infinite.c                 |   13 -
 tests/slicing/loop_infinite.i                 |   13 +
 .../slicing/{loop_simple.c => loop_simple.i}  |    2 +-
 tests/slicing/loops.c                         |  212 -
 tests/slicing/loops.i                         |  212 +
 .../{mark_all_slices.c => mark_all_slices.i}  |    2 +-
 tests/slicing/{merge.c => merge.i}            |    2 +-
 tests/slicing/{min_call.c => min_call.i}      |    2 +-
 tests/slicing/oracle/adpcm.err.oracle         |    0
 .../oracle/adpcm.res.oracle                   |    2 +-
 tests/slicing/oracle/annot.0.res.oracle       |   14 +-
 tests/slicing/oracle/annot.1.res.oracle       |    6 +-
 tests/slicing/oracle/bts0184.res.oracle       |    6 +-
 tests/slicing/oracle/bts0190.res.oracle       |   19 +-
 tests/slicing/oracle/bts0950_annot.res.oracle |   20 +
 tests/slicing/oracle/bts1248.res.oracle       |   19 +-
 tests/slicing/oracle/bts1445.0.res.oracle     |    2 +
 tests/slicing/oracle/bts1445.1.res.oracle     |    2 +
 tests/slicing/oracle/bts1684.res.oracle       |    2 +
 tests/slicing/oracle/bts1768.res.oracle       |    2 +
 tests/slicing/oracle/bts179.0.res.oracle      |    6 +-
 tests/slicing/oracle/bts179.1.res.oracle      |    6 +-
 tests/slicing/oracle/bts179.2.res.oracle      |    4 +-
 tests/slicing/oracle/bts283.res.oracle        |   30 +-
 tests/slicing/oracle/bts326.res.oracle        |   16 +-
 tests/slicing/oracle/bts335.res.oracle        |   38 +-
 tests/slicing/oracle/bts335b.res.oracle       |   24 +-
 tests/slicing/oracle/bts336.0.res.oracle      |   12 +-
 tests/slicing/oracle/bts336.1.res.oracle      |   12 +-
 tests/slicing/oracle/bts336.2.res.oracle      |   10 +-
 tests/slicing/oracle/bts336.3.res.oracle      |   16 +-
 tests/slicing/oracle/bts336.4.res.oracle      |   12 +-
 tests/slicing/oracle/bts336.5.res.oracle      |   62 +-
 tests/slicing/oracle/bts336.6.res.oracle      |   62 +-
 tests/slicing/oracle/bts336.7.res.oracle      |   20 +-
 tests/slicing/oracle/bts341.res.oracle        |    8 +-
 tests/slicing/oracle/bts344.0.res.oracle      |   14 +-
 tests/slicing/oracle/bts344.1.res.oracle      |    8 +-
 tests/slicing/oracle/bts345.0.res.oracle      |   18 +-
 tests/slicing/oracle/bts345.1.res.oracle      |   14 +-
 tests/slicing/oracle/bts345.2.res.oracle      |   18 +-
 tests/slicing/oracle/bts345.3.res.oracle      |   38 +-
 tests/slicing/oracle/bts345.4.res.oracle      |   50 +-
 tests/slicing/oracle/bts679.res.oracle        |    2 +
 tests/slicing/oracle/bts679b.res.oracle       |    2 +
 tests/slicing/oracle/bts709.res.oracle        |   32 +-
 tests/slicing/oracle/bts808.res.oracle        |    8 +-
 tests/slicing/oracle/bts827.res.oracle        |    6 +-
 tests/slicing/oracle/call_accuracy.res.oracle |  122 +-
 tests/slicing/oracle/call_demo.0.res.oracle   |   24 +-
 tests/slicing/oracle/call_demo.1.res.oracle   |   24 +-
 tests/slicing/oracle/callwise.res.oracle      |   60 +-
 tests/slicing/oracle/combine.res.oracle       |   28 +-
 tests/slicing/oracle/csmith.0.res.oracle      |   66 +-
 tests/slicing/oracle/csmith.1.res.oracle      |    6 +-
 tests/slicing/oracle/csmith.2.res.oracle      |    6 +-
 .../oracle/ex_spec_interproc.res.oracle       |    8 +-
 tests/slicing/oracle/filter.res.oracle        |   14 +-
 .../oracle/forall_loop_invariant.res.oracle   |    2 +
 tests/slicing/oracle/horwitz.res.oracle       |   54 +-
 .../slicing/oracle/if_many_values.res.oracle  |    8 +-
 tests/slicing/oracle/initialized.res.oracle   |    6 +-
 tests/slicing/oracle/keep_annot.0.res.oracle  |   16 +-
 tests/slicing/oracle/keep_annot.1.res.oracle  |   16 +-
 tests/slicing/oracle/keep_annot.2.res.oracle  |   16 +-
 tests/slicing/oracle/keep_annot.3.res.oracle  |   16 +-
 tests/slicing/oracle/keep_annot.4.res.oracle  |    8 +-
 tests/slicing/oracle/loop_infinite.res.oracle |    8 +-
 tests/slicing/oracle/loop_simple.res.oracle   |   12 +-
 tests/slicing/oracle/loops.0.res.oracle       |   10 +-
 tests/slicing/oracle/loops.1.res.oracle       |   10 +-
 tests/slicing/oracle/loops.10.res.oracle      |   18 +-
 tests/slicing/oracle/loops.11.res.oracle      |   10 +-
 tests/slicing/oracle/loops.12.res.oracle      |   10 +-
 tests/slicing/oracle/loops.13.res.oracle      |   10 +-
 tests/slicing/oracle/loops.14.res.oracle      |   10 +-
 tests/slicing/oracle/loops.15.res.oracle      |   12 +-
 tests/slicing/oracle/loops.16.res.oracle      |   12 +-
 tests/slicing/oracle/loops.17.res.oracle      |   14 +-
 tests/slicing/oracle/loops.18.res.oracle      |   14 +-
 tests/slicing/oracle/loops.19.res.oracle      |   16 +-
 tests/slicing/oracle/loops.2.res.oracle       |   14 +-
 tests/slicing/oracle/loops.20.res.oracle      |   16 +-
 tests/slicing/oracle/loops.21.res.oracle      |   18 +-
 tests/slicing/oracle/loops.22.res.oracle      |   18 +-
 tests/slicing/oracle/loops.23.res.oracle      |   16 +-
 tests/slicing/oracle/loops.24.res.oracle      |    8 +-
 tests/slicing/oracle/loops.3.res.oracle       |   14 +-
 tests/slicing/oracle/loops.4.res.oracle       |    6 +-
 tests/slicing/oracle/loops.5.res.oracle       |   24 +-
 tests/slicing/oracle/loops.6.res.oracle       |   24 +-
 tests/slicing/oracle/loops.7.res.oracle       |   10 +-
 tests/slicing/oracle/loops.8.res.oracle       |   18 +-
 tests/slicing/oracle/loops.9.res.oracle       |   18 +-
 .../slicing/oracle/mark_all_slices.res.oracle |   20 +-
 tests/slicing/oracle/merge.res.oracle         |   20 +-
 tests/slicing/oracle/min_call.res.oracle      |  602 +-
 tests/slicing/oracle/ptr_fct.res.oracle       |   12 +-
 .../same_sliced_name_bts1422.res.oracle       |    2 +
 .../oracle/select_by_annot.0.res.oracle       |   48 +-
 .../oracle/select_by_annot.1.res.oracle       |   50 +-
 .../oracle/select_by_annot.10.res.oracle      |   50 +-
 .../oracle/select_by_annot.11.res.oracle      |   50 +-
 .../oracle/select_by_annot.12.res.oracle      |   50 +-
 .../oracle/select_by_annot.13.res.oracle      |   50 +-
 .../oracle/select_by_annot.14.res.oracle      |   50 +-
 .../oracle/select_by_annot.2.res.oracle       |   50 +-
 .../oracle/select_by_annot.3.res.oracle       |   50 +-
 .../oracle/select_by_annot.4.res.oracle       |   50 +-
 .../oracle/select_by_annot.5.res.oracle       |   50 +-
 .../oracle/select_by_annot.6.res.oracle       |   50 +-
 .../oracle/select_by_annot.7.res.oracle       |   50 +-
 .../oracle/select_by_annot.8.res.oracle       |   50 +-
 .../oracle/select_by_annot.9.res.oracle       |   50 +-
 .../slicing/oracle/select_calls.0.res.oracle  |   28 +-
 .../slicing/oracle/select_calls.1.res.oracle  |    8 +-
 .../slicing/oracle/select_return.0.res.oracle |   40 +-
 .../slicing/oracle/select_return.1.res.oracle |   40 +-
 .../oracle/select_return.10.res.oracle        |   40 +-
 .../oracle/select_return.11.res.oracle        |   40 +-
 .../oracle/select_return.12.res.oracle        |   40 +-
 .../oracle/select_return.13.res.oracle        |   40 +-
 .../oracle/select_return.14.res.oracle        |   40 +-
 .../oracle/select_return.15.res.oracle        |   40 +-
 .../oracle/select_return.16.res.oracle        |   40 +-
 .../oracle/select_return.17.res.oracle        |   40 +-
 .../oracle/select_return.18.res.oracle        |   40 +-
 .../oracle/select_return.19.res.oracle        |   40 +-
 .../slicing/oracle/select_return.2.res.oracle |   40 +-
 .../oracle/select_return.20.res.oracle        |   40 +-
 .../oracle/select_return.21.res.oracle        |   40 +-
 .../slicing/oracle/select_return.3.res.oracle |   40 +-
 .../slicing/oracle/select_return.4.res.oracle |   40 +-
 .../slicing/oracle/select_return.5.res.oracle |   40 +-
 .../slicing/oracle/select_return.6.res.oracle |   40 +-
 .../slicing/oracle/select_return.7.res.oracle |   40 +-
 .../slicing/oracle/select_return.8.res.oracle |   40 +-
 .../slicing/oracle/select_return.9.res.oracle |   40 +-
 .../oracle/select_return_bis.0.res.oracle     |   48 +-
 .../oracle/select_return_bis.1.res.oracle     |   48 +-
 .../oracle/select_return_bis.10.res.oracle    |   48 +-
 .../oracle/select_return_bis.2.res.oracle     |   48 +-
 .../oracle/select_return_bis.3.res.oracle     |   48 +-
 .../oracle/select_return_bis.4.res.oracle     |   48 +-
 .../oracle/select_return_bis.5.res.oracle     |   48 +-
 .../oracle/select_return_bis.6.res.oracle     |   48 +-
 .../oracle/select_return_bis.7.res.oracle     |   48 +-
 .../oracle/select_return_bis.8.res.oracle     |   48 +-
 .../oracle/select_return_bis.9.res.oracle     |   48 +-
 tests/slicing/oracle/select_simple.res.oracle |  431 +-
 .../oracle/simple_intra_slice.res.oracle      |   48 +-
 tests/slicing/oracle/sizeof.0.res.oracle      |   26 +-
 tests/slicing/oracle/sizeof.1.res.oracle      |   26 +-
 tests/slicing/oracle/sizeof.10.res.oracle     |   26 +-
 tests/slicing/oracle/sizeof.11.res.oracle     |   26 +-
 tests/slicing/oracle/sizeof.12.res.oracle     |   26 +-
 tests/slicing/oracle/sizeof.2.res.oracle      |   26 +-
 tests/slicing/oracle/sizeof.3.res.oracle      |   26 +-
 tests/slicing/oracle/sizeof.4.res.oracle      |   26 +-
 tests/slicing/oracle/sizeof.5.res.oracle      |   26 +-
 tests/slicing/oracle/sizeof.6.res.oracle      |   26 +-
 tests/slicing/oracle/sizeof.7.res.oracle      |   26 +-
 tests/slicing/oracle/sizeof.8.res.oracle      |   26 +-
 tests/slicing/oracle/sizeof.9.res.oracle      |   26 +-
 .../slicing/oracle/slice_behavior.res.oracle  |   10 +-
 tests/slicing/oracle/slice_no_body.res.oracle |   22 +-
 .../oracle/slice_pragma_stmt.0.res.oracle     |    2 +-
 .../oracle/slice_pragma_stmt.1.res.oracle     |    4 +-
 .../oracle/slice_pragma_stmt.10.res.oracle    |    4 +-
 .../oracle/slice_pragma_stmt.11.res.oracle    |    4 +-
 .../oracle/slice_pragma_stmt.12.res.oracle    |    4 +-
 .../oracle/slice_pragma_stmt.13.res.oracle    |    4 +-
 .../oracle/slice_pragma_stmt.14.res.oracle    |    4 +-
 .../oracle/slice_pragma_stmt.15.res.oracle    |    4 +-
 .../oracle/slice_pragma_stmt.16.res.oracle    |    4 +-
 .../oracle/slice_pragma_stmt.17.res.oracle    |    6 +-
 .../oracle/slice_pragma_stmt.18.res.oracle    |    4 +-
 .../oracle/slice_pragma_stmt.19.res.oracle    |    6 +-
 .../oracle/slice_pragma_stmt.2.res.oracle     |    4 +-
 .../oracle/slice_pragma_stmt.20.res.oracle    |    8 +-
 .../oracle/slice_pragma_stmt.21.res.oracle    |    8 +-
 .../oracle/slice_pragma_stmt.22.res.oracle    |    6 +-
 .../oracle/slice_pragma_stmt.3.res.oracle     |    4 +-
 .../oracle/slice_pragma_stmt.4.res.oracle     |    4 +-
 .../oracle/slice_pragma_stmt.5.res.oracle     |    4 +-
 .../oracle/slice_pragma_stmt.6.res.oracle     |    4 +-
 .../oracle/slice_pragma_stmt.7.res.oracle     |    4 +-
 .../oracle/slice_pragma_stmt.8.res.oracle     |    4 +-
 .../oracle/slice_pragma_stmt.9.res.oracle     |    4 +-
 tests/slicing/oracle/switch.res.oracle        |    2 +-
 tests/slicing/oracle/top.0.res.oracle         |   14 +-
 tests/slicing/oracle/top.1.res.oracle         |   14 +-
 tests/slicing/oracle/top.2.res.oracle         |   14 +-
 tests/slicing/oracle/top2.0.res.oracle        |   10 +-
 tests/slicing/oracle/top2.1.res.oracle        |   10 +-
 tests/slicing/oracle/undef-fun.res.oracle     |   10 +-
 tests/slicing/oracle/unitialized.0.res.oracle |   20 +-
 tests/slicing/oracle/unitialized.1.res.oracle |   20 +-
 tests/slicing/oracle/unitialized.2.res.oracle |   18 +-
 tests/slicing/oracle/unitialized.3.res.oracle |   20 +-
 .../oracle/unravel-flavors.0.res.oracle       |   70 +-
 .../oracle/unravel-flavors.1.res.oracle       |   70 +-
 .../oracle/unravel-flavors.2.res.oracle       |   70 +-
 .../oracle/unravel-flavors.3.res.oracle       |   70 +-
 .../slicing/oracle/unravel-point.0.res.oracle |   76 +-
 .../slicing/oracle/unravel-point.1.res.oracle |   76 +-
 .../slicing/oracle/unravel-point.2.res.oracle |   76 +-
 .../slicing/oracle/unravel-point.3.res.oracle |   76 +-
 .../slicing/oracle/unravel-point.4.res.oracle |  116 +-
 .../oracle/unravel-variance.0.res.oracle      |  128 +-
 .../oracle/unravel-variance.1.res.oracle      |  128 +-
 .../oracle/unravel-variance.2.res.oracle      |  128 +-
 .../oracle/unravel-variance.3.res.oracle      |  128 +-
 .../oracle/unravel-variance.4.res.oracle      |  128 +-
 tests/slicing/oracle/unsupported.0.res.oracle |    3 +
 tests/slicing/oracle/use_spec.0.res.oracle    |    2 +
 tests/slicing/{ptr_fct.c => ptr_fct.i}        |    2 +-
 tests/slicing/same_sliced_name_bts1422.i      |    2 +-
 tests/slicing/select_by_annot.c               |  151 -
 tests/slicing/select_by_annot.i               |  151 +
 tests/slicing/select_calls.c                  |   44 -
 tests/slicing/select_calls.i                  |   44 +
 tests/slicing/select_return.c                 |   55 -
 tests/slicing/select_return.i                 |   55 +
 tests/slicing/select_return_bis.c             |   46 -
 tests/slicing/select_return_bis.i             |   46 +
 .../{select_simple.c => select_simple.i}      |    2 +-
 ...ple_intra_slice.c => simple_intra_slice.i} |   12 +-
 tests/slicing/sizeof.c                        |  106 -
 tests/slicing/sizeof.i                        |  106 +
 tests/slicing/slice_behavior.c                |   14 -
 tests/slicing/slice_behavior.i                |   14 +
 .../{slice_no_body.c => slice_no_body.i}      |    2 +-
 tests/slicing/slice_pragma_stmt.c             |  162 -
 tests/slicing/slice_pragma_stmt.i             |  162 +
 tests/slicing/{switch.c => switch.i}          |    2 +-
 tests/slicing/top.c                           |   28 -
 tests/slicing/top.i                           |   28 +
 tests/slicing/top2.c                          |   28 -
 tests/slicing/top2.i                          |   28 +
 tests/slicing/undef-fun.c                     |   20 -
 tests/slicing/undef-fun.i                     |   20 +
 tests/slicing/unitialized.c                   |   40 -
 tests/slicing/unitialized.i                   |   40 +
 .../{unravel-flavors.c => unravel-flavors.i}  |    8 +-
 tests/slicing/unravel-point.c                 |   79 -
 tests/slicing/unravel-point.i                 |   79 +
 ...{unravel-variance.c => unravel-variance.i} |   13 +-
 tests/slicing/unsupported.i                   |    2 +-
 tests/slicing/use_spec.i                      |    4 +-
 tests/slicing/variadic.c                      |    8 +-
 tests/slicing2/adpcm.c                        |    6 -
 tests/sparecode/oracle/intra.2.res.oracle     |    2 +-
 tests/spec/Extend.i                           |    2 +-
 tests/spec/add_global.i                       |    6 +
 tests/spec/add_global.ml                      |   35 +
 tests/spec/assignable_location.i              |    2 +-
 tests/spec/bts1068.i                          |    5 +
 tests/spec/bts2187-no-empty-contract.i        |    5 +
 tests/spec/expr_to_term.i                     |    2 +-
 tests/spec/heterogeneous_set_bts1146.i        |    2 +-
 .../oracle/acsl_basic_allocator.res.oracle    |   28 +-
 tests/spec/oracle/add_global.err.oracle       |    0
 tests/spec/oracle/add_global.res.oracle       |   25 +
 tests/spec/oracle/bts1068.res.oracle          |    6 +-
 .../bts2187-no-empty-contract.err.oracle      |    0
 .../bts2187-no-empty-contract.res.oracle      |   12 +
 .../clash_double_file_bts1598.res.oracle      |  350 +-
 tests/spec/oracle/model.res.oracle            |    4 +-
 tests/spec/oracle/purse.res.oracle            |   28 +-
 tests/spec/oracle/va.res.oracle               |  252 +
 tests/spec/property_test.ml                   |   15 +-
 tests/spec/volatile.c                         |    2 +-
 tests/syntax/Refresh_visitor.i                |    2 +-
 tests/syntax/array_static_arg.i               |    2 +-
 tests/syntax/decl-function.i                  |    2 +-
 tests/syntax/enum_repr.i                      |    6 +-
 tests/syntax/formals_decl_leak.i              |    2 +-
 tests/syntax/gnu-asm-aesni.c                  |    2 +-
 tests/syntax/merge_inline_1.c                 |    2 +-
 tests/syntax/multiple_decls_contracts.c       |    6 +-
 .../oracle/access_volatile_bts1589.res.oracle |   12 +-
 .../oracle/dangerous_expressions.res.oracle   |    4 +-
 tests/syntax/oracle/decay.res.oracle          |    4 +-
 tests/syntax/oracle/exit.res.oracle           |   28 +-
 .../local_uninitialized_bts_1081.res.oracle   |   12 +-
 .../multiple_decls_contracts.0.res.oracle     |   28 +-
 .../multiple_decls_contracts.1.res.oracle     |   28 +-
 .../multiple_decls_contracts.2.res.oracle     |   28 +-
 tests/syntax/oracle/reorder.res.oracle        |   10 +-
 tests/syntax/oracle/syntactic_hook.res.oracle |   22 +-
 tests/syntax/reorder.ml                       |    5 -
 tests/syntax/struct_copy.i                    |    2 +-
 tests/syntax/syntactic_hook.ml                |   29 +
 tests/test_config_symblocs                    |    2 +
 tests/value/bug0196.c                         |    2 +-
 tests/value/empty_struct2.c                   |    4 +-
 tests/value/empty_union.c                     |    4 +-
 tests/value/enum2.c                           |    2 +-
 tests/value/fun_ptr.i                         |    6 +-
 tests/value/local.i                           |    8 +
 .../value/oracle/abstract_struct_1.res.oracle |    2 +-
 tests/value/oracle/empty_struct2.res.oracle   |    6 +-
 tests/value/oracle/empty_union.res.oracle     |    6 +-
 tests/value/oracle/fun_ptr.0.err.oracle       |    0
 tests/value/oracle/fun_ptr.0.res.oracle       |  198 +
 tests/value/oracle/fun_ptr.1.err.oracle       |    0
 ...un_ptr.res.oracle => fun_ptr.1.res.oracle} |   52 +-
 tests/value/oracle/local.res.oracle           |   22 +-
 tests/value/oracle/paths.res.oracle           |  106 -
 tests/value/oracle/struct3.res.oracle         |   28 +-
 tests/value/oracle/symbolic_locs.err.oracle   |    0
 tests/value/oracle/symbolic_locs.res.oracle   |  178 +
 .../oracle_apron/abstract_struct_1.res.oracle |    2 +-
 .../oracle_apron/empty_struct2.res.oracle     |    6 +-
 .../value/oracle_apron/empty_union.res.oracle |    6 +-
 tests/value/oracle_apron/fun_ptr.0.err.oracle |    0
 tests/value/oracle_apron/fun_ptr.0.res.oracle |  198 +
 tests/value/oracle_apron/fun_ptr.1.err.oracle |    0
 ...un_ptr.res.oracle => fun_ptr.1.res.oracle} |   52 +-
 tests/value/oracle_apron/local.res.oracle     |   22 +-
 tests/value/oracle_apron/paths.res.oracle     |  106 -
 tests/value/oracle_apron/struct3.res.oracle   |   28 +-
 .../oracle_apron/symbolic_locs.err.oracle     |    0
 .../oracle_apron/symbolic_locs.res.oracle     |  178 +
 .../abstract_struct_1.res.oracle              |    2 +-
 .../oracle_bitwise/empty_struct2.res.oracle   |    6 +-
 .../oracle_bitwise/empty_union.res.oracle     |    6 +-
 .../value/oracle_bitwise/fun_ptr.0.err.oracle |    0
 .../value/oracle_bitwise/fun_ptr.0.res.oracle |  198 +
 .../value/oracle_bitwise/fun_ptr.1.err.oracle |    0
 ...un_ptr.res.oracle => fun_ptr.1.res.oracle} |   52 +-
 tests/value/oracle_bitwise/local.res.oracle   |   22 +-
 tests/value/oracle_bitwise/paths.res.oracle   |  106 -
 tests/value/oracle_bitwise/struct3.res.oracle |   28 +-
 .../oracle_bitwise/symbolic_locs.err.oracle   |    0
 .../oracle_bitwise/symbolic_locs.res.oracle   |  178 +
 .../abstract_struct_1.res.oracle              |    2 +-
 .../empty_struct2.res.oracle                  |    6 +-
 .../oracle_equalities/empty_union.res.oracle  |    6 +-
 .../oracle_equalities/fun_ptr.0.err.oracle    |    0
 .../oracle_equalities/fun_ptr.0.res.oracle    |  198 +
 .../oracle_equalities/fun_ptr.1.err.oracle    |    0
 .../oracle_equalities/fun_ptr.1.res.oracle    |  198 +
 .../value/oracle_equalities/local.res.oracle  |   22 +-
 .../value/oracle_equalities/paths.res.oracle  |  106 -
 .../oracle_equalities/struct3.res.oracle      |   28 +-
 .../symbolic_locs.err.oracle                  |    0
 .../symbolic_locs.res.oracle                  |  178 +
 .../abstract_struct_1.res.oracle              |    2 +-
 .../oracle_legacy/empty_struct2.res.oracle    |    6 +-
 .../oracle_legacy/empty_union.res.oracle      |    6 +-
 .../value/oracle_legacy/fun_ptr.0.err.oracle  |    0
 .../value/oracle_legacy/fun_ptr.0.res.oracle  |  201 +
 .../value/oracle_legacy/fun_ptr.1.err.oracle  |    0
 ...un_ptr.res.oracle => fun_ptr.1.res.oracle} |   52 +-
 tests/value/oracle_legacy/local.res.oracle    |   22 +-
 tests/value/oracle_legacy/paths.res.oracle    |  106 -
 tests/value/oracle_legacy/struct3.res.oracle  |   28 +-
 .../oracle_legacy/symbolic_locs.err.oracle    |    0
 .../oracle_legacy/symbolic_locs.res.oracle    |  178 +
 .../CruiseControl.0.err.oracle                |    0
 .../CruiseControl.0.res.oracle                | 3351 ++++++
 .../CruiseControl.1.err.oracle                |    0
 .../CruiseControl.1.res.oracle                | 3348 ++++++
 tests/value/oracle_symblocs/FP5.err.oracle    |    0
 tests/value/oracle_symblocs/FP5.res.oracle    |   31 +
 tests/value/oracle_symblocs/abs.err.oracle    |    0
 tests/value/oracle_symblocs/abs.res.oracle    |   26 +
 .../value/oracle_symblocs/abs_addr.err.oracle |    0
 .../value/oracle_symblocs/abs_addr.res.oracle |   49 +
 .../absolute_pointer.err.oracle               |    0
 .../absolute_pointer.res.oracle               |   62 +
 .../abstract_struct_1.err.oracle              |    0
 .../abstract_struct_1.res.oracle              |   48 +
 .../oracle_symblocs/access_path.err.oracle    |    0
 .../oracle_symblocs/access_path.res.oracle    |   29 +
 .../oracle_symblocs/add_approx.err.oracle     |    0
 .../oracle_symblocs/add_approx.res.oracle     |   32 +
 .../value/oracle_symblocs/addition.err.oracle |    0
 .../value/oracle_symblocs/addition.res.oracle |  464 +
 tests/value/oracle_symblocs/addr.0.err.oracle |    0
 tests/value/oracle_symblocs/addr.0.res.oracle |   44 +
 tests/value/oracle_symblocs/addr.1.err.oracle |    0
 tests/value/oracle_symblocs/addr.1.res.oracle |   26 +
 tests/value/oracle_symblocs/addr2.err.oracle  |    0
 tests/value/oracle_symblocs/addr2.res.oracle  |   29 +
 .../oracle_symblocs/addrofstring.err.oracle   |    0
 .../oracle_symblocs/addrofstring.res.oracle   |   24 +
 .../affect_corrupt.0.err.oracle               |    0
 .../affect_corrupt.0.res.oracle               |   27 +
 .../affect_corrupt.1.err.oracle               |    0
 .../affect_corrupt.1.res.oracle               |   25 +
 .../value/oracle_symblocs/ai_annot.err.oracle |    0
 .../value/oracle_symblocs/ai_annot.res.oracle |   38 +
 .../value/oracle_symblocs/alias.0.err.oracle  |    0
 .../value/oracle_symblocs/alias.0.res.oracle  |  160 +
 .../value/oracle_symblocs/alias.1.err.oracle  |    0
 .../value/oracle_symblocs/alias.1.res.oracle  |  115 +
 .../value/oracle_symblocs/alias.2.err.oracle  |    0
 .../value/oracle_symblocs/alias.2.res.oracle  |  121 +
 .../value/oracle_symblocs/alias.3.err.oracle  |    0
 .../value/oracle_symblocs/alias.3.res.oracle  |  108 +
 .../value/oracle_symblocs/alias.4.err.oracle  |    0
 .../value/oracle_symblocs/alias.4.res.oracle  |  104 +
 .../value/oracle_symblocs/alias.5.err.oracle  |    0
 .../value/oracle_symblocs/alias.5.res.oracle  |  222 +
 .../value/oracle_symblocs/alias.6.err.oracle  |    0
 .../value/oracle_symblocs/alias.6.res.oracle  |  137 +
 tests/value/oracle_symblocs/align.err.oracle  |    0
 tests/value/oracle_symblocs/align.res.oracle  |   30 +
 .../align_char_array.err.oracle               |    0
 .../align_char_array.res.oracle               |   39 +
 tests/value/oracle_symblocs/annot.err.oracle  |    0
 tests/value/oracle_symblocs/annot.res.oracle  |   44 +
 .../oracle_symblocs/annot_valid.err.oracle    |    0
 .../oracle_symblocs/annot_valid.res.oracle    |   45 +
 .../anonymous_field.err.oracle                |    0
 .../anonymous_field.res.oracle                |   43 +
 .../value/oracle_symblocs/any_int.err.oracle  |    0
 .../value/oracle_symblocs/any_int.res.oracle  |   30 +
 tests/value/oracle_symblocs/arch.err.oracle   |    0
 tests/value/oracle_symblocs/arch.res.oracle   |   33 +
 .../oracle_symblocs/arg_array.err.oracle      |    0
 .../oracle_symblocs/arg_array.res.oracle      |   31 +
 .../oracle_symblocs/arith_pointer.err.oracle  |    0
 .../oracle_symblocs/arith_pointer.res.oracle  |  195 +
 .../oracle_symblocs/array_access.err.oracle   |    0
 .../oracle_symblocs/array_access.res.oracle   |  181 +
 .../oracle_symblocs/array_array.0.err.oracle  |    0
 .../oracle_symblocs/array_array.0.res.oracle  |   48 +
 .../oracle_symblocs/array_array.1.err.oracle  |    0
 .../oracle_symblocs/array_array.1.res.oracle  |   49 +
 .../oracle_symblocs/array_array.2.err.oracle  |    0
 .../oracle_symblocs/array_array.2.res.oracle  |   47 +
 .../oracle_symblocs/array_bounds.0.err.oracle |    0
 .../oracle_symblocs/array_bounds.0.res.oracle |   76 +
 .../oracle_symblocs/array_bounds.1.err.oracle |    0
 .../oracle_symblocs/array_bounds.1.res.oracle |   67 +
 .../array_degenerating_loop.err.oracle        |    0
 .../array_degenerating_loop.res.oracle        |   29 +
 .../array_initializer.err.oracle              |    0
 .../array_initializer.res.oracle              |   45 +
 .../oracle_symblocs/array_loop.err.oracle     |    0
 .../oracle_symblocs/array_loop.res.oracle     |   46 +
 .../oracle_symblocs/array_overlap.err.oracle  |    0
 .../oracle_symblocs/array_overlap.res.oracle  |   48 +
 .../oracle_symblocs/array_ptr.err.oracle      |    0
 .../oracle_symblocs/array_ptr.res.oracle      |   50 +
 .../array_zero_length.0.err.oracle            |    0
 .../array_zero_length.0.res.oracle            |   67 +
 .../array_zero_length.1.err.oracle            |    0
 .../array_zero_length.1.res.oracle            |   61 +
 .../array_zero_length.2.err.oracle            |    0
 .../array_zero_length.2.res.oracle            |    7 +
 .../oracle_symblocs/assert_builtin.err.oracle |    0
 .../oracle_symblocs/assert_builtin.res.oracle |   27 +
 .../oracle_symblocs/assert_ptr.err.oracle     |    0
 .../oracle_symblocs/assert_ptr.res.oracle     |   39 +
 .../assign-leaf-indirect.err.oracle           |    0
 .../assign-leaf-indirect.res.oracle           |   45 +
 .../value/oracle_symblocs/assigns.err.oracle  |    0
 .../value/oracle_symblocs/assigns.res.oracle  | 1010 ++
 .../oracle_symblocs/assigns_from.err.oracle   |    0
 .../oracle_symblocs/assigns_from.res.oracle   |  661 ++
 .../assigns_from_direct.err.oracle            |    0
 .../assigns_from_direct.res.oracle            |  130 +
 .../attribute-aligned.err.oracle              |    0
 .../attribute-aligned.res.oracle              |  151 +
 .../oracle_symblocs/automalloc.err.oracle     |    0
 .../oracle_symblocs/automalloc.res.oracle     |   56 +
 .../backward_add_ptr.err.oracle               |    0
 .../backward_add_ptr.res.oracle               |  289 +
 .../value/oracle_symblocs/bad_loop.err.oracle |    0
 .../value/oracle_symblocs/bad_loop.res.oracle |   27 +
 .../base_addr_offset_block_length.err.oracle  |    0
 .../base_addr_offset_block_length.res.oracle  |   51 +
 .../oracle_symblocs/behaviors1.err.oracle     |    0
 .../oracle_symblocs/behaviors1.res.oracle     |  690 ++
 .../oracle_symblocs/behaviors2.err.oracle     |    0
 .../oracle_symblocs/behaviors2.res.oracle     |  240 +
 .../oracle_symblocs/big_lib_entry.err.oracle  |    0
 .../oracle_symblocs/big_lib_entry.res.oracle  | 9117 +++++++++++++++++
 .../value/oracle_symblocs/bigarray.err.oracle |    0
 .../value/oracle_symblocs/bigarray.res.oracle |   29 +
 .../value/oracle_symblocs/bitfield.err.oracle |    0
 .../value/oracle_symblocs/bitfield.res.oracle |  369 +
 .../bitfield_assign.err.oracle                |    0
 .../bitfield_assign.res.oracle                |   47 +
 .../bitfield_longlong.err.oracle              |    0
 .../bitfield_longlong.res.oracle              |   21 +
 .../bitfield_receives_result.err.oracle       |    0
 .../bitfield_receives_result.res.oracle       |   47 +
 .../value/oracle_symblocs/bitwise.err.oracle  |    0
 .../value/oracle_symblocs/bitwise.res.oracle  |   57 +
 .../oracle_symblocs/bitwise_float.err.oracle  |    0
 .../oracle_symblocs/bitwise_float.res.oracle  |   25 +
 .../oracle_symblocs/bitwise_or.err.oracle     |    0
 .../oracle_symblocs/bitwise_or.res.oracle     |   65 +
 .../bitwise_pointer.err.oracle                |    0
 .../bitwise_pointer.res.oracle                |   92 +
 .../bitwise_reduction.err.oracle              |    0
 .../bitwise_reduction.res.oracle              |   59 +
 tests/value/oracle_symblocs/biz.err.oracle    |    0
 tests/value/oracle_symblocs/biz.res.oracle    |   28 +
 tests/value/oracle_symblocs/bool.err.oracle   |    0
 tests/value/oracle_symblocs/bool.res.oracle   |   75 +
 tests/value/oracle_symblocs/branch.err.oracle |    0
 tests/value/oracle_symblocs/branch.res.oracle |   28 +
 .../value/oracle_symblocs/branch2.err.oracle  |    0
 .../value/oracle_symblocs/branch2.res.oracle  |   31 +
 .../oracle_symblocs/broken_loop.err.oracle    |    0
 .../oracle_symblocs/broken_loop.res.oracle    |   23 +
 .../oracle_symblocs/bts0506.0.err.oracle      |    0
 .../oracle_symblocs/bts0506.0.res.oracle      |  309 +
 .../oracle_symblocs/bts0506.1.err.oracle      |    0
 .../oracle_symblocs/bts0506.1.res.oracle      |  273 +
 .../value/oracle_symblocs/bts0775.err.oracle  |    0
 .../value/oracle_symblocs/bts0775.res.oracle  |   23 +
 .../value/oracle_symblocs/bts0858.err.oracle  |    0
 .../value/oracle_symblocs/bts0858.res.oracle  |   24 +
 .../value/oracle_symblocs/bts1306.err.oracle  |    0
 .../value/oracle_symblocs/bts1306.res.oracle  |   72 +
 .../buffer_overflow.0.err.oracle              |    0
 .../buffer_overflow.0.res.oracle              |   26 +
 .../buffer_overflow.1.err.oracle              |    0
 .../buffer_overflow.1.res.oracle              |   27 +
 tests/value/oracle_symblocs/bug.err.oracle    |    0
 tests/value/oracle_symblocs/bug.res.oracle    |   23 +
 .../value/oracle_symblocs/bug0196.err.oracle  |    0
 .../value/oracle_symblocs/bug0196.res.oracle  |   73 +
 .../oracle_symblocs/bug0223.0.err.oracle      |    0
 .../oracle_symblocs/bug0223.0.res.oracle      |   65 +
 .../oracle_symblocs/bug0223.1.err.oracle      |    0
 .../oracle_symblocs/bug0223.1.res.oracle      |   65 +
 .../value/oracle_symblocs/bug0245.err.oracle  |    0
 .../value/oracle_symblocs/bug0245.res.oracle  |   42 +
 .../value/oracle_symblocs/bug_023.err.oracle  |    0
 .../value/oracle_symblocs/bug_023.res.oracle  |   35 +
 .../value/oracle_symblocs/bug_0244.err.oracle |    0
 .../value/oracle_symblocs/bug_0244.res.oracle |   31 +
 tests/value/oracle_symblocs/call.err.oracle   |    0
 tests/value/oracle_symblocs/call.res.oracle   |   78 +
 tests/value/oracle_symblocs/call_2.err.oracle |    0
 tests/value/oracle_symblocs/call_2.res.oracle |   45 +
 tests/value/oracle_symblocs/call_3.err.oracle |    0
 tests/value/oracle_symblocs/call_3.res.oracle |   44 +
 .../oracle_symblocs/call_alias.0.err.oracle   |    0
 .../oracle_symblocs/call_alias.0.res.oracle   |   53 +
 .../oracle_symblocs/call_alias.1.err.oracle   |    0
 .../oracle_symblocs/call_alias.1.res.oracle   |   49 +
 .../oracle_symblocs/call_alias.2.err.oracle   |    0
 .../oracle_symblocs/call_alias.2.res.oracle   |   45 +
 .../oracle_symblocs/call_deep.err.oracle      |    0
 .../oracle_symblocs/call_deep.res.oracle      |   87 +
 .../oracle_symblocs/call_multi.err.oracle     |    0
 .../oracle_symblocs/call_multi.res.oracle     |   69 +
 .../oracle_symblocs/call_simple.err.oracle    |    0
 .../oracle_symblocs/call_simple.res.oracle    |   58 +
 .../case_analysis.0.err.oracle                |    0
 .../case_analysis.0.res.oracle                |   20 +
 .../case_analysis.1.err.oracle                |    0
 .../case_analysis.1.res.oracle                |   21 +
 tests/value/oracle_symblocs/cast.err.oracle   |    0
 tests/value/oracle_symblocs/cast.res.oracle   |  148 +
 tests/value/oracle_symblocs/cast1.err.oracle  |    0
 tests/value/oracle_symblocs/cast1.res.oracle  |   39 +
 tests/value/oracle_symblocs/cast2.err.oracle  |    0
 tests/value/oracle_symblocs/cast2.res.oracle  |   80 +
 .../oracle_symblocs/cast_axalto.err.oracle    |    0
 .../oracle_symblocs/cast_axalto.res.oracle    |   59 +
 .../value/oracle_symblocs/cast_fun.err.oracle |    0
 .../value/oracle_symblocs/cast_fun.res.oracle |  128 +
 .../oracle_symblocs/cast_hetero.err.oracle    |    0
 .../oracle_symblocs/cast_hetero.res.oracle    |   45 +
 .../oracle_symblocs/cast_return.0.err.oracle  |    0
 .../oracle_symblocs/cast_return.0.res.oracle  |  333 +
 .../oracle_symblocs/cast_return.1.err.oracle  |    0
 .../oracle_symblocs/cast_return.1.res.oracle  |  233 +
 .../oracle_symblocs/cert_exp35_c.err.oracle   |    0
 .../oracle_symblocs/cert_exp35_c.res.oracle   |   52 +
 .../oracle_symblocs/changeret.err.oracle      |    0
 .../oracle_symblocs/changeret.res.oracle      |   94 +
 tests/value/oracle_symblocs/cmp.err.oracle    |    0
 tests/value/oracle_symblocs/cmp.res.oracle    |   42 +
 .../oracle_symblocs/cmp_ptr.0.err.oracle      |    0
 .../oracle_symblocs/cmp_ptr.0.res.oracle      |  107 +
 .../oracle_symblocs/cmp_ptr.1.err.oracle      |    0
 .../oracle_symblocs/cmp_ptr.1.res.oracle      |  107 +
 .../cmp_ptr_follow_all_branches.0.err.oracle  |    0
 .../cmp_ptr_follow_all_branches.0.res.oracle  |   31 +
 .../cmp_ptr_follow_all_branches.1.err.oracle  |    0
 .../cmp_ptr_follow_all_branches.1.res.oracle  |   33 +
 tests/value/oracle_symblocs/cond.err.oracle   |    0
 tests/value/oracle_symblocs/cond.res.oracle   |   86 +
 .../value/oracle_symblocs/cond2.0.err.oracle  |    0
 .../value/oracle_symblocs/cond2.0.res.oracle  |   50 +
 .../value/oracle_symblocs/cond2.1.err.oracle  |    0
 .../value/oracle_symblocs/cond2.1.res.oracle  |  149 +
 tests/value/oracle_symblocs/cond3.err.oracle  |    0
 tests/value/oracle_symblocs/cond3.res.oracle  |   28 +
 .../cond_integer_cast_of_float.err.oracle     |    0
 .../cond_integer_cast_of_float.res.oracle     |  192 +
 .../conditional_initializer.err.oracle        |    0
 .../conditional_initializer.res.oracle        |   23 +
 tests/value/oracle_symblocs/const.err.oracle  |    0
 tests/value/oracle_symblocs/const.res.oracle  |  534 +
 tests/value/oracle_symblocs/const2.err.oracle |    0
 tests/value/oracle_symblocs/const2.res.oracle |   28 +
 .../oracle_symblocs/const_syntax.err.oracle   |    0
 .../oracle_symblocs/const_syntax.res.oracle   |   25 +
 .../oracle_symblocs/const_typedef.err.oracle  |    0
 .../oracle_symblocs/const_typedef.res.oracle  |   84 +
 .../constarraystructlibentry.err.oracle       |    0
 .../constarraystructlibentry.res.oracle       |  169 +
 .../oracle_symblocs/context_free.err.oracle   |    0
 .../oracle_symblocs/context_free.res.oracle   |  167 +
 .../context_free_simple.err.oracle            |    0
 .../context_free_simple.res.oracle            |   39 +
 .../oracle_symblocs/context_width.err.oracle  |    0
 .../oracle_symblocs/context_width.res.oracle  |  112 +
 .../value/oracle_symblocs/control.err.oracle  |    0
 .../value/oracle_symblocs/control.res.oracle  |   29 +
 .../oracle_symblocs/conversion.err.oracle     |    0
 .../oracle_symblocs/conversion.res.oracle     |   95 +
 .../oracle_symblocs/copy_paste.err.oracle     |    0
 .../oracle_symblocs/copy_paste.res.oracle     |   38 +
 ...copy_paste_hidden_by_dummy_cast.err.oracle |    0
 ...copy_paste_hidden_by_dummy_cast.res.oracle |   23 +
 .../oracle_symblocs/copy_stdin.err.oracle     |    0
 .../oracle_symblocs/copy_stdin.res.oracle     |   34 +
 .../value/oracle_symblocs/dangling.err.oracle |    0
 .../value/oracle_symblocs/dangling.res.oracle |   33 +
 .../oracle_symblocs/dataflow_order.err.oracle |    0
 .../oracle_symblocs/dataflow_order.res.oracle |  138 +
 .../oracle_symblocs/dead_code.err.oracle      |    0
 .../oracle_symblocs/dead_code.res.oracle      |   25 +
 .../oracle_symblocs/dead_code2.err.oracle     |    0
 .../oracle_symblocs/dead_code2.res.oracle     |   25 +
 .../oracle_symblocs/dead_inout.err.oracle     |    0
 .../oracle_symblocs/dead_inout.res.oracle     |  100 +
 .../oracle_symblocs/dead_statuses.err.oracle  |    0
 .../oracle_symblocs/dead_statuses.res.oracle  |  132 +
 .../deep_conditionals.err.oracle              |    0
 .../deep_conditionals.res.oracle              |   24 +
 .../oracle_symblocs/degeneration2.err.oracle  |    0
 .../oracle_symblocs/degeneration2.res.oracle  |   39 +
 tests/value/oracle_symblocs/deps.0.err.oracle |    0
 tests/value/oracle_symblocs/deps.0.res.oracle |   23 +
 tests/value/oracle_symblocs/deps.1.err.oracle |    0
 tests/value/oracle_symblocs/deps.1.res.oracle |   31 +
 tests/value/oracle_symblocs/deps.2.err.oracle |    0
 tests/value/oracle_symblocs/deps.2.res.oracle |   27 +
 .../oracle_symblocs/deps_addr.err.oracle      |    0
 .../oracle_symblocs/deps_addr.res.oracle      |   27 +
 .../oracle_symblocs/deps_compose.err.oracle   |    0
 .../oracle_symblocs/deps_compose.res.oracle   |   86 +
 .../oracle_symblocs/deps_local.err.oracle     |    0
 .../oracle_symblocs/deps_local.res.oracle     |   75 +
 .../oracle_symblocs/deps_mixed.err.oracle     |    0
 .../oracle_symblocs/deps_mixed.res.oracle     |   74 +
 .../deps_unitialized_locals.err.oracle        |    0
 .../deps_unitialized_locals.res.oracle        |  104 +
 tests/value/oracle_symblocs/deref.err.oracle  |    0
 tests/value/oracle_symblocs/deref.res.oracle  |   30 +
 .../disjoint_status.err.oracle                |    0
 .../disjoint_status.res.oracle                |   92 +
 tests/value/oracle_symblocs/div.0.err.oracle  |    0
 tests/value/oracle_symblocs/div.0.res.oracle  |  111 +
 tests/value/oracle_symblocs/div.1.err.oracle  |    0
 tests/value/oracle_symblocs/div.1.res.oracle  |  105 +
 .../oracle_symblocs/div_strange.err.oracle    |    0
 .../oracle_symblocs/div_strange.res.oracle    |   25 +
 tests/value/oracle_symblocs/divneg.err.oracle |    0
 tests/value/oracle_symblocs/divneg.res.oracle |   83 +
 .../value/oracle_symblocs/downcast.err.oracle |    0
 .../value/oracle_symblocs/downcast.res.oracle | 1705 +++
 tests/value/oracle_symblocs/dur.err.oracle    |    0
 tests/value/oracle_symblocs/dur.res.oracle    |  329 +
 .../oracle_symblocs/empty_base.0.err.oracle   |    0
 .../oracle_symblocs/empty_base.0.res.oracle   |    9 +
 .../oracle_symblocs/empty_base.1.err.oracle   |    0
 .../oracle_symblocs/empty_base.1.res.oracle   |    6 +
 .../oracle_symblocs/empty_struct.0.err.oracle |    0
 .../oracle_symblocs/empty_struct.0.res.oracle |   44 +
 .../oracle_symblocs/empty_struct.1.err.oracle |    0
 .../oracle_symblocs/empty_struct.1.res.oracle |   23 +
 .../oracle_symblocs/empty_struct.2.err.oracle |    0
 .../oracle_symblocs/empty_struct.2.res.oracle |   23 +
 .../oracle_symblocs/empty_struct.3.err.oracle |    0
 .../oracle_symblocs/empty_struct.3.res.oracle |    7 +
 .../oracle_symblocs/empty_struct2.err.oracle  |    0
 .../oracle_symblocs/empty_struct2.res.oracle  |   94 +
 .../oracle_symblocs/empty_union.err.oracle    |    0
 .../oracle_symblocs/empty_union.res.oracle    |  104 +
 tests/value/oracle_symblocs/endian.err.oracle |    0
 tests/value/oracle_symblocs/endian.res.oracle |   56 +
 tests/value/oracle_symblocs/enum.err.oracle   |    0
 tests/value/oracle_symblocs/enum.res.oracle   |   41 +
 tests/value/oracle_symblocs/enum2.err.oracle  |    0
 tests/value/oracle_symblocs/enum2.res.oracle  |   87 +
 .../oracle_symblocs/eval_separated.err.oracle |    0
 .../oracle_symblocs/eval_separated.res.oracle |   64 +
 tests/value/oracle_symblocs/extern.err.oracle |    0
 tests/value/oracle_symblocs/extern.res.oracle |   45 +
 tests/value/oracle_symblocs/f1.err.oracle     |    0
 tests/value/oracle_symblocs/f1.res.oracle     |   32 +
 tests/value/oracle_symblocs/f2.err.oracle     |    0
 tests/value/oracle_symblocs/f2.res.oracle     |   23 +
 tests/value/oracle_symblocs/false.err.oracle  |    0
 tests/value/oracle_symblocs/false.res.oracle  |   51 +
 .../oracle_symblocs/fam_sizeof.err.oracle     |    0
 .../oracle_symblocs/fam_sizeof.res.oracle     |   34 +
 .../oracle_symblocs/find_ivaltop.err.oracle   |    0
 .../oracle_symblocs/find_ivaltop.res.oracle   |   45 +
 .../value/oracle_symblocs/folding.err.oracle  |    0
 .../value/oracle_symblocs/folding.res.oracle  |   77 +
 .../oracle_symblocs/for_loops.0.err.oracle    |    0
 .../oracle_symblocs/for_loops.0.res.oracle    |   45 +
 .../oracle_symblocs/for_loops.1.err.oracle    |    0
 .../oracle_symblocs/for_loops.1.res.oracle    |   64 +
 .../oracle_symblocs/for_loops.2.err.oracle    |    0
 .../oracle_symblocs/for_loops.2.res.oracle    |   61 +
 .../oracle_symblocs/for_loops.3.err.oracle    |    0
 .../oracle_symblocs/for_loops.3.res.oracle    |   31 +
 tests/value/oracle_symblocs/forall.err.oracle |    0
 tests/value/oracle_symblocs/forall.res.oracle |   39 +
 tests/value/oracle_symblocs/fptr.0.err.oracle |    0
 tests/value/oracle_symblocs/fptr.0.res.oracle |  160 +
 tests/value/oracle_symblocs/fptr.1.err.oracle |    0
 tests/value/oracle_symblocs/fptr.1.res.oracle |  116 +
 tests/value/oracle_symblocs/from1.err.oracle  |    0
 tests/value/oracle_symblocs/from1.res.oracle  |   63 +
 .../oracle_symblocs/from_call.0.err.oracle    |    0
 .../oracle_symblocs/from_call.0.res.oracle    |  347 +
 .../oracle_symblocs/from_call.1.err.oracle    |    0
 .../oracle_symblocs/from_call.1.res.oracle    |  231 +
 .../oracle_symblocs/from_global.err.oracle    |    0
 .../oracle_symblocs/from_global.res.oracle    |   50 +
 .../value/oracle_symblocs/from_ind.err.oracle |    0
 .../value/oracle_symblocs/from_ind.res.oracle |   27 +
 .../oracle_symblocs/from_pb.0.err.oracle      |    0
 .../oracle_symblocs/from_pb.0.res.oracle      |   29 +
 .../oracle_symblocs/from_pb.1.err.oracle      |    0
 .../oracle_symblocs/from_pb.1.res.oracle      |   29 +
 .../oracle_symblocs/from_pb.2.err.oracle      |    0
 .../oracle_symblocs/from_pb.2.res.oracle      |   29 +
 .../oracle_symblocs/from_pb.3.err.oracle      |    0
 .../oracle_symblocs/from_pb.3.res.oracle      |   30 +
 .../oracle_symblocs/from_pb.4.err.oracle      |    0
 .../oracle_symblocs/from_pb.4.res.oracle      |   29 +
 .../oracle_symblocs/from_pb.5.err.oracle      |    0
 .../oracle_symblocs/from_pb.5.res.oracle      |   30 +
 .../oracle_symblocs/from_pb.6.err.oracle      |    0
 .../oracle_symblocs/from_pb.6.res.oracle      |   29 +
 .../oracle_symblocs/from_pb.7.err.oracle      |    0
 .../oracle_symblocs/from_pb.7.res.oracle      |   30 +
 .../oracle_symblocs/from_ptr.0.err.oracle     |    0
 .../oracle_symblocs/from_ptr.0.res.oracle     |   41 +
 .../oracle_symblocs/from_ptr.1.err.oracle     |    0
 .../oracle_symblocs/from_ptr.1.res.oracle     |   40 +
 .../oracle_symblocs/from_ptr2.err.oracle      |    0
 .../oracle_symblocs/from_ptr2.res.oracle      |   37 +
 .../oracle_symblocs/from_res_2.err.oracle     |    0
 .../oracle_symblocs/from_res_2.res.oracle     |  104 +
 .../oracle_symblocs/from_termin.err.oracle    |    0
 .../oracle_symblocs/from_termin.res.oracle    |   28 +
 .../oracle_symblocs/fun_ptr.0.err.oracle      |    0
 .../oracle_symblocs/fun_ptr.0.res.oracle      |  198 +
 .../oracle_symblocs/fun_ptr.1.err.oracle      |    0
 .../oracle_symblocs/fun_ptr.1.res.oracle      |  198 +
 .../function_return_serial_casts.err.oracle   |    0
 .../function_return_serial_casts.res.oracle   |   60 +
 tests/value/oracle_symblocs/g1.err.oracle     |    0
 tests/value/oracle_symblocs/g1.res.oracle     |   23 +
 .../oracle_symblocs/garbled_init.err.oracle   |    0
 .../oracle_symblocs/garbled_init.res.oracle   |   24 +
 tests/value/oracle_symblocs/ghost.err.oracle  |    0
 tests/value/oracle_symblocs/ghost.res.oracle  |   31 +
 .../oracle_symblocs/global_bug.err.oracle     |    0
 .../oracle_symblocs/global_bug.res.oracle     |   38 +
 tests/value/oracle_symblocs/goto.err.oracle   |    0
 tests/value/oracle_symblocs/goto.res.oracle   |   39 +
 tests/value/oracle_symblocs/if.0.err.oracle   |    0
 tests/value/oracle_symblocs/if.0.res.oracle   |   30 +
 tests/value/oracle_symblocs/if.1.err.oracle   |    0
 tests/value/oracle_symblocs/if.1.res.oracle   |   26 +
 tests/value/oracle_symblocs/if2.err.oracle    |    0
 tests/value/oracle_symblocs/if2.res.oracle    |   75 +
 tests/value/oracle_symblocs/ilevel.err.oracle |    0
 tests/value/oracle_symblocs/ilevel.res.oracle |  104 +
 .../value/oracle_symblocs/implies.err.oracle  |    0
 .../value/oracle_symblocs/implies.res.oracle  |   28 +
 .../imprecise_invalid_write.err.oracle        |    0
 .../imprecise_invalid_write.res.oracle        |   87 +
 .../incorrect_reduce_expr.err.oracle          |    0
 .../incorrect_reduce_expr.res.oracle          |   17 +
 tests/value/oracle_symblocs/ineq.err.oracle   |    0
 tests/value/oracle_symblocs/ineq.res.oracle   |   58 +
 .../value/oracle_symblocs/infinite.err.oracle |    0
 .../value/oracle_symblocs/infinite.res.oracle |   34 +
 tests/value/oracle_symblocs/init.0.err.oracle |    0
 tests/value/oracle_symblocs/init.0.res.oracle |   53 +
 tests/value/oracle_symblocs/init.1.err.oracle |    0
 tests/value/oracle_symblocs/init.1.res.oracle |  153 +
 .../init_const_guard.err.oracle               |    0
 .../init_const_guard.res.oracle               |  275 +
 .../oracle_symblocs/initialized.err.oracle    |    0
 .../oracle_symblocs/initialized.res.oracle    |  337 +
 .../initialized_copy.0.err.oracle             |    0
 .../initialized_copy.0.res.oracle             |  173 +
 .../initialized_copy.1.err.oracle             |    0
 .../initialized_copy.1.res.oracle             |  125 +
 .../value/oracle_symblocs/inout.0.err.oracle  |    0
 .../value/oracle_symblocs/inout.0.res.oracle  |   47 +
 .../value/oracle_symblocs/inout.1.err.oracle  |    0
 .../value/oracle_symblocs/inout.1.res.oracle  |   42 +
 .../value/oracle_symblocs/inout.2.err.oracle  |    0
 .../value/oracle_symblocs/inout.2.res.oracle  |   41 +
 .../value/oracle_symblocs/inout.3.err.oracle  |    0
 .../value/oracle_symblocs/inout.3.res.oracle  |   40 +
 .../value/oracle_symblocs/inout.4.err.oracle  |    0
 .../value/oracle_symblocs/inout.4.res.oracle  |   55 +
 .../oracle_symblocs/inout_diff.err.oracle     |    0
 .../oracle_symblocs/inout_diff.res.oracle     |   95 +
 .../oracle_symblocs/inout_formals.err.oracle  |    0
 .../oracle_symblocs/inout_formals.res.oracle  |   28 +
 .../inout_on_alarms.err.oracle                |    0
 .../inout_on_alarms.res.oracle                |  114 +
 .../oracle_symblocs/inout_proto.err.oracle    |    0
 .../oracle_symblocs/inout_proto.res.oracle    |  147 +
 tests/value/oracle_symblocs/input.err.oracle  |    0
 tests/value/oracle_symblocs/input.res.oracle  |   34 +
 .../value/oracle_symblocs/integers.err.oracle |    0
 .../value/oracle_symblocs/integers.res.oracle |   33 +
 .../value/oracle_symblocs/interpol.err.oracle |    0
 .../value/oracle_symblocs/interpol.res.oracle |   37 +
 .../invalid_loc_return.err.oracle             |    0
 .../invalid_loc_return.res.oracle             |  110 +
 .../invalid_lval_arg.err.oracle               |    0
 .../invalid_lval_arg.res.oracle               |   37 +
 .../oracle_symblocs/inversion.err.oracle      |    0
 .../oracle_symblocs/inversion.res.oracle      |   57 +
 .../oracle_symblocs/inversion2.err.oracle     |    0
 .../oracle_symblocs/inversion2.res.oracle     |   70 +
 .../value/oracle_symblocs/jacques.err.oracle  |    0
 .../value/oracle_symblocs/jacques.res.oracle  |   61 +
 .../join_misaligned.err.oracle                |    0
 .../join_misaligned.res.oracle                |   84 +
 tests/value/oracle_symblocs/label.err.oracle  |    0
 tests/value/oracle_symblocs/label.res.oracle  |   46 +
 tests/value/oracle_symblocs/lazy.0.err.oracle |    0
 tests/value/oracle_symblocs/lazy.0.res.oracle |   42 +
 tests/value/oracle_symblocs/lazy.1.err.oracle |    0
 tests/value/oracle_symblocs/lazy.1.res.oracle |   44 +
 tests/value/oracle_symblocs/leaf.err.oracle   |    0
 tests/value/oracle_symblocs/leaf.res.oracle   |  243 +
 tests/value/oracle_symblocs/leaf2.err.oracle  |    0
 tests/value/oracle_symblocs/leaf2.res.oracle  |   43 +
 .../oracle_symblocs/leaf_spec.0.err.oracle    |    0
 .../oracle_symblocs/leaf_spec.0.res.oracle    |   69 +
 .../oracle_symblocs/leaf_spec.1.err.oracle    |    0
 .../oracle_symblocs/leaf_spec.1.res.oracle    |   34 +
 .../value/oracle_symblocs/library.err.oracle  |    0
 .../value/oracle_symblocs/library.res.oracle  |  492 +
 .../library_precond.err.oracle                |    0
 .../library_precond.res.oracle                |   33 +
 tests/value/oracle_symblocs/limits.err.oracle |    0
 tests/value/oracle_symblocs/limits.res.oracle |   35 +
 tests/value/oracle_symblocs/local.err.oracle  |    0
 tests/value/oracle_symblocs/local.res.oracle  |  121 +
 .../oracle_symblocs/local_cleanup.err.oracle  |    0
 .../oracle_symblocs/local_cleanup.res.oracle  |   61 +
 .../oracle_symblocs/local_slevel.err.oracle   |    0
 .../oracle_symblocs/local_slevel.res.oracle   |  529 +
 .../local_variables.err.oracle                |    0
 .../local_variables.res.oracle                |  138 +
 tests/value/oracle_symblocs/lock.err.oracle   |    0
 tests/value/oracle_symblocs/lock.res.oracle   |   47 +
 tests/value/oracle_symblocs/logic.err.oracle  |    0
 tests/value/oracle_symblocs/logic.res.oracle  |  188 +
 .../oracle_symblocs/logic_ptr_cast.err.oracle |    0
 .../oracle_symblocs/logic_ptr_cast.res.oracle |   38 +
 .../oracle_symblocs/logicdeps.err.oracle      |    0
 .../oracle_symblocs/logicdeps.res.oracle      |  106 +
 tests/value/oracle_symblocs/long.err.oracle   |    0
 tests/value/oracle_symblocs/long.res.oracle   |   55 +
 .../oracle_symblocs/long_const.0.err.oracle   |    0
 .../oracle_symblocs/long_const.0.res.oracle   |   66 +
 .../oracle_symblocs/long_const.1.err.oracle   |    0
 .../oracle_symblocs/long_const.1.res.oracle   |   66 +
 tests/value/oracle_symblocs/loop.err.oracle   |    0
 tests/value/oracle_symblocs/loop.res.oracle   |   39 +
 tests/value/oracle_symblocs/loop1.err.oracle  |    0
 tests/value/oracle_symblocs/loop1.res.oracle  |   62 +
 tests/value/oracle_symblocs/loop2.err.oracle  |    0
 tests/value/oracle_symblocs/loop2.res.oracle  |   44 +
 tests/value/oracle_symblocs/loop3.err.oracle  |    0
 tests/value/oracle_symblocs/loop3.res.oracle  |   41 +
 .../oracle_symblocs/loop_array.err.oracle     |    0
 .../oracle_symblocs/loop_array.res.oracle     |   35 +
 .../oracle_symblocs/loop_join.err.oracle      |    0
 .../oracle_symblocs/loop_join.res.oracle      |   27 +
 .../oracle_symblocs/loop_long.err.oracle      |    0
 .../oracle_symblocs/loop_long.res.oracle      |   27 +
 .../oracle_symblocs/loop_no_var.err.oracle    |    0
 .../oracle_symblocs/loop_no_var.res.oracle    |   25 +
 .../oracle_symblocs/loop_simple.err.oracle    |    0
 .../oracle_symblocs/loop_simple.res.oracle    |   41 +
 .../oracle_symblocs/loop_test.0.err.oracle    |    0
 .../oracle_symblocs/loop_test.0.res.oracle    |  110 +
 .../oracle_symblocs/loop_test.1.err.oracle    |    0
 .../oracle_symblocs/loop_test.1.res.oracle    |  110 +
 .../oracle_symblocs/loop_wvar.0.err.oracle    |    0
 .../oracle_symblocs/loop_wvar.0.res.oracle    |   31 +
 .../oracle_symblocs/loop_wvar.1.err.oracle    |    0
 .../oracle_symblocs/loop_wvar.1.res.oracle    |   40 +
 .../oracle_symblocs/loop_wvar.2.err.oracle    |    0
 .../oracle_symblocs/loop_wvar.2.res.oracle    |   16 +
 .../oracle_symblocs/loop_wvar.3.err.oracle    |    0
 .../oracle_symblocs/loop_wvar.3.res.oracle    |   16 +
 .../value/oracle_symblocs/loopfun.err.oracle  |    0
 .../value/oracle_symblocs/loopfun.res.oracle  |   65 +
 .../value/oracle_symblocs/loopinv.err.oracle  |    0
 .../value/oracle_symblocs/loopinv.res.oracle  |  169 +
 .../value/oracle_symblocs/machdep.err.oracle  |    0
 .../value/oracle_symblocs/machdep.res.oracle  |   66 +
 .../oracle_symblocs/max_pointed.err.oracle    |    0
 .../oracle_symblocs/max_pointed.res.oracle    |   28 +
 .../value/oracle_symblocs/memexec.err.oracle  |    0
 .../value/oracle_symblocs/memexec.res.oracle  |  400 +
 .../oracle_symblocs/merge_bits.err.oracle     |    0
 .../oracle_symblocs/merge_bits.res.oracle     |   59 +
 .../oracle_symblocs/mini_pointrer.err.oracle  |    0
 .../oracle_symblocs/mini_pointrer.res.oracle  |   36 +
 .../misaligned_tabs.err.oracle                |    0
 .../misaligned_tabs.res.oracle                |  109 +
 .../oracle_symblocs/mixed_val.err.oracle      |    0
 .../oracle_symblocs/mixed_val.res.oracle      |   36 +
 .../value/oracle_symblocs/modifies.err.oracle |    0
 .../value/oracle_symblocs/modifies.res.oracle |   38 +
 tests/value/oracle_symblocs/modulo.err.oracle |    0
 tests/value/oracle_symblocs/modulo.res.oracle |  289 +
 .../oracle_symblocs/multi_access.err.oracle   |    0
 .../oracle_symblocs/multi_access.res.oracle   |   24 +
 .../narrow_behaviors.err.oracle               |    0
 .../narrow_behaviors.res.oracle               |   97 +
 .../nested_struct_init.err.oracle             |    0
 .../nested_struct_init.res.oracle             |  331 +
 .../oracle_symblocs/no_results.err.oracle     |    0
 .../oracle_symblocs/no_results.res.oracle     | 6109 +++++++++++
 .../non_iso_initializer.err.oracle            |    0
 .../non_iso_initializer.res.oracle            |   26 +
 .../oracle_symblocs/non_natural.err.oracle    |    0
 .../oracle_symblocs/non_natural.res.oracle    |  237 +
 tests/value/oracle_symblocs/nonlin.err.oracle |    0
 tests/value/oracle_symblocs/nonlin.res.oracle |   42 +
 .../value/oracle_symblocs/noreturn.err.oracle |    0
 .../value/oracle_symblocs/noreturn.res.oracle |  113 +
 tests/value/oracle_symblocs/not.err.oracle    |    0
 tests/value/oracle_symblocs/not.res.oracle    |   24 +
 .../not_ct_array_arg.err.oracle               |    0
 .../not_ct_array_arg.res.oracle               |   65 +
 .../oracle_symblocs/null_lt_valid.err.oracle  |    0
 .../oracle_symblocs/null_lt_valid.res.oracle  |   90 +
 .../offset_misaligned.err.oracle              |    0
 .../offset_misaligned.res.oracle              |   30 +
 .../oracle_symblocs/offset_neg.err.oracle     |    0
 .../oracle_symblocs/offset_neg.res.oracle     |   41 +
 .../oracle_symblocs/offset_top.err.oracle     |    0
 .../oracle_symblocs/offset_top.res.oracle     |   25 +
 .../value/oracle_symblocs/origin.0.err.oracle |    0
 .../value/oracle_symblocs/origin.0.res.oracle |  354 +
 .../value/oracle_symblocs/origin.1.err.oracle |    0
 .../value/oracle_symblocs/origin.1.res.oracle |  102 +
 .../oracle_symblocs/output_leafs.err.oracle   |    0
 .../oracle_symblocs/output_leafs.res.oracle   |  154 +
 .../oracle_symblocs/overflow.0.err.oracle     |    0
 .../oracle_symblocs/overflow.0.res.oracle     |   39 +
 .../oracle_symblocs/overflow.1.err.oracle     |    0
 .../oracle_symblocs/overflow.1.res.oracle     |   39 +
 .../overflow_cast_float_int.err.oracle        |    0
 .../overflow_cast_float_int.res.oracle        |   71 +
 tests/value/oracle_symblocs/packed.err.oracle |    0
 tests/value/oracle_symblocs/packed.res.oracle |   24 +
 tests/value/oracle_symblocs/pb.err.oracle     |    0
 tests/value/oracle_symblocs/pb.res.oracle     |   33 +
 tests/value/oracle_symblocs/period.err.oracle |    0
 tests/value/oracle_symblocs/period.res.oracle |  168 +
 tests/value/oracle_symblocs/plevel.err.oracle |    0
 tests/value/oracle_symblocs/plevel.res.oracle |  130 +
 .../value/oracle_symblocs/pointer.err.oracle  |    0
 .../value/oracle_symblocs/pointer.res.oracle  |   80 +
 .../oracle_symblocs/pointer2.0.err.oracle     |    0
 .../oracle_symblocs/pointer2.0.res.oracle     |   41 +
 .../oracle_symblocs/pointer2.1.err.oracle     |    0
 .../oracle_symblocs/pointer2.1.res.oracle     |   41 +
 .../value/oracle_symblocs/pointer3.err.oracle |    0
 .../value/oracle_symblocs/pointer3.res.oracle |   52 +
 .../value/oracle_symblocs/pointer4.err.oracle |    0
 .../value/oracle_symblocs/pointer4.res.oracle |   29 +
 .../oracle_symblocs/pointer_arg.err.oracle    |    0
 .../oracle_symblocs/pointer_arg.res.oracle    |   44 +
 .../oracle_symblocs/pointer_comp.err.oracle   |    0
 .../oracle_symblocs/pointer_comp.res.oracle   |  131 +
 .../pointer_comparison.0.err.oracle           |    0
 .../pointer_comparison.0.res.oracle           |  205 +
 .../pointer_comparison.1.err.oracle           |    0
 .../pointer_comparison.1.res.oracle           |  220 +
 .../pointer_int_cast.err.oracle               |    0
 .../pointer_int_cast.res.oracle               |   28 +
 .../oracle_symblocs/pointer_loop.err.oracle   |    0
 .../oracle_symblocs/pointer_loop.res.oracle   |   41 +
 .../oracle_symblocs/postcond_leaf.err.oracle  |    0
 .../oracle_symblocs/postcond_leaf.res.oracle  |  217 +
 .../oracle_symblocs/postcondition.err.oracle  |    0
 .../oracle_symblocs/postcondition.res.oracle  |  267 +
 tests/value/oracle_symblocs/pragma.err.oracle |    0
 tests/value/oracle_symblocs/pragma.res.oracle |   23 +
 .../precise_locations.err.oracle              |    0
 .../precise_locations.res.oracle              | 1245 +++
 .../value/oracle_symblocs/precond.err.oracle  |    0
 .../value/oracle_symblocs/precond.res.oracle  |  211 +
 .../oracle_symblocs/precond2.0.err.oracle     |    0
 .../oracle_symblocs/precond2.0.res.oracle     |  108 +
 .../oracle_symblocs/precond2.1.err.oracle     |    0
 .../oracle_symblocs/precond2.1.res.oracle     |   99 +
 .../propagate_bottom.err.oracle               |    0
 .../propagate_bottom.res.oracle               |   41 +
 .../oracle_symblocs/protomain.err.oracle      |    0
 .../oracle_symblocs/protomain.res.oracle      |   11 +
 .../ptr_call_object.err.oracle                |    0
 .../ptr_call_object.res.oracle                |   71 +
 .../oracle_symblocs/ptr_relation.0.err.oracle |    0
 .../oracle_symblocs/ptr_relation.0.res.oracle |   41 +
 .../oracle_symblocs/ptr_relation.1.err.oracle |    0
 .../oracle_symblocs/ptr_relation.1.res.oracle |   39 +
 .../oracle_symblocs/ptr_relation.2.err.oracle |    0
 .../oracle_symblocs/ptr_relation.2.res.oracle |   69 +
 .../value/oracle_symblocs/pure_exp.err.oracle |    0
 .../value/oracle_symblocs/pure_exp.res.oracle |   26 +
 .../qualified_arrays.err.oracle               |    0
 .../qualified_arrays.res.oracle               |   33 +
 tests/value/oracle_symblocs/raz.err.oracle    |    0
 tests/value/oracle_symblocs/raz.res.oracle    |   26 +
 .../oracle_symblocs/reading_null.err.oracle   |    0
 .../oracle_symblocs/reading_null.res.oracle   |   43 +
 tests/value/oracle_symblocs/rec.err.oracle    |    0
 tests/value/oracle_symblocs/rec.res.oracle    |   23 +
 .../value/oracle_symblocs/recol.0.err.oracle  |    0
 .../value/oracle_symblocs/recol.0.res.oracle  |   72 +
 .../value/oracle_symblocs/recol.1.err.oracle  |    0
 .../value/oracle_symblocs/recol.1.res.oracle  |   72 +
 .../oracle_symblocs/recursion.0.err.oracle    |    0
 .../oracle_symblocs/recursion.0.res.oracle    |   24 +
 .../oracle_symblocs/recursion.1.err.oracle    |    0
 .../oracle_symblocs/recursion.1.res.oracle    |   19 +
 .../oracle_symblocs/recursion2.err.oracle     |    0
 .../oracle_symblocs/recursion2.res.oracle     |   68 +
 .../reduce_by_valid.err.oracle                |    0
 .../reduce_by_valid.res.oracle                |  314 +
 .../oracle_symblocs/reduce_formals.err.oracle |    0
 .../oracle_symblocs/reduce_formals.res.oracle |  176 +
 .../oracle_symblocs/reduce_index.err.oracle   |    0
 .../oracle_symblocs/reduce_index.res.oracle   |  451 +
 .../oracle_symblocs/reduce_valid.err.oracle   |    0
 .../oracle_symblocs/reduce_valid.res.oracle   |   51 +
 .../redundant_alarms.err.oracle               |    0
 .../redundant_alarms.res.oracle               |  165 +
 .../reevaluate_alarms.err.oracle              |    0
 .../reevaluate_alarms.res.oracle              |  289 +
 .../relation_reduction.err.oracle             |    0
 .../relation_reduction.res.oracle             |   51 +
 .../oracle_symblocs/relation_shift.err.oracle |    0
 .../oracle_symblocs/relation_shift.res.oracle |   67 +
 .../oracle_symblocs/relations.err.oracle      |    0
 .../oracle_symblocs/relations.res.oracle      |  105 +
 .../oracle_symblocs/relations2.err.oracle     |    0
 .../oracle_symblocs/relations2.res.oracle     |  121 +
 .../relations_difficult.err.oracle            |    0
 .../relations_difficult.res.oracle            |   41 +
 .../replace_by_show_each.err.oracle           |    0
 .../replace_by_show_each.res.oracle           |   39 +
 .../value/oracle_symblocs/resolve.err.oracle  |    0
 .../value/oracle_symblocs/resolve.res.oracle  |   32 +
 tests/value/oracle_symblocs/return.err.oracle |    0
 tests/value/oracle_symblocs/return.res.oracle |   44 +
 .../oracle_symblocs/semaphore.err.oracle      |    0
 .../oracle_symblocs/semaphore.res.oracle      |   91 +
 tests/value/oracle_symblocs/sep.0.err.oracle  |    0
 tests/value/oracle_symblocs/sep.0.res.oracle  |   30 +
 tests/value/oracle_symblocs/sep.1.err.oracle  |    0
 tests/value/oracle_symblocs/sep.1.res.oracle  |   32 +
 tests/value/oracle_symblocs/sep.2.err.oracle  |    0
 tests/value/oracle_symblocs/sep.2.res.oracle  |   31 +
 tests/value/oracle_symblocs/sep.3.err.oracle  |    0
 tests/value/oracle_symblocs/sep.3.res.oracle  |   31 +
 tests/value/oracle_symblocs/sep.4.err.oracle  |    0
 tests/value/oracle_symblocs/sep.4.res.oracle  |   31 +
 .../oracle_symblocs/separated.err.oracle      |    0
 .../oracle_symblocs/separated.res.oracle      |   32 +
 .../value/oracle_symblocs/shift.0.err.oracle  |    0
 .../value/oracle_symblocs/shift.0.res.oracle  |   78 +
 .../value/oracle_symblocs/shift.1.err.oracle  |    0
 .../value/oracle_symblocs/shift.1.res.oracle  |   83 +
 .../oracle_symblocs/shift_big.err.oracle      |    0
 .../oracle_symblocs/shift_big.res.oracle      |  155 +
 .../oracle_symblocs/shift_neg.err.oracle      |    0
 .../oracle_symblocs/shift_neg.res.oracle      |   30 +
 .../sign_of_bitfiled_int.0.err.oracle         |    0
 .../sign_of_bitfiled_int.0.res.oracle         |   14 +
 .../sign_of_bitfiled_int.1.err.oracle         |    0
 .../sign_of_bitfiled_int.1.res.oracle         |   14 +
 .../oracle_symblocs/simple_packed.err.oracle  |    0
 .../oracle_symblocs/simple_packed.res.oracle  |   39 +
 .../oracle_symblocs/simple_path.err.oracle    |    0
 .../oracle_symblocs/simple_path.res.oracle    |   30 +
 .../oracle_symblocs/simplify_cfg.0.err.oracle |    0
 .../oracle_symblocs/simplify_cfg.0.res.oracle |   13 +
 .../oracle_symblocs/simplify_cfg.1.err.oracle |    0
 .../oracle_symblocs/simplify_cfg.1.res.oracle |   13 +
 tests/value/oracle_symblocs/sizeof.err.oracle |    0
 tests/value/oracle_symblocs/sizeof.res.oracle |  138 +
 .../oracle_symblocs/slevel_return.err.oracle  |    0
 .../oracle_symblocs/slevel_return.res.oracle  |   68 +
 .../value/oracle_symblocs/slevelex.err.oracle |    0
 .../value/oracle_symblocs/slevelex.res.oracle |  114 +
 .../small_conditionals.err.oracle             |    0
 .../small_conditionals.res.oracle             |   27 +
 .../value/oracle_symblocs/sort4.0.err.oracle  |    0
 .../value/oracle_symblocs/sort4.0.res.oracle  |   35 +
 .../value/oracle_symblocs/sort4.1.err.oracle  |    0
 .../value/oracle_symblocs/sort4.1.res.oracle  |   56 +
 .../value/oracle_symblocs/sort4.2.err.oracle  |    0
 .../value/oracle_symblocs/sort4.2.res.oracle  |   44 +
 .../oracle_symblocs/split_return.0.err.oracle |    0
 .../oracle_symblocs/split_return.0.res.oracle |  382 +
 .../oracle_symblocs/split_return.1.err.oracle |    0
 .../oracle_symblocs/split_return.1.res.oracle |  389 +
 .../oracle_symblocs/split_return.2.err.oracle |    0
 .../oracle_symblocs/split_return.2.res.oracle |    4 +
 .../oracle_symblocs/split_return.3.err.oracle |    0
 .../oracle_symblocs/split_return.3.res.oracle |  390 +
 .../oracle_symblocs/split_return.4.err.oracle |    0
 .../oracle_symblocs/split_return.4.res.oracle |  774 ++
 .../statement_contract.err.oracle             |    0
 .../statement_contract.res.oracle             |   24 +
 tests/value/oracle_symblocs/static.err.oracle |    0
 tests/value/oracle_symblocs/static.res.oracle |   66 +
 .../value/oracle_symblocs/strange.err.oracle  |    0
 .../value/oracle_symblocs/strange.res.oracle  |   44 +
 .../oracle_symblocs/strings.0.err.oracle      |    0
 .../oracle_symblocs/strings.0.res.oracle      |  147 +
 .../oracle_symblocs/strings.1.err.oracle      |    0
 .../oracle_symblocs/strings.1.res.oracle      |  140 +
 .../oracle_symblocs/strings.2.err.oracle      |    0
 .../oracle_symblocs/strings.2.res.oracle      |   67 +
 .../oracle_symblocs/strings.3.err.oracle      |    0
 .../oracle_symblocs/strings.3.res.oracle      |  113 +
 .../oracle_symblocs/strings_cond.err.oracle   |    0
 .../oracle_symblocs/strings_cond.res.oracle   |   46 +
 tests/value/oracle_symblocs/struct.err.oracle |    0
 tests/value/oracle_symblocs/struct.res.oracle |   48 +
 .../value/oracle_symblocs/struct2.err.oracle  |    0
 .../value/oracle_symblocs/struct2.res.oracle  |  191 +
 .../value/oracle_symblocs/struct3.err.oracle  |    0
 .../value/oracle_symblocs/struct3.res.oracle  |   59 +
 .../oracle_symblocs/struct_array.err.oracle   |    0
 .../oracle_symblocs/struct_array.res.oracle   |  429 +
 .../oracle_symblocs/struct_call.0.err.oracle  |    0
 .../oracle_symblocs/struct_call.0.res.oracle  |  108 +
 .../oracle_symblocs/struct_call.1.err.oracle  |    0
 .../oracle_symblocs/struct_call.1.res.oracle  |  108 +
 .../oracle_symblocs/struct_deps.err.oracle    |    0
 .../oracle_symblocs/struct_deps.res.oracle    |   37 +
 .../oracle_symblocs/struct_incl.err.oracle    |    0
 .../oracle_symblocs/struct_incl.res.oracle    |   57 +
 .../oracle_symblocs/struct_p_call.err.oracle  |    0
 .../oracle_symblocs/struct_p_call.res.oracle  |   42 +
 .../value/oracle_symblocs/strucval.err.oracle |    0
 .../value/oracle_symblocs/strucval.res.oracle |   34 +
 tests/value/oracle_symblocs/subset.err.oracle |    0
 tests/value/oracle_symblocs/subset.res.oracle |  126 +
 .../value/oracle_symblocs/switch.0.err.oracle |    0
 .../value/oracle_symblocs/switch.0.res.oracle |   40 +
 .../value/oracle_symblocs/switch.1.err.oracle |    0
 .../value/oracle_symblocs/switch.1.res.oracle |   40 +
 .../value/oracle_symblocs/switch2.err.oracle  |    0
 .../value/oracle_symblocs/switch2.res.oracle  |   47 +
 .../oracle_symblocs/switch_cast.err.oracle    |    0
 .../oracle_symblocs/switch_cast.res.oracle    |   39 +
 .../oracle_symblocs/symbolic_locs.err.oracle  |    0
 .../oracle_symblocs/symbolic_locs.res.oracle  |  228 +
 tests/value/oracle_symblocs/tab.err.oracle    |    0
 tests/value/oracle_symblocs/tab.res.oracle    |   52 +
 tests/value/oracle_symblocs/tab1.err.oracle   |    0
 tests/value/oracle_symblocs/tab1.res.oracle   |   25 +
 .../oracle_symblocs/termination.err.oracle    |    0
 .../oracle_symblocs/termination.res.oracle    |   38 +
 tests/value/oracle_symblocs/test.0.err.oracle |    0
 tests/value/oracle_symblocs/test.0.res.oracle |   38 +
 tests/value/oracle_symblocs/test.1.err.oracle |    0
 tests/value/oracle_symblocs/test.1.res.oracle |   24 +
 .../oracle_symblocs/test_arith.err.oracle     |    0
 .../oracle_symblocs/test_arith.res.oracle     |   52 +
 .../oracle_symblocs/threat_array.err.oracle   |    0
 .../oracle_symblocs/threat_array.res.oracle   |   31 +
 .../oracle_symblocs/threat_if.err.oracle      |    0
 .../oracle_symblocs/threat_if.res.oracle      |   44 +
 .../threat_redundant.err.oracle               |    0
 .../threat_redundant.res.oracle               |   51 +
 .../oracle_symblocs/tricky_logic.err.oracle   |    0
 .../oracle_symblocs/tricky_logic.res.oracle   |  117 +
 .../typedef_function.err.oracle               |    0
 .../typedef_function.res.oracle               |   25 +
 tests/value/oracle_symblocs/typeof.err.oracle |    0
 tests/value/oracle_symblocs/typeof.res.oracle |   23 +
 .../ulongvslonglong.0.err.oracle              |    0
 .../ulongvslonglong.0.res.oracle              |   18 +
 .../ulongvslonglong.1.err.oracle              |    0
 .../ulongvslonglong.1.res.oracle              |   18 +
 .../undef_behavior_bts1059.err.oracle         |    0
 .../undef_behavior_bts1059.res.oracle         |   47 +
 .../oracle_symblocs/undef_fct.err.oracle      |    0
 .../oracle_symblocs/undef_fct.res.oracle      |   33 +
 .../undefined_sequence.0.err.oracle           |    0
 .../undefined_sequence.0.res.oracle           |  213 +
 .../undefined_sequence.1.err.oracle           |    0
 .../undefined_sequence.1.res.oracle           |  148 +
 .../undefined_sequence2.err.oracle            |    0
 .../undefined_sequence2.res.oracle            |  158 +
 tests/value/oracle_symblocs/uninit.err.oracle |    0
 tests/value/oracle_symblocs/uninit.res.oracle |   26 +
 .../uninit_callstack.err.oracle               |    0
 .../uninit_callstack.res.oracle               |   12 +
 .../uninitialized_gnubody.err.oracle          |    0
 .../uninitialized_gnubody.res.oracle          |   23 +
 .../unknown_sizeof.0.err.oracle               |    0
 .../unknown_sizeof.0.res.oracle               |   19 +
 .../unknown_sizeof.1.err.oracle               |    0
 .../unknown_sizeof.1.res.oracle               |   12 +
 tests/value/oracle_symblocs/unop.err.oracle   |    0
 tests/value/oracle_symblocs/unop.res.oracle   |   58 +
 tests/value/oracle_symblocs/unroll.err.oracle |    0
 tests/value/oracle_symblocs/unroll.res.oracle |   41 +
 .../oracle_symblocs/unroll_simple.err.oracle  |    0
 .../oracle_symblocs/unroll_simple.res.oracle  |   34 +
 .../unsigned_overflow.err.oracle              |    0
 .../unsigned_overflow.res.oracle              |   28 +
 .../oracle_symblocs/use_spec.0.err.oracle     |    0
 .../oracle_symblocs/use_spec.0.res.oracle     |   77 +
 .../oracle_symblocs/use_spec.1.err.oracle     |    0
 .../oracle_symblocs/use_spec.1.res.oracle     |   77 +
 .../user_assertion_uninit_var.err.oracle      |    0
 .../user_assertion_uninit_var.res.oracle      |   28 +
 tests/value/oracle_symblocs/usp.err.oracle    |    0
 tests/value/oracle_symblocs/usp.res.oracle    |   53 +
 .../value/oracle_symblocs/va_list.err.oracle  |    0
 .../value/oracle_symblocs/va_list.res.oracle  |   33 +
 .../value/oracle_symblocs/va_list2.err.oracle |    0
 .../value/oracle_symblocs/va_list2.res.oracle |   41 +
 tests/value/oracle_symblocs/val6.0.err.oracle |    0
 tests/value/oracle_symblocs/val6.0.res.oracle |   43 +
 tests/value/oracle_symblocs/val6.1.err.oracle |    0
 tests/value/oracle_symblocs/val6.1.res.oracle |   39 +
 tests/value/oracle_symblocs/val9.err.oracle   |    0
 tests/value/oracle_symblocs/val9.res.oracle   |   96 +
 .../value/oracle_symblocs/val_if.0.err.oracle |    0
 .../value/oracle_symblocs/val_if.0.res.oracle |   33 +
 .../value/oracle_symblocs/val_if.1.err.oracle |    0
 .../value/oracle_symblocs/val_if.1.res.oracle |   38 +
 .../value/oracle_symblocs/val_if.2.err.oracle |    0
 .../value/oracle_symblocs/val_if.2.res.oracle |   38 +
 .../oracle_symblocs/val_ptr.0.err.oracle      |    0
 .../oracle_symblocs/val_ptr.0.res.oracle      |   49 +
 .../oracle_symblocs/val_ptr.1.err.oracle      |    0
 .../oracle_symblocs/val_ptr.1.res.oracle      |   36 +
 .../oracle_symblocs/val_ptr.2.err.oracle      |    0
 .../oracle_symblocs/val_ptr.2.res.oracle      |   37 +
 .../oracle_symblocs/val_ptr.3.err.oracle      |    0
 .../oracle_symblocs/val_ptr.3.res.oracle      |   42 +
 .../oracle_symblocs/video_detect.err.oracle   |    0
 .../oracle_symblocs/video_detect.res.oracle   |   47 +
 .../value/oracle_symblocs/volatile.err.oracle |    0
 .../value/oracle_symblocs/volatile.res.oracle |  147 +
 .../oracle_symblocs/volatile2.err.oracle      |    0
 .../oracle_symblocs/volatile2.res.oracle      |  301 +
 .../oracle_symblocs/volatilestruct.err.oracle |    0
 .../oracle_symblocs/volatilestruct.res.oracle |   78 +
 .../oracle_symblocs/wide_string.err.oracle    |    0
 .../oracle_symblocs/wide_string.res.oracle    |   31 +
 .../widen_non_constant.err.oracle             |    0
 .../widen_non_constant.res.oracle             |  144 +
 .../widen_on_non_monotonic.err.oracle         |    0
 .../widen_on_non_monotonic.res.oracle         |   53 +
 .../oracle_symblocs/widen_overflow.err.oracle |    0
 .../oracle_symblocs/widen_overflow.res.oracle |   36 +
 .../oracle_symblocs/with_comment.err.oracle   |    0
 .../oracle_symblocs/with_comment.res.oracle   |   28 +
 .../zerolengtharrays.err.oracle               |    0
 .../zerolengtharrays.res.oracle               |   26 +
 tests/value/paths.i                           |   53 -
 tests/value/simplify_cfg.i                    |    4 +-
 tests/value/struct3.i                         |   10 +-
 tests/value/switch2.i                         |    2 +-
 tests/value/symbolic_locs.i                   |   77 +
 1960 files changed, 115656 insertions(+), 16603 deletions(-)
 delete mode 100644 doc/userman/finder.pdf
 delete mode 100644 doc/userman/finder2.pdf
 delete mode 100644 doc/userman/finder3.pdf
 delete mode 100644 ocamlgraph.tar.gz
 rename share/{ => emacs}/acsl.el (100%)
 create mode 100644 share/emacs/frama-c-dev.el
 create mode 100644 share/emacs/frama-c-init.el
 create mode 100644 share/emacs/frama-c-recommended.el
 create mode 100644 src/plugins/aorai/tests/aorai/incorrect.i
 create mode 100644 src/plugins/aorai/tests/aorai/incorrect.ya
 rename src/plugins/{finder/Finder.mli => aorai/tests/aorai/oracle/incorrect.err.oracle} (100%)
 create mode 100644 src/plugins/aorai/tests/aorai/oracle/incorrect.res.oracle
 delete mode 100644 src/plugins/finder/.gitignore
 delete mode 100644 src/plugins/finder/Makefile.in
 delete mode 100644 src/plugins/finder/configure.ac
 delete mode 100644 src/plugins/finder/finder_gui.ml
 delete mode 100644 src/plugins/finder/finder_gui.mli
 delete mode 100644 src/plugins/finder/icons/asm.xpm
 delete mode 100644 src/plugins/finder/icons/gtk-open.png
 delete mode 100644 src/plugins/finder/icons/gtk.xpm
 delete mode 100644 src/plugins/finder/icons/invariant.xpm
 delete mode 100644 src/plugins/finder/icons/lemma.xpm
 delete mode 100644 src/plugins/finder/icons/logic.xpm
 delete mode 100644 src/plugins/finder/icons/pathological.xpm
 delete mode 100644 src/plugins/finder/icons/predicate.xpm
 delete mode 100644 src/plugins/finder/icons/stock_help.png
 delete mode 100644 src/plugins/finder/icons/type.xpm
 delete mode 100644 src/plugins/finder/icons/type_ax.xpm
 delete mode 100644 src/plugins/finder/icons/type_cl+.xpm
 delete mode 100644 src/plugins/finder/icons/type_cl-.xpm
 delete mode 100644 src/plugins/finder/icons/type_cl.xpm
 delete mode 100644 src/plugins/finder/icons/type_com.xpm
 delete mode 100644 src/plugins/finder/icons/type_con.xpm
 delete mode 100644 src/plugins/finder/icons/type_cov.xpm
 delete mode 100644 src/plugins/finder/icons/type_custom.xpm
 delete mode 100644 src/plugins/finder/icons/type_e.xpm
 delete mode 100644 src/plugins/finder/icons/type_ec.xpm
 delete mode 100644 src/plugins/finder/icons/type_fd.xpm
 delete mode 100644 src/plugins/finder/icons/type_fr.xpm
 delete mode 100644 src/plugins/finder/icons/type_fu.xpm
 delete mode 100644 src/plugins/finder/icons/type_gv.xpm
 delete mode 100644 src/plugins/finder/icons/type_iv.xpm
 delete mode 100644 src/plugins/finder/icons/type_lv.xpm
 delete mode 100644 src/plugins/finder/icons/type_ma.xpm
 delete mode 100644 src/plugins/finder/icons/type_md.xpm
 delete mode 100644 src/plugins/finder/icons/type_mi.xpm
 delete mode 100644 src/plugins/finder/icons/type_su.xpm
 delete mode 100644 src/plugins/finder/icons/type_t.xpm
 delete mode 100644 src/plugins/finder/icons/type_ud.xpm
 delete mode 100644 src/plugins/finder/icons/type_un.xpm
 delete mode 100644 src/plugins/finder/icons/undef.xpm
 delete mode 100644 src/plugins/finder/icons/volatile.xpm
 delete mode 100644 src/plugins/finder/register.ml
 delete mode 100644 src/plugins/from/mem_dependencies.ml
 delete mode 100644 src/plugins/from/path_dependencies.ml
 create mode 100644 src/plugins/loop_analysis/tests/loop_analysis/ne.i
 rename tests/idct/oracle_apron/idct.err.oracle => src/plugins/loop_analysis/tests/loop_analysis/oracle/ne.err.oracle (100%)
 create mode 100644 src/plugins/loop_analysis/tests/loop_analysis/oracle/ne.res.oracle
 create mode 100644 src/plugins/value/domains/symbolic_locs.ml
 rename src/plugins/value/{utils/mem_lvalue.mli => domains/symbolic_locs.mli} (87%)
 delete mode 100644 src/plugins/value/utils/mem_lvalue.ml
 create mode 100644 src/plugins/wp/tests/wp_bts/bts_2246.i
 create mode 100644 src/plugins/wp/tests/wp_bts/issue_198.i
 rename tests/idct/oracle_bitwise/idct.err.oracle => src/plugins/wp/tests/wp_bts/oracle/bts_2246.err.oracle (100%)
 create mode 100644 src/plugins/wp/tests/wp_bts/oracle/bts_2246.res.oracle
 rename tests/idct/oracle_equalities/idct.err.oracle => src/plugins/wp/tests/wp_bts/oracle/issue_198.err.oracle (100%)
 create mode 100644 src/plugins/wp/tests/wp_bts/oracle/issue_198.res.oracle
 rename tests/idct/oracle_legacy/idct.err.oracle => src/plugins/wp/tests/wp_bts/oracle_qualif/issue_198.err.oracle (100%)
 create mode 100644 src/plugins/wp/tests/wp_bts/oracle_qualif/issue_198.res.oracle
 create mode 100644 src/plugins/wp/tests/wp_usage/issue-189-bis.i
 create mode 100644 src/plugins/wp/tests/wp_usage/issue-189.i
 rename tests/non-free/oracle/allocated.err.oracle => src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.0.err.oracle (100%)
 create mode 100644 src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.0.res.oracle
 rename tests/non-free/oracle/strcmp.err.oracle => src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.1.err.oracle (100%)
 create mode 100644 src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.1.res.oracle
 rename tests/slicing2/oracle/adpcm.err.oracle => src/plugins/wp/tests/wp_usage/oracle/issue-189.0.err.oracle (100%)
 create mode 100644 src/plugins/wp/tests/wp_usage/oracle/issue-189.0.res.oracle
 rename tests/value/oracle/fun_ptr.err.oracle => src/plugins/wp/tests/wp_usage/oracle/issue-189.1.err.oracle (100%)
 create mode 100644 src/plugins/wp/tests/wp_usage/oracle/issue-189.1.res.oracle
 rename tests/value/oracle/paths.err.oracle => src/plugins/wp/tests/wp_usage/oracle/issue-189.2.err.oracle (100%)
 create mode 100644 src/plugins/wp/tests/wp_usage/oracle/issue-189.2.res.oracle
 rename tests/value/oracle_apron/fun_ptr.err.oracle => src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.0.err.oracle (100%)
 create mode 100644 src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.0.res.oracle
 rename tests/value/oracle_apron/paths.err.oracle => src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.1.err.oracle (100%)
 create mode 100644 src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.1.res.oracle
 rename tests/{value/oracle_bitwise/fun_ptr.err.oracle => float/oracle_symblocs/absorb.err.oracle} (100%)
 create mode 100644 tests/float/oracle_symblocs/absorb.res.oracle
 rename tests/{value/oracle_bitwise/paths.err.oracle => float/oracle_symblocs/alarms.err.oracle} (100%)
 create mode 100644 tests/float/oracle_symblocs/alarms.res.oracle
 rename tests/{value/oracle_equalities/paths.err.oracle => float/oracle_symblocs/builtins.err.oracle} (100%)
 create mode 100644 tests/float/oracle_symblocs/builtins.res.oracle
 rename tests/{value/oracle_legacy/fun_ptr.err.oracle => float/oracle_symblocs/cond.err.oracle} (100%)
 create mode 100644 tests/float/oracle_symblocs/cond.res.oracle
 rename tests/{value/oracle_legacy/paths.err.oracle => float/oracle_symblocs/cond_cast_int_to_float.err.oracle} (100%)
 create mode 100644 tests/float/oracle_symblocs/cond_cast_int_to_float.res.oracle
 create mode 100644 tests/float/oracle_symblocs/const.err.oracle
 create mode 100644 tests/float/oracle_symblocs/const.res.oracle
 create mode 100644 tests/float/oracle_symblocs/const1.err.oracle
 create mode 100644 tests/float/oracle_symblocs/const1.res.oracle
 create mode 100644 tests/float/oracle_symblocs/const2.err.oracle
 create mode 100644 tests/float/oracle_symblocs/const2.res.oracle
 create mode 100644 tests/float/oracle_symblocs/const3.0.err.oracle
 create mode 100644 tests/float/oracle_symblocs/const3.0.res.oracle
 create mode 100644 tests/float/oracle_symblocs/const3.1.err.oracle
 create mode 100644 tests/float/oracle_symblocs/const3.1.res.oracle
 create mode 100644 tests/float/oracle_symblocs/const4.0.err.oracle
 create mode 100644 tests/float/oracle_symblocs/const4.0.res.oracle
 create mode 100644 tests/float/oracle_symblocs/const4.1.err.oracle
 create mode 100644 tests/float/oracle_symblocs/const4.1.res.oracle
 create mode 100644 tests/float/oracle_symblocs/conv.err.oracle
 create mode 100644 tests/float/oracle_symblocs/conv.res.oracle
 create mode 100644 tests/float/oracle_symblocs/cte_overflow.err.oracle
 create mode 100644 tests/float/oracle_symblocs/cte_overflow.res.oracle
 create mode 100644 tests/float/oracle_symblocs/dr.0.err.oracle
 create mode 100644 tests/float/oracle_symblocs/dr.0.res.oracle
 create mode 100644 tests/float/oracle_symblocs/dr.1.err.oracle
 create mode 100644 tests/float/oracle_symblocs/dr.1.res.oracle
 create mode 100644 tests/float/oracle_symblocs/dr_infinity.err.oracle
 create mode 100644 tests/float/oracle_symblocs/dr_infinity.res.oracle
 create mode 100644 tests/float/oracle_symblocs/extract_bits.0.err.oracle
 create mode 100644 tests/float/oracle_symblocs/extract_bits.0.res.oracle
 create mode 100644 tests/float/oracle_symblocs/extract_bits.1.err.oracle
 create mode 100644 tests/float/oracle_symblocs/extract_bits.1.res.oracle
 create mode 100644 tests/float/oracle_symblocs/float_cast_implicite.err.oracle
 create mode 100644 tests/float/oracle_symblocs/float_cast_implicite.res.oracle
 create mode 100644 tests/float/oracle_symblocs/init_float.err.oracle
 create mode 100644 tests/float/oracle_symblocs/init_float.res.oracle
 create mode 100644 tests/float/oracle_symblocs/leaf_ensures.err.oracle
 create mode 100644 tests/float/oracle_symblocs/leaf_ensures.res.oracle
 create mode 100644 tests/float/oracle_symblocs/logic.err.oracle
 create mode 100644 tests/float/oracle_symblocs/logic.res.oracle
 create mode 100644 tests/float/oracle_symblocs/math_builtins.err.oracle
 create mode 100644 tests/float/oracle_symblocs/math_builtins.res.oracle
 create mode 100644 tests/float/oracle_symblocs/nonlin.0.err.oracle
 create mode 100644 tests/float/oracle_symblocs/nonlin.0.res.oracle
 create mode 100644 tests/float/oracle_symblocs/nonlin.1.err.oracle
 create mode 100644 tests/float/oracle_symblocs/nonlin.1.res.oracle
 create mode 100644 tests/float/oracle_symblocs/nonlin.2.err.oracle
 create mode 100644 tests/float/oracle_symblocs/nonlin.2.res.oracle
 create mode 100644 tests/float/oracle_symblocs/nonlin.3.err.oracle
 create mode 100644 tests/float/oracle_symblocs/nonlin.3.res.oracle
 create mode 100644 tests/float/oracle_symblocs/parse.err.oracle
 create mode 100644 tests/float/oracle_symblocs/parse.res.oracle
 create mode 100644 tests/float/oracle_symblocs/precise_cos_sin.err.oracle
 create mode 100644 tests/float/oracle_symblocs/precise_cos_sin.res.oracle
 create mode 100644 tests/float/oracle_symblocs/round10d.0.err.oracle
 create mode 100644 tests/float/oracle_symblocs/round10d.0.res.oracle
 create mode 100644 tests/float/oracle_symblocs/round10d.1.err.oracle
 create mode 100644 tests/float/oracle_symblocs/round10d.1.res.oracle
 create mode 100644 tests/float/oracle_symblocs/s.0.err.oracle
 create mode 100644 tests/float/oracle_symblocs/s.0.res.oracle
 create mode 100644 tests/float/oracle_symblocs/s.1.err.oracle
 create mode 100644 tests/float/oracle_symblocs/s.1.res.oracle
 create mode 100644 tests/float/oracle_symblocs/some.0.err.oracle
 create mode 100644 tests/float/oracle_symblocs/some.0.res.oracle
 create mode 100644 tests/float/oracle_symblocs/some.1.err.oracle
 create mode 100644 tests/float/oracle_symblocs/some.1.res.oracle
 create mode 100644 tests/float/oracle_symblocs/sqrt.0.err.oracle
 create mode 100644 tests/float/oracle_symblocs/sqrt.0.res.oracle
 create mode 100644 tests/float/oracle_symblocs/sqrt.1.err.oracle
 create mode 100644 tests/float/oracle_symblocs/sqrt.1.res.oracle
 create mode 100644 tests/float/oracle_symblocs/uninit.err.oracle
 create mode 100644 tests/float/oracle_symblocs/uninit.res.oracle
 create mode 100644 tests/float/oracle_symblocs/zero.err.oracle
 create mode 100644 tests/float/oracle_symblocs/zero.res.oracle
 delete mode 100644 tests/idct/oracle_apron/idct.res.oracle
 delete mode 100644 tests/idct/oracle_bitwise/idct.res.oracle
 delete mode 100644 tests/idct/oracle_equalities/idct.res.oracle
 delete mode 100644 tests/idct/oracle_legacy/idct.res.oracle
 create mode 100644 tests/idct/oracle_symblocs/ieee_1180_1990.err.oracle
 create mode 100644 tests/idct/oracle_symblocs/ieee_1180_1990.res.oracle
 create mode 100644 tests/libc/oracle/stdlib_h.err.oracle
 create mode 100644 tests/libc/oracle/stdlib_h.res.oracle
 create mode 100644 tests/libc/oracle/wchar_c_h.0.err.oracle
 create mode 100644 tests/libc/oracle/wchar_c_h.0.res.oracle
 create mode 100644 tests/libc/oracle/wchar_c_h.1.err.oracle
 create mode 100644 tests/libc/oracle/wchar_c_h.1.res.oracle
 create mode 100644 tests/libc/stdlib_h.c
 create mode 100644 tests/libc/wchar_c_h.c
 create mode 100644 tests/metrics/locals_size.i
 create mode 100644 tests/metrics/oracle/locals_size.0.err.oracle
 create mode 100644 tests/metrics/oracle/locals_size.0.res.oracle
 create mode 100644 tests/metrics/oracle/locals_size.1.err.oracle
 create mode 100644 tests/metrics/oracle/locals_size.1.res.oracle
 rename tests/misc/{my_visitor_plugin => }/my_visitor.ml (100%)
 delete mode 100644 tests/non-free/oracle/allocated.res.oracle
 delete mode 100644 tests/non-free/oracle/malloc-size-zero.res.oracle
 delete mode 100644 tests/non-free/oracle/strcmp.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/Longinit_sequencer.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/Longinit_sequencer.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/alloc.0.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/alloc.0.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/alloc.1.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/alloc.1.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/alloc_weak.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/alloc_weak.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/allocated.0.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/allocated.0.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/allocated.1.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/allocated.1.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/big_local_array.0.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/big_local_array.0.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/big_local_array.1.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/big_local_array.1.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/big_local_array.2.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/big_local_array.2.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/fam.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/fam.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/free.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/free.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/from_result.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/from_result.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/gcc_zero_length_array.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/gcc_zero_length_array.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/imprecise-malloc-free.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/imprecise-malloc-free.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/imprecise.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/imprecise.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/linked_list.0.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/linked_list.0.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/linked_list.1.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/linked_list.1.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/linked_list.2.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/linked_list.2.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/loopalloc.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/loopalloc.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc-deps.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc-deps.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc-optimistic.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc-optimistic.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc-size-zero.0.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc-size-zero.0.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc-size-zero.1.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc-size-zero.1.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc_bug_tr.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc_bug_tr.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc_individual.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc_individual.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc_memexec.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc_memexec.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc_multiple.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/malloc_multiple.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memchr.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memchr.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memcpy.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memcpy.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memcpy2.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memcpy2.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memcpy_invalid.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memcpy_invalid.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memexec-malloc.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memexec-malloc.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memset.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memset.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memset_block.0.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memset_block.0.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memset_block.1.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memset_block.1.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memset_malloc_0.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/memset_malloc_0.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/precise_memset.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/precise_memset.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/print.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/print.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/realloc.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/realloc.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/realloc2.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/realloc2.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/realloc_multiple.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/realloc_multiple.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/snprintf0.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/snprintf0.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/sprintf.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/sprintf.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/str_allocated.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/str_allocated.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/strchr.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/strchr.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/strlen.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/strlen.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/strlen_align.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/strlen_align.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/strnlen.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/strnlen.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/strnlen2.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/strnlen2.res.oracle
 create mode 100644 tests/non-free/oracle_symblocs/watch.err.oracle
 create mode 100644 tests/non-free/oracle_symblocs/watch.res.oracle
 create mode 100644 tests/non-free/test_config_symblocs
 create mode 100644 tests/slicing/adpcm.c
 rename tests/{slicing2 => slicing}/adpcm.ml (77%)
 delete mode 100644 tests/slicing/annot.c
 create mode 100644 tests/slicing/annot.i
 delete mode 100644 tests/slicing/bts0184.c
 create mode 100644 tests/slicing/bts0184.i
 delete mode 100644 tests/slicing/bts0190.c
 create mode 100644 tests/slicing/bts0190.i
 delete mode 100644 tests/slicing/bts179.c
 create mode 100644 tests/slicing/bts179.i
 rename tests/slicing/{bts283.c => bts283.i} (63%)
 delete mode 100644 tests/slicing/bts326.c
 create mode 100644 tests/slicing/bts326.i
 delete mode 100644 tests/slicing/bts335.c
 create mode 100644 tests/slicing/bts335.i
 rename tests/slicing/{bts335b.c => bts335b.i} (53%)
 delete mode 100644 tests/slicing/bts336.c
 create mode 100644 tests/slicing/bts336.i
 delete mode 100644 tests/slicing/bts341.c
 create mode 100644 tests/slicing/bts341.i
 delete mode 100644 tests/slicing/bts344.c
 create mode 100644 tests/slicing/bts344.i
 delete mode 100644 tests/slicing/bts345.c
 create mode 100644 tests/slicing/bts345.i
 rename tests/slicing/{bts709.c => bts709.i} (75%)
 rename tests/slicing/{bts808.c => bts808.i} (53%)
 delete mode 100644 tests/slicing/bts827.c
 create mode 100644 tests/slicing/bts827.i
 rename tests/slicing/{call_accuracy.c => call_accuracy.i} (83%)
 delete mode 100644 tests/slicing/call_demo.c
 create mode 100644 tests/slicing/call_demo.i
 rename tests/slicing/{callwise.c => callwise.i} (67%)
 rename tests/slicing/{combine.c => combine.i} (91%)
 rename tests/slicing/{csmith.c => csmith.i} (93%)
 rename tests/slicing/{ex_spec_interproc.c => ex_spec_interproc.i} (93%)
 rename tests/slicing/{filter.c => filter.i} (72%)
 rename tests/slicing/{horwitz.c => horwitz.i} (91%)
 delete mode 100644 tests/slicing/if_many_values.c
 create mode 100644 tests/slicing/if_many_values.i
 delete mode 100644 tests/slicing/initialized.c
 create mode 100644 tests/slicing/initialized.i
 delete mode 100644 tests/slicing/keep_annot.c
 create mode 100644 tests/slicing/keep_annot.i
 delete mode 100644 tests/slicing/loop_infinite.c
 create mode 100644 tests/slicing/loop_infinite.i
 rename tests/slicing/{loop_simple.c => loop_simple.i} (55%)
 delete mode 100644 tests/slicing/loops.c
 create mode 100644 tests/slicing/loops.i
 rename tests/slicing/{mark_all_slices.c => mark_all_slices.i} (87%)
 rename tests/slicing/{merge.c => merge.i} (91%)
 rename tests/slicing/{min_call.c => min_call.i} (79%)
 create mode 100644 tests/slicing/oracle/adpcm.err.oracle
 rename tests/{slicing2 => slicing}/oracle/adpcm.res.oracle (99%)
 rename tests/slicing/{ptr_fct.c => ptr_fct.i} (52%)
 delete mode 100644 tests/slicing/select_by_annot.c
 create mode 100644 tests/slicing/select_by_annot.i
 delete mode 100644 tests/slicing/select_calls.c
 create mode 100644 tests/slicing/select_calls.i
 delete mode 100644 tests/slicing/select_return.c
 create mode 100644 tests/slicing/select_return.i
 delete mode 100644 tests/slicing/select_return_bis.c
 create mode 100644 tests/slicing/select_return_bis.i
 rename tests/slicing/{select_simple.c => select_simple.i} (88%)
 rename tests/slicing/{simple_intra_slice.c => simple_intra_slice.i} (84%)
 delete mode 100644 tests/slicing/sizeof.c
 create mode 100644 tests/slicing/sizeof.i
 delete mode 100644 tests/slicing/slice_behavior.c
 create mode 100644 tests/slicing/slice_behavior.i
 rename tests/slicing/{slice_no_body.c => slice_no_body.i} (88%)
 delete mode 100644 tests/slicing/slice_pragma_stmt.c
 create mode 100644 tests/slicing/slice_pragma_stmt.i
 rename tests/slicing/{switch.c => switch.i} (90%)
 delete mode 100644 tests/slicing/top.c
 create mode 100644 tests/slicing/top.i
 delete mode 100644 tests/slicing/top2.c
 create mode 100644 tests/slicing/top2.i
 delete mode 100644 tests/slicing/undef-fun.c
 create mode 100644 tests/slicing/undef-fun.i
 delete mode 100644 tests/slicing/unitialized.c
 create mode 100644 tests/slicing/unitialized.i
 rename tests/slicing/{unravel-flavors.c => unravel-flavors.i} (52%)
 delete mode 100644 tests/slicing/unravel-point.c
 create mode 100644 tests/slicing/unravel-point.i
 rename tests/slicing/{unravel-variance.c => unravel-variance.i} (50%)
 delete mode 100644 tests/slicing2/adpcm.c
 create mode 100644 tests/spec/add_global.i
 create mode 100644 tests/spec/add_global.ml
 create mode 100644 tests/spec/bts2187-no-empty-contract.i
 create mode 100644 tests/spec/oracle/add_global.err.oracle
 create mode 100644 tests/spec/oracle/add_global.res.oracle
 create mode 100644 tests/spec/oracle/bts2187-no-empty-contract.err.oracle
 create mode 100644 tests/spec/oracle/bts2187-no-empty-contract.res.oracle
 create mode 100644 tests/test_config_symblocs
 create mode 100644 tests/value/oracle/fun_ptr.0.err.oracle
 create mode 100644 tests/value/oracle/fun_ptr.0.res.oracle
 create mode 100644 tests/value/oracle/fun_ptr.1.err.oracle
 rename tests/value/oracle/{fun_ptr.res.oracle => fun_ptr.1.res.oracle} (81%)
 delete mode 100644 tests/value/oracle/paths.res.oracle
 create mode 100644 tests/value/oracle/symbolic_locs.err.oracle
 create mode 100644 tests/value/oracle/symbolic_locs.res.oracle
 create mode 100644 tests/value/oracle_apron/fun_ptr.0.err.oracle
 create mode 100644 tests/value/oracle_apron/fun_ptr.0.res.oracle
 create mode 100644 tests/value/oracle_apron/fun_ptr.1.err.oracle
 rename tests/value/oracle_apron/{fun_ptr.res.oracle => fun_ptr.1.res.oracle} (81%)
 delete mode 100644 tests/value/oracle_apron/paths.res.oracle
 create mode 100644 tests/value/oracle_apron/symbolic_locs.err.oracle
 create mode 100644 tests/value/oracle_apron/symbolic_locs.res.oracle
 create mode 100644 tests/value/oracle_bitwise/fun_ptr.0.err.oracle
 create mode 100644 tests/value/oracle_bitwise/fun_ptr.0.res.oracle
 create mode 100644 tests/value/oracle_bitwise/fun_ptr.1.err.oracle
 rename tests/value/oracle_bitwise/{fun_ptr.res.oracle => fun_ptr.1.res.oracle} (81%)
 delete mode 100644 tests/value/oracle_bitwise/paths.res.oracle
 create mode 100644 tests/value/oracle_bitwise/symbolic_locs.err.oracle
 create mode 100644 tests/value/oracle_bitwise/symbolic_locs.res.oracle
 create mode 100644 tests/value/oracle_equalities/fun_ptr.0.err.oracle
 create mode 100644 tests/value/oracle_equalities/fun_ptr.0.res.oracle
 create mode 100644 tests/value/oracle_equalities/fun_ptr.1.err.oracle
 create mode 100644 tests/value/oracle_equalities/fun_ptr.1.res.oracle
 delete mode 100644 tests/value/oracle_equalities/paths.res.oracle
 create mode 100644 tests/value/oracle_equalities/symbolic_locs.err.oracle
 create mode 100644 tests/value/oracle_equalities/symbolic_locs.res.oracle
 create mode 100644 tests/value/oracle_legacy/fun_ptr.0.err.oracle
 create mode 100644 tests/value/oracle_legacy/fun_ptr.0.res.oracle
 create mode 100644 tests/value/oracle_legacy/fun_ptr.1.err.oracle
 rename tests/value/oracle_legacy/{fun_ptr.res.oracle => fun_ptr.1.res.oracle} (82%)
 delete mode 100644 tests/value/oracle_legacy/paths.res.oracle
 create mode 100644 tests/value/oracle_legacy/symbolic_locs.err.oracle
 create mode 100644 tests/value/oracle_legacy/symbolic_locs.res.oracle
 create mode 100644 tests/value/oracle_symblocs/CruiseControl.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/CruiseControl.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/CruiseControl.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/CruiseControl.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/FP5.err.oracle
 create mode 100644 tests/value/oracle_symblocs/FP5.res.oracle
 create mode 100644 tests/value/oracle_symblocs/abs.err.oracle
 create mode 100644 tests/value/oracle_symblocs/abs.res.oracle
 create mode 100644 tests/value/oracle_symblocs/abs_addr.err.oracle
 create mode 100644 tests/value/oracle_symblocs/abs_addr.res.oracle
 create mode 100644 tests/value/oracle_symblocs/absolute_pointer.err.oracle
 create mode 100644 tests/value/oracle_symblocs/absolute_pointer.res.oracle
 create mode 100644 tests/value/oracle_symblocs/abstract_struct_1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/abstract_struct_1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/access_path.err.oracle
 create mode 100644 tests/value/oracle_symblocs/access_path.res.oracle
 create mode 100644 tests/value/oracle_symblocs/add_approx.err.oracle
 create mode 100644 tests/value/oracle_symblocs/add_approx.res.oracle
 create mode 100644 tests/value/oracle_symblocs/addition.err.oracle
 create mode 100644 tests/value/oracle_symblocs/addition.res.oracle
 create mode 100644 tests/value/oracle_symblocs/addr.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/addr.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/addr.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/addr.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/addr2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/addr2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/addrofstring.err.oracle
 create mode 100644 tests/value/oracle_symblocs/addrofstring.res.oracle
 create mode 100644 tests/value/oracle_symblocs/affect_corrupt.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/affect_corrupt.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/affect_corrupt.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/affect_corrupt.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/ai_annot.err.oracle
 create mode 100644 tests/value/oracle_symblocs/ai_annot.res.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.4.err.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.4.res.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.5.err.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.5.res.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.6.err.oracle
 create mode 100644 tests/value/oracle_symblocs/alias.6.res.oracle
 create mode 100644 tests/value/oracle_symblocs/align.err.oracle
 create mode 100644 tests/value/oracle_symblocs/align.res.oracle
 create mode 100644 tests/value/oracle_symblocs/align_char_array.err.oracle
 create mode 100644 tests/value/oracle_symblocs/align_char_array.res.oracle
 create mode 100644 tests/value/oracle_symblocs/annot.err.oracle
 create mode 100644 tests/value/oracle_symblocs/annot.res.oracle
 create mode 100644 tests/value/oracle_symblocs/annot_valid.err.oracle
 create mode 100644 tests/value/oracle_symblocs/annot_valid.res.oracle
 create mode 100644 tests/value/oracle_symblocs/anonymous_field.err.oracle
 create mode 100644 tests/value/oracle_symblocs/anonymous_field.res.oracle
 create mode 100644 tests/value/oracle_symblocs/any_int.err.oracle
 create mode 100644 tests/value/oracle_symblocs/any_int.res.oracle
 create mode 100644 tests/value/oracle_symblocs/arch.err.oracle
 create mode 100644 tests/value/oracle_symblocs/arch.res.oracle
 create mode 100644 tests/value/oracle_symblocs/arg_array.err.oracle
 create mode 100644 tests/value/oracle_symblocs/arg_array.res.oracle
 create mode 100644 tests/value/oracle_symblocs/arith_pointer.err.oracle
 create mode 100644 tests/value/oracle_symblocs/arith_pointer.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_access.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_access.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_array.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_array.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_array.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_array.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_array.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_array.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_bounds.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_bounds.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_bounds.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_bounds.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_degenerating_loop.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_degenerating_loop.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_initializer.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_initializer.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_loop.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_loop.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_overlap.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_overlap.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_ptr.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_ptr.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_zero_length.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_zero_length.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_zero_length.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_zero_length.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/array_zero_length.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/array_zero_length.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/assert_builtin.err.oracle
 create mode 100644 tests/value/oracle_symblocs/assert_builtin.res.oracle
 create mode 100644 tests/value/oracle_symblocs/assert_ptr.err.oracle
 create mode 100644 tests/value/oracle_symblocs/assert_ptr.res.oracle
 create mode 100644 tests/value/oracle_symblocs/assign-leaf-indirect.err.oracle
 create mode 100644 tests/value/oracle_symblocs/assign-leaf-indirect.res.oracle
 create mode 100644 tests/value/oracle_symblocs/assigns.err.oracle
 create mode 100644 tests/value/oracle_symblocs/assigns.res.oracle
 create mode 100644 tests/value/oracle_symblocs/assigns_from.err.oracle
 create mode 100644 tests/value/oracle_symblocs/assigns_from.res.oracle
 create mode 100644 tests/value/oracle_symblocs/assigns_from_direct.err.oracle
 create mode 100644 tests/value/oracle_symblocs/assigns_from_direct.res.oracle
 create mode 100644 tests/value/oracle_symblocs/attribute-aligned.err.oracle
 create mode 100644 tests/value/oracle_symblocs/attribute-aligned.res.oracle
 create mode 100644 tests/value/oracle_symblocs/automalloc.err.oracle
 create mode 100644 tests/value/oracle_symblocs/automalloc.res.oracle
 create mode 100644 tests/value/oracle_symblocs/backward_add_ptr.err.oracle
 create mode 100644 tests/value/oracle_symblocs/backward_add_ptr.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bad_loop.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bad_loop.res.oracle
 create mode 100644 tests/value/oracle_symblocs/base_addr_offset_block_length.err.oracle
 create mode 100644 tests/value/oracle_symblocs/base_addr_offset_block_length.res.oracle
 create mode 100644 tests/value/oracle_symblocs/behaviors1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/behaviors1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/behaviors2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/behaviors2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/big_lib_entry.err.oracle
 create mode 100644 tests/value/oracle_symblocs/big_lib_entry.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bigarray.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bigarray.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bitfield.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bitfield.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bitfield_assign.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bitfield_assign.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bitfield_longlong.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bitfield_longlong.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bitfield_receives_result.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bitfield_receives_result.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bitwise.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bitwise.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bitwise_float.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bitwise_float.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bitwise_or.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bitwise_or.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bitwise_pointer.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bitwise_pointer.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bitwise_reduction.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bitwise_reduction.res.oracle
 create mode 100644 tests/value/oracle_symblocs/biz.err.oracle
 create mode 100644 tests/value/oracle_symblocs/biz.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bool.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bool.res.oracle
 create mode 100644 tests/value/oracle_symblocs/branch.err.oracle
 create mode 100644 tests/value/oracle_symblocs/branch.res.oracle
 create mode 100644 tests/value/oracle_symblocs/branch2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/branch2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/broken_loop.err.oracle
 create mode 100644 tests/value/oracle_symblocs/broken_loop.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bts0506.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bts0506.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bts0506.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bts0506.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bts0775.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bts0775.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bts0858.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bts0858.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bts1306.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bts1306.res.oracle
 create mode 100644 tests/value/oracle_symblocs/buffer_overflow.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/buffer_overflow.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/buffer_overflow.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/buffer_overflow.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bug.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bug.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bug0196.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bug0196.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bug0223.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bug0223.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bug0223.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bug0223.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bug0245.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bug0245.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bug_023.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bug_023.res.oracle
 create mode 100644 tests/value/oracle_symblocs/bug_0244.err.oracle
 create mode 100644 tests/value/oracle_symblocs/bug_0244.res.oracle
 create mode 100644 tests/value/oracle_symblocs/call.err.oracle
 create mode 100644 tests/value/oracle_symblocs/call.res.oracle
 create mode 100644 tests/value/oracle_symblocs/call_2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/call_2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/call_3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/call_3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/call_alias.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/call_alias.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/call_alias.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/call_alias.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/call_alias.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/call_alias.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/call_deep.err.oracle
 create mode 100644 tests/value/oracle_symblocs/call_deep.res.oracle
 create mode 100644 tests/value/oracle_symblocs/call_multi.err.oracle
 create mode 100644 tests/value/oracle_symblocs/call_multi.res.oracle
 create mode 100644 tests/value/oracle_symblocs/call_simple.err.oracle
 create mode 100644 tests/value/oracle_symblocs/call_simple.res.oracle
 create mode 100644 tests/value/oracle_symblocs/case_analysis.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/case_analysis.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/case_analysis.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/case_analysis.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cast.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cast.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cast1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cast1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cast2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cast2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cast_axalto.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cast_axalto.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cast_fun.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cast_fun.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cast_hetero.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cast_hetero.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cast_return.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cast_return.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cast_return.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cast_return.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cert_exp35_c.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cert_exp35_c.res.oracle
 create mode 100644 tests/value/oracle_symblocs/changeret.err.oracle
 create mode 100644 tests/value/oracle_symblocs/changeret.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cmp.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cmp.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cmp_ptr.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cmp_ptr.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cmp_ptr.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cmp_ptr.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cond.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cond.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cond2.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cond2.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cond2.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cond2.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cond3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cond3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/cond_integer_cast_of_float.err.oracle
 create mode 100644 tests/value/oracle_symblocs/cond_integer_cast_of_float.res.oracle
 create mode 100644 tests/value/oracle_symblocs/conditional_initializer.err.oracle
 create mode 100644 tests/value/oracle_symblocs/conditional_initializer.res.oracle
 create mode 100644 tests/value/oracle_symblocs/const.err.oracle
 create mode 100644 tests/value/oracle_symblocs/const.res.oracle
 create mode 100644 tests/value/oracle_symblocs/const2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/const2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/const_syntax.err.oracle
 create mode 100644 tests/value/oracle_symblocs/const_syntax.res.oracle
 create mode 100644 tests/value/oracle_symblocs/const_typedef.err.oracle
 create mode 100644 tests/value/oracle_symblocs/const_typedef.res.oracle
 create mode 100644 tests/value/oracle_symblocs/constarraystructlibentry.err.oracle
 create mode 100644 tests/value/oracle_symblocs/constarraystructlibentry.res.oracle
 create mode 100644 tests/value/oracle_symblocs/context_free.err.oracle
 create mode 100644 tests/value/oracle_symblocs/context_free.res.oracle
 create mode 100644 tests/value/oracle_symblocs/context_free_simple.err.oracle
 create mode 100644 tests/value/oracle_symblocs/context_free_simple.res.oracle
 create mode 100644 tests/value/oracle_symblocs/context_width.err.oracle
 create mode 100644 tests/value/oracle_symblocs/context_width.res.oracle
 create mode 100644 tests/value/oracle_symblocs/control.err.oracle
 create mode 100644 tests/value/oracle_symblocs/control.res.oracle
 create mode 100644 tests/value/oracle_symblocs/conversion.err.oracle
 create mode 100644 tests/value/oracle_symblocs/conversion.res.oracle
 create mode 100644 tests/value/oracle_symblocs/copy_paste.err.oracle
 create mode 100644 tests/value/oracle_symblocs/copy_paste.res.oracle
 create mode 100644 tests/value/oracle_symblocs/copy_paste_hidden_by_dummy_cast.err.oracle
 create mode 100644 tests/value/oracle_symblocs/copy_paste_hidden_by_dummy_cast.res.oracle
 create mode 100644 tests/value/oracle_symblocs/copy_stdin.err.oracle
 create mode 100644 tests/value/oracle_symblocs/copy_stdin.res.oracle
 create mode 100644 tests/value/oracle_symblocs/dangling.err.oracle
 create mode 100644 tests/value/oracle_symblocs/dangling.res.oracle
 create mode 100644 tests/value/oracle_symblocs/dataflow_order.err.oracle
 create mode 100644 tests/value/oracle_symblocs/dataflow_order.res.oracle
 create mode 100644 tests/value/oracle_symblocs/dead_code.err.oracle
 create mode 100644 tests/value/oracle_symblocs/dead_code.res.oracle
 create mode 100644 tests/value/oracle_symblocs/dead_code2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/dead_code2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/dead_inout.err.oracle
 create mode 100644 tests/value/oracle_symblocs/dead_inout.res.oracle
 create mode 100644 tests/value/oracle_symblocs/dead_statuses.err.oracle
 create mode 100644 tests/value/oracle_symblocs/dead_statuses.res.oracle
 create mode 100644 tests/value/oracle_symblocs/deep_conditionals.err.oracle
 create mode 100644 tests/value/oracle_symblocs/deep_conditionals.res.oracle
 create mode 100644 tests/value/oracle_symblocs/degeneration2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/degeneration2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/deps.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/deps.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/deps.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/deps.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/deps.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/deps.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/deps_addr.err.oracle
 create mode 100644 tests/value/oracle_symblocs/deps_addr.res.oracle
 create mode 100644 tests/value/oracle_symblocs/deps_compose.err.oracle
 create mode 100644 tests/value/oracle_symblocs/deps_compose.res.oracle
 create mode 100644 tests/value/oracle_symblocs/deps_local.err.oracle
 create mode 100644 tests/value/oracle_symblocs/deps_local.res.oracle
 create mode 100644 tests/value/oracle_symblocs/deps_mixed.err.oracle
 create mode 100644 tests/value/oracle_symblocs/deps_mixed.res.oracle
 create mode 100644 tests/value/oracle_symblocs/deps_unitialized_locals.err.oracle
 create mode 100644 tests/value/oracle_symblocs/deps_unitialized_locals.res.oracle
 create mode 100644 tests/value/oracle_symblocs/deref.err.oracle
 create mode 100644 tests/value/oracle_symblocs/deref.res.oracle
 create mode 100644 tests/value/oracle_symblocs/disjoint_status.err.oracle
 create mode 100644 tests/value/oracle_symblocs/disjoint_status.res.oracle
 create mode 100644 tests/value/oracle_symblocs/div.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/div.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/div.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/div.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/div_strange.err.oracle
 create mode 100644 tests/value/oracle_symblocs/div_strange.res.oracle
 create mode 100644 tests/value/oracle_symblocs/divneg.err.oracle
 create mode 100644 tests/value/oracle_symblocs/divneg.res.oracle
 create mode 100644 tests/value/oracle_symblocs/downcast.err.oracle
 create mode 100644 tests/value/oracle_symblocs/downcast.res.oracle
 create mode 100644 tests/value/oracle_symblocs/dur.err.oracle
 create mode 100644 tests/value/oracle_symblocs/dur.res.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_base.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_base.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_base.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_base.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_struct.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_struct.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_struct.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_struct.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_struct.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_struct.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_struct.3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_struct.3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_struct2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_struct2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_union.err.oracle
 create mode 100644 tests/value/oracle_symblocs/empty_union.res.oracle
 create mode 100644 tests/value/oracle_symblocs/endian.err.oracle
 create mode 100644 tests/value/oracle_symblocs/endian.res.oracle
 create mode 100644 tests/value/oracle_symblocs/enum.err.oracle
 create mode 100644 tests/value/oracle_symblocs/enum.res.oracle
 create mode 100644 tests/value/oracle_symblocs/enum2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/enum2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/eval_separated.err.oracle
 create mode 100644 tests/value/oracle_symblocs/eval_separated.res.oracle
 create mode 100644 tests/value/oracle_symblocs/extern.err.oracle
 create mode 100644 tests/value/oracle_symblocs/extern.res.oracle
 create mode 100644 tests/value/oracle_symblocs/f1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/f1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/f2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/f2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/false.err.oracle
 create mode 100644 tests/value/oracle_symblocs/false.res.oracle
 create mode 100644 tests/value/oracle_symblocs/fam_sizeof.err.oracle
 create mode 100644 tests/value/oracle_symblocs/fam_sizeof.res.oracle
 create mode 100644 tests/value/oracle_symblocs/find_ivaltop.err.oracle
 create mode 100644 tests/value/oracle_symblocs/find_ivaltop.res.oracle
 create mode 100644 tests/value/oracle_symblocs/folding.err.oracle
 create mode 100644 tests/value/oracle_symblocs/folding.res.oracle
 create mode 100644 tests/value/oracle_symblocs/for_loops.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/for_loops.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/for_loops.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/for_loops.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/for_loops.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/for_loops.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/for_loops.3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/for_loops.3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/forall.err.oracle
 create mode 100644 tests/value/oracle_symblocs/forall.res.oracle
 create mode 100644 tests/value/oracle_symblocs/fptr.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/fptr.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/fptr.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/fptr.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_call.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_call.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_call.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_call.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_global.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_global.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_ind.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_ind.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.4.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.4.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.5.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.5.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.6.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.6.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.7.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_pb.7.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_ptr.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_ptr.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_ptr.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_ptr.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_ptr2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_ptr2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_res_2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_res_2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/from_termin.err.oracle
 create mode 100644 tests/value/oracle_symblocs/from_termin.res.oracle
 create mode 100644 tests/value/oracle_symblocs/fun_ptr.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/fun_ptr.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/fun_ptr.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/fun_ptr.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/function_return_serial_casts.err.oracle
 create mode 100644 tests/value/oracle_symblocs/function_return_serial_casts.res.oracle
 create mode 100644 tests/value/oracle_symblocs/g1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/g1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/garbled_init.err.oracle
 create mode 100644 tests/value/oracle_symblocs/garbled_init.res.oracle
 create mode 100644 tests/value/oracle_symblocs/ghost.err.oracle
 create mode 100644 tests/value/oracle_symblocs/ghost.res.oracle
 create mode 100644 tests/value/oracle_symblocs/global_bug.err.oracle
 create mode 100644 tests/value/oracle_symblocs/global_bug.res.oracle
 create mode 100644 tests/value/oracle_symblocs/goto.err.oracle
 create mode 100644 tests/value/oracle_symblocs/goto.res.oracle
 create mode 100644 tests/value/oracle_symblocs/if.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/if.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/if.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/if.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/if2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/if2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/ilevel.err.oracle
 create mode 100644 tests/value/oracle_symblocs/ilevel.res.oracle
 create mode 100644 tests/value/oracle_symblocs/implies.err.oracle
 create mode 100644 tests/value/oracle_symblocs/implies.res.oracle
 create mode 100644 tests/value/oracle_symblocs/imprecise_invalid_write.err.oracle
 create mode 100644 tests/value/oracle_symblocs/imprecise_invalid_write.res.oracle
 create mode 100644 tests/value/oracle_symblocs/incorrect_reduce_expr.err.oracle
 create mode 100644 tests/value/oracle_symblocs/incorrect_reduce_expr.res.oracle
 create mode 100644 tests/value/oracle_symblocs/ineq.err.oracle
 create mode 100644 tests/value/oracle_symblocs/ineq.res.oracle
 create mode 100644 tests/value/oracle_symblocs/infinite.err.oracle
 create mode 100644 tests/value/oracle_symblocs/infinite.res.oracle
 create mode 100644 tests/value/oracle_symblocs/init.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/init.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/init.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/init.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/init_const_guard.err.oracle
 create mode 100644 tests/value/oracle_symblocs/init_const_guard.res.oracle
 create mode 100644 tests/value/oracle_symblocs/initialized.err.oracle
 create mode 100644 tests/value/oracle_symblocs/initialized.res.oracle
 create mode 100644 tests/value/oracle_symblocs/initialized_copy.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/initialized_copy.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/initialized_copy.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/initialized_copy.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/inout.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/inout.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/inout.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/inout.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/inout.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/inout.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/inout.3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/inout.3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/inout.4.err.oracle
 create mode 100644 tests/value/oracle_symblocs/inout.4.res.oracle
 create mode 100644 tests/value/oracle_symblocs/inout_diff.err.oracle
 create mode 100644 tests/value/oracle_symblocs/inout_diff.res.oracle
 create mode 100644 tests/value/oracle_symblocs/inout_formals.err.oracle
 create mode 100644 tests/value/oracle_symblocs/inout_formals.res.oracle
 create mode 100644 tests/value/oracle_symblocs/inout_on_alarms.err.oracle
 create mode 100644 tests/value/oracle_symblocs/inout_on_alarms.res.oracle
 create mode 100644 tests/value/oracle_symblocs/inout_proto.err.oracle
 create mode 100644 tests/value/oracle_symblocs/inout_proto.res.oracle
 create mode 100644 tests/value/oracle_symblocs/input.err.oracle
 create mode 100644 tests/value/oracle_symblocs/input.res.oracle
 create mode 100644 tests/value/oracle_symblocs/integers.err.oracle
 create mode 100644 tests/value/oracle_symblocs/integers.res.oracle
 create mode 100644 tests/value/oracle_symblocs/interpol.err.oracle
 create mode 100644 tests/value/oracle_symblocs/interpol.res.oracle
 create mode 100644 tests/value/oracle_symblocs/invalid_loc_return.err.oracle
 create mode 100644 tests/value/oracle_symblocs/invalid_loc_return.res.oracle
 create mode 100644 tests/value/oracle_symblocs/invalid_lval_arg.err.oracle
 create mode 100644 tests/value/oracle_symblocs/invalid_lval_arg.res.oracle
 create mode 100644 tests/value/oracle_symblocs/inversion.err.oracle
 create mode 100644 tests/value/oracle_symblocs/inversion.res.oracle
 create mode 100644 tests/value/oracle_symblocs/inversion2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/inversion2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/jacques.err.oracle
 create mode 100644 tests/value/oracle_symblocs/jacques.res.oracle
 create mode 100644 tests/value/oracle_symblocs/join_misaligned.err.oracle
 create mode 100644 tests/value/oracle_symblocs/join_misaligned.res.oracle
 create mode 100644 tests/value/oracle_symblocs/label.err.oracle
 create mode 100644 tests/value/oracle_symblocs/label.res.oracle
 create mode 100644 tests/value/oracle_symblocs/lazy.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/lazy.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/lazy.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/lazy.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/leaf.err.oracle
 create mode 100644 tests/value/oracle_symblocs/leaf.res.oracle
 create mode 100644 tests/value/oracle_symblocs/leaf2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/leaf2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/leaf_spec.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/leaf_spec.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/leaf_spec.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/leaf_spec.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/library.err.oracle
 create mode 100644 tests/value/oracle_symblocs/library.res.oracle
 create mode 100644 tests/value/oracle_symblocs/library_precond.err.oracle
 create mode 100644 tests/value/oracle_symblocs/library_precond.res.oracle
 create mode 100644 tests/value/oracle_symblocs/limits.err.oracle
 create mode 100644 tests/value/oracle_symblocs/limits.res.oracle
 create mode 100644 tests/value/oracle_symblocs/local.err.oracle
 create mode 100644 tests/value/oracle_symblocs/local.res.oracle
 create mode 100644 tests/value/oracle_symblocs/local_cleanup.err.oracle
 create mode 100644 tests/value/oracle_symblocs/local_cleanup.res.oracle
 create mode 100644 tests/value/oracle_symblocs/local_slevel.err.oracle
 create mode 100644 tests/value/oracle_symblocs/local_slevel.res.oracle
 create mode 100644 tests/value/oracle_symblocs/local_variables.err.oracle
 create mode 100644 tests/value/oracle_symblocs/local_variables.res.oracle
 create mode 100644 tests/value/oracle_symblocs/lock.err.oracle
 create mode 100644 tests/value/oracle_symblocs/lock.res.oracle
 create mode 100644 tests/value/oracle_symblocs/logic.err.oracle
 create mode 100644 tests/value/oracle_symblocs/logic.res.oracle
 create mode 100644 tests/value/oracle_symblocs/logic_ptr_cast.err.oracle
 create mode 100644 tests/value/oracle_symblocs/logic_ptr_cast.res.oracle
 create mode 100644 tests/value/oracle_symblocs/logicdeps.err.oracle
 create mode 100644 tests/value/oracle_symblocs/logicdeps.res.oracle
 create mode 100644 tests/value/oracle_symblocs/long.err.oracle
 create mode 100644 tests/value/oracle_symblocs/long.res.oracle
 create mode 100644 tests/value/oracle_symblocs/long_const.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/long_const.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/long_const.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/long_const.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_array.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_array.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_join.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_join.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_long.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_long.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_no_var.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_no_var.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_simple.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_simple.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_test.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_test.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_test.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_test.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_wvar.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_wvar.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_wvar.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_wvar.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_wvar.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_wvar.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_wvar.3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loop_wvar.3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loopfun.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loopfun.res.oracle
 create mode 100644 tests/value/oracle_symblocs/loopinv.err.oracle
 create mode 100644 tests/value/oracle_symblocs/loopinv.res.oracle
 create mode 100644 tests/value/oracle_symblocs/machdep.err.oracle
 create mode 100644 tests/value/oracle_symblocs/machdep.res.oracle
 create mode 100644 tests/value/oracle_symblocs/max_pointed.err.oracle
 create mode 100644 tests/value/oracle_symblocs/max_pointed.res.oracle
 create mode 100644 tests/value/oracle_symblocs/memexec.err.oracle
 create mode 100644 tests/value/oracle_symblocs/memexec.res.oracle
 create mode 100644 tests/value/oracle_symblocs/merge_bits.err.oracle
 create mode 100644 tests/value/oracle_symblocs/merge_bits.res.oracle
 create mode 100644 tests/value/oracle_symblocs/mini_pointrer.err.oracle
 create mode 100644 tests/value/oracle_symblocs/mini_pointrer.res.oracle
 create mode 100644 tests/value/oracle_symblocs/misaligned_tabs.err.oracle
 create mode 100644 tests/value/oracle_symblocs/misaligned_tabs.res.oracle
 create mode 100644 tests/value/oracle_symblocs/mixed_val.err.oracle
 create mode 100644 tests/value/oracle_symblocs/mixed_val.res.oracle
 create mode 100644 tests/value/oracle_symblocs/modifies.err.oracle
 create mode 100644 tests/value/oracle_symblocs/modifies.res.oracle
 create mode 100644 tests/value/oracle_symblocs/modulo.err.oracle
 create mode 100644 tests/value/oracle_symblocs/modulo.res.oracle
 create mode 100644 tests/value/oracle_symblocs/multi_access.err.oracle
 create mode 100644 tests/value/oracle_symblocs/multi_access.res.oracle
 create mode 100644 tests/value/oracle_symblocs/narrow_behaviors.err.oracle
 create mode 100644 tests/value/oracle_symblocs/narrow_behaviors.res.oracle
 create mode 100644 tests/value/oracle_symblocs/nested_struct_init.err.oracle
 create mode 100644 tests/value/oracle_symblocs/nested_struct_init.res.oracle
 create mode 100644 tests/value/oracle_symblocs/no_results.err.oracle
 create mode 100644 tests/value/oracle_symblocs/no_results.res.oracle
 create mode 100644 tests/value/oracle_symblocs/non_iso_initializer.err.oracle
 create mode 100644 tests/value/oracle_symblocs/non_iso_initializer.res.oracle
 create mode 100644 tests/value/oracle_symblocs/non_natural.err.oracle
 create mode 100644 tests/value/oracle_symblocs/non_natural.res.oracle
 create mode 100644 tests/value/oracle_symblocs/nonlin.err.oracle
 create mode 100644 tests/value/oracle_symblocs/nonlin.res.oracle
 create mode 100644 tests/value/oracle_symblocs/noreturn.err.oracle
 create mode 100644 tests/value/oracle_symblocs/noreturn.res.oracle
 create mode 100644 tests/value/oracle_symblocs/not.err.oracle
 create mode 100644 tests/value/oracle_symblocs/not.res.oracle
 create mode 100644 tests/value/oracle_symblocs/not_ct_array_arg.err.oracle
 create mode 100644 tests/value/oracle_symblocs/not_ct_array_arg.res.oracle
 create mode 100644 tests/value/oracle_symblocs/null_lt_valid.err.oracle
 create mode 100644 tests/value/oracle_symblocs/null_lt_valid.res.oracle
 create mode 100644 tests/value/oracle_symblocs/offset_misaligned.err.oracle
 create mode 100644 tests/value/oracle_symblocs/offset_misaligned.res.oracle
 create mode 100644 tests/value/oracle_symblocs/offset_neg.err.oracle
 create mode 100644 tests/value/oracle_symblocs/offset_neg.res.oracle
 create mode 100644 tests/value/oracle_symblocs/offset_top.err.oracle
 create mode 100644 tests/value/oracle_symblocs/offset_top.res.oracle
 create mode 100644 tests/value/oracle_symblocs/origin.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/origin.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/origin.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/origin.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/output_leafs.err.oracle
 create mode 100644 tests/value/oracle_symblocs/output_leafs.res.oracle
 create mode 100644 tests/value/oracle_symblocs/overflow.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/overflow.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/overflow.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/overflow.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/overflow_cast_float_int.err.oracle
 create mode 100644 tests/value/oracle_symblocs/overflow_cast_float_int.res.oracle
 create mode 100644 tests/value/oracle_symblocs/packed.err.oracle
 create mode 100644 tests/value/oracle_symblocs/packed.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pb.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pb.res.oracle
 create mode 100644 tests/value/oracle_symblocs/period.err.oracle
 create mode 100644 tests/value/oracle_symblocs/period.res.oracle
 create mode 100644 tests/value/oracle_symblocs/plevel.err.oracle
 create mode 100644 tests/value/oracle_symblocs/plevel.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer2.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer2.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer2.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer2.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer4.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer4.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_arg.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_arg.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_comp.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_comp.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_comparison.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_comparison.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_comparison.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_comparison.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_int_cast.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_int_cast.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_loop.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pointer_loop.res.oracle
 create mode 100644 tests/value/oracle_symblocs/postcond_leaf.err.oracle
 create mode 100644 tests/value/oracle_symblocs/postcond_leaf.res.oracle
 create mode 100644 tests/value/oracle_symblocs/postcondition.err.oracle
 create mode 100644 tests/value/oracle_symblocs/postcondition.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pragma.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pragma.res.oracle
 create mode 100644 tests/value/oracle_symblocs/precise_locations.err.oracle
 create mode 100644 tests/value/oracle_symblocs/precise_locations.res.oracle
 create mode 100644 tests/value/oracle_symblocs/precond.err.oracle
 create mode 100644 tests/value/oracle_symblocs/precond.res.oracle
 create mode 100644 tests/value/oracle_symblocs/precond2.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/precond2.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/precond2.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/precond2.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/propagate_bottom.err.oracle
 create mode 100644 tests/value/oracle_symblocs/propagate_bottom.res.oracle
 create mode 100644 tests/value/oracle_symblocs/protomain.err.oracle
 create mode 100644 tests/value/oracle_symblocs/protomain.res.oracle
 create mode 100644 tests/value/oracle_symblocs/ptr_call_object.err.oracle
 create mode 100644 tests/value/oracle_symblocs/ptr_call_object.res.oracle
 create mode 100644 tests/value/oracle_symblocs/ptr_relation.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/ptr_relation.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/ptr_relation.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/ptr_relation.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/ptr_relation.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/ptr_relation.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/pure_exp.err.oracle
 create mode 100644 tests/value/oracle_symblocs/pure_exp.res.oracle
 create mode 100644 tests/value/oracle_symblocs/qualified_arrays.err.oracle
 create mode 100644 tests/value/oracle_symblocs/qualified_arrays.res.oracle
 create mode 100644 tests/value/oracle_symblocs/raz.err.oracle
 create mode 100644 tests/value/oracle_symblocs/raz.res.oracle
 create mode 100644 tests/value/oracle_symblocs/reading_null.err.oracle
 create mode 100644 tests/value/oracle_symblocs/reading_null.res.oracle
 create mode 100644 tests/value/oracle_symblocs/rec.err.oracle
 create mode 100644 tests/value/oracle_symblocs/rec.res.oracle
 create mode 100644 tests/value/oracle_symblocs/recol.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/recol.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/recol.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/recol.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/recursion.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/recursion.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/recursion.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/recursion.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/recursion2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/recursion2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/reduce_by_valid.err.oracle
 create mode 100644 tests/value/oracle_symblocs/reduce_by_valid.res.oracle
 create mode 100644 tests/value/oracle_symblocs/reduce_formals.err.oracle
 create mode 100644 tests/value/oracle_symblocs/reduce_formals.res.oracle
 create mode 100644 tests/value/oracle_symblocs/reduce_index.err.oracle
 create mode 100644 tests/value/oracle_symblocs/reduce_index.res.oracle
 create mode 100644 tests/value/oracle_symblocs/reduce_valid.err.oracle
 create mode 100644 tests/value/oracle_symblocs/reduce_valid.res.oracle
 create mode 100644 tests/value/oracle_symblocs/redundant_alarms.err.oracle
 create mode 100644 tests/value/oracle_symblocs/redundant_alarms.res.oracle
 create mode 100644 tests/value/oracle_symblocs/reevaluate_alarms.err.oracle
 create mode 100644 tests/value/oracle_symblocs/reevaluate_alarms.res.oracle
 create mode 100644 tests/value/oracle_symblocs/relation_reduction.err.oracle
 create mode 100644 tests/value/oracle_symblocs/relation_reduction.res.oracle
 create mode 100644 tests/value/oracle_symblocs/relation_shift.err.oracle
 create mode 100644 tests/value/oracle_symblocs/relation_shift.res.oracle
 create mode 100644 tests/value/oracle_symblocs/relations.err.oracle
 create mode 100644 tests/value/oracle_symblocs/relations.res.oracle
 create mode 100644 tests/value/oracle_symblocs/relations2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/relations2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/relations_difficult.err.oracle
 create mode 100644 tests/value/oracle_symblocs/relations_difficult.res.oracle
 create mode 100644 tests/value/oracle_symblocs/replace_by_show_each.err.oracle
 create mode 100644 tests/value/oracle_symblocs/replace_by_show_each.res.oracle
 create mode 100644 tests/value/oracle_symblocs/resolve.err.oracle
 create mode 100644 tests/value/oracle_symblocs/resolve.res.oracle
 create mode 100644 tests/value/oracle_symblocs/return.err.oracle
 create mode 100644 tests/value/oracle_symblocs/return.res.oracle
 create mode 100644 tests/value/oracle_symblocs/semaphore.err.oracle
 create mode 100644 tests/value/oracle_symblocs/semaphore.res.oracle
 create mode 100644 tests/value/oracle_symblocs/sep.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/sep.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/sep.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/sep.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/sep.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/sep.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/sep.3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/sep.3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/sep.4.err.oracle
 create mode 100644 tests/value/oracle_symblocs/sep.4.res.oracle
 create mode 100644 tests/value/oracle_symblocs/separated.err.oracle
 create mode 100644 tests/value/oracle_symblocs/separated.res.oracle
 create mode 100644 tests/value/oracle_symblocs/shift.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/shift.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/shift.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/shift.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/shift_big.err.oracle
 create mode 100644 tests/value/oracle_symblocs/shift_big.res.oracle
 create mode 100644 tests/value/oracle_symblocs/shift_neg.err.oracle
 create mode 100644 tests/value/oracle_symblocs/shift_neg.res.oracle
 create mode 100644 tests/value/oracle_symblocs/sign_of_bitfiled_int.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/sign_of_bitfiled_int.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/sign_of_bitfiled_int.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/sign_of_bitfiled_int.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/simple_packed.err.oracle
 create mode 100644 tests/value/oracle_symblocs/simple_packed.res.oracle
 create mode 100644 tests/value/oracle_symblocs/simple_path.err.oracle
 create mode 100644 tests/value/oracle_symblocs/simple_path.res.oracle
 create mode 100644 tests/value/oracle_symblocs/simplify_cfg.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/simplify_cfg.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/simplify_cfg.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/simplify_cfg.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/sizeof.err.oracle
 create mode 100644 tests/value/oracle_symblocs/sizeof.res.oracle
 create mode 100644 tests/value/oracle_symblocs/slevel_return.err.oracle
 create mode 100644 tests/value/oracle_symblocs/slevel_return.res.oracle
 create mode 100644 tests/value/oracle_symblocs/slevelex.err.oracle
 create mode 100644 tests/value/oracle_symblocs/slevelex.res.oracle
 create mode 100644 tests/value/oracle_symblocs/small_conditionals.err.oracle
 create mode 100644 tests/value/oracle_symblocs/small_conditionals.res.oracle
 create mode 100644 tests/value/oracle_symblocs/sort4.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/sort4.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/sort4.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/sort4.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/sort4.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/sort4.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/split_return.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/split_return.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/split_return.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/split_return.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/split_return.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/split_return.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/split_return.3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/split_return.3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/split_return.4.err.oracle
 create mode 100644 tests/value/oracle_symblocs/split_return.4.res.oracle
 create mode 100644 tests/value/oracle_symblocs/statement_contract.err.oracle
 create mode 100644 tests/value/oracle_symblocs/statement_contract.res.oracle
 create mode 100644 tests/value/oracle_symblocs/static.err.oracle
 create mode 100644 tests/value/oracle_symblocs/static.res.oracle
 create mode 100644 tests/value/oracle_symblocs/strange.err.oracle
 create mode 100644 tests/value/oracle_symblocs/strange.res.oracle
 create mode 100644 tests/value/oracle_symblocs/strings.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/strings.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/strings.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/strings.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/strings.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/strings.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/strings.3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/strings.3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/strings_cond.err.oracle
 create mode 100644 tests/value/oracle_symblocs/strings_cond.res.oracle
 create mode 100644 tests/value/oracle_symblocs/struct.err.oracle
 create mode 100644 tests/value/oracle_symblocs/struct.res.oracle
 create mode 100644 tests/value/oracle_symblocs/struct2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/struct2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/struct3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/struct3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_array.err.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_array.res.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_call.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_call.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_call.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_call.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_deps.err.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_deps.res.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_incl.err.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_incl.res.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_p_call.err.oracle
 create mode 100644 tests/value/oracle_symblocs/struct_p_call.res.oracle
 create mode 100644 tests/value/oracle_symblocs/strucval.err.oracle
 create mode 100644 tests/value/oracle_symblocs/strucval.res.oracle
 create mode 100644 tests/value/oracle_symblocs/subset.err.oracle
 create mode 100644 tests/value/oracle_symblocs/subset.res.oracle
 create mode 100644 tests/value/oracle_symblocs/switch.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/switch.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/switch.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/switch.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/switch2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/switch2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/switch_cast.err.oracle
 create mode 100644 tests/value/oracle_symblocs/switch_cast.res.oracle
 create mode 100644 tests/value/oracle_symblocs/symbolic_locs.err.oracle
 create mode 100644 tests/value/oracle_symblocs/symbolic_locs.res.oracle
 create mode 100644 tests/value/oracle_symblocs/tab.err.oracle
 create mode 100644 tests/value/oracle_symblocs/tab.res.oracle
 create mode 100644 tests/value/oracle_symblocs/tab1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/tab1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/termination.err.oracle
 create mode 100644 tests/value/oracle_symblocs/termination.res.oracle
 create mode 100644 tests/value/oracle_symblocs/test.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/test.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/test.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/test.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/test_arith.err.oracle
 create mode 100644 tests/value/oracle_symblocs/test_arith.res.oracle
 create mode 100644 tests/value/oracle_symblocs/threat_array.err.oracle
 create mode 100644 tests/value/oracle_symblocs/threat_array.res.oracle
 create mode 100644 tests/value/oracle_symblocs/threat_if.err.oracle
 create mode 100644 tests/value/oracle_symblocs/threat_if.res.oracle
 create mode 100644 tests/value/oracle_symblocs/threat_redundant.err.oracle
 create mode 100644 tests/value/oracle_symblocs/threat_redundant.res.oracle
 create mode 100644 tests/value/oracle_symblocs/tricky_logic.err.oracle
 create mode 100644 tests/value/oracle_symblocs/tricky_logic.res.oracle
 create mode 100644 tests/value/oracle_symblocs/typedef_function.err.oracle
 create mode 100644 tests/value/oracle_symblocs/typedef_function.res.oracle
 create mode 100644 tests/value/oracle_symblocs/typeof.err.oracle
 create mode 100644 tests/value/oracle_symblocs/typeof.res.oracle
 create mode 100644 tests/value/oracle_symblocs/ulongvslonglong.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/ulongvslonglong.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/ulongvslonglong.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/ulongvslonglong.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/undef_behavior_bts1059.err.oracle
 create mode 100644 tests/value/oracle_symblocs/undef_behavior_bts1059.res.oracle
 create mode 100644 tests/value/oracle_symblocs/undef_fct.err.oracle
 create mode 100644 tests/value/oracle_symblocs/undef_fct.res.oracle
 create mode 100644 tests/value/oracle_symblocs/undefined_sequence.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/undefined_sequence.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/undefined_sequence.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/undefined_sequence.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/undefined_sequence2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/undefined_sequence2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/uninit.err.oracle
 create mode 100644 tests/value/oracle_symblocs/uninit.res.oracle
 create mode 100644 tests/value/oracle_symblocs/uninit_callstack.err.oracle
 create mode 100644 tests/value/oracle_symblocs/uninit_callstack.res.oracle
 create mode 100644 tests/value/oracle_symblocs/uninitialized_gnubody.err.oracle
 create mode 100644 tests/value/oracle_symblocs/uninitialized_gnubody.res.oracle
 create mode 100644 tests/value/oracle_symblocs/unknown_sizeof.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/unknown_sizeof.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/unknown_sizeof.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/unknown_sizeof.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/unop.err.oracle
 create mode 100644 tests/value/oracle_symblocs/unop.res.oracle
 create mode 100644 tests/value/oracle_symblocs/unroll.err.oracle
 create mode 100644 tests/value/oracle_symblocs/unroll.res.oracle
 create mode 100644 tests/value/oracle_symblocs/unroll_simple.err.oracle
 create mode 100644 tests/value/oracle_symblocs/unroll_simple.res.oracle
 create mode 100644 tests/value/oracle_symblocs/unsigned_overflow.err.oracle
 create mode 100644 tests/value/oracle_symblocs/unsigned_overflow.res.oracle
 create mode 100644 tests/value/oracle_symblocs/use_spec.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/use_spec.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/use_spec.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/use_spec.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/user_assertion_uninit_var.err.oracle
 create mode 100644 tests/value/oracle_symblocs/user_assertion_uninit_var.res.oracle
 create mode 100644 tests/value/oracle_symblocs/usp.err.oracle
 create mode 100644 tests/value/oracle_symblocs/usp.res.oracle
 create mode 100644 tests/value/oracle_symblocs/va_list.err.oracle
 create mode 100644 tests/value/oracle_symblocs/va_list.res.oracle
 create mode 100644 tests/value/oracle_symblocs/va_list2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/va_list2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/val6.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/val6.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/val6.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/val6.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/val9.err.oracle
 create mode 100644 tests/value/oracle_symblocs/val9.res.oracle
 create mode 100644 tests/value/oracle_symblocs/val_if.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/val_if.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/val_if.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/val_if.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/val_if.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/val_if.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/val_ptr.0.err.oracle
 create mode 100644 tests/value/oracle_symblocs/val_ptr.0.res.oracle
 create mode 100644 tests/value/oracle_symblocs/val_ptr.1.err.oracle
 create mode 100644 tests/value/oracle_symblocs/val_ptr.1.res.oracle
 create mode 100644 tests/value/oracle_symblocs/val_ptr.2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/val_ptr.2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/val_ptr.3.err.oracle
 create mode 100644 tests/value/oracle_symblocs/val_ptr.3.res.oracle
 create mode 100644 tests/value/oracle_symblocs/video_detect.err.oracle
 create mode 100644 tests/value/oracle_symblocs/video_detect.res.oracle
 create mode 100644 tests/value/oracle_symblocs/volatile.err.oracle
 create mode 100644 tests/value/oracle_symblocs/volatile.res.oracle
 create mode 100644 tests/value/oracle_symblocs/volatile2.err.oracle
 create mode 100644 tests/value/oracle_symblocs/volatile2.res.oracle
 create mode 100644 tests/value/oracle_symblocs/volatilestruct.err.oracle
 create mode 100644 tests/value/oracle_symblocs/volatilestruct.res.oracle
 create mode 100644 tests/value/oracle_symblocs/wide_string.err.oracle
 create mode 100644 tests/value/oracle_symblocs/wide_string.res.oracle
 create mode 100644 tests/value/oracle_symblocs/widen_non_constant.err.oracle
 create mode 100644 tests/value/oracle_symblocs/widen_non_constant.res.oracle
 create mode 100644 tests/value/oracle_symblocs/widen_on_non_monotonic.err.oracle
 create mode 100644 tests/value/oracle_symblocs/widen_on_non_monotonic.res.oracle
 create mode 100644 tests/value/oracle_symblocs/widen_overflow.err.oracle
 create mode 100644 tests/value/oracle_symblocs/widen_overflow.res.oracle
 create mode 100644 tests/value/oracle_symblocs/with_comment.err.oracle
 create mode 100644 tests/value/oracle_symblocs/with_comment.res.oracle
 create mode 100644 tests/value/oracle_symblocs/zerolengtharrays.err.oracle
 create mode 100644 tests/value/oracle_symblocs/zerolengtharrays.res.oracle
 delete mode 100644 tests/value/paths.i
 create mode 100644 tests/value/symbolic_locs.i

diff --git a/.gitignore b/.gitignore
index 1c875b41b62..3c9c2f66bda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,6 +92,27 @@ autom4te.cache
 /doc/code/print_api/dynamic_plugins.mli
 /doc/code/print_api/_build/
 
+/doc/pdg/call-f.eps
+/doc/pdg/call-f.fig
+/doc/pdg/call-f.pdf
+/doc/pdg/call-g.eps
+/doc/pdg/call-g.fig
+/doc/pdg/call-g.pdf
+/doc/pdg/compil.ok
+/doc/pdg/ctrl-dpds.eps
+/doc/pdg/ctrl-dpds.pdf
+/doc/pdg/ex-goto.eps
+/doc/pdg/ex-goto.pdf
+/doc/pdg/exple-call.c
+/doc/pdg/goto.eps
+/doc/pdg/goto.pdf
+/doc/pdg/logo-inria-sophia.eps
+/doc/pdg/logo-inria-sophia.pdf
+/doc/pdg/pdg-call.eps
+/doc/pdg/pdg-call.pdf
+/doc/pdg/pdg.dvi
+/doc/pdg/pdg.ps
+
 #lib
 /lib/fc/
 /lib/plugins/*.mli
@@ -108,6 +129,7 @@ autom4te.cache
 /src/plugins/*/configure
 /src/plugins/*/.depend
 /src/plugins/*/autom4te.cache/
+/src/plugins/*/Makefile.plugin.generated
 /src/plugins/*/doc/*/*.dot
 /src/plugins/*/doc/*/*.aux
 /src/plugins/*/doc/*/*.bbl
diff --git a/Changelog b/Changelog
index bd65e5da83f..8f7698d7137 100644
--- a/Changelog
+++ b/Changelog
@@ -17,6 +17,27 @@
 Open Source Release <next-next-release>
 ######################################
 
+-* Kernel     [2016/08/12] Fix bug #2239 about unsoundness of callgraph's
+              services computation (bug introduced in Frama-C Magnesium).
+o! Kernel     [2016/07/26] Suppress return_stmt field of kernel_function type.
+              Use Kernel_function.find_return instead.
+-* Kernel     [2016/07/31] Scripts that use Gtk can again be loaded using
+              option -load-script (bug report:
+              http://stackoverflow.com/questions/38677256/)
+-! From       [2016/07/28] Removed options -experimental-path-deps and
+              -experimental-mem-deps.
+-! Value      [2016/06/26] Do not compute the sizeof of a function when
+              evaluating a function call through a pointer. This avoids some
+              warnings in MSVC mode.
+-! Value      [2016/06/26] Option -val-show-time has been removed. Options
+              -val-show-perf or -val-flamegraph offer more information
+-  Value      [2016/06/26] New option -val-flamegraph, to dump information about
+              analysis times as a Flamegraph
+-* Value      [2016/06/26] Option -val-show-perf now properly takes into
+              account the time taken by the main function itself (without its
+              callees)
+-! Kernel     [2016/06/14] OCamlGraph is no longer packaged within Frama-C,
+              and must be installed to build Frama-C from source
 o! Kernel     [2016/06/14] Remove class Filecheck.check from API.
               Use Filecheck.check_ast that provides the correct encapsulation.
 -  Eva        [2016/06/11] Various improvements to experimental Apron domain
@@ -54,6 +75,8 @@ o! Kernel     [2016/06/14] Remove class Filecheck.check from API.
               each function
 o* Kernel     [2016/05/18] Fixes merging of contract when using
               Annotations.add_code_annot
+-  Rte        [2016/05/15] New option -rte-pointer-call, to generate
+              annotations for calls through function pointers
 -* Value      [2016/05/15] Fix crash when extracting bits of a long double
               value. (Issue 92 on TIS-interpreter, reported by ch3root.).
 -  Value      [2016/05/14] Builtins are now available for malloc:
diff --git a/INSTALL.md b/INSTALL.md
index 02a3ee45832..52425fa67aa 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -180,7 +180,7 @@ If you are using Fedora >= 13 then a Frama-C package is provided:
 
 ### Quick Start
 
-1. Install OCaml if not already installed.
+1. Install OCaml and OCamlGraph if not already installed.
 
 2. (Optional) For the GUI, also install Gtk, GtkSourceView, GnomeCanvas and
    Lablgtk2 if not already installed. If possible, also install Zarith.
@@ -213,6 +213,7 @@ If you are using Fedora >= 13 then a Frama-C package is provided:
 - GNU make version >= 3.81
 - OCaml >= 4.02.3
 - a C compiler with standard C and POSIX headers and libraries
+- [OCamlGraph][OCamlGraph] >= 1.8.5
 
 The Frama-C GUI also requires:
 - Gtk (>= 2.4)
@@ -220,10 +221,6 @@ The Frama-C GUI also requires:
 - GnomeCanvas 2.x
 - LablGtk >= 2.18.2
 
-If [OcamlGraph 1.8.5 or 1.8.6][OCamlGraph] is already installed,
-then it will be used by Frama-C.
-Otherwise the distributed local copy (file `ocamlgraph.tar.gz`) will be used.
-
 If [Zarith][Zarith] is installed, it will be used by Frama-C.
 Otherwise another equivalent but less efficient library will be used.
 
diff --git a/Makefile b/Makefile
index da621b7ba30..00a53859202 100644
--- a/Makefile
+++ b/Makefile
@@ -218,7 +218,7 @@ DISTRIB_FILES:=\
       Changelog config.h.in						\
       VERSION $(wildcard licenses/*)                                    \
       $(LIBC_FILES)							\
-      share/acsl.el share/configure.ac					\
+      $(wildcard share/emacs/*.el) share/configure.ac                   \
       share/Makefile.config.in share/Makefile.common                    \
       share/Makefile.generic						\
       share/Makefile.plugin.template share/Makefile.dynamic		\
@@ -301,20 +301,6 @@ rebuild: config.status
 
 sinclude .Makefile.user # Should defines FRAMAC_PARALLEL and FRAMAC_USER_FLAGS
 
-.PHONY:merlin
-.merlin merlin: share/Makefile.config
-#create Merlin file
-	echo "FLG -c $(FRAMAC_USER_MERLIN_FLAGS)" > .merlin
-	echo "PKG ocamlgraph" >> .merlin
-	echo "PKG findlib" >> .merlin
-	echo "PKG zarith" >> .merlin
-	echo "PKG lablgtk2" >> .merlin
-	echo "PKG apron" >> .merlin
-	echo "B lib/plugins" >> .merlin
-	echo "B lib/plugins/gui" >> .merlin
-	find src \( -name '.*' -o -name tests -o -name doc -o -name '*.cache' \) -prune \
-	      -o \( -type d -exec printf "B %s\n" {} \; -exec printf "S %s\n" {} \; \) >> .merlin
-
 #Create link in share for local execution if
 .PHONY:create_share_link
 create_share_link: share/.gitignore
@@ -768,7 +754,7 @@ PLUGIN_CMO:= slevel/split_strategy value_parameters \
 	utils/library_functions utils/mark_noresults slevel/separate \
 	legacy/state_imp utils/value_results utils/widen \
 	legacy/valarms legacy/warn utils/eval_typ \
-	utils/mem_lvalue legacy/eval_op legacy/eval_terms legacy/eval_annots \
+	legacy/eval_op legacy/eval_terms legacy/eval_annots \
 	domains/cvalue/locals_scoping \
 	legacy/eval_behaviors legacy/mem_exec \
 	legacy/eval_exprs legacy/eval_non_linear legacy/initial_state \
@@ -786,6 +772,7 @@ PLUGIN_CMO:= slevel/split_strategy value_parameters \
 	domains/apron/apron_domain \
 	domains/equality/equality_term domains/equality/equality \
 	domains/equality/equality_domain domains/offsm_domain \
+	domains/symbolic_locs\
 	domains/cvalue/cvalue_transfer domains/cvalue/cvalue_init \
 	domains/cvalue/cvalue_domain domains/cvalue/builtins_float \
 	engine/evaluation engine/non_linear_evaluation \
@@ -864,7 +851,7 @@ PLUGIN_DYNAMIC:=$(DYNAMIC_FROM_ANALYSIS)
 PLUGIN_NAME:=From
 PLUGIN_DIR:=src/plugins/from
 PLUGIN_CMO:= from_parameters from_compute \
-	functionwise callwise path_dependencies mem_dependencies from_register
+	functionwise callwise from_register
 PLUGIN_GUI_CMO:=from_register_gui
 PLUGIN_TESTS_DIRS:=idct test float
 PLUGIN_DISTRIBUTED:=yes
@@ -1048,9 +1035,15 @@ PLUGIN_INTRO:=doc/code/intro_slicing.txt
 PLUGIN_TYPES_TODOC:= $(addsuffix .ml, $(SLICING_TYPES))
 PLUGIN_UNDOC:=register.ml # slicing_gui.ml
 
-PLUGIN_TESTS_DIRS:= slicing slicing2
-#PLUGIN_TESTS_DIRS_DEFAULT:=slicing
-PLUGIN_TESTS_LIB:= tests/slicing/libSelect tests/slicing/libAnim
+PLUGIN_TESTS_DIRS:= slicing
+PLUGIN_TESTS_LIB:= tests/slicing/libSelect.ml tests/slicing/libAnim.ml \
+	tests/slicing/simple_intra_slice.ml tests/slicing/combine.ml \
+	tests/slicing/ex_spec_interproc.ml tests/slicing/horwitz.ml \
+	tests/slicing/mark_all_slices.ml tests/slicing/merge.ml \
+	tests/slicing/min_call.ml tests/slicing/select_by_annot.ml \
+	tests/slicing/select_simple.ml tests/slicing/simple_intra_slice.ml \
+	tests/slicing/slice_no_body.ml tests/slicing/switch.ml \
+	tests/slicing/adpcm.ml
 PLUGIN_DISTRIBUTED:=yes
 PLUGIN_INTERNAL_TEST:=yes
 PLUGIN_DEPENDENCIES:=Pdg Callgraph Value
@@ -1302,7 +1295,18 @@ acsl_tests: byte
 # Non-plugin test directories containing some ML files to compile
 TEST_DIRS_AS_PLUGIN=dynamic dynamic_plugin journal saveload spec misc syntax pretty_printing non-free libc value
 PLUGIN_TESTS_LIST += $(TEST_DIRS_AS_PLUGIN)
-$(foreach d,$(TEST_DIRS_AS_PLUGIN),$(eval $(call COMPILE_TESTS_ML_FILES,$d,,)))
+
+LONELY_TESTS_ML_FILES=$(wildcard $(TEST_DIRS_AS_PLUGIN:%=tests/%/*.ml))
+LONELY_TESTS_BYTE_FILES=$(LONELY_TESTS_ML_FILES:%.ml=%.cmo)
+LONELY_TESTS_OPT_FILES=$(LONELY_TESTS_ML_FILES:%.ml=%.cmx)
+LONELY_TESTS_DYN_FILES=$(LONELY_TESTS_ML_FILES:%.ml=%.cmxs)
+$(LONELY_TESTS_BYTE_FILES): BFLAGS+=$(TEST_DIRS_AS_PLUGIN:%=-I tests/%)
+$(LONELY_TESTS_OPT_FILES): OFLAGS+=$(TEST_DIRS_AS_PLUGIN:%=-I tests/%)
+$(LONELY_TESTS_DYN_FILES): OFLAGS+=$(TEST_DIRS_AS_PLUGIN:%=-I tests/%)
+.PRECIOUS: $(LONELY_TESTS_OPT_FILES) \
+           $(LONELY_TESTS_DYN_FILES) \
+           $(LONELY_TESTS_BYTE_FILES) \
+           $(LONELY_TESTS_BYTE_FILES:.cmo=%.cmi)
 
 # Tests directories without .ml but that must be tested anyway
 PLUGIN_TESTS_LIST += cil
@@ -1584,16 +1588,18 @@ install:: install-lib
 	$(MKDIR) $(FRAMAC_DATADIR)/libc/arpa
 	$(PRINT_INSTALL) shared files
 	$(CP) \
-	  $(wildcard share/*.c share/*.h) share/acsl.el \
+	  $(wildcard share/*.c share/*.h) \
 	  share/Makefile.dynamic share/Makefile.plugin.template share/Makefile.kernel \
 	  share/Makefile.config share/Makefile.common share/Makefile.generic \
 	  share/configure.ac \
 	  $(FRAMAC_DATADIR)
+	$(MKDIR) $(FRAMAC_DATADIR)/emacs
+	$(CP) $(wildcard share/emacs/*.el) $(FRAMAC_DATADIR)/emacs
 	$(CP) share/frama-c.rc $(ICONS) $(FRAMAC_DATADIR)
 	$(CP) $(FEEDBACK_ICONS_DEFAULT) $(FRAMAC_DATADIR)/theme/default
 	$(CP) $(FEEDBACK_ICONS_COLORBLIND) $(FRAMAC_DATADIR)/theme/colorblind
 	if [ -d $(EMACS_DATADIR) ]; then \
-	  $(CP) share/acsl.el $(EMACS_DATADIR); \
+	  $(CP) $(wildcard share/emacs/*.el) $(EMACS_DATADIR); \
 	fi
 	$(CP) share/Makefile.dynamic_config.external \
 	      $(FRAMAC_DATADIR)/Makefile.dynamic_config
@@ -1665,9 +1671,7 @@ uninstall::
 ####################
 
 CEA_PROPRIETARY:= \
-	src/*/*/*nonfree*.ml* \
-	src/plugins/finder/*.ml* \
-	src/plugins/finder/configure.ac src/plugins/finder/Makefile.in
+	src/*/*/*nonfree*.ml*
 
 .PHONY: headers
 
@@ -1878,6 +1882,8 @@ PLUGIN_DEP_LIST:=$(PLUGIN_LIST) $(PLUGIN_DYN_LIST)
 	$(PRINT_MAKING) .depend
 	$(RM) .depend
 	$(OCAMLDEP) $(INCLUDES) $(FILES_FOR_OCAMLDEP) > .depend
+	$(OCAMLDEP) $(INCLUDES) $(TEST_DIRS_AS_PLUGIN:%=-I tests/%) \
+          $(LONELY_TESTS_ML_FILES) >> .depend
 	$(CHMOD_RO) .depend
 
 #Used by internal plugins to wait until the *.mli of all the plugins are in
diff --git a/Makefile.generating b/Makefile.generating
index 1fb5c7f6db1..bf0147b9842 100644
--- a/Makefile.generating
+++ b/Makefile.generating
@@ -172,6 +172,22 @@ else
 	$(OCAMLC) str.cma $< -o $@
 endif
 
+# Merlin #
+
+.PHONY:merlin
+.merlin merlin: share/Makefile.config Makefile.generating
+	$(PRINT_MAKING) $@
+	echo "FLG -c $(FLAGS) $(FRAMAC_USER_MERLIN_FLAGS)" > .merlin
+	for PKG in $(LIBRARY_NAMES); do echo PKG $$PKG >> .merlin; done
+	for PKG in $(LIBRARY_NAMES_GUI); do echo PKG $$PKG >> .merlin; done
+	echo "B lib/plugins" >> .merlin
+	echo "B lib/plugins/gui" >> .merlin
+	find src \( -name '.*' -o -name tests -o -name doc -o -name '*.cache' \) -prune \
+	      -o \( -type d -exec printf "B %s\n" {} \; -exec printf "S %s\n" {} \; \) >> .merlin
+
+ifeq ("$(DEVELOPMENT)","yes")
+all:: .merlin
+endif
 
 # Local Variables:
 # mode: makefile
diff --git a/configure.in b/configure.in
index a1a1cefe963..6610e973bc3 100644
--- a/configure.in
+++ b/configure.in
@@ -107,7 +107,7 @@ AC_MSG_CHECKING(version of OCaml)
 OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version *\(.*\)$|\1|p' `
 AC_MSG_RESULT($OCAMLVERSION)
 case $OCAMLVERSION in
-  0.*|1.*|2.*|3.*|4.00.*|4.01.*|4.02.[012])
+  0.*|1.*|2.*|3.*|4.00.*|4.01.*|4.02.[[012]])
      AC_MSG_ERROR(Incompatible OCaml version; use 4.02.3+.);;
    *)
      OCAML_ANNOT_OPTION="-bin-annot";;
@@ -247,8 +247,12 @@ AC_CHECK_PROG(OTAGS,otags,otags,)
 AC_MSG_CHECKING(for ocamlgraph)
 
 OCAMLGRAPH=$($OCAMLFIND query ocamlgraph -format %v)
+if test -z "$OCAMLGRAPH" ; then
+  AC_MSG_ERROR(Cannot find ocamlgraph via ocamlfind \
+(requires ocamlgraph 1.8.5 or higher).)
+fi
 case $OCAMLGRAPH in
-      0.* | 1.[01234567].* \
+      0.* | 1.[[01234567]].* \
       | 1.8.0 | 1.8.0+dev \
       | 1.8.1 | 1.8.1+dev \
       | 1.8.2 | 1.8.2+dev \
diff --git a/doc/developer/advance.tex b/doc/developer/advance.tex
index f15f5ac83f7..ef5b3dc1c5a 100644
--- a/doc/developer/advance.tex
+++ b/doc/developer/advance.tex
@@ -1096,7 +1096,8 @@ options are always given between quotes. An option following a \texttt{+}
 while an option following a \texttt{-} is removed from it. The directive can be
 empty (meaning that the corresponding test will use the standard set of
 options). As with \texttt{OPT}, each \texttt{STDOPT} corresponds to a different
-(set of) test case(s).
+(set of) test case(s). \texttt{LOG} directives preceding an \texttt{STDOPT}
+are taken into account.
 \item The syntax for directives
   \texttt{EXECNOW}\sscodeidxdef{Test}{Directive}{EXECNOW}
   and \texttt{EXEC}\sscodeidxdef{Test}{Directive}{EXEC} is the following.
diff --git a/doc/developer/refman.tex b/doc/developer/refman.tex
index 7869bf817e7..a7597b90da2 100644
--- a/doc/developer/refman.tex
+++ b/doc/developer/refman.tex
@@ -803,7 +803,7 @@ directory & \\
 & \texttt{PLUGIN\_TESTS\_DIRS} & Directories containing tests &\\
 & \texttt{PLUGIN\_TESTS\_DIRS\_DEFAULT} & tests to be included in the default
 test suite (all directories by default) & no \\
-& \texttt{PLUGIN\_TESTS\_LIBS} & Specific \texttt{.cmo} files used by plug-in
+& \texttt{PLUGIN\_TESTS\_LIBS} & Specific \texttt{.ml} files used by plug-in
 tests &\\
 & \texttt{PLUGIN\_NO\_DEFAULT\_TEST} & Whether to include tests
 in default test suite. &\\
@@ -871,9 +871,13 @@ in the distribution & no \\
   \texttt{tests/\$(notdir \$(PLUGIN\_DIR))}).\index{Plug-in!Test}
 \item Variable
   \texttt{PLUGIN\_TESTS\_LIB}\codeidxdef{PLUGIN\_TESTS\_LIB}
-  is the \texttt{.cmo} plug-in specific files used by plug-in tests. Do not write
-  its file path (which is \texttt{\$(PLUGIN\_TESTS\_DIRS})) nor its file
-  extension (which is \texttt{.cmo}).\index{Plug-in!Test}
+  contains the \texttt{.ml} plug-in specific files used by plug-in
+  tests.\index{Plug-in!Test} Note that if you wish to have these files
+  compiled before launching the tests (as opposed to e.g. compile them via
+  an \verb|EXECNOW| directive in a test file), you should add the 
+  corresponding \verb|.cmo| and \verb|.cmxs| files as pre-requisite
+  of the \verb|$(PLUGIN_DIR)/tests/ptests_config| %$
+  target.
 \item Variable
   \texttt{PLUGIN\_NO\_DEFAULT\_TEST}%
   \codeidxdef{PLUGIN\_NO\_DEFAULT\_TEST} indicates
diff --git a/doc/developer/tutorial.tex b/doc/developer/tutorial.tex
index 87035e58324..f2502bd624f 100644
--- a/doc/developer/tutorial.tex
+++ b/doc/developer/tutorial.tex
@@ -8,13 +8,90 @@ This chapter aims at helping a developer to write his first \framac plug-in. At
 the end of the tutorial, any developer should be able to extend \framac with a
 simple analysis available as a \framac plug-in. This chapter was written as a
 step-by-step explanation on how to proceed towards this goal. It will get you
-started but does not tell the whole story. You will get it with your own
-experiment, and by reading the other chapters of this guide on need.
+started, but it does not tell the whole story. You will get it with your own
+experiments, and by reading the other chapters of this guide as needed.
 
-First Section~\ref{tut2:architecture} shows what does a plug-in look like. Then
+First, Section~\ref{tut2:environment} describes how to quickly setup a
+development environment for \framac.
+Section~\ref{tut2:architecture} shows what a plug-in looks like. Then
 Section~\ref{tut2:hello} explains the basis for writing a standard \framac
 plug-in\index{Plug-in}, while Section \ref{tut2:cfg} details how to interact
-with \framac and others plug-ins to implement analyzers of \C programs.
+with \framac and other plug-ins to implement analyzers of \C programs.
+
+\section{Quick Setup of a Development Environment}\label{tut2:environment}
+
+This setup is based on Emacs as the IDE, with OPAM for OCaml package
+installation and Merlin for OCaml source code navigation.
+Similar environments can be setup using other editors, such as Vim and
+Sublime Text, but they are not detailed here; please refer to the Merlin
+documentation for further details on how to setup other editors for OCaml
+development.
+
+\subsection{Emacs Configuration Files}
+
+The \framac source distribution includes, in its \texttt{share} directory,
+some \texttt{frama-c-*.el} files ({\em Emacs-lisp} scripts)
+with default settings for an OCaml development environment based on
+Emacs + OPAM + Merlin. To set it up, do the following:
+
+\begin{enumerate}
+\item Install Emacs, OPAM, and OPAM packages \textsf{merlin}, \textsf{tuareg}
+  and \textsf{ocp-indent};
+\item Copy \texttt{share/frama-c-*.el} to a directory in your Emacs load-path;
+\item Add \texttt{(load-library "frama-c-recommended")} to your \texttt{.emacs}
+  init file.
+\end{enumerate}
+
+For instance, you can run these commands (after installing OPAM):
+
+\begin{verbatim}
+opam install merlin tuareg ocp-indent
+mkdir ~/.emacs.d/frama-c
+cp <path to frama-c sources>/share/frama-c-*.el ~/.emacs.d/frama-c/
+\end{verbatim}
+
+And then add this in the beginning of your \texttt{\textasciitilde/.emacs}:
+
+\begin{verbatim}
+(add-to-list 'load-path "~/.emacs.d/frama-c")
+(load-library "frama-c-recommended")
+\end{verbatim}
+
+You can replace \texttt{frama-c-recommended} with \texttt{frama-c-dev} in the
+above line. The former contains some extra, optional settings, while the latter
+contains only the most important settings for OCaml development. We recommend
+you review the definitions in \texttt{frama-c-recommended} and remove those you
+find unnecessary.
+
+\subsection{Quick Merlin guide}
+
+Merlin\footnote{Merlin is available on Github
+  (\url{https://github.com/the-lambda-church/merlin}) and as an OPAM package.}
+is a tool for OCaml type information, source code navigation and
+auto-completion.
+
+Detailed instructions for using Merlin with Emacs are available at
+\url{https://github.com/the-lambda-church/merlin/wiki/emacs-from-scratch}.
+
+The \framac Makefile contains a target \textsf{merlin} that generates an
+appropriate \texttt{.merlin} file to be used when editing \framac
+\texttt{.ml/.mli} files. Run \texttt{make merlin} after compiling \framac,
+and the generated file will be automatically used when opening \framac OCaml
+sources.
+
+Here is a quick summary of the most useful commands when editing
+\texttt{.ml/.mli} files:
+
+\begin{itemize}
+\item \texttt{Ctrl+c  Ctrl+t}: display type information
+  (repeat it to further expand types)
+\item \texttt{Ctrl+c  Ctrl+l}: jump to definition
+  (for variables, types, modules, etc.)
+\item \texttt{Ctrl+c  Ctrl+x}: jump to next error in current buffer
+\end{itemize}
+
+Merlin also includes an auto-complete feature. Check its website for
+further documentation.
 
 \section{What Does a Plug-in Look Like?}\label{tut2:architecture}
 \index{Plug-in!Architecture}\index{Architecture!Plug-in}
diff --git a/doc/rte/rte.tex b/doc/rte/rte.tex
index 8abc9b94519..afc079edcfe 100644
--- a/doc/rte/rte.tex
+++ b/doc/rte/rte.tex
@@ -482,9 +482,11 @@ Similarly, if \lstinline|t| is declared as \lstinline|int t[10][10]|, the access
 \lstinline|0 <= j < 10|, even though \lstinline|t[0][12]| is also
 \lstinline|t[1][2]|.
 
-Finally, pointers to functions are not treated by \rte{} since there is no
-predicate in ACSL expressing that such a pointer actually points to an existing
-function.
+Finally, dereferencing a pointer to a functions leads to the emission of
+a \lstinline|\valid_function| predicate, to protect against a possibly
+invalid pointer (\cnn{} 6.3.2.3:8). Those assertions are generated provided
+option \lstinline|-rte-pointer-call| is set.
+
 
 
 \begin{example} ~
@@ -524,7 +526,7 @@ int main(void) {
 
 \begin{example} ~
 An example of memory access validity annotation generation for structured types,
-with option \lstinline|-safe-arrays| set.
+with options \lstinline|-safe-arrays| and \lstinline|-rte-pointer-call| set.
 
 \begin{listing-nonumber}
 struct S {
@@ -554,15 +556,14 @@ int main() {
   a = (buff.data[i].cell[j].next)->val;
 
   /*@ assert rte: index_bound: i < 10; */
+  /*@ assert rte: function_pointer: \valid_function(buff.data[i].f); */
   (*(buff.data[i].f))(a);
 
   return 0;
 }
 \end{listing-nonumber}
 
-There is no annotation generated for the validity of the field
-\lstinline|buff.data[i].f| because it is a function pointer.  \rte{} emits a
-warning in such a case.
+Notice the annotation generated for the call \lstinline|(*(buff.data[i].f))(a)|.
 
 \end{example}
 
@@ -759,8 +760,6 @@ considered:
   producing a value outside of the representable range (\cnn{} 6.3.1.5)
 \item Conversion between two pointer types produces a result that is incorrectly
   aligned (\cnn{} 6.3.2.3)
-\item Use of a pointer to call a function whose type is not compatible with the
-  pointed-to type (\cnn{} 6.3.2.3)
 \item Use of a variable with automatic storage duration before its
   initialization (\cnn{} 6.7.8.10): such a variable has an indeterminate value
 %% technically, not an undefined behavior (does not appear in the list of undefined behavior in 
diff --git a/doc/speclang/Makefile b/doc/speclang/Makefile
index 9fd5b3c2ce2..4f433df051a 100644
--- a/doc/speclang/Makefile
+++ b/doc/speclang/Makefile
@@ -3,9 +3,9 @@ MAIN=main
 PDF_OUTPUTS=acsl-implementation.pdf acsl.pdf
 
 ## Notes:
-## ARCHIVED_PDF_OUTPUTS=acsl-mini-tutorial.pdf
-## PDF_OUPUTS are copied to "../manuals" directory bg "install" target
- 
+## no longer built target: acsl-mini-tutorial.pdf
+## PDF_OUTPUTS are copied to "../manuals" directory bg "install" target
+
 BNF_FILES=term.tex predicate.tex binders.tex fn_behavior.tex \
           oldandresult.tex at.tex loc.tex assertions.tex loops.tex  \
           assertions.tex loops.tex allocation.tex generalinvariants.tex \
@@ -14,9 +14,9 @@ BNF_FILES=term.tex predicate.tex binders.tex fn_behavior.tex \
           logicreads.tex memory.tex data_invariants.tex volatile-gram.tex \
           exitbehavior.tex dependencies.tex welltyped.tex list-gram.tex
 
-BNF_DEPS=$(BNF_FILES:.tex=_modern.bnf)
+BNF_DEPS=$(BNF_FILES:.tex=.bnf)
 
-DEPS_MODERN=speclang_modern.tex macros_modern.tex	\
+DEPS=   speclang_modern.tex macros_modern.tex	\
 	intro_modern.tex libraries_modern.tex compjml_modern.tex	\
 	div_lemma.c assigns.c invariants.c example-lt-modern.tex	\
 	malloc_free_fn.c malloc-free2-fn.c loop-frees.c isqrt.c		\
@@ -79,19 +79,14 @@ include ../MakeLaTeXModern
 	./pp -utf8 -c $< > $@
 
 %.tex: %.ctex pp
-	rm -f $@
+	@rm -f $@
 	./pp $< > $@
-	chmod a-w $@
+	@chmod a-w $@
 
 %.bnf: %.tex transf
-	rm -f $@
+	@rm -f $@
 	./transf $< > $@
-	chmod a-w $@
-
-%_modern.bnf: %.tex transf
-	rm -f $@
-	./transf -modern $< > $@
-	chmod a-w $@
+	@chmod a-w $@
 
 %.ml: %.mll
 	ocamllex $<
@@ -229,22 +224,22 @@ super-clean: clean
 	@echo "Removing PDF outputs: $(PDF_OUTPUTS)"
 	rm -f $(PDF_OUTPUTS)
 
-# version WEB liée à ce qui est implementé
-acsl-implementation.pdf: $(DEPS_MODERN) $(FRAMAC_MODERN) ../../VERSION
+# The ACSL document annoted about what is not implemented into Frama-C
+acsl-implementation.pdf: $(DEPS) $(FRAMAC_MODERN) ../../VERSION
 
 acsl-implementation.tex: $(MAIN).tex Makefile
 	@rm -f $@
 	sed -e '/^% rubber:/s/main.cb/acsl-implementation.cb/g' $^ > $@
 	@chmod a-w $@
 
-# version WEB du langage ACSL
-acsl.pdf: $(DEPS_MODERN) $(FRAMAC_MODERN)
+# The ACSL reference document 
+acsl.pdf: $(DEPS) $(FRAMAC_MODERN)
 
 acsl.tex: $(MAIN).tex Makefile
-	rm -f $@
+	@rm -f $@
 	sed -e '/^% rubber:/s/main.cb/acsl.cb/g' \
 	    -e '/^%--.*{PrintImplementationRq}/s/%--//' $^ > $@
-	chmod a-w $@
+	@chmod a-w $@
 
 tutorial-www: acsl-mini-tutorial.pdf acsl-mini-tutorial.html
 	rm -f ../www/src/acsl_tutorial_index.hevea
diff --git a/doc/speclang/at.tex b/doc/speclang/at.tex
index cc5c2012dd2..9661ae056e8 100644
--- a/doc/speclang/at.tex
+++ b/doc/speclang/at.tex
@@ -1,7 +1,11 @@
 \begin{syntax}
-  term ::= "\at" "(" term "," id ")"
-       \ 
-  pred ::= "\at" "(" pred "," id ")" 
+  term ::= "\at" "(" term "," label-id ")"
+  \ 
+  pred ::= "\at" "(" pred "," label-id ")" 
+  \
+  label-id ::= "Here" | "Old" | "Pre" | "Post" ;
+             | "LoopEntry" | "LoopCurrent" | "Init" | ;
+             | id ;
 \end{syntax}
 
 %%% Local Variables:
diff --git a/doc/speclang/biblio.bib b/doc/speclang/biblio.bib
index 80b4686158b..69554dd28e2 100644
--- a/doc/speclang/biblio.bib
+++ b/doc/speclang/biblio.bib
@@ -96,7 +96,8 @@
   author = {David R. Cok and Joseph R. Kiniry},
   title = {{ESC/Java2} Implementation Notes},
   year = 2007,
-  month = {may},
+  month = may,
+  institution = {University College Dublin},
   note = {\url{http://secure.ucd.ie/products/opensource/ESCJava2/ESCTools/docs/Escjava2-ImplementationNotes.pdf}}
 }
 
@@ -121,7 +122,7 @@
   booktitle = {ESOP '07: Proceedings of the 16th European Symposium on Programming},
   title = {Dependent Types for Low-Level Programming},
   year = {2006},
-  month = {Oct}
+  month = Oct
 }
 
 @MISC{jmlhomepage,
@@ -135,7 +136,7 @@
   title = {Union and Cast in Deductive Verification},
   booktitle = {Proceedings of the {C/C++} Verification Workshop},
   year = {2007},
-  month = {jul},
+  month = jul,
   institution = {Radboud University Nijmegen},
   number = {ICIS-R07015},
   note = {\url{http://www.lri.fr/~moy/union_and_cast/union_and_cast.pdf}}
@@ -273,7 +274,7 @@ howpublished={\url{http://manju.cs.berkeley.edu/cil/}}
   title = {{Formal Verification of Floating-Point Programs}},
   booktitle = {18th IEEE International Symposium on Computer Arithmetic},
   pages = {187-194},
-  month = {June},
+  month = jun,
   year = 2007,
   address = {Montpellier, France},
   topics = {team,lri},
diff --git a/doc/speclang/exitbehavior.tex b/doc/speclang/exitbehavior.tex
index c586f6c086d..a74da1c6dfe 100644
--- a/doc/speclang/exitbehavior.tex
+++ b/doc/speclang/exitbehavior.tex
@@ -1,10 +1,9 @@
 \begin{syntax}
-  abrupt-clause-fn ::= exits-clause
+  abrupt-clause ::= exits-clause
   \
   exits-clause ::= "exits" pred ";"
   \
-  abrupt-clause-stmt ::= exits-clause ;
-        | breaks-clause | continues-clause | returns-clause
+  abrupt-clause-stmt ::= breaks-clause | continues-clause | returns-clause
   \
   breaks-clause ::= "breaks" pred ";"
   \
@@ -13,4 +12,4 @@
   returns-clause ::= "returns" pred ";"
   \
   term  ::= "\exit_status"
-\end{syntax}
\ No newline at end of file
+\end{syntax}
diff --git a/doc/speclang/fn_behavior.tex b/doc/speclang/fn_behavior.tex
index 1803afda584..f5169bf8ce0 100644
--- a/doc/speclang/fn_behavior.tex
+++ b/doc/speclang/fn_behavior.tex
@@ -1,5 +1,5 @@
 \begin{syntax}
-  function-contract ::= requires-clause* terminates-clause?;
+  function-contract [empty contracts are forbidden] ::= requires-clause* terminates-clause?;
                         decreases-clause? simple-clause*;
                         named-behavior* completeness-clause*
   \
@@ -10,7 +10,7 @@
   decreases-clause ::= "decreases" term ("for" id)? ";"
   \
   simple-clause ::= assigns-clause | ensures-clause ;
-                | allocation-clause | abrupt-clause-fn 
+                | allocation-clause | abrupt-clause 
   \
   assigns-clause ::= "assigns" locations ";"
   \
diff --git a/doc/speclang/logic.tex b/doc/speclang/logic.tex
index 735c19d95fd..88056a431c8 100644
--- a/doc/speclang/logic.tex
+++ b/doc/speclang/logic.tex
@@ -16,8 +16,7 @@
   type-var-binders ::= "<" type-var;
                        (, type-var)* ">"
   \
-  poly-id ::= ident ; normal identifier
-  | ident type-var-binders ; polymorphic object identifier
+  poly-id ::= ident type-var-binders ; polymorphic object identifier
   \
   logic-const-def ::= "logic" type-expr;
     poly-id "=" term ";"
diff --git a/doc/speclang/logiclabels.tex b/doc/speclang/logiclabels.tex
index ee97a6d40a8..caa4d70e001 100644
--- a/doc/speclang/logiclabels.tex
+++ b/doc/speclang/logiclabels.tex
@@ -1,5 +1,5 @@
 \begin{syntax}
   ident ::= id label-binders ; normal identifier with labels
   \
-  label-binders ::= "{" id (, id)* "}"
+  label-binders ::= "{" label-id (, label-id)* "}"
 \end{syntax}
diff --git a/doc/speclang/loops.tex b/doc/speclang/loops.tex
index ae9fc41b392..1cbe3aea3d2 100644
--- a/doc/speclang/loops.tex
+++ b/doc/speclang/loops.tex
@@ -11,7 +11,7 @@
   "do" C-statement ;
   "while" "(" C-expression ")" ";"
   \
-  loop-annot ::= loop-clause* loop-behavior* ;
+  loop-annot [empty loop annotations are forbidden] ::= loop-clause* loop-behavior* ;
                  loop-variant?
   \
   loop-clause ::= loop-invariant | loop-assigns ;
@@ -19,8 +19,7 @@
   \
   loop-invariant ::= "loop" "invariant" pred ";" 
   \
-  loop-assigns ::= "loop" 
-                   "assigns" locations ";" ;
+  loop-assigns ::= "loop" "assigns" locations ";" ;
   \
   loop-behavior ::= "for" id ("," id)* ":" loop-clause+ ; annotation for behavior $id$
   \
diff --git a/doc/speclang/main.tex b/doc/speclang/main.tex
index 3f37fedffeb..e6e1fd4adde 100644
--- a/doc/speclang/main.tex
+++ b/doc/speclang/main.tex
@@ -230,6 +230,10 @@ as much as possible of ACSL.
 \section{Changes}
 
 \subsection{Version 1.12}
+\begin{itemize}
+\item Fixes syntax rule for statement contracts in allowing completeness clauses
+  (figure~\ref{fig:gram:stcontracts})
+\end{itemize}
 
 \subsection{Version 1.11}
 \begin{itemize}
diff --git a/doc/speclang/memory.tex b/doc/speclang/memory.tex
index 76a2f12b56a..e692f775bab 100644
--- a/doc/speclang/memory.tex
+++ b/doc/speclang/memory.tex
@@ -12,9 +12,9 @@
        | "\valid_read"  one-label? "(" location-address ")";
        | "\separated" "(" location-address "," location-addresses ")" ;
        \
-  one-label ::= "{" id "}" ;
+  one-label ::= "{" label-id "}" ;
        \
-  two-labels ::= "{" id, id "}" ;
+  two-labels ::= "{" label-id, label-id "}" ;
        \
   location-addresses ::= location-address ("," location-address)*
   \
diff --git a/doc/speclang/speclang_modern.tex b/doc/speclang/speclang_modern.tex
index 5b4ec424e16..9dc8467c098 100644
--- a/doc/speclang/speclang_modern.tex
+++ b/doc/speclang/speclang_modern.tex
@@ -74,7 +74,7 @@ that we will introduce progressively.
 
 \begin{figure}[t]
   \begin{cadre}
-    \input{term_modern.bnf}
+    \input{term.bnf}
   \end{cadre}
   \caption{Grammar of terms}
 \label{fig:gram:term}
@@ -82,7 +82,7 @@ that we will introduce progressively.
 
 \begin{figure}[hb]
   \begin{cadre}
-    \input{predicate_modern.bnf}
+    \input{predicate.bnf}
   \end{cadre}
   \caption{Grammar of predicates}
 \label{fig:gram:pred}
@@ -115,7 +115,7 @@ With respect to C pure expressions, the additional constructs are as follows:
   quantification by \lstinline|\exists $\tau$ $x_1$,$\ldots$,$x_n$; e|.
 
 \begin{figure}[t]
-  \begin{cadre} \input{binders_modern.bnf}
+  \begin{cadre} \input{binders.bnf}
     \end{cadre}
   \caption{Grammar of binders and type expressions}
 \label{fig:gram:binders}
@@ -939,7 +939,7 @@ Unlike in C, conversion of an aggregate of C type \lstinline|struct| $\tau$  to
 
 \begin{figure}[t]
   \begin{cadre}
-      \input{fn_behavior_modern.bnf}
+      \input{fn_behavior.bnf}
    \end{cadre}
     \caption{Grammar of function contracts}
   \label{fig:gram:contracts}
@@ -947,7 +947,7 @@ Unlike in C, conversion of an aggregate of C type \lstinline|struct| $\tau$  to
 
 \begin{figure}[t]
   \begin{cadre}
-      \input{oldandresult_modern.bnf}
+      \input{oldandresult.bnf}
     \end{cadre}
     \caption{\protect\old and \protect\result in terms}
   \label{fig:gram:oldandresult}
@@ -1330,7 +1330,7 @@ More generally, we introduce syntactic constructs to denote \emph{sets of
 
 \begin{figure}
   \begin{cadre}
-      \input{loc_modern.bnf}
+      \input{loc.bnf}
     \end{cadre}
   \caption{Grammar for sets of terms}
 \label{fig:gram:locations}
@@ -1465,7 +1465,7 @@ Annotations on C statements are of three kinds:
 \label{sec:assertions}
 \begin{figure}[t]
   \begin{cadre}
-    \input{assertions_modern.bnf}
+    \input{assertions.bnf}
   \end{cadre}
   \caption{Grammar for assertions}
   \label{fig:gram:assertions}
@@ -1497,7 +1497,7 @@ as an extension of the grammar of C statements.
 
 \begin{figure}[t]
   \begin{cadre}
-    \input{loops_modern.bnf}
+    \input{loops.bnf}
   \end{cadre}
   \caption{Grammar for loop annotations}
   \label{fig:gram:loops}
@@ -1635,7 +1635,7 @@ shown in Figure~\ref{fig:advancedinvariants}.
 
 \begin{figure}[t]
   \begin{cadre}
-    \input{generalinvariants_modern.bnf}
+    \input{generalinvariants.bnf}
   \end{cadre}
   \caption{Grammar for general inductive invariants}
   \label{fig:advancedinvariants}
@@ -1798,6 +1798,15 @@ functions. When such an annotation needs to refer to a given memory
 state, it has to be given a label binder: this is described in
 Section~\ref{sec:logicalstates}.
 
+\begin{figure}[t]
+  \begin{cadre}
+    \input{at_modern.bnf}
+  \end{cadre}
+  \caption{Grammar for \lstinline|at| construct}
+  \label{fig:gram:at}
+\end{figure}
+
+
 \begin{example}
   The code below implements the famous extended Euclid's algorithm
   for computing the greatest common divisor of two integers $x$ and
@@ -1837,7 +1846,7 @@ Here is an example illustrating the use of \lstinline|LoopEntry| and
 \index{statement contract}\index{contract}
 \begin{figure}[t]
   \begin{cadre}
-    \input{st_contracts_modern.bnf}
+    \input{st_contracts.bnf}
   \end{cadre}
   \caption{Grammar for statement contracts}
   \label{fig:gram:stcontracts}
@@ -2059,7 +2068,7 @@ void f() { while(1); }
 \label{sec:logicspec}
 \index{logic specification}\index{specification}
 \begin{figure}[t]
-  \begin{cadre}\vfill \input{logic_modern.bnf}
+  \begin{cadre}\vfill \input{logic.bnf}
     \vfill\end{cadre}
   \caption{Grammar for global logic definitions}
 \label{fig:gram:logic}
@@ -2102,7 +2111,7 @@ grammar for those style of definitions is given on
 Figure~\ref{fig:gram:inductive}.
 \index{inductive definitions}
 \begin{figure}[t]
-  \begin{cadre} \input{inductive_modern.bnf}
+  \begin{cadre} \input{inductive.bnf}
     \end{cadre}
   \caption{Grammar for inductive definitions}
 \label{fig:gram:inductive}
@@ -2156,7 +2165,7 @@ Figure~\ref{fig:gram:logicdecl}.
 
 \indextt{axiomatic}
 \begin{figure}[t]
-  \begin{cadre} \input{logicdecl_modern.bnf}
+  \begin{cadre} \input{logicdecl.bnf}
     \end{cadre}
   \caption{Grammar for axiomatic declarations}
 \label{fig:gram:logicdecl}
@@ -2239,7 +2248,7 @@ a way to check consistency.
 
 \begin{figure}[t]
   \begin{cadre}
-      \input{higherorder_modern.bnf}
+      \input{higherorder.bnf}
     \end{cadre}
   \caption{Grammar for higher-order constructs}
 \label{fig:gram:higherorder}
@@ -2300,7 +2309,7 @@ higher-order logic.
 \begin{figure}[t]
   \begin{cadre}
       \index{type!record}\index{type!sum}
-      \input{logictypedecl_modern.bnf}
+      \input{logictypedecl.bnf}
     \end{cadre}
   \caption{Grammar for concrete logic types and pattern-matching}
 \label{fig:gram:logictype}
@@ -2368,7 +2377,7 @@ context.
 
 \begin{figure}[t]
   \begin{cadre}
-      \input{logiclabels_modern.bnf}
+      \input{logiclabels.bnf}
     \end{cadre}
   \caption{Grammar for logic declarations with labels}
 \label{fig:gram:logiclabels}
@@ -2401,7 +2410,7 @@ context.
 
 \begin{figure}[t]
   \begin{cadre}
-      \input{logicreads_modern.bnf}
+      \input{logicreads.bnf}
     \end{cadre}
   \caption{Grammar for logic declarations with \lstinline|reads| clauses}
 \label{fig:gram:logicreads}
@@ -2482,6 +2491,8 @@ disjoint from the declared footprint.
 \label{sec:specmodules}
 \index{module}
 
+\experimental
+
 \notimplemented{Specification modules can be provided} to encapsulate
 several logic definitions, for example
 \listinginput{1}{listmodule.c}
@@ -2509,7 +2520,7 @@ It is a set of terms of some pointer type as defined in Section~\ref{sec:locatio
 
 \begin{figure}[t]
   \begin{cadre}
-      \input{memory_modern.bnf}
+      \input{memory.bnf}
     \end{cadre}
   \caption{Grammar extension of terms and predicates about memory}
 \label{fig:gram:memory}
@@ -2648,7 +2659,7 @@ it is left for convenience like for \assigns clauses.
 
 \begin{figure}[t]
   \begin{cadre}
-      \input{allocation_modern.bnf}
+      \input{allocation.bnf}
     \end{cadre}
   \caption{Grammar for dynamic allocations and deallocations}
 \label{fig:gram:allocation}
@@ -2973,7 +2984,7 @@ is the same as function \lstinline|\concat| (resp. \lstinline|\repeat|).
 
 \begin{figure}[t]
   \begin{cadre}
-      \input{list-gram_modern.bnf}
+      \input{list-gram.bnf}
     \end{cadre}
   \caption{Notations for built-in list datatype}
 \label{fig:gram:list}
@@ -2996,7 +3007,7 @@ is the same as function \lstinline|\concat| (resp. \lstinline|\repeat|).
 
 \begin{figure}[t]
   \begin{cadre}
-     \input{exitbehavior_modern.bnf}
+     \input{exitbehavior.bnf}
     \end{cadre}
     \caption{Grammar of contracts about abrupt terminations}
   \label{fig:gram:abrupt-clauses}
@@ -3063,10 +3074,9 @@ can be used only in \exits{},
   \listinginput{8}{mayexit.c}
 \end{example}
 
-%% TODO:
+%% DONE:
 %% Discuter de la sémantique du assign en présence d'une terminaison abrupte
 %% dans un contrat de fonction et de statement.
-
 % [Patrick B.] START proposition:
 Contrary to \ensures clauses, \assigns\indextt{assigns}, 
 \allocates\indextt{allocates} and \frees\indextt{frees} clauses of function 
@@ -3092,7 +3102,7 @@ dependencies\index{dependency} and
 
 \begin{figure}[t]
   \begin{cadre}
-      \input{dependencies_modern.bnf}
+      \input{dependencies.bnf}
     \end{cadre}
   \caption{Grammar for dependencies information}
 \label{fig:gram:dep}
@@ -3151,7 +3161,7 @@ between:
 
 \begin{figure}[t]
   \begin{cadre}
-      \input{data_invariants_modern.bnf}
+      \input{data_invariants.bnf}
     \end{cadre}
   \caption{Grammar for declarations of data invariants}
 \label{fig:gram:datainvariants}
@@ -3259,7 +3269,7 @@ implementation must remain private.
 
 \begin{figure}[b]
   \begin{cadre}
-      \input{model_modern.bnf}
+      \input{model.bnf}
     \end{cadre}
   \caption{Grammar for declarations of model variables and fields}
 \label{fig:gram:model}
@@ -3396,7 +3406,7 @@ grammar are the following:
 
 \begin{figure}[t]
   \begin{cadre}
-      \input{ghost_modern.bnf}
+      \input{ghost.bnf}
     \end{cadre}
   \caption{Grammar for ghost statements}
 \label{fig:gram:ghost}
@@ -3488,7 +3498,7 @@ may return different values.
 
 \begin{figure}[h]
   \begin{cadre}
-      \input{volatile-gram_modern.bnf}
+      \input{volatile-gram.bnf}
     \end{cadre}
   \caption{Grammar for volatile constructs}
 \label{fig:gram:volatile}
@@ -3573,7 +3583,7 @@ heterogeneous casts.
 
 \begin{figure}[h]
   \begin{cadre}
-      \input{welltyped_modern.bnf}
+      \input{welltyped.bnf}
     \end{cadre}
   \caption{Grammar for predicates related to well-typedness }
 \label{fig:gram:welltyped}
diff --git a/doc/speclang/st_contracts.tex b/doc/speclang/st_contracts.tex
index e1e8b82cf4f..ded1fd59434 100644
--- a/doc/speclang/st_contracts.tex
+++ b/doc/speclang/st_contracts.tex
@@ -1,11 +1,11 @@
 \begin{syntax}
   statement ::= "/*@" statement-contract "*/" statement
   \
-  statement-contract ::= ("for" id ("," id)* ":")? requires-clause* ;
-    simple-clause-stmt* named-behavior-stmt*
+  statement-contract [empty contracts are forbidden] ::= ("for" id ("," id)* ":")? requires-clause* ;
+    simple-clause-stmt* named-behavior-stmt* ;
+    completeness-clause*
   \
-  simple-clause-stmt::= simple-clause ;
-                      | allocation-clause | abrupt-clause-stmt
+  simple-clause-stmt::= simple-clause | abrupt-clause-stmt
   \
   named-behavior-stmt ::= "behavior" id ":" behavior-body-stmt
   \
diff --git a/doc/speclang/term.tex b/doc/speclang/term.tex
index ee28c19ee40..53230fb9141 100644
--- a/doc/speclang/term.tex
+++ b/doc/speclang/term.tex
@@ -36,7 +36,7 @@
        | id ":" term ; syntactic naming
        | string ":" term ; syntactic naming
        \
-  poly-id ::= ident
+  poly-id ::= ident ; normal identifier
 \end{syntax}
 
 %%% Local Variables:
diff --git a/doc/speclang/transf.mll b/doc/speclang/transf.mll
index a469f70cbdf..0eadc728aae 100644
--- a/doc/speclang/transf.mll
+++ b/doc/speclang/transf.mll
@@ -2,8 +2,6 @@
   let idx = Buffer.create 5
   let full_kw = Buffer.create 5
 
-  let modern = ref false
-
   let check = ref false
 
   let defined = Hashtbl.create 17
@@ -121,11 +119,7 @@
     let index = Buffer.contents idx in
     print_string "\\addspace";
     if not !check then begin
-      if !modern then
-        Printf.printf
-          "\\lstinline$%s$" keyword
-      else
-        Printf.printf "\\texttt{%s}" (escape_keyword keyword);
+      Printf.printf "\\lstinline$%s$" keyword;
       if index <> "" then
         Printf.printf "\\indextt%s{%s}"
           (if keyword.[0] = '\\' then "bs" else "") index;
@@ -218,6 +212,7 @@ and syntax = parse
           print_string "\\begin{notimplementedenv}";
           check_implementation_note lexbuf }
   | "}" { print_string "\\end{notimplementedenv}"; syntax lexbuf }
+  | "[" {  add_used (); print_string "\\footnote{"; footnote lexbuf }
   | "\n" { incr current_line; print_char '\n'; syntax lexbuf }
   | _ {
       print_char (lexeme_char lexbuf 0);
@@ -270,12 +265,15 @@ and nonterm_note = parse
     "]" { print_string "}"; syntax lexbuf }
   | _  { print_char (lexeme_char lexbuf 0);
            nonterm_note lexbuf }
+and footnote = parse
+    "]" { print_string "}"; syntax lexbuf }
+  | _  { print_char (lexeme_char lexbuf 0);
+           footnote lexbuf }
 
 {
 
   let () = Arg.parse
-    [ "-modern", Arg.Set modern, "set modern style"; 
-      "-check", Arg.Set check, "check grammar coherence";
+    [ "-check", Arg.Set check, "check grammar coherence";
       "-builtin",
       Arg.String builtin_rule, "<s> : consider s as a valid non-terminal"
     ]
diff --git a/doc/training/semantic_browsing/scripts/syntactic_callgraph.sh b/doc/training/semantic_browsing/scripts/syntactic_callgraph.sh
index 6ed5a06a9e8..0e520883947 100755
--- a/doc/training/semantic_browsing/scripts/syntactic_callgraph.sh
+++ b/doc/training/semantic_browsing/scripts/syntactic_callgraph.sh
@@ -1,7 +1,7 @@
 #! /bin/sh
 
-#./run.sh "frama-c-gui -cpp-extra-args='-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1'" gzip-1.2.4 *.c
+./run.sh "frama-c-gui -no-frama-c-stdlib -cpp-extra-args='-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1'" gzip-1.2.4 *.c
 #./run.sh "../../../../bin/viewer.byte" gzip-1.2.4 *.c
-./run.sh "../../../../bin/viewer.opt -no-frama-c-stdlib -cpp-extra-args='-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1'" gzip-1.2.4 *.c
+#./run.sh "../../../../bin/viewer.opt -no-frama-c-stdlib -cpp-extra-args='-DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1'" gzip-1.2.4 *.c
 #./run.sh "~/frama-c-Beryllium-20090902/bin/viewer.opt" gzip-1.2.4 *.c
 
diff --git a/doc/userman/finder.pdf b/doc/userman/finder.pdf
deleted file mode 100644
index 55d8376a0f7bb06c883858463862be2386c972be..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 22010
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

diff --git a/doc/userman/finder2.pdf b/doc/userman/finder2.pdf
deleted file mode 100644
index fa9065890a1456729b6db222759bbb6f714b87cb..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 23799
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%0DUD@@hZ4PgDHy{iB*#KL)wC+<#S;hm-RD{rjb9
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

diff --git a/doc/userman/finder3.pdf b/doc/userman/finder3.pdf
deleted file mode 100644
index d6aed829040b587a2d55f04deed974f182fb5c71..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 26174
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
Q3W`b?K1oUKeL8&q2dW(GwEzGB

diff --git a/doc/userman/user-gui.tex b/doc/userman/user-gui.tex
index df4b6cc56bc..7864623517a 100644
--- a/doc/userman/user-gui.tex
+++ b/doc/userman/user-gui.tex
@@ -191,157 +191,3 @@ to right:
   analyses and restores \FramaC to its last known valid configuration.
 
 \end{itemize}
-
-
-
-%% JS: finder should be documented in its own manual
-%% The \texttt{Find} button is used for finding particular item syntactically
-%% within the code.  Clicking on this button leads to open the Finder Window as
-%% given in the figure \ref{quatre}.
-
-%% \begin{figure}[htbp]
-%% \begin{center}
-%% \includegraphics [scale=0.4] {finder.pdf}
-%% \end{center}
-%% \caption{The Finder Window}
-%% \label{quatre}
-%% \end{figure}
-
-%% At this stage the user can type in the upper left field a regular expression to filter the
-%% set of objects of the source code. The regular expression is taken from
-%% \texttt{OCAML} regular expressions \texttt{Str.regexp}.
-%% On the right, some category of objects
-%% can be selected to filter the results. The category \texttt{all} designates
-%% any category. Clicking on the button \texttt{Find} activates the search, producing a list of
-%% global objects in the Finder Window. Each occurrence is displayed on a separate line. The button \texttt{Stop} breaks the search and button
-%% \texttt{Close} exits the Finder.
-
-%% For example, searching for any object (i.e. pattern \texttt{.*}) of any category, gives the
-%% results shown in figure \ref{cinq}:
-
-%% \begin{figure}[htbp]
-%% \begin{center}
-%% \includegraphics [scale=0.4] {finder2.pdf}
-%% \end{center}
-%% \caption{The Finder Results Window}
-%% \label{cinq}
-%% \end{figure}
-
-%% Selecting the function \texttt{main}
-%% and then asking for the body of
-%% function \texttt{R\_ges} leads to the window in figure \ref{six}:
-
-%% \begin{figure}[htbp]
-%% \begin{center}
-%% \includegraphics [scale=0.4] {finder3.pdf}
-%% \end{center}
-%% \caption{The Source Browser Window}
-%% \label{six}
-%% \end{figure}
-
-%% Notice that the Finder's results are not restored when opening a existing state file.
-
-%% Each result found can be examined by double clicking on the corresponding line, which in
-%% turn opens the Source Browser Window. The latter permits to navigate easily
-%% through the search results
-%% and the corresponding source code. From within the Source Browser, the same contextual menu
-%% as in the Main Windows is available. Two contextual functions are specific to the Finder, namely
-%% \texttt{Display Declaration} and \texttt{Display Body}. When selecting an object in the Source
-%% Browser, these functions will locate respectively its declaration or body, and display it
-%% in a new page within the Source Browser. The encompassing global C object (function,
-%% variable declaration, etc.) will be displayed and the object's declaration or body will
-%% be highlighted. If no new page appears, them the Finder considers that no further information is
-%% available (e.g. when asking for the body of external library functions).
-%% Also notice that pages are labelled by the name of the object.
-
-%% \section{Example}
-
-%% Let us go through a simple example to illustrate how to handle projects from
-%% the GUI.  Starting from an empty \FramaC view, as show above in
-%% Figure~\ref{fig:gui-init}, we do the following steps:
-
-%% \begin{enumerate}
-%% \item Click on the ``Set the \C source files'' button to add a valid \C file
-%%   (say \texttt{f2.c}): click
-%%   on button \texttt{New} to open the source file management view. Then, add new
-%%   files to the project by navigating to the right directory and selecting the
-%%   desired files on the left side and press buttons \texttt{Add} the source file
-%%   and \texttt{New} to create a project. See figure~\ref{sept}.
-%% \begin{figure}[htbp]
-%% \begin{center}
-%% \includegraphics [scale=0.4] {gui3.pdf}
-%% \end{center}
-%% \caption{The Source File Management View}
-%% \label{sept}
-%% \end{figure}
-
-%% \item The source is normalized and the source code can be displayed. Clicking
-%%   on the file name \texttt{f2.c} of the file tree leads to a view similar to
-%%   Figure~\ref{sept_bis}.
-%% \begin{figure}[htbp]
-%% \begin{center}
-%% \includegraphics [scale=0.4] {gui5.pdf}
-%% \end{center}
-%% \caption{Displaying the Normalized Source}
-%% \label{sept_bis}
-%% \end{figure}
-
-%% \item Perform a values analysis on function \texttt{main}: press on the button
-%%   \texttt{Execute} of the main view to open the analysis window. This window
-%%   allows the user to finely tune the parameters of every analysis. They are
-%%   therefore grouped by analysis function and displayed with the same name as in
-%%   batch mode. For performing a values analysis, we need to select at least the
-%%   option \texttt{-val} in the category value analysis, as in figure~\ref{huit}.
-%% \begin{figure}[htbp]
-%% \begin{center}
-%% \includegraphics [scale=0.4] {gui4.pdf}
-%% \end{center}
-%% \caption{Setting Analysis Parameters}
-%% \label{huit}
-%% \end{figure}
-
-%% Leaving other options to their default value, we may launch the values
-%% analysis. Clicking button \texttt{Execute} of the dialog box closes it and
-%% starts the desired analysis.
-
-%% \item Let us examine the results of the analysis, by using the source
-%%   views. Click on file \texttt{f2.c} on the file tree view and click on variable
-%%   \texttt{R} of the center source view, leading to display the computed value
-%%   at the bottom, as in the figure \ref{neuf}.
-%% \begin{figure}[htbp]
-%% \begin{center}
-%% \includegraphics [scale=0.4] {gui2.pdf}
-%% \end{center}
-%% \caption{Viewing the analysis results}
-%% \label{neuf}
-%% \end{figure}
-
-%% \item Save work in a file by clicking on the item \texttt{Save} of the menu
-%%   \texttt{File}. In the opened dialog box, select a directory and a file name,
-%%   then press \texttt{Save}. This file can be reloaded later by using the
-%%   function \texttt{Open} of the \texttt{File} menu.
-
-%% \item Quit \FramaC by using the \texttt{Quit} button in the main window. This
-%%   action generated a journal called \texttt{frama\_c\_journal.ml}. If your
-%%   system supports native dynamic linking, it is replayable by running
-%%   \texttt{frama-c-gui -load-script frama\_c\_journal.ml}.
-
-%% \end{enumerate}
-
-%% \section{Error Windows}
-
-%% An inadequate user input or manipulation or possible internal errors may lead
-%% \FramaC to report an Error Window. The user is informed through an urgent
-%% message in foreground, complemented with detailed information such as the
-%% location of the error in the source code. Detailed information is always
-%% written in the \FramaC console, either behind the error window or within the
-%% Messages View. For instance, when the source code provided to \FramaC is
-%% invalid, the message of figure~\ref{dix} comes up.
-%% \begin{figure}[htbp]
-%% \begin{center}
-%% \includegraphics [scale=0.4] {error.pdf}
-%% \end{center}
-%% \caption{An Error Window}
-%% \label{dix}
-%% \end{figure}
-
diff --git a/headers/header_spec.txt b/headers/header_spec.txt
index 3cf277f4aa9..02e591575b4 100644
--- a/headers/header_spec.txt
+++ b/headers/header_spec.txt
@@ -98,7 +98,6 @@ licenses/LGPLv2.1: .ignore
 licenses/LGPLv3: .ignore
 licenses/Q_MODIFIED_LICENSE: .ignore
 man/frama-c.1: CEA_LGPL
-ocamlgraph.tar.gz: .ignore
 opam/descr: .ignore
 opam/files/run_autoconf_if_needed.sh: .ignore
 opam/frama-c/descr: .ignore
@@ -115,9 +114,12 @@ share/Makefile.dynamic_config.external: CEA_LGPL
 share/Makefile.dynamic_config.internal: CEA_LGPL
 share/Makefile.generic: CEA_LGPL
 share/Makefile.plugin.template: CEA_LGPL
-share/acsl.el: ACSL_EL
 share/builtin.h: CEA_LGPL
 share/configure.ac: CEA_LGPL
+share/emacs/acsl.el: ACSL_EL
+share/emacs/frama-c-dev.el: CEA_LGPL
+share/emacs/frama-c-init.el: CEA_LGPL
+share/emacs/frama-c-recommended.el: CEA_LGPL
 share/frama-c-icon.svg: .ignore
 share/frama-c.Unix.rc: CEA_LGPL
 share/frama-c.WIN32.rc: CEA_LGPL
@@ -652,47 +654,6 @@ src/plugins/constant_propagation/propagationParameters.ml: CEA_LGPL_OR_PROPRIETA
 src/plugins/constant_propagation/propagationParameters.mli: CEA_LGPL_OR_PROPRIETARY
 src/plugins/constant_propagation/register.ml: CEA_LGPL_OR_PROPRIETARY
 src/plugins/constant_propagation/register.mli: CEA_LGPL_OR_PROPRIETARY
-src/plugins/finder/.gitignore: .ignore
-src/plugins/finder/Makefile.in: CEA_PROPRIETARY
-src/plugins/finder/configure.ac: CEA_PROPRIETARY
-src/plugins/finder/finder_gui.ml: CEA_PROPRIETARY
-src/plugins/finder/finder_gui.mli: CEA_PROPRIETARY
-src/plugins/finder/icons/asm.xpm: .ignore
-src/plugins/finder/icons/gtk-open.png: .ignore
-src/plugins/finder/icons/gtk.xpm: .ignore
-src/plugins/finder/icons/invariant.xpm: .ignore
-src/plugins/finder/icons/lemma.xpm: .ignore
-src/plugins/finder/icons/logic.xpm: .ignore
-src/plugins/finder/icons/pathological.xpm: .ignore
-src/plugins/finder/icons/predicate.xpm: .ignore
-src/plugins/finder/icons/stock_help.png: .ignore
-src/plugins/finder/icons/type.xpm: .ignore
-src/plugins/finder/icons/type_ax.xpm: .ignore
-src/plugins/finder/icons/type_cl+.xpm: .ignore
-src/plugins/finder/icons/type_cl-.xpm: .ignore
-src/plugins/finder/icons/type_cl.xpm: .ignore
-src/plugins/finder/icons/type_com.xpm: .ignore
-src/plugins/finder/icons/type_con.xpm: .ignore
-src/plugins/finder/icons/type_cov.xpm: .ignore
-src/plugins/finder/icons/type_custom.xpm: .ignore
-src/plugins/finder/icons/type_e.xpm: .ignore
-src/plugins/finder/icons/type_ec.xpm: .ignore
-src/plugins/finder/icons/type_fd.xpm: .ignore
-src/plugins/finder/icons/type_fr.xpm: .ignore
-src/plugins/finder/icons/type_fu.xpm: .ignore
-src/plugins/finder/icons/type_gv.xpm: .ignore
-src/plugins/finder/icons/type_iv.xpm: .ignore
-src/plugins/finder/icons/type_lv.xpm: .ignore
-src/plugins/finder/icons/type_ma.xpm: .ignore
-src/plugins/finder/icons/type_md.xpm: .ignore
-src/plugins/finder/icons/type_mi.xpm: .ignore
-src/plugins/finder/icons/type_su.xpm: .ignore
-src/plugins/finder/icons/type_t.xpm: .ignore
-src/plugins/finder/icons/type_ud.xpm: .ignore
-src/plugins/finder/icons/type_un.xpm: .ignore
-src/plugins/finder/icons/undef.xpm: .ignore
-src/plugins/finder/icons/volatile.xpm: .ignore
-src/plugins/finder/register.ml: CEA_PROPRIETARY
 src/plugins/from/From.mli: CEA_LGPL_OR_PROPRIETARY
 src/plugins/from/callwise.ml: CEA_LGPL_OR_PROPRIETARY
 src/plugins/from/callwise.mli: CEA_LGPL_OR_PROPRIETARY
@@ -706,8 +667,6 @@ src/plugins/from/from_register_gui.ml: CEA_LGPL_OR_PROPRIETARY
 src/plugins/from/from_register_gui.mli: CEA_LGPL_OR_PROPRIETARY
 src/plugins/from/functionwise.ml: CEA_LGPL_OR_PROPRIETARY
 src/plugins/from/functionwise.mli: CEA_LGPL_OR_PROPRIETARY
-src/plugins/from/mem_dependencies.ml: CEA_LGPL_OR_PROPRIETARY
-src/plugins/from/path_dependencies.ml: CEA_LGPL_OR_PROPRIETARY
 src/plugins/gui/analyses_manager.ml: CEA_LGPL_OR_PROPRIETARY
 src/plugins/gui/analyses_manager.mli: CEA_LGPL_OR_PROPRIETARY
 src/plugins/gui/book_manager.ml: CEA_LGPL_OR_PROPRIETARY
@@ -1003,6 +962,8 @@ src/plugins/value/domains/equality/equality_term.ml: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/domains/equality/equality_term.mli: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/domains/offsm_domain.ml: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/domains/offsm_domain.mli: CEA_LGPL_OR_PROPRIETARY
+src/plugins/value/domains/symbolic_locs.ml: CEA_LGPL_OR_PROPRIETARY
+src/plugins/value/domains/symbolic_locs.mli: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/domains/unit_domain.ml: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/domains/unit_domain.mli: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/engine/abstractions.ml: CEA_LGPL_OR_PROPRIETARY
@@ -1084,8 +1045,6 @@ src/plugins/value/utils/eval_typ.mli: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/utils/library_functions.ml: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/utils/library_functions.mli: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/utils/mark_noresults.ml: CEA_LGPL_OR_PROPRIETARY
-src/plugins/value/utils/mem_lvalue.ml: CEA_LGPL_OR_PROPRIETARY
-src/plugins/value/utils/mem_lvalue.mli: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/utils/state_import.ml: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/utils/state_import.mli: CEA_LGPL_OR_PROPRIETARY
 src/plugins/value/utils/structure.ml: CEA_LGPL_OR_PROPRIETARY
diff --git a/ocamlgraph.tar.gz b/ocamlgraph.tar.gz
deleted file mode 100644
index ca59e271881793848b5e3c1db34c2a2e1803b5be..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 285060
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

diff --git a/opam/frama-c/descr b/opam/frama-c/descr
index d5f34dc5c47..08c29bd9dfc 100644
--- a/opam/frama-c/descr
+++ b/opam/frama-c/descr
@@ -1,11 +1,16 @@
-Platform dedicated to the static analysis of source code written in C
-Frama-C is a suite of tools dedicated to the analysis of the source
-code of software written in C. Magnesium version.
+Platform dedicated to the analysis of source code written in C. Aluminium version.
 
-Frama-C gathers several static analysis techniques in a single
-collaborative framework. The collaborative approach of Frama-C allows
-static analyzers to build upon the results already computed by other
-analyzers in the framework. Thanks to this approach, Frama-C provides
-sophisticated tools, such as a slicer and dependency analysis.
+Frama-C gathers several analysis techniques in a single collaborative
+framework, based on analyzers (called "plug-ins") that can build upon the
+results computed by other analyzers in the framework.
+Thanks to this approach, Frama-C provides sophisticated tools, including:
+- an analyzer based on abstract interpretation (Value plug-in);
+- a program proof framework based on weakest precondition calculus (WP plug-in);
+- a program slicer (Slicing plug-in);
+- a tool for verification of temporal (LTL) properties (Aoraï plug-in);
+- several tools for code base exploration and dependency analysis
+  (plug-ins From, Impact, Metrics, Occurrence, Scope, etc.).
+These plug-ins communicate between each other via the Frama-C API
+and via ACSL (ANSI/ISO C Specification Language) properties.
 
 This virtual package forces the installation of frama-C with its IDE.
diff --git a/opam/frama-c/opam b/opam/frama-c/opam
index 81e8ef27083..569089f6545 100644
--- a/opam/frama-c/opam
+++ b/opam/frama-c/opam
@@ -8,12 +8,14 @@ authors: [
   "Richard Bonichon"
   "David Bühler"
   "Loïc Correnson"
+  "Julien Crétin"
   "Pascal Cuoq"
   "Zaynah Dargaye"
   "Jean-Christophe Filliâtre"
   "Philippe Herrmann"
   "Florent Kirchner"
   "Matthieu Lemerre"
+  "David Maison"
   "Claude Marché"
   "André Maroneze"
   "Benjamin Monate"
@@ -29,7 +31,8 @@ authors: [
 ]
 homepage: "http://frama-c.com/"
 license: "GNU Lesser General Public License version 2.1"
-doc: ["http://frama-c.com/download/user-manual-Magnesium-20151002.pdf"]
+dev-repo: "https://github.com/Frama-C/Frama-C-snapshot.git"
+doc: ["http://frama-c.com/download/user-manual-Aluminium-20160501.pdf"]
 bug-reports: "https://bts.frama-c.com/"
 tags: [
   "deductive"
@@ -58,4 +61,5 @@ depends: [
 messages: [
    "Alt-Ergo Graphical Interface can be used by the WP plug-in" { !altgr-ergo:installed }
 ]
-available: [ ocaml-version >= "3.12" & ocaml-version != "4.02.0" ]
+available: [ ocaml-version >= "4.00.1" & ocaml-version != "4.02.0" &
+             ocaml-version != "4.02.2" ]
diff --git a/opam/opam b/opam/opam
index e52943c1723..e1569a15919 100644
--- a/opam/opam
+++ b/opam/opam
@@ -31,7 +31,8 @@ authors: [
 ]
 homepage: "http://frama-c.com/"
 license: "GNU Lesser General Public License version 2.1"
-doc: ["http://frama-c.com/download/user-manual-Magnesium-20151002.pdf"]
+dev-repo: "https://github.com/Frama-C/Frama-C-snapshot.git"
+doc: ["http://frama-c.com/download/user-manual-Aluminium-20160501.pdf"]
 bug-reports: "https://bts.frama-c.com/"
 tags: [
   "deductive"
@@ -52,7 +53,7 @@ build: [
   ["sh" "-eux" "./run_autoconf_if_needed.sh"] # when used in pinned mode,
                                               # the configure *cannot* yet be
                                               # generated
-  ["./configure" "--prefix" prefix "--disable-local-ocamlgraph"
+  ["./configure" "--prefix" prefix
                  "--disable-gui" { !conf-gtksourceview:installed |
                                    !conf-gnomecanvas:installed }
 ]
@@ -67,7 +68,7 @@ remove: [
   ["sh" "-eux" "./run_autoconf_if_needed.sh"] # when used in pinned mode,
                                               # the configure *cannot* yet be
                                               # generated
-  ["./configure" "--prefix" prefix "--disable-local-ocamlgraph"
+  ["./configure" "--prefix" prefix
                  "--disable-gui" { !conf-gtksourceview:installed |
                                    !conf-gnomecanvas:installed }
 ]
diff --git a/ptests/ptests.ml b/ptests/ptests.ml
index 46e1ed62e5e..a23c76ee46c 100644
--- a/ptests/ptests.ml
+++ b/ptests/ptests.ml
@@ -245,7 +245,7 @@ let () =
     with
     | End_of_file ->
       if !toplevel_path = "" then begin
-        Format.eprintf "Missign TOPLEVEL_PATH variable. Aborting.@.";
+        Format.eprintf "Missing TOPLEVEL_PATH variable. Aborting.@.";
         exit 1
       end
   end
@@ -641,7 +641,7 @@ let config_options =
     (fun _ s current ->
        let new_top =
          List.map
-           (fun (cmd,opts, log) -> cmd, make_custom_opts opts s, log)
+           (fun (cmd,opts, log) -> cmd, make_custom_opts opts s, current.dc_default_log)
            !current_default_cmds
        in
        { current with dc_toplevels =
@@ -871,7 +871,7 @@ let get_macros cmd =
 
 let basic_command_string =
   let contains_toplevel_or_frama_c = 
-    Str.regexp ".*\\(\\(toplevel\\)\\|\\(viewer\\)\\|\\(frama-c\\)\\).*"
+    Str.regexp "[^( ]*\\(\\(toplevel\\)\\|\\(viewer\\)\\|\\(frama-c\\)\\).*"
   in
   fun command ->
     let macros = get_macros command in
@@ -891,7 +891,7 @@ let basic_command_string =
       then begin
         let opt_pre = snd (replace_macros macros !additional_options_pre) in
         let opt_post = snd (replace_macros macros !additional_options) in
-        opt_pre ^ " " ^ options ^ " " ^ opt_post
+        "-check " ^ opt_pre ^ " " ^ options ^ " " ^ opt_post
       end else options
     in
     let options = if needs_byte then opt_to_byte_options options else options in
diff --git a/share/Makefile.common b/share/Makefile.common
index de603fc187a..cd7ae061b8a 100644
--- a/share/Makefile.common
+++ b/share/Makefile.common
@@ -52,16 +52,6 @@ FRAMAC_SRC_DIRS= plugins/slicing_types plugins/pdg_types plugins/value_types \
 	       plugins/gui
 FRAMAC_SRC_DIRS:= $(addprefix src/, $(FRAMAC_SRC_DIRS))
 
-ifeq ($(OCAMLWIN32),yes)
-ifneq ($(CYGPATH),no)
-winpath=$(shell $(CYGPATH) -m "$(1)")
-else
-winpath=$(1)
-endif #CYGPATH
-else
-winpath=$(1)
-endif #OCAMLWIN32
-
 #################
 # OCaml version #
 #################
@@ -95,7 +85,8 @@ else
 WARNINGS ?= -w -a
 endif #DEVELOPMENT
 
-FLAGS	= $(WARNINGS) $(WARN_ERROR) $(OCAML_ANNOT_OPTION) $(OPTIM)
+FLAGS	= $(WARNINGS) $(WARN_ERROR) $(OCAML_ANNOT_OPTION) $(OPTIM) \
+	-strict-sequence
 DEBUG	= -g
 
 #############
@@ -214,55 +205,6 @@ PRINT_HEVEA	=$(PRINT) 'Hevea       '#
 # Tests #
 #########
 
-define COMPILE_TESTS_ML_FILES
-# Function with two arguments:
-#  - $(1) is the test directory under consideration.
-#  - $(2) is the name of Frama-C component under test (plugin or some core part)
-ML_TESTS:=$(wildcard tests/$(1)/*.ml)
-.PRECIOUS: $(patsubst %.ml, %.cmo, $(ML_TESTS)) \
-	$(patsubst %.ml, %.cmx, $(ML_TESTS)) \
-	$(patsubst %.ml, %.cmxs, $(ML_TESTS)) \
-	$(patsubst %.ml, %.opt, $(ML_TESTS)) \
-	$(patsubst %.ml, %.byte, $(ML_TESTS))
-
-# [JS 2009/03/18] in the 5 rules below, don't print anything while VERBOSEMAKE
-# is not set (otherwise "make tests" is too much verbose)
-
-$(1)_TESTS_INCLUDES=$$(addprefix -I tests/, $$($(2)_TESTS_DIRS))
-
-tests/$(1)/%.cmo: BFLAGS+=$$($(2)_BFLAGS) $$($(1)_TESTS_INCLUDES)
-
-tests/$(1)/%.cmo: tests/$(1)/%.ml $$(CMO) $$($(2)_CMO) $$(GEN_BYTE_LIBS)
-	$$(OCAMLC) -c $$(BFLAGS) $$($(1)_TESTS_INCLUDES) $$<
-
-tests/$(1)/%.byte: tests/$(1)/%.cmo $(3:.cmx=.cmo) bin/toplevel.byte$$(EXE)
-	$$(OCAMLC) $$(BLINKFLAGS) $$($(1)_TESTS_INCLUDES) -o $$@ \
-	  $$(BYTE_LIBS) $$(filter-out $$(STARTUP_CMO),$$(ALL_BATCH_CMO)) $(3:.cmx=.cmo) \
-	  $$< $$(STARTUP_CMO)
-
-# [JS 2009/05/29] don't use $$(CMX)
-# [VP 2010/04/22] don't call directly ocamlopt, just refine flags of generic
-# rule, which is chosen by make anyway
-tests/$(1)/%.cmx: OFLAGS+= $$($(2)_OFLAGS) $$($(1)_TESTS_INCLUDES)
-
-$(patsubst %.ml,%.cmx,$(wildcard tests/$(1)/*.ml tests/$(1)/*/*.ml)): \
-           $$(CMO:.cmo=.cmx) $$($(2)_CMX) $$(GEN_OPT_LIBS)
-
-tests/$(1)/%.cmxs: OFLAGS+= $$($(2)_OFLAGS) $$($(1)_TESTS_INCLUDES)
-
-$(patsubst %.ml,%.cmxs,$(wildcard tests/$(1)/*.ml tests/$(1)/*/*.ml)): \
-           $$(CMO:.cmo=.cmx) $$($(2)_CMX) $$(GEN_OPT_LIBS)
-
-tests/$(1)/%.opt: tests/$(1)/%.cmx $(3) bin/toplevel.opt$$(EXE)
-	$$(OCAMLOPT) $$(OLINKFLAGS) $$($(1)_TESTS_INCLUDES) -o $$@ \
-	  $$(OPT_LIBS) $$(filter-out $$(STARTUP_CMX),$$(ALL_BATCH_CMX)) $(3) $$< $$(STARTUP_CMX)
-
-$(filter-out $(3),$(patsubst %.ml,%.cmx,$(wildcard tests/$(1)/*.ml))): $(3)
-$(filter-out $(3:.cmx=.cmo), \
-    $(patsubst %.ml,%.cmo,$(wildcard tests/$(1)/*.ml))): \
-     $(3:.cmx=.cmo)
-
-endef #COMPILE_TESTS_ML_FILES
 
 #################
 # Documentation #
diff --git a/share/Makefile.config.in b/share/Makefile.config.in
index 7d52a5fb5ae..029c7c341fd 100644
--- a/share/Makefile.config.in
+++ b/share/Makefile.config.in
@@ -27,12 +27,6 @@
 #                                                                        #
 ##########################################################################
 
-#######################
-# Working directories #
-#######################
-
-FRAMAC_TOP_SRCDIR 	?= @abs_top_srcdir@
-
 ######################
 # Installation paths #
 ######################
@@ -182,7 +176,27 @@ ifeq ($(HAS_ZARITH),yes)
 LIBRARY_NAMES += zarith
 endif
 
+ifneq ($(ENABLE_GUI),no)
 LIBRARY_NAMES_GUI = lablgtk2 lablgtk2.gnomecanvas lablgtk2.sourceview2
+else
+LIBRARY_NAMES_GUI =
+endif
+
+#######################
+# Working directories #
+#######################
+
+ifeq ($(OCAMLWIN32),yes)
+ifneq ($(CYGPATH),no)
+winpath=$(shell $(CYGPATH) -m "$(1)")
+else
+winpath=$(1)
+endif #CYGPATH
+else
+winpath=$(1)
+endif #OCAMLWIN32
+
+FRAMAC_TOP_SRCDIR 	?= $(call winpath,@abs_top_srcdir@)
 
 ##########################################################################
 # Local Variables:
diff --git a/share/Makefile.dynamic b/share/Makefile.dynamic
index dd99c76ee2f..c4d7097a8b5 100644
--- a/share/Makefile.dynamic
+++ b/share/Makefile.dynamic
@@ -125,7 +125,7 @@ ifneq (,$(HAS_TESTS_DIR)$(PLUGIN_INTERNAL_TEST)$(PLUGIN_NO_TEST))
 $(PLUGIN_NAME)_TESTS:
 
 else
-PTESTS_DEP:=$(PLUGIN_DIR)/Makefile
+PTESTS_DEP:=$(PLUGIN_DIR)/Makefile $(FRAMAC_SHARE)/Makefile.dynamic
 
 plugins_ptests_config: $(PLUGIN_DIR)/tests/ptests_config
 
@@ -147,6 +147,7 @@ $(PLUGIN_DIR)/tests/ptests_config: $(PTESTS_DEP)
 	  $(ECHO) "FRAMAC_PLUGIN=$(PLUGIN_LIB_DIR):$(PLUGIN_INSTALL_DIR)" >> $$@; \
 	  $(ECHO) "FRAMAC_PLUGIN_GUI=$(PLUGIN_GUI_LIB_DIR):$(PLUGIN_INSTALL_DIR)/gui" >> $$@; \
 	  $(ECHO) "OCAMLPATH=$(FRAMAC_PLUGINDIR):$(OCAMLPATH)" >> $$@; \
+          $(ECHO) "OCAMLFIND_IGNORE_DUPS_IN=$(PLUGIN_INSTALL_DIR)" >> $$@; \
         else \
 	  $(ECHO) "FRAMAC_PLUGIN=$(PLUGIN_LIB_DIR)" >> $$@; \
 	  $(ECHO) "FRAMAC_PLUGIN_GUI=$(PLUGIN_GUI_LIB_DIR)" >> $$@; \
@@ -154,6 +155,9 @@ $(PLUGIN_DIR)/tests/ptests_config: $(PTESTS_DEP)
 	$(ECHO) "OCAMLRUNPARAM=" >> $$@
 	$(CHMOD_RO) $$@
 
+# OCAMLFIND_IGNORE_DUPS_IN in external mode allows to ignore a previous
+# installation of the currently tested plugin.
+
 # $(PLUGIN_NAME)_DEFAULT_TESTS allows plugins to define rules that at
 # the same time depend on $(PLUGIN_NAME)_DEFAULT_TESTS and
 # $(PLUGIN_NAME)_TESTS depend on them
diff --git a/share/Makefile.generic b/share/Makefile.generic
index 7aa3c9af05c..e3143273c6c 100644
--- a/share/Makefile.generic
+++ b/share/Makefile.generic
@@ -97,7 +97,7 @@ endif
 %.o: %.cmx
 	$(TOUCH) $@
 
-.ml.cmxs:
+%.cmxs: %.cmx
 	$(PRINT_PACKING) $@
 	$(OCAMLOPT) -shared -o $@ $(OFLAGS) $<
 
diff --git a/share/Makefile.plugin.template b/share/Makefile.plugin.template
index e5d2cddfe2b..73480d8498c 100644
--- a/share/Makefile.plugin.template
+++ b/share/Makefile.plugin.template
@@ -103,9 +103,7 @@
 #	Default is tests/$(PLUGIN_DIR)
 # PLUGIN_TESTS_DIRS_DEFAULTS Tests directories that should be run by default
 #	Defaults to $(PLUGIN_TESTS_DIRS)
-# PLUGIN_TESTS_LIB Additional .cmo files used by tests.
-#	Should be part of one of the $(PLUGIN_TESTS_DIRS)
-#	Do not write the file extension
+# PLUGIN_TESTS_LIB Additional source (.ml) files used by tests.
 # PLUGIN_NO_DEFAULT_TEST Set it to a non-empty value if you don't want the
 # 	tests of your plugin to be executed systematically by make tests
 #
@@ -822,18 +820,25 @@ endif
 endif
 
 @PLUGIN_NAME@_TESTS_DIRS:=$(PLUGIN_TESTS_DIRS)
-@PLUGIN_NAME@_DEPFLAGS_TEST:=$(add_prefix tests/,$(PLUGIN_TESTS_DIRS))
 
-@PLUGIN_NAME@_TESTS_LIB:=$(PLUGIN_TESTS_LIB:%=%.cmx)
-@PLUGIN_NAME@_TESTS_LIB_BYTE:=$(PLUGIN_TESTS_LIB:%=%.cmo)
+@PLUGIN_NAME@_TESTS_LIB_DIR:=$(sort $(dir $(PLUGIN_TESTS_LIB)))
+@PLUGIN_NAME@_TESTS_LIB_DIR_INCLUDE:=$(foreach d, $(@PLUGIN_NAME@_TESTS_LIB_DIR), -I $d )
+@PLUGIN_NAME@_EXTRA_DIRS:=$(@PLUGIN_NAME@_EXTRA_DIRS) $(@PLUGIN_NAME@_TESTS_LIB_DIR)
+@PLUGIN_NAME@_TESTS_LIB_OPT:=$(PLUGIN_TESTS_LIB:%.ml=%.cmx)
+@PLUGIN_NAME@_TESTS_LIB_OPT_DYN:=$(PLUGIN_TESTS_LIB:%.ml=%.cmxs)
+@PLUGIN_NAME@_TESTS_LIB_BYTE:=$(PLUGIN_TESTS_LIB:%.ml=%.cmo)
+
+$(@PLUGIN_NAME@_TESTS_LIB_OPT): OFLAGS:=$($(NAME_OFLAGS)) $(@PLUGIN_NAME@_TESTS_LIB_DIR_INCLUDE)
+$(@PLUGIN_NAME@_TESTS_LIB_OPT_DYN): OFLAGS:=$($(NAME_OFLAGS)) $(@PLUGIN_NAME@_TESTS_LIB_DIR_INCLUDE)
+$(@PLUGIN_NAME@_TESTS_LIB_BYTE): BFLAGS:=$($(NAME_BFLAGS)) $(@PLUGIN_NAME@_TESTS_LIB_DIR_INCLUDE)
 
 # [JS 2009/03/18] both .PRECIOUS are required in order to prevent 'make'
 # deletion of intermediate generated files. Such a deletion forces 'make' to
 # unnecessarily recompile those files.
-.PRECIOUS: $(@PLUGIN_NAME@_TESTS_LIB) $(@PLUGIN_NAME@_TESTS_LIB_BYTE)
-
-$(foreach d,$(PLUGIN_TESTS_DIRS),$(eval $(call COMPILE_TESTS_ML_FILES,$d,@PLUGIN_NAME@,$(@PLUGIN_NAME@_TESTS_LIB))))
-
+.PRECIOUS: $(@PLUGIN_NAME@_TESTS_LIB_OPT) \
+           $(@PLUGIN_NAME@_TESTS_LIB_OPT_DYN) \
+           $(@PLUGIN_NAME@_TESTS_LIB_BYTE) \
+           $(@PLUGIN_NAME@_TESTS_LIB_BYTE:%.cmo=%.cmi)
 endif # PLUGIN_ENABLE
 
 ##########
@@ -843,54 +848,34 @@ endif # PLUGIN_ENABLE
 # for reasons known to themselves, ocamldep and make are confused by ./file.ml
 # hence (one of) the patsubst below in case PLUGIN_DIR is .
 
-# If you explicitly do "make depend", force the computation of dependencies
-.PHONY: $(PLUGIN_DIR)/@PLUGIN_NAME@_DEP_REDO
-$(PLUGIN_DIR)/@PLUGIN_NAME@_DEP_REDO: $(PLUGIN_GENERATED) \
-				       $(TARGET_MLI) \
-				       $(TARGET_GUI_MLI)
-	$(PRINT_DEP) $(dir $@).depend
-	$(RM) $(dir $@).depend
-	$(OCAMLDEP) $(INCLUDES) \
-	    $(@PLUGIN_NAME@_DEPFLAGS) \
-	      $(patsubst ./%,%, \
-                $(@PLUGIN_NAME@_ML_SRC) \
-	        $(@PLUGIN_NAME@_MLI) \
-	        $(@PLUGIN_NAME@_GUI_MLI)) \
-	    $(foreach d, \
-		  $(@PLUGIN_NAME@_DEPFLAGS_TEST), \
-                  -I $d $d/*.ml $d/*.mli) \
-              > $(dir $@).depend
-	$(CHMOD_RO) $(dir $@).depend
-
-depend:: $(PLUGIN_DIR)/@PLUGIN_NAME@_DEP_REDO
-
-# Otherwise do it only if necessary
-.PRECIOUS: $(PLUGIN_DIR)/.depend
-$(PLUGIN_DIR)/.depend: $(PLUGIN_GENERATED) \
-                          $(TARGET_MLI) \
-                          $(TARGET_GUI_MLI)
-	$(PRINT_DEP) $@
-	$(RM) $@ $@.tmp
+# If you explicitly do "make depend" it is
+# $(PLUGIN_DIR)/@PLUGIN_NAME@_DEP_REDO. it forces the computation of
+# dependencies. Otherwise usual dependency for $(PLUGIN_DIR)/.depend.
+.PHONY: $(@PLUGIN_NAME@_DIR)/@PLUGIN_NAME@_DEP_REDO
+$(@PLUGIN_NAME@_DIR)/@PLUGIN_NAME@_DEP_REDO $(@PLUGIN_NAME@_DIR)/.depend: \
+	$(PLUGIN_GENERATED) $(TARGET_MLI) $(TARGET_GUI_MLI)
+	$(PRINT_DEP) $(@PLUGIN_NAME@_DIR)/.depend
+	$(RM) $(@PLUGIN_NAME@_DIR)/.depend
 	$(OCAMLDEP) $(INCLUDES) \
-	    $(@PLUGIN_NAME@_DEPFLAGS) \
-	    $(patsubst ./%,%, \
-		$(@PLUGIN_NAME@_ML_SRC) \
-		$(@PLUGIN_NAME@_MLI) \
-		$(@PLUGIN_NAME@_GUI_MLI)) \
-	    $(foreach d, $(@PLUGIN_NAME@_DEPFLAGS_TEST), -I $d \
-               $d/*.ml $d/*.mli) \
-              > $@.tmp
-	$(CHMOD_RO) $@.tmp
-	$(MV) $@.tmp $@
+	  $(@PLUGIN_NAME@_DEPFLAGS) \
+	  $(patsubst ./%,%, \
+	    $(@PLUGIN_NAME@_ML_SRC) \
+	    $(@PLUGIN_NAME@_MLI) \
+	    $(@PLUGIN_NAME@_GUI_MLI)) \
+	  $(foreach d, $(@PLUGIN_NAME@_TESTS_LIB_DIR), \
+	    -I $d $d*.ml $d*.mli) \
+	  > $(@PLUGIN_NAME@_DIR)/.depend
+	$(CHMOD_RO) $(@PLUGIN_NAME@_DIR)/.depend
+
+depend:: $(@PLUGIN_NAME@_DIR)/@PLUGIN_NAME@_DEP_REDO
 
 #Just for backward compatibility (19/10/2015)
-$(PLUGIN_DIR)/@PLUGIN_NAME@_DEP: $(PLUGIN_DIR)/.depend
+$(@PLUGIN_NAME@_DIR)/@PLUGIN_NAME@_DEP: $(@PLUGIN_NAME@_DIR)/.depend
 	$(TOUCH) $@
 
 #In internal mode wait for lib/plugins to be populated by .mli.
 ifeq ($(FRAMAC_INTERNAL),yes)
-$(PLUGIN_DIR)/@PLUGIN_NAME@_DEP_REDO: $(INSTALLED_PLUGIN_DIR)/.placeholders_ready
-$(PLUGIN_DIR)/.depend: $(INSTALLED_PLUGIN_DIR)/.placeholders_ready
+$(@PLUGIN_NAME@DIR)/@PLUGIN_NAME@_DEP_REDO $(@PLUGIN_NAME@_DIR)/.depend: $(INSTALLED_PLUGIN_DIR)/.placeholders_ready
 endif
 
 ifneq ($(MAKECMDGOALS),clean)
@@ -927,7 +912,7 @@ $(PLUGIN_DIR)/@PLUGIN_NAME@_CLEAN:
 	$(RM) $(patsubst %.cmo,%.o, \
                  $($(patsubst %_CLEAN,%_GUI_CMO,$(notdir $@))))
 	$(RM) $(dir $@)*~ $(dir $@)*.cm* $(dir $@)*.o $(dir $@)*.annot
-	$(RM) $(foreach d, $(@:%CLEAN=%TESTS_LIB), \
+	$(RM) $(foreach d, $(@:%CLEAN=%TESTS_LIB_OPT), \
 		$(foreach f, $($(notdir $d)), \
 		$f $(f:.cmx=.cmo) $(f:.cmx=.opt) $(f:.cmx=.byte) $(f:.cmx=.o)))
 	$(RM) -f $(@PLUGIN_NAME@_CHECK_PLUGIN_MLI)
diff --git a/share/acsl.el b/share/emacs/acsl.el
similarity index 100%
rename from share/acsl.el
rename to share/emacs/acsl.el
diff --git a/share/emacs/frama-c-dev.el b/share/emacs/frama-c-dev.el
new file mode 100644
index 00000000000..b919c2855a6
--- /dev/null
+++ b/share/emacs/frama-c-dev.el
@@ -0,0 +1,83 @@
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;                                                                        ;
+;  This file is part of Frama-C.                                         ;
+;                                                                        ;
+;  Copyright (C) 2007-2016                                               ;
+;    CEA (Commissariat à l'énergie atomique et aux énergies              ;
+;         alternatives)                                                  ;
+;                                                                        ;
+;  you can redistribute it and/or modify it under the terms of the GNU   ;
+;  Lesser General Public License as published by the Free Software       ;
+;  Foundation, version 2.1.                                              ;
+;                                                                        ;
+;  It is distributed in the hope that it will be useful,                 ;
+;  but WITHOUT ANY WARRANTY; without even the implied warranty of        ;
+;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         ;
+;  GNU Lesser General Public License for more details.                   ;
+;                                                                        ;
+;  See the GNU Lesser General Public License version 2.1                 ;
+;  for more details (enclosed in the file licenses/LGPLv2.1).            ;
+;                                                                        ;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+;; *** Mandatory Emacs settings for Frama-C developers ***
+;;
+;; If you are using 'frama-c-recommended.el', ignore these instructions
+;; (this file is already included by frama-c-recommended.el).
+;;
+;; Otherwise, do the following:
+;; 1. Include the directory containing this file in your Emacs load path;
+;; 2. Load this file as a library.
+;;
+;; You can do so by adding these lines in the beginning of your ~/.emacs file:
+;;
+;; (add-to-list 'load-path "path/to/this/file/")
+;; (load-library "frama-c-dev")
+;;
+;; tuareg and ocp-indent must be installed (e.g. via their OPAM packages).
+;;
+;; Note: 'frama-c-init.el' must also be in the load path.
+
+(load-library "frama-c-init")
+
+;; ocp-indent should always be used
+(safe-require ocp-indent
+  (add-hook 'tuareg-mode-hook (lambda ()
+    (setq indent-line-function 'ocp-indent-line)))
+)
+
+;; Never indent Caml files using tabs
+(defun no-tabs-hook ()
+  (setq indent-tabs-mode nil))
+(add-hook 'tuareg-mode-hook 'no-tabs-hook)
+(add-hook 'caml-mode-hook 'no-tabs-hook)
+
+;; Load Merlin (IDE features for OCaml, such as type info and code navigation)
+(safe-require merlin
+  ;; Start merlin on ocaml files
+  (add-hook 'tuareg-mode-hook 'merlin-mode t)
+  (add-hook 'caml-mode-hook 'merlin-mode t)
+  ;; Enable auto-completion: definitions for company-mode
+  (set (make-local-variable 'company-backends) '(company-predictive))
+  (global-set-key (kbd "<C-tab>") 'company-complete-common)
+  (add-to-list 'company-backends 'merlin-company-backend)
+  ;; Enable company on merlin managed buffers
+  (add-hook 'merlin-mode-hook 'company-mode)
+  ;; Or enable it globally:
+  ;(add-hook 'after-init-hook 'global-company-mode)
+  ;; If you do not want to use company-mode, you can use auto-complete mode
+  ;; (setq merlin-use-auto-complete-mode 'easy)
+
+  ;; This hook avoids accidents with merlin's "C-c C-x", which often quits
+  ;; Emacs without confirmation when the user presses "C-x C-c" by accident.
+  ;; This hook is local to merlin-mode: Emacs will quit normally in non-ML
+  ;; files. It is also only displayed when the keyboard shortcut is used,
+  ;; but not when the user clicks the Close button on Emacs' window.
+  (defun confirm-before-save-kill-emacs ()
+    (interactive)
+    (let ((confirm-kill-emacs 'y-or-n-p))
+      (save-buffers-kill-emacs)))
+  (add-hook 'merlin-mode-hook
+    (lambda ()
+      (local-set-key (kbd "C-x C-c") 'confirm-before-save-kill-emacs)))
+)
diff --git a/share/emacs/frama-c-init.el b/share/emacs/frama-c-init.el
new file mode 100644
index 00000000000..65de9761b82
--- /dev/null
+++ b/share/emacs/frama-c-init.el
@@ -0,0 +1,60 @@
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;                                                                        ;
+;  This file is part of Frama-C.                                         ;
+;                                                                        ;
+;  Copyright (C) 2007-2016                                               ;
+;    CEA (Commissariat à l'énergie atomique et aux énergies              ;
+;         alternatives)                                                  ;
+;                                                                        ;
+;  you can redistribute it and/or modify it under the terms of the GNU   ;
+;  Lesser General Public License as published by the Free Software       ;
+;  Foundation, version 2.1.                                              ;
+;                                                                        ;
+;  It is distributed in the hope that it will be useful,                 ;
+;  but WITHOUT ANY WARRANTY; without even the implied warranty of        ;
+;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         ;
+;  GNU Lesser General Public License for more details.                   ;
+;                                                                        ;
+;  See the GNU Lesser General Public License version 2.1                 ;
+;  for more details (enclosed in the file licenses/LGPLv2.1).            ;
+;                                                                        ;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+;; *** Auxiliary definitions for Frama-C Emacs files ***
+;;
+;; This file is automatically included by both 'frama-c-dev.el' and
+;; 'frama-c-recommended.el'. You do not need to do anything here.
+;;
+
+;; Macro to avoid crashing if the required file does not exist
+(defmacro safe-require (symbol &rest body)
+  `(condition-case nil
+       (progn
+         (require ',symbol)
+         ,@body)
+     (error (message (format "Require NOT available: %s" ',symbol)) nil)))
+
+;; Macro to avoid crashing if the library to load does not exist
+(defun safe-load-library (path)
+  (condition-case nil
+      (load-library path)
+    (error (message (format "Library NOT available: %s" path)) nil)))
+
+;; Add opam emacs directory to the load-path
+(condition-case nil
+    (progn nil (setq opam-share (substring
+                                 (shell-command-to-string
+                                  "opam config var share 2> /dev/null") 0 -1))
+           (add-to-list 'load-path (concat opam-share "/emacs/site-lisp")))
+  (error (message "Error configuring OPAM, check your installation.") nil))
+
+;; Setup environment variables using OPAM
+;; This helps when compiling OCaml installed via OPAM directly from Emacs
+(condition-case nil
+    (dolist (var (car (read-from-string (shell-command-to-string
+                                         "opam config env --sexp"))))
+      (setenv (car var) (cadr var)))
+  (error (message "Error configuring OPAM sexp, check your installation.") nil))
+
+;; One of the `opam config env` variables is PATH. Update `exec-path` to that.
+(setq exec-path (split-string (getenv "PATH") path-separator))
diff --git a/share/emacs/frama-c-recommended.el b/share/emacs/frama-c-recommended.el
new file mode 100644
index 00000000000..f2eff05ad03
--- /dev/null
+++ b/share/emacs/frama-c-recommended.el
@@ -0,0 +1,120 @@
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;                                                                        ;
+;  This file is part of Frama-C.                                         ;
+;                                                                        ;
+;  Copyright (C) 2007-2016                                               ;
+;    CEA (Commissariat à l'énergie atomique et aux énergies              ;
+;         alternatives)                                                  ;
+;                                                                        ;
+;  you can redistribute it and/or modify it under the terms of the GNU   ;
+;  Lesser General Public License as published by the Free Software       ;
+;  Foundation, version 2.1.                                              ;
+;                                                                        ;
+;  It is distributed in the hope that it will be useful,                 ;
+;  but WITHOUT ANY WARRANTY; without even the implied warranty of        ;
+;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         ;
+;  GNU Lesser General Public License for more details.                   ;
+;                                                                        ;
+;  See the GNU Lesser General Public License version 2.1                 ;
+;  for more details (enclosed in the file licenses/LGPLv2.1).            ;
+;                                                                        ;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+;; *** Recommended Emacs settings for Frama-C developers ***
+;;
+;; This file should be loaded in the beginning of your .emacs file.
+;;
+;; 1. Include the directory containing this file in your Emacs load path;
+;; 2. Load this file as a library.
+;;
+;; You can do so by adding these lines in the beginning of your ~/.emacs file:
+;;
+;; (add-to-list 'load-path "path/to/this/file/")
+;; (load-library "frama-c-recommended")
+;;
+;; Note: 'frama-c-init.el' and 'frama-c-dev.el' must also be in the load path.
+
+;; ***** Initialization and configuration settings *****
+(load-library "frama-c-init")
+(load-library "frama-c-dev")
+
+;; MELPA helps with the installation of several Emacs packages
+(safe-require package
+  (add-to-list 'package-archives
+    '("melpa-stable" . "https://stable.melpa.org/packages/"))
+)
+
+;; ***** OCaml settings *****
+;;
+;; Load Tuareg (OCaml mode for Emacs) if installed
+(safe-load-library "tuareg-site-file")
+
+;; ***** End of OCaml settings *****
+
+
+;; ***** Miscellaneous settings *****
+;;
+;; fill-column-indicator adds a vertical line to help enforce the
+;; 80-characters-per-line rule
+;; Note: in some specific configurations (e.g. KDE, maximized window),
+;; this library may interfere with window redrawing when using e.g. some
+;; merlin functions. Try deactivating this extension if you have problems.
+(safe-require fill-column-indicator
+  (setq-default fill-column 80)
+  (setq fci-rule-color "#8f8f8f")
+  (add-hook 'tuareg-mode-hook 'fci-mode t)
+)
+
+;; Disable insertion of tabs for indentation everywhere but in Makefiles
+;; (Emacs always inserts tabs in Makefiles, regardless of this option)
+(setq-default indent-tabs-mode nil)
+
+;; Disable overwrite mode, which is rarely used nowadays and can be annoying
+;; when enabled accidentally
+(global-unset-key [insert])
+
+;; redo+ (needs to be installed via ELPA) enables a somewhat "standard"
+;; undo/redo mechanism, similar to most modern applications;
+;; these key settings bind Ctrl+Z and Ctrl+Shift+Z to undo/redo, respectively
+(safe-require redo+
+  (global-set-key (kbd "C-z") 'undo-only)
+  (global-set-key (kbd "C-S-z") 'redo)
+  ; Avoid accidental minimization when pressing pressing C-z just after a 'C-x'
+  (global-unset-key (kbd "C-x C-z"))
+)
+
+;; This hook removes trailing whitespace, which should always be avoided
+;; Note that, if applied to an existing file with trailing whitespace, this
+;; will remove it in *every* line. This can generate large diffs and is not
+;; always ideal. For new files, however, this should be on by default.
+;(add-hook 'before-save-hook 'delete-trailing-whitespace)
+
+;; Require a final newline in a file in order to avoid confusing some tools
+;; (also helps 'git diff')
+(setq require-final-newline t)
+
+;; whitespace-mode, when activated, displays several kinds of possibly
+;; undesirable whitespace.
+;; The settings below enable display of tabs, empty lines at the end of
+;; the file, and the most important one: trailing spaces
+;; It is also possible to use whitespace-mode to highlight long lines
+;; (over 80 characters, or the width that you prefer), but they are
+;; not activated in these settings.
+(global-whitespace-mode 1)
+(setq whitespace-style '(face empty tabs trailing))
+
+;; Terminal Settings
+;; (related to colors in compilation mode; see MR frama-c/frama-c!300)
+(safe-require ansi-color
+  (defun my-colorize-compilation-buffer ()
+    (ansi-color-apply-on-region (point-min) (point-max))
+    (goto-char (point-min))
+    (while (search-forward "\x0d" nil t)
+      (delete-region (line-beginning-position) (point)))
+    (goto-char (point-min))
+    (while (search-forward "\x1b[K" nil t)
+      (replace-match ""))
+    (goto-char (point-min))
+    )
+  (add-hook 'compilation-filter-hook 'my-colorize-compilation-buffer)
+)
diff --git a/share/libc/__fc_machdep.h b/share/libc/__fc_machdep.h
index bb16052b1cc..7c1caa30ae0 100644
--- a/share/libc/__fc_machdep.h
+++ b/share/libc/__fc_machdep.h
@@ -181,8 +181,92 @@
 #define __FC_PTRDIFF_MAX __FC_INT_MAX
 
 #else
-#error Must define __FC_MACHDEP_X86_32 or __FC_MACHDEP_X86_64 \
-       __FC_MACHDEP_X86_16 or __FC_MACHDEP_PPC_32.
+#ifdef __FC_MACHDEP_MSVC_X86_64
+#define  __FC_BYTE_ORDER __LITTLE_ENDIAN
+/* Required */
+#undef  __CHAR_UNSIGNED__
+#define __WORDSIZE 64
+#define __SIZEOF_SHORT 2
+#define __SIZEOF_INT 4
+#define __SIZEOF_LONG 4
+#define __SIZEOF_LONGLONG 8
+#define __CHAR_BIT 8
+#define __PTRDIFF_T long long
+#define __SIZE_T unsigned long long
+
+#define __FC_EOF (-1)
+#define __FC_FOPEN_MAX 20
+#define __FC_RAND_MAX 32767
+#define __WCHAR_T unsigned short
+
+/* min and max values as specified in limits.h */
+#define __FC_SCHAR_MIN (-128)
+#define __FC_SCHAR_MAX 127
+#define __FC_UCHAR_MAX 255
+#define __FC_SHRT_MIN (-32768)
+#define __FC_SHRT_MAX 32767
+#define __FC_USHRT_MAX 65535
+#define __FC_INT_MIN (-INT_MAX - 1)
+#define __FC_INT_MAX 2147483647
+#define __FC_UINT_MAX 4294967295U
+#define __FC_LONG_MIN (-LONG_MAX -1L)
+#define __FC_LONG_MAX 2147483647L
+#define __FC_ULONG_MAX 4294967295UL
+#define __FC_LLONG_MIN (-LLONG_MAX -1LL)
+#define __FC_LLONG_MAX 9223372036854775807LL
+#define __FC_ULLONG_MAX 18446744073709551615ULL
+#define __FC_PATH_MAX 256
+#define __FC_SIZE_MAX __FC_ULLONG_MAX
+
+/* Optional */
+#define __INT8_T signed char
+#define __UINT8_T unsigned char
+#define __INT16_T signed short
+#define __UINT16_T unsigned short
+
+#define __INTPTR_T signed long long
+#define __UINTPTR_T unsigned long long
+#define __INT32_T signed int
+#define __UINT32_T unsigned int
+#define __INT64_T signed long long
+#define __UINT64_T unsigned long long
+
+/* Required */
+#define __INT_LEAST8_T signed char
+#define __UINT_LEAST8_T unsigned char
+#define __INT_LEAST16_T signed short
+#define __UINT_LEAST16_T unsigned short
+#define __INT_LEAST32_T signed int
+#define __UINT_LEAST32_T unsigned int
+#define __INT_LEAST64_T signed long long
+#define __UINT_LEAST64_T unsigned long long
+
+#define __INT_FAST8_T signed char
+#define __UINT_FAST8_T unsigned char
+#define __INT_FAST16_T signed int
+#define __UINT_FAST16_T unsigned int
+#define __INT_FAST32_T signed int
+#define __UINT_FAST32_T unsigned int
+#define __INT_FAST64_T signed long long
+#define __UINT_FAST64_T unsigned long long
+
+/* Required */
+#define __INT_MAX_T signed long long
+#define __UINT_MAX_T unsigned long long
+
+/* POSIX */
+#define __SSIZE_T signed long long
+/* stdint.h */
+#define __FC_PTRDIFF_MIN __FC_LLONG_MIN
+#define __FC_PTRDIFF_MAX __FC_LLONG_MAX
+
+/* for stdarg.h */
+#define __FC_VA_LIST_T char*
+
+#else
+#error Must define __FC_MACHDEP_X86_32 or __FC_MACHDEP_X86_64 or \
+       __FC_MACHDEP_X86_16 or __FC_MACHDEP_PPC_32 or __FC_MACHDEP_MSVC_X86_64.
+#endif
 #endif
 #endif
 #endif
diff --git a/share/libc/__fc_machdep_linux_gcc_shared.h b/share/libc/__fc_machdep_linux_gcc_shared.h
index 81e0f46b942..38be4519e00 100644
--- a/share/libc/__fc_machdep_linux_gcc_shared.h
+++ b/share/libc/__fc_machdep_linux_gcc_shared.h
@@ -71,6 +71,9 @@
 #define __FC_ULLONG_MAX 18446744073709551615ULL
 #define __FC_PATH_MAX 256
 
+/* for stdarg.h */
+#define __FC_VA_LIST_T __builtin_va_list
+
 /* Unused at this time */
 #define __FC_umax(n) ((uint##n##_t)(-1))
 #define __FC_smin(n) (2*(-(1ll << (sizeof(int##n##_t)*__CHAR_BIT - 2))))
diff --git a/share/libc/stdarg.h b/share/libc/stdarg.h
index 7a63742ddf3..113ab21c7d2 100644
--- a/share/libc/stdarg.h
+++ b/share/libc/stdarg.h
@@ -24,8 +24,9 @@
 #ifndef __FC_STDARG
 #define __FC_STDARG
 #include "features.h"
+#include "__fc_machdep.h" // for __FC_VA_LIST_T
 __BEGIN_DECLS
-typedef __builtin_va_list va_list;
+typedef __FC_VA_LIST_T va_list;
 __END_DECLS
 #define va_arg(a,b) __builtin_va_arg(a,b)
 #define va_copy(a,b) __builtin_va_copy(a,b)
diff --git a/share/libc/stdio.h b/share/libc/stdio.h
index 7b57a96df86..841cc1cc19a 100644
--- a/share/libc/stdio.h
+++ b/share/libc/stdio.h
@@ -25,6 +25,7 @@
 #define __FC_STDIO
 #include "features.h"
 #include "__fc_machdep.h"
+#include "__fc_string_axiomatic.h"
 #include "stdarg.h"
 #include "stddef.h"
 #include "errno.h"
diff --git a/share/libc/stdlib.h b/share/libc/stdlib.h
index 18f3a122299..c170cfe0f83 100644
--- a/share/libc/stdlib.h
+++ b/share/libc/stdlib.h
@@ -85,8 +85,21 @@ long double strtold(const char * restrict nptr,
      char ** restrict endptr);
 
 /* TODO: See ISO C 7.20.1.4 to complete these specifications */
-/*@ assigns \result \from nptr[0..], base; 
-    assigns *endptr \from nptr, nptr[0..], base; 
+/*@
+  assigns \result \from indirect:nptr, indirect:nptr[0 ..], indirect:base;
+  assigns *endptr \from nptr, indirect:nptr[0 ..], indirect:endptr, indirect:base;
+  behavior null_endptr:
+    assumes endptr == \null;
+    assigns \result \from indirect:nptr, indirect:nptr[0 ..], indirect:base;
+  behavior nonnull_endptr:
+    assumes endptr != \null;
+    requires \valid(endptr);
+    assigns \result \from indirect:nptr, indirect:nptr[0 ..], indirect:base;
+    assigns *endptr \from nptr, indirect:nptr[0 ..], indirect:endptr, indirect:base;
+    ensures \initialized(endptr);
+    ensures \subset(*endptr, nptr + (0 ..));
+  complete behaviors;
+  disjoint behaviors;
 */
 long int strtol(
      const char * restrict nptr,
diff --git a/share/libc/wchar.h b/share/libc/wchar.h
index e5db25e33e6..18bee442975 100644
--- a/share/libc/wchar.h
+++ b/share/libc/wchar.h
@@ -31,45 +31,119 @@
 
 __BEGIN_DECLS
 
+/*@
+  assigns \result \from s, indirect:s[0 .. n-1], indirect:c, indirect:n;
+  ensures \result == \null || \subset (\result, s+(0 .. n-1));
+ */
 wchar_t * wmemchr(const wchar_t *s, wchar_t c, size_t n);
 
+/*@ assigns \result \from indirect:s1[0 .. n-1], indirect:s2[0 .. n-1], indirect:n; */
 int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);
 
-wchar_t * wmemcpy(wchar_t * s1, const wchar_t * s2, size_t n);
-
-wchar_t * wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);
-
-wchar_t * wmemset(wchar_t *s, wchar_t c, size_t n);
-
-wchar_t * wcscat(wchar_t * s1, const wchar_t * s2);
-
-wchar_t * wcschr(const wchar_t *s, wchar_t c);
-
+/*@
+  requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+  assigns dest[0 .. n-1] \from src[0 .. n-1], indirect:src, indirect:n;
+  assigns \result \from dest;
+  ensures \result == dest;
+ */
+wchar_t * wmemcpy(wchar_t *restrict dest, const wchar_t *restrict src, size_t n);
+
+/*@
+  assigns dest[0 .. n-1] \from src[0 .. n-1], indirect:src, indirect:n;
+  assigns \result \from dest;
+  ensures \result == dest;
+*/
+wchar_t * wmemmove(wchar_t *dest, const wchar_t *src, size_t n);
+
+/*@
+  assigns wcs[0 .. n-1] \from wc, indirect:n;
+  assigns \result \from wcs;
+  ensures \result == wcs;
+*/
+wchar_t * wmemset(wchar_t *wcs, wchar_t wc, size_t n);
+
+/*@
+  assigns dest[0 .. ] \from dest[0 .. ], indirect:dest, src[0 .. ], indirect:src;
+  assigns \result \from dest;
+  ensures \result == dest;
+*/
+wchar_t * wcscat(wchar_t *restrict dest, const wchar_t *restrict src);
+
+/*@
+  assigns \result \from wcs, indirect:wc;
+  ensures \result == \null || \subset (\result, wcs+(0 .. ));
+*/
+wchar_t * wcschr(const wchar_t *wcs, wchar_t wc);
+
+/*@ assigns \result \from indirect:s1[0 .. ], indirect:s2[0 .. ]; */
 int wcscmp(const wchar_t *s1, const wchar_t *s2);
 
-wchar_t * wcscpy(wchar_t * s1, const wchar_t * s2);
-
-size_t wcscspn(const wchar_t *s1, const wchar_t *s2);
-
-size_t wcslcat(wchar_t *s1, const wchar_t *s2, size_t n);
-
-size_t wcslcpy(wchar_t *s1, const wchar_t *s2, size_t n);
-
+/*@
+  assigns dest[0 .. ] \from src[0 .. ], indirect:src, dest[0 .. ], indirect:dest;
+  assigns \result \from dest;
+  ensures \result == dest;
+ */
+wchar_t * wcscpy(wchar_t *restrict dest, const wchar_t *restrict src);
+
+/*@ assigns \result \from indirect:wcs[0 .. ], indirect:accept[0 .. ]; */
+size_t wcscspn(const wchar_t *wcs, const wchar_t *accept);
+
+// wcslcat is a BSD extension (non-C99, non-POSIX)
+/*@
+  assigns dest[0 .. ] \from dest[0 .. ], indirect:dest, src[0 .. n-1], indirect:src, indirect:n;
+  assigns \result \from indirect:dest[0 .. ], indirect:src[0 .. n-1], indirect:n;
+*/
+size_t wcslcat(wchar_t *restrict dest, const wchar_t *restrict src, size_t n);
+
+// wcslcpy is a BSD extension (non-C99, non-POSIX)
+/*@
+  requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+  assigns dest[0 .. n-1] \from src[0 .. n-1], indirect:src, indirect:n;
+  assigns \result \from indirect:dest[0 .. n-1], indirect:dest, indirect:src[0 .. n-1], indirect:src, indirect:n;
+ */
+size_t wcslcpy(wchar_t *dest, const wchar_t *src, size_t n);
+
+/*@ assigns \result \from indirect:s[0 .. ]; */
 size_t wcslen(const wchar_t *s);
 
-wchar_t * wcsncat(wchar_t * s1, const wchar_t * s2, size_t n);
-
-int wcsncmp(const wchar_t *s1, const wchar_t * s2, size_t n);
-
-wchar_t * wcsncpy(wchar_t * s1, const wchar_t * s2, size_t n);
-
-wchar_t * wcspbrk(const wchar_t *s1, const wchar_t *s2);
-
-wchar_t * wcsrchr(const wchar_t *s, wchar_t c);
-
-size_t wcsspn(const wchar_t *s1, const wchar_t *s2);
-
-wchar_t * wcsstr(const wchar_t * s1, const wchar_t * s2);
+/*@
+  assigns dest[0 .. ] \from dest[0 .. ], indirect:dest, src[0 .. n-1], indirect:src, indirect:n;
+  assigns \result \from dest;
+  ensures \result == dest;
+*/
+wchar_t * wcsncat(wchar_t *restrict dest, const wchar_t *restrict src, size_t n);
+
+/*@ assigns \result \from indirect:s1[0 .. n-1], indirect:s2[0 .. n-1], indirect:n; */
+int wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n);
+
+/*@
+  requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+  assigns dest[0 .. n-1] \from src[0 .. n-1], indirect:src, indirect:n;
+  assigns \result \from dest;
+  ensures \result == dest;
+ */
+wchar_t * wcsncpy(wchar_t *restrict dest, const wchar_t *restrict src, size_t n);
+
+/*@
+  assigns \result \from wcs, indirect:wcs[0 .. ], indirect:accept[0 .. ];
+  ensures \result == \null || \subset (\result, wcs+(0 .. ));
+*/
+wchar_t * wcspbrk(const wchar_t *wcs, const wchar_t *accept);
+
+/*@
+  assigns \result \from wcs, indirect:wcs[0 .. ], indirect:wc;
+  ensures \result == \null || \subset (\result, wcs+(0 .. ));
+ */
+wchar_t * wcsrchr(const wchar_t *wcs, wchar_t wc);
+
+/*@ assigns \result \from indirect:wcs[0 .. ], indirect:accept[0 .. ]; */
+size_t wcsspn(const wchar_t *wcs, const wchar_t *accept);
+
+/*@
+  assigns \result \from haystack, indirect:haystack[0 .. ], indirect:needle[0 .. ];
+  ensures \result == \null || \subset (\result, haystack+(0 .. ));
+ */
+wchar_t * wcsstr(const wchar_t *haystack, const wchar_t *needle);
 
 
 /* It is unclear whether these are more often in wchar.h or stdio.h */
diff --git a/src/kernel_internals/parsing/logic_parser.mly b/src/kernel_internals/parsing/logic_parser.mly
index 57629da037e..75a1176394c 100644
--- a/src/kernel_internals/parsing/logic_parser.mly
+++ b/src/kernel_internals/parsing/logic_parser.mly
@@ -893,7 +893,7 @@ full_assigns:
 /*** ACSL extension for external spec file ***/
 
 ext_spec:
- | ext_global_clauses_opt ext_module_specs_opt ext_global_specs_opt EOF { ("",$1,$2)::$3 }
+ | ext_global_clauses_opt ext_module_specs_opt ext_global_specs_opt EOF { (None,$1,$2)::$3 }
 ;
 
 ext_global_clauses_opt: 
@@ -924,14 +924,16 @@ ext_global_specs:
 
 ext_global_spec:
 | ext_module_markup ext_global_clauses_opt ext_module_specs
-    { ($1,$2,$3) }
+    { (Some $1),$2,$3 }
 | ext_module_markup
-    { ($1,[],[]) }
+    { (Some $1),[],[] }
 ;
 
 ext_module_specs_opt:
  | /* empty */      { [] }
  | ext_module_specs { $1 }
+ | ext_fun_specs { [None, $1] }
+ | ext_fun_specs ext_module_specs { (None, $1)::$2 }
 ;
 
 ext_module_specs:
@@ -940,7 +942,7 @@ ext_module_specs:
 ;
 
 ext_module_spec:
-| ext_function_markup ext_function_specs_opt { ($1,$2) }
+| ext_function_markup ext_function_specs_opt { (Some $1),$2 }
 ;
 
 ext_function_specs_opt:
@@ -955,8 +957,16 @@ ext_function_specs:
 ;
 
 ext_function_spec:
-| ext_global_clause 
-    { Ext_glob $1 }
+| ext_global_clause { Ext_glob $1 }
+| ext_fun_spec      { $1 }
+;
+
+ext_fun_specs:
+| ext_fun_spec               { [$1] }
+| ext_fun_spec ext_fun_specs { $1::$2 }
+;
+
+ext_fun_spec:
 | ext_at_stmt_markup ext_stmt_loop_spec 
     { Ext_stmt($1,$2,loc()) }
 | ext_contract_markup contract
@@ -1016,17 +1026,19 @@ contract:
       let behaviors = $5 in
       let (completes,disjoints) = $6 in
       let behaviors =
-        if 
-          requires <> [] || post_cond <> [] ||
-	    allocation <> FreeAllocAny ||
-            assigns <> WritesAny || extended <> [] 
+        if requires <> [] || post_cond <> [] ||
+	   allocation <> FreeAllocAny ||
+           assigns <> WritesAny || extended <> [] 
         then
 	  let allocation = 
 	    if allocation <> FreeAllocAny then Some allocation else None
 	  in
             (mk_behavior ~requires ~post_cond ~assigns ~allocation 
 	       ~extended:(wrap_extended extended) ()) :: behaviors
-        else behaviors
+        else if $2<>None || $3<>None || 
+                behaviors<>[] || completes<>[] ||disjoints<>[]
+        then behaviors
+        else raise (Not_well_formed (loc(),"Empty annotation is not allowed"))
       in
         { spec_terminates = $2;
           spec_variant = $3;
diff --git a/src/kernel_internals/runtime/machdeps.ml b/src/kernel_internals/runtime/machdeps.ml
index 79c600c6457..a77f65ef77b 100644
--- a/src/kernel_internals/runtime/machdeps.ml
+++ b/src/kernel_internals/runtime/machdeps.ml
@@ -191,3 +191,40 @@ let ppc_32 = {
   has__builtin_va_list = true;
   __thread_is_keyword = true;
 }
+
+let msvc_x86_64 = {
+  version          = "MSVC - X86-64bits mode";
+  compiler         = "msvc";
+  sizeof_short     = 2;
+  sizeof_int       = 4;
+  sizeof_long      = 4;
+  sizeof_longlong  = 8;
+  sizeof_ptr       = 8;
+  sizeof_float     = 4;
+  sizeof_double    = 8;
+  sizeof_longdouble  = 8;
+  sizeof_void      = 0;
+  sizeof_fun       = 0; (* sizeof(f) results in a compilation error *)
+  size_t = "unsigned long long"; (* defined as 'unsigned __int64' *)
+  wchar_t = "unsigned short";
+  ptrdiff_t = "long long"; (* defined as '__int64' *)
+  alignof_short = 2;
+  alignof_int = 4;
+  alignof_long = 4;
+  alignof_longlong = 8;
+  alignof_ptr = 8;
+  alignof_float = 4;
+  alignof_double = 8;
+  alignof_longdouble = 8;
+  alignof_str = 1; (* __alignof("a") results in compilation error C2059:
+                      syntax error: 'string' *)
+  alignof_fun = 8;
+  alignof_aligned= 1; (* MSVC does not seem to have an 'align' attribute
+                         equivalent to GCC's *)
+  char_is_unsigned = false;
+  const_string_literals = true;
+  little_endian = true;
+  underscore_name = false ;
+  has__builtin_va_list = false;
+  __thread_is_keyword = false;
+}
diff --git a/src/kernel_internals/runtime/machdeps.mli b/src/kernel_internals/runtime/machdeps.mli
index 0898b4339b9..3959c84cf53 100644
--- a/src/kernel_internals/runtime/machdeps.mli
+++ b/src/kernel_internals/runtime/machdeps.mli
@@ -51,3 +51,4 @@ val gcc_x86_32: Cil_types.mach
 val x86_64: Cil_types.mach
 val gcc_x86_64: Cil_types.mach
 val ppc_32: Cil_types.mach
+val msvc_x86_64: Cil_types.mach
diff --git a/src/kernel_internals/typing/cabs2cil.ml b/src/kernel_internals/typing/cabs2cil.ml
index 4480bc881f9..e7e99ead675 100644
--- a/src/kernel_internals/typing/cabs2cil.ml
+++ b/src/kernel_internals/typing/cabs2cil.ml
@@ -100,13 +100,15 @@ module IncompatibleDeclHook =
 let register_incompatible_decl_hook f =
   IncompatibleDeclHook.extend (fun (x,y,z) -> f x y z)
 
-
 module DifferentDeclHook =
   Hook.Build(struct type t = varinfo * varinfo end)
 
 let register_different_decl_hook f =
   DifferentDeclHook.extend (fun (x,y) -> f x y)
 
+module NewGlobalHook = Hook.Build(struct type t = varinfo * bool end)
+let register_new_global_hook f = NewGlobalHook.extend (fun (x, y) -> f x y)
+
 module LocalFuncHook = Hook.Build(struct type t = varinfo end)
 
 let register_local_func_hook = LocalFuncHook.extend
@@ -761,9 +763,8 @@ let alphaConvertVarAndAddToEnv (addtoenv: bool) (vi: varinfo) : varinfo =
       end
     end
   in
-  (* Store all locals in the slocals (in reversed order). We'll reverse them
-   * and take out the formals at the end of the function *)
-  if not vi.vglob then
+  (* Store all locals in the slocals (in reversed order). *)
+  if not vi.vglob && not vi.vformal then
     !currentFunctionFDEC.slocals <- newvi :: !currentFunctionFDEC.slocals;
 
   (if addtoenv then
@@ -1472,12 +1473,15 @@ struct
       unspecified_order = false;
     }
 
-  let keepPureExpr ~ghost e l =
-    let t = Cil.typeOf e in
-    let descr = Pretty_utils.sfprintf "%a" Cil_descriptive_printer.pp_exp  e in
-    let tmp = newTempVar descr true t in
-    local_var_chunk empty tmp +++
-    (mkStmtOneInstr ~ghost (Set(var tmp, e, l)),[],[],[])
+  let keepPureExpr ~ghost e loc =
+    let fundec = !currentFunctionFDEC in
+    let s = Cil.mkPureExpr ~ghost ~fundec ~loc e in
+    match s.skind with
+    | Block b ->
+      { empty with
+        stmts = List.map (fun s -> (s,[],[],[],[])) b.bstmts;
+        locals = b.blocals }
+    | _ ->i2c (s,[],[],[])
 
   (* We can duplicate a chunk if it has a few simple statements, and if
    * it does not have cases *)
@@ -2314,121 +2318,124 @@ let extInlineSuffRe = Str.regexp "\\(.+\\)__extinline"
  * Returns the varinfo to use (might be the old one), and an indication
  * whether the variable exists already in the environment *)
 let makeGlobalVarinfo (isadef: bool) (vi: varinfo) : varinfo * bool =
-  try (* See if already defined, in the global environment. We could also
-       * look it up in the whole environment but in that case we might see a
-       * local. This can happen when we declare an extern variable with
-       * global scope but we are in a local scope. *)
-
-    (* We lookup in the environment. If this is extern inline then the name
-     * was already changed to foo__extinline. We lookup with the old name *)
-    let lookupname =
-      if vi.vstorage = Static then
-        if Str.string_match extInlineSuffRe vi.vname 0 then
-          let no_extinline_name = Str.matched_group 1 vi.vname in
-          if no_extinline_name=vi.vorig_name then no_extinline_name
-          else vi.vname
+  let res =
+    try (* See if already defined, in the global environment. We could also
+         * look it up in the whole environment but in that case we might see a
+         * local. This can happen when we declare an extern variable with
+         * global scope but we are in a local scope. *)
+
+      (* We lookup in the environment. If this is extern inline then the name
+       * was already changed to foo__extinline. We lookup with the old name *)
+      let lookupname =
+        if vi.vstorage = Static then
+          if Str.string_match extInlineSuffRe vi.vname 0 then
+            let no_extinline_name = Str.matched_group 1 vi.vname in
+            if no_extinline_name=vi.vorig_name then no_extinline_name
+            else vi.vname
+          else
+            vi.vname
         else
           vi.vname
-      else
-        vi.vname
-    in
-    Kernel.debug ~dkey:category_global
-      "makeGlobalVarinfo isadef=%b vi.vname=%s (lookup = %s)"
-      isadef vi.vname lookupname;
-    (* This may throw an exception Not_found *)
-    let oldvi, oldloc = lookupGlobalVar lookupname in
-    Kernel.debug ~dkey:category_global "  %s(%d) already in the env at loc %a"
-      vi.vname oldvi.vid Cil_printer.pp_location oldloc;
-    (* It was already defined. We must reuse the varinfo. But clean up the
-     * storage.  *)
-    let newstorage = (** See 6.2.2 *)
-      match oldvi.vstorage, vi.vstorage with
-      (* Extern and something else is that thing *)
-      | Extern, other
-      | other, Extern -> other
-      | NoStorage, other
-      | other, NoStorage ->  other
-      | _ ->
-        if vi.vstorage != oldvi.vstorage then
-          Kernel.warning ~current:true
-            "Inconsistent storage specification for %s. \
+      in
+      Kernel.debug ~dkey:category_global
+        "makeGlobalVarinfo isadef=%b vi.vname=%s (lookup = %s)"
+        isadef vi.vname lookupname;
+      (* This may throw an exception Not_found *)
+      let oldvi, oldloc = lookupGlobalVar lookupname in
+      Kernel.debug ~dkey:category_global "  %s(%d) already in the env at loc %a"
+        vi.vname oldvi.vid Cil_printer.pp_location oldloc;
+      (* It was already defined. We must reuse the varinfo. But clean up the
+       * storage.  *)
+      let newstorage = (** See 6.2.2 *)
+        match oldvi.vstorage, vi.vstorage with
+        (* Extern and something else is that thing *)
+        | Extern, other
+        | other, Extern -> other
+        | NoStorage, other
+        | other, NoStorage ->  other
+        | _ ->
+          if vi.vstorage != oldvi.vstorage then
+            Kernel.warning ~current:true
+              "Inconsistent storage specification for %s. \
              Previous declaration: %a"
-            vi.vname Cil_printer.pp_location oldloc;
-        vi.vstorage
-    in
-    oldvi.vinline <- oldvi.vinline || vi.vinline;
-    (* If the new declaration has a section attribute, remove any
-     * preexisting section attribute. This mimics behavior of gcc that is
-     * required to compile the Linux kernel properly. *)
-    if hasAttribute "section" vi.vattr then
-      oldvi.vattr <- dropAttribute "section" oldvi.vattr;
-    (* Union the attributes *)
-    oldvi.vattr <- cabsAddAttributes oldvi.vattr vi.vattr;
-    begin
-      try
-        let what =
-          if isadef then
-            CombineFundef (hasAttribute "FC_OLDSTYLEPROTO" vi.vattr)
-          else CombineOther
-        in
-        let mytype = combineTypes what oldvi.vtype vi.vtype in
-        if not (Cil_datatype.Typ.equal oldvi.vtype vi.vtype)
-        then DifferentDeclHook.apply (oldvi,vi);
-        Cil.update_var_type oldvi mytype;
-      with Failure reason ->
-        Kernel.debug ~dkey:category_global "old type = %a\nnew type = %a\n"
-          Cil_printer.pp_typ oldvi.vtype
-          Cil_printer.pp_typ vi.vtype ;
-        Kernel.error ~once:true ~current:true
-          "Declaration of %s does not match previous declaration from %a (%s)."
-          vi.vname Cil_printer.pp_location oldloc reason;
-        IncompatibleDeclHook.apply (oldvi,vi,reason)
-    end;
-    (* Update the storage and vdecl if useful. Do so only after the hooks have
-       been applied, as they may need to read those fields *)
-    if oldvi.vstorage <> newstorage then begin
-      oldvi.vstorage <- newstorage;
-      (* Also update the location; [vi.vdecl] is a better declaration/definition
-         site for [vi]. *)
-      oldvi.vdecl <- vi.vdecl;
-    end;
-    (* Let's mutate the formals vid's name attribute and type for function
-       prototypes. Logic specifications refer to the varinfo in this table. *)
-    begin
-      match vi.vtype with
-      | TFun (_,Some formals , _, _ ) ->
-        (try
-           let old_formals_env = getFormalsDecl oldvi in
-           List.iter2
-             (fun old (name,typ,attr) ->
-                if name <> "" then begin
-                  Kernel.debug ~dkey:category_global
-                    "replacing formal %s with %s" old.vname name;
-                  old.vname <- name;
-                  Cil.update_var_type old typ;
-                  old.vattr <- attr;
-                  (match old.vlogic_var_assoc with
+              vi.vname Cil_printer.pp_location oldloc;
+          vi.vstorage
+      in
+      oldvi.vinline <- oldvi.vinline || vi.vinline;
+      (* If the new declaration has a section attribute, remove any
+       * preexisting section attribute. This mimics behavior of gcc that is
+       * required to compile the Linux kernel properly. *)
+      if hasAttribute "section" vi.vattr then
+        oldvi.vattr <- dropAttribute "section" oldvi.vattr;
+      (* Union the attributes *)
+      oldvi.vattr <- cabsAddAttributes oldvi.vattr vi.vattr;
+      begin
+        try
+          let what =
+            if isadef then
+              CombineFundef (hasAttribute "FC_OLDSTYLEPROTO" vi.vattr)
+            else CombineOther
+          in
+          let mytype = combineTypes what oldvi.vtype vi.vtype in
+          if not (Cil_datatype.Typ.equal oldvi.vtype vi.vtype)
+          then DifferentDeclHook.apply (oldvi,vi);
+          Cil.update_var_type oldvi mytype;
+        with Failure reason ->
+          Kernel.debug ~dkey:category_global "old type = %a\nnew type = %a\n"
+            Cil_printer.pp_typ oldvi.vtype
+            Cil_printer.pp_typ vi.vtype ;
+          Kernel.error ~once:true ~current:true
+            "Declaration of %s does not match previous declaration from \
+ %a (%s)."
+            vi.vname Cil_printer.pp_location oldloc reason;
+          IncompatibleDeclHook.apply (oldvi,vi,reason)
+      end;
+      (* Update the storage and vdecl if useful. Do so only after the hooks have
+         been applied, as they may need to read those fields *)
+      if oldvi.vstorage <> newstorage then begin
+        oldvi.vstorage <- newstorage;
+        (* Also update the location; [vi.vdecl] is a better
+           declaration/definition site for [vi]. *)
+        oldvi.vdecl <- vi.vdecl;
+      end;
+      (* Let's mutate the formals vid's name attribute and type for function
+         prototypes. Logic specifications refer to the varinfo in this table. *)
+      begin
+        match vi.vtype with
+        | TFun (_,Some formals , _, _ ) ->
+          (try
+             let old_formals_env = getFormalsDecl oldvi in
+             List.iter2
+               (fun old (name,typ,attr) ->
+                 if name <> "" then begin
+                   Kernel.debug ~dkey:category_global
+                     "replacing formal %s with %s" old.vname name;
+                   old.vname <- name;
+                   Cil.update_var_type old typ;
+                   old.vattr <- attr;
+                   (match old.vlogic_var_assoc with
                    | None -> ()
                    | Some old_lv -> old_lv.lv_name <- name)
-                end)
-             old_formals_env
-             formals;
-         with
-         | Invalid_argument _ ->
-           Kernel.abort "Inconsistent formals" ;
-         | Not_found -> 
-           Cil.setFormalsDecl oldvi vi.vtype)
-      | _ -> ()
-    end ;
-    (* if [isadef] is true, [vi] is a definition.  *)
-    if isadef then begin
-      oldvi.vdecl <- vi.vdecl; (* always favor the location of the definition.*)
-      oldvi.vdefined <- true;
-    end;
-    (* notice that [vtemp] is immutable, and cannot be updated. Hopefully,
-       temporaries have sufficiently fresh names that this is not a problem *)
-    oldvi, true
-  with Not_found -> begin (* A new one.  *)
+                 end)
+               old_formals_env
+               formals;
+           with
+           | Invalid_argument _ ->
+             Kernel.abort "Inconsistent formals" ;
+           | Not_found ->
+             Cil.setFormalsDecl oldvi vi.vtype)
+        | _ -> ()
+      end ;
+      (* if [isadef] is true, [vi] is a definition.  *)
+      if isadef then begin
+        (* always favor the location of the definition.*)
+        oldvi.vdecl <- vi.vdecl;
+        oldvi.vdefined <- true;
+      end;
+      (* notice that [vtemp] is immutable, and cannot be updated. Hopefully,
+         temporaries have sufficiently fresh names that this is not a problem *)
+      oldvi, true
+    with Not_found -> begin (* A new one.  *)
       Kernel.debug ~level:2 ~dkey:category_global
         "  %s not in the env already" vi.vname;
       (* Announce the name to the alpha conversion table. This will not
@@ -2440,6 +2447,10 @@ let makeGlobalVarinfo (isadef: bool) (vi: varinfo) : varinfo * bool =
       vi.vattr <- dropAttribute "FC_OLDSTYLEPROTO" vi.vattr;
       vi, false
     end
+  in
+  NewGlobalHook.apply res;
+  res
+
 
 (* Register a builtin function *)
 let setupBuiltin name (resTyp, argTypes, isva) =
@@ -3650,6 +3661,34 @@ let rec evaluate_cond_exp = function
     | `CFalse -> `CTrue
     | `CUnknown -> `CUnknown
 
+
+(* The way formals are handled now might generate incorrect types, in the
+   sense that they refer to a varinfo (in the case of VLA depending on a
+   previously declared formal) that exists only during the call to doType.
+   We replace them here with the definitive version of the formals' varinfos.
+   A global refactoring of cabs2cil would be welcome, though.
+*)
+let fixFormalsType formals =
+  let table = Hashtbl.create 5 in
+  let vis =
+    object
+      inherit Cil.nopCilVisitor
+      method! vvrbl v =
+        if v.vformal then begin
+          try
+            ChangeTo (Hashtbl.find table v.vname)
+          with Not_found ->
+            Kernel.fatal "Formal %a not tied to a varinfo"
+              Cil_printer.pp_varinfo v;
+        end else SkipChildren
+    end
+  in
+  let treat_one_formal v =
+    v.vtype <- Cil.visitCilType vis v.vtype;
+    Hashtbl.add table v.vname v;
+  in
+  List.iter treat_one_formal formals
+
 let rec doSpecList ghost (suggestedAnonName: string)
     (* This string will be part of
      * the names for anonymous
@@ -4323,7 +4362,7 @@ and doType (ghost:bool) isFuncArg
       let lo =
         match len.expr_node with
         | A.NOTHING -> None
-        | _ -> 
+        | _ ->
             (* Check that len is a constant expression.
                We used to also cast the length to int here, but that's
                theoretically too restrictive on 64-bit machines. *)
@@ -8147,6 +8186,12 @@ and doDecl local_env (isglobal: bool) : A.definition -> chunk = function
         in
         let fmlocs = (match dt with PROTO(_, fml, _) -> fml | _ -> []) in
         let formals = doFormals (argsToList formals_t) fmlocs in
+        (* in case of formals referred to in types of others, doType has
+           put dummy varinfos. We need to fix them now that we have proper
+           bindings.
+           TODO: completely refactor the way formals' typechecking is done.
+        *)
+        let () = fixFormalsType formals in
 
         (* Recreate the type based on the formals. *)
         let ftype = TFun(returnType,
@@ -8244,7 +8289,8 @@ and doDecl local_env (isglobal: bool) : A.definition -> chunk = function
                 @ behaviors;
               is_ghost = local_env.is_ghost
             }
-            body in
+            body
+        in
         (* Finish everything *)
         exitScope ();
         (* Now fill in the computed goto statement with cases. Do this
@@ -8303,21 +8349,7 @@ and doDecl local_env (isglobal: bool) : A.definition -> chunk = function
         H.clear gotoTargetHash;
         gotoTargetNextAddr := 0;
       in
-      let rec dropFormals formals locals =
-        match formals, locals with
-        | [], l -> l
-        | f :: formals, l :: locals ->
-          if f != l then
-            Kernel.abort ~current:true
-              "formal %s is not in locals (found instead %s)"
-              f.vname
-              l.vname;
-          dropFormals formals locals
-        | _ -> Kernel.abort ~current:true "Too few locals"
-      in
-      !currentFunctionFDEC.slocals
-      <- dropFormals !currentFunctionFDEC.sformals
-          (List.rev !currentFunctionFDEC.slocals);
+      !currentFunctionFDEC.slocals <- (List.rev !currentFunctionFDEC.slocals);
       setMaxId !currentFunctionFDEC;
 
       (* Now go over the types of the formals and pull out the formals
@@ -9174,6 +9206,7 @@ and doStatement local_env (s : A.statement) : chunk =
               ~ghost ~isformal:false ~isglobal:false ldecl spec (n,ndt,a)
           in
           addLocalToEnv n (EnvVar vi);
+          !currentFunctionFDEC.slocals <- vi :: !currentFunctionFDEC.slocals;
           Catch_exn(vi,[])
       in
       let chunk_catch = doStatement local_env scatch in
diff --git a/src/kernel_internals/typing/cabs2cil.mli b/src/kernel_internals/typing/cabs2cil.mli
index df0b59181d0..2c7f4ccac0a 100644
--- a/src/kernel_internals/typing/cabs2cil.mli
+++ b/src/kernel_internals/typing/cabs2cil.mli
@@ -70,6 +70,13 @@ val register_incompatible_decl_hook:
 val register_different_decl_hook:
   (Cil_types.varinfo -> Cil_types.varinfo -> unit) -> unit
 
+val register_new_global_hook: (Cil_types.varinfo -> bool -> unit) -> unit
+(** Hook called when a new global is created. The varinfo [vi] is the one
+    corresponding to the global, while the boolean is [true] iff [vi] was
+    already existing (it is [false] if this is the first declaration/definition
+    of [vi] in the file).
+    @since Frama-C+dev
+ *)
 
 (** new hook called when encountering a definition of a local function. The hook
     take as argument the varinfo of the local function.
diff --git a/src/kernel_internals/typing/rmtmps.ml b/src/kernel_internals/typing/rmtmps.ml
index 1f1b5f0cd52..88453138e70 100644
--- a/src/kernel_internals/typing/rmtmps.ml
+++ b/src/kernel_internals/typing/rmtmps.ml
@@ -414,6 +414,21 @@ class markReachableVisitor
     | _ ->
 	SkipChildren
 
+  method! vstmt s =
+    match s.skind with
+    | TryCatch(_,c,_) ->
+      List.iter
+        (fun (decl,_) ->
+           match decl with
+           | Catch_exn(v,l) ->
+             (* treat all variables declared in exn clause as used. *)
+             ignore (self#vvrbl v);
+             List.iter (fun (v,_) -> ignore (self#vvrbl v)) l
+           | Catch_all -> ())
+        c;
+      DoChildren
+    | _ -> DoChildren
+
   method! vinst = function
     | Asm (_, tmpls, _, _) when Cil.msvcMode () ->
           (* If we have inline assembly on MSVC, we cannot tell which locals
diff --git a/src/kernel_services/abstract_interp/locations.ml b/src/kernel_services/abstract_interp/locations.ml
index 10a1b9d5913..728ba67800b 100644
--- a/src/kernel_services/abstract_interp/locations.ml
+++ b/src/kernel_services/abstract_interp/locations.ml
@@ -183,11 +183,14 @@ module Location_Bytes = struct
     | Map _ | Top (_, (Well | Unknown | Leaf _)) -> false
     | Top (_, (Misalign_read _ | Merge _ | Arith _)) -> true
 
+  let ref_track_garbled_mix = ref true
+  let do_track_garbled_mix b = ref_track_garbled_mix := b
+
   (* track a garbled mix if needed, then return it (more convenient for the
      caller). *)
   let track_garbled_mix gm =
-    if is_gm_to_log gm && not (SetGarbledMix.mem gm) then begin
-      (assert true: unit);
+    if !ref_track_garbled_mix && is_gm_to_log gm && not (SetGarbledMix.mem gm)
+    then begin
       SetGarbledMix.set (MapLatticeIval.Set.add gm (SetGarbledMix.get ()));
       ListGarbledMix.set (gm :: ListGarbledMix.get ());
     end;
diff --git a/src/kernel_services/abstract_interp/locations.mli b/src/kernel_services/abstract_interp/locations.mli
index e06833798d8..dc04b3f45d3 100644
--- a/src/kernel_services/abstract_interp/locations.mli
+++ b/src/kernel_services/abstract_interp/locations.mli
@@ -213,7 +213,10 @@ module Location_Bytes : sig
   val clear_garbled_mix: unit -> unit
     (** Clear the information on created garbled mix. *)
 
+  val do_track_garbled_mix: bool -> unit
+  
 (**/**)
+  val pretty_debug: t Pretty_utils.formatter
   val clear_caches: unit -> unit
 end
 
diff --git a/src/kernel_services/analysis/exn_flow.ml b/src/kernel_services/analysis/exn_flow.ml
index 3a8eb9f0826..1322c6c3878 100644
--- a/src/kernel_services/analysis/exn_flow.ml
+++ b/src/kernel_services/analysis/exn_flow.ml
@@ -676,13 +676,23 @@ object(self)
           end
 
   method private clean_catch_clause (bind,b as handler) acc =
+    let remove_local v =
+      let f = Cil.get_fundec self#behavior (Extlib.the self#current_func) in
+      let v = Cil.get_varinfo self#behavior v in
+      f.slocals <- List.filter (fun v' -> v!=v') f.slocals;
+    in
     match bind with
     | Catch_all -> handler :: acc
     | Catch_exn (v, []) ->
-      if self#is_thrown (purify v.vtype) then handler :: acc else acc
+      if self#is_thrown (purify v.vtype) then handler :: acc
+      else begin remove_local v; acc end
     | Catch_exn (v, l) ->
-      let l' = List.filter (fun (v,_) -> self#is_thrown (purify v.vtype)) l in
-      if l' = [] then acc else (Catch_exn (v,l'), b) :: acc
+      let caught, remove =
+        List.partition (fun (v,_) -> self#is_thrown (purify v.vtype)) l
+      in
+      List.iter (fun (v,_) -> remove_local v) remove;
+      if caught = [] then begin remove_local v; acc end
+      else (Catch_exn (v,caught), b) :: acc
 
   method! vstmt_aux s =
     match s.skind with
diff --git a/src/kernel_services/analysis/service_graph.ml b/src/kernel_services/analysis/service_graph.ml
index c2efad577f6..015d546135f 100644
--- a/src/kernel_services/analysis/service_graph.ml
+++ b/src/kernel_services/analysis/service_graph.ml
@@ -71,6 +71,8 @@ struct
     let hash = id
   end
 
+  module HVertex = Hashtbl.Make(G.V)
+
   module Edge = struct
     type t = edge
     let default = Inter_functions
@@ -107,13 +109,12 @@ struct
 
   type service = Maybe_fresh of node vertex | In_service of node vertex
 
-  module Vertices = struct 
-    module H = Hashtbl.Make(G.V)
-    let vertices : (node vertex * service) H.t = H.create 7
-    let find = H.find vertices
-    let add = H.add vertices
-    let replace = H.replace vertices
-    let clear () = H.clear vertices
+  module Vertices = struct
+    let vertices : (node vertex * service) HVertex.t = HVertex.create 7
+    let find = HVertex.find vertices
+    let add = HVertex.add vertices
+    let replace = HVertex.replace vertices
+    let clear () = HVertex.clear vertices
   end
 
   let edge_invariant src dst = function
@@ -129,7 +130,7 @@ Src:%s in %s (is_root:%b) Dst:%s in %s (is_root:%b)"
           (G.V.name dst.node)
           (G.V.name dst.root.node)
           dst.is_root
-    | Inter_services | Both -> 
+    | Inter_services | Both ->
       if not (src.is_root && dst.is_root) then
 	Kernel.failure
           "Correctness bug when computing services.\n\
@@ -240,26 +241,38 @@ Src root:%s in %s (is_root:%b) Dst:%s in %s (is_root:%b) [2d case]"
     let find node =
       try fst (Vertices.find node) with Not_found -> assert false
     in
+    (* the original graph may contain several edges from [caller] to [callee]
+       (one per callsite). We must visit them only once. Hence the table
+       [visited].*)
+    let visited = HVertex.create 7 in
     G.iter_vertex
       (fun node ->
-         let v = find node in
-         G.iter_succ
-           (fun node' ->
-              let succ = find node' in
+        let v = find node in
+        HVertex.reset visited;
+        G.iter_succ
+          (fun node' ->
+            let succ = find node' in
+            if not (HVertex.mem visited succ.node) then begin
+              HVertex.add visited succ.node ();
               Service_graph.add_labeled_edge callg v Inter_functions succ;
               let src_root = v.root in
               let dst_root = succ.root in
               if not (Vertex.equal src_root dst_root) then begin
-                Service_graph.add_labeled_edge callg src_root Inter_services dst_root
-                (* JS: no need of a `service_to_function' edge since
-                   it is not possible to have an edge starting from a
-                   not-a-root vertex and going to another service.
-
-                   no need of a `function_to_service' edge since the only
-                   possible edges between two services go to a root. *)
-              end)
-           g
-           node)
+                Service_graph.add_labeled_edge
+                  callg
+                  src_root
+                  Inter_services
+                  dst_root
+              (* JS: no need of a 'service_to_function' edge since
+                 it is not possible to have an edge starting from a
+                 no-root vertex and going to another service.
+
+                 no need of a 'function_to_service' edge too since the only
+                 possible edges between two services go to a root. *)
+              end
+            end)
+          g
+          node)
       g
 
   let compute g initial_roots =
diff --git a/src/kernel_services/ast_data/annotations.ml b/src/kernel_services/ast_data/annotations.ml
index f686a153bcd..b41e465baee 100644
--- a/src/kernel_services/ast_data/annotations.ml
+++ b/src/kernel_services/ast_data/annotations.ml
@@ -1365,7 +1365,7 @@ let unsafe_add_global e a =
 
 let add_global e a =
   unsafe_add_global e a;
-  if not (Emitter.equal Emitter.end_user e) then insert_global_in_ast a
+  if Ast.is_computed() then insert_global_in_ast a
 
 (**************************************************************************)
 (** {2 Removing annotations} *)
diff --git a/src/kernel_services/ast_data/cil_types.mli b/src/kernel_services/ast_data/cil_types.mli
index 1f5b2fdded0..df6c1483be7 100644
--- a/src/kernel_services/ast_data/cil_types.mli
+++ b/src/kernel_services/ast_data/cil_types.mli
@@ -1156,6 +1156,16 @@ and catch_binder =
           the matched varinfo into the principal one. 
           Semantics is by value (i.e. the varinfo is bound to a copy of the
           caught object).
+
+          This clause is a declaration point for the varinfo(s)
+          mentioned in it. More precisely, for
+          [Catch_exn(v_0,[(v_1, b_1),..., (v_n, b_n)])],
+          the [v_i] must be referenced in the [slocals] of the
+          enclosing [fundec], and _must not_ appear in any [blocals]
+          of some block. The scope of v_0 is all the [b_i] and
+          the corresponding block in the [catch_binder * block list] of the 
+          [TryCatch] node the binder belongs to. The scope of the other [v_i]
+          is the corresponding [b_i].
        *)
   | Catch_all (** default catch clause: all exceptions are caught. *)
 
@@ -1694,12 +1704,11 @@ type cil_function =
           optional, to distinguish [void f()] ([None]) from
           [void f(void)] ([Some []]). *)
 
-(** Except field [fundec], do not use the other fields directly.
-    Prefer to use {!Kernel_function.find_return}, {!Annotations.funspec},
-    [Annotations.add_*] or [Annotations.remove_*]. *)
+(** Only field [fundec] can be used directly. Use {!Annotations.funspec},
+    [Annotations.add_*] and [Annotations.remove_*] to query or modify field
+    [spec]. *)
 type kernel_function = {
   mutable fundec : cil_function;
-  mutable return_stmt : stmt option;
   mutable spec : funspec;
 }
 
diff --git a/src/kernel_services/ast_data/globals.ml b/src/kernel_services/ast_data/globals.ml
index 138c11a3c5c..174cd2b92dc 100644
--- a/src/kernel_services/ast_data/globals.ml
+++ b/src/kernel_services/ast_data/globals.ml
@@ -175,7 +175,7 @@ module Functions = struct
   end
 
   let init_kernel_function f spec =
-    { fundec = f; return_stmt = None; spec = spec }
+    { fundec = f; spec = spec }
 
   let fundec_of_decl spec v l =
     let args =
@@ -208,8 +208,7 @@ module Functions = struct
       | Definition (_, loc) | Declaration (_, _, _, loc) -> loc 
     in
     Cil.CurrentLoc.set loc;
-    Logic_utils.merge_funspec kf.spec spec;
-    kf.return_stmt <- None
+    Logic_utils.merge_funspec kf.spec spec
 
   let replace_by_declaration s v l=
 (*    Kernel.feedback "replacing %a by decl" Cil_datatype.Varinfo.pretty v;*)
diff --git a/src/kernel_services/ast_data/kernel_function.ml b/src/kernel_services/ast_data/kernel_function.ml
index 715c1e4d9b6..34ca22c7aae 100644
--- a/src/kernel_services/ast_data/kernel_function.ml
+++ b/src/kernel_services/ast_data/kernel_function.ml
@@ -29,7 +29,6 @@ open Cil_datatype
 
 let dummy () =
   { fundec = Definition (Cil.emptyFunction "@dummy@", Location.unknown);
-    return_stmt = None;
     spec = List.hd Funspec.reprs }
 
 let get_vi kf = Ast_info.Function.get_vi kf.fundec
@@ -80,9 +79,6 @@ let self = Kf.self
 
 let auxiliary_kf_stmt_state = Kf.self
 
-let clear_sid_info () = Kf.clear ()
-let () = Cfg.clear_sid_info_ref := clear_sid_info
-
 let compute () =
   Kf.memo
     (fun () ->
@@ -223,31 +219,42 @@ let find_enclosing_loop kf stmt =
 exception Got_return of stmt
 exception No_Statement
 
+module ReturnCache =
+  Cil_state_builder.Kernel_function_hashtbl
+    (Cil_datatype.Stmt)
+    (struct
+      let name = "Kernel_function.ReturnCache"
+      let dependencies = [Ast.self]
+      let size = 43
+    end)
+
+let () = Ast.add_monotonic_state ReturnCache.self
+
+let clear_sid_info () = Kf.clear (); ReturnCache.clear ()
+let () = Cfg.clear_sid_info_ref := clear_sid_info
+
 let find_return kf =
-  match kf.return_stmt with
-  | None ->
-      let find_return fd =
-        let visitor = object
-          inherit Cil.nopCilVisitor
-          method! vstmt s =
-            match s.skind with
-              | Return _ -> raise (Got_return s)
-              | _ -> Cil.DoChildren
-        end
-        in
-        try
-          ignore (Cil.visitCilFunction (visitor :> Cil.cilVisitor) fd);
-          assert false
-        with Got_return s -> s
+  try
+    ReturnCache.find kf
+  with Not_found ->
+    let find_return fd =
+      let visitor = object
+        inherit Cil.nopCilVisitor
+        method! vstmt s =
+          match s.skind with
+          | Return _ -> raise (Got_return s)
+          | _ -> Cil.DoChildren
+      end
       in
-      (try
-         let ki = find_return (get_definition kf) in
-         kf.return_stmt <- Some ki;
-         ki
-       with No_Definition ->
-         raise No_Statement)
-  | Some ki ->
-      ki
+      try
+        ignore (Cil.visitCilFunction (visitor :> Cil.cilVisitor) fd);
+        Kernel.fatal "Function %a does not have a return statement" pretty kf
+      with Got_return s ->
+        ReturnCache.add kf s; s
+    in
+    try
+      find_return (get_definition kf)
+    with No_Definition -> raise No_Statement
 
 let get_stmts kf =
   try (get_definition kf).sbody.bstmts with No_Definition | Not_found -> []
diff --git a/src/kernel_services/ast_data/kernel_function.mli b/src/kernel_services/ast_data/kernel_function.mli
index fcc5c4ef74a..c92b3a146ad 100644
--- a/src/kernel_services/ast_data/kernel_function.mli
+++ b/src/kernel_services/ast_data/kernel_function.mli
@@ -53,8 +53,7 @@ val find_first_stmt : t -> stmt
 
 val find_return : t -> stmt
   (** Find the return statement of a kernel function.
-      @raise No_Statement is there is no return statement for the given
-      function.
+      @raise No_Statement is the kernel function is only a prototype.
       @modify Nitrogen-20111001 may raise No_Statement*)
 
 val find_label : t -> string -> stmt ref
diff --git a/src/kernel_services/ast_queries/cil.ml b/src/kernel_services/ast_queries/cil.ml
index e07c4c9ef88..d4afa7f5aa3 100644
--- a/src/kernel_services/ast_queries/cil.ml
+++ b/src/kernel_services/ast_queries/cil.ml
@@ -5975,6 +5975,17 @@ let need_cast ?(force=false) oldt newt =
  let makeGlobalVar ?source ?temp name typ =
    makeVarinfo ?source ?temp true false name typ
 
+ let mkPureExpr ?(ghost:bool = false) ~(fundec:fundec) ?(loc=Location.unknown)
+     (e : exp) : stmt =
+   let typ = typeOf e in
+   let descr = Pretty_utils.sfprintf "%a" !pp_exp_ref e in
+   let scope = mkBlock [] in
+   let temp = true in
+   let tmp = makeLocalVar ~temp ~scope fundec "tmp" typ in
+   tmp.vdescr <- Some descr;
+   scope.bstmts <- [ mkStmtOneInstr ~ghost (Set(var tmp, e, loc)) ];
+   mkStmt (Block scope)
+
  let emptyFunctionFromVI vi =
    let r =
      { svar  = vi;
@@ -7033,6 +7044,8 @@ let initCIL ~initLogicBuiltins machdep =
       else if name = "unsigned short" then IUShort
       else if name = "char" then IChar
       else if name = "unsigned char" then IUChar
+      else if name = "long long" then ILongLong
+      else if name = "unsigned long long" then IULongLong
       else
 	Kernel.fatal
           ~current:true "initCIL: cannot find the right ikind for type %s" name
diff --git a/src/kernel_services/ast_queries/cil.mli b/src/kernel_services/ast_queries/cil.mli
index 941940781bd..f558dcec77b 100644
--- a/src/kernel_services/ast_queries/cil.mli
+++ b/src/kernel_services/ast_queries/cil.mli
@@ -993,6 +993,13 @@ val dummyInstr: instr
     @plugin development guide *)
 val dummyStmt: stmt
 
+(** Make a statement equivalent to a pure expression, 'exp;'. Despite doing
+    nothing, this statement implies that it is valid to read 'exp' and
+    therefore has consequences on program verification.
+    The statement is build as 'tmp = exp;' where tmp is a new fresh
+    variable. *)
+val mkPureExpr: ?ghost:bool -> fundec:fundec -> ?loc:location -> exp -> stmt
+
 (** Make a while loop. Can contain Break or Continue *)
 val mkWhile: guard:exp -> body:stmt list -> stmt list
 
diff --git a/src/kernel_services/ast_queries/cil_datatype.ml b/src/kernel_services/ast_queries/cil_datatype.ml
index 0cfbe9567c8..8b38882441d 100644
--- a/src/kernel_services/ast_queries/cil_datatype.ml
+++ b/src/kernel_services/ast_queries/cil_datatype.ml
@@ -1996,7 +1996,6 @@ module Kf = struct
 			   sallstmts = [];
 			   sspec = empty_spec },
 			 loc);
-		      return_stmt = None;
 		      spec = empty_spec } :: acc)
 		acc
 		Varinfo.reprs)
diff --git a/src/kernel_services/ast_queries/cil_state_builder.ml b/src/kernel_services/ast_queries/cil_state_builder.ml
index 9e9ef3e2df0..06c1c8dd69b 100644
--- a/src/kernel_services/ast_queries/cil_state_builder.ml
+++ b/src/kernel_services/ast_queries/cil_state_builder.ml
@@ -27,6 +27,8 @@ module Stmt_set_ref = Set_ref(Stmt.Set)
 module Kinstr_hashtbl = Hashtbl(Kinstr.Hashtbl)
 module Stmt_hashtbl = Hashtbl(Stmt.Hashtbl)
 module Varinfo_hashtbl = Hashtbl(Varinfo.Hashtbl)
+module Exp_hashtbl = Hashtbl(Exp.Hashtbl)
+module Kernel_function_hashtbl = Hashtbl(Kf.Hashtbl)
 (*
 module Code_annotation_hashtbl =
   State_builder.Hashtbl(Cil_datatype.Code_Annotation)
diff --git a/src/kernel_services/ast_queries/cil_state_builder.mli b/src/kernel_services/ast_queries/cil_state_builder.mli
index 39c0a3bf801..87969bf2e54 100644
--- a/src/kernel_services/ast_queries/cil_state_builder.mli
+++ b/src/kernel_services/ast_queries/cil_state_builder.mli
@@ -36,6 +36,16 @@ module Stmt_hashtbl(Data:Datatype.S)(Info: State_builder.Info_with_size) :
 module Varinfo_hashtbl(Data:Datatype.S)(Info: State_builder.Info_with_size) :
   State_builder.Hashtbl with type key = Cil_types.varinfo
 			and type data = Data.t
+
+module Exp_hashtbl(Data:Datatype.S)(Info: State_builder.Info_with_size) :
+  State_builder.Hashtbl with type key = Cil_types.exp
+                         and type data = Data.t
+
+module Kernel_function_hashtbl
+    (Data:Datatype.S)(Info: State_builder.Info_with_size):
+  State_builder.Hashtbl with type key = Cil_types.kernel_function
+                         and type data = Data.t
+
 (*
 module Code_annotation_hashtbl
   (Data:Project.Datatype.S)(Info:State_builder.Info_with_size) :
diff --git a/src/kernel_services/ast_queries/file.ml b/src/kernel_services/ast_queries/file.ml
index 1537865cbbf..5d2e594e0a2 100644
--- a/src/kernel_services/ast_queries/file.ml
+++ b/src/kernel_services/ast_queries/file.ml
@@ -260,6 +260,7 @@ let default_machdeps =
     "gcc_x86_32", Machdeps.gcc_x86_32;
     "gcc_x86_64", Machdeps.gcc_x86_64;
     "ppc_32", Machdeps.ppc_32;
+    "msvc_x86_64", Machdeps.msvc_x86_64;
   ]
 
 let regexp_existing_machdep_macro = Str.regexp "-D[ ]*__FC_MACHDEP_"
@@ -276,6 +277,7 @@ let machdep_macro = function
   | "x86_32" | "gcc_x86_32" -> "__FC_MACHDEP_X86_32"
   | "x86_64" | "gcc_x86_64" -> "__FC_MACHDEP_X86_64"
   | "ppc_32"                -> "__FC_MACHDEP_PPC_32"
+  | "msvc_x86_64"           -> "__FC_MACHDEP_MSVC_X86_64"
   | s ->
       let res = "__FC_MACHDEP_" ^ (String.uppercase s) in
       Kernel.warning ~once:true
diff --git a/src/kernel_services/ast_queries/filecheck.ml b/src/kernel_services/ast_queries/filecheck.ml
index 3e44a5b9659..8042078d887 100644
--- a/src/kernel_services/ast_queries/filecheck.ml
+++ b/src/kernel_services/ast_queries/filecheck.ml
@@ -69,6 +69,7 @@ class check ?(is_normalized=true) what : Visitor.frama_c_visitor =
     val mutable logic_labels = []
     val mutable globals_functions = Varinfo.Set.empty
     val mutable globals_vars = Varinfo.Set.empty
+    val mutable return_stmt = None
 
     val quant_orig = Stack.create ()
 
@@ -139,7 +140,9 @@ class check ?(is_normalized=true) what : Visitor.frama_c_visitor =
         check_abort
           "variable %s is not shared between definition and use" v.vname
       in
-      let unknown () = check_abort "variable %s is not declared" v.vname in
+      let unknown () =
+        check_abort "variable %s(%d) is not declared" v.vname v.vid
+      in
       if not v.vglob || not (Ast_info.is_frama_c_builtin v.vname) then
         (try
            if Varinfo.Hashtbl.find known_vars v != v then not_shared ()
@@ -222,6 +225,7 @@ class check ?(is_normalized=true) what : Visitor.frama_c_visitor =
           check_abort
             "Body of %a is not shared between kernel function and AST"
             Kernel_function.pretty kf;
+        return_stmt <- Some (Kernel_function.find_return kf)
       end;
       labelled_stmt <- [];
       Stmt.Hashtbl.clear known_stmts;
@@ -266,6 +270,12 @@ class check ?(is_normalized=true) what : Visitor.frama_c_visitor =
                  Printer.pp_varinfo f.svar)
           labelled_stmt;
         labelled_stmt <- [];
+        (match return_stmt with
+         | None -> ()
+         | Some _ -> (* can only happen in normalized mode. *)
+           check_abort
+             "Function %a does not have a return statement in its body"
+             Kernel_function.pretty (Extlib.the self#current_kf));
         let check_one_stmt stmt _ =
           let check_cfg_edge stmt' =
             try
@@ -341,6 +351,13 @@ class check ?(is_normalized=true) what : Visitor.frama_c_visitor =
           "Statement is referenced by \\at or goto without having a label";
       labelled_stmt <- !s :: labelled_stmt
 
+    method private check_try_catch_decl (decl,_) =
+      match decl with
+      | Catch_exn(v,l) ->
+        self#check_local_var v;
+        List.iter (fun (v,_) -> self#check_local_var v) l
+      | Catch_all -> ()
+
     method! vstmt_aux s =
       Stmt.Hashtbl.add known_stmts s s;
       Stmt.Hashtbl.remove switch_cases s;
@@ -391,23 +408,42 @@ class check ?(is_normalized=true) what : Visitor.frama_c_visitor =
          logic_labels <-
            Logic_const.(loop_current_label :: loop_entry_label :: logic_labels);
          Cil.DoChildrenPost (fun s -> logic_labels <- old_labels; s)
+       | TryCatch(_,c,_) ->
+         List.iter self#check_try_catch_decl c;
+         Cil.DoChildren
+       | Return _ ->
+         if is_normalized then begin
+           match return_stmt with
+           | None ->
+             check_abort
+               "Found a second return statement in body of function %a"
+               Kernel_function.pretty (Extlib.the self#current_kf)
+           | Some s' when s != s' ->
+             check_abort
+               "Function %a is supposed to have as return statement %d:@\n%a@\n\
+                Found in its body statement %d:@\n%a@\n"
+               Kernel_function.pretty (Extlib.the self#current_kf)
+               s'.sid Printer.pp_stmt s'
+               s.sid Printer.pp_stmt s
+           | Some _ -> return_stmt <- None
+         end;
+         Cil.DoChildren
        | _ -> Cil.DoChildren);
 
+    method private check_local_var v =
+      if Varinfo.Set.mem v local_vars then begin
+        local_vars <- Varinfo.Set.remove v local_vars;
+      end else begin
+        check_abort
+          "In function %a, variable %a(%d) is supposed to be local to a block \
+           but not mentioned in the function's locals."
+          Printer.pp_varinfo
+          (Extlib.the self#current_func).svar
+          Printer.pp_varinfo v v.vid
+      end
+
     method! vblock b =
-      (* ensures that the blocals are part of the locals of the function. *)
-      List.iter
-        (fun v ->
-           if Varinfo.Set.mem v local_vars then begin
-             local_vars <- Varinfo.Set.remove v local_vars;
-           end else begin
-             check_abort
-               "In function %a, variable %a is supposed to be local to a block \
-                but not mentioned in the function's locals."
-               Printer.pp_varinfo
-               (Kernel_function.get_vi (Extlib.the self#current_kf))
-               Printer.pp_varinfo v
-           end)
-        b.blocals;
+      List.iter self#check_local_var b.blocals;
       Cil.DoChildren
 
     method! vbehavior b =
@@ -432,7 +468,8 @@ class check ?(is_normalized=true) what : Visitor.frama_c_visitor =
     method! vspec _ =
       let old_labels = logic_labels in
       logic_labels <-
-        Logic_const.(here_label :: pre_label :: old_label :: logic_labels);
+        Logic_const.(
+          init_label :: here_label :: pre_label :: old_label :: logic_labels);
       Cil.DoChildrenPost (fun s -> logic_labels <- old_labels; s)
 
     method! vcode_annot ca =
@@ -444,7 +481,8 @@ class check ?(is_normalized=true) what : Visitor.frama_c_visitor =
           Printer.pp_code_annotation ca
       end else Hashtbl.add known_code_annot_id ca.annot_id ca;
       let old_labels = logic_labels in
-      logic_labels <- Logic_const.(here_label :: pre_label :: logic_labels);
+      logic_labels <-
+        Logic_const.(init_label :: here_label :: pre_label :: logic_labels);
       Cil.DoChildrenPost (fun ca -> logic_labels <- old_labels; ca)
 
     method! voffs = function
@@ -496,6 +534,29 @@ class check ?(is_normalized=true) what : Visitor.frama_c_visitor =
         end;
         Cil.DoChildren
 
+    method! vterm_lhost = function
+      | TResult t when is_normalized ->
+        (* if not normalized, contracts are visited while kf is not set *)
+        (match self#current_kf with
+         | None ->
+           check_abort "\\result found outside of a function contract"
+         | Some kf ->
+           let t1 = Kernel_function.get_return_type kf in
+           if Cil.isVoidType t1 then
+             check_abort
+               "\\result found in a contract for function %a that returns void"
+               Kernel_function.pretty kf;
+           if not (Cil_datatype.TypNoUnroll.equal t t1) then
+             check_abort
+               "\\result of type %a found in a contract for function %a that \
+                returns %a"
+               Cil_datatype.Typ.pretty t
+               Kernel_function.pretty kf
+               Cil_datatype.Typ.pretty t1
+        );
+        Cil.DoChildren
+      | _ -> Cil.DoChildren
+
     method private check_ei: 'a. enumitem -> 'a Cil.visitAction =
       fun ei ->
         try
@@ -936,16 +997,27 @@ class check ?(is_normalized=true) what : Visitor.frama_c_visitor =
       | _ -> Cil.DoChildren
 
     method! vtype ty =
-      (match ty with
-       | TArray (_, _, _, la) ->
-         let elt, _ = Cil.splitArrayAttributes la in
-         if elt != [] then
-           Kernel.fatal
-             "Element attribute on array type itself: %a"
-             Printer.pp_attributes elt
-       | _ -> ()
-      );
-      Cil.DoChildren
+      match ty with
+      | TArray (_, _, _, la) ->
+        let elt, _ = Cil.splitArrayAttributes la in
+        if elt != [] then
+          Kernel.fatal
+            "Element attribute on array type itself: %a"
+            Printer.pp_attributes elt;
+        Cil.DoChildren
+      | TFun(rt, _, _, attrs) ->
+         (* we do not visit parameters. This is handled elsewhere, and it
+            is not possible to perform a sensible check for dependent types
+            at this level, e.g. for
+            void f(int n, int arr[10][n]);
+            as in TFun the parameters are simple string, and not tied to
+            the varinfo that we would like to put in scope to check that
+            arr[10][n] is well formed.
+         *)
+        ignore (Cil.visitCilType (self:>Cil.cilVisitor) rt);
+        ignore (Cil.visitCilAttributes (self:>Cil.cilVisitor) attrs);
+        Cil.SkipChildren
+      | _ -> Cil.DoChildren
 
 
     initializer
@@ -969,6 +1041,6 @@ let check_ast ?is_normalized ?(ast = Ast.get()) what =
 
 (*
 Local Variables:
-compile-command: "make -C ../.."
+compile-command: "make -C ../../.."
 End:
 *)
diff --git a/src/kernel_services/ast_queries/logic_typing.ml b/src/kernel_services/ast_queries/logic_typing.ml
index a03c06b7a3c..5cb255f674d 100644
--- a/src/kernel_services/ast_queries/logic_typing.ml
+++ b/src/kernel_services/ast_queries/logic_typing.ml
@@ -48,7 +48,7 @@ let wcharlist_of_string s =
   let rec treat_escape_octal n nb_pass =
     if nb_pass > 2 then res:= n::!res
     else if !i >= String.length s then res:= n::!res
-    else match s.[!i] with
+    else match String.get s !i with
         x when '0' <= x && x <= '9' ->
           incr i;
           treat_escape_octal
@@ -58,7 +58,7 @@ let wcharlist_of_string s =
   in
   let rec treat_escape_hexa n =
     if !i >= String.length s then res:= n::!res
-    else match s.[!i] with
+    else match String.get s !i with
         x when '0' <= x && x <= '9' ->
           incr i;
           treat_escape_hexa
@@ -80,7 +80,7 @@ let wcharlist_of_string s =
     if !i >= String.length s then
       Kernel.warning ~current:true "Ill-formed escape sequence in wide string"
     else begin
-      match s.[!i] with
+      match String.get s !i with
           x when '0' <= x && x <= '9' ->
             treat_escape_octal Int64.zero 0
         | 'x' -> incr i; treat_escape_hexa Int64.zero
@@ -102,7 +102,7 @@ let wcharlist_of_string s =
     end
   in
   while (!i < String.length s) do
-    match s.[!i] with
+    match String.get s !i with
       | '\\' -> incr i; treat_escape_sequence ()
       | c -> res := Int64.of_int (Char.code c)::!res; incr i
   done;
@@ -1736,7 +1736,7 @@ struct
       String.iter (fun c -> l:=Int64.of_int (Char.code c) :: !l) s;
       List.rev !l
     in
-    match s.[0] with
+    match String.get s 0 with
       | 'L' -> (* L'wide_char' *)
           let content = String.sub s 2 (String.length s - 3) in
           let tokens = explode content in
@@ -2055,22 +2055,50 @@ struct
    call itself to have a consistent AST, i.e. something like
    logic f{L}(...) = ... f{L}(...).
 
+   In case of inductive predicates, the considered label is not the one given
+   into the profile of the predicate, but the one given into the defined case,
+   i.e. something like
+   inductive P{...}(...) { case n{L}: .... P{L}(...) }.
+
    The visit must be done after the type-checking, as the implicit label may
    be added after the recursive call has been handled.
 *)
 let add_label info lab =
   let vis =
-    object
+    object(self)
+      val mutable curr_lab = lab
       inherit Cil.nopCilVisitor
       method! vterm_node t =
         match t with
         | Tapp(info',[],args) when Cil_datatype.Logic_info.equal info info' ->
-          ChangeDoChildrenPost(Tapp(info,[lab, lab], args),Extlib.id)
+          ChangeDoChildrenPost(Tapp(info,[lab, curr_lab], args),Extlib.id)
         | _ -> DoChildren
       method! vpredicate p =
         match p with
         | Papp(info',[],args) when Cil_datatype.Logic_info.equal info info' ->
-          ChangeDoChildrenPost (Papp(info, [lab,lab], args),Extlib.id)
+          ChangeDoChildrenPost (Papp(info, [lab,curr_lab], args),Extlib.id)
+        | _ -> DoChildren
+
+      method private treat_ind_case (n,labs,t,p as ind) =
+        match labs with
+        | [ mylab ] ->
+          let old = curr_lab in
+          curr_lab <- mylab;
+          let p' = Cil.visitCilPredicateNamed self p in
+          let res = if p' != p then (n, labs, t, p') else ind in
+          curr_lab <- old;
+          res
+        | _ -> ind
+          (* We do not have a context allowing to update the predicate.
+             Implies that any recursive call is already explicitely guarded
+          *)
+
+      method! vlogic_info_decl info =
+        match info.l_body with
+        | LBinductive l ->
+          let l' = Cil.mapNoCopy self#treat_ind_case l in
+          if l != l' then info.l_body <- LBinductive l';
+          SkipChildren
         | _ -> DoChildren
     end
   in
@@ -2466,6 +2494,10 @@ let add_label info lab =
                                   %s as constant" x)
           end
       | PLapp (f, labels, tl) ->
+          let f = try (match (C.find_macro f).lexpr_node with 
+                     | PLvar (x) -> x
+                     | _ -> C.error loc "invalid definition for macro %s" f)
+            with Not_found -> f in
           let ttl = List.map (term ~silent env) tl in
           fresh_type#reset ();
           lfun_app ~silent env loc f labels ttl
@@ -3128,6 +3160,10 @@ let add_label info lab =
 	         prel ~loc (Cil_types.Req, t, Cil.lzero ~loc ())
 	     | p -> pnot ~loc p)
       | PLapp (p, labels, tl) ->
+          let p = try (match (C.find_macro p).lexpr_node with 
+                     | PLvar (x) -> x
+                     | _ -> C.error loc "invalid definition for macro %s" p)
+            with Not_found -> p in
           let ttl= List.map (term env) tl in
           let info, label_assoc, tl, t = type_logic_app env loc p labels ttl in
           begin
diff --git a/src/kernel_services/ast_transformations/filter.ml b/src/kernel_services/ast_transformations/filter.ml
index be66680f2c8..8fb479c595e 100644
--- a/src/kernel_services/ast_transformations/filter.ml
+++ b/src/kernel_services/ast_transformations/filter.ml
@@ -88,9 +88,7 @@ end = struct
           | Declaration(_,_,arg,l) ->
             Declaration(Cil.empty_funspec(),v,arg,l)
       in
-      let kf =
-        { fundec = fundec; spec = Cil.empty_funspec(); return_stmt = None }
-      in
+      let kf = { fundec = fundec; spec = Cil.empty_funspec() } in
       Cil_datatype.Varinfo.Hashtbl.add tbl v kf; kf
 
   let rec can_skip keep_stmts stmt =
diff --git a/src/kernel_services/parsetree/logic_ptree.mli b/src/kernel_services/parsetree/logic_ptree.mli
index b00b2876ef5..719c9617651 100644
--- a/src/kernel_services/parsetree/logic_ptree.mli
+++ b/src/kernel_services/parsetree/logic_ptree.mli
@@ -286,7 +286,7 @@ type ext_function =
   | Ext_stmt of string list * annot * location (* loop/code annotation. *)
   | Ext_glob of ext_decl
 
-type ext_module = string * ext_decl list * ((string * location) * ext_function list) list
+type ext_module = string option * ext_decl list * ((string * location) option * ext_function list) list
 
 type ext_spec = ext_module list
 (*
diff --git a/src/kernel_services/plugin_entry_points/db.ml b/src/kernel_services/plugin_entry_points/db.ml
index 187313f8a9b..ac6a18f35d6 100644
--- a/src/kernel_services/plugin_entry_points/db.ml
+++ b/src/kernel_services/plugin_entry_points/db.ml
@@ -1139,6 +1139,7 @@ module RteGen = struct
   let get_divMod_status = mk_fun "RteGen.get_divMod_status"
   let get_signed_downCast_status = mk_fun "RteGen.get_signed_downCast_status"
   let get_memAccess_status = mk_fun "RteGen.get_memAccess_status"
+  let get_pointerCall_status = mk_fun "RteGen.get_pointerCall_status"
   let get_unsignedOv_status = mk_fun "RteGen.get_unsignedOv_status"
   let get_unsignedDownCast_status = mk_fun "RteGen.get_unsignedDownCast_status"
 end
diff --git a/src/kernel_services/plugin_entry_points/db.mli b/src/kernel_services/plugin_entry_points/db.mli
index 45988a0ffa2..8bf3aab9c80 100644
--- a/src/kernel_services/plugin_entry_points/db.mli
+++ b/src/kernel_services/plugin_entry_points/db.mli
@@ -873,6 +873,7 @@ module RteGen : sig
   val get_precond_status : (unit -> status_accessor) ref
   val get_divMod_status : (unit -> status_accessor) ref
   val get_memAccess_status : (unit -> status_accessor) ref
+  val get_pointerCall_status: (unit -> status_accessor) ref
   val get_signedOv_status : (unit -> status_accessor) ref
   val get_signed_downCast_status : (unit -> status_accessor) ref
   val get_unsignedOv_status : (unit -> status_accessor) ref
diff --git a/src/kernel_services/plugin_entry_points/dynamic.ml b/src/kernel_services/plugin_entry_points/dynamic.ml
index 423189b9870..c8618ffa156 100644
--- a/src/kernel_services/plugin_entry_points/dynamic.ml
+++ b/src/kernel_services/plugin_entry_points/dynamic.ml
@@ -236,7 +236,7 @@ let load_script base =
     else
       Format.fprintf fmt "%s -c" Config.ocamlc ;
     Format.fprintf fmt " -w Ly -warn-error A -I %s" Config.libdir ;
-    if !Config.is_gui then Format.pp_print_string fmt " -I +lablgtk" ;
+    if !Config.is_gui then Format.pp_print_string fmt " -package lablgtk2" ;
     List.iter (fun p -> Format.fprintf fmt " -I %s" p) !load_path ;
     Format.fprintf fmt " %s.ml" base ;
     Format.pp_print_flush fmt () ;
diff --git a/src/kernel_services/plugin_entry_points/plugin.ml b/src/kernel_services/plugin_entry_points/plugin.ml
index a7ad1a41d03..ed432c2c43c 100644
--- a/src/kernel_services/plugin_entry_points/plugin.ml
+++ b/src/kernel_services/plugin_entry_points/plugin.ml
@@ -420,7 +420,11 @@ struct
         (struct
           include Datatype.String
           type key = string
-          let of_string ~key:_ ~prev:_ s = s
+          let of_string ~key:_ ~prev:_ s =
+            match s with
+            | None -> raise (Cannot_build "missing delimiter")
+            | Some s when s = "" -> raise (Cannot_build "missing filename")
+            | Some _ -> s
           let to_string ~key:_a b = b
         end)
         (struct
diff --git a/src/libraries/project/state_builder.ml b/src/libraries/project/state_builder.ml
index 5331b87690d..2b8eea356b0 100644
--- a/src/libraries/project/state_builder.ml
+++ b/src/libraries/project/state_builder.ml
@@ -988,6 +988,88 @@ let apply_once name dep f =
      end),
   First.self
 
+
+(* ****************************************************************************)
+(** {3 Generic hashconsing} *)
+(* ****************************************************************************)
+
+module type Hashcons = sig
+  type elt
+
+  include Datatype.S_with_collections
+
+  val hashcons: elt -> t
+  val get: t -> elt
+
+  val id: t -> int
+end
+
+
+module Hashcons (Data: Datatype.S)(Info: Info) = struct
+
+  type elt = Data.t
+
+  type hashconsed = { key : Data.t; id : int; }
+
+  let rehash_ref = ref (fun _ -> assert false)
+
+  module D = Datatype.Make_with_collections (struct
+      include Datatype.Serializable_undefined
+      type t = hashconsed
+      let name = "Hashconsed(" ^ Data.name ^ "," ^ Info.name ^ ")"
+
+      let reprs = [ { key = List.hd Data.reprs; id = 0 } ]
+
+      let structural_descr =
+        Structural_descr.t_record
+          [| Data.packed_descr; Structural_descr.p_int |]
+
+      let equal = ( == )
+      let compare { id = t1 } { id = t2 } = Datatype.Int.compare t1 t2
+      let pretty fmt { key } = Data.pretty fmt key
+      let hash { id } = id
+      let copy c = c
+
+      let rehash x = !rehash_ref x
+
+    end)
+
+  include D
+
+  module HashConsTbl =
+    Hashconsing_tbl
+      (struct
+        include D
+        let hash_internal a =  Data.hash a.key
+        let equal_internal a b = Data.equal a.key b.key
+        let initial_values = [] (* TODO? *)
+      end)
+      (struct
+        let name = "Hashconstable(" ^ Data.name ^ "," ^ Info.name ^ ")"
+        let dependencies = Info.dependencies
+        let size = 128
+      end)
+
+  let counter = ref 0
+
+  let hashcons key =
+    let id = !counter in
+    let hashed_atom = { key; id } in
+    let hashconsed_atom = HashConsTbl.merge hashed_atom in
+    if hashconsed_atom.id = !counter then
+      (* Fresh new atom. this counter id is used. *)
+      counter := succ !counter;
+    hashconsed_atom
+
+  let () = rehash_ref := fun x -> hashcons x.key
+
+  let get { key } = key
+  let id { id } = id
+
+end
+
+
+
 (*
 Local Variables:
 compile-command: "make -C ../../.."
diff --git a/src/libraries/project/state_builder.mli b/src/libraries/project/state_builder.mli
index e08c2a90144..16f2eafee7e 100644
--- a/src/libraries/project/state_builder.mli
+++ b/src/libraries/project/state_builder.mli
@@ -463,6 +463,28 @@ module SharedCounter(Info : sig val name : string end) : Counter
     @since Nitrogen-20111001 *)
 module Counter(Info : sig val name : string end) : Counter
 
+
+(* ****************************************************************************)
+(** {2 Generic functor to hashcons an arbitrary type } *)
+(* ****************************************************************************)
+
+(** Output signature of [Hashcons] below. *)
+module type Hashcons = sig
+  type elt (** The type of the elements that are hash-consed *)
+
+  include Datatype.S_with_collections (** hashconsed version of {!elt} *)
+
+  val hashcons: elt -> t (** Injection as an hashconsed value. *)
+  val get:      t -> elt (** Projection out of hashconsing. *)
+
+  val id: t -> int (** Id of an hashconsed value. Unique:
+                       [id x = id y] is equivalent to equality on {!elt}. *)
+end
+
+(** Hashconsed version of an arbitrary datatype *)
+module Hashcons (Data: Datatype.S)(Info: Info) : Hashcons with type elt = Data.t
+
+
 (* ************************************************************************* *)
 (** {3 Useful operations} *)
 (* ************************************************************************* *)
diff --git a/src/libraries/utils/bitvector.ml b/src/libraries/utils/bitvector.ml
index bbb191531fa..cd75681b8ce 100644
--- a/src/libraries/utils/bitvector.ml
+++ b/src/libraries/utils/bitvector.ml
@@ -38,7 +38,7 @@
      in operations that are sensitive to them, but this seems more 
      error-prone. *)
 
-type t = string
+type t = bytes
 
 let max_size = 1 lsl 20
 
@@ -50,33 +50,33 @@ let ( &&& ) a m = char_of_int ((int_of_char a) land m);;
 (* Imperatively unset the extra trailing bits *)
 let clean_trail size bv =
   let last = (size + 7) / 8 - 1 in
-  assert (last < String.length bv);
+  assert (last < Bytes.length bv);
   let r = size land 7 in
   if r > 0 then
     (let mask = 1 lsl r - 1 in
      bv.[last] <- bv.[last] &&& mask) ;
-  for i = last + 1 to String.length bv - 1 do
+  for i = last + 1 to Bytes.length bv - 1 do
     bv.[i] <- '\000' ;
   done ;
   bv
 ;;
 
-let capacity s = String.length s * 8
+let capacity s = Bytes.length s * 8
 
 let create n =
   let s = (n + 7) lsr 3 in              (* rounded-up division *)
   if s > max_size then raise (Invalid_argument "Bitvector.create") ;
-  String.make s '\000'
+  Bytes.make s '\000'
 
 let resize n s =
   let u = create n in
-  String.blit s 0 u 0 (min (String.length s) (String.length u)) ;
+  Bytes.blit s 0 u 0 (min (Bytes.length s) (Bytes.length u)) ;
   clean_trail n u
 
 let create_set n =
   let s = (n + 7) lsr 3 in              (* rounded-up division *)
   if s > max_size then raise (Invalid_argument "Bitvector.create") ;
-  let copy = String.make s (char_of_int 255) in
+  let copy = Bytes.make s (char_of_int 255) in
   let r = n land 7 in
   (* Set only the last r bits in the last byte. *)
   if r != 0 
@@ -95,21 +95,21 @@ let pp_elts fmt x =
   done
 
 let pretty fmt s =
-  for i=0 to String.length s - 1 do
+  for i=0 to Bytes.length s - 1 do
     if i > 0 then Format.pp_print_space fmt () ;
     pp_elts fmt (int_of_char s.[i]) ;
   done
 
 let is_empty s =
   try
-    for i=0 to String.length s - 1 do
+    for i=0 to Bytes.length s - 1 do
       if s.[i] <> '\000' then raise Exit ;
     done ; true
   with Exit -> false
 
 let set s k =
   let p = k lsr 3 in
-  if p >= String.length s then
+  if p >= Bytes.length s then
     raise (Invalid_argument "Bitvector.set") ;
   let r = k land 7 in
   let b = int_of_char s.[p] lor (1 lsl r) in
@@ -117,7 +117,7 @@ let set s k =
 
 let clear s k =
   let p = k lsr 3 in
-  if p >= String.length s then
+  if p >= Bytes.length s then
     raise (Invalid_argument "Bitvector.clear") ;
   let r = k land 7 in
   let b = int_of_char s.[p] land (lnot (1 lsl r)) in
@@ -125,14 +125,14 @@ let clear s k =
 
 let mem s k =
   let p = k lsr 3 in
-  if p >= String.length s then
+  if p >= Bytes.length s then
     raise (Invalid_argument "Bitvector.mem") ;
   let r = k land 7 in
   int_of_char s.[p] land (1 lsl r) <> 0
 
 let once s k =
   let p = k lsr 3 in
-  if p >= String.length s then
+  if p >= Bytes.length s then
     raise (Invalid_argument "Bitvector.once") ;
   let r = k land 7 in
   let b0 = int_of_char s.[p] in
@@ -141,7 +141,7 @@ let once s k =
 
 let bnot size s =
   let len = (size + 7) / 8 in
-  let copy = String.make (String.length s) '\000' in
+  let copy = Bytes.make (Bytes.length s) '\000' in
   for i = 0 to len-1 do
     copy.[i] <- char_of_int ((lnot (int_of_char s.[i])) land 255)
   done;
@@ -152,9 +152,9 @@ let bnot size s =
 (* Internal; this function does not clean the trail for operations
    that do not need it. *)
 let bitwise_bop bop a b =
-  assert ((String.length a) = (String.length b));
-  let copy = String.make (String.length a) '\000' in
-  for i = 0 to (String.length a) - 1 do
+  assert ((Bytes.length a) = (Bytes.length b));
+  let copy = Bytes.make (Bytes.length a) '\000' in
+  for i = 0 to (Bytes.length a) - 1 do
     copy.[i] <- char_of_int (255 land (bop (int_of_char a.[i]) (int_of_char b.[i])));
   done;
   copy
@@ -168,9 +168,9 @@ let beq size a b =
 ;;
 
 let bitwise_op2 size op2 a b =
-  let len = String.length a in
-  assert (len = (String.length b));
-  let copy = String.make len '\000' in
+  let len = Bytes.length a in
+  assert (len = (Bytes.length b));
+  let copy = Bytes.make len '\000' in
   for i = 0 to len - 1 do
     copy.[i] <- char_of_int (255 land (op2
 					 (int_of_char a.[i])
@@ -182,10 +182,10 @@ let bitwise_op2 size op2 a b =
 
 
 let bitwise_op3 size op3 a b c =
-  let len = String.length a in
-  assert (len = (String.length b));
-  assert (len = (String.length c));
-  let copy = String.make len '\000' in
+  let len = Bytes.length a in
+  assert (len = (Bytes.length b));
+  assert (len = (Bytes.length c));
+  let copy = Bytes.make len '\000' in
   for i = 0 to len - 1 do
     copy.[i] <- char_of_int (255 land (op3
 					 (int_of_char a.[i])
@@ -196,11 +196,11 @@ let bitwise_op3 size op3 a b c =
 ;;
 
 let bitwise_op4 size op4 a b c d =
-  let len = String.length a in
-  assert (len = (String.length b));
-  assert (len = (String.length c));
-  assert (len = (String.length d));
-  let copy = String.make len '\000' in
+  let len = Bytes.length a in
+  assert (len = (Bytes.length b));
+  assert (len = (Bytes.length c));
+  assert (len = (Bytes.length d));
+  let copy = Bytes.make len '\000' in
   for i = 0 to len - 1 do
     copy.[i] <- char_of_int (255 land
 			       (op4
@@ -219,17 +219,17 @@ let concat bv1 size1 bv2 size2 =
   let len1 = size1 / 8 in
   let str1 = (size1 + 7) / 8 in
   let str2 = (size2 + 7) / 8 in
-  assert (str1 <= String.length bv1);
-  assert (str2 <= String.length bv2);
+  assert (str1 <= Bytes.length bv1);
+  assert (str2 <= Bytes.length bv2);
   let newlen = (size1 + size2 + 7) / 8 in
-  let copy = String.create newlen in
-  String.blit bv1 0 copy 0 len1 ;
+  let copy = Bytes.create newlen in
+  Bytes.blit bv1 0 copy 0 len1 ;
   let fst_bits = size1 land 7 in
   let snd_bits = 8 - fst_bits in
 
   (* Byte-aligned case. *)
   if fst_bits = 0 then
-    (String.blit bv2 0 copy len1 str2;
+    (Bytes.blit bv2 0 copy len1 str2;
      copy)
     
   (* Not aligned. *)
@@ -249,7 +249,7 @@ let concat bv1 size1 bv2 size2 =
     clean_trail (size1+size2) copy;;
 
 let iter_true f s =
-  for p = 0 to String.length s - 1 do
+  for p = 0 to Bytes.length s - 1 do
     let x = int_of_char s.[p] in
     if x <> 0 then
       let q = p lsl 3 in
@@ -267,7 +267,7 @@ exception Result of int
 
 let find_next_true s k =
   let p = k lsr 3 in
-  if p >= String.length s then
+  if p >= Bytes.length s then
     raise Not_found;
   let x = int_of_char s.[p] in
   let r = k land 7 in
@@ -277,7 +277,7 @@ let find_next_true s k =
 	if x land (1 lsl r') <> 0
 	then raise (Result ((p lsl 3) lor r'))
       done;
-      for p' = (p+1) to (String.length s - 1) do
+      for p' = (p+1) to (Bytes.length s - 1) do
 	let x = int_of_char s.[p'] in
 	if x <> 0 then
 	  for r' = 0 to 7 do
diff --git a/src/libraries/utils/pretty_utils.ml b/src/libraries/utils/pretty_utils.ml
index 0b02638451a..0e2f91179ff 100644
--- a/src/libraries/utils/pretty_utils.ml
+++ b/src/libraries/utils/pretty_utils.ml
@@ -53,6 +53,7 @@ let pp_list
     ?(sep=format_of_string "@,")
     ?(last=sep)
     ?(suf=format_of_string "@]")
+    ?(empty=format_of_string "")
     pp_elt f l =
   let rec aux f = function
     | [] -> assert false
@@ -61,16 +62,17 @@ let pp_list
     | e :: l -> Format.fprintf f "%a%(%)%a" pp_elt e sep aux l
   in
   match l with
-  | [] -> ()
+  | [] -> Format.fprintf f "%(%)" empty
   | _ :: _ as l -> Format.fprintf f "%(%)%a%(%)" pre aux l suf
 
 let pp_array
     ?(pre=format_of_string "@[")
     ?(sep=format_of_string "")
     ?(suf=format_of_string "@]")
+    ?(empty=format_of_string "")
     pp_elt f xs =
   match xs with
-    | [| |] -> ()
+    | [| |] -> Format.fprintf f "%(%)" empty
     | xs ->
         begin
           Format.fprintf f pre ;
diff --git a/src/libraries/utils/pretty_utils.mli b/src/libraries/utils/pretty_utils.mli
index 9f9a236f2ed..29bcf1a3762 100644
--- a/src/libraries/utils/pretty_utils.mli
+++ b/src/libraries/utils/pretty_utils.mli
@@ -62,19 +62,27 @@ type 'a formatter = Format.formatter -> 'a -> unit
 type ('a,'b) formatter2 = Format.formatter -> 'a -> 'b -> unit
 
 val pp_list: ?pre:sformat -> ?sep:sformat -> ?last:sformat -> ?suf:sformat ->
-  'a formatter -> 'a list formatter
+  ?empty:sformat -> 'a formatter -> 'a list formatter
 (** pretty prints a list. The optional arguments stands for
     - the prefix to output before a non-empty list (default: open a box)
     - the separator between two elements (default: nothing)
     - the last separator to be put just before the last element (default:sep)
-    - the suffix to output after a non-empty list (default: close box) *)
+    - the suffix to output after a non-empty list (default: close box)
+    - what to print if the list is empty (default: nothing)
 
-val pp_array: ?pre:sformat -> ?sep:sformat -> ?suf:sformat ->
+    @modify Aluminium-20160501+dev new optional argument [empty]
+ *)
+
+val pp_array: ?pre:sformat -> ?sep:sformat -> ?suf:sformat -> ?empty:sformat ->
   (int,'a) formatter2 -> 'a array formatter
 (** pretty prints an array. The optional arguments stands for
-    - the prefix to output before a non-empty list (default: open a box)
+    - the prefix to output before a non-empty array (default: open a box)
     - the separator between two elements (default: nothing)
-    - the suffix to output after a non-empty list (default: close box) *)
+    - the suffix to output after a non-empty array (default: close box)
+    - what to print if the array is empty (default: nothing)
+
+    @modify Aluminium-20160501+dev new optional argument [empty]
+ *)
 
 val pp_iter:
   ?pre:sformat -> ?sep:sformat -> ?suf:sformat ->
diff --git a/src/libraries/utils/task.ml b/src/libraries/utils/task.ml
index 3a18acf0000..7d6b6c5a5ae 100644
--- a/src/libraries/utils/task.ml
+++ b/src/libraries/utils/task.ml
@@ -186,8 +186,8 @@ let rec lock m =
   else (m := true ; return ())
 let unlock m =
   if not !m
-  then (failed "Invalid lock on mutex")
-  else (m := false ; return ())
+  then (invalid_arg "Invalid lock on mutex")
+  else m := false
 
 let sync m t = lock m >>= t >>? fun _ -> unlock m
 
diff --git a/src/plugins/aorai/Makefile.in b/src/plugins/aorai/Makefile.in
index 6509818c16b..a332ec1a264 100644
--- a/src/plugins/aorai/Makefile.in
+++ b/src/plugins/aorai/Makefile.in
@@ -31,7 +31,7 @@
 # Do not use ?= to initialize both below variables
 # (fixed efficiency issue, see GNU Make manual, Section 8.11)
 ifndef FRAMAC_SHARE
-FRAMAC_SHARE  :=$(shell frama-c-config -print-path)
+FRAMAC_SHARE  :=$(shell frama-c-config -print-share-path)
 endif
 ifndef FRAMAC_LIBDIR
 FRAMAC_LIBDIR :=$(shell frama-c-config -print-libpath)
@@ -81,6 +81,7 @@ PLUGIN_NO_DEFAULT_TEST:=yes
 endif
 
 PLUGIN_TESTS_DIRS:=aorai
+PLUGIN_TESTS_LIB:=$(PLUGIN_DIR)/tests/aorai/Aorai_test.ml
 
 include $(FRAMAC_SHARE)/Makefile.dynamic
 
@@ -103,21 +104,12 @@ $(Aorai_DIR)/tests/test_config_prove: \
 	$(SED) -e 's!@AORAI_WP_SHARE@!$(AORAI_WP_SHARE)!' $< > $@
 	$(CHMOD_RO) $@
 
+Aorai_DEFAULT_TESTS: $(Aorai_DIR)/tests/aorai/Aorai_test.cmxs $(Aorai_DIR)/tests/aorai/Aorai_test.cmo
+
 $(Aorai_DIR)/Makefile: $(Aorai_DIR)/Makefile.in \
 			$(CONFIG_STATUS_DIR)/config.status
 	cd $(CONFIG_STATUS_DIR) && ./config.status --file $@
 
-byte:: $(Aorai_DIR)/tests/aorai/Aorai_test.cmo
-opt:: $(Aorai_DIR)/tests/aorai/Aorai_test.cmxs
-
-ifeq ("$(FRAMAC_INTERNAL)","yes")
-$(Aorai_DIR)/tests/aorai/Aorai_test.cmo: bin/toplevel.byte$(EXE)
-$(Aorai_DIR)/tests/aorai/Aorai_test.cmxs: bin/toplevel.opt$(EXE)
-else
-$(Aorai_DIR)/tests/aorai/Aorai_test.cmo: $(Aorai_TARGET_CMO)
-$(Aorai_DIR)/tests/aorai/Aorai_test.cmxs: $(Aorai_TARGET_CMXS)
-endif
-
 headers::
 	$(SED) -e 's/This file is/Files in this archive are/' \
 	       $(FRAMAC_SRC)/headers/open-source/INSA_INRIA_LGPL \
diff --git a/src/plugins/aorai/aorai_register.ml b/src/plugins/aorai/aorai_register.ml
index 987b464b0a7..f27271f18ab 100644
--- a/src/plugins/aorai/aorai_register.ml
+++ b/src/plugins/aorai/aorai_register.ml
@@ -302,20 +302,32 @@ let work () =
           printverb "Refining pre/post      : \n";
           Aorai_dataflow.compute ();
             (* Step 6 : Removing transitions never crossed *)
-          if (Aorai_option.AutomataSimplification.get()) then
-            begin
-              printverb "Removing unused trans  : done\n";
-              Data_for_aorai.removeUnusedTransitionsAndStates ();
-            end
-          else
-            printverb "Removing unused trans  : skipped\n";
+          let automaton_has_states =
+            if (Aorai_option.AutomataSimplification.get()) then
+              begin
+                printverb "Removing unused trans  : done\n";
+                try
+                  Data_for_aorai.removeUnusedTransitionsAndStates ();
+                  true
+                with Data_for_aorai.Empty_automaton ->
+                  Aorai_option.warning
+                    "No state of the automaton is reachable. \
+                     Program and specification are incompatible, \
+                     instrumentation will not be generated.";
+                  false
+              end
+            else
+              (printverb "Removing unused trans  : skipped\n"; true)
+          in
+          if automaton_has_states then begin
             (* Step 7 : Labeling abstract file *)
             (* Finally the information is added into the Cil automata. *)
-          Aorai_utils.initGlobals root (Aorai_option.Axiomatization.get());
-          Aorai_visitors.add_sync_with_buch file;
-          Aorai_visitors.add_pre_post_from_buch file
-            (Aorai_option.advance_abstract_interpretation ());
-          printverb "Annotation of Cil      : done\n";
+            Aorai_utils.initGlobals root (Aorai_option.Axiomatization.get());
+            Aorai_visitors.add_sync_with_buch file;
+            Aorai_visitors.add_pre_post_from_buch file
+              (Aorai_option.advance_abstract_interpretation ());
+            printverb "Annotation of Cil      : done\n";
+          end
         end
       else
         begin
@@ -343,6 +355,7 @@ let work () =
       Cfg.clearFileCFG ~clear_id:false file;
       Cfg.computeFileCFG file;
       Ast.clear_last_decl ();
+      if Kernel.Check.get() then Filecheck.check_ast "aorai";
       let prj =
         File.create_project_from_visitor "aorai"
           (fun prj -> new Visitor.frama_c_copy prj)
diff --git a/src/plugins/aorai/aorai_utils.ml b/src/plugins/aorai/aorai_utils.ml
index cfd69c809a9..6c6e276deca 100644
--- a/src/plugins/aorai/aorai_utils.ml
+++ b/src/plugins/aorai/aorai_utils.ml
@@ -1901,7 +1901,7 @@ let auto_func_block loc f st status res =
   let stvar_update =
     if Aorai_option.Deterministic.get () then
       let orig = Data_for_aorai.get_varinfo curState in
-      [ equalsStmt (Cil.var (List.hd local_var)) (Cil.evar ~loc orig)]
+      [ equalsStmt (Cil.var orig) (Cil.evar (List.hd local_var))]
     else
       List.map
         (fun (state,copy) ->
@@ -1910,7 +1910,11 @@ let auto_func_block loc f st status res =
              (Cil.evar ~loc copy))
         copies
   in
-  let res_block = (Cil.mkBlock ( stmt_begin_list @ copies_update @ main_stmt @ stvar_update)) in
+  let ret = [ Cil.mkStmt (Cil_types.Return(None,loc)) ] in
+  let res_block =
+    (Cil.mkBlock
+       ( stmt_begin_list @ copies_update @ main_stmt @ stvar_update @ ret))
+  in
   res_block.blocals <- local_var;
   Aorai_option.debug ~dkey "Generated body is:@\n%a"
     Printer.pp_block res_block;
diff --git a/src/plugins/aorai/aorai_visitors.ml b/src/plugins/aorai/aorai_visitors.ml
index c4b0fe02942..6f08ab72ead 100644
--- a/src/plugins/aorai/aorai_visitors.ml
+++ b/src/plugins/aorai/aorai_visitors.ml
@@ -158,8 +158,10 @@ object (self)
       in
       fun_dec_pre.slocals <- pre_locals;
       fun_dec_pre.sbody <- pre_block;
+      fun_dec_pre.svar.vdefined <- true;
       fun_dec_post.slocals <- post_locals; 
       fun_dec_post.sbody <- post_block;
+      fun_dec_post.svar.vdefined <- true;
       let globs = [ GFun(fun_dec_pre,loc); GFun(fun_dec_post,loc);] in
       fundec.sbody.bstmts <- Cil.mkStmtOneInstr
         (Call(None,Cil.evar ~loc vi_pre,
@@ -191,7 +193,13 @@ object (self)
             | None -> []
             | Some exp -> [Cil.copy_exp exp]
           in
-          let aux_vi = Kernel_function.Hashtbl.find aux_post_table kf in
+          let aux_vi =
+            try Kernel_function.Hashtbl.find aux_post_table kf
+            with Not_found ->
+              Aorai_option.fatal
+                "Function %a has no associated post_func"
+                Kernel_function.pretty kf
+          in
           let call =
             mkStmtOneInstr (Call (None,Cil.evar ~loc aux_vi,args,loc))
           in
@@ -223,6 +231,12 @@ object
           let vi'= List.assq vi formals in
           ChangeTo (Cil.cvar_to_lvar vi')
         with Not_found -> SkipChildren
+
+  method! vvrbl vi =
+    try
+      let vi' = List.assq vi formals in
+      ChangeTo vi'
+    with Not_found -> SkipChildren
 end
 
 (* update \result to param of f_post when it exists. Must not be called if
@@ -897,7 +911,7 @@ object(self)
 
   method! vglob_aux g =
     match g with
-    | GFun(_,_)  ->
+    | GFun(f,_)  ->
       let my_kf = Extlib.the self#current_kf in
       (* don't use get_spec, as we'd generate default assigns,
          while we'll fill the spec just below. *)
@@ -906,11 +920,12 @@ object(self)
       | Pre_func kf ->
         (* must advance the automaton according to current call. *)
         let bhvs = mk_pre_fct_spec kf in
+        let vis = new change_formals kf my_kf in
         let bhvs =
-          Visitor.visitFramacBehaviors (new change_formals kf my_kf) bhvs
+          Visitor.visitFramacBehaviors vis bhvs
         in
         Annotations.add_behaviors Aorai_option.emitter my_kf bhvs;
-        
+        f.sbody <- Visitor.visitFramacBlock vis f.sbody;
         SkipChildren
       | Post_func kf -> 
           (* must advance the automaton according to return event. *)
diff --git a/src/plugins/aorai/data_for_aorai.ml b/src/plugins/aorai/data_for_aorai.ml
index d4ac100e8dd..0b35127fef3 100644
--- a/src/plugins/aorai/data_for_aorai.ml
+++ b/src/plugins/aorai/data_for_aorai.ml
@@ -29,6 +29,8 @@ open Cil_types
 open Promelaast
 open Logic_simplification
 
+exception Empty_automaton
+
 module Aorai_state =
   Datatype.Make_with_collections(
     struct
@@ -2014,6 +2016,8 @@ let removeUnusedTransitionsAndStates () =
   let reached_states = Post_state.fold reached reached_states in
   let reached_states = Loop_init_state.fold reached reached_states in
   let reached_states = Loop_invariant_state.fold reached reached_states in
+  if Aorai_state.Set.is_empty reached_states then
+    raise Empty_automaton;
   (* Step 2 : computation of translation tables *)
   let state_list =
     List.sort 
@@ -2110,8 +2114,17 @@ let get_cenum_option name =
       used_enuminfo
       None
 
-let func_enum_type () = TEnum(Hashtbl.find used_enuminfo listOp,[])
-let status_enum_type () = TEnum(Hashtbl.find used_enuminfo listStatus,[])
+let func_enum_type () =
+  try TEnum(Hashtbl.find used_enuminfo listOp,[])
+  with Not_found ->
+    Aorai_option.fatal
+      "Enum type indicating current function (%s) is unknown" listOp
+
+let status_enum_type () =
+  try TEnum(Hashtbl.find used_enuminfo listStatus,[])
+  with Not_found ->
+    Aorai_option.fatal
+      "Enum type indicating current event (%s) is unknown" listStatus
 
 let func_to_cenum func =
   try
diff --git a/src/plugins/aorai/data_for_aorai.mli b/src/plugins/aorai/data_for_aorai.mli
index 6c5f62a4a70..ffca4f6477d 100644
--- a/src/plugins/aorai/data_for_aorai.mli
+++ b/src/plugins/aorai/data_for_aorai.mli
@@ -30,6 +30,10 @@ open Promelaast
     are mainly accessors for data. The use of this module is mainly done
     through the ltl_utils module. *)
 
+(** raised when simplifications make the resulting automaton empty,
+    meaning that the code and the property do not match. *)
+exception Empty_automaton
+
 (* ************************************************************************* *)
 (** {2 LTL/Promela primitives} *)
 (* ************************************************************************* *)
@@ -426,6 +430,10 @@ val set_usedinfo : string -> Cil_types.enuminfo -> unit
 (** These functions are direct accesses to the table memorizing the enuminfo data associated to the name of an enumeration structure, from which cenum info are computed.*)
 val get_usedinfo : string -> Cil_types.enuminfo
 
+(** Simplify the automaton by removing transitions and states that are
+    never active during an execution of the program.
+    @raise Empty_automaton if the simplification result in an empty automaton.
+ *)
 val removeUnusedTransitionsAndStates : unit -> unit
 
 (*
diff --git a/src/plugins/aorai/tests/aorai/incorrect.i b/src/plugins/aorai/tests/aorai/incorrect.i
new file mode 100644
index 00000000000..5093f283da6
--- /dev/null
+++ b/src/plugins/aorai/tests/aorai/incorrect.i
@@ -0,0 +1,9 @@
+/* run.config*
+   OPT: -aorai-automata @PTEST_DIR@/@PTEST_NAME@.ya -aorai-test 1 -load-module tests/aorai/Aorai_test.cmxs -aorai-test-number @PTEST_NUMBER@ @PROVE_OPTIONS@
+*/
+
+int f();
+
+int main(void) {
+  return f();
+}
diff --git a/src/plugins/aorai/tests/aorai/incorrect.ya b/src/plugins/aorai/tests/aorai/incorrect.ya
new file mode 100644
index 00000000000..4aec9ac2e84
--- /dev/null
+++ b/src/plugins/aorai/tests/aorai/incorrect.ya
@@ -0,0 +1,6 @@
+%init: s0;
+%accept: OK;
+%deterministic;
+
+s0: { f() } -> OK;
+OK: -> OK;
\ No newline at end of file
diff --git a/src/plugins/aorai/tests/aorai/oracle/assigns.1.res.oracle b/src/plugins/aorai/tests/aorai/oracle/assigns.1.res.oracle
index 7844c4ec6c9..72e238500aa 100644
--- a/src/plugins/aorai/tests/aorai/oracle/assigns.1.res.oracle
+++ b/src/plugins/aorai/tests/aorai/oracle/assigns.1.res.oracle
@@ -65,7 +65,7 @@ void f_pre_func(void)
   aorai_CurOperation = op_f;
   aorai_CurStates_tmp = aorai_CurStates;
   if (3 == aorai_CurStates) aorai_CurStates_tmp = S_in_f;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -101,7 +101,7 @@ void f_post_func(void)
   aorai_CurOperation = op_f;
   aorai_CurStates_tmp = aorai_CurStates;
   if (2 == aorai_CurStates) aorai_CurStates_tmp = in_main;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -149,7 +149,7 @@ void main_pre_func(void)
   aorai_CurOperation = op_main;
   aorai_CurStates_tmp = aorai_CurStates;
   if (0 == aorai_CurStates) aorai_CurStates_tmp = Sf;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -185,7 +185,7 @@ void main_post_func(int res)
   aorai_CurOperation = op_main;
   aorai_CurStates_tmp = aorai_CurStates;
   if (4 == aorai_CurStates) aorai_CurStates_tmp = S2;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
diff --git a/src/plugins/aorai/tests/aorai/oracle/bts1289.0.res.oracle b/src/plugins/aorai/tests/aorai/oracle/bts1289.0.res.oracle
index d106a1c9279..0d1c345127a 100644
--- a/src/plugins/aorai/tests/aorai/oracle/bts1289.0.res.oracle
+++ b/src/plugins/aorai/tests/aorai/oracle/bts1289.0.res.oracle
@@ -2,94 +2,25 @@
 [kernel] Parsing tests/aorai/bts1289.i (no preprocessing)
 [aorai] Welcome to the Aorai plugin
 [aorai] warning: Call to main does not follow automaton's specification. This path is assumed to be dead
+[aorai] warning: No state of the automaton is reachable. Program and specification are incompatible, instrumentation will not be generated.
 [kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
 [kernel] Parsing /tmp/aorai_bts12890.i (no preprocessing)
 /* Generated by Frama-C */
-enum aorai_ListOper {
-    op_a = 1,
-    op_main = 0
-};
-enum aorai_OpStatusList {
-    aorai_Terminated = 1,
-    aorai_Called = 0
-};
-/*@ ghost enum aorai_ListOper aorai_CurOperation = op_main; */
-/*@ ghost enum aorai_OpStatusList aorai_CurOpStatus = aorai_Called; */
-/*@ ensures aorai_CurOpStatus ≡ aorai_Called;
-    ensures aorai_CurOperation ≡ op_a;
-    assigns aorai_CurOpStatus, aorai_CurOperation;
- */
-void a_pre_func(void)
-{
-  aorai_CurOpStatus = aorai_Called;
-  aorai_CurOperation = op_a;
-  return;
-}
-
-/*@ requires \false;
-    ensures aorai_CurOpStatus ≡ aorai_Terminated;
-    ensures aorai_CurOperation ≡ op_a;
-    assigns aorai_CurOpStatus, aorai_CurOperation;
- */
-void a_post_func(void)
-{
-  aorai_CurOpStatus = aorai_Terminated;
-  aorai_CurOperation = op_a;
-  return;
-}
-
-/*@ requires \false; */
 void a(void)
 {
-  a_pre_func();
-  a_post_func();
-  return;
-}
-
-/*@ ensures aorai_CurOpStatus ≡ aorai_Called;
-    ensures aorai_CurOperation ≡ op_main;
-    assigns aorai_CurOpStatus, aorai_CurOperation;
- */
-void main_pre_func(void)
-{
-  aorai_CurOpStatus = aorai_Called;
-  aorai_CurOperation = op_main;
-  return;
-}
-
-/*@ requires \false;
-    ensures aorai_CurOpStatus ≡ aorai_Terminated;
-    ensures aorai_CurOperation ≡ op_main;
-    assigns aorai_CurOpStatus, aorai_CurOperation;
- */
-void main_post_func(void)
-{
-  aorai_CurOpStatus = aorai_Terminated;
-  aorai_CurOperation = op_main;
   return;
 }
 
-/*@ requires \false; */
 void main(void)
 {
-  int aorai_Loop_Init_16;
   int i;
-  main_pre_func();
   i = 0;
-  /*@ ghost aorai_Loop_Init_16 = 1; */
-  aorai_loop_16:
-    /*@ loop assigns i, aorai_Loop_Init_16, aorai_CurOpStatus,
-                     aorai_CurOperation;
-        loop assigns aorai_Loop_Init_16 \from \nothing;
-    */
-    while (1) {
-      if (! (i < 10)) goto while_0_break;
-      /*@ ghost aorai_Loop_Init_16 = 0; */
-      a();
-      i ++;
-    }
+  /*@ loop assigns i; */
+  while (i < 10) {
+    a();
+    i ++;
+  }
   while_0_break: ;
-  main_post_func();
   return;
 }
 
diff --git a/src/plugins/aorai/tests/aorai/oracle/deterministic.res.oracle b/src/plugins/aorai/tests/aorai/oracle/deterministic.res.oracle
index 30a3b66c787..99507b3b7bf 100644
--- a/src/plugins/aorai/tests/aorai/oracle/deterministic.res.oracle
+++ b/src/plugins/aorai/tests/aorai/oracle/deterministic.res.oracle
@@ -112,7 +112,7 @@ void g_pre_func(int x)
     if (x == 5) aorai_CurStates_tmp = S5;
   if (3 == aorai_CurStates) 
     if (x == 4) aorai_CurStates_tmp = S4;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -163,7 +163,7 @@ void g_post_func(void)
   aorai_CurStates_tmp = aorai_CurStates;
   if (4 == aorai_CurStates) aorai_CurStates_tmp = S3;
   if (5 == aorai_CurStates) aorai_CurStates_tmp = S1;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -227,7 +227,7 @@ void f_pre_func(int x)
   aorai_CurStates_tmp = aorai_CurStates;
   if (1 == aorai_CurStates) 
     if (x == 4) aorai_CurStates_tmp = S3;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -275,7 +275,7 @@ void f_post_func(int res)
   if (1 == aorai_CurStates) 
     if (X == 5) 
       if (res == 0) aorai_CurStates_tmp = S2;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -347,7 +347,7 @@ void real_main_pre_func(int c)
     if (c == 0) aorai_CurStates_tmp = S2;
   if (0 == aorai_CurStates) 
     if (c != 0) aorai_CurStates_tmp = S1;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -392,7 +392,7 @@ void real_main_post_func(int res)
   aorai_CurOperation = op_real_main;
   aorai_CurStates_tmp = aorai_CurStates;
   if (2 == aorai_CurStates) aorai_CurStates_tmp = Sf;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -452,7 +452,7 @@ void main_pre_func(int c)
   aorai_CurOperation = op_main;
   aorai_CurStates_tmp = aorai_CurStates;
   if (7 == aorai_CurStates) aorai_CurStates_tmp = S0;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -497,7 +497,7 @@ void main_post_func(int res)
   aorai_CurOperation = op_main;
   aorai_CurStates_tmp = aorai_CurStates;
   if (6 == aorai_CurStates) aorai_CurStates_tmp = Sf;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
diff --git a/src/plugins/aorai/tests/aorai/oracle/formals.res.oracle b/src/plugins/aorai/tests/aorai/oracle/formals.res.oracle
index 991cb44c31f..83266e25867 100644
--- a/src/plugins/aorai/tests/aorai/oracle/formals.res.oracle
+++ b/src/plugins/aorai/tests/aorai/oracle/formals.res.oracle
@@ -134,7 +134,7 @@ void f_pre_func(int x)
       aorai_CurStates_tmp = aorai_intermediate_state;
       aorai_x = x;
     }
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -217,7 +217,7 @@ void f_post_func(int res)
     if (aorai_x == 1) aorai_CurStates_tmp = aorai_intermediate_state_0;
   if (4 == aorai_CurStates) 
     if (aorai_x_0 == 3) aorai_CurStates_tmp = OK;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -342,7 +342,7 @@ void g_pre_func(int y)
     aorai_y = y;
   }
   if (0 == aorai_CurStates) aorai_CurStates_tmp = OK;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -415,7 +415,7 @@ void g_post_func(int res)
     _LAND: ;
     if (0 == aorai_CurStates) aorai_CurStates_tmp = OK;
   }
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -495,7 +495,7 @@ void main_pre_func(void)
   aorai_CurOperation = op_main;
   aorai_CurStates_tmp = aorai_CurStates;
   if (6 == aorai_CurStates) aorai_CurStates_tmp = main_0;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
@@ -546,7 +546,7 @@ void main_post_func(int res)
   aorai_CurStates_tmp = aorai_CurStates;
   if (5 == aorai_CurStates) aorai_CurStates_tmp = aorai_reject;
   if (0 == aorai_CurStates) aorai_CurStates_tmp = OK;
-  aorai_CurStates_tmp = aorai_CurStates;
+  aorai_CurStates = aorai_CurStates_tmp;
   return;
 }
 
diff --git a/src/plugins/finder/Finder.mli b/src/plugins/aorai/tests/aorai/oracle/incorrect.err.oracle
similarity index 100%
rename from src/plugins/finder/Finder.mli
rename to src/plugins/aorai/tests/aorai/oracle/incorrect.err.oracle
diff --git a/src/plugins/aorai/tests/aorai/oracle/incorrect.res.oracle b/src/plugins/aorai/tests/aorai/oracle/incorrect.res.oracle
new file mode 100644
index 00000000000..ac6255c53ff
--- /dev/null
+++ b/src/plugins/aorai/tests/aorai/oracle/incorrect.res.oracle
@@ -0,0 +1,18 @@
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/aorai/incorrect.i (no preprocessing)
+[aorai] Welcome to the Aorai plugin
+[aorai] warning: Call to main does not follow automaton's specification. This path is assumed to be dead
+[aorai] warning: No state of the automaton is reachable. Program and specification are incompatible, instrumentation will not be generated.
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing /tmp/aorai_incorrect0.i (no preprocessing)
+/* Generated by Frama-C */
+extern int f();
+
+int main(void)
+{
+  int tmp;
+  tmp = f();
+  return tmp;
+}
+
+
diff --git a/src/plugins/finder/.gitignore b/src/plugins/finder/.gitignore
deleted file mode 100644
index 5fc607b9e2f..00000000000
--- a/src/plugins/finder/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/Makefile
diff --git a/src/plugins/finder/Makefile.in b/src/plugins/finder/Makefile.in
deleted file mode 100644
index 3ca5eea0776..00000000000
--- a/src/plugins/finder/Makefile.in
+++ /dev/null
@@ -1,70 +0,0 @@
-##########################################################################
-#                                                                        #
-#  This file is part of Frama-C.                                         #
-#                                                                        #
-#  Copyright (C) 2007-2016                                               #
-#    CEA (Commissariat à l'énergie atomique et aux énergies              #
-#         alternatives)                                                  #
-#                                                                        #
-#  All rights reserved.                                                  #
-#  Contact CEA LIST for licensing.                                       #
-#                                                                        #
-##########################################################################
-
-# Do not use ?= to initialize both below variables
-# (fixed efficiency issue, see GNU Make manual, Section 8.11)
-ifndef FRAMAC_SHARE
-FRAMAC_SHARE  :=$(shell frama-c-config -print-share-path)
-endif
-ifndef FRAMAC_LIBDIR
-FRAMAC_LIBDIR :=$(shell frama-c-config -print-lib-path)
-endif
-PLUGIN_DIR ?=.
-
-ifeq ("$(HAS_GNOMECANVAS)","yes")
-	@echo YES=$(HAS_GNOMECANVAS)
-	@echo YES=$^
-else
-	@echo NO=$(HAS_GNOMECANVAS)
-	@echo NO=$^
-endif
-
-include $(FRAMAC_SHARE)/Makefile.config
-
-# Extension of the GUI for finder is compilable
-# only if gnomecanvas is available
-ifeq ($(HAS_GNOMECANVAS),yes)
-PLUGIN_GUI_CMO:=finder_gui register
-else
-PLUGIN_UNDOC:=finder_gui.ml
-endif
-
-PLUGIN_ENABLE:=@ENABLE_FINDER@
-PLUGIN_DYNAMIC:=@DYNAMIC_FINDER@
-PLUGIN_NAME:=Finder
-PLUGIN_DISTRIBUTED:=no
-PLUGIN_DISTRIB_BIN:=no
-
-PLUGIN_INTERNAL_TEST:=yes
-
-include $(FRAMAC_SHARE)/Makefile.dynamic
-
-install::
-	$(MKDIR) $(FRAMAC_DATADIR)
-	$(PRINT_CP) $(FRAMAC_DATADIR)/icons
-	cp -R $(FRAMAC_SRC)/src/plugins/finder/icons $(FRAMAC_DATADIR)
-
-uninstall::
-#       $(PRINT_RM) $(FRAMAC_DATADIR)/icons
-	$(RM) -R $(FRAMAC_DATADIR)/icons
-
-# Regenerating the Makefile on need
-
-ifeq ("$(FRAMAC_INTERNAL)","yes")
-CONFIG_STATUS_DIR=$(FRAMAC_SRC)
-else
-CONFIG_STATUS_DIR=.
-endif
-
-$(Finder_DIR)/Makefile: $(Finder_DIR)/Makefile.in $(CONFIG_STATUS_DIR)/config.status
-	cd $(CONFIG_STATUS_DIR) && ./config.status --file $@
diff --git a/src/plugins/finder/configure.ac b/src/plugins/finder/configure.ac
deleted file mode 100644
index 5bc87c3b297..00000000000
--- a/src/plugins/finder/configure.ac
+++ /dev/null
@@ -1,35 +0,0 @@
-##########################################################################
-#                                                                        #
-#  This file is part of Frama-C.                                         #
-#                                                                        #
-#  Copyright (C) 2007-2016                                               #
-#    CEA (Commissariat à l'énergie atomique et aux énergies              #
-#         alternatives)                                                  #
-#                                                                        #
-#  All rights reserved.                                                  #
-#  Contact CEA LIST for licensing.                                       #
-#                                                                        #
-##########################################################################
-
-m4_define([plugin_file],Makefile.in)
-
-
-m4_define([FRAMAC_SHARE_ENV],
-          [m4_normalize(m4_esyscmd([echo $FRAMAC_SHARE]))])
-
-m4_define([FRAMAC_SHARE],
-	  [m4_ifval(FRAMAC_SHARE_ENV,[FRAMAC_SHARE_ENV],
-                                     [m4_esyscmd(frama-c -print-share-path)])])
-
-m4_ifndef([FRAMAC_M4_MACROS],[m4_include(FRAMAC_SHARE/configure.ac)])
-
-ifdef([FRAMAC_MAIN_AUTOCONF],default=no,default=yes)
-
-check_plugin(finder,PLUGIN_RELATIVE_PATH(plugin_file),[support for finder plug-in],$default,yes,no)
-
-if test "$ENABLE_FINDER" == "yes"; then
-  plugin_require(finder,gui)
-  plugin_use_external(finder,dot)
-fi
-
-write_plugin_config(Makefile)
diff --git a/src/plugins/finder/finder_gui.ml b/src/plugins/finder/finder_gui.ml
deleted file mode 100644
index d2e6fc4a151..00000000000
--- a/src/plugins/finder/finder_gui.ml
+++ /dev/null
@@ -1,1067 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of Frama-C.                                         *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2016                                               *)
-(*    CEA (Commissariat à l'énergie atomique et aux énergies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  All rights reserved.                                                  *)
-(*  Contact CEA LIST for licensing.                                       *)
-(*                                                                        *)
-(**************************************************************************)
-
-(* open Cil_types 
-open Ast *)
-open Cil
-open Cil_types
-(* open Db *)
-open Pretty_source
-open Gtk_helper
-open Str
-(* open Kernel_function *)
-open Gobject.Data
-open GTree
-
-class finder_class (main_ui:Design.main_window_extension_points) =
-  let icon_dir = Filename.concat Config.datadir "icons" in
-  (* icon files *)
-  let pixbuf name = GdkPixbuf.from_file (Filename.concat icon_dir name) in
-  let e_pixbuf = pixbuf "type_e.xpm" in
-  let _fd_pixbuf = pixbuf "type_fd.xpm" in
-  let fu_pixbuf = pixbuf "type_fu.xpm" in
-  let gv_pixbuf = pixbuf "type_gv.xpm" in
-  let custom_pixbuf = pixbuf "type_custom.xpm" in
-  let _iv_pixbuf = pixbuf "type_iv.xpm" in
-  let _lv_pixbuf = pixbuf "type_lv.xpm" in
-  let _ma_pixbuf = pixbuf "type_ma.xpm" in
-  let t_pixbuf = pixbuf "type_t.xpm" in
-  let _ud_pixbuf = pixbuf "type_ud.xpm" in
-  let un_pixbuf = pixbuf "type_un.xpm" in
-  let other_pixbuf = pixbuf "undef.xpm" in
-  let asm_pixbuf = pixbuf "asm.xpm" in
-  let _open_pixbuf = pixbuf "gtk-open.png" in
-  let annot_pixbuf = pixbuf "pathological.xpm" in
-  let lemma_pixbuf = pixbuf "lemma.xpm" in
-  let predicate_pixbuf = pixbuf "predicate.xpm" in
-  let axiom_pixbuf = pixbuf "type_ax.xpm" in
-  let _logic_pixbuf = pixbuf "logic.xpm" in
-  let invariant_pixbuf = pixbuf "invariant.xpm" in
-  let type_pixbuf = pixbuf "type.xpm" in
-  let volatile_pixbuf = pixbuf "volatile.xpm" in
-  let cols = new GTree.column_list in
-  let col_icon = cols#add gobject in
-  let col_name = cols#add string in (* name  *)
-  let col_type = cols#add string in (* type name *)
-  let col_parameters = cols#add string in (* parameter names *)
-  let col_file = cols#add string in (* file *)
-  let col_id = cols#add int in (* hidden unique identifier *)
-  let main_window =
-    GWindow.window ~width:640 ~height:480 ~position:`MOUSE ~show:false ()
-  in
-  let () =
-    ignore (main_window#event#connect#delete
-              ~callback:(fun _ -> main_window#misc#hide ();true));
-    main_window#set_transient_for main_ui#main_window#as_window
-  in
-  let finder_source_viewer = Book_manager.make ~packing:main_window#add () in
-object(self)
-  method image glob =
-    (* extract just the name of the global , for printing purposes *)
-    match glob with
-      | GVar (v,_,_) -> v.vname
-      | GVarDecl (v,_) -> v.vname
-      | GFunDecl (_,v,_) -> v.vname
-      | GFun (fdec, _) -> fdec.svar.vname
-      | GType (ty, _) -> ty.tname
-      | GCompTag (ci, _) | GCompTagDecl (ci, _) -> ci.cname
-      | GEnumTagDecl (ei,_) | GEnumTag (ei,_) -> ei.ename
-      | GAsm (_,_) -> ""
-      | GPragma (attr,_) -> 
-	begin
-	  match attr with
-	      Attr (attrname,_) -> (attrname ^ "(...)")
-	    | AttrAnnot s -> s
-	end
-      | GText s -> ("\"" ^ s ^ "\"")
-      | GAnnot (an,_) ->
-	begin
-          match an with
-              Dfun_or_pred (li,_) -> li.l_var_info.lv_name
-            | Dvolatile (_,vio,_,_) -> 
-	      begin
-		match vio with
-		    Some vi -> ("volatile " ^ vi.vname)
-		  | None -> ""
-	      end
-            | Daxiomatic (sss,_,_) -> ("axiomatic " ^ sss)
-            | Dtype (lti,_) ->  ("type " ^ lti.lt_name)
-            | Dlemma (ln, _, _, _, _, _) ->  ("lemma " ^ ln)
-            | Dinvariant (ili,_) -> ("invariant " ^ ili.l_var_info.lv_name)
-            | Dtype_annot (ta,_) -> ta.l_var_info.lv_name
-	    | Dmodel_annot (mii,_) -> mii.mi_name
-	    | Dcustom_annot (_,ss,_) -> ss
-	end
-
-  method images globs =
-    (* extract just the names of the globals, for printing purposes *)
-    let les_images = List.map self#image globs in
-    String.concat "," les_images
-
-  method gather_names ~exact file le_nom la_cat =
-    let my_globals : global list ref = ref [] in
-    let globinits : string list ref = ref [] in
-    let glob_names :string ref = ref "" in
-    let regexp_str = regexp le_nom in
-    let add glob name kind =
-      let does_match =
-        if exact then le_nom = name
-        else Str.string_match regexp_str name 0
-      in
-      if does_match then
-        begin
-          globinits := List.append !globinits [kind] ;
-          globinits  := List.append  !globinits [name] ;
-          globinits := List.append !globinits ["\n"] ;
-          glob_names := String.concat "" !globinits;
-          if le_nom = name then
-            my_globals := List.append [ glob ] !my_globals
-          else
-            my_globals := List.append !my_globals [ glob ]
-        end
-    in
-    let is_function vinfo =
-      match vinfo.vtype with
-	  TFun _ -> true
-	| _ -> false
-    in
-    iterGlobals file (
-      function glob ->
-        match glob with
-        | GVar (v,_,_) -> 
-              if (la_cat = "all") then 
-		add glob v.vname " VAR:" 
-	      else
-		if (la_cat = "variable") && (not (is_function(v))) then
-		  add glob v.vname " VAR:"
-		else
-		  if (la_cat = "function") && is_function (v) then
-                    (* check if var name matches *)
-                    add glob v.vname " FCT:"
-	  | GVarDecl (v,_) ->
-              if (la_cat = "all") then
-                add glob v.vname " VAR:"
-	      else
-		if (not (is_function(v))) && (la_cat = "variable") then
-                  (* check if var name matches *)
-                  add glob v.vname " VAR:"
-		else
-		  if is_function(v) && (la_cat = "function") then
-                    add glob v.vname " FCT:"
-          | GFun (fdec, _) ->
-              if (la_cat = "all") or (la_cat = "function") then
-                (* check if fct name matches *)
-                add glob fdec.svar.vname " FCT:"
-	  | GFunDecl (_,vi,_) ->
-            if (la_cat = "all") or (la_cat = "function") then
-              (* check if fct name matches *)
-              add glob vi.vname " FCT:"
-          | GType (ty, _) ->
-              if (la_cat = "all") or (la_cat = "typedef") then
-                (* check if typedef name matches *)
-                add glob ty.tname " TYP:"
-          | GCompTag (ci, _) | GCompTagDecl (ci, _) ->
-              if (la_cat = "all") or (la_cat = "struct/union") then
-                (* check if struct/union name matches *)
-                add glob ci.cname " STRCT/UNION:"
-          | GEnumTagDecl (ei,_) | GEnumTag (ei,_) ->
-              if (la_cat = "all") or (la_cat = "enumeration") then
-                (* check if enumeration name matches *)
-                add glob ei.ename " ENUM:"
-          | GAsm (ai,_) ->
-              if (la_cat = "all") or (la_cat = "assembler") then
-                (* check if assembler name matches *)
-                add glob ai " ASM:"
-          | GAnnot (an,_) ->
-              if (la_cat = "all") or (la_cat = "annotation") then
-                (* the different global_annotations are:
-                   - an axiom: Daxiomatic
-                   - a lemma: Dlemma
-                   - a predicate declaration or definition: Dfun_or_pred
-                   - a function: Dfun_or_pred
-                   - a global type invariant: Dtype, Dtype_annot
-                   - a global invariant: Dinvariant
-		   - a model field: Dmodel_annot
-                *)
-                begin
-                  match an with
-                      Dfun_or_pred (li,_) -> add glob li.l_var_info.lv_name " FUN_OR_PRED:"
-                    | Dvolatile (_,vio,_,_) -> 
-		      begin
-			match vio with
-			    Some vi -> add glob vi.vname "VOLATILE:"
-			  | None -> add glob "" "VOLATILE:"
-		      end
-                    | Daxiomatic (s,_,_) -> add glob s " AXIOMATIC:"
-                    | Dtype (lti,_) ->   add glob lti.lt_name " TYPE_INV:"
-                    | Dlemma (ln, _, _, _, _, _) ->  add glob ln " LEMMA:"
-                    | Dinvariant (toto,_) -> add glob toto.l_var_info.lv_name " INVARIANT:"
-                    | Dtype_annot (ta,_) -> add glob ta.l_var_info.lv_name " TYPE_ANNOT:"
-		    | Dmodel_annot (mi,_) -> add glob mi.mi_name " MODEL_ANNOT:"
-		    | Dcustom_annot (_,cai,_) -> add glob cai " CUSTOM_ANNOT:"
-                end
-          | GPragma _ | GText _ -> ());
-    !my_globals
-
-  val coeff = ref 0.00
-
-  val pulse_mode = ref false
-
-  val timer_created = ref false
-
-  val in_finder = ref false
-    (* indicate whether the user is navigating in finder window or not *)
-
-  method set_in_finder valeur () =
-    in_finder := valeur;
-    ()
-
-  val timera = ref (GMain.Timeout.add ~ms:100000 ~callback:(function () ->true))
-
-  method toggle_stop pbar () =
-    begin
-      flush stdout;
-      pbar#set_text "ready";
-      pbar#set_fraction 0.0;
-      coeff := 0.0;
-      ()
-    end
-
-  (* callback du menu_item Goto *)
-  method filter_spec_or_body globs spec_or_body =
-    (* filter list of globals. If specs are selected, keep only GCompTagDecl,
-       GVarDecl, Dpredicate_reads, Dlogic_reads, Dtype
-       If bodies are selected, keep only GCompTag, GVar, GFun, Dpredicate_def, Dlogic_def,
-       Dlemma, Dtype_annot, Dinvariant
-    *)
-    if List.length globs > 0 then
-      let e = List.hd globs in
-      List.append
-        (match e with
-           | GVar (_,_,_) | GCompTag (_, _) | GFun (_, _) ->
-               if spec_or_body then [] else [e]
-	   | GFunDecl (_,_,_) ->
-	       if spec_or_body then [e] else []
-           | GVarDecl (_,_) | GCompTagDecl (_, _) ->
-               if spec_or_body then [e] else []
-           | GType (_, _)
-           | GEnumTagDecl (_,_)
-           | GEnumTag (_,_)
-           | GAsm (_,_)
-           | GPragma _ | GText _ -> []
-           | GAnnot (an,_) ->
-               begin
-                 match an with
-                   | Dvolatile _ ->  if spec_or_body then [] else [e]
-                   | Dtype _
-                   | Daxiomatic _
-                   | Dfun_or_pred _
-                   | Dlemma _ -> if spec_or_body then [e] else []
-                   | Dinvariant _
-                   | Dtype_annot _ -> if spec_or_body then [] else [e]
-		   | Dmodel_annot _ -> if spec_or_body then [] else [e]
-		   |  _ -> if spec_or_body then [] else [e]
-(*
-  | Dcustom_annot _ -> if spec_or_body then [] else [e]
-*)
-               end )
-        (self#filter_spec_or_body (List.tl globs) spec_or_body)
-    else []
-
-  method var_in_list ze_name vi_list =
-    if List.length vi_list =0 then false
-    else
-      let vi = List.hd vi_list in
-      if vi.vname = ze_name then true
-      else self#var_in_list ze_name (List.tl vi_list)
-
-  method append_tab title globs =
-    (* let's create a new tab in the notebook window with a given title.*)
-    Gui_parameters.debug "append_tab";
-    let reactive_buffer =
-      Design.reactive_buffer main_ui ~parent_window:main_window globs
-    in
-    let new_tab = Book_manager.append_source_tab finder_source_viewer title in
-    new_tab#set_buffer (reactive_buffer#buffer:>GText.buffer);
-    reactive_buffer,new_tab
-
-  method check_for_lv lv pred =
-    let rec find_lv lv pred =
-      (* Find a quantifier on logical variable lv within predicate pred *)
-      match pred with
-        | Pfalse
-        | Ptrue -> false
-        | Papp _
-        | Pseparated _
-        | Prel _ -> false
-        | Pand (p1, p2)
-        | Por (p1, p2)
-        | Pxor (p1, p2)
-        | Pimplies (p1, p2)
-        | Piff (p1, p2) -> (find_lv lv p1.content) or (find_lv lv p2.content)
-        | Pnot p1 -> find_lv lv p1.content
-        | Pif (_, p1, p2) -> (find_lv lv p1.content) or (find_lv lv p2.content)
-        | Plet (_,p1) -> find_lv lv p1.content
-        | Pforall (q,_)
-        | Pexists (q,_) ->
-            List.exists (fun v -> lv=v) q
-        | Pat (p1,_) -> (find_lv lv p1.content)
-        | Pvalid _ -> false
-        | Pinitialized _ -> false
-        | Pfresh _ -> false
-        | Psubtype _ -> false
-	| Pfreeable _ -> false
-	| Pallocable _ -> false
-	| Pvalid_read _ -> false
-	| Pdangling _ -> false
-    in
-      find_lv lv pred
-
-  (* callback of menu_items "Display spec" and "Display body" *)
-  method display_localizable is_declaration localizable () =
-    let global only_declaration selected_kf vi =
-      match selected_kf.fundec with
-        | Definition (fundec,loc) ->
-            if only_declaration then
-              GVarDecl(vi, loc),(PVDecl(Some selected_kf,vi))
-            else GFun(fundec, loc),(PVDecl(Some selected_kf,vi))
-        | Declaration (_,vi,_,loc) ->
-            GVarDecl(vi, loc),(PVDecl(Some selected_kf,vi))
-    in
-    begin
-      Gui_parameters.debug "display_localizable - in_finder = %b" !in_finder;
-      let display_variable_in_fct ze_func vi =
-        begin
-          let glob,loc =
-            try
-              let selected_kf = Globals.Functions.get vi in
-                global is_declaration selected_kf vi
-            with Not_found -> (* this is not a function call *)
-              if vi.vglob then
-                GVar (vi,{init=None},vi.vdecl),PVDecl(None,vi)
-              else
-                if vi.vformal then
-                  let func = Extlib.the ze_func in
-                    global is_declaration func (Globals.Functions.get_vi func)
-                else
-                  begin
-                    match ze_func with
-                      | None ->
-                          Gui_parameters.fatal
-                            "Could not find englobing function for local variable."
-
-                      | Some kf ->
-                          fst (global false kf (Globals.Functions.get_vi kf)),
-                          PVDecl(ze_func,vi)
-                  end
-          in
-          let reactive_buffer,_ =
-            self#append_tab
-              vi.vname
-              [glob]
-          in
-          let source_buffer = reactive_buffer#buffer in
-          let tag = make_tag source_buffer "finder" [`BACKGROUND "yellow" ] in
-          let highlight start stop =
-            apply_tag source_buffer tag start stop
-          in
-            match Pretty_source.locate_localizable reactive_buffer#locs loc with
-              | None ->
-                  Gui_parameters.debug "local var decl cannot be highlighted"
-              | Some (b,e) ->
-                  Gui_parameters.debug "local var decl highlighted %d %d" b e;
-                  highlight b e
-        end
-      in
-      match localizable with
-        | PGlobal _ -> ()
-            (* Nothing to display for globals other than var declarations and function defs *)
-            (* TODO display typedef if type selected *)
-        | PStmt _ -> () (* Nothing to display or maybe statement patterns? *)
-        | PIP _ -> Gui_parameters.debug "PIP - TBD";
-        | PTermLval (ze_func,ki,_,tlv) ->
-            Gui_parameters.debug "PTermLval: ";
-            let x = fst tlv in (* term_lhost *)
-              (match x with
-                | TVar lv -> (* Exists inside assertions *)
-                    (match lv.lv_origin with
-                      | None ->  (* might be a locally declared one, ie quantified *)
-                          (* get function *)
-                          (match ki with
-                            | Kglobal -> Gui_parameters.debug "Fglobal"
-                            | Kstmt s -> Gui_parameters.debug "Kstmt";
-                                let filter (an:Cil_types.code_annotation) =
-				  begin
-                                    match an.annot_content with
-					AAssert (_,p)
-				      | AInvariant (_,_,p) ->
-                                          self#check_for_lv lv p.content
-				      (* Search through p to locate lv
-                                         and return true
-					 if found. *)
-				      | AStmtSpec _ -> true
-				      | _ -> false
-				  end
-                                in
-                                let preds = 
-                                  Annotations.code_annot ~filter:filter s
-                                in
-                                    (* let preds = 
-                                       Annotations.get_filter filter s in *)
-                                if preds = [] then
-                                  Gui_parameters.debug 
-                                    "Cannot find encompassing annotation"
-                                else
-                                  let make_localizables preds kf s =
-                                    let res =
-                                          List.fold_left
-                                            (fun acc pred ->
-                                              (List.rev_map 
-                                                 (fun prop -> PIP prop)
-                                                 (Property.ip_of_code_annot kf s
-                                                    pred))
-                                              @ acc)
-                                            [] preds
-                                        in
-                                        List.rev res
-                                      in
-                                      begin
-                                        match ze_func with
-                                          | None ->
-                                            Gui_parameters.fatal
-                                              "Could not find englobing function for variable."
-                                          | Some kf ->
-                                            let glob =
-                                              fst (global false kf (Globals.Functions.get_vi kf))
-                                            in
-                                            let loc_list = (make_localizables preds kf s) in
-                                            let reactive_buffer,_ =
-                                              self#append_tab lv.lv_name [glob]
-                                            in
-                                            let source_buffer = reactive_buffer#buffer in
-                                            let tag = make_tag source_buffer "finder" [`BACKGROUND "yellow" ] in
-                                            let highlight start stop =
-                                              apply_tag source_buffer tag start stop
-                                            in
-                                            List.iter (fun loc ->
-                                              match Pretty_source.locate_localizable
-                                                reactive_buffer#locs loc
-                                              with
-                                                | None ->
-                                                  Gui_parameters.debug "var cannot be highlighted"
-                                                | Some (b,e) ->
-                                                  Gui_parameters.debug "var highlighted %d %d" b e;
-                                                  highlight b e)
-                                              loc_list
-                                      end
-                          )
-                      | Some vi ->
-                        Gui_parameters.debug " with origin %s" vi.vname;
-                          (* display declaration or body of associated variable *)
-                        display_variable_in_fct ze_func vi
-                    )
-                | TResult _ -> Gui_parameters.debug "TResult"
-                | TMem _ -> Gui_parameters.debug "TMem")
-
-        | PVDecl (_,v) -> (* Nothing to display: the declaration is already selected *)
-            (* Find the local or global type within globals, and display it *)
-            let display_global glob name loc =
-              let reactive_buffer,_ =
-                self#append_tab name [glob]
-              in
-              let source_buffer = reactive_buffer#buffer in
-              let tag = make_tag source_buffer "finder" [`BACKGROUND "yellow" ] in
-              let highlight start stop =
-                apply_tag source_buffer tag start stop
-              in
-                match Pretty_source.locate_localizable reactive_buffer#locs loc
-                with
-                  | None ->
-                      Gui_parameters.debug "cannot highlight global %s" name
-                  | Some (b,e) ->
-                      Gui_parameters.debug "global highlighted %s %d %d" name b e;
-                      highlight b e
-            in
-            let display_types name types_list =
-              (* display this global *)
-              if List.length types_list > 0 then
-                let head = List.hd types_list in
-                  display_global head name (PGlobal head)
-              in
-              begin
-                prerr_endline ("PVDecl: "
-                                 ^ "name: " ^ (v.vname)
-                                 ^ "vtype: " ^ (self#name_of_type v.vtype)
-                                 ^ "vglob: " ^ (string_of_bool v.vglob)
-                                 ^ "vdefined: " ^ (string_of_bool v.vdefined)
-                              );
-                let typ=v.vtype in (* type of v *)
-                  match typ with
-                    | TVoid _
-                    | TInt _
-                    | TFloat _
-                    | TPtr _
-                    | TArray _
-                    | TFun _ -> ()
-                    | TNamed (ti,_) ->
-                        (* Search the globals list. *)
-                        let typ_decl = self#gather_names true (Ast.get ()) ti.tname "typedef" in
-                          prerr_endline ("type TNamed: corresponding to globals " ^
-                                           (self#images typ_decl));
-                          display_types ti.tname typ_decl;
-                    | TComp ( ci , _,  _) -> (* struct or union type *)
-                        let typ_decl = self#gather_names true (Ast.get ()) ci.cname "all" in
-                          prerr_endline ("type TComp: corresponding to globals" ^
-                                           (self#images typ_decl));
-                          display_types ci.cname typ_decl
-                    | TEnum (ei, _) -> (* enum type *)
-                        let typ_decl = self#gather_names true (Ast.get ()) ei.ename "all" in
-                          prerr_endline ("type TEnum: correponding to globals " ^
-                                           (self#images typ_decl));
-                          display_types ei.ename typ_decl
-                    | TBuiltin_va_list _ -> ()
-              end
-        | PLval (_,_,(Mem _,_)) -> (* Nothing to display *)
-            begin
-              Gui_parameters.debug "PLval with Mem:";
-              print_endline "PLval with Mem:"
-            end
-        | PLval (ze_func,_,(Var vi,_)) ->
-            begin
-              Gui_parameters.debug "PLval with Var:";
-              print_endline "PLval with Var:";
-              display_variable_in_fct ze_func vi
-            end
-        | PExp (_,_,_) ->
-          begin
-            Gui_parameters.debug "PExp:";
-            print_endline "PExp:"
-	        (* Nothing to display as expressions cannot be arguments *)
-          end
-    end
-
-  method finder_selector
-    (popup_factory:GMenu.menu GMenu.factory) _main_ui ~button localizable =
-    Gui_parameters.debug("finder_selector");
-    if button = 3 then
-      let callback_decl () =
-        Gui_parameters.debug("finder_selector - callback_decl");
-        self#display_localizable true localizable  ()
-      in
-      let callback_body () =
-        Gui_parameters.debug("finder_selector - callback_body");
-        self#display_localizable false localizable ()
-      in
-        begin
-          ignore (popup_factory#add_item "Display declaration" ~callback:callback_decl);
-          ignore (popup_factory#add_item "Display body" ~callback:callback_body)
-        end
-
-  (* =================== TREE_STORE model and view ======================*)
-
-  val current_model = ref (GTree.tree_store cols)
-
-  method create_model () = current_model := GTree.tree_store cols
-
-  method get_current_model () =
-    !current_model
-
-  method sort_by_name (model:#GTree.model) row1 row2 =
-    let name1 = model#get ~row:row1 ~column:col_name in
-    let name2 = model#get ~row:row2 ~column:col_name in
-    if name1 < name2 then -1
-    else if name1 > name2 then 1
-    else 0
-
-  method icon_of_global glob =
-    match glob with
-      | GVar (_,_,_) -> gv_pixbuf
-      | GVarDecl (_,_) -> gv_pixbuf
-      | GFun (_, _) -> fu_pixbuf
-      | GFunDecl (_,_,_) -> fu_pixbuf
-      | GType (_, _) -> t_pixbuf
-      | GCompTag (_, _) | GCompTagDecl (_, _) -> un_pixbuf
-      | GEnumTagDecl (_,_) | GEnumTag (_,_) -> e_pixbuf
-      | GAsm (_,_) -> asm_pixbuf
-      | GAnnot (an,_) ->
-          begin
-            match an with
-              | Dfun_or_pred _ -> predicate_pixbuf
-              | Daxiomatic _ -> axiom_pixbuf
-              | Dtype _ ->   type_pixbuf
-              | Dlemma _ ->  lemma_pixbuf
-              | Dinvariant _ -> invariant_pixbuf
-              | Dtype_annot _ -> type_pixbuf
-              | Dvolatile _ -> volatile_pixbuf
-	      | Dmodel_annot _ -> gv_pixbuf
-	      | Dcustom_annot _ -> custom_pixbuf
-          end
-      | GPragma _ | GText _ -> other_pixbuf
-
-  method name_of_type t =
-    match t with
-      | TVoid (_) -> "void"
-      | TInt (_,_) -> "int"
-      | TFloat (_,_) -> "float"
-      | TPtr _ -> "ptr"
-      | TArray _ -> "array"
-      | TFun (t,_,_,_) -> self#name_of_type t
-      | TNamed (ti,_) -> ti.tname
-      | TComp (ci,_,_) -> ci.cname
-      | TEnum (ei,_) -> ei.ename
-      | TBuiltin_va_list (_) -> "va_list"
-
-  method type_name_of glob =
-    (* Return the name of the type of the global *)
-    match glob with
-      | GFunDecl (_,vi,_) | GVar (vi,_,_) | GVarDecl (vi,_) -> 
-	self#name_of_type vi.vtype
-      | GFun (fdec, _) -> self#name_of_type fdec.svar.vtype
-          (* the type of a fct is its return parameter type *)
-      | GType  _ -> ""
-      | GCompTag (_,_) | GCompTagDecl (_,_) -> ""
-      | GEnumTagDecl (_,_) | GEnumTag (_,_) -> ""
-      | GAsm (_,_) -> "assembler"
-      | GAnnot _
-      | GPragma _ | GText _ -> ""
-
-  method parameters_names_of glob =
-    (* only valid for functions *)
-    match glob with
-      | GVar (_,_,_) | GVarDecl (_,_) -> ""
-      | GFun (fdec, _) ->
-          let res : string ref = ref "(" in
-          let l = List.length fdec.sformals in
-          for i = 0 to l-1 do
-            let e = (List.nth fdec.sformals i) in
-            if i>0 then
-              res := (String.concat "," [!res; (self#name_of_type e.vtype)])
-            else
-              res := (String.concat "" [!res; (self#name_of_type e.vtype)])
-          done;
-          res := (String.concat "" [!res; ")"]);
-          !res
-      | GFunDecl _ -> "" (* we might still want to extract the parameters from
-			    the function prototype. *)
-      | GType (_, _) -> ""
-      | GCompTag (_, _) | GCompTagDecl (_, _) -> ""
-      | GEnumTagDecl (_,_) | GEnumTag (_,_) -> ""
-      | GAsm (_,_) | GAnnot _ | GPragma _ | GText _ -> ""
-
-  method fill_model (data:(global*string*string*string*string*string*int) list)=
-    (* data is a list of 7-tuples (global, name, definition, type_name,
-       parameter_type_name list, file_name, id).
-       Only the first item is not a string.
-       The elements 1, 2, 4, 5 and 6 are displayed in a row and element
-       3 is displayed in a sub-window when double-clicking.
-       Element 7 is NOT displayed but for internal use only.
-       The first element of these tuples serves to identify the kind of
-       the elements, in the same way as done in gather_names
-    *)
-    let store = self#get_current_model () in
-    store#clear ();
-    for i =0 to (List.length data) -1 do
-      let glob,name,_,type_name,parameter_names,file_name,id=List.nth data i
-      in
-      let iter = store#append () in
-      store#set ~row:iter ~column:col_icon (self#icon_of_global glob);
-      store#set ~row:iter ~column:col_name name;
-      store#set ~row:iter ~column:col_type type_name;
-      store#set ~row:iter ~column:col_parameters parameter_names;
-      store#set ~row:iter ~column:col_file file_name;
-      store#set ~row:iter ~column:col_id id
-    done;
-    current_model:=store
-
-  method is_level1_iter iter (toplevel:GTree.model) =
-    let res = ref false in
-    begin
-      let son1 = toplevel#get_iter_first in
-      begin
-        match son1 with
-          | Some iterator ->
-              begin
-                let iterator_path = (toplevel#get_path iterator) in
-                let iter_path = (toplevel#get_path iter) in
-                if iterator_path = iter_path then
-                  res:=true
-                else
-                  begin
-                    while (toplevel#iter_next iterator) & (not !res) do
-                      let iterator_path = (toplevel#get_path iterator) in
-                      let iter_path = (toplevel#get_path iter) in
-                      if iterator_path =  iter_path then
-                        res:=true
-                    done;
-                  end
-              end
-          | None -> res:=false
-      end
-    end;
-    !res
-
-  method on_row_activated (view:GTree.view)
-    current_globals path column =
-    let _ = column in
-    let model = view#model in
-    let row = model#get_iter path in
-    let name = model#get ~row ~column:col_name in
-    Gui_parameters.debug "Double-clicked row is: %s" name;
-    let index = model#get ~row ~column:col_id in
-    let glob = List.nth !current_globals index in
-    ignore (self#append_tab name [glob]);
-    main_window#present ()
-
-  method create_view current_globals
-    ~(model:GTree.tree_store)
-    ~(packing:(GObj.widget -> unit))
-    () =
-    (*  let font_desc = main_ui#monospace in *)
-    let view = GTree.view ~model ~packing () in
-
-    (* Column #1: col_name is pixbuf column *)
-    let col_renderer = GTree.cell_renderer_pixbuf [] in
-    let col = GTree.view_column ~title:"Kind"
-      ~renderer:(col_renderer, ["pixbuf", col_icon]) () in
-    begin
-      col#set_resizable true;
-      ignore (view#append_column col)
-    end;
-
-    (* Column #2: col_name is string column *)
-    let col_renderer = GTree.cell_renderer_text [] in
-    let col = GTree.view_column ~title:"Name"
-      ~renderer:(col_renderer, ["markup", col_name]) () in
-    begin
-      col#set_resizable true;
-      ignore (view#append_column col)
-    end;
-
-    (* Column #3: col_type is string column *)
-    let col_renderer = GTree.cell_renderer_text [] in
-    let col = GTree.view_column ~title:"Type"
-      ~renderer:(col_renderer, ["text", col_type]) () in
-    begin
-      col#set_resizable true;
-      ignore (view#append_column col)
-    end;
-
-    (* Column #4: col_parameters is string column *)
-    let col_renderer = GTree.cell_renderer_text [] in
-    let col = GTree.view_column ~title:"Parameters"
-      ~renderer:(col_renderer, ["text", col_parameters]) () in
-    begin
-      col#set_resizable true;
-      ignore (view#append_column col)
-    end;
-
-    (* Column #5: col_file is string column *)
-    let col_renderer = GTree.cell_renderer_text [] in
-    let col = GTree.view_column ~title:"File"
-      ~renderer:(col_renderer, ["text", col_file]) () in
-    begin
-      col#set_resizable true;
-      ignore (view#append_column col)
-    end;
-
-    view#set_rules_hint true;
-    view#set_headers_clickable true;
-    view#selection#set_mode `BROWSE;
-    ignore
-      (view#connect#row_activated
-         ~callback:(self#on_row_activated view current_globals));
-    view
-
-  (* =================== TREE_STORE model and view end ==================*)
-
-  method destroy_progress () =
-    GMain.Timeout.remove !timera;
-    timer_created:=false
-
-  (* current_globals is a buffer of globals currently found by do_find:
-     this list associates a unique ID to each global found. It serves to
-     build the reverse function: row -> global
-     that is needed when double-clicking on a row of the model view
-  *)
-  val current_globals = ref []
-
-  val current_combobox_value = ref ""
-
-  method file_of glob =
-    let res = ref "" in
-    let all_files = Globals.FileIndex.get_files () in
-    begin
-      let is_equal g = (g==glob) in
-      let belongs_to f =
-        (let (_,globs) = Globals.FileIndex.find f in
-         if (List.exists is_equal globs) then
-           begin
-             res:= f;
-             true
-           end
-         else false) in
-      let _ = (List.exists belongs_to all_files) in
-      !res
-    end
-
-  method do_find la_saisie pbar () =
-    (* args are:
-       - the current string la_saisie
-       - progress bar.
-       The code will be displayed in a viewer upon double-click.
-    *)
-    let combien = la_saisie#text_length in
-    if (combien > 0) then
-      let le_string = la_saisie#text in
-      let lequel = !current_combobox_value in
-      let le_fichier = (Ast.get ()) in
-      let la_recherche = self#gather_names ~exact:false le_fichier le_string lequel in
-      Gui_parameters.debug "here: len = %d" (List.length la_recherche);
-
-      (* stores the search result into current_globals and write it
-         to the model *)
-      current_globals := [];
-      let new_data = ref [] in
-      for i = 0 to (List.length la_recherche) -1 do
-        let one_glob = (List.nth la_recherche i) in
-        current_globals := (List.append !current_globals
-                              [one_glob]);
-        let the_name = (self#image one_glob) in
-        let one_type = self#type_name_of one_glob in
-        let one_parameter = self#parameters_names_of one_glob in
-        Gui_parameters.debug "the parameters are : %s" one_parameter;
-        let one_file = self#file_of one_glob in
-        new_data:= (List.append !new_data [(one_glob,the_name,"",one_type,one_parameter,one_file,i)])
-      done;
-      self#fill_model !new_data;
-      self#toggle_stop pbar ();
-      self#destroy_progress ()
-
-  (* Update the value of the progress bar so that we get
-     some movement. *)
-  method progress_timeout pbar () =
-    if !pulse_mode
-    then
-      pbar#pulse ()
-    else (
-      (* Calculate the value of the progress bar using the
-       * value range set in the adjustment object *)
-      let new_val =
-        let v = pbar#fraction +. !coeff in
-        if v > 1.0 then 0.0 else v
-      in
-      Gui_parameters.debug "timer progress: %f w/ coeff %f" new_val !coeff;
-      flush stdout;
-      pbar#set_fraction new_val
-    );
-
-    (* As this is a timeout function, return true so that it
-     * continues to get called *)
-    true
-
-  (* Callback that toggles the text display with the progress bar trough *)
-  method toggle_show_text (pbar:GRange.progress_bar) () =
-    let text = pbar#text in
-    if text = ""
-    then pbar#set_text "searching..."
-    else pbar#set_text ""
-
-  (* Callback that toggles the activity mode of the progress bar *)
-  method toggle_activity_mode pbar () =
-    Gui_parameters.debug "activity mode toggled! ";
-    flush stdout;
-    if not !timer_created then
-      begin
-        timera := (GMain.Timeout.add ~ms:100 ~callback:(self#progress_timeout pbar));
-        timer_created :=true;
-      end;
-    coeff:=0.01;
-    pbar#set_text "searching...";
-    if !pulse_mode
-    then pbar#pulse ()
-    else pbar#set_fraction 0.0
-
-  val mutable finder_window = None
-    (** Open Search window **)
-  method find_object (main_ui:Design.main_window_extension_points) =
-    Gui_parameters.debug "Finder";
-    match finder_window with
-      | Some w -> w#present ()
-      | None ->
-          let dialog = GWindow.window
-            ~title:"Find Object"
-            ~modal:false
-            ~position:`CENTER_ON_PARENT
-            ~width:600 ~height:500 ~border_width:3
-            ~resizable:true
-            ()
-          in
-          finder_window <- Some dialog;
-          dialog#set_transient_for main_ui#main_window#as_window;
-          let a_vbox = GPack.vbox ~packing:dialog#add ()
-          in
-          let a_hbox = GPack.hbox ~packing:(a_vbox#pack ~fill:false) ()
-          in
-          let tmp = GBin.frame ~border_width:10 ~packing:a_hbox#pack () in
-          let box = GPack.hbox ~packing:tmp#add () in
-          let entree = GEdit.entry
-            ~text:"Object to search"
-            ~packing:(box#pack ~expand:true ~fill:true ~padding:2) ()
-          in
-          (* build a tree view for the combo box *)
-          let cols = new GTree.column_list in
-          let col_icon = cols#add gobject in
-          let col_literal = cols#add string in
-          let store = GTree.list_store cols in
-          let data = [(other_pixbuf,"all");
-                      (t_pixbuf,"typedef");
-                      (un_pixbuf, "struct/union");
-                      (e_pixbuf, "enumeration");
-                      (gv_pixbuf, "variable");
-                      (fu_pixbuf, "function");
-                      (asm_pixbuf, "assembler");
-                      (annot_pixbuf, "annotation")] in
-          let insert = (function (e,f) ->
-                          let row = store#append () in
-                          store#set ~row ~column:col_icon e;
-                          store#set ~row ~column:col_literal f) in
-          List.iter insert data;
-          let choices = GEdit.combo_box
-            ~model:store
-            ~packing:(box#pack ~padding:2) () in
-          let renderer1 = GTree.cell_renderer_pixbuf [ ] in
-          choices#pack renderer1;
-          choices#add_attribute renderer1 "pixbuf" col_icon;
-          let renderer2 = GTree.cell_renderer_text [ ] in
-          choices#pack renderer2;
-          choices#add_attribute renderer2 "text" col_literal;
-          let change_and_get_active () =
-            match choices#active_iter with
-              | None -> ()
-              | Some row ->
-                  let data = choices#model#get ~row ~column:col_literal in
-                  current_combobox_value := data
-          in
-          ignore (choices#connect#changed change_and_get_active);
-          choices#set_active 5;
-          let _ = GMisc.separator `VERTICAL ~packing:a_hbox#add () in
-
-          let find_button = GButton.button
-            ~stock:`FIND
-            ~packing:a_hbox#add () in
-          let stop_button = GButton.button
-            ~stock:`STOP
-            ~packing:a_hbox#add () in
-          let close_button = GButton.button
-            ~stock:`CLOSE
-            ~packing:a_hbox#add () in
-
-          (* add results window *)
-          let model = !current_model in
-          begin
-	    let scroll_win =
-	      GBin.scrolled_window ~packing:a_vbox#add () 
-	    in 
-            let _ = self#create_view current_globals ~model:model ~packing:scroll_win#add () 
-	    in
-            model#set_sort_func col_name.index self#sort_by_name;
-            model#set_sort_column_id col_name.index `ASCENDING
-          end;
-
-          let bottom_hbox = GPack.box `HORIZONTAL ~packing:a_vbox#pack ()
-          in
-
-          let statusbar = GMisc.statusbar ~packing:bottom_hbox#add () in
-
-          let status_context = statusbar#new_context "status" in
-
-          let _ = status_context#push "Finder" in
-
-          (* add a progress bar before the GText.view *)
-
-          let pbar = GRange.progress_bar ~packing:(bottom_hbox#pack ~fill:false) () in
-
-          begin
-            (* startup configuration for find source viewer *)
-            find_button#set_border_width 10;
-            close_button#set_border_width 10;
-            stop_button#set_border_width 10;
-
-            (* set callbacks *)
-            ignore (stop_button#connect#clicked ~callback:self#destroy_progress);
-            ignore (stop_button#connect#clicked
-                      ~callback:(self#toggle_stop pbar));
-
-            ignore (close_button#connect#clicked ~callback:self#destroy_progress);
-            ignore (close_button#connect#clicked
-                      ~callback:(self#toggle_stop pbar ));
-            ignore (close_button#connect#clicked ~callback:dialog#misc#hide);
-
-            ignore (dialog#event#connect#delete
-                      ~callback:(fun _ -> dialog#misc#hide ();
-                                   true));
-
-            ignore (find_button#connect#clicked
-                      ~callback:(self#toggle_activity_mode pbar));
-            ignore (find_button#connect#clicked
-                      ~callback:(self#set_in_finder true));
-            ignore
-              (find_button#connect#clicked
-                 ~callback:(self#do_find entree pbar));
-
-            ignore
-              (entree#connect#activate
-                 ~callback:(self#toggle_activity_mode pbar));
-            ignore
-              (entree#connect#activate ~callback:(self#set_in_finder true));
-            ignore
-              (entree#connect#activate ~callback: (self#do_find entree pbar));
-            pbar#set_text "ready";
-            dialog#show()
-          end
-
-  initializer
-  let mm =  main_ui#menu_manager () in
-  let default_analyses_items =
-    mm#add_plugin
-      [
-        Menu_manager.toolbar
-          ~icon:`FIND
-          ~label:"Find"
-          (Menu_manager.Unit_callback(fun _ -> self#find_object main_ui ))
-      ] in
-    default_analyses_items.(0)#add_accelerator `CONTROL 'f';
-    let find_button = Extlib.the  default_analyses_items.(0)#tool_button in
-    find_button#misc#set_sensitive true;
-
-    main_ui#register_source_selector self#finder_selector;
-    Design.register_reset_extension
-      (fun _ ->
-         main_window#misc#hide ();
-         Book_manager.delete_all_views finder_source_viewer;
-         (self#get_current_model ())#clear ())
-end
-
-
-let main (main_ui:Design.main_window_extension_points) =
-  ignore (new finder_class main_ui)
-
-let find () =
-  Design.register_extension main
-
-
-(*
-  Local Variables:
-  compile-command: "make"
-  End:
-*)
diff --git a/src/plugins/finder/finder_gui.mli b/src/plugins/finder/finder_gui.mli
deleted file mode 100644
index a6ad527fc1e..00000000000
--- a/src/plugins/finder/finder_gui.mli
+++ /dev/null
@@ -1,16 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of Frama-C.                                         *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2016                                               *)
-(*    CEA (Commissariat à l'énergie atomique et aux énergies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  All rights reserved.                                                  *)
-(*  Contact CEA LIST for licensing.                                       *)
-(*                                                                        *)
-(**************************************************************************)
-
-(** Finder plugin. *)
-
-val find : unit -> unit
diff --git a/src/plugins/finder/icons/asm.xpm b/src/plugins/finder/icons/asm.xpm
deleted file mode 100644
index 2383a993798..00000000000
--- a/src/plugins/finder/icons/asm.xpm
+++ /dev/null
@@ -1,24 +0,0 @@
-/* XPM */
-static char * asm_xpm[] = {
-"16 16 5 1",
-" 	c None",
-".	c #000000",
-"+	c #FFFFFF",
-"@	c #F93804",
-"#	c #F93003",
-"       .        ",
-"      .+.       ",
-"     .+++.      ",
-"    .+++++.     ",
-"   .+++++++.    ",
-"  .+++++++++.   ",
-" .@@@+#@@+@+@.  ",
-".+@+@+@+++@@@+. ",
-" .@@@+@@@+@+@.  ",
-"  @+@+++@+@+@   ",
-"   .++@@@++.    ",
-"    .+++++.     ",
-"     .+++.      ",
-"      .+.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/gtk-open.png b/src/plugins/finder/icons/gtk-open.png
deleted file mode 100644
index 33c5b7f5466a6c0ef5a8472da1a29bda373eae22..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 636
zcmV-?0)zdDP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV00006VoOIv0RI60
z0RN!9r;`8x010qNS#tmY3ljhU3ljkVnw%H_000McNliru)&~I>I}9#D_yGU_03CEi
zSad^gZEa<4bO1wgWnpw>WFU8GbZ8({Xk{QrNlj4iWF>9@00H1hL_t(I%cYY~Yg17W
z#eZ|(jWx6d|1}AkmsinE7jE5HMZ`}aw3UK1uDW!gD?fnQ_yx3^7Ex40(2YAm+ogyo
zE(Ar8E|T=+CE8u?KNpR$kBBI}a2d`p=bV|#T-f80-Qe=#eA8N6{u@DS-Fo=oab<`B
z<`(9zi3$yCZE<b&9)&_7&k7I-7}KYIbtz|{0YrsHeW_l&yRw4TnoplU{?Yw-?IhMY
zMg)Qn#r^xnFvjAXrQ7|^R(mT~I8~Y=sd|jDEG*7{L;Uii`%hlzUj;w5w=u@zy(g~5
z#MOAD10Qw-&d$!p>+2hLfZ9-?*Xz+YmH=c~M!VI{kxS(g2M-*gZ!8nz6L|09;Rpa(
zw~H|r0g^Z&iIb5Ilqig`WZiE54H&rgtwkwCr_-U?Y~{$6N}1}hDt&9ovTRf!O;e1q
zL`sv?rb%kkqe~-#F_tt<f9I~8UVe|~RFLqW8z>-r&>}K({?Zu$A|0WWLPQ855PZNp
zKfKO5ymL6`0eJK3-Hi6mzka&*{KDk;BzhnaDV2}WE*$N|ubZ0`)Yvnvlw5b%w?~d1
z7Of+cC`1V&f)as26eTE8fZ)9&XdkqS8Uk?c#Kl_<cY{FTpXL`a!0nAMFK_PkH}ezF
WXUO(;uq&|u0000<MNUMnLSTZ+^cCg+

diff --git a/src/plugins/finder/icons/gtk.xpm b/src/plugins/finder/icons/gtk.xpm
deleted file mode 100644
index cf3d4f36aa4..00000000000
--- a/src/plugins/finder/icons/gtk.xpm
+++ /dev/null
@@ -1,47 +0,0 @@
-/* XPM */
-static char * gtk_xpm[] = {
-"32 39 5 1",
-".      c none",
-"+      c black",
-"@      c #3070E0",
-"#      c #F05050",
-"$      c #35E035",
-"................+...............",
-"..............+++++.............",
-"............+++++@@++...........",
-"..........+++++@@@@@@++.........",
-"........++++@@@@@@@@@@++........",
-"......++++@@++++++++@@@++.......",
-".....+++@@@+++++++++++@@@++.....",
-"...+++@@@@+++@@@@@@++++@@@@+....",
-"..+++@@@@+++@@@@@@@@+++@@@@@++..",
-".++@@@@@@+++@@@@@@@@@@@@@@@@@@++",
-".+#+@@@@@@++@@@@+++@@@@@@@@@@@@+",
-".+##++@@@@+++@@@+++++@@@@@@@@$@.",
-".+###++@@@@+++@@@+++@@@@@++$$$@.",
-".+####+++@@@+++++++@@@@@+@$$$$@.",
-".+#####+++@@@@+++@@@@++@$$$$$$+.",
-".+######++++@@@@@@@++@$$$$$$$$+.",
-".+#######+##+@@@@+++$$$$$$@@$$+.",
-".+###+++##+##+@@++@$$$$$$++$$$+.",
-".+###++++##+##+@@$$$$$$$@+@$$@+.",
-".+###++++++#+++@$$@+@$$@++$$$@+.",
-".+####+++++++#++$$@+@$$++$$$$+..",
-".++####++++++#++$$@+@$++@$$$$+..",
-".+#####+++++##++$$++@+++$$$$$+..",
-".++####+++##+#++$$+++++@$$$$$+..",
-".++####+++####++$$++++++@$$$@+..",
-".+#####++#####++$$+++@++++@$@+..",
-".+#####++#####++$$++@$$@+++$@@..",
-".++####++#####++$$++$$$$$+@$@++.",
-".++####++#####++$$++$$$$$$$$+++.",
-".+++####+#####++$$++$$$$$$$@+++.",
-"..+++#########+@$$+@$$$$$$+++...",
-"...+++########+@$$$$$$$$@+++....",
-".....+++######+@$$$$$$$+++......",
-"......+++#####+@$$$$$@++........",
-".......+++####+@$$$$+++.........",
-".........++###+$$$@++...........",
-"..........++##+$@+++............",
-"...........+++++++..............",
-".............++++..............."};
diff --git a/src/plugins/finder/icons/invariant.xpm b/src/plugins/finder/icons/invariant.xpm
deleted file mode 100644
index 13a0af7c49b..00000000000
--- a/src/plugins/finder/icons/invariant.xpm
+++ /dev/null
@@ -1,199 +0,0 @@
-/* XPM */
-static char * invariant_xpm[] = {
-"16 16 180 2",
-"  	c None",
-". 	c #212822",
-"+ 	c #425446",
-"@ 	c #55755D",
-"# 	c #4E7457",
-"$ 	c #32523A",
-"% 	c #15261A",
-"& 	c #1D201E",
-"* 	c #8A9C8E",
-"= 	c #CCF4D6",
-"- 	c #BEF6CC",
-"; 	c #A7F4BB",
-"> 	c #94F2AD",
-", 	c #84F0A0",
-"' 	c #6EE98E",
-") 	c #37924E",
-"! 	c #081D0E",
-"~ 	c #323633",
-"{ 	c #CEE1D4",
-"] 	c #BFD4C4",
-"^ 	c #6B7D70",
-"/ 	c #5E7B66",
-"( 	c #507A5B",
-"_ 	c #457A52",
-": 	c #3C774B",
-"< 	c #317642",
-"[ 	c #3BCB60",
-"} 	c #27CD52",
-"| 	c #053010",
-"1 	c #1D201D",
-"2 	c #CEE1D3",
-"3 	c #EAFCEF",
-"4 	c #7E8680",
-"5 	c #000000",
-"6 	c #1A7331",
-"7 	c #20E252",
-"8 	c #16B940",
-"9 	c #031808",
-"0 	c #889B8D",
-"a 	c #E2FAE8",
-"b 	c #ECFCF0",
-"c 	c #DEECE2",
-"d 	c #7C8D81",
-"e 	c #5C7C64",
-"f 	c #080E0A",
-"g 	c #061008",
-"h 	c #2B783F",
-"i 	c #237638",
-"j 	c #2EC956",
-"k 	c #1FE251",
-"l 	c #18C846",
-"m 	c #0D7026",
-"n 	c #202722",
-"o 	c #C9F2D4",
-"p 	c #D5F9DE",
-"q 	c #DFFBE6",
-"r 	c #DCFAE4",
-"s 	c #C8F8D4",
-"t 	c #9DF2B3",
-"u 	c #101F14",
-"v 	c #020704",
-"w 	c #4EE976",
-"x 	c #3EE76A",
-"y 	c #2EE55E",
-"z 	c #1DE050",
-"A 	c #18C645",
-"B 	c #14A63A",
-"C 	c #021808",
-"D 	c #415446",
-"E 	c #B9F5C8",
-"F 	c #BAF6CA",
-"G 	c #BCF6CB",
-"H 	c #B2F5C4",
-"I 	c #97F2AE",
-"J 	c #76EE95",
-"K 	c #0E2112",
-"L 	c #08180C",
-"M 	c #43E86E",
-"N 	c #35E663",
-"O 	c #26E457",
-"P 	c #1AD84B",
-"Q 	c #16BC41",
-"R 	c #129C36",
-"S 	c #53745B",
-"T 	c #A4F3B8",
-"U 	c #99F2B0",
-"V 	c #91F0AA",
-"W 	c #81EF9E",
-"X 	c #6CEC8D",
-"Y 	c #5AEA7F",
-"Z 	c #0C2111",
-"` 	c #09200F",
-" .	c #37E665",
-"..	c #28E559",
-"+.	c #1CDF4E",
-"@.	c #18CA46",
-"#.	c #14AC3C",
-"$.	c #118E31",
-"%.	c #073D15",
-"&.	c #4B7455",
-"*.	c #90F1AA",
-"=.	c #73ED93",
-"-.	c #65EC88",
-";.	c #58EA7E",
-">.	c #4CE975",
-",.	c #0A200F",
-"'.	c #07200E",
-").	c #1CE04E",
-"!.	c #19CF48",
-"~.	c #16B840",
-"{.	c #129A35",
-"].	c #0F802C",
-"^.	c #063813",
-"/.	c #305238",
-"(.	c #7EEF9C",
-"_.	c #72ED92",
-":.	c #62EC86",
-"<.	c #57EA7D",
-"[.	c #4AE974",
-"}.	c #3FE76B",
-"|.	c #05200C",
-"1.	c #1CE04F",
-"2.	c #19D048",
-"3.	c #13A238",
-"4.	c #10872E",
-"5.	c #0E7428",
-"6.	c #04260D",
-"7.	c #142618",
-"8.	c #6DE88C",
-"9.	c #61EC85",
-"0.	c #55EA7C",
-"a.	c #49E872",
-"b.	c #3FE76A",
-"c.	c #34E662",
-"d.	c #06200C",
-"e.	c #041F0B",
-"f.	c #19D249",
-"g.	c #16BD42",
-"h.	c #108C30",
-"i.	c #0E7729",
-"j.	c #0C6C25",
-"k.	c #021006",
-"l.	c #3A9250",
-"m.	c #51EA78",
-"n.	c #46E870",
-"o.	c #3AE767",
-"p.	c #30E65E",
-"q.	c #04200B",
-"r.	c #031D0A",
-"s.	c #17BF42",
-"t.	c #14A93A",
-"u.	c #119032",
-"v.	c #0E7A2A",
-"w.	c #0D6E26",
-"x.	c #074016",
-"y.	c #0A1D0F",
-"z.	c #38CF60",
-"A.	c #33E662",
-"B.	c #1C983C",
-"C.	c #010803",
-"D.	c #000602",
-"E.	c #000200",
-"F.	c #000301",
-"G.	c #000100",
-"H.	c #084618",
-"I.	c #0A5C20",
-"J.	c #010C04",
-"K.	c #0A3114",
-"L.	c #1CCA49",
-"M.	c #129B36",
-"N.	c #010903",
-"O.	c #000401",
-"P.	c #021507",
-"Q.	c #031A09",
-"R.	c #0E7829",
-"S.	c #129734",
-"T.	c #108930",
-"U.	c #0C6A24",
-"V.	c #073E15",
-"W.	c #04250D",
-"          . + @ # $ %           ",
-"      & * = - ; > , ' ) !       ",
-"    ~ { ] ^ / ( _ : < [ } |     ",
-"  1 2 3 4 5 5 5 5 5 5 6 7 8 9   ",
-"  0 a b c d e f g h i j k l m   ",
-"n o p q r s t u v w x y z A B C ",
-"D E F G H I J K L M N O P Q R | ",
-"S T U V W X Y Z `  ...+.@.#.$.%.",
-"&.*.W =.-.;.>.,.'...).!.~.{.].^.",
-"/.(._.:.<.[.}.'.|.1.2.Q 3.4.5.6.",
-"7.8.9.0.a.b.c.d.e.f.g.B h.i.j.k.",
-"  l.m.n.o.p.O q.r.s.t.u.v.w.x.  ",
-"  y.z.A.B.C.D.5 E.F.G.H.w.I.J.  ",
-"    K.L.M.N.D.E.E.O.5 x.I.P.    ",
-"      Q.R.#.3.S.T.R.U.x.J.      ",
-"          C | V.^.W.k.          "};
diff --git a/src/plugins/finder/icons/lemma.xpm b/src/plugins/finder/icons/lemma.xpm
deleted file mode 100644
index afd7c7998b4..00000000000
--- a/src/plugins/finder/icons/lemma.xpm
+++ /dev/null
@@ -1,186 +0,0 @@
-/* XPM */
-static char * lemma_xpm[] = {
-"16 16 167 2",
-"  	c None",
-". 	c #212822",
-"+ 	c #425446",
-"@ 	c #55755D",
-"# 	c #4E7457",
-"$ 	c #32523A",
-"% 	c #15261A",
-"& 	c #1D201E",
-"* 	c #8A9C8E",
-"= 	c #CCF4D6",
-"- 	c #BEF6CC",
-"; 	c #A7F4BB",
-"> 	c #94F2AD",
-", 	c #84F0A0",
-"' 	c #6EE98E",
-") 	c #37924E",
-"! 	c #081D0E",
-"~ 	c #323633",
-"{ 	c #CEE1D4",
-"] 	c #E2FBE9",
-"^ 	c #859A8A",
-"/ 	c #82AB8D",
-"( 	c #9EF3B4",
-"_ 	c #72ED92",
-": 	c #5CEB81",
-"< 	c #44E86E",
-"[ 	c #27CD52",
-"} 	c #053010",
-"| 	c #1D201D",
-"1 	c #CEE1D3",
-"2 	c #EAFCEF",
-"3 	c #ECFCF0",
-"4 	c #030303",
-"5 	c #161D18",
-"6 	c #97F2AE",
-"7 	c #76EE96",
-"8 	c #62EC86",
-"9 	c #4FE977",
-"0 	c #3AE766",
-"a 	c #20E252",
-"b 	c #16B940",
-"c 	c #031808",
-"d 	c #889B8D",
-"e 	c #E2FAE8",
-"f 	c #E7F6EB",
-"g 	c #000000",
-"h 	c #17201A",
-"i 	c #8AF0A4",
-"j 	c #67EC89",
-"k 	c #57EA7D",
-"l 	c #46E870",
-"m 	c #35E663",
-"n 	c #1FE251",
-"o 	c #18C846",
-"p 	c #0D7026",
-"q 	c #202722",
-"r 	c #C9F2D4",
-"s 	c #D5F9DE",
-"t 	c #DFFBE6",
-"u 	c #BED8C5",
-"v 	c #0B120D",
-"w 	c #73ED92",
-"x 	c #5BEB80",
-"y 	c #4EE976",
-"z 	c #3EE76A",
-"A 	c #2EE55E",
-"B 	c #1DE050",
-"C 	c #18C645",
-"D 	c #14A63A",
-"E 	c #021808",
-"F 	c #415446",
-"G 	c #B9F5C8",
-"H 	c #BAF6CA",
-"I 	c #BCF6CB",
-"J 	c #ADEFBF",
-"K 	c #030403",
-"L 	c #020603",
-"M 	c #5DEB82",
-"N 	c #50E977",
-"O 	c #43E86E",
-"P 	c #26E457",
-"Q 	c #1AD84B",
-"R 	c #16BC41",
-"S 	c #129C36",
-"T 	c #53745B",
-"U 	c #A4F3B8",
-"V 	c #99F2B0",
-"W 	c #91F0AA",
-"X 	c #81EF9E",
-"Y 	c #37E665",
-"Z 	c #28E559",
-"` 	c #1CDF4E",
-" .	c #18CA46",
-"..	c #14AC3C",
-"+.	c #118E31",
-"@.	c #073D15",
-"#.	c #4B7455",
-"$.	c #90F1AA",
-"%.	c #73ED93",
-"&.	c #65EC88",
-"*.	c #020502",
-"=.	c #41E86C",
-"-.	c #36E664",
-";.	c #1CE04E",
-">.	c #19CF48",
-",.	c #16B840",
-"'.	c #129A35",
-").	c #0F802C",
-"!.	c #063813",
-"~.	c #305238",
-"{.	c #7EEF9C",
-"].	c #000201",
-"^.	c #051308",
-"/.	c #33E662",
-"(.	c #27E458",
-"_.	c #1CE04F",
-":.	c #19D048",
-"<.	c #13A238",
-"[.	c #10872E",
-"}.	c #0E7428",
-"|.	c #04260D",
-"1.	c #142618",
-"2.	c #6DE88C",
-"3.	c #61EC85",
-"4.	c #55EA7C",
-"5.	c #49E872",
-"6.	c #041509",
-"7.	c #19D249",
-"8.	c #16BD42",
-"9.	c #108C30",
-"0.	c #0E7729",
-"a.	c #0C6C25",
-"b.	c #021006",
-"c.	c #3A9250",
-"d.	c #51EA78",
-"e.	c #3AE767",
-"f.	c #000301",
-"g.	c #010803",
-"h.	c #0F782A",
-"i.	c #0D7328",
-"j.	c #0C6A24",
-"k.	c #0B5E20",
-"l.	c #0C6E26",
-"m.	c #0E7A2A",
-"n.	c #0D6E26",
-"o.	c #074016",
-"p.	c #0A1D0F",
-"q.	c #38CF60",
-"r.	c #28E458",
-"s.	c #04230C",
-"t.	c #020E05",
-"u.	c #0A5C20",
-"v.	c #010C04",
-"w.	c #0A3114",
-"x.	c #1CCA49",
-"y.	c #16BE42",
-"z.	c #0A591F",
-"A.	c #0A561E",
-"B.	c #084A19",
-"C.	c #09511C",
-"D.	c #021507",
-"E.	c #031A09",
-"F.	c #0E7829",
-"G.	c #129734",
-"H.	c #108930",
-"I.	c #073E15",
-"J.	c #04250D",
-"          . + @ # $ %           ",
-"      & * = - ; > , ' ) !       ",
-"    ~ { ] ^ / ( , _ : < [ }     ",
-"  | 1 2 3 4 5 6 7 8 9 0 a b c   ",
-"  d e 3 f g h i j k l m n o p   ",
-"q r s t u g v w x y z A B C D E ",
-"F G H I J K L M N O m P Q R S } ",
-"T U V W X L L y O Y Z `  ...+.@.",
-"#.$.X %.&.*.L =.-.Z ;.>.,.'.).!.",
-"~.{._ 8 k ].^./.(._.:.R <.[.}.|.",
-"1.2.3.4.5.].6.(.;.7.8.D 9.0.a.b.",
-"  c.d.l e.f.g.h.i.j.k.l.m.n.o.  ",
-"  p.q./.r.s.g g g g g t.n.u.v.  ",
-"    w.x.Q y.}.z.A.B.o.C.u.D.    ",
-"      E.F...<.G.H.F.j.o.v.      ",
-"          E } I.!.J.b.          "};
diff --git a/src/plugins/finder/icons/logic.xpm b/src/plugins/finder/icons/logic.xpm
deleted file mode 100644
index 30334888612..00000000000
--- a/src/plugins/finder/icons/logic.xpm
+++ /dev/null
@@ -1,191 +0,0 @@
-/* XPM */
-static char * logic_xpm[] = {
-"16 16 172 2",
-"  	c None",
-". 	c #212822",
-"+ 	c #425446",
-"@ 	c #55755D",
-"# 	c #4E7457",
-"$ 	c #32523A",
-"% 	c #15261A",
-"& 	c #1D201E",
-"* 	c #8A9C8E",
-"= 	c #CCF4D6",
-"- 	c #BEF6CC",
-"; 	c #A7F4BB",
-"> 	c #94F2AD",
-", 	c #84F0A0",
-"' 	c #6EE98E",
-") 	c #37924E",
-"! 	c #081D0E",
-"~ 	c #323633",
-"{ 	c #CEE1D4",
-"] 	c #98A99C",
-"^ 	c #B1CEB9",
-"/ 	c #BFF7CE",
-"( 	c #9EF3B4",
-"_ 	c #72ED92",
-": 	c #5CEB81",
-"< 	c #44E86E",
-"[ 	c #27CD52",
-"} 	c #053010",
-"| 	c #1D201D",
-"1 	c #CEE1D3",
-"2 	c #EAFCEF",
-"3 	c #050605",
-"4 	c #222724",
-"5 	c #C4F8D1",
-"6 	c #97F2AE",
-"7 	c #76EE96",
-"8 	c #62EC86",
-"9 	c #4FE977",
-"0 	c #3AE766",
-"a 	c #20E252",
-"b 	c #16B940",
-"c 	c #031808",
-"d 	c #889B8D",
-"e 	c #E2FAE8",
-"f 	c #ECFCF0",
-"g 	c #000000",
-"h 	c #121613",
-"i 	c #BBF6CA",
-"j 	c #8AF0A4",
-"k 	c #67EC89",
-"l 	c #57EA7D",
-"m 	c #46E870",
-"n 	c #35E663",
-"o 	c #1FE251",
-"p 	c #18C846",
-"q 	c #0D7026",
-"r 	c #202722",
-"s 	c #C9F2D4",
-"t 	c #D5F9DE",
-"u 	c #CEE8D4",
-"v 	c #0C100E",
-"w 	c #9DF2B3",
-"x 	c #73ED92",
-"y 	c #5BEB80",
-"z 	c #4EE976",
-"A 	c #3EE76A",
-"B 	c #2EE55E",
-"C 	c #1DE050",
-"D 	c #18C645",
-"E 	c #14A63A",
-"F 	c #021808",
-"G 	c #415446",
-"H 	c #B9F5C8",
-"I 	c #BAF6CA",
-"J 	c #B7F0C6",
-"K 	c #010101",
-"L 	c #030503",
-"M 	c #76EE95",
-"N 	c #5DEB82",
-"O 	c #50E977",
-"P 	c #43E86E",
-"Q 	c #26E457",
-"R 	c #1AD84B",
-"S 	c #16BC41",
-"T 	c #129C36",
-"U 	c #53745B",
-"V 	c #A4F3B8",
-"W 	c #99F2B0",
-"X 	c #91F0AA",
-"Y 	c #000101",
-"Z 	c #020402",
-"` 	c #5AEA7F",
-" .	c #37E665",
-"..	c #28E559",
-"+.	c #1CDF4E",
-"@.	c #18CA46",
-"#.	c #14AC3C",
-"$.	c #118E31",
-"%.	c #073D15",
-"&.	c #4B7455",
-"*.	c #90F1AA",
-"=.	c #81EF9E",
-"-.	c #73ED93",
-";.	c #030704",
-">.	c #010402",
-",.	c #4CE975",
-"'.	c #41E86C",
-").	c #36E664",
-"!.	c #1CE04E",
-"~.	c #19CF48",
-"{.	c #16B840",
-"].	c #129A35",
-"^.	c #0F802C",
-"/.	c #063813",
-"(.	c #305238",
-"_.	c #7EEF9C",
-":.	c #030905",
-"<.	c #020904",
-"[.	c #3FE76B",
-"}.	c #33E662",
-"|.	c #27E458",
-"1.	c #1CE04F",
-"2.	c #19D048",
-"3.	c #13A238",
-"4.	c #10872E",
-"5.	c #0E7428",
-"6.	c #04260D",
-"7.	c #142618",
-"8.	c #6DE88C",
-"9.	c #61EC85",
-"0.	c #55EA7C",
-"a.	c #030904",
-"b.	c #34E662",
-"c.	c #19D249",
-"d.	c #16BD42",
-"e.	c #108C30",
-"f.	c #0E7729",
-"g.	c #0C6C25",
-"h.	c #021006",
-"i.	c #3A9250",
-"j.	c #51EA78",
-"k.	c #040F06",
-"l.	c #010602",
-"m.	c #15722D",
-"n.	c #0E7228",
-"o.	c #0D6E26",
-"p.	c #0C6624",
-"q.	c #0A581E",
-"r.	c #0C6824",
-"s.	c #0E7A2A",
-"t.	c #074016",
-"u.	c #0A1D0F",
-"v.	c #38CF60",
-"w.	c #020E05",
-"x.	c #0A5C20",
-"y.	c #010C04",
-"z.	c #0A3114",
-"A.	c #1CCA49",
-"B.	c #129E36",
-"C.	c #0C6422",
-"D.	c #0C6E26",
-"E.	c #0D7027",
-"F.	c #084718",
-"G.	c #073E15",
-"H.	c #0A531C",
-"I.	c #021507",
-"J.	c #031A09",
-"K.	c #0E7829",
-"L.	c #129734",
-"M.	c #108930",
-"N.	c #0C6A24",
-"O.	c #04250D",
-"          . + @ # $ %           ",
-"      & * = - ; > , ' ) !       ",
-"    ~ { ] ^ / ( , _ : < [ }     ",
-"  | 1 2 3 4 5 6 7 8 9 0 a b c   ",
-"  d e f g h i j k l m n o p q   ",
-"r s t u g v w x y z A B C D E F ",
-"G H I J K L M N O P n Q R S T } ",
-"U V W X Y Z ` z P  ...+.@.#.$.%.",
-"&.*.=.-.;.>.,.'.)...!.~.{.].^./.",
-"(._._ 8 :.<.[.}.|.1.2.S 3.4.5.6.",
-"7.8.9.0.a.<.b.|.!.c.d.E e.f.g.h.",
-"  i.j.m k.l.m.n.o.p.q.r.s.o.t.  ",
-"  u.v.}.h.g g g g g g w.o.x.y.  ",
-"    z.A.B.C.D.E.q.F.G.H.x.I.    ",
-"      J.K.#.3.L.M.K.N.t.y.      ",
-"          F } G./.O.h.          "};
diff --git a/src/plugins/finder/icons/pathological.xpm b/src/plugins/finder/icons/pathological.xpm
deleted file mode 100644
index b760886b1cf..00000000000
--- a/src/plugins/finder/icons/pathological.xpm
+++ /dev/null
@@ -1,194 +0,0 @@
-/* XPM */
-static char * pathological_xpm[] = {
-"16 16 175 2",
-"  	c None",
-". 	c #212822",
-"+ 	c #425446",
-"@ 	c #55755D",
-"# 	c #4E7457",
-"$ 	c #32523A",
-"% 	c #15261A",
-"& 	c #1D201E",
-"* 	c #8A9C8E",
-"= 	c #CCF4D6",
-"- 	c #BEF6CC",
-"; 	c #A7F4BB",
-"> 	c #94F2AD",
-", 	c #84F0A0",
-"' 	c #6EE98E",
-") 	c #37924E",
-"! 	c #081D0E",
-"~ 	c #323633",
-"{ 	c #CEE1D4",
-"] 	c #E2FBE9",
-"^ 	c #D8FAE1",
-"/ 	c #BFF7CE",
-"( 	c #9EF3B4",
-"_ 	c #72ED92",
-": 	c #5CEB81",
-"< 	c #44E86E",
-"[ 	c #27CD52",
-"} 	c #053010",
-"| 	c #1D201D",
-"1 	c #CEE1D3",
-"2 	c #EAFCEF",
-"3 	c #ECFCF0",
-"4 	c #E2FBE8",
-"5 	c #C4F8D1",
-"6 	c #97F2AE",
-"7 	c #76EE96",
-"8 	c #62EC86",
-"9 	c #4FE977",
-"0 	c #3AE766",
-"a 	c #20E252",
-"b 	c #16B940",
-"c 	c #031808",
-"d 	c #889B8D",
-"e 	c #E2FAE8",
-"f 	c #EDFCF1",
-"g 	c #E0FAE6",
-"h 	c #BBF6CA",
-"i 	c #8AF0A4",
-"j 	c #67EC89",
-"k 	c #57EA7D",
-"l 	c #46E870",
-"m 	c #35E663",
-"n 	c #1FE251",
-"o 	c #18C846",
-"p 	c #0D7026",
-"q 	c #202722",
-"r 	c #C9F2D4",
-"s 	c #D5F9DE",
-"t 	c #DFFBE6",
-"u 	c #DCFAE4",
-"v 	c #C8F8D4",
-"w 	c #9DF2B3",
-"x 	c #73ED92",
-"y 	c #5BEB80",
-"z 	c #4EE976",
-"A 	c #3EE76A",
-"B 	c #2EE55E",
-"C 	c #1DE050",
-"D 	c #18C645",
-"E 	c #14A63A",
-"F 	c #021808",
-"G 	c #415446",
-"H 	c #B9F5C8",
-"I 	c #BAF6CA",
-"J 	c #BCF6CB",
-"K 	c #B2F5C4",
-"L 	c #76EE95",
-"M 	c #5DEB82",
-"N 	c #50E977",
-"O 	c #43E86E",
-"P 	c #26E457",
-"Q 	c #1AD84B",
-"R 	c #16BC41",
-"S 	c #129C36",
-"T 	c #53745B",
-"U 	c #A4F3B8",
-"V 	c #99F2B0",
-"W 	c #91F0AA",
-"X 	c #81EF9E",
-"Y 	c #6CEC8D",
-"Z 	c #5AEA7F",
-"` 	c #37E665",
-" .	c #28E559",
-"..	c #1CDF4E",
-"+.	c #18CA46",
-"@.	c #14AC3C",
-"#.	c #118E31",
-"$.	c #073D15",
-"%.	c #4B7455",
-"&.	c #90F1AA",
-"*.	c #73ED93",
-"=.	c #65EC88",
-"-.	c #58EA7E",
-";.	c #4CE975",
-">.	c #41E86C",
-",.	c #36E664",
-"'.	c #1CE04E",
-").	c #19CF48",
-"!.	c #16B840",
-"~.	c #129A35",
-"{.	c #0F802C",
-"].	c #063813",
-"^.	c #305238",
-"/.	c #7EEF9C",
-"(.	c #4AE974",
-"_.	c #3FE76B",
-":.	c #33E662",
-"<.	c #27E458",
-"[.	c #1CE04F",
-"}.	c #19D048",
-"|.	c #13A238",
-"1.	c #10872E",
-"2.	c #0E7428",
-"3.	c #04260D",
-"4.	c #142618",
-"5.	c #6DE88C",
-"6.	c #61EC85",
-"7.	c #55EA7C",
-"8.	c #49E872",
-"9.	c #3FE76A",
-"0.	c #34E662",
-"a.	c #19D249",
-"b.	c #16BD42",
-"c.	c #108C30",
-"d.	c #0E7729",
-"e.	c #0C6C25",
-"f.	c #021006",
-"g.	c #3A9250",
-"h.	c #51EA78",
-"i.	c #3AE767",
-"j.	c #30E65E",
-"k.	c #17BF42",
-"l.	c #14A93A",
-"m.	c #119032",
-"n.	c #0E7A2A",
-"o.	c #0D6E26",
-"p.	c #074016",
-"q.	c #0A1D0F",
-"r.	c #38CF60",
-"s.	c #28E458",
-"t.	c #1EE150",
-"u.	c #1ADA4C",
-"v.	c #18CF48",
-"w.	c #17BE42",
-"x.	c #14A83A",
-"y.	c #118F31",
-"z.	c #0E792A",
-"A.	c #0A5C20",
-"B.	c #010C04",
-"C.	c #0A3114",
-"D.	c #1CCA49",
-"E.	c #18CC46",
-"F.	c #16C042",
-"G.	c #16B53F",
-"H.	c #14A439",
-"I.	c #0E782A",
-"J.	c #0D6D25",
-"K.	c #021507",
-"L.	c #031A09",
-"M.	c #0E7829",
-"N.	c #129734",
-"O.	c #108930",
-"P.	c #0C6A24",
-"Q.	c #073E15",
-"R.	c #04250D",
-"          . + @ # $ %           ",
-"      & * = - ; > , ' ) !       ",
-"    ~ { ] ^ / ( , _ : < [ }     ",
-"  | 1 2 3 4 5 6 7 8 9 0 a b c   ",
-"  d e 3 f g h i j k l m n o p   ",
-"q r s t u v w x y z A B C D E F ",
-"G H I J K 6 L M N O m P Q R S } ",
-"T U V W X Y Z z O `  ...+.@.#.$.",
-"%.&.X *.=.-.;.>.,. .'.).!.~.{.].",
-"^./._ 8 k (._.:.<.[.}.R |.1.2.3.",
-"4.5.6.7.8.9.0.<.'.a.b.E c.d.e.f.",
-"  g.h.l i.j.P '.a.k.l.m.n.o.p.  ",
-"  q.r.:.s.t.u.v.w.x.y.z.o.A.B.  ",
-"    C.D.Q E.F.G.H.#.I.J.A.K.    ",
-"      L.M.@.|.N.O.M.P.p.B.      ",
-"          F } Q.].R.f.          "};
diff --git a/src/plugins/finder/icons/predicate.xpm b/src/plugins/finder/icons/predicate.xpm
deleted file mode 100644
index 4489af303a5..00000000000
--- a/src/plugins/finder/icons/predicate.xpm
+++ /dev/null
@@ -1,195 +0,0 @@
-/* XPM */
-static char * predicate_xpm[] = {
-"16 16 176 2",
-"  	c None",
-". 	c #212822",
-"+ 	c #425446",
-"@ 	c #55755D",
-"# 	c #4E7457",
-"$ 	c #32523A",
-"% 	c #15261A",
-"& 	c #1D201E",
-"* 	c #8A9C8E",
-"= 	c #CCF4D6",
-"- 	c #BEF6CC",
-"; 	c #A7F4BB",
-"> 	c #94F2AD",
-", 	c #84F0A0",
-"' 	c #6EE98E",
-") 	c #37924E",
-"! 	c #081D0E",
-"~ 	c #323633",
-"{ 	c #CEE1D4",
-"] 	c #E2FBE9",
-"^ 	c #D8FAE1",
-"/ 	c #BFF7CE",
-"( 	c #9EF3B4",
-"_ 	c #72ED92",
-": 	c #5CEB81",
-"< 	c #44E86E",
-"[ 	c #27CD52",
-"} 	c #053010",
-"| 	c #1D201D",
-"1 	c #CEE1D3",
-"2 	c #EAFCEF",
-"3 	c #8A938C",
-"4 	c #020202",
-"5 	c #060807",
-"6 	c #050806",
-"7 	c #020402",
-"8 	c #010201",
-"9 	c #020703",
-"0 	c #061A0B",
-"a 	c #19B441",
-"b 	c #16B940",
-"c 	c #031808",
-"d 	c #889B8D",
-"e 	c #E2FAE8",
-"f 	c #ECFCF0",
-"g 	c #717873",
-"h 	c #000000",
-"i 	c #3B4F40",
-"j 	c #2B4E34",
-"k 	c #1C4226",
-"l 	c #153A1E",
-"m 	c #123E1E",
-"n 	c #000100",
-"o 	c #031C0A",
-"p 	c #16BC41",
-"q 	c #0D7026",
-"r 	c #202722",
-"s 	c #C9F2D4",
-"t 	c #D5F9DE",
-"u 	c #DFFBE6",
-"v 	c #4D5650",
-"w 	c #060806",
-"x 	c #9DF2B3",
-"y 	c #73ED92",
-"z 	c #5BEB80",
-"A 	c #4EE976",
-"B 	c #3EE76A",
-"C 	c #0D3D1A",
-"D 	c #0C6C25",
-"E 	c #14A63A",
-"F 	c #021808",
-"G 	c #415446",
-"H 	c #B9F5C8",
-"I 	c #BAF6CA",
-"J 	c #BCF6CB",
-"K 	c #4A6450",
-"L 	c #76EE95",
-"M 	c #5DEB82",
-"N 	c #50E977",
-"O 	c #43E86E",
-"P 	c #35E663",
-"Q 	c #136B2A",
-"R 	c #0C6623",
-"S 	c #129C36",
-"T 	c #53745B",
-"U 	c #A4F3B8",
-"V 	c #99F2B0",
-"W 	c #91F0AA",
-"X 	c #437851",
-"Y 	c #5AEA7F",
-"Z 	c #37E665",
-"` 	c #20AE44",
-" .	c #041B0A",
-"..	c #0D6D26",
-"+.	c #118E31",
-"@.	c #073D15",
-"#.	c #4B7455",
-"$.	c #90F1AA",
-"%.	c #81EF9E",
-"&.	c #73ED93",
-"*.	c #347646",
-"=.	c #010302",
-"-.	c #020804",
-";.	c #010803",
-">.	c #000201",
-",.	c #063813",
-"'.	c #118F32",
-").	c #0F802C",
-"!.	c #305238",
-"~.	c #7EEF9C",
-"{.	c #62EC86",
-"].	c #2D7540",
-"^.	c #1E7434",
-"/.	c #135D26",
-"(.	c #0B4A1C",
-"_.	c #084819",
-":.	c #0A551E",
-"<.	c #10842E",
-"[.	c #129D36",
-"}.	c #10872E",
-"|.	c #0E7428",
-"1.	c #04260D",
-"2.	c #142618",
-"3.	c #6DE88C",
-"4.	c #61EC85",
-"5.	c #55EA7C",
-"6.	c #26743A",
-"7.	c #34E662",
-"8.	c #27E458",
-"9.	c #1CE04E",
-"0.	c #19D249",
-"a.	c #16BD42",
-"b.	c #108C30",
-"c.	c #0E7729",
-"d.	c #021006",
-"e.	c #3A9250",
-"f.	c #51EA78",
-"g.	c #46E870",
-"h.	c #1F7736",
-"i.	c #22CE4E",
-"j.	c #17BF42",
-"k.	c #14A93A",
-"l.	c #119032",
-"m.	c #0E7A2A",
-"n.	c #0D6E26",
-"o.	c #074016",
-"p.	c #0A1D0F",
-"q.	c #38CF60",
-"r.	c #33E662",
-"s.	c #16742E",
-"t.	c #16B740",
-"u.	c #18CF48",
-"v.	c #17BE42",
-"w.	c #14A83A",
-"x.	c #118F31",
-"y.	c #0E792A",
-"z.	c #0A5C20",
-"A.	c #010C04",
-"B.	c #0A3114",
-"C.	c #1CCA49",
-"D.	c #10872F",
-"E.	c #16BB41",
-"F.	c #16B53F",
-"G.	c #14A439",
-"H.	c #0E782A",
-"I.	c #0D6D25",
-"J.	c #021507",
-"K.	c #031A09",
-"L.	c #0E7829",
-"M.	c #14AC3C",
-"N.	c #13A238",
-"O.	c #129734",
-"P.	c #108930",
-"Q.	c #0C6A24",
-"R.	c #073E15",
-"S.	c #04250D",
-"          . + @ # $ %           ",
-"      & * = - ; > , ' ) !       ",
-"    ~ { ] ^ / ( , _ : < [ }     ",
-"  | 1 2 3 4 5 6 7 8 9 0 a b c   ",
-"  d e f g h i j k l m n o p q   ",
-"r s t u v w x y z A B C h D E F ",
-"G H I J K 7 L M N O P Q h R S } ",
-"T U V W X h Y A O Z `  .h ..+.@.",
-"#.$.%.&.*.h h =.-.;.>.h ,.'.).,.",
-"!.~._ {.].h ^./.(._.:.<.[.}.|.1.",
-"2.3.4.5.6.h 7.8.9.0.a.E b.c.D d.",
-"  e.f.g.h.h i.9.0.j.k.l.m.n.o.  ",
-"  p.q.r.s.h t.u.v.w.x.y.n.z.A.  ",
-"    B.C.D.c E.F.G.+.H.I.z.J.    ",
-"      K.L.M.N.O.P.L.Q.o.A.      ",
-"          F } R.,.S.d.          "};
diff --git a/src/plugins/finder/icons/stock_help.png b/src/plugins/finder/icons/stock_help.png
deleted file mode 100644
index 2e923a291918d5ebefbfa4f40f1a2bef92fef664..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 929
zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4(FKV9xM#aSW-Lla#OkB*pOmf6@`9
zW9JSWP&fm`#||7gz%2Uv(18OVx*8iF>M}DQ_D?wqRp*l2{mJ|FEU%Y4b{BMO%-r~y
zBhvr~{`~p$?$~wn?|!zsHx-{hzI?jBv4O#!w1k8o=Ygid^j^|YTl!j3Vc}D$wJVn7
zXsaDKci{ZlV;^3Bk8cZ?-)Fq%@0ad}PdB@_$H&~>`{m}-x6%vre(^)x*C=)1r25KC
z)pbv0R<Bx=vR3W%`2`9`&nu{(JOAPPefzdz^EiV$m4EskzL(d$UH^aX%zb+*KfJp9
z`L(sAgv35Zh#^h4^z;@!eWa(mI7L_a)Y%V@pXaxEn9H)Ude*U(bEmeQV##Jpm2_l_
z(@SHkOO(v!)D<shV`D1>VmF8%SPpLFb#P!{IPkgGMPvWO6?JX$=h@f-R{A6`Exlyq
zRHO2aiK)$O*_|s>e`~H=F7f>C7P)C}S!&<xc`96UYlab9i##~A8>JKu9n@ZR=*)=&
zAHE*XXLEC7Yx9q<GphObt^43Tk9iNjEiUKzY#yId@%^Lq;rsu2c$)q!(&FLaQ37Hg
zh*O#*51ayq?T@Fw_1om->y2xE{_1{s`g=Uj!*#cKP8l`v@JV({%-j197^OgP<OmCQ
zNf^*0YEa#*kG{W`pJ!Y5%Q@op<>~n!D(=?4k~{pBJzrwpzF$1z$*HNSKmI+unasx4
z_8w>{4@6s15->`S15?JM$D3E1OU#InnBdsdZ|9shLo-V&IX(Tyk2kM)fm+0YI{w4l
z`QgjauX~Tz)$XY8ZEkL66o2sGLBfx(5C3fyzy4h=IU%6}=#LN3cy9UC-rd;f818XU
z#mVdZ@wvVMo{yiOpU<<u{(qbG?74I2KD_?B+I(K@txccrHXCb8NJ!`bQ(6r((60ag
zo0htW0lioU#Ib&in(T$8?A&#kv8j2AlAb`Zw)OAl+5G?U<<s5i=KOO&zGGbRtRLvo
zdWcJ%{7&frc{M<M35Y@A%@yD*xu8oPn8NQgTKyFUW(9emIZ&TDo%cDzGvUsOvkWIY
r-vsQO&oe>hr|7AFry0&dqllT|R_B}87Mo{bAPYQQ{an^LB{Ts5>inm8

diff --git a/src/plugins/finder/icons/type.xpm b/src/plugins/finder/icons/type.xpm
deleted file mode 100644
index 695f60ac73d..00000000000
--- a/src/plugins/finder/icons/type.xpm
+++ /dev/null
@@ -1,197 +0,0 @@
-/* XPM */
-static char * type_xpm[] = {
-"16 16 178 2",
-"  	c None",
-". 	c #212822",
-"+ 	c #425446",
-"@ 	c #55755D",
-"# 	c #4E7457",
-"$ 	c #32523A",
-"% 	c #15261A",
-"& 	c #1D201E",
-"* 	c #8A9C8E",
-"= 	c #CCF4D6",
-"- 	c #BEF6CC",
-"; 	c #A7F4BB",
-"> 	c #94F2AD",
-", 	c #84F0A0",
-"' 	c #6EE98E",
-") 	c #37924E",
-"! 	c #081D0E",
-"~ 	c #323633",
-"{ 	c #CEE1D4",
-"] 	c #E2FBE9",
-"^ 	c #D8FAE1",
-"/ 	c #BFF7CE",
-"( 	c #9EF3B4",
-"_ 	c #72ED92",
-": 	c #5CEB81",
-"< 	c #44E86E",
-"[ 	c #27CD52",
-"} 	c #053010",
-"| 	c #1D201D",
-"1 	c #CEE1D3",
-"2 	c #CAD9CE",
-"3 	c #767F79",
-"4 	c #76837A",
-"5 	c #688470",
-"6 	c #507F5C",
-"7 	c #407D50",
-"8 	c #367F49",
-"9 	c #32924B",
-"0 	c #269944",
-"a 	c #1ED44D",
-"b 	c #16B940",
-"c 	c #031808",
-"d 	c #889B8D",
-"e 	c #E2FAE8",
-"f 	c #8F9A92",
-"g 	c #000000",
-"h 	c #118C31",
-"i 	c #18C846",
-"j 	c #0D7026",
-"k 	c #202722",
-"l 	c #C9F2D4",
-"m 	c #D5F9DE",
-"n 	c #DEFAE5",
-"o 	c #BBD5C2",
-"p 	c #9FC8AA",
-"q 	c #80C892",
-"r 	c #0D1A10",
-"s 	c #091A0E",
-"t 	c #3DBA5E",
-"u 	c #289744",
-"v 	c #1E983D",
-"w 	c #1BD24A",
-"x 	c #18C645",
-"y 	c #14A63A",
-"z 	c #021808",
-"A 	c #415446",
-"B 	c #B9F5C8",
-"C 	c #BAF6CA",
-"D 	c #BCF6CB",
-"E 	c #B2F5C4",
-"F 	c #97F2AE",
-"G 	c #76EE95",
-"H 	c #0E2112",
-"I 	c #0A2010",
-"J 	c #43E86E",
-"K 	c #35E663",
-"L 	c #26E457",
-"M 	c #1AD84B",
-"N 	c #16BC41",
-"O 	c #129C36",
-"P 	c #53745B",
-"Q 	c #A4F3B8",
-"R 	c #99F2B0",
-"S 	c #91F0AA",
-"T 	c #81EF9E",
-"U 	c #6CEC8D",
-"V 	c #5AEA7F",
-"W 	c #0C2111",
-"X 	c #09200F",
-"Y 	c #37E665",
-"Z 	c #28E559",
-"` 	c #1CDF4E",
-" .	c #18CA46",
-"..	c #14AC3C",
-"+.	c #118E31",
-"@.	c #073D15",
-"#.	c #4B7455",
-"$.	c #90F1AA",
-"%.	c #73ED93",
-"&.	c #65EC88",
-"*.	c #58EA7E",
-"=.	c #4CE975",
-"-.	c #0A2411",
-";.	c #061D0C",
-">.	c #1CE04E",
-",.	c #19CF48",
-"'.	c #16B840",
-").	c #129A35",
-"!.	c #0F802C",
-"~.	c #063813",
-"{.	c #305238",
-"].	c #7EEF9C",
-"^.	c #62EC86",
-"/.	c #57EA7D",
-"(.	c #4AE974",
-"_.	c #3FE76B",
-":.	c #10451E",
-"<.	c #010903",
-"[.	c #1CE04F",
-"}.	c #19D048",
-"|.	c #13A238",
-"1.	c #10872E",
-"2.	c #0E7428",
-"3.	c #04260D",
-"4.	c #142618",
-"5.	c #6DE88C",
-"6.	c #61EC85",
-"7.	c #55EA7C",
-"8.	c #49E872",
-"9.	c #3FE76A",
-"0.	c #34E662",
-"a.	c #093214",
-"b.	c #021106",
-"c.	c #19D249",
-"d.	c #16BD42",
-"e.	c #108C30",
-"f.	c #0E7729",
-"g.	c #0C6C25",
-"h.	c #021006",
-"i.	c #3A9250",
-"j.	c #51EA78",
-"k.	c #46E870",
-"l.	c #3AE767",
-"m.	c #30E65E",
-"n.	c #021507",
-"o.	c #031D0A",
-"p.	c #17BF42",
-"q.	c #14A93A",
-"r.	c #119032",
-"s.	c #0E7A2A",
-"t.	c #0D6E26",
-"u.	c #074016",
-"v.	c #0A1D0F",
-"w.	c #38CF60",
-"x.	c #33E662",
-"y.	c #28E458",
-"z.	c #1EE150",
-"A.	c #1ADA4C",
-"B.	c #010C04",
-"C.	c #031E0A",
-"D.	c #14A83A",
-"E.	c #118F31",
-"F.	c #0E792A",
-"G.	c #0A5C20",
-"H.	c #0A3114",
-"I.	c #1CCA49",
-"J.	c #18CC46",
-"K.	c #16C042",
-"L.	c #10862E",
-"M.	c #0E782A",
-"N.	c #0D6D25",
-"O.	c #031A09",
-"P.	c #0E7829",
-"Q.	c #129734",
-"R.	c #108930",
-"S.	c #0C6A24",
-"T.	c #073E15",
-"U.	c #04250D",
-"          . + @ # $ %           ",
-"      & * = - ; > , ' ) !       ",
-"    ~ { ] ^ / ( , _ : < [ }     ",
-"  | 1 2 3 4 5 6 7 8 9 0 a b c   ",
-"  d e f g g g g g g g g h i j   ",
-"k l m n o p q r s t u v w x y z ",
-"A B C D E F G H I J K L M N O } ",
-"P Q R S T U V W X Y Z `  ...+.@.",
-"#.$.T %.&.*.=.-.;.Z >.,.'.).!.~.",
-"{.]._ ^./.(._.:.<.[.}.N |.1.2.3.",
-"4.5.6.7.8.9.0.a.b.c.d.y e.f.g.h.",
-"  i.j.k.l.m.L n.o.p.q.r.s.t.u.  ",
-"  v.w.x.y.z.A.B.C.D.E.F.t.G.B.  ",
-"    H.I.M J.K.L.F.+.M.N.G.n.    ",
-"      O.P...|.Q.R.P.S.u.B.      ",
-"          z } T.~.U.h.          "};
diff --git a/src/plugins/finder/icons/type_ax.xpm b/src/plugins/finder/icons/type_ax.xpm
deleted file mode 100644
index 499a2c5d174..00000000000
--- a/src/plugins/finder/icons/type_ax.xpm
+++ /dev/null
@@ -1,26 +0,0 @@
-/* XPM */
-static char * type_e_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 4 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-"o	c red",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XXX.      ",
-"    .XXXXX.     ",
-"   .XXXXXXX.    ",
-"  .XoXXXXXoX.   ",
-" .XXXoXXXoXXX.  ",
-".XXXXXoXoXXXXX. ",
-" .XXXXXoXXXXX.  ",
-"  .XXXoXoXXX.   ",
-"   .XoXXXoX.    ",
-"    .XXXXX.     ",
-"     .XXX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_cl+.xpm b/src/plugins/finder/icons/type_cl+.xpm
deleted file mode 100644
index e954ffdd92a..00000000000
--- a/src/plugins/finder/icons/type_cl+.xpm
+++ /dev/null
@@ -1,28 +0,0 @@
-/* XPM */
-static char * type_cl+_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 6 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c red",
-"o	c darkgreen",
-"O	c green",
-"+	c blue",
-/* pixels */
-"                ",
-"                ",
-"......          ",
-".XXXX.   ...... ",
-".XXXX.ooo.OOOO. ",
-"...... o .OOOO. ",
-"       o ...... ",
-"       o        ",
-"   .   o        ",
-"  ...  o ...... ",
-"   .   oo.++++. ",
-"         .++++. ",
-"         ...... ",
-"                ",
-"                ",
-"                "};
diff --git a/src/plugins/finder/icons/type_cl-.xpm b/src/plugins/finder/icons/type_cl-.xpm
deleted file mode 100644
index ead4e29839c..00000000000
--- a/src/plugins/finder/icons/type_cl-.xpm
+++ /dev/null
@@ -1,28 +0,0 @@
-/* XPM */
-static char * type_cl__xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 6 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c red",
-"o	c darkgreen",
-"O	c green",
-"+	c blue",
-/* pixels */
-"                ",
-"                ",
-"......          ",
-".XXXX.   ...... ",
-".XXXX.ooo.OOOO. ",
-"...... o .OOOO. ",
-"       o ...... ",
-"       o        ",
-"       o        ",
-"  ...  o ...... ",
-"       oo.++++. ",
-"         .++++. ",
-"         ...... ",
-"                ",
-"                ",
-"                "};
diff --git a/src/plugins/finder/icons/type_cl.xpm b/src/plugins/finder/icons/type_cl.xpm
deleted file mode 100644
index 76532185d62..00000000000
--- a/src/plugins/finder/icons/type_cl.xpm
+++ /dev/null
@@ -1,28 +0,0 @@
-/* XPM */
-static char * type_cl_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 6 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c red",
-"o	c darkgreen",
-"O	c green",
-"+	c blue",
-/* pixels */
-"                ",
-"                ",
-"......          ",
-".XXXX.   ...... ",
-".XXXX.ooo.OOOO. ",
-"...... o .OOOO. ",
-"       o ...... ",
-"       o        ",
-"   .   o        ",
-"  ...  o ...... ",
-"   .   oo.++++. ",
-"         .++++. ",
-"         ...... ",
-"                ",
-"                ",
-"                "};
diff --git a/src/plugins/finder/icons/type_com.xpm b/src/plugins/finder/icons/type_com.xpm
deleted file mode 100644
index 31df47ec6e4..00000000000
--- a/src/plugins/finder/icons/type_com.xpm
+++ /dev/null
@@ -1,25 +0,0 @@
-/* XPM */
-static char * clsbr_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 3 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XXX.      ",
-"    .XXXXX.     ",
-"   .XXXXXXX.    ",
-"  .XXXXXXXXX.   ",
-" .XXXXXXXXXXX.  ",
-".XXXXXXXXXXXXX. ",
-" .XXXXXXXXXXX.  ",
-"  .XXXXXXXXX.   ",
-"   .XXXXXXX.    ",
-"    .XXXXX.     ",
-"     .XXX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_con.xpm b/src/plugins/finder/icons/type_con.xpm
deleted file mode 100644
index 2ab65c34523..00000000000
--- a/src/plugins/finder/icons/type_con.xpm
+++ /dev/null
@@ -1,27 +0,0 @@
-/* XPM */
-static char * clsbr_s_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 5 1",
-/* colors */
-" 	c None",
-".	c #7f7f00",
-"X	c black",
-"o	c red",
-"O	c white",
-/* pixels */
-"  ..   X        ",
-" .o.  XOX       ",
-".oo. XOOOX      ",
-"...o.OOOOOX     ",
-"   .o.OOOOOX    ",
-"  XO.o.OOOOOX   ",
-" XOOO.o.OOOOOX  ",
-"XOOOOO.o.OOOOOX ",
-" XOOOOO..OOOOX  ",
-"  XOOOOOOOOOX   ",
-"   XOOOOOOOX    ",
-"    XOOOOOX     ",
-"     XOOOX      ",
-"      XOX       ",
-"       X        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_cov.xpm b/src/plugins/finder/icons/type_cov.xpm
deleted file mode 100644
index 31df47ec6e4..00000000000
--- a/src/plugins/finder/icons/type_cov.xpm
+++ /dev/null
@@ -1,25 +0,0 @@
-/* XPM */
-static char * clsbr_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 3 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XXX.      ",
-"    .XXXXX.     ",
-"   .XXXXXXX.    ",
-"  .XXXXXXXXX.   ",
-" .XXXXXXXXXXX.  ",
-".XXXXXXXXXXXXX. ",
-" .XXXXXXXXXXX.  ",
-"  .XXXXXXXXX.   ",
-"   .XXXXXXX.    ",
-"    .XXXXX.     ",
-"     .XXX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_custom.xpm b/src/plugins/finder/icons/type_custom.xpm
deleted file mode 100644
index ae6c5d9c9b9..00000000000
--- a/src/plugins/finder/icons/type_custom.xpm
+++ /dev/null
@@ -1,25 +0,0 @@
-/* XPM */
-static char * type_gv_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 3 1",
-/* colors */
-" 	c None",
-".	c darkgreen",
-"X	c black",
-/* pixels */
-"                ",
-"                ",
-"                ",
-"                ",
-"                ",
-"                ",
-"                ",
-"                ",
-"                ",
-"       XX       ",
-"         ...    ",
-" ..   ...   .   ",
-" .....      .   ",
-" XXX         X  ",
-"XXXXX       XXX ",
-" XXX         X  "};
diff --git a/src/plugins/finder/icons/type_e.xpm b/src/plugins/finder/icons/type_e.xpm
deleted file mode 100644
index 2e114e37539..00000000000
--- a/src/plugins/finder/icons/type_e.xpm
+++ /dev/null
@@ -1,26 +0,0 @@
-/* XPM */
-static char * type_e_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 4 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-"o	c blue",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XXX.      ",
-"    .XXXXX.     ",
-"   .XXXoXXX.    ",
-"  .XXXXoXXXX.   ",
-" .XXXXXoXXXXX.  ",
-".XXXoooooooXXX. ",
-" .XXXXXoXXXXX.  ",
-"  .XXXXoXXXX.   ",
-"   .XXXoXXX.    ",
-"    .XXXXX.     ",
-"     .XXX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_ec.xpm b/src/plugins/finder/icons/type_ec.xpm
deleted file mode 100644
index 7442ceabc85..00000000000
--- a/src/plugins/finder/icons/type_ec.xpm
+++ /dev/null
@@ -1,26 +0,0 @@
-/* XPM */
-static char * clsbr_ec_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 4 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-"o	c blue",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XXX.      ",
-"    .XXXXX.     ",
-"   .XXXXXXX.    ",
-"  .XXoXXXoXX.   ",
-" .XXXoXXXoXXX.  ",
-".XXoooooooooXX. ",
-" .XXXoXXXoXXX.  ",
-"  .XXoXXXoXX.   ",
-"   .XXXXXXX.    ",
-"    .XXXXX.     ",
-"     .XXX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_fd.xpm b/src/plugins/finder/icons/type_fd.xpm
deleted file mode 100644
index 1db72895898..00000000000
--- a/src/plugins/finder/icons/type_fd.xpm
+++ /dev/null
@@ -1,26 +0,0 @@
-/* XPM */
-static char * type_fd_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 4 1",
-/* colors */
-" 	c None",
-".	c white",
-"X	c darkgreen",
-"o	c blue",
-/* pixels */
-"                ",
-"       .        ",
-"    XX   o.o    ",
-"   XX   oo.oo   ",
-"   XX  oo...oo  ",
-"   XX  oo...oo  ",
-"   XX  oo...oo  ",
-"  XXXX oo...oo  ",
-"   XX  oo...oo  ",
-"   XX  oo...oo  ",
-"   XX  oo...oo  ",
-"   XX   oo.oo   ",
-"  XX     o.o    ",
-"                ",
-"                ",
-"                "};
diff --git a/src/plugins/finder/icons/type_fr.xpm b/src/plugins/finder/icons/type_fr.xpm
deleted file mode 100644
index 49d18a2cdf3..00000000000
--- a/src/plugins/finder/icons/type_fr.xpm
+++ /dev/null
@@ -1,27 +0,0 @@
-/* XPM */
-static char * clsbr_fr_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 5 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-"o	c blue",
-"O	c red",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XXX.      ",
-"    .XXXXX.     ",
-"   .XXXXXXX.    ",
-"  .XXooXOOXX.   ",
-" .XXooooOOOXX.  ",
-".XXooooooOOOXX. ",
-" .XXooooOOOXX.  ",
-"  .XXooXOOXX.   ",
-"   .XXXXXXX.    ",
-"    .XXXXX.     ",
-"     .XXX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_fu.xpm b/src/plugins/finder/icons/type_fu.xpm
deleted file mode 100644
index 71823003c30..00000000000
--- a/src/plugins/finder/icons/type_fu.xpm
+++ /dev/null
@@ -1,26 +0,0 @@
-/* XPM */
-static char * type_fu_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 4 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-"o	c red",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XXX.      ",
-"    .XXooX.     ",
-"   .XXooXXX.    ",
-"  .XXXooXXXX.   ",
-" .XXXXooXXXXX.  ",
-".XXXooooooXXXX. ",
-" .XXXXooXXXXX.  ",
-"  .XXXooXXXX.   ",
-"   .XXooXXX.    ",
-"    .ooXXX.     ",
-"     .XXX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_gv.xpm b/src/plugins/finder/icons/type_gv.xpm
deleted file mode 100644
index f151e5a304b..00000000000
--- a/src/plugins/finder/icons/type_gv.xpm
+++ /dev/null
@@ -1,25 +0,0 @@
-/* XPM */
-static char * type_gv_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 3 1",
-/* colors */
-" 	c None",
-".	c darkgreen",
-"X	c black",
-/* pixels */
-"                ",
-"      ...       ",
-"     .....      ",
-"     .....      ",
-"     .....      ",
-"      ...       ",
-"                ",
-"       X        ",
-"      XXX       ",
-"     XXXXX      ",
-"     XXXXX      ",
-"    X  X  X     ",
-"       X        ",
-"       X        ",
-"                ",
-"                "};
diff --git a/src/plugins/finder/icons/type_iv.xpm b/src/plugins/finder/icons/type_iv.xpm
deleted file mode 100644
index 5aa842c1c8b..00000000000
--- a/src/plugins/finder/icons/type_iv.xpm
+++ /dev/null
@@ -1,26 +0,0 @@
-/* XPM */
-static char * type_iv_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 4 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-"o	c red",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XoX.      ",
-"    .XooXX.     ",
-"   .XXooXXX.    ",
-"  .XXXXXXXXX.   ",
-" .XXXoooXXXXX.  ",
-".XXXooooXXXXXX. ",
-" .XXoXooXXoXX.  ",
-"  .XXXooXoXX.   ",
-"   .XXoooXX.    ",
-"    .XooXX.     ",
-"     .XXX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_lv.xpm b/src/plugins/finder/icons/type_lv.xpm
deleted file mode 100644
index c6e20ed4b43..00000000000
--- a/src/plugins/finder/icons/type_lv.xpm
+++ /dev/null
@@ -1,27 +0,0 @@
-/* XPM */
-static char * type_lv_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 5 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-"o	c red",
-"O	c blue",
-/* pixels */
-"       ..       ",
-"      .XX.      ",
-"     .XXXX.     ",
-"    .XXXXXX.    ",
-"   .XooXXooX.   ",
-"  .XooXXXXooX.  ",
-" .XXooXOOXooXX. ",
-".XXooXOOOOXooXX.",
-".XXooXOOOOXooXX.",
-" .XXooXOOXooXX. ",
-"  .XooXXXXooX.  ",
-"   .XooXXooX.   ",
-"    .XXXXXX.    ",
-"     .XXXX.     ",
-"      .XX.      ",
-"       ..       "};
diff --git a/src/plugins/finder/icons/type_ma.xpm b/src/plugins/finder/icons/type_ma.xpm
deleted file mode 100644
index 1366632b657..00000000000
--- a/src/plugins/finder/icons/type_ma.xpm
+++ /dev/null
@@ -1,26 +0,0 @@
-/* XPM */
-static char * type_ma_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 4 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-"o	c blue",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XXX.      ",
-"    .XXXXX.     ",
-"   .XXoXoXX.    ",
-"  .XXXoXoXXX.   ",
-" .XXoooooooXX.  ",
-".XXXXXoXoXXXXX. ",
-" .XXoooooooXX.  ",
-"  .XXXoXoXXX.   ",
-"   .XXoXoXX.    ",
-"    .XXXXX.     ",
-"     .XXX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_md.xpm b/src/plugins/finder/icons/type_md.xpm
deleted file mode 100644
index f471123a5c9..00000000000
--- a/src/plugins/finder/icons/type_md.xpm
+++ /dev/null
@@ -1,26 +0,0 @@
-/* XPM */
-static char * type_md_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 4 1",
-/* colors */
-" 	c None",
-".	c blue",
-"X	c white",
-"o	c darkgreen",
-/* pixels */
-"                ",
-"                ",
-"                ",
-"         ..X..  ",
-"oo   oo ..XXX.. ",
-"ooooooo ..XXX.. ",
-"ooooooo ..XXX.. ",
-"oo o oo ..XXX.. ",
-"oo   oo ..XXX.. ",
-"oo   oo ..XXX.. ",
-"oo   oo ..XXX.. ",
-"         ..X..  ",
-"                ",
-"                ",
-"                ",
-"                "};
diff --git a/src/plugins/finder/icons/type_mi.xpm b/src/plugins/finder/icons/type_mi.xpm
deleted file mode 100644
index bb30f17f162..00000000000
--- a/src/plugins/finder/icons/type_mi.xpm
+++ /dev/null
@@ -1,26 +0,0 @@
-/* XPM */
-static char * type_mi_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 4 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-"o	c red",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XXX.      ",
-"    .XXXXX.     ",
-"   .XXXXXXX.    ",
-"  .XoooXoooX.   ",
-" .XXoooooooXX.  ",
-".XXXooXoXooXXX. ",
-" .XXooXXXooXX.  ",
-"  .XooXXXooX.   ",
-"   .ooXXXoo.    ",
-"    .XXXXX.     ",
-"     .XXX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_su.xpm b/src/plugins/finder/icons/type_su.xpm
deleted file mode 100644
index 31df47ec6e4..00000000000
--- a/src/plugins/finder/icons/type_su.xpm
+++ /dev/null
@@ -1,25 +0,0 @@
-/* XPM */
-static char * clsbr_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 3 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XXX.      ",
-"    .XXXXX.     ",
-"   .XXXXXXX.    ",
-"  .XXXXXXXXX.   ",
-" .XXXXXXXXXXX.  ",
-".XXXXXXXXXXXXX. ",
-" .XXXXXXXXXXX.  ",
-"  .XXXXXXXXX.   ",
-"   .XXXXXXX.    ",
-"    .XXXXX.     ",
-"     .XXX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_t.xpm b/src/plugins/finder/icons/type_t.xpm
deleted file mode 100644
index f7d4d01f8f3..00000000000
--- a/src/plugins/finder/icons/type_t.xpm
+++ /dev/null
@@ -1,29 +0,0 @@
-/* XPM */
-static char * type_t_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 7 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c blue",
-"o	c white",
-"O	c yellow",
-"+	c red",
-"@	c green",
-/* pixels */
-"       .        ",
-" XX   .o.   XX  ",
-"XX   .....   XX ",
-"XX  ..OOO..  XX ",
-"XX .o.OOO.o. XX ",
-"XX.oo.....oo.XX ",
-"XXoooo.o.ooooXX ",
-"XXooo.ooo.oooXX ",
-"XXoo.ooooo.ooXX ",
-"XX.....o.....XX ",
-"XX .++.o.@@. XX ",
-"XX .++.o.@@. XX ",
-"XX ....o.... XX ",
-"XX    .o.    XX ",
-" XX    .    XX  ",
-"                "};
diff --git a/src/plugins/finder/icons/type_ud.xpm b/src/plugins/finder/icons/type_ud.xpm
deleted file mode 100644
index e09731a85eb..00000000000
--- a/src/plugins/finder/icons/type_ud.xpm
+++ /dev/null
@@ -1,27 +0,0 @@
-/* XPM */
-static char * type_ud_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 5 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c white",
-"o	c gray",
-"O	c red",
-/* pixels */
-"       .        ",
-"      .X.       ",
-"     .XoX.      ",
-"    .XoXoX.     ",
-"   .XoOOOoX.    ",
-"  .XoOOOOOoX.   ",
-" .XoXOXoXOXoX.  ",
-".XoXoXoXOOoXoX. ",
-" .XoXoXOOoXoX.  ",
-"  .XoXoOoXoX.   ",
-"   .XoXoXoX.    ",
-"    .XoOoX.     ",
-"     .XoX.      ",
-"      .X.       ",
-"       .        ",
-"                "};
diff --git a/src/plugins/finder/icons/type_un.xpm b/src/plugins/finder/icons/type_un.xpm
deleted file mode 100644
index a534cf0443f..00000000000
--- a/src/plugins/finder/icons/type_un.xpm
+++ /dev/null
@@ -1,29 +0,0 @@
-/* XPM */
-static char * type_un_xpm[] = {
-/* width height num_colors chars_per_pixel */
-"16 16 7 1",
-/* colors */
-" 	c None",
-".	c black",
-"X	c yellow",
-"o	c #5f5f5f",
-"O	c blue",
-"+	c red",
-"@	c green",
-/* pixels */
-"       .        ",
-"      . .       ",
-" .............. ",
-" .XXXXXXXXXXXX. ",
-" .............. ",
-"                ",
-"  .     .     . ",
-"     .     .    ",
-"  o  .  o  .  o ",
-" oOo . o+o . o@o",
-"oOOOo.o+++o.o@@@",
-" oOo . o+o . o@o",
-"  o  .  o  .  o ",
-"     .     .    ",
-"                ",
-"                "};
diff --git a/src/plugins/finder/icons/undef.xpm b/src/plugins/finder/icons/undef.xpm
deleted file mode 100644
index 538104675e13099e9acf39551265ffc53fd243cf..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 6129
zcmeH_O-sW-5QcNkuNabBkfhOzARZJ8F4!7Ouo00E)2&&kX-T%Ih`+t=P9;Xzv?vHY
z%zIeo^JRFFz=Jdzffv|~%%v!xDDxV;RW;?a`v*9McRTRlMNDN0B^OVnglhGi6^r?z
zZg9BCmb}iE;+4;}jRQ*I;rFW}Om(0YItSYG%R;aCP=Gr_sh;ENbb#87qIrYvZbvxl
zw{rI~@7`;FoY*lNMOQ;mWDQCTwH>8%mP9P=@jKqJY-o?qQWmSa@xCA5(XebNp<ihB
z+x#Ymr7b1&Q+Jr|`-|Tti<9e{JDAi$N?yU^8>F{z<cEWN%N6~t;rODzNgX0U1c(3;
tAOb{y2oQl^6R^5kx3a7@T>pREy@6sPKm>>Y5g-CYfCvx)BCy8<J^_bsBGdo?

diff --git a/src/plugins/finder/icons/volatile.xpm b/src/plugins/finder/icons/volatile.xpm
deleted file mode 100644
index 35f65427f8c..00000000000
--- a/src/plugins/finder/icons/volatile.xpm
+++ /dev/null
@@ -1,55 +0,0 @@
-/* XPM */
-static char * model_var_xpm[] = {
-"16 16 36 1",
-" 	c None",
-".	c #212822",
-"+	c #425446",
-"@	c #55755D",
-"#	c #4E7457",
-"$	c #32523A",
-"%	c #15261A",
-"&	c #1D201E",
-"*	c #8A9C8E",
-"=	c #FFFFFF",
-"-	c #081D0E",
-";	c #323633",
-">	c #053010",
-",	c #1D201D",
-"'	c #83D9E3",
-")	c #031808",
-"!	c #889B8D",
-"~	c #202722",
-"{	c #021808",
-"]	c #415446",
-"^	c #53745B",
-"/	c #073D15",
-"(	c #4B7455",
-"_	c #063813",
-":	c #305238",
-"<	c #04260D",
-"[	c #142618",
-"}	c #021006",
-"|	c #0A1D0F",
-"1	c #010C04",
-"2	c #0A3114",
-"3	c #021507",
-"4	c #031A09",
-"5	c #074016",
-"6	c #073E15",
-"7	c #04250D",
-"     .+@#$%     ",
-"   &*=======-   ",
-"  ;==========>  ",
-" ,==''=====''=) ",
-" !=''''===''''= ",
-"~=''''''''''''={",
-"]='''''''''''==>",
-"^==''''''''''==/",
-"(=='''''''''''=_",
-":=''''''''''''=<",
-"[=''''''''''''=}",
-" ==''''''''''== ",
-" |==''=====''=1 ",
-"  2==========3  ",
-"   4=======51   ",
-"     {>6_7}     "};
diff --git a/src/plugins/finder/register.ml b/src/plugins/finder/register.ml
deleted file mode 100644
index 8cf90bae98f..00000000000
--- a/src/plugins/finder/register.ml
+++ /dev/null
@@ -1,44 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of Frama-C.                                         *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2016                                               *)
-(*    CEA (Commissariat à l'énergie atomique et aux énergies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  All rights reserved.                                                  *)
-(*  Contact CEA LIST for licensing.                                       *)
-(*                                                                        *)
-(**************************************************************************)
-
-include
-  Plugin.Register
-  (struct
-     let name = "Finder"
-     let shortname = "finder"
-     let help = "The finder function of main gui"
-   end)
-
-module Enabled =
-  True
-    (struct
-       let option_name = "-finder"
-       let help = "enable the searching features in GUI"
-     end)
-
-
-(** call main function of the finder *)
-
-let print =
-  let f = Finder_gui.find in
-    Dynamic.register
-      "Finder.run"
-      ~journalize:true
-      (Datatype.func Datatype.unit Datatype.unit)
-      f
-
-(** Print 'Hello World!' whenever the option is set. *)
-let run () =  if Enabled.get () then Finder_gui.find ()
-
-(** Register the function [run] as a main entry point. *)
-let () = Db.Main.extend run
diff --git a/src/plugins/from/from_parameters.ml b/src/plugins/from/from_parameters.ml
index 6671d78a947..b362cd591ec 100644
--- a/src/plugins/from/from_parameters.ml
+++ b/src/plugins/from/from_parameters.ml
@@ -62,20 +62,6 @@ let () =
     (fun _ new_ ->
       if new_ then ForceCallDeps.set true)
 
-module PathDeps =
-False
-    (struct
-       let option_name = "-experimental-path-deps"
-       let help = "experimental"
-     end)
-
-module MemDeps =
-False
-    (struct
-       let option_name = "-experimental-mem-deps"
-       let help = "experimental"
-     end)
-
 
 
 (*
diff --git a/src/plugins/from/from_parameters.mli b/src/plugins/from/from_parameters.mli
index aa3b9890156..8d7c9a31de0 100644
--- a/src/plugins/from/from_parameters.mli
+++ b/src/plugins/from/from_parameters.mli
@@ -35,12 +35,6 @@ module ShowIndirectDeps: Parameter_sig.Bool
 (** Option -from-verify-assigns. *)
 module VerifyAssigns: Parameter_sig.Bool
 
-(** Option -experimental-path-deps *)
-module PathDeps: Parameter_sig.Bool
-
-(** Option -experimental-mem-deps *)
-module MemDeps: Parameter_sig.Bool
-
 
 (*
 Local Variables:
diff --git a/src/plugins/from/mem_dependencies.ml b/src/plugins/from/mem_dependencies.ml
deleted file mode 100644
index 085b92cb443..00000000000
--- a/src/plugins/from/mem_dependencies.ml
+++ /dev/null
@@ -1,184 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of Frama-C.                                         *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2016                                               *)
-(*    CEA (Commissariat à l'énergie atomique et aux énergies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-open Cil_types
-open Cil
-open Cil_datatype
-open Locations
-
-module Functionwise_Memdeps =
-  Kernel_function.Make_Table
-    (Zone)
-    (struct
-       let name = "Functionwise memdeps"
-       let size = 17
-       let dependencies = [ Db.Value.self ]
-     end)
-
-class do_memdeps froms callwise_states_with_formals =
-object(self)
-  inherit Cil.nopCilVisitor
-  val mutable inputs = Zone.bottom
-
-  method result = inputs
-
-  method join new_ =
-    inputs <- Zone.join new_ inputs;
-
-  method! vstmt s =
-    if Db.Value.is_reachable
-      (Db.Value.get_stmt_state (Extlib.the self#current_stmt))
-    then begin
-      match s.skind with
-      | UnspecifiedSequence seq ->
-        List.iter
-          (fun (stmt,_,_,_,_) ->
-            ignore (visitCilStmt (self:>cilVisitor) stmt))
-          seq;
-        SkipChildren (* do not visit the additional lvals *)
-      | If (_cond, _th, _el, _) ->
-        DoChildren (* for _cond and for the statements in _th, _el *)
-      | Loop _ | Block _ ->
-        DoChildren (* for the statements *)
-      | Switch _ ->
-        DoChildren (* for the statements and the expression *)
-      | Instr _ ->
-        DoChildren (* for Calls *)
-      | Return _ | Throw _ ->
-	DoChildren
-      | Goto _ | Break _ | Continue _ ->
-        SkipChildren
-      | TryExcept _ | TryFinally _ | TryCatch _ -> assert false
-    end
-    else SkipChildren
-
-  method stmt_froms =
-    let stmt = Extlib.the (self#current_stmt) in
-    Stmt.Hashtbl.find froms stmt
-
-  method! vlval lv =
-    let deps,_loc =
-      !Db.Value.lval_to_loc_with_deps (* loc ignored *)
-        ~with_alarms:CilE.warn_none_mode
-        ~deps:Zone.bottom
-        (Kstmt (Extlib.the self#current_stmt))
-        lv
-    in
-    let froms = self#stmt_froms in
-    let all_f = Function_Froms.Memory.find froms deps in
-    self#join all_f;
-    (*    Format.printf "lval: all %a all_f %a@."
-          Zone.pretty all
-          Zone.pretty all_f; *)
-    SkipChildren
-
-  method! vinst i =
-    let current_stmt = Extlib.the self#current_stmt in
-    if Db.Value.is_reachable (Db.Value.get_stmt_state current_stmt)
-    then begin
-      match i with
-      | Call (_lv_opt,_exp,_args,_) ->
-        let current_stmt = Extlib.the self#current_stmt in
-        let states_with_formals =
-          try Stmt.Hashtbl.find callwise_states_with_formals current_stmt
-          with Not_found -> assert false
-        in
-        let all_f =
-          List.fold_left
-            (fun acc (kf, state_with_formals) ->
-              if not (!Db.Value.use_spec_instead_of_definition kf)
-              then
-                let deps =
-                  try
-                    Functionwise_Memdeps.find kf
-                  with Not_found ->
-                    Format.printf "Mem dependencies not found for %a@."
-                      Kernel_function.pretty kf;
-                    assert false
-                in
-                let deps_f = Function_Froms.Memory.find
-                  state_with_formals
-                  deps
-                in
-                Zone.join acc deps_f
-              else begin
-                Format.printf "Assuming library function %a has no mem dependencies@."
-                  Kernel_function.pretty kf;
-                acc
-              end)
-	    Zone.bottom
-            states_with_formals
-        in
-        self#join all_f;
-        DoChildren
-      | _ -> DoChildren
-    end
-    else SkipChildren
-
-  method! vexpr exp =
-    match exp.enode with
-    | AddrOf lv | StartOf lv ->
-      let deps,_loc =
-        !Db.Value.lval_to_loc_with_deps (* loc ignored *)
-          ~with_alarms:CilE.warn_none_mode
-          ~deps:Zone.bottom
-          (Kstmt (Extlib.the self#current_stmt))
-          lv
-      in
-      let froms = self#stmt_froms in
-      let deps_f = Function_Froms.Memory.find froms deps in
-      self#join deps_f;
-        (*      Format.printf "AddrOf: deps %a deps_f %a@."
-                Zone.pretty deps
-                Zone.pretty deps_f; *)
-      SkipChildren
-    | _ -> DoChildren
-
-end
-
-let compute_memdeps (stack, froms, callwise_states_with_formals) =
-  let kf = Stack.top stack in
-  let name = Kernel_function.get_name kf in
-  Format.printf "Computing mem dependencies for function %s@." name;
-  match kf.fundec with
-    Definition (f, _) -> begin
-      let computer = new do_memdeps froms callwise_states_with_formals in
-      ignore (visitCilFunction (computer:>cilVisitor) f);
-      let result = computer#result in
-      Format.printf "Mem dependencies of %s: %a@."
-        name
-        Zone.pretty result;
-      try
-        ignore (Functionwise_Memdeps.find kf);
-        assert false
-      with Not_found ->
-        Functionwise_Memdeps.add kf result
-      end
-  | Declaration _ ->
-      assert false
-
-let () =
-  Cmdline.run_after_configuring_stage
-    (fun () ->
-      if From_parameters.MemDeps.get ()
-      then Db.From.Record_From_Callbacks.extend_once compute_memdeps)
-
diff --git a/src/plugins/from/path_dependencies.ml b/src/plugins/from/path_dependencies.ml
deleted file mode 100644
index 2b4e129679d..00000000000
--- a/src/plugins/from/path_dependencies.ml
+++ /dev/null
@@ -1,199 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of Frama-C.                                         *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2016                                               *)
-(*    CEA (Commissariat à l'énergie atomique et aux énergies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-open Cil_types
-open Cil
-open Cil_datatype
-open Locations
-
-module Functionwise_Pathdeps =
-  Kernel_function.Make_Table
-    (Zone)
-    (struct
-       let name = "Functionwise pathdeps"
-       let size = 17
-       let dependencies = [ Db.Value.self ]
-     end)
-
-class do_pathdeps froms callwise_states_with_formals =
-object(self)
-  inherit Cil.nopCilVisitor
-  val mutable inputs = Zone.bottom
-
-  method result = inputs
-
-  method join new_ =
-    inputs <- Zone.join new_ inputs;
-
-  method! vstmt s =
-    if Db.Value.is_reachable
-      (Db.Value.get_stmt_state (Extlib.the self#current_stmt))
-    then begin
-      match s.skind with
-      | UnspecifiedSequence seq ->
-        List.iter
-          (fun (stmt,_,_,_,_) ->
-            ignore (visitCilStmt (self:>cilVisitor) stmt))
-          seq;
-        SkipChildren (* do not visit the additional lvals *)
-      | If (_cond, _th, _el, _) ->
-        DoChildren (* for _cond and for the statements in _th, _el *)
-      | Loop _ | Block _ ->
-        DoChildren (* for the statements *)
-      | Switch _ ->
-        DoChildren (* for the statements and the expression *)
-      | Instr _ ->
-        DoChildren (* for Calls *)
-      | Return _ | Goto _ | Break _ | Continue _ | Throw _ ->
-        SkipChildren
-      | TryExcept _ | TryFinally _ | TryCatch _ -> assert false
-    end
-    else SkipChildren
-
-  method stmt_froms =
-    let stmt = Extlib.the (self#current_stmt) in
-    Stmt.Hashtbl.find froms stmt
-
-  method! vlval lv =
-    let state = Db.Value.get_stmt_state (Extlib.the self#current_stmt) in
-    let deps, z, _exact =
-      !Db.Value.lval_to_zone_with_deps_state
-        ~for_writing:false
-        ~deps:(Some Zone.bottom)
-        state
-        lv
-    in
-    let all = Zone.join z deps in
-    begin try
-	let froms = self#stmt_froms in
-	let all_f = Function_Froms.Memory.find froms all in
-	self#join all_f;
-	(*    Format.printf "lval: all %a all_f %a@."
-              Zone.pretty all
-              Zone.pretty all_f; *)
-      with Not_found ->
-	()
-    end;
-    SkipChildren
-
-  method! vinst i =
-    let current_stmt = Extlib.the self#current_stmt in
-    if Db.Value.is_reachable (Db.Value.get_stmt_state current_stmt)
-    then begin
-      match i with
-      | Call (_lv_opt,exp,_args,_) ->
-        let current_stmt = Extlib.the self#current_stmt in
-
-        let deps_callees, _callees =
-          !Db.Value.expr_to_kernel_function
-            ~with_alarms:CilE.warn_none_mode
-            ~deps:(Some Zone.bottom)
-            (Kstmt current_stmt) exp
-        in
-	begin try 
-            let states_with_formals =
-              Stmt.Hashtbl.find callwise_states_with_formals current_stmt
-            in
-            let all_f =
-              List.fold_left
-		(fun acc (kf, state_with_formals) ->
-		  if not (!Db.Value.use_spec_instead_of_definition kf)
-		  then
-                    let deps =
-                      try
-			Functionwise_Pathdeps.find kf
-                      with Not_found ->
-			Format.printf "pathdeps dependencies not found for %a@."
-			  Kernel_function.pretty kf;
-			assert false
-                    in
-                    let deps_f = Function_Froms.Memory.find
-                      state_with_formals
-                      deps
-                    in
-                    Zone.join acc deps_f
-		  else begin
-                      Format.printf "Assuming library function %a has no path dependencies@."
-			Kernel_function.pretty kf;
-                      acc
-		    end)
-		deps_callees
-		states_with_formals
-            in
-            self#join all_f;
-          with Not_found 
-	    (* from Stmt.Hashtbl.find callwise_states_with_formals current_stmt *)
-	    -> ()
-	end;
-        SkipChildren
-      | _ -> SkipChildren
-    end
-    else SkipChildren
-
-  method! vexpr exp =
-    match exp.enode with
-    | AddrOf lv | StartOf lv ->
-      let deps,_loc =
-        !Db.Value.lval_to_loc_with_deps (* loc ignored *)
-          ~with_alarms:CilE.warn_none_mode
-          ~deps:Zone.bottom
-          (Kstmt (Extlib.the self#current_stmt))
-          lv
-      in
-      let froms = self#stmt_froms in
-      let deps_f = Function_Froms.Memory.find froms deps in
-      self#join deps_f;
-        (*      Format.printf "AddrOf: deps %a deps_f %a@."
-                Zone.pretty deps
-                Zone.pretty deps_f; *)
-      SkipChildren
-    | _ -> DoChildren
-
-end
-
-let compute_pathdeps (stack, froms, callwise_states_with_formals) =
-  let kf = Stack.top stack in
-  let name = Kernel_function.get_name kf in
-  Format.printf "Computing path dependencies for function %s@." name;
-  match kf.fundec with
-    Definition (f, _) -> begin
-      let computer = new do_pathdeps froms callwise_states_with_formals in
-      ignore (visitCilFunction (computer:>cilVisitor) f);
-      let result = computer#result in
-      Format.printf "Path dependencies of %s: %a@."
-        name
-        Zone.pretty result;
-      try
-	let old = Functionwise_Pathdeps.find kf in
-	Functionwise_Pathdeps.replace kf (Zone.join old result)
-      with Not_found ->
-        Functionwise_Pathdeps.add kf result
-      end
-  | Declaration _ ->
-      assert false
-
-let () =
-  Cmdline.run_after_configuring_stage
-    (fun () ->
-      if From_parameters.PathDeps.get ()
-      then Db.From.Record_From_Callbacks.extend_once compute_pathdeps)
-
diff --git a/src/plugins/gui/gtk_helper.ml b/src/plugins/gui/gtk_helper.ml
index 46815c9aff5..62018df1c44 100644
--- a/src/plugins/gui/gtk_helper.ml
+++ b/src/plugins/gui/gtk_helper.ml
@@ -155,7 +155,7 @@ module Configuration = struct
   let set_list key l = set key (ConfList l)
   let use_list = useConfigurationList
   let find_list = findConfigurationList
-
+  
   class type ['a] selector =
     object
       method set : 'a -> unit
diff --git a/src/plugins/gui/gtk_helper.mli b/src/plugins/gui/gtk_helper.mli
index f623ecad42e..230adf06e26 100644
--- a/src/plugins/gui/gtk_helper.mli
+++ b/src/plugins/gui/gtk_helper.mli
@@ -120,11 +120,23 @@ module Configuration: sig
   val use_list: string -> (configData list -> unit) -> unit
   val set_list: string -> configData list -> unit
 
-
+  (** Helpers to connect widgets to configuration values.
+      The configuration value is first pushed to the widget
+      using method [#set], or the [~default] value is used instead.
+      
+      Then, a callback is registered
+      into the widget via [#connect] such that subsequent
+      values from user's action are saved back into the 
+      configuration file. *)
+
+  (** Abstract interface to the connected widget. 
+      This API is consistent with the [Widget] ones. *)
   class type ['a] selector =
     object
       method set : 'a -> unit
+      (** Set's widget value to given one. *)
       method connect : ('a -> unit) -> unit
+      (** Register a callback invoked by the widget each time the value is edited. *)
     end
     
   val config_int : key:string -> default:int -> int #selector -> unit
@@ -132,6 +144,8 @@ module Configuration: sig
   val config_string : key:string -> default:string -> string #selector -> unit
   val config_values : key:string -> default:'a ->
     values:('a * string) list -> 'a #selector -> unit
+  (** The [values] field is used as a dictionnary of available values. 
+      They are compared with [Pervasives.(=)]. *)
   
 end
 
diff --git a/src/plugins/gui/wbox.ml b/src/plugins/gui/wbox.ml
index 80fdb96fe3f..c2d28b9378d 100644
--- a/src/plugins/gui/wbox.ml
+++ b/src/plugins/gui/wbox.ml
@@ -22,29 +22,28 @@
 
 open Widget
 
-type expand = Stick | Field | SideBar | Panel
+type expand = W | H | V | HV
 
-let hdir = function Stick | SideBar -> false | Field | Panel -> true
-let vdir = function Stick | Field -> false | SideBar | Panel -> true
+let hdir = function W | V -> false | H | HV -> true
+let vdir = function W | H -> false | V | HV -> true
 
 type box =
   | Void
   | ToEnd
   | Pack of expand * int * widget
 
-let box ?(expand=Stick) ?(padding=0) ?widget () =
+let box ?(expand=W) ?(padding=0) ?widget () =
   match widget with
   | None -> Void
   | Some w -> Pack(expand,padding,(w :> widget))
-let g ?(expand=Stick) ?(padding=0) g = Pack(expand,padding,new Wutil.gobj_widget g)
-let w ?(expand=Stick) ?(padding=0) a = Pack(expand,padding,(a :> widget))
-let s ?(padding=0) a = Pack(Stick,padding,(a :> widget))
-let f ?(padding=0) a = Pack(Field,padding,(a :> widget))
-let b ?(padding=0) a = Pack(SideBar,padding,(a :> widget))
-let p ?(padding=0) a = Pack(Panel,padding,(a :> widget))
+let g ?(expand=W) ?(padding=0) g = Pack(expand,padding,new Wutil.gobj_widget g)
+let w ?(expand=W) ?(padding=0) a = Pack(expand,padding,(a :> widget))
+let h ?(padding=0) a = Pack(H,padding,(a :> widget))
+let v ?(padding=0) a = Pack(V,padding,(a :> widget))
+let hv ?(padding=0) a = Pack(HV,padding,(a :> widget))
 
 let label ?(fill=false) ?style ?align ?padding text =
-  w ~expand:(if fill then Field else Stick) ?padding
+  w ~expand:(if fill then H else W) ?padding
     (new Widget.label ~text ?align ?style ())
 
 let rec populate dir (box : #GPack.box) from = function
@@ -89,11 +88,11 @@ let panel ?top ?left ?right ?bottom center =
   let middle =
     match left , right with
     | None , None -> (center :> widget)
-    | Some a , Some b -> hbox [ s a ; p ~padding:2 center ; s b ]
-    | None , Some b -> hbox [ p ~padding:2 center ; s b ]
-    | Some a , None -> hbox [ s a ; p ~padding:2 center ]
+    | Some a , Some b -> hbox [ v a ; hv ~padding:2 center ; v b ]
+    | None , Some b -> hbox [ hv ~padding:2 center ; v b ]
+    | Some a , None -> hbox [ v a ; hv ~padding:2 center ]
   in match top , bottom with
   | None , None -> middle
-  | Some t , None -> vbox [ f t ; p middle ]
-  | None , Some t -> vbox [ p middle ; f t ]
-  | Some a , Some b -> vbox [ f a ; p middle ; f b ]
+  | Some t , None -> vbox [ h t ; hv middle ]
+  | None , Some t -> vbox [ hv middle ; w t ]
+  | Some a , Some b -> vbox [ h a ; hv middle ; h b ]
diff --git a/src/plugins/gui/wbox.mli b/src/plugins/gui/wbox.mli
index 325f2edf7d3..357aada3dc6 100644
--- a/src/plugins/gui/wbox.mli
+++ b/src/plugins/gui/wbox.mli
@@ -24,28 +24,61 @@
 
 open Widget
 
-type box
+type box (** A packed widget with its layout directives *)
 
-type expand = Stick | Field | SideBar | Panel
+(** Expansion Modes. *)
+type expand =
+  | W (** Stay at widget's size. *)
+  | H (** Expands horizontally. Typically, a text-field. *)
+  | V (** Expands vertically. Typically a side-bar. *)
+  | HV (** Expanfs in both directions. Typically, a text editor. *)
 
+(** Generic packing. Without [~widget], a space is created instead.
+
+    Defaults: [~expand:W ~padding:0]. *)
 val box : ?expand:expand -> ?padding:int -> ?widget:#widget -> unit -> box
+
+(** Helper to [box] for packing a [GObj.widget]. Same defaults than [box]. *)
 val g : ?expand:expand -> ?padding:int -> #GObj.widget -> box
+
+(** Helper to [box] for packing a [widget]. Same defaults than [box]. *)
 val w : ?expand:expand -> ?padding:int -> #widget -> box
-val s : ?padding:int -> #widget -> box (** [w ~expand:Stick] *)
-val f : ?padding:int -> #widget -> box (** [w ~expand:Field] *)
-val b : ?padding:int -> #widget -> box (** [w ~expand:SideBar] *)
-val p : ?padding:int -> #widget -> box (** [w ~expand:Panel] *)
+val h : ?padding:int -> #widget -> box (** [w ~expand:H] *)
+val v : ?padding:int -> #widget -> box (** [w ~expand:V] *)
+val hv : ?padding:int -> #widget -> box (** [w ~expand:HV] *)
+
 val label : ?fill:bool -> ?style:style -> ?align:align -> ?padding:int -> string -> box
-(** Default [~fill:false ~style:`Label ~align:`Left ~padding:0] *)
+(** Helper to pack a [Widget.label] widget using [box].
+
+    Default: [~fill:false ~style:`Label ~align:`Left ~padding:0] *)
 
-val hbox : box list -> widget
-val vbox : box list -> widget
+(** [hbox] and [vbox] can be used to created nested boxes. 
+    Typically, local scope opening can be used, typically: 
+    [Wbox.(hbox [ w A ; w B ; w C ])],
+    where [A], [B] and [C] are widgets, or boxes. 
 
+    Notice that nested boxes can {i generally} be packed using default 
+    [W] mode, even if they contains horizontal or vertical widgets. *)
+
+val hbox : box list -> widget (** Pack a list of boxes horizontally. *)
+val vbox : box list -> widget (** Pack a list of boxes vertically. *)
+
+(** Pack a list of widgets horizontally, with all widgets sticked to the same width *)
 val hgroup : widget list -> widget
+
+(** Pack a list of widgets vertically, with all widgets sticked to the same width *)
 val vgroup : widget list -> widget
 
+(** The first list is packed to the left side of the toolbar. 
+    The second list is packed to the right side of the toolbar. *)
 val toolbar : box list -> box list -> widget
+
+(** The first list is packed to the top of the sidebar. 
+    The second list is packed to the bottom of the sidebar. *)
 val sidebar : box list -> box list -> widget
 
+(** Helper to create a full featured window:
+    [~top] is layout as a toolbar, [left] and [right] as sidebars, and [bottom] as a status bar. 
+    The main (non-optional) widget is centered with full expansion in both directions. *)
 val panel : ?top:widget -> ?left:widget -> ?right:widget -> ?bottom:widget -> #widget -> widget
 
diff --git a/src/plugins/gui/wpalette.mli b/src/plugins/gui/wpalette.mli
index 285a45c7fef..448f718823a 100644
--- a/src/plugins/gui/wpalette.mli
+++ b/src/plugins/gui/wpalette.mli
@@ -22,13 +22,17 @@
 
 open Widget
 
+(** A side-bar palette of tools. *)
+
 (**
    Configurable palette-tool.
    Each tool is a widget that consists of three components:
     - a selectable label with optional status icon
     - an optional action button (icon only)
-    - an optional configuration panel, wich is visible only when the tool is
-   selected.
+    - an optional configuration panel
+
+   The action button is only displayed when associated with a callback.
+   Clicking the label toggles the configuration panel, if the tool is [active].
 *)
 class tool :
   ?label:string ->
@@ -37,7 +41,7 @@ class tool :
   unit ->
   object
     inherit widget
-    method tool : tool
+    method tool : tool (** Self cast *)
 
     method is_active : bool
     method on_active : (bool -> unit) -> unit
@@ -53,7 +57,7 @@ class tool :
       ?tooltip:string ->
       ?callback:(unit -> unit) ->
       unit -> unit
-    (** Activate the {i action} button. 
+    (** Makes the {i action} button visible.
          - If no icon is provided, the previous one is kept.
          - If no tooltip is provided, the previous one is kept.
          - If no callback is given, the button is deactivated. 
@@ -78,5 +82,5 @@ class panel : unit ->
         The panel ensures that only one tool is selected and toggled. *)
       
     method add_widget : GObj.widget -> unit
-    (** Append an arbitrary widget among widget tools. *)
+    (** Append an arbitrary widget among other widget tools. *)
   end
diff --git a/src/plugins/loop_analysis/configure.ac b/src/plugins/loop_analysis/configure.ac
index 9a8c75fd5fe..e2ead632454 100644
--- a/src/plugins/loop_analysis/configure.ac
+++ b/src/plugins/loop_analysis/configure.ac
@@ -20,9 +20,9 @@
 #                                                                        #
 ##########################################################################
 
-########################################
-# E-ACSL as a standard Frama-C plug-in #
-########################################
+##############################################
+# LoopAnalysis as a standard Frama-C plug-in #
+##############################################
 
 m4_define([plugin_file],Makefile.in)
 
diff --git a/src/plugins/loop_analysis/loop_analysis.ml b/src/plugins/loop_analysis/loop_analysis.ml
index d8ef46123ab..0e5bc5577d0 100644
--- a/src/plugins/loop_analysis/loop_analysis.ml
+++ b/src/plugins/loop_analysis/loop_analysis.ml
@@ -42,6 +42,8 @@ module type BINARY_SEMILATTICE = sig
   val transfer_lval : lval -> (lval -> t option) -> t
 end
 
+let pretty_int = Integer.pretty ~hexa:false
+
 module Binary(* :BINARY_SEMILATTICE *) = struct
 
   (* Affine expression whose coefficients are the loop counters. The
@@ -125,10 +127,10 @@ module Binary(* :BINARY_SEMILATTICE *) = struct
 
 
   let pretty fmt = function
-    | ConstantInt(i) -> Format.fprintf fmt "%a" (Integer.pretty ~hexa:false) i
+    | ConstantInt(i) -> Format.fprintf fmt "%a" pretty_int i
     | AffineRef(v,i) -> Format.fprintf fmt "ref<%a>+%a"
                           Cil_datatype.Varinfo.pretty v
-                          (Integer.pretty ~hexa:false) i
+                          pretty_int i
     | Unknown -> Format.fprintf fmt "unknown"
     | ConstantVar(v) -> Format.fprintf fmt "%a" Cil_datatype.Varinfo.pretty v
     | Boolean _ -> Format.fprintf fmt "bools"
@@ -290,7 +292,15 @@ module Store(* (B:sig *)
     else assert false
   ;;
 
-
+  let pretty_increment fmt increment =
+    if Integer.(equal increment one) then Format.fprintf fmt "++"
+    else if Integer.(equal increment minus_one) then Format.fprintf fmt "--"
+    else if Integer.(gt increment zero) then
+      Format.fprintf fmt " += %a" (Integer.pretty ~hexa:false) increment
+    else if Integer.(lt increment zero) then
+      Format.fprintf fmt " -= %a" (Integer.pretty ~hexa:false)
+        (Integer.neg increment)
+    else assert false (* should never happen *)
 
   let do_instr instr (value,conds) =
     let open Cil_types in
@@ -341,6 +351,7 @@ module Store(* (B:sig *)
         Printer.pp_stmt stmt
 
   let mu (f:(t -> t)) (value,conds,stmt) =
+    Cil.CurrentLoc.set (Cil_datatype.Stmt.loc stmt);
     let (result,final_conds,_) = f (init stmt) in
 
     (* Induction variables is a map from each Varinfo to its increment. *)
@@ -363,7 +374,9 @@ module Store(* (B:sig *)
     let success = ref false in
 
     (* Now fill Loop_Max_Iteration for the kernel function. *)
-    let maybe_insert vi bound =
+    (* smaller = true => the test is "vi < bound";
+       smaller = false => the test is "vi > bound". *)
+    let maybe_insert vi smaller bound offset binop =
       try
         let initial =
           match Varinfo.Map.find vi value with
@@ -371,23 +384,73 @@ module Store(* (B:sig *)
           | _ -> raise Not_found (* TODO: handle comparison between pointers *)
         in
         let increment = Varinfo.Map.find vi induction_variables in
+        Options.debug "maybe_insert: function %a, found var %a, smaller: %b, \
+                       initial %a, increment %a, bound %a, offset %a, binop '%a'"
+          Kernel_function.pretty (Kernel_function.find_englobing_kf stmt)
+          Printer.pp_varinfo vi smaller pretty_int initial pretty_int increment
+          pretty_int bound pretty_int offset Printer.pp_binop binop;
         let bound = Integer.sub bound initial in
-        let value = (Integer.to_int (Integer.div bound increment)) in
-        if value >= 0 then
-          (success := true;
-           add_loop_bound stmt value)
+        let bound_offset =
+          if smaller then Integer.sub bound offset
+          else Integer.add bound offset
+        in
+        (* remainder is used for two purposes:
+           1. in the case of '!=' loops, to warn if the termination condition
+              may be missed;
+           2. in '<=' and '>=' loops, to adjust for the last iteration *)
+        let divident = Integer.sub bound offset in
+        let remainder = Integer.rem divident increment in
+        (* check if induction variable may miss termination condition *)
+        if binop = Cil_types.Ne && not Integer.(equal remainder zero) then
+          Options.warning ~current:true
+            "termination condition may not be reached (infinite loop?)@;\
+             loop amounts to: for (%a = 0; %a != %a; %a%a)"
+            Printer.pp_varinfo vi
+            Printer.pp_varinfo vi pretty_int divident
+            Printer.pp_varinfo vi pretty_increment increment
+        else
+          let value = (Integer.to_int (Integer.c_div bound_offset increment)) in
+          let adjusted_value =
+            if (binop = Cil_types.Le && Integer.(equal remainder zero))
+            || (not Integer.(equal remainder zero))
+            then value + 1
+            else value
+          in
+          if adjusted_value >= 0 then
+            begin
+              success := true;
+              add_loop_bound stmt adjusted_value
+            end
+      (* TODO: check if this is useful and does not cause false alarms
+         else
+         if Kernel.UnsignedOverflow.get() then
+          Options.warning ~current:true
+            "possibly infinite loop, or loop which relies on unsigned overflow"
+      *)
       with Not_found -> ()
     in
     List.iter (function
         | B.Lt(_,B.AffineRef(vi,offset),B.ConstantInt bound) ->
-          maybe_insert vi (Integer.sub bound offset)
+          maybe_insert vi true bound offset Cil_types.Lt
         | B.Le(_,B.AffineRef(vi,offset),B.ConstantInt bound) ->
-          maybe_insert vi (Integer.sub (Integer.add bound Integer.one) offset)
+          maybe_insert vi true bound offset Cil_types.Le
         | B.Lt(_,B.ConstantInt bound,B.AffineRef(vi,offset)) ->
-          maybe_insert vi (Integer.sub offset bound)
+          maybe_insert vi false bound offset Cil_types.Lt
         | B.Le(_,B.ConstantInt bound,B.AffineRef(vi,offset)) ->
-          maybe_insert vi (Integer.sub offset (Integer.add bound Integer.one))
-        | _ -> ()                   (* TODO: also do Ne. *)
+          maybe_insert vi false bound offset Cil_types.Le
+        | B.Ne(B.ConstantInt bound,B.AffineRef(vi, offset))
+        | B.Ne(B.AffineRef(vi, offset),B.ConstantInt bound) ->
+          begin
+            try
+              let increment = Varinfo.Map.find vi induction_variables in
+              assert (not (Integer.equal increment Integer.zero));
+              if Integer.gt increment Integer.zero then
+                maybe_insert vi true bound offset Cil_types.Ne
+              else
+                maybe_insert vi false bound offset Cil_types.Ne
+            with Not_found -> ()
+          end
+        | _ -> ()
       ) final_conds;
 
     (* TODO: Use this table in a second pass, for the slevel analysis. *)
@@ -441,7 +504,7 @@ end;;
 
 
 let analyze kf =
-  Options.debug "loop analyzis of function %a" Kernel_function.pretty kf;
+  Options.debug "loop analysis of function %a" Kernel_function.pretty kf;
   let module Specific = struct
     let kf = kf
     include Generic
diff --git a/src/plugins/loop_analysis/slevel_analysis.ml b/src/plugins/loop_analysis/slevel_analysis.ml
index 1c925316777..607380fd051 100644
--- a/src/plugins/loop_analysis/slevel_analysis.ml
+++ b/src/plugins/loop_analysis/slevel_analysis.ml
@@ -48,7 +48,11 @@ module Functions_With_Unknown_Loop =
       let dependencies = [Ast.self]
     end)
 
-
+let max_slevel_encountered = ref Integer.zero;;
+let update_max_slevel_encountered x = match x, !max_slevel_encountered with
+  | None, _ -> ()
+  | Some a, b -> max_slevel_encountered := Integer.max a b
+;;
 
 module Specific(KF:sig val kf: Kernel_function.t end) = struct
 
@@ -92,6 +96,9 @@ module Specific(KF:sig val kf: Kernel_function.t end) = struct
       | None, _,_ | _, None,_ | _,_,None ->
         Needs_Merge_After_Loop.replace KF.kf true; Some Integer.one
       | Some max_iteration, Some in_loop, Some entry ->
+        (* Kernel.feedback "max_iteration %d in_loop %a entry %a" *)
+        (*   max_iteration (Integer.pretty ~hexa:false) in_loop *)
+        (*   (Integer.pretty ~hexa:false) entry; *)
         try
           let in_loop_i = Integer.to_int in_loop in
           match in_loop_i with
@@ -109,16 +116,27 @@ module Specific(KF:sig val kf: Kernel_function.t end) = struct
               Integer.div (Integer.pred s) (Integer.pred in_loop)
             in
             let result = Integer.mul entry slevel_inside_loop in
+            (* Kernel.feedback "s %a slevel_inside_loop %a result %a" *)
+            (*   (Integer.pretty ~hexa:false) s *)
+            (*   (Integer.pretty ~hexa:false) slevel_inside_loop *)
+            (*   (Integer.pretty ~hexa:false) result; *)
             if Integer.le result (Integer.of_int (Options.MaxIterations.get()))
             then Some result
-            else (Needs_Merge_After_Loop.replace KF.kf true;
-                  Some (Integer.mul entry (Integer.mul in_loop
-                                             (Integer.of_int max_iteration))))
+            else raise Exit
         with
         | Invalid_argument _ (* Possible exponent too big *)
-        | Failure _ ->       (* Integer too big *)
+        | Failure _          (* Integer too big *)
+        | Exit  ->          (* Above MaxIterations. *)
+          update_max_slevel_encountered
+            (Some (Integer.mul entry (Integer.mul in_loop
+                                        (Integer.of_int max_iteration))));
           Needs_Merge_After_Loop.replace KF.kf true; Some Integer.one
-    in (result,loop)
+    in
+    (* (match result with *)
+    (*  | None -> () *)
+    (*  | Some res -> *)
+    (*    Kernel.feedback "final result %a" (Integer.pretty ~hexa:false) res); *)
+    (result,loop)
 
   let kf = KF.kf
 
@@ -132,40 +150,39 @@ module Specific(KF:sig val kf: Kernel_function.t end) = struct
 end
 
 let analyze kf =
+  max_slevel_encountered := Integer.zero;
   Options.debug "slevel analysis of function %a" Kernel_function.pretty kf;
   let module Specific = Specific(struct let kf = kf end) in
   let module Node = Region_analysis_stmt.MakeNode(Specific) in
   let module Result = Region_analysis.Make(Node) in
   let after = Result.after in
   let dict = after (Some Integer.one, (Kernel_function.find_first_stmt kf)) in
-  let max_slevel = ref (Some Integer.zero) in
-  Node.Edge_Dict.iter dict (fun _ (x,_) ->
-      max_slevel := match x, !max_slevel with
-        | None, _ | _, None -> None
-        | Some a, Some b -> Some(Integer.max a b));
-  (match !max_slevel with
-   | None -> Suggested_Slevel.replace kf Integer.zero
-   | Some x -> Suggested_Slevel.replace kf x);
+  Node.Edge_Dict.iter dict (fun _ (x,_) -> update_max_slevel_encountered x);
+  Suggested_Slevel.replace kf !max_slevel_encountered
 ;;
 
+let cmp_kf_by_name kf1 kf2 =
+  String.compare (Kernel_function.get_name kf1) (Kernel_function.get_name kf2)
 
 let display_results() =
   let display_functions_without_bounds fmt =
-    Functions_With_Unknown_Loop.iter_sorted (fun kf _ ->
+    Functions_With_Unknown_Loop.iter_sorted ~cmp:cmp_kf_by_name (fun kf _ ->
         Format.fprintf fmt "%a@\n" Kernel_function.pretty kf) in
   if Functions_With_Unknown_Loop.length () > 0 then
     Options.result "Functions with loops whose bounds we could not find:@\n%t"
       display_functions_without_bounds;
   let display_merge_after_loop fmt =
-    Needs_Merge_After_Loop.iter_sorted (fun kf _ ->
+    Needs_Merge_After_Loop.iter_sorted ~cmp:cmp_kf_by_name (fun kf _ ->
         Format.fprintf fmt "-val-slevel-merge-after-loop %a \\@\n"
           Kernel_function.pretty kf)
   in
   let max_slevel_opt = Integer.of_int (Options.MaxSlevel.get ()) in
   let bounds_over_max_slevel =
-    Suggested_Slevel.fold_sorted (fun kf i acc ->
-        if Integer.gt i max_slevel_opt then (kf, i) :: acc else acc)
-      []
+    List.rev (
+      Suggested_Slevel.fold_sorted ~cmp:cmp_kf_by_name
+        (fun kf i acc ->
+           if Integer.gt i max_slevel_opt then (kf, i) :: acc else acc)
+        [])
   in
   let display_slevel_function fmt (kf, i) =
     Format.fprintf fmt "-slevel-function %a:%a"
@@ -180,23 +197,31 @@ let display_results() =
          (Pretty_utils.pp_pair ~sep:" " Kernel_function.pretty
             (fun fmt i -> Format.fprintf fmt "(estimated bounds: %a)"
                 (Integer.pretty ~hexa:false) i)))
-      (List.rev bounds_over_max_slevel);
+      bounds_over_max_slevel;
   let functions_with_bounds =
-    Suggested_Slevel.fold_sorted (fun kf i acc ->
-        (* Do not report -slevel-function for functions whose bounds
-           were not found or were larger than -max-slevel-loop *)
-        let slevel =
-          if Integer.le i max_slevel_opt &&
-             not (Functions_With_Unknown_Loop.mem kf) then i
-          else Integer.zero
-        in
-        (kf, slevel) :: acc
-      ) []
+    List.rev (
+      Suggested_Slevel.fold_sorted ~cmp:cmp_kf_by_name
+        (fun kf i acc ->
+           (* Do not report -slevel-function for functions whose bounds
+              were not found or were larger than -max-slevel-loop *)
+           let slevel =
+             if Integer.le i max_slevel_opt &&
+                not (Functions_With_Unknown_Loop.mem kf) then i
+             else Integer.zero
+           in
+           (kf, slevel) :: acc
+        ) [])
+  in
+  (* for a more usable output, in case the user does not want functions
+     with bounds equal to 0, sort them before the others *)
+  let functions_with_bounds_0, functions_with_bounds_pos =
+    List.partition (fun (_kf, i) -> Integer.equal i Integer.zero)
+      functions_with_bounds
   in
   let display_slevel fmt =
     Format.fprintf fmt "%a"
       (Pretty_utils.pp_list ~sep:" \\@\n" display_slevel_function)
-      (List.rev functions_with_bounds)
+      (functions_with_bounds_0 @ functions_with_bounds_pos)
   in
   Options.result "Add this to your command line:@\n%t%t @\n"
     display_merge_after_loop display_slevel;
diff --git a/src/plugins/loop_analysis/tests/loop_analysis/mixed_output.i b/src/plugins/loop_analysis/tests/loop_analysis/mixed_output.i
index cde3bf1d47d..b4c942efcdc 100644
--- a/src/plugins/loop_analysis/tests/loop_analysis/mixed_output.i
+++ b/src/plugins/loop_analysis/tests/loop_analysis/mixed_output.i
@@ -29,11 +29,35 @@ void loop10() {
   for (i = 0; i < 10; i++);
 }
 
+void loop10init() {
+  int i;
+  for (i = 3; i < 10; i++);
+}
+
+void loop10initneg() {
+  int i;
+  for (i = 3; i > -10; i--);
+}
+
+
+void loop10initnegle() {
+  int i;
+  for (i = 3; i >= -10; i--);
+}
+
+
+
+
 void loop_inf() {
   unsigned i;
   for (i = 0; i != 10; i--);
 }
 
+void loop_inf2() {
+  unsigned i;
+  for (i = 0; i < 10; i--);
+}
+
 void loop108() {
   unsigned i, j;
   int s = 0;
@@ -75,12 +99,207 @@ void loop_large() {
   }
 }
 
+void m01() {
+  for (int i = 9; i < 30; i += 3); // 7 iterations
+}
+
+void m02() {
+  for (int i = 9; i <= 30; i += 3); // 8 iterations
+}
+
+void m03() {
+  for (int i = 10; i < 30; i += 3); // 7 iterations
+}
+
+void m04() {
+  for (int i = 10; i <= 30; i += 3); // 7 iterations
+}
+
+void m05() {
+  for (int i = -15; i < 5; i += 3); // 7 iterations
+}
+
+void m06() {
+  for (int i = -15; i <= 5; i += 3); // 7 iterations
+}
+
+void m07() {
+  for (int i = -15; i < 6; i += 3); // 7 iterations
+}
+
+void m08() {
+  for (int i = -15; i <= 6; i += 3); // 8 iterations
+}
+
+void m09() {
+  for (int i = 30; i > 9; i -= 3); // 7 iterations
+}
+
+void m10() {
+  for (int i = 30; i >= 9; i -= 3); // 8 iterations
+}
+
+void m11() {
+  for (int i = 30; i > 10; i -= 3); // 7 iterations
+}
+
+void m12() {
+  for (int i = 30; i >= 10; i -= 3); // 7 iterations
+}
+
+void m13() {
+  for (int i = 5; i > -15; i -= 3); // 7 iterations
+}
+
+void m14() {
+  for (int i = 5; i >= -15; i -= 3); // 7 iterations
+}
+
+void m15() {
+  for (int i = 6; i > -15; i -= 3); // 7 iterations
+}
+
+void m16() {
+  for (int i = 6; i >= -15; i -= 3); // 8 iterations
+}
+
+void m17() {
+  for (int i = 2; i <= 4; i += 3); // 1 iteration
+}
+
+void m18() {
+  for (int i = 2; i < 4; i += 3); // 1 iteration
+}
+
+void m19() {
+  for (int i = 4; i >= 2; i -= 3); // 1 iteration
+}
+
+void m20() {
+  for (int i = 4; i > 2; i -= 3); // 1 iteration
+}
+
+void m21() {
+  for (int i = 4; i <= 2; i += 3); // 0 iteration (but 1 for the function)
+}
+
+void m22() {
+  for (int i = 4; i < 2; i += 3); // 0 iteration (but 1 for the function)
+}
+
+void m23() {
+  for (int i = 2; i >= 4; i -= 3); // 0 iteration (but 1 for the function)
+}
+
+void m24() {
+  for (int i = 2; i > 4; i -= 3); // 0 iteration (but 1 for the function)
+}
+
+void m_01() {
+  for (int i = 9; 30 > i; i += 3); // 7 iterations
+}
+
+void m_02() {
+  for (int i = 9; 30 >= i; i += 3); // 8 iterations
+}
+
+void m_03() {
+  for (int i = 10; 30 > i; i += 3); // 7 iterations
+}
+
+void m_04() {
+  for (int i = 10; 30 >= i; i += 3); // 7 iterations
+}
+
+void m_05() {
+  for (int i = -15; 5 > i; i += 3); // 7 iterations
+}
+
+void m_06() {
+  for (int i = -15; 5 >= i; i += 3); // 7 iterations
+}
+
+void m_07() {
+  for (int i = -15; 6 > i; i += 3); // 7 iterations
+}
+
+void m_08() {
+  for (int i = -15; 6 >= i; i += 3); // 8 iterations
+}
+
+void m_09() {
+  for (int i = 30; 9 < i; i -= 3); // 7 iterations
+}
+
+void m_10() {
+  for (int i = 30; 9 <= i; i -= 3); // 8 iterations
+}
+
+void m_11() {
+  for (int i = 30; 10 < i; i -= 3); // 7 iterations
+}
+
+void m_12() {
+  for (int i = 30; 10 <= i; i -= 3); // 7 iterations
+}
+
+void m_13() {
+  for (int i = 5; i < -15; i -= 3); // 7 iterations
+}
+
+void m_14() {
+  for (int i = 5; i <= -15; i -= 3); // 7 iterations
+}
+
+void m_15() {
+  for (int i = 6; i < -15; i -= 3); // 7 iterations
+}
+
+void m_16() {
+  for (int i = 6; i <= -15; i -= 3); // 8 iterations
+}
+
+void m_17() {
+  for (int i = 2; 4 >= i; i += 3); // 1 iteration
+}
+
+void m_18() {
+  for (int i = 2; 4 > i; i += 3); // 1 iteration
+}
+
+void m_19() {
+  for (int i = 4; 2 <= i; i -= 3); // 1 iteration
+}
+
+void m_20() {
+  for (int i = 4; 2 < i; i -= 3); // 1 iteration
+}
+
+void m_21() {
+  for (int i = 4; 2 <= i; i += 3); // 0 iteration (but 1 for the function)
+}
+
+void m_22() {
+  for (int i = 4; 2 < i; i += 3); // 0 iteration (but 1 for the function)
+}
+
+void m_23() {
+  for (int i = 2; 4 <= i; i -= 3); // 0 iteration (but 1 for the function)
+}
+
+void m_24() {
+  for (int i = 2; 4 < i; i -= 3); // 0 iteration (but 1 for the function)
+}
+
 int main() {
   straight_line();
   with_if();
   loop0();
   loop1();
   loop10();
+  loop10init();
+  loop10initneg();
+  loop10initnegle();
   loop_inf();
   loop108();
   loop_large();
diff --git a/src/plugins/loop_analysis/tests/loop_analysis/ne.i b/src/plugins/loop_analysis/tests/loop_analysis/ne.i
new file mode 100644
index 00000000000..70a83b270b6
--- /dev/null
+++ b/src/plugins/loop_analysis/tests/loop_analysis/ne.i
@@ -0,0 +1,132 @@
+void a1() {
+  for (int i = 3; i + 4 != 50; i++); // i IN [3..45] (43)
+}
+
+void a2() {
+  for (int i = -100; i + 4 != 50; i++); // i IN [-100..45] (146)
+}
+
+void a3() {
+  for (int i = 3; i - 4 != 50; i++); // i IN [3..53] (51)
+}
+
+void a4() {
+  for (int i = -100; i - 4 != 50; i++); // i IN [-100..53] (154)
+}
+
+void a5() {
+  for (int i = 100; i + 4 != 50; i--); // i IN [55..100] (46)
+}
+
+void a6() {
+  for (int i = -100; i + 4 != -150; i--); // i IN [-145..-100] (46)
+}
+
+void a7() {
+  for (int i = 100; i - 4 != 50; i--); // i IN [47..100] (54)
+}
+
+void a8() {
+  for (int i = -100; i - 4 != -150; i--); // i IN [-153..-100] (54)
+}
+
+void f01() { // OK (4)
+  for(int i = 0; i != 8; i+=2);
+}
+
+void f02() { // infinite loop
+  for(int i = 1; i != 8; i+=2);
+}
+
+void f03() { // OK (4)
+  for(int i = 8; i != 0; i-=2);
+}
+
+void f04() { // infinite loop
+  for(int i = 9; i != 0; i-=2);
+}
+
+void f05() { // OK (1)
+  for(int i = 10; i + 5 != 30; i+=15);
+}
+
+void f06() { // infinite loop
+  for(int i = 7; i + 5 != 30; i+=15);
+}
+
+void f07() { // OK (1)
+  for(int i = 30; i - 5 != 10; i-=15);
+}
+
+void f08() { // infinite loop
+  for(int i = 20; i - 5 != 10; i-=15);
+}
+
+void f09() { // OK (1)
+  for(int i = -10; i != -8; i+=2);
+}
+
+void f10() { // infinite loop
+  for(int i = -11; i != -8; i+=2);
+}
+
+void f11() { // OK (6)
+  for(int i = -8; i != -20; i-=2);
+}
+
+void f12() { // infinite loop
+  for(int i = -9; i != -20; i-=2);
+}
+
+void f13() { // OK (4)
+  for(int i = -100; i + 5 != -35; i+=15);
+}
+
+void f14() { // infinite loop
+  for(int i = -70; i + 5 != -40; i+=15);
+}
+
+void f15() { // OK (1)
+  for(int i = -20; i - 5 != -40; i-=15);
+}
+
+void f16() { // infinite loop
+  for(int i = -20; i - 5 != -60; i-=15);
+}
+
+
+void no_iter01() {
+  for(int i = 0; i != 8; i-=2);
+}
+
+void no_iter02() {
+  for(int i = 1; i != 8; i-=2);
+}
+
+void no_iter03() {
+  for(int i = 8; i != 0; i+=2);
+}
+
+void no_iter04() {
+  for(int i = 9; i != 0; i+=2);
+}
+
+void no_iter05() {
+  for(int i = 10; i + 5 != 30; i-=15);
+}
+
+void no_iter06() {
+  for(int i = 7; i + 5 != 30; i-=15);
+}
+
+void no_iter07() {
+  for(int i = 30; i - 5 != 10; i+=15);
+}
+
+void no_iter08() {
+  for(int i = 20; i - 5 != 10; i+=15);
+}
+
+int main() {
+  return 0;
+}
diff --git a/src/plugins/loop_analysis/tests/loop_analysis/oracle/mixed_output.res.oracle b/src/plugins/loop_analysis/tests/loop_analysis/oracle/mixed_output.res.oracle
index 2502c41804f..02dd6b02d2e 100644
--- a/src/plugins/loop_analysis/tests/loop_analysis/oracle/mixed_output.res.oracle
+++ b/src/plugins/loop_analysis/tests/loop_analysis/oracle/mixed_output.res.oracle
@@ -2,20 +2,73 @@
 [kernel] Parsing tests/loop_analysis/mixed_output.i (no preprocessing)
 [loop] Functions with loops whose bounds we could not find:
        loop_inf
+       loop_inf2
 [loop] Functions with loops whose estimated bounds were larger than -loop-max-slevel
        (we recommend setting their slevel to 0 to avoid wasting time):
-       loop108 (estimated bounds: 32000)
-       loop_large (estimated bounds: 4000000)
+       loop_large (estimated bounds: 4000000000000000000)
 [loop] Add this to your command line:
-       -val-slevel-merge-after-loop loop_inf \
        -val-slevel-merge-after-loop loop108 \
+       -val-slevel-merge-after-loop loop_inf \
+       -val-slevel-merge-after-loop loop_inf2 \
        -val-slevel-merge-after-loop loop_large \
-       -slevel-function straight_line:1 \
-       -slevel-function with_if:2 \
+       -slevel-function loop_inf:0 \
+       -slevel-function loop_inf2:0 \
+       -slevel-function loop_large:0 \
        -slevel-function loop0:1 \
        -slevel-function loop1:1 \
        -slevel-function loop10:10 \
-       -slevel-function loop_inf:0 \
-       -slevel-function loop108:0 \
-       -slevel-function loop_large:0 \
-       -slevel-function main:1
+       -slevel-function loop108:400 \
+       -slevel-function loop10init:7 \
+       -slevel-function loop10initneg:13 \
+       -slevel-function loop10initnegle:14 \
+       -slevel-function m01:7 \
+       -slevel-function m02:8 \
+       -slevel-function m03:7 \
+       -slevel-function m04:7 \
+       -slevel-function m05:7 \
+       -slevel-function m06:7 \
+       -slevel-function m07:7 \
+       -slevel-function m08:8 \
+       -slevel-function m09:7 \
+       -slevel-function m10:8 \
+       -slevel-function m11:7 \
+       -slevel-function m12:7 \
+       -slevel-function m13:7 \
+       -slevel-function m14:7 \
+       -slevel-function m15:7 \
+       -slevel-function m16:8 \
+       -slevel-function m17:1 \
+       -slevel-function m18:1 \
+       -slevel-function m19:1 \
+       -slevel-function m20:1 \
+       -slevel-function m21:1 \
+       -slevel-function m22:1 \
+       -slevel-function m23:1 \
+       -slevel-function m24:1 \
+       -slevel-function m_01:7 \
+       -slevel-function m_02:8 \
+       -slevel-function m_03:7 \
+       -slevel-function m_04:7 \
+       -slevel-function m_05:7 \
+       -slevel-function m_06:7 \
+       -slevel-function m_07:7 \
+       -slevel-function m_08:8 \
+       -slevel-function m_09:7 \
+       -slevel-function m_10:8 \
+       -slevel-function m_11:7 \
+       -slevel-function m_12:7 \
+       -slevel-function m_13:7 \
+       -slevel-function m_14:7 \
+       -slevel-function m_15:7 \
+       -slevel-function m_16:8 \
+       -slevel-function m_17:1 \
+       -slevel-function m_18:1 \
+       -slevel-function m_19:1 \
+       -slevel-function m_20:1 \
+       -slevel-function m_21:1 \
+       -slevel-function m_22:1 \
+       -slevel-function m_23:1 \
+       -slevel-function m_24:1 \
+       -slevel-function main:1 \
+       -slevel-function straight_line:1 \
+       -slevel-function with_if:2
diff --git a/tests/idct/oracle_apron/idct.err.oracle b/src/plugins/loop_analysis/tests/loop_analysis/oracle/ne.err.oracle
similarity index 100%
rename from tests/idct/oracle_apron/idct.err.oracle
rename to src/plugins/loop_analysis/tests/loop_analysis/oracle/ne.err.oracle
diff --git a/src/plugins/loop_analysis/tests/loop_analysis/oracle/ne.res.oracle b/src/plugins/loop_analysis/tests/loop_analysis/oracle/ne.res.oracle
new file mode 100644
index 00000000000..750e30795c0
--- /dev/null
+++ b/src/plugins/loop_analysis/tests/loop_analysis/oracle/ne.res.oracle
@@ -0,0 +1,93 @@
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/loop_analysis/ne.i (no preprocessing)
+tests/loop_analysis/ne.i:38:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != 7; i += 2)
+tests/loop_analysis/ne.i:46:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != -9; i -= 2)
+tests/loop_analysis/ne.i:54:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != 18; i += 15)
+tests/loop_analysis/ne.i:62:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != -5; i -= 15)
+tests/loop_analysis/ne.i:70:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != 3; i += 2)
+tests/loop_analysis/ne.i:78:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != -11; i -= 2)
+tests/loop_analysis/ne.i:86:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != 25; i += 15)
+tests/loop_analysis/ne.i:94:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != -35; i -= 15)
+tests/loop_analysis/ne.i:103:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != 7; i -= 2)
+tests/loop_analysis/ne.i:111:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != -9; i += 2)
+tests/loop_analysis/ne.i:119:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != 18; i -= 15)
+tests/loop_analysis/ne.i:127:[loop] warning: termination condition may not be reached (infinite loop?)
+                loop amounts to: for (i = 0; i != -5; i += 15)
+[loop] Functions with loops whose bounds we could not find:
+       f02
+       f04
+       f06
+       f08
+       f10
+       f12
+       f14
+       f16
+       no_iter01
+       no_iter02
+       no_iter03
+       no_iter04
+       no_iter05
+       no_iter06
+       no_iter07
+       no_iter08
+[loop] Add this to your command line:
+       -val-slevel-merge-after-loop f02 \
+       -val-slevel-merge-after-loop f04 \
+       -val-slevel-merge-after-loop f06 \
+       -val-slevel-merge-after-loop f08 \
+       -val-slevel-merge-after-loop f10 \
+       -val-slevel-merge-after-loop f12 \
+       -val-slevel-merge-after-loop f14 \
+       -val-slevel-merge-after-loop f16 \
+       -val-slevel-merge-after-loop no_iter01 \
+       -val-slevel-merge-after-loop no_iter02 \
+       -val-slevel-merge-after-loop no_iter03 \
+       -val-slevel-merge-after-loop no_iter04 \
+       -val-slevel-merge-after-loop no_iter05 \
+       -val-slevel-merge-after-loop no_iter06 \
+       -val-slevel-merge-after-loop no_iter07 \
+       -val-slevel-merge-after-loop no_iter08 \
+       -slevel-function f02:0 \
+       -slevel-function f04:0 \
+       -slevel-function f06:0 \
+       -slevel-function f08:0 \
+       -slevel-function f10:0 \
+       -slevel-function f12:0 \
+       -slevel-function f14:0 \
+       -slevel-function f16:0 \
+       -slevel-function no_iter01:0 \
+       -slevel-function no_iter02:0 \
+       -slevel-function no_iter03:0 \
+       -slevel-function no_iter04:0 \
+       -slevel-function no_iter05:0 \
+       -slevel-function no_iter06:0 \
+       -slevel-function no_iter07:0 \
+       -slevel-function no_iter08:0 \
+       -slevel-function a1:43 \
+       -slevel-function a2:146 \
+       -slevel-function a3:51 \
+       -slevel-function a4:154 \
+       -slevel-function a5:46 \
+       -slevel-function a6:46 \
+       -slevel-function a7:54 \
+       -slevel-function a8:54 \
+       -slevel-function f01:4 \
+       -slevel-function f03:4 \
+       -slevel-function f05:1 \
+       -slevel-function f07:1 \
+       -slevel-function f09:1 \
+       -slevel-function f11:6 \
+       -slevel-function f13:4 \
+       -slevel-function f15:1 \
+       -slevel-function main:1
diff --git a/src/plugins/loop_analysis/tests/loop_analysis/oracle/slevel_overflow.res.oracle b/src/plugins/loop_analysis/tests/loop_analysis/oracle/slevel_overflow.res.oracle
index fbb5a6e390e..d7d4b7dd3f6 100644
--- a/src/plugins/loop_analysis/tests/loop_analysis/oracle/slevel_overflow.res.oracle
+++ b/src/plugins/loop_analysis/tests/loop_analysis/oracle/slevel_overflow.res.oracle
@@ -2,13 +2,11 @@
 [kernel] Parsing tests/loop_analysis/slevel_overflow.c (with preprocessing)
 [loop] Functions with loops whose estimated bounds were larger than -loop-max-slevel
        (we recommend setting their slevel to 0 to avoid wasting time):
-       f1 (estimated bounds: 9444732965739290427392)
-       f2 (estimated bounds: 1152921504606846976)
-       f3 (estimated bounds: 1152921504606846976)
+       f2 (estimated bounds: 16777216000000000000000)
 [loop] Add this to your command line:
        -val-slevel-merge-after-loop f1 \
        -val-slevel-merge-after-loop f2 \
        -val-slevel-merge-after-loop f3 \
-       -slevel-function f1:0 \
        -slevel-function f2:0 \
-       -slevel-function f3:0
+       -slevel-function f1:1073741824000000 \
+       -slevel-function f3:18014398509481984
diff --git a/src/plugins/loop_analysis/tests/loop_analysis/oracle/small_loop.0.res.oracle b/src/plugins/loop_analysis/tests/loop_analysis/oracle/small_loop.0.res.oracle
index 2235b325396..d8b18beaf0b 100644
--- a/src/plugins/loop_analysis/tests/loop_analysis/oracle/small_loop.0.res.oracle
+++ b/src/plugins/loop_analysis/tests/loop_analysis/oracle/small_loop.0.res.oracle
@@ -1,8 +1,5 @@
 [kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
 [kernel] Parsing tests/loop_analysis/small_loop.i (no preprocessing)
-[loop] Functions with loops whose estimated bounds were larger than -loop-max-slevel
-       (we recommend setting their slevel to 0 to avoid wasting time):
-       main (estimated bounds: 40)
 [loop] Add this to your command line:
        -val-slevel-merge-after-loop main \
-       -slevel-function main:0
+       -slevel-function main:20
diff --git a/src/plugins/loop_analysis/tests/loop_analysis/oracle/small_loop.1.res.oracle b/src/plugins/loop_analysis/tests/loop_analysis/oracle/small_loop.1.res.oracle
index 17b24e63ba5..d8b18beaf0b 100644
--- a/src/plugins/loop_analysis/tests/loop_analysis/oracle/small_loop.1.res.oracle
+++ b/src/plugins/loop_analysis/tests/loop_analysis/oracle/small_loop.1.res.oracle
@@ -2,4 +2,4 @@
 [kernel] Parsing tests/loop_analysis/small_loop.i (no preprocessing)
 [loop] Add this to your command line:
        -val-slevel-merge-after-loop main \
-       -slevel-function main:40
+       -slevel-function main:20
diff --git a/src/plugins/loop_analysis/tests/loop_analysis/oracle/test.res.oracle b/src/plugins/loop_analysis/tests/loop_analysis/oracle/test.res.oracle
index 53baf8949ff..0b48e16f9f3 100644
--- a/src/plugins/loop_analysis/tests/loop_analysis/oracle/test.res.oracle
+++ b/src/plugins/loop_analysis/tests/loop_analysis/oracle/test.res.oracle
@@ -4,19 +4,19 @@
        g
        h6
 [loop] Add this to your command line:
-       -val-slevel-merge-after-loop main \
        -val-slevel-merge-after-loop g \
        -val-slevel-merge-after-loop h3 \
        -val-slevel-merge-after-loop h4 \
        -val-slevel-merge-after-loop h5 \
        -val-slevel-merge-after-loop h6 \
-       -slevel-function main:40 \
-       -slevel-function k:2 \
-       -slevel-function f:8 \
+       -val-slevel-merge-after-loop main \
        -slevel-function g:0 \
+       -slevel-function h6:0 \
+       -slevel-function f:8 \
        -slevel-function h:9 \
        -slevel-function h2:9 \
-       -slevel-function h3:80 \
-       -slevel-function h4:40 \
-       -slevel-function h5:40 \
-       -slevel-function h6:0
+       -slevel-function h3:40 \
+       -slevel-function h4:20 \
+       -slevel-function h5:20 \
+       -slevel-function k:2 \
+       -slevel-function main:20
diff --git a/src/plugins/metrics/metrics_cilast.ml b/src/plugins/metrics/metrics_cilast.ml
index b0c557d8a41..c7615b46cf5 100644
--- a/src/plugins/metrics/metrics_cilast.ml
+++ b/src/plugins/metrics/metrics_cilast.ml
@@ -486,6 +486,112 @@ let compute_on_cilast () =
     else Metrics_parameters.result "%a" pp_with_funinfo cil_visitor
   end
 
+(* Visitor for the recursive estimation of a stack size.
+   Its arguments are the function currently being visited and the current
+   callstack, as a list of kernel functions.
+   The callstack is used to detect recursive calls.
+   TODO: this computation is far from optimal; for instance, locals_size could
+   be cached for each function. Also, it does not consider calls via function
+   pointers. *)
+class locals_size_visitor kf callstack = object
+
+  val mutable locals_size_no_temps = Integer.zero
+  method get_locals_size_no_temps = locals_size_no_temps
+
+  val mutable locals_size_temps = Integer.zero
+  method get_locals_size_temps = locals_size_temps
+
+  val mutable max_size_calls_no_temps = Integer.zero
+  method get_max_size_calls_no_temps = max_size_calls_no_temps
+
+  val mutable max_size_calls_temps = Integer.zero
+  method get_max_size_calls_temps = max_size_calls_temps
+
+  inherit Visitor.frama_c_inplace
+
+  method! vinst i = match i with
+    | Call (_, e, _, _) ->
+      begin
+        match e.enode with
+        | Lval ((Var vi), _) ->
+          begin
+            try
+              let kf' = Globals.Functions.find_by_name vi.vname in
+              Metrics_parameters.debug
+                "@[function %a:@;computing call to function %a@]"
+                Kernel_function.pretty kf Kernel_function.pretty kf';
+              let new_cs = kf' :: callstack in
+              if List.mem kf' callstack then
+                Metrics_parameters.abort
+                  "@[unsupported recursive call detected:@;%a@]"
+                  (Pretty_utils.pp_list ~sep:"@ <-@ " Kernel_function.pretty)
+                  (List.rev new_cs);
+              let new_vis = new locals_size_visitor kf' new_cs in
+              ignore (Visitor.visitFramacKf
+                        (new_vis :> Visitor.frama_c_visitor) kf');
+              let call_size_no_temps =
+                Integer.add new_vis#get_max_size_calls_no_temps
+                  new_vis#get_locals_size_no_temps
+              in
+              let call_size_temps =
+                Integer.add new_vis#get_max_size_calls_temps
+                  new_vis#get_locals_size_temps
+              in
+              max_size_calls_no_temps <-
+                Integer.max max_size_calls_no_temps call_size_no_temps;
+              max_size_calls_temps <-
+                Integer.max max_size_calls_temps call_size_temps
+            with Not_found ->
+              (* should not happen *)
+              Metrics_parameters.fatal ~current:true
+                "@[function not found:@;%s@]" vi.vname;
+          end;
+          ()
+        | _ ->
+          Metrics_parameters.warning ~current:true
+            "@[ignoring unsupported function call in expression:@;%a@]"
+            Printer.pp_exp e
+      end;
+      Cil.DoChildren
+    | _ -> Cil.DoChildren
+
+  method! vvdec vi =
+    if not vi.vglob && not vi.vghost && vi.vstorage = NoStorage then
+      begin
+        let size_exp = Cil.sizeOf ~loc:vi.vdecl vi.vtype in
+        match Cil.constFoldToInt size_exp with
+        | None -> Metrics_parameters.error
+                    "@[in function %a,@;cannot compute sizeof %a (type %a)@]"
+                    Kernel_function.pretty kf Printer.pp_varinfo vi
+                    Printer.pp_typ vi.vtype
+        | Some size ->
+          Metrics_parameters.debug "@[function %a:@;sizeof(%a) = %a (%s)@]"
+            Kernel_function.pretty kf
+            Printer.pp_varinfo vi (Integer.pretty ~hexa:false) size
+            (if vi.vtemp then "temp" else "non-temp");
+          if vi.vtemp then
+            locals_size_temps <- Integer.add locals_size_temps size
+          else
+            locals_size_no_temps <- Integer.add locals_size_no_temps size
+      end;
+    Cil.DoChildren
+
+end
+
+(* Requires a computed Cil AST *)
+let compute_locals_size kf =
+  let vis = new locals_size_visitor kf [kf] in
+  ignore (Visitor.visitFramacKf (vis :> Visitor.frama_c_visitor) kf);
+  Metrics_parameters.result "@[%a\t%a\t%a\t%a\t%a@]"
+    Kernel_function.pretty kf
+    (Integer.pretty ~hexa:false) vis#get_locals_size_no_temps
+    (Integer.pretty ~hexa:false)
+    (Integer.add vis#get_locals_size_no_temps vis#get_locals_size_temps)
+    (Integer.pretty ~hexa:false) vis#get_max_size_calls_no_temps
+    (Integer.pretty ~hexa:false)
+    (Integer.add vis#get_max_size_calls_no_temps vis#get_max_size_calls_temps)
+;;
+
 (*
 Local Variables:
 compile-command: "make -C ../../.."
diff --git a/src/plugins/metrics/metrics_cilast.mli b/src/plugins/metrics/metrics_cilast.mli
index 36896c010ad..42d019d835e 100644
--- a/src/plugins/metrics/metrics_cilast.mli
+++ b/src/plugins/metrics/metrics_cilast.mli
@@ -55,3 +55,10 @@ val get_metrics : unit -> Metrics_base.BasicMetrics.t ;;
 
 (** Compute metrics on whole CIL AST *)
 val compute_on_cilast: unit -> unit ;;
+
+(** Compute and print the size (in bytes) of local variables on the CIL AST.
+    This is a rough approximation, neither guaranteed to be smaller or
+    larger than the actual value. Only automatic, non-ghost and
+    non-temporary variables present in the source are included.
+    This is useful to estimate the stack size of a function. *)
+val compute_locals_size: Kernel_function.t -> unit;;
diff --git a/src/plugins/metrics/metrics_parameters.ml b/src/plugins/metrics/metrics_parameters.ml
index 7aa67b8b94f..191908fb06b 100644
--- a/src/plugins/metrics/metrics_parameters.ml
+++ b/src/plugins/metrics/metrics_parameters.ml
@@ -93,6 +93,16 @@ module SyntacticallyReachable =
      end
     )
 
+module LocalsSize =
+  Kernel_function_set
+    (struct
+      let option_name = "-metrics-locals-size"
+      let arg_name = "f1,...,fn"
+      let help = "prints the size of local variables for functions f1,...,fn, \
+                  and for the functions called within them \
+                  (does not support recursive calls)"
+    end)
+
 (*
 Local Variables:
 compile-command: "make -C ../../.."
diff --git a/src/plugins/metrics/metrics_parameters.mli b/src/plugins/metrics/metrics_parameters.mli
index aa5c0f87e62..fbb029f3b28 100644
--- a/src/plugins/metrics/metrics_parameters.mli
+++ b/src/plugins/metrics/metrics_parameters.mli
@@ -46,6 +46,10 @@ module OutputFile: Parameter_sig.String
 module SyntacticallyReachable: Parameter_sig.Kernel_function_set
 (** Set of functions for which we compute the functions they may call *)
 
+module LocalsSize: Parameter_sig.Kernel_function_set
+(** Compute and print the total size of local variables for all functions in
+    this set (option -metrics-locals-size) *)
+
 module Libc: Parameter_sig.Bool
 
 (*
diff --git a/src/plugins/metrics/register.ml b/src/plugins/metrics/register.ml
index ab5d870dc88..fa94231fddb 100644
--- a/src/plugins/metrics/register.ml
+++ b/src/plugins/metrics/register.ml
@@ -59,6 +59,14 @@ let value () =
 let main () =
   if Enabled.get () then Enabled.output syntactic;
   if ValueCoverage.get () then ValueCoverage.output value;
+  if LocalsSize.is_set () then begin
+    Ast.compute ();
+    Metrics_parameters.result "function\tlocals_size_no_temps\t\
+                               locals_size_with_temps\t\
+                               max_call_size_no_temps\t\
+                               max_call_size_with_temps";
+    LocalsSize.iter (fun kf -> Metrics_cilast.compute_locals_size kf)
+  end
 ;;
 
 (* Register main entry points *)
diff --git a/src/plugins/nonterm/Makefile.in b/src/plugins/nonterm/Makefile.in
index e9c57e1e75a..2ed1f04b1fb 100644
--- a/src/plugins/nonterm/Makefile.in
+++ b/src/plugins/nonterm/Makefile.in
@@ -23,7 +23,7 @@
 # Do not use ?= to initialize both below variables
 # (fixed efficiency issue, see GNU Make manual, Section 8.11)
 ifndef FRAMAC_SHARE
-FRAMAC_SHARE  :=$(shell frama-c-config -print-path)
+FRAMAC_SHARE  :=$(shell frama-c-config -print-share-path)
 endif
 ifndef FRAMAC_LIBDIR
 FRAMAC_LIBDIR :=$(shell frama-c-config -print-libpath)
diff --git a/src/plugins/nonterm/tests/nonterm/oracle/builtin_termination.res.oracle b/src/plugins/nonterm/tests/nonterm/oracle/builtin_termination.res.oracle
index eaf3a93452b..fea017d9325 100644
--- a/src/plugins/nonterm/tests/nonterm/oracle/builtin_termination.res.oracle
+++ b/src/plugins/nonterm/tests/nonterm/oracle/builtin_termination.res.oracle
@@ -8,8 +8,7 @@
 [value] Call to builtin bzero(({{ (unsigned char *)&str1 }},{4}))
 tests/nonterm/builtin_termination.c:15:[value] Call to builtin Frama_C_strlen(({{ &str1[0] }}))
 tests/nonterm/builtin_termination.c:16:[value] Call to builtin Frama_C_strlen(({{ &str2[0] }}))
-tests/nonterm/builtin_termination.c:16:[value] warning: built-in Frama_C_strlen: tests/nonterm/builtin_termination.c:16:
-                 reading indeterminate data
+tests/nonterm/builtin_termination.c:16:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for main
 [value] done for function main
 [value] ====== VALUES COMPUTED ======
diff --git a/src/plugins/nonterm/tests/nonterm/oracle/output_to_file.txt b/src/plugins/nonterm/tests/nonterm/oracle/output_to_file.txt
index e203375a6d4..abf71bf9ca1 100644
--- a/src/plugins/nonterm/tests/nonterm/oracle/output_to_file.txt
+++ b/src/plugins/nonterm/tests/nonterm/oracle/output_to_file.txt
@@ -1,2 +1,4 @@
-warning: unreachable return statement for function: loop
-warning: unreachable return statement for function: main
+tests/nonterm/output_to_file.i:7:[nonterm] unreachable return statement for function loop
+tests/nonterm/output_to_file.i:12:[nonterm] unreachable return statement for function main
+tests/nonterm/output_to_file.i:11:[nonterm] non-terminating instruction in function main:
+loop();
diff --git a/src/plugins/nonterm/tests/nonterm/output_to_file.i b/src/plugins/nonterm/tests/nonterm/output_to_file.i
index 0f05cba3c4e..94d49796629 100644
--- a/src/plugins/nonterm/tests/nonterm/output_to_file.i
+++ b/src/plugins/nonterm/tests/nonterm/output_to_file.i
@@ -1,6 +1,6 @@
 /* run.config
    LOG: output_to_file.txt
-   STDOPT: #"-nonterm-log @PTEST_RESULT@/output_to_file.txt"
+   STDOPT: #"-nonterm-log :@PTEST_RESULT@/output_to_file.txt"
  */
 
 void loop() {
diff --git a/src/plugins/obfuscator/Makefile.in b/src/plugins/obfuscator/Makefile.in
index 03e57cb98df..d409adc3d92 100644
--- a/src/plugins/obfuscator/Makefile.in
+++ b/src/plugins/obfuscator/Makefile.in
@@ -21,7 +21,7 @@
 ##########################################################################
 
 ifndef FRAMAC_SHARE
-FRAMAC_SHARE  :=$(shell frama-c-config -print-path)
+FRAMAC_SHARE  :=$(shell frama-c-config -print-share-path)
 endif
 ifndef FRAMAC_LIBDIR
 FRAMAC_LIBDIR :=$(shell frama-c-config -print-libpath)
diff --git a/src/plugins/report/Makefile.in b/src/plugins/report/Makefile.in
index 7f4928fbaef..8cd9b1a7def 100644
--- a/src/plugins/report/Makefile.in
+++ b/src/plugins/report/Makefile.in
@@ -23,7 +23,7 @@
 # Do not use ?= to initialize both below variables
 # (fixed efficiency issue, see GNU Make manual, Section 8.11)
 ifndef FRAMAC_SHARE
-FRAMAC_SHARE  :=$(shell frama-c-config -print-path)
+FRAMAC_SHARE  :=$(shell frama-c-config -print-share-path)
 endif
 ifndef FRAMAC_LIBDIR
 FRAMAC_LIBDIR :=$(shell frama-c-config -print-libpath)
diff --git a/src/plugins/rte/generator.ml b/src/plugins/rte/generator.ml
index e87a88f52a6..00b5c408d2d 100644
--- a/src/plugins/rte/generator.ml
+++ b/src/plugins/rte/generator.ml
@@ -67,6 +67,14 @@ module Mem_access =
        let additional_parameters = [ Kernel.SafeArrays.parameter ]
      end)
 
+module Pointer_call =
+  Make
+    (struct
+       let name = "pointer_call"
+       let parameter = Options.DoPointerCall.parameter
+       let additional_parameters = []
+     end)
+
 module Div_mod =
   Make
     (struct
@@ -136,6 +144,7 @@ let proxy =
     "RTE" 
     State_builder.Proxy.Backward
     [ Mem_access.self;
+      Pointer_call.self;
       Div_mod.self;
       Shift.self;
       Signed_overflow.self;
@@ -154,6 +163,7 @@ let shift_status = Shift.triple
 let signed_overflow_status = Signed_overflow.triple
 let signed_downcast_status = Signed_downcast.triple
 let mem_access_status = Mem_access.triple
+let pointer_call_status = Pointer_call.triple
 let float_to_int_status = Float_to_int.triple
 let unsigned_overflow_status = Unsigned_overflow.triple
 let unsigned_downcast_status = Unsigned_downcast.triple
@@ -161,6 +171,7 @@ let unsigned_downcast_status = Unsigned_downcast.triple
 let all_status =
   [ precond_status;
     mem_access_status;
+    pointer_call_status;
     div_mod_status;
     shift_status;
     signed_overflow_status;
diff --git a/src/plugins/rte/generator.mli b/src/plugins/rte/generator.mli
index 7cf256b4e6f..21eeb6fbb3f 100644
--- a/src/plugins/rte/generator.mli
+++ b/src/plugins/rte/generator.mli
@@ -26,6 +26,7 @@ module type S = sig
 end
 
 module Mem_access: S
+module Pointer_call: S
 module Div_mod: S
 module Shift: S
 module Signed_overflow: S
@@ -41,6 +42,7 @@ val precond_status: Db.RteGen.status_accessor
 val shift_status: Db.RteGen.status_accessor
 val div_mod_status: Db.RteGen.status_accessor
 val mem_access_status: Db.RteGen.status_accessor
+val pointer_call_status: Db.RteGen.status_accessor
 val float_to_int_status: Db.RteGen.status_accessor
 val signed_overflow_status: Db.RteGen.status_accessor
 val signed_downcast_status: Db.RteGen.status_accessor
diff --git a/src/plugins/rte/options.ml b/src/plugins/rte/options.ml
index 8aeda5fc028..db2d4a6acca 100644
--- a/src/plugins/rte/options.ml
+++ b/src/plugins/rte/options.ml
@@ -72,6 +72,14 @@ module DoMemAccess =
 array access"
      end)
 
+(* annotates calls through pointers *)
+module DoPointerCall =
+  True
+    (struct
+       let option_name = "-rte-pointer-call"
+       let help = "when on, annotate functions calls through pointers"
+     end)
+
 (* if DoAll is true: all other options become true, except for 
    UnsignedOverflow, UnsignedDownCast and "PreConds"
    <=> only "true" runtime error and 
@@ -89,6 +97,7 @@ let () =
       DoMemAccess.set b;
       DoDivMod.set b;
       DoFloatToInt.set b;
+      DoPointerCall.set b;
       Kernel.SignedOverflow.set b;
       Kernel.SignedDowncast.set b)
 
diff --git a/src/plugins/rte/options.mli b/src/plugins/rte/options.mli
index 142d321e70c..cb6b531284d 100644
--- a/src/plugins/rte/options.mli
+++ b/src/plugins/rte/options.mli
@@ -29,6 +29,7 @@ module DoShift : Parameter_sig.Bool
 module DoDivMod : Parameter_sig.Bool
 module DoFloatToInt : Parameter_sig.Bool
 module DoMemAccess : Parameter_sig.Bool
+module DoPointerCall : Parameter_sig.Bool
 module DoCalledPrecond : Parameter_sig.Bool
 
 module Trivial : Parameter_sig.Bool
diff --git a/src/plugins/rte/register.ml b/src/plugins/rte/register.ml
index 8df0e9aeb4b..4a4af1926c0 100644
--- a/src/plugins/rte/register.ml
+++ b/src/plugins/rte/register.ml
@@ -55,6 +55,8 @@ let () =
   nojournal_register
     Db.RteGen.get_signed_downCast_status Generator.signed_downcast_status;
   nojournal_register Db.RteGen.get_memAccess_status Generator.mem_access_status;
+  nojournal_register
+    Db.RteGen.get_pointerCall_status Generator.pointer_call_status;
   nojournal_register 
     Db.RteGen.get_unsignedOv_status Generator.unsigned_overflow_status;
   nojournal_register
diff --git a/src/plugins/rte/rte.ml b/src/plugins/rte/rte.ml
index a429a97b99e..6261cfd879f 100644
--- a/src/plugins/rte/rte.ml
+++ b/src/plugins/rte/rte.ml
@@ -68,8 +68,7 @@ let valid_index ~remove_trivial ~on_alarm e size =
 
 (* returns the assertion associated with an lvalue:
    returns non empty assertions only on pointer dereferencing and array access.
-   Dereferencing a function pointer generates no assertion (but a warning
-   is emitted). The validity assertions are emitted using [valid] if
+   The validity assertions are emitted using [valid] if
    [~read_only] is false, or with [valid_read] otherwise *)
 let lval_assertion ~read_only ~remove_trivial ~on_alarm lv =
   (* For accesses to known arrays we generate an assertions that constrains
@@ -100,18 +99,9 @@ let lval_assertion ~read_only ~remove_trivial ~on_alarm lv =
   in
   match lv with
   | Var vi , off -> check_array_access false off vi.vtype false
-  | Mem _exp as lh, off ->
-    let dft = 
-      if Cil.isFunctionType (Cil.typeOfLval lv) then begin
-        Options.warn
-          "no predicate available yet to check validity of function pointer \
- dereferencing %a"
-          Printer.pp_lval lv;
-        false
-      end else
-        true
-    in
-    check_array_access dft off (Cil.typeOfLhost lh) false
+  | (Mem _ as lh), off ->
+    if not (Cil.isFunctionType (Cil.typeOfLval lv)) then
+      check_array_access true off (Cil.typeOfLhost lh) false
 
 (* assertion for unary minus signed overflow *)
 let uminus_assertion ~remove_trivial ~on_alarm exp =
@@ -443,6 +433,10 @@ let float_to_int_assertion ~remove_trivial ~on_alarm (ty, exp) =
     )
   | _ -> ()
 
+(* assertion for a pointer call [( *e )(...)]. *)
+let pointer_call ~remove_trivial:_ ~on_alarm e =
+  on_alarm ?status:None (Alarms.Function_pointer e)
+
 (*
 Local Variables:
 compile-command: "make -C ../../.."
diff --git a/src/plugins/rte/rte.mli b/src/plugins/rte/rte.mli
index 414abd9b1ed..fae9fdba0c2 100644
--- a/src/plugins/rte/rte.mli
+++ b/src/plugins/rte/rte.mli
@@ -43,6 +43,7 @@ val uminus_assertion: exp alarm_gen
 val signed_downcast_assertion: (typ * exp) alarm_gen
 val unsigned_downcast_assertion: (typ * exp) alarm_gen
 val float_to_int_assertion: (typ * exp) alarm_gen
+val pointer_call: exp alarm_gen
 
 (*
 Local Variables:
diff --git a/src/plugins/rte/visit.ml b/src/plugins/rte/visit.ml
index 8e5472e30d4..3a73685e3a0 100644
--- a/src/plugins/rte/visit.ml
+++ b/src/plugins/rte/visit.ml
@@ -205,6 +205,7 @@ type to_annotate = {
   signed_downcast: bool;
   unsigned_downcast: bool;
   float_to_int: bool;
+  pointer_call: bool;
   precond: bool;
 }
 
@@ -217,6 +218,7 @@ let annotate_nothing = {
   signed_downcast = false;
   unsigned_downcast = false;
   float_to_int = false;
+  pointer_call = false;
   precond = false;
 }
 
@@ -229,6 +231,7 @@ let annotate_all = {
   signed_downcast = true;
   unsigned_downcast = true;
   float_to_int = true;
+  pointer_call = true;
   precond = true;
 }
 
@@ -243,6 +246,7 @@ let annotate_from_options () = {
   signed_downcast = Kernel.SignedDowncast.get ();
   unsigned_downcast = Kernel.UnsignedDowncast.get ();
   float_to_int = Options.DoFloatToInt.get ();
+  pointer_call = Options.DoPointerCall.get ();
   precond = Options.DoCalledPrecond.get ();
 }
 
@@ -285,6 +289,9 @@ class annot_visitor kf to_annot on_alarm = object (self)
   method private do_float_to_int () =
     to_annot.float_to_int && not (Generator.Float_to_int.is_computed kf)
 
+  method private do_pointer_call () =
+    to_annot.pointer_call && not (Generator.Pointer_call.is_computed kf)
+
   method private do_called_precond () =
     to_annot.precond && not (Generator.Called_precond.is_computed kf)
 
@@ -640,8 +647,9 @@ class annot_visitor kf to_annot on_alarm = object (self)
       Options.debug "lval %a: validity of potential mem access checked\n"
 	Printer.pp_lval ret;
       self#generate_assertion 
-	(Rte.lval_assertion ~read_only:Alarms.For_writing) ret);
-    if self#do_called_precond () then
+	(Rte.lval_assertion ~read_only:Alarms.For_writing) ret
+    );
+    if self#do_called_precond () then begin
       match funcexp.enode with
       | Lval (Var vinfo,NoOffset) ->
 	let kf =  Globals.Functions.get vinfo in	    
@@ -651,7 +659,6 @@ class annot_visitor kf to_annot on_alarm = object (self)
 	    Options.warn
 	      "(%a) function call with # actuals <> # formals: not treated"
 	      Printer.pp_stmt (Extlib.the (self#current_stmt));
-	    Cil.DoChildren
 	  end else
 	    let formals_actuals_terms =
 	      List.rev_map2
@@ -664,10 +671,8 @@ class annot_visitor kf to_annot on_alarm = object (self)
               kf formals_actuals_terms ret_opt
 	      (Extlib.the (self#current_stmt)) 
 	    with
-	    | None -> Cil.DoChildren
-	    | Some contract_stmt ->
-	      self#queue_stmt_spec contract_stmt;
-	      Cil.DoChildren
+	    | None -> ()
+	    | Some contract_stmt -> self#queue_stmt_spec contract_stmt
 	in 
 	(match ret_opt with
 	| None -> do_no_implicit_cast ()
@@ -678,16 +683,22 @@ class annot_visitor kf to_annot on_alarm = object (self)
 	    Options.warn 
 	      "(%a) function call with intermediate cast: not treated"
 	      Printer.pp_stmt (Extlib.the (self#current_stmt));
-	    Cil.DoChildren
 	  end else
 	    do_no_implicit_cast ())
       | Lval (Mem _,NoOffset) ->
 	Options.warn "(%a) function called through a pointer: not treated"
-	  Printer.pp_stmt (Extlib.the (self#current_stmt));
-	Cil.DoChildren
+	  Cil_printer.pp_stmt (Extlib.the (self#current_stmt));
       | _ -> assert false
-    else 
-      Cil.DoChildren
+    end;
+    (* Alarm if the call is through a pointer. Done in DoChildrenPost to get a
+       more pleasant ordering of annotations. *)
+    let do_ptr () =
+      if self#do_pointer_call () then
+        match funcexp.enode with
+        | Lval (Mem e, _) -> self#generate_assertion Rte.pointer_call e
+        | _ -> ()
+    in
+    Cil.DoChildrenPost (fun res -> do_ptr (); res)
   | _ -> Cil.DoChildren
 
   method! vexpr exp =
@@ -851,6 +862,7 @@ let annotate_kf_aux to_annot kf =
     (* Strict version of ||, because [comp] has side-effects *)
     let (|||) a b = a || b in
     if comp Generator.mem_access_status to_annot.mem_access |||
+       comp Generator.pointer_call_status to_annot.pointer_call |||
        comp Generator.div_mod_status to_annot.div_mod |||
        comp Generator.shift_status to_annot.shift |||
        comp Generator.signed_overflow_status to_annot.signed_ov |||
diff --git a/src/plugins/security_slicing/Makefile.in b/src/plugins/security_slicing/Makefile.in
index 9f639abde7e..bf71b838cea 100644
--- a/src/plugins/security_slicing/Makefile.in
+++ b/src/plugins/security_slicing/Makefile.in
@@ -23,7 +23,7 @@
 # Do not use ?= to initialize both below variables
 # (fixed efficiency issue, see GNU Make manual, Section 8.11)
 ifndef FRAMAC_SHARE
-FRAMAC_SHARE  :=$(shell frama-c-config -print-path)
+FRAMAC_SHARE  :=$(shell frama-c-config -print-share-path)
 endif
 ifndef FRAMAC_LIBDIR
 FRAMAC_LIBDIR :=$(shell frama-c-config -print-libpath)
diff --git a/src/plugins/value/domains/cvalue/builtins.ml b/src/plugins/value/domains/cvalue/builtins.ml
index c9d1a26daac..608866991a0 100644
--- a/src/plugins/value/domains/cvalue/builtins.ml
+++ b/src/plugins/value/domains/cvalue/builtins.ml
@@ -211,7 +211,9 @@ let dump_args name initial_state actuals =
       let typ = Cil.typeOf actual in
       V_Offsetmap.pretty_generic ~typ () fmt offsm;
       Eval_op.pretty_stitched_offsetmap fmt typ offsm
-    end else
+    end else if card = 0 then (* the value as a Cvalue.V is misleading *)
+      Format.fprintf fmt "%s" (Unicode.emptyset_string ())
+    else
       V.pretty fmt v;
     Format.fprintf fmt "@]";
   in
diff --git a/src/plugins/value/domains/cvalue/builtins_nonfree_string.ml b/src/plugins/value/domains/cvalue/builtins_nonfree_string.ml
index b1027bb90dd..ac10d7501f9 100644
--- a/src/plugins/value/domains/cvalue/builtins_nonfree_string.ml
+++ b/src/plugins/value/domains/cvalue/builtins_nonfree_string.ml
@@ -192,6 +192,12 @@ end
 module SL = Str_lattice
 module Bytecharmap = Offsetmap.Make_bitwise(Str_lattice)
 
+(* Boolean-like flag to indicate if the built-in is imprecise for the given
+   arguments. A future version may remove this restriction. *)
+type imprecise_builtin =
+  | Imprecise
+  | Not_imprecise
+
 (* converts bits to bytes, emitting a warning in case of inexact division. *)
 let bytes_of_bits ?inexact i =
   if I.(i % eight <> zero) &&
@@ -411,6 +417,14 @@ module Problem = struct
     | Base of Base.t
     | Misc of string
 
+  (* [compare] is based on [Pervasives.compare], but for better clarity during
+     pretty-printing, we ensure [Misc] is smaller than all other elements *)
+  let compare p1 p2 = match p1, p2 with
+    | Misc s1, Misc s2 -> String.compare s1 s2
+    | Misc _, _ -> -1
+    | _, Misc _ -> 1
+    | _, _ -> Pervasives.compare p1 p2
+
   let pretty fmt = function
     | Init (sure) ->
       Format.fprintf fmt "%suninitialized values"
@@ -428,14 +442,50 @@ module Problem = struct
     | Misc msg ->
       Format.fprintf fmt "%s" msg
 
-  (* [weaken] turns a "definitive problem" into a "maybe problem" *)
-  let weaken = function
-    | Init (_sure) -> Init(false)
-    | Esc (_sure) -> Esc(false)
-    | Indet (_sure) -> Indet(false)
-    | p -> p
 end
 
+module Problems = struct
+  include Set.Make(struct
+      type t = Problem.t
+      (* compare is based on Pervasives.compare, but for better clarity during
+         pretty-printing, we ensure [Misc] is smaller than all other elements *)
+      let compare = Problem.compare
+    end)
+
+  (* [weaken] turns "definitive problems" into "maybe problems" *)
+  let weaken s =
+    fold (fun p acc ->
+        if p = Problem.Init true then add (Problem.Init false) acc
+        else if p = Problem.Esc true then add (Problem.Esc false) acc
+        else if  p = Problem.Indet true then add (Problem.Indet false) acc
+        else acc
+      ) empty s
+
+  let pretty fmt s =
+    (* normalize to avoid printing twice for definite/possible problems *)
+    let normalize s =
+      let s = if mem (Problem.Init false) s && mem (Problem.Init true) s then
+          remove (Problem.Init true) s
+        else s
+      in
+      let s = if mem (Problem.Esc false) s && mem (Problem.Esc true) s then
+          remove (Problem.Esc true) s
+        else s
+      in
+      let s = if mem (Problem.Indet false) s && mem (Problem.Indet true) s then
+          remove (Problem.Indet true) s
+        else s
+      in
+      s
+    in
+    Format.fprintf fmt "@[<v>%a@]"
+      (Pretty_utils.pp_list ~pre:"" ~suf:"" ~sep:"@," Problem.pretty)
+      (elements (normalize s))
+
+end
+
+
+
 module BaseMap = Map.Make(struct
     type t = Base.t
     let compare b1 b2 = Base.compare b1 b2
@@ -447,15 +497,6 @@ let basemap_of_locmap (m : Cvalue.V.M.t) : Ival.t BaseMap.t =
       BaseMap.add base offs acc
     ) m BaseMap.empty
 
-let pp_problems fmt problems =
-  Format.fprintf fmt "@[%a:@.%a@]"
-    Printer.pp_location (Cil_const.CurrentLoc.get())
-    (Pretty_utils.pp_list ~pre:"@[" ~suf:"@]" ~sep:"@." Problem.pretty) problems
-
-let pp_problems_debug fmt problems =
-  Format.fprintf fmt "@[%a@]"
-  (Pretty_utils.pp_list ~pre:"@[" ~suf:"@]" ~sep:"@ " Problem.pretty) problems
-
 type exhausted_status = Maybe_exhausted of Int.t (*relative*)
                       | Non_exhausted
 let pp_exh_st fmt = function
@@ -487,23 +528,23 @@ module Base_res = struct
     char_fs: FS.t;
     maybe_not_found: bool;
     es: exhausted_status;
-    problems: Problem.t list;
+    problems: Problems.t;
   }
   let bottom = {vals = Ival.bottom; abs_offs = Ival.bottom; char_fs = FS.Bottom;
-                maybe_not_found = false; es = Non_exhausted; problems = []}
+                maybe_not_found = false; es = Non_exhausted; problems = Problems.empty}
   let join br1 br2 : t =
     let vals = Ival.join br1.vals br2.vals in
     let abs_offs = Ival.join br1.abs_offs br2.abs_offs in
     let char_fs = FS.join br1.char_fs br2.char_fs in
     let maybe_not_found = br1.maybe_not_found || br2.maybe_not_found in
     let es = join_exh br1.es br2.es in
-    let problems = br1.problems @ br2.problems in
+    let problems = Problems.union br1.problems br2.problems in
     {vals; abs_offs; char_fs; maybe_not_found; es; (*has_null_result;*) problems}
   let pretty fmt br =
     Format.fprintf fmt "@[{vals:%a,abs_offs:%a,fs:%a,es:%a,problems:%a}@]"
       Ival.pretty br.vals Ival.pretty br.abs_offs FS.pretty br.char_fs
       pp_exh_st br.es
-      pp_problems_debug br.problems
+      Problems.pretty br.problems
 end
 module BR = Base_res
 
@@ -1176,15 +1217,11 @@ module Search_ranges = struct
             fpf "search with small set, cur offset: %a, res: %a "
               Int.pretty offset pp_str_res_t res;
             res
-          ) init_acc a
+          ) init_acc a, Not_imprecise
       | _ -> (* less precise but more efficient version *)
         (* str functions returning pointers are currently imprecise for ranges *)
-        if not ret_rel_offs then begin
-          Value_util.alarm_report ~source:(fst (Cil_const.CurrentLoc.get()))
-            "built-in cannot deal with large imprecise ranges,@ \
-             over-approximating";
-          search_ptr_imprecise bytecharmap base offset_ival n_len last_byte_to_look
-        end
+        if not ret_rel_offs then
+          search_ptr_imprecise bytecharmap base offset_ival n_len last_byte_to_look, Imprecise
         else begin
           fpf "by_offset_ival: not a small set!";
           let init_acc =
@@ -1207,9 +1244,9 @@ module Search_ranges = struct
             Maybe_ok (Ival.inject_range adj_min adj_max,
                       (*abs_offs not used by caller*)Ival.top,
                       (*fs not used by caller*)FS.Top, res_acc.maybe_not_found,
-                      res_acc.best_es, res_acc.is)
+                      res_acc.best_es, res_acc.is), Not_imprecise
           | _, _ ->
-            Never_ok (res_acc.is)
+            Never_ok (res_acc.is), Not_imprecise
         end
     in
     res
@@ -1223,41 +1260,53 @@ exception Top_res of Problem.t
    - [Some (base_max_sure_byte, base_end_byte, abs_offs)]:
      compute if there may have been an access to offsets past the
      validity of their bases. *)
-let compute_problems is compute_maybe_invalid =
-  let prob_uninit = if is.IS.maybe_uninit then
-      [Problem.Init(false)] else []
+let compute_problems imprecise is compute_maybe_invalid =
+  let acc_probs = Problems.empty in
+  let acc_probs = match imprecise with
+    | Imprecise ->
+      Problems.add
+        (Problem.Misc "range too large and/or imprecise, approximating")
+        acc_probs
+    | Not_imprecise -> acc_probs
   in
-  let prob_esc = if is.IS.maybe_esc then
-      [Problem.Esc(false)] else []
+  let acc_probs = if is.IS.maybe_uninit then
+      Problems.add (Problem.Init(false)) acc_probs
+    else acc_probs
   in
-  let prob_indet = if is.IS.maybe_indet then
-      [Problem.Indet(false)] else []
+  let acc_probs = if is.IS.maybe_esc then
+      Problems.add (Problem.Esc(false)) acc_probs
+    else acc_probs
   in
-  let prob_maybe_invalid =
+  let acc_probs = if is.IS.maybe_indet then
+      Problems.add (Problem.Indet(false)) acc_probs
+    else acc_probs
+  in
+  let acc_probs =
     match compute_maybe_invalid with
-    | None -> (* do not compute *) []
+    | None -> (* do not compute *) acc_probs
     | Some (base_max_sure_byte, base_end_byte, abs_offs) ->
       if Int.lt base_max_sure_byte base_end_byte &&
          not (Ival.is_bottom abs_offs) then
         match Ival.max_int abs_offs with
         | None -> (* unbounded max: other warnings have already been
-                     emitted, so omit this one *) []
+                     emitted, so omit this one *) acc_probs
         | Some max_byte_to_look ->
           if Int.(gt max_byte_to_look base_max_sure_byte) then
-            [Problem.Maybe_invalid] else []
-      else []
+            Problems.add Problem.Maybe_invalid acc_probs else acc_probs
+      else acc_probs
   in
-  prob_uninit @ prob_esc @ prob_indet @ prob_maybe_invalid
+  acc_probs
 
 (* Searches base [base+offset_arg], for up to [n_len] characters. *)
 let search_by_base bs_of_vu_f ~ret_rel_offs base offset_arg ?n_len state :
-  Ival.t * Ival.t * FS.t * bool * exhausted_status * Problem.t list =
+  Ival.t * Ival.t * FS.t * bool * exhausted_status * Problems.t =
   fpf "base: %a (validity: %a)" Base.pretty base Base.pretty_validity
     (Base.validity base);
   let offsetmap = Cvalue.Model.find_base_or_default base state in
   match offsetmap with
   | `Bottom -> (* possibly invalid base *)
-    (Ival.bottom, Ival.bottom, FS.Bottom, false, Non_exhausted, [Problem.Base base])
+    (Ival.bottom, Ival.bottom, FS.Bottom, false, Non_exhausted,
+     Problems.singleton (Problem.Base base))
   | `Top -> assert false
   | `Value offsetmap ->
     let base_max_sure_bit, base_end_bit = match Base.validity base with
@@ -1313,24 +1362,24 @@ let search_by_base bs_of_vu_f ~ret_rel_offs base offset_arg ?n_len state :
         max_bit_to_look base_end_bit
     in
     fpf "bytecharmap: %a" Bytecharmap.pretty bytecharmap;
-    let res =
+    let res, imprecise =
       Search_ranges.search bytecharmap ~ret_rel_offs base offset_arg
         offset_start offset_end ?n_len max_byte_to_look
     in
     fpf "by_offset_ival returned: %a" pp_str_res_t res;
     match res with
     | Never_ok (is) ->
-      let problems = compute_problems is None in
+      let problems = compute_problems imprecise is None in
       (Ival.bottom, Ival.bottom, FS.Bottom, false, Non_exhausted, problems)
     | Maybe_ok (bounds, abs_offs, char_fs, maybe_found_stop, es, is) ->
       (* special case: vals is bottom, despite "Maybe_ok" =>
          due to initialization (should only happen with an empty base) *)
       if Ival.is_bottom bounds && es = Non_exhausted then
         (Ival.bottom, Ival.bottom, FS.Bottom, maybe_found_stop, es,
-         [Problem.Indet(true)])
+         Problems.singleton (Problem.Indet(true)))
       else
         let problems =
-          compute_problems is
+          compute_problems imprecise is
             (Some (base_max_sure_byte, base_end_byte, abs_offs))
         in
         (bounds, abs_offs, char_fs, maybe_found_stop, es, problems)
@@ -1370,7 +1419,7 @@ let search_by_base_wrapper bs_of_vu_f ~ret_rel_offs state base offs ?n_ival ~inc
         new_vals
     else vals
   in
-  let base_res = {BR.vals = vals'; abs_offs; char_fs; maybe_not_found; es; problems } in
+  let base_res = {BR.vals = vals'; abs_offs; char_fs; maybe_not_found; es; problems} in
   fpf "@[base_res: %a, n_ival: %a@]" BR.pretty base_res
     (Pretty_utils.pp_opt Ival.pretty) n_ival;
   if not (Ival.is_bottom base_res.BR.vals) then
@@ -1583,19 +1632,19 @@ let search_char_n_wrapper name nb_args state actuals ~print_call str_builtin_typ
             ~include_exh:(not is_ret_pointer) str
         in
         let problems = BaseMap.fold (fun _base base_res acc ->
-            acc @ base_res.BR.problems) bm []
+            Problems.union acc base_res.BR.problems) bm Problems.empty
         in
         res_of_base_res_f bm, problems
       with
       | Top_res prob ->
-        Cvalue.V.top_int, [prob]
+        Cvalue.V.top_int, Problems.singleton prob
     in
     (* In case at least one base has a valid result,
        'weaken' alarm messages ("possibly ...") *)
     let problems = if not (Cvalue.V.is_bottom value) then
-        List.map Problem.weaken problems else problems
+        Problems.weaken problems else problems
     in
-    if problems <> [] then begin
+    if not (Problems.is_empty problems) then begin
       let s = Pretty_utils.sfprintf "@[<h>\\valid_nstring(%a,%s(%a))@]"
           Cil_datatype.Exp.pretty exp_str
           name
@@ -1604,7 +1653,7 @@ let search_char_n_wrapper name nb_args state actuals ~print_call str_builtin_typ
       in
       Builtins.emit_alarm ~kind:kind_alarm_string ~text:s;
       Value_util.alarm_report ~source:(fst (Cil_const.CurrentLoc.get()))
-        "built-in %s: %a" name (pp_problems) problems
+        "@[builtin %s:@ %a@]" name Problems.pretty problems
     end;
     let res_c_value = if Cvalue.V.is_bottom value then
         None, Cvalue.Model.bottom
diff --git a/src/plugins/value/domains/cvalue/cvalue_domain.ml b/src/plugins/value/domains/cvalue/cvalue_domain.ml
index 78d7a8678b5..932c265b621 100644
--- a/src/plugins/value/domains/cvalue/cvalue_domain.ml
+++ b/src/plugins/value/domains/cvalue/cvalue_domain.ml
@@ -50,28 +50,6 @@ module Model = struct
       | C_init_esc _     -> Alarmset.singleton (Alarms.Dangling lval)
       | C_init_noesc _   -> Alarmset.none
 
-  let imprecise_eval_one_loc state lval =
-    fun loc (acc_v, acc_alarms) ->
-      let size = Int_Base.project loc.Locations.size in
-      let _, offsm = copy_offsetmap loc.Locations.loc size state in
-      let process_one_v v (acc_v, acc_alarms) =
-        let vv = Cvalue.V_Or_Uninitialized.get_v v in
-        (* TODO: it is a bit problematic to create those garbled mix for
-           nothing. When the size of the location is imprecise, it is fine.
-           However, when the location is a non-scalar value, the result will
-           always be ignored at the end! Maybe we should start with Top in
-           acc? We use the 'Leaf' origin only because it is not tracked. *)
-        Cvalue.V.join (Cvalue.V.topify_leaf_origin vv) acc_v,
-        Alarmset.union (indeterminate_alarms lval v) acc_alarms
-      in
-      match offsm with
-      | `Bottom    -> acc_v, acc_alarms
-      | `Value offsm ->
-        let v, alarms =
-          Cvalue.V_Offsetmap.fold_on_values
-            process_one_v offsm (acc_v, acc_alarms)
-        in
-        v, alarms
 
   let eval_one_loc state lval typ =
     let eval_one_loc single_loc =
@@ -85,12 +63,7 @@ module Model = struct
       Cvalue.V.join result acc_result, Alarmset.union alarms acc_alarms
 
   let extract_lval _oracle state lval typ loc =
-    let process_one_loc =
-      if Cil.isArithmeticOrPointerType typ
-      || Int_Base.is_top (Main_locations.PLoc.size loc)
-      then eval_one_loc state lval typ
-      else imprecise_eval_one_loc state lval
-    in
+    let process_one_loc = eval_one_loc state lval typ in
     let acc = Cvalue.V.bottom, Alarmset.none in
     let value1, alarms1 = Precise_locs.fold process_one_loc loc acc in
     let expr = Cil.dummy_exp (Cil_types.Lval lval) in
@@ -445,7 +418,18 @@ module State = struct
     let fdec = Kernel_function.get_definition kf in
     let state = Model.remove_variables block.blocals state in
     if body
-    then snd (Locals_scoping.top_addresses_of_locals fdec clob) state, clob
+    then
+      (* Remove formals that may have been written in the function from the
+         state, then topify pointers to local or formal variables. Formals
+         are also removed from the state in {!Cvalue_transfer.finalize_call},
+         but it is important to it here too. Otherwise, we get warnings about
+         addresses escaping the scope of the function through a formal. *)
+      let written_formals = Value_util.written_formals kf in
+      let remove_vi vi state = Model.remove_base (Base.of_varinfo vi) state in
+      let state =
+        Cil_datatype.Varinfo.Set.fold remove_vi written_formals state
+      in
+      snd (Locals_scoping.top_addresses_of_locals fdec clob) state, clob
     else
       Locals_scoping.block_top_addresses_of_locals fdec clob [block] state, clob
 
diff --git a/src/plugins/value/domains/symbolic_locs.ml b/src/plugins/value/domains/symbolic_locs.ml
new file mode 100644
index 00000000000..f27e4a07774
--- /dev/null
+++ b/src/plugins/value/domains/symbolic_locs.ml
@@ -0,0 +1,706 @@
+(**************************************************************************)
+(*                                                                        *)
+(*  This file is part of Frama-C.                                         *)
+(*                                                                        *)
+(*  Copyright (C) 2007-2016                                               *)
+(*    CEA (Commissariat à l'énergie atomique et aux énergies              *)
+(*         alternatives)                                                  *)
+(*                                                                        *)
+(*  you can redistribute it and/or modify it under the terms of the GNU   *)
+(*  Lesser General Public License as published by the Free Software       *)
+(*  Foundation, version 2.1.                                              *)
+(*                                                                        *)
+(*  It is distributed in the hope that it will be useful,                 *)
+(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
+(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
+(*  GNU Lesser General Public License for more details.                   *)
+(*                                                                        *)
+(*  See the GNU Lesser General Public License version 2.1                 *)
+(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
+(*                                                                        *)
+(**************************************************************************)
+
+open Cil_types
+open Eval
+open Locations
+
+let dkey = Value_parameters.register_category "d-symblocs"
+
+module Exp = Cil_datatype.ExpStructEq
+module Lval = Cil_datatype.LvalStructEq
+
+(* Keys for which we will store a value. lvalues are never stored under
+   a constructor [E]. *)
+type key = E of Exp.t | LV of Lval.t
+
+module DKey = Datatype.Make (struct
+    include Datatype.Serializable_undefined
+
+    type t = key
+    let name = "Value.Symbolic_locs.key"
+    let reprs = [ E Cil_datatype.Exp.dummy ]
+
+    let structural_descr =
+      Structural_descr.t_sum
+        [| [| Exp.packed_descr |] ; [| Lval.packed_descr |] ; |]
+
+    let equal a b = match a, b with
+      | E e1, E e2 -> Exp.equal e1 e2
+      | LV lv1, LV lv2 -> Lval.equal lv1 lv2
+      | (E _ | LV _), _ -> false
+
+    let compare a b = match a, b with
+      | E e1, E e2 -> Exp.compare e1 e2
+      | LV lv1, LV lv2 -> Lval.compare lv1 lv2
+      | LV _, E _  -> -1
+      | E _, LV _  -> 1
+
+    let pretty fmt = function
+      | E e ->   Format.fprintf fmt "(e)%a" Exp.pretty e
+      | LV lv -> Format.fprintf fmt "(l)%a" Lval.pretty lv
+
+    let hash = function
+      | E e -> Exp.hash e
+      | LV lv -> Lval.hash lv
+
+    let copy c = c
+  end)
+
+module Keys = struct
+  include State_builder.Hashcons(DKey)
+      (struct let dependencies = [Ast.self] let name = "" end)
+
+  let of_lval lv = hashcons (LV lv)
+
+  let of_exp exp =
+    match exp.enode with
+    | Lval lv -> of_lval lv
+    | _ -> hashcons (E exp)
+
+end
+
+module KeysSet = Hptset.Make(Keys)
+    (struct let v = [] end)
+    (struct let l = [Ast.self] end)
+
+
+module V = Cvalue.V (* TODO: functorize (with locations too ?) *)
+
+
+(* Map from expressions/lvalues to abstract values *)
+module K2V = struct
+  module M = Hptmap.Make(Keys)(V)(Hptmap.Comp_unused)
+      (struct let v = [] end)(struct let l = [Ast.self] end)
+
+  include M
+
+  let cache_prefix = "Value.Symbolic_locs.K2V"
+
+  let join =
+    (* Missing keys are bound to top -> use inter as base function *)
+    let cache_name = cache_prefix ^ ".join" in
+    let cache = Hptmap_sig.PersistentCache cache_name in
+    let symmetric = true in
+    let idempotent = true in
+    let decide _ v1 v2 = Some (V.join v1 v2) in
+    M.inter ~cache ~symmetric ~idempotent ~decide
+
+  let is_included =
+    let cache_name = cache_prefix ^ ".is_included" in
+    let decide_fst _b _v1 = true (* v2 is top *) in
+    let decide_snd _b _v2 = false (* v1 is top, v2 should not be *) in 
+    let decide_both _ v1 v2 = V.is_included v1 v2 in
+    let decide_fast s t =
+      if s == t || M.is_empty t (*all bases present in s but not in t
+                  are implicitly bound to Top in t, hence the inclusion holds *)
+      then M.PTrue
+      else M.PUnknown
+    in
+    M.binary_predicate
+      (Hptmap_sig.PersistentCache cache_name) M.UniversalPredicate
+      ~decide_fast ~decide_fst ~decide_snd ~decide_both
+
+  (* Return the subtrees of the left map whose keys are *not* present in the
+     right map. Values are ignored *)
+  let only_in_left =
+    let cache_name = cache_prefix ^ ".only_left" in
+    let cache = Hptmap_sig.PersistentCache cache_name in
+    let symmetric = false in
+    let idempotent = false in
+    let decide_both _ _ _ = None in
+    let decide_left = M.Neutral in
+    let decide_right = M.Absorbing in
+    M.merge ~cache
+      ~symmetric ~idempotent ~decide_both ~decide_left ~decide_right
+
+end
+
+(* Maps from keys to their memory dependencies, expressed as a zone.
+   Missing keys are implicitly mapped to Zone.top. *)
+module K2Z = struct
+
+  let cache_prefix = "Value.Symbolic_locs.K2Z"
+  
+  module M = Hptmap.Make(Keys)(Locations.Zone)(Hptmap.Comp_unused)
+      (struct let v = [] end)(struct let l = [Ast.self] end)
+
+  let is_included =
+    let cache_name = cache_prefix ^ ".is_included" in
+    let decide_fst _b _v1 = true in
+    let decide_snd _b _v2 = false in
+    let decide_both _ v1 v2 = Zone.is_included v1 v2 in
+    let decide_fast s t = if s == t then M.PTrue else M.PUnknown in
+    M.binary_predicate
+      (Hptmap_sig.PersistentCache cache_name) M.UniversalPredicate
+      ~decide_fast ~decide_fst ~decide_snd ~decide_both
+
+  let join =
+    let cache_name = cache_prefix ^ ".join" in
+    let cache = Hptmap_sig.PersistentCache cache_name in
+    let symmetric = true in
+    let idempotent = true in
+    let decide _ v1 v2 = Some (Zone.join v1 v2) in
+    M.inter ~cache ~symmetric ~idempotent ~decide
+
+  let find_defaut k m =
+    try M.find k m
+    with Not_found -> Zone.bottom
+  
+end
+
+(* (* not used for now: too costly *)
+let rec interesting_exp (e: exp) = match e.enode with
+  | Const _ | SizeOf _ | SizeOfStr _ | SizeOfE _ | AlignOf _ | AlignOfE _
+  | StartOf _ | AddrOf _ ->
+    false
+  | Lval lv -> true
+  | CastE (_,e) | UnOp (_,e,_) | Info (e,_) ->
+    interesting_exp e
+  | BinOp (op,e1,e2,_) ->
+    match op with
+    | Eq | Ne | Le | Ge | Lt | Gt -> false
+    | _ -> interesting_exp e1 || interesting_exp e2
+*)
+
+(* computes whether an expression depends on a location with an imprecise
+   location *)
+let rec multiple_loc_exp get_locs (e: exp) = match e.enode with
+  | Const _ | SizeOf _ | SizeOfStr _ | SizeOfE _ | AlignOf _ | AlignOfE _
+  | StartOf _ | AddrOf _ ->
+    false
+  | Lval lv ->
+    not (Precise_locs.cardinal_zero_or_one (get_locs lv))
+  | CastE (_,e) | UnOp (_,e,_) | Info (e,_) ->
+    multiple_loc_exp get_locs e
+  | BinOp (_,e1,e2,_) ->
+    multiple_loc_exp get_locs e1 || multiple_loc_exp get_locs e2
+
+let is_cond exp = match exp.enode with
+  | BinOp ((Eq | Ne | Le | Ge | Lt | Gt), _, _, _) -> true
+  | _ -> false
+
+
+(* Maps from bases to the keys that depend on them *)
+module B2K = struct
+
+  module M = Hptmap.Make(Base)(KeysSet)(Hptmap.Comp_unused)
+      (struct let v = [] end)(struct let l = [Ast.self] end)
+
+  let cache_prefix = "Value.Symbolic_locs.B2K"
+
+  let join =
+    let cache_name = cache_prefix ^ ".join" in
+    let cache = Hptmap_sig.PersistentCache cache_name in
+    let symmetric = true in
+    let idempotent = true in
+    let decide _ v1 v2 = KeysSet.union v1 v2 in
+    M.join ~cache ~symmetric ~idempotent ~decide
+
+  let find_default b m =
+    try M.find b m
+    with Not_found -> KeysSet.empty
+
+end
+
+(* (All) dependencies of an expression or lvalue, as a zone. The zones
+   for lvalues are found through [get_z]. *)
+let rec deps_lv get_z (h, o as lv) =
+  let z = Zone.join (deps_host get_z h) (deps_offset get_z o) in
+  Zone.join (get_z lv) z
+and deps_exp get_z (e: exp) = match e.enode with
+  | Const _ | SizeOf _ | SizeOfStr _ | SizeOfE _ | AlignOf _ | AlignOfE _
+  | StartOf _ | AddrOf _ ->
+    Zone.bottom
+  | Lval lv ->
+    deps_lv get_z lv
+  | CastE (_,e) | UnOp (_,e,_) | Info (e,_) ->
+    deps_exp get_z e
+  | BinOp (_,e1,e2,_) ->
+    Zone.join (deps_exp get_z e1) (deps_exp get_z e2)
+and deps_host get_z = function
+  | Var _ -> Zone.bottom (* handled by deps_lv *)
+  | Mem e -> deps_exp get_z e
+and deps_offset get_z = function
+  | NoOffset -> Zone.bottom
+  | Field (_, o) -> deps_offset get_z o
+  | Index (e, o) -> Zone.join (deps_exp get_z e) (deps_offset get_z o)
+
+(* Locals and formals syntactically present in an expression or lvalue *)
+let rec vars_lv (h, o) = Base.Set.union (vars_host h) (vars_offset o)
+and vars_exp (e: exp) = match e.enode with
+  | Const _ | SizeOf _ | AlignOf _ | SizeOfStr _ ->
+    Base.Set.empty
+  | AddrOf lv | StartOf lv | Lval lv ->
+    vars_lv lv
+  | SizeOfE e | AlignOfE e | CastE (_,e) | UnOp (_,e,_) | Info (e,_) ->
+    vars_exp e
+  | BinOp (_,e1,e2,_) -> Base.Set.union (vars_exp e1) (vars_exp e2)
+and vars_host = function
+  | Var vi ->
+    (* Global variables never go out of scope, no need to track them *)
+    if vi.vglob then Base.Set.empty else Base.(Set.singleton (of_varinfo vi))
+  | Mem e -> vars_exp e
+and vars_offset = function
+  | NoOffset -> Base.Set.empty
+  | Field (_, o) -> vars_offset o
+  | Index (e, o) -> Base.Set.union (vars_exp e) (vars_offset o)
+
+
+module Memory = struct
+
+  (* This is the abstract state for the 'Symbolic location' domains *)
+  type memory = {
+    values: K2V.t (* map from expressions/lvalues to their abstract value *);
+    zones: K2Z.M.t (* map from expressions/lvalues to the memory location
+                      they depend on *);
+    deps: B2K.M.t (* map from bases to the expressions/lvalues that
+                     depend on them according to [zones] *);
+    syntactic_deps: B2K.M.t (* map from bases to the expressions/lvalues
+                               that syntactically refer to them *);
+  }
+  (* Invariants: [values] and [zones] have exactly the same keys.
+     [deps] and [syntactic_deps] are caches that can be rebuilt from [values]
+     and [vars_exp/lv] for [syntactic_deps], and from [zones] for [deps]. *)
+
+  include Datatype.Make_with_collections(struct
+      include Datatype.Serializable_undefined
+      
+      type t = memory
+      let name = "Value.Symbolic_locs.Memory.t"
+
+      let reprs = [ { values = List.hd K2V.M.reprs;
+                      zones = List.hd K2Z.M.reprs;
+                      deps = List.hd B2K.M.reprs;
+                      syntactic_deps = List.hd B2K.M.reprs;
+                    } ]
+
+      let structural_descr =
+        Structural_descr.t_record [|
+          K2V.packed_descr;
+          K2Z.M.packed_descr;
+          B2K.M.packed_descr;
+          B2K.M.packed_descr;
+        |]
+
+      let compare m1 m2 =
+        let c = K2V.compare m1.values m2.values in
+        if c <> 0 then c
+        else
+          let c = K2Z.M.compare m1.zones m2.zones in
+          if c <> 0 then c
+          else
+            let c = B2K.M.compare m1.deps m2.deps in
+            if c <> 0 then c
+            else B2K.M.compare m1.syntactic_deps m2.syntactic_deps
+
+      let equal = Datatype.from_compare
+
+      let pretty fmt m =
+        Format.fprintf fmt "@[<v>V: @[%a@]@ Z: @[%a@]@ I: @[%a@]@ S: @[%a@]@]"
+          K2V.M.pretty m.values K2Z.M.pretty m.zones
+          B2K.M.pretty m.deps B2K.M.pretty m.syntactic_deps
+
+      let hash m = Hashtbl.hash
+          (K2V.hash m.values, K2Z.M.hash m.zones,
+           B2K.M.hash m.deps, B2K.M.hash m.syntactic_deps)
+
+      let copy c = c
+
+    end)
+
+  let top = {
+    values = K2V.M.empty;
+    zones = K2Z.M.empty;
+    deps = B2K.M.empty;
+    syntactic_deps = B2K.M.empty;
+  }
+
+  let empty_map = top
+
+  let is_included m1 m2 =
+    K2V.is_included m1.values m2.values &&
+    K2Z.is_included m1.zones m2.zones
+  (* No need to check the two other fields, that are only inverse mappings
+     from the first two ones *)
+
+  (* bases on which a Cvalue.V depends *)
+  let v_deps v =
+    let aux b acc =
+      let add =
+        match b with
+        | Base.Var (vi, _) -> not vi.vglob
+        | Base.Allocated _ -> true (* can be freed. TODO: handle free *)
+        | Base.Null | Base.CLogic_Var _ -> false (* does not appear yet *)
+        | Base.String _ -> false (* can be seen as a global*)
+      in
+      if add then Base.Set.add b acc else acc
+    in
+    V.fold_bases aux v Base.Set.empty
+
+  let key_deps k =
+    match Keys.get k with
+    | E e -> vars_exp e
+    | LV lv -> vars_lv lv
+
+  (* Auxiliary function that add [k] to [state]. [v] is the value bound to
+     [k], [z] the dependency information. *)
+  let add_key k v z state =
+    let values = K2V.add k v state.values in
+    let zones = K2Z.M.add k z state.zones in
+    let add_dep b deps =
+      let s = B2K.find_default b deps in
+      let s' = KeysSet.add k s in
+      B2K.M.add b s' deps
+    in
+    try
+      let deps = Zone.fold_bases add_dep z state.deps in
+      let bases = Base.Set.union (key_deps k) (v_deps v) in
+      let syntactic_deps = Base.Set.fold add_dep bases state.syntactic_deps in
+      { values; zones; deps; syntactic_deps }
+    with Zone.Error_Top (* unknown dependencies *) -> state
+
+  (* inverse operation of [add_key] *)
+  let remove_key k state =
+    try
+      let v = K2V.find k state.values in
+      let values = K2V.remove k state.values in
+      let zones = K2Z.M.remove k state.zones in
+      let aux_deps b d =
+        let set_b = try B2K.M.find b d with Not_found -> assert false in
+        let set_b' = KeysSet.remove k set_b in
+        if KeysSet.is_empty set_b'
+        then B2K.M.remove b d
+        else B2K.M.add b set_b' d
+      in
+      (* there exists a dependency associated to k because d(values)=d(zones) *)
+      let z = try K2Z.find_defaut k state.zones with Not_found ->assert false in
+      let deps = Zone.fold_bases aux_deps z state.deps in
+      let syn_deps = Base.Set.union (key_deps k) (v_deps v) in
+      let syntactic_deps =
+        Base.Set.fold aux_deps syn_deps state.syntactic_deps
+      in
+      { values; zones; deps; syntactic_deps }
+    with Not_found -> state
+
+  let remove_keys keys state =
+    KeysSet.fold remove_key keys state
+
+  let join m1 m2 =
+    if K2V.equal m1.values m2.values && K2Z.M.equal m1.zones m2.zones then m1
+    else
+      let remove_m1 = K2V.only_in_left m1.values m2.values in
+      let remove_m2 = K2V.only_in_left m2.values m1.values in
+      let m1 = K2V.fold (fun k _ m -> remove_key k m) remove_m1 m1 in
+      let m2 = K2V.fold (fun k _ m -> remove_key k m) remove_m2 m2 in
+      { values = K2V.join m1.values m2.values;
+        zones = K2Z.join m1.zones m2.zones;
+        deps = B2K.join m1.deps m2.deps;
+        syntactic_deps = B2K.join m1.syntactic_deps m2.syntactic_deps;
+      }
+
+  let join_and_is_included m1 m2 =
+    let m = join m1 m2 in
+    let incl = K2V.M.equal m.values m2.values && K2Z.M.equal m.zones m2.zones in
+    (m, incl)
+
+  let widen _kf _wh m1 m2 = join m1 m2 (* TODO: widen values? *)
+
+  (* ------------------------------------------------------------------------ *)
+  (* --- High-level functions                                             --- *)
+  (* ------------------------------------------------------------------------ *)
+
+  (* fold on all the keys of [state] overwritten when [z] is written *)
+  let fold_overwritten f state z acc =
+    (* Check if [k] is overwritten *)
+    let aux_key k acc =
+      let z_k = K2Z.M.find k state.zones in
+      if Zone.intersects z z_k then f k acc else acc
+    in
+    (* Check the keys overwritten among those depending on [b] *)
+    let aux_base b acc =
+      let keys = B2K.find_default b state.deps in
+      KeysSet.fold aux_key keys acc
+    in
+    try
+      (* Check all the keys overwritten *)
+      Zone.fold_bases aux_base z acc
+    with Zone.Error_Top -> top
+
+  (* remove the keys that depend on the variables in [l] *)
+  let remove_variables l state =
+    let aux_vi state vi =
+      let b = Base.of_varinfo vi in
+      let keys = B2K.find_default b state.syntactic_deps in
+      remove_keys keys state
+    in
+    List.fold_left aux_vi state l
+
+  let kill loc state =
+    let z = Locations.enumerate_valid_bits ~for_writing:false loc in
+    fold_overwritten remove_key state z state
+
+  (* Add the the mapping [lv --> v] to [state] when possible.
+     [get_z] is a function that computes dependencies. *)
+  let add_lv state get_z lv v  =
+    if Eval_typ.lval_contains_volatile lv then
+      state
+    else
+      let k = Keys.of_lval lv in
+      let z = deps_lv get_z lv in
+      add_key k v z state
+
+  (* Add the mapping [e --> v] to [state] when possible and useful.
+     [get_z] is a function that computes dependencies. *)
+  let add_exp state get_z e v =
+    if Eval_typ.expr_contains_volatile e then
+      state
+    else
+      let k = Keys.of_exp e in
+      let z = deps_exp get_z e in
+      add_key k v z state
+
+  let find k state =
+    try Some (K2V.find k state.values)
+    with Not_found -> None
+
+  let find_lval lv state =
+    find (Keys.of_lval lv) state
+
+  let find_expr expr state =
+    find (Keys.of_exp expr) state
+
+end
+
+module D  : Abstract_domain.Internal
+  with type state = Memory.t
+   and type value = V.t
+   and type location = Precise_locs.precise_location
+= struct
+  type state = Memory.t
+  type value = V.t
+  type location = Precise_locs.precise_location
+  include (Memory: sig
+             include Datatype.S_with_collections with type t = state
+             include Abstract_domain.Lattice with type state := state
+           end)
+
+  let structure = Abstract_domain.Void
+
+  let empty _ = Memory.empty_map
+
+  let open_block _kf _block ~body:_ state =
+    state (* default is Top, nothing to do *)
+
+  let close_block kf block ~body state =
+    (* removed variables revert implicity to Top *)
+    let state = Memory.remove_variables block.blocals state in
+    if body then
+      let fdec = Kernel_function.get_definition kf in
+      Memory.remove_variables fdec.sformals state
+    else state
+
+  let top_return = { v = `Value V.top; initialized = false; escaping = true }
+
+  (* Call in which we do not use the body. Return Top, except for builtins
+     and functions that do not significantly alter the memory. *)
+  let approximate_call kf state =
+    let post_state =
+      let name = Kernel_function.get_name kf in
+      if Ast_info.is_frama_c_builtin name ||
+         (name <> "free" && Eval_typ.kf_assigns_only_result_or_volatile kf)
+      then state
+      else top
+    in
+    `Value [{ post_state; return = Some (top_return, ()) }]
+
+  type origin = unit
+
+  type return = unit
+  module Return = Datatype.Unit
+
+  module Transfer (Valuation: Abstract_domain.Valuation
+                   with type value = value
+                    and type origin = origin
+                    and type loc = Precise_locs.precise_location)
+    : Abstract_domain.Transfer
+      with type state = state
+       and type return = unit
+       and type value = V.t
+       and type location = Precise_locs.precise_location
+       and type valuation = Valuation.t
+  = struct
+    type value = V.t
+    type state = Memory.t
+    type location = Precise_locs.precise_location
+    type return = unit
+    type valuation = Valuation.t
+
+    (* build a [get_locs] function from a valuation *)
+    let get_locs valuation =
+      fun lv ->
+        let r =
+          match Valuation.find_loc valuation lv with
+          | `Top -> Precise_locs.loc_top
+          | `Value loc -> loc.Eval.loc
+        in
+        if Precise_locs.(equal_loc loc_top r) then
+          Value_parameters.fatal "Unknown location for %a" Printer.pp_lval lv
+        else r
+
+    let get_z valuation =
+      let get_locs = get_locs valuation in
+      fun lv ->
+        Precise_locs.enumerate_valid_bits ~for_writing:false (get_locs lv)
+
+    (* update the state according to the information known in the valuation.
+       Important, because on statements such as [if (t[i] + j <= 3)], the
+       interesting information on [t[i]] is only in the valuation. *)
+    let update valuation state =
+      let aux e r state =
+        let v = r.value in
+        (* TODO: incorporate DB criterion: only expressions that are immediate
+           lvalues, or that embed two non-singleton lvalues for the first
+           time. *)
+        match r.reductness, v.v, v.initialized, v.escaping with
+        | (Created | Reduced), `Value v, true, false ->
+          if not (is_cond e) && multiple_loc_exp (get_locs valuation) e then
+            Memory.add_exp state (get_z valuation) e v
+          else
+            state
+        | _ -> state
+      in
+      Valuation.fold aux valuation state
+
+    let store_value valuation lv loc state v =
+      let loc = Precise_locs.imprecise_location loc in
+      (* Remove the keys that are overwritten because [loc] is written *)
+      let state = Memory.kill loc state in
+      if Locations.cardinal_zero_or_one loc then
+        (* Stored by the standard domain. Skip *)
+        `Value state
+      else
+        (* Add the new binding *)
+        `Value (Memory.add_lv state (get_z valuation) lv v)
+
+    (* Assume we may be copying indeterminate bits. Kill existing information *)
+    let store_indeterminate state loc =
+      let loc = Precise_locs.imprecise_location loc in
+      `Value (Memory.kill loc state)
+
+    let store_copy valuation lv loc state fv =
+      if Cil.isArithmeticOrPointerType lv.ltyp then
+        match fv.v, fv.initialized, fv.escaping with
+        | `Value v, true, false -> store_value valuation lv.lval loc state v
+        | _ -> store_indeterminate state loc
+      else
+        store_indeterminate state loc
+
+    (* perform [lv = e] in [state] *)
+    let assign _kinstr lv _e v valuation state =
+      let state = update valuation state in
+      match v with
+      | Copy (_, vc) -> store_copy valuation lv lv.lloc state vc
+      | Assign v -> store_value valuation lv.lval lv.lloc state v
+
+    let assume _stmt _exp _pos valuation state = `Value (update valuation state)
+
+    let start_call _stmt _call valuation state =
+      let state = update valuation state in
+      Compute (Continue state, true)
+
+    let make_return _kf _stmt _value _valuation _state = ()
+
+    let assign_return _stmt lv _kf () v valuation state =
+      match v with
+      | Copy (_, vf) -> store_copy valuation lv lv.lloc state vf
+      | Assign v -> store_value valuation lv.lval lv.lloc state v
+
+    let dump_current_state state =
+      let l = fst (Cil.CurrentLoc.get ()) in
+      Value_parameters.result ~dkey "DUMPING SYMBLOCS STATE \
+                                     of file %s line %d@.%a"
+        (Filepath.pretty l.Lexing.pos_fname) l.Lexing.pos_lnum
+        pretty state
+
+    let finalize_call _stmt call ~pre:_ ~post =
+      let kf = call.kf in
+      let name = Kernel_function.get_name kf in
+      if Ast_info.is_cea_dump_function name &&
+         Value_parameters.is_debug_key_enabled dkey
+      then dump_current_state post;
+      `Value post
+
+    let default_call _stmt call state =
+      approximate_call call.kf state
+
+  end
+
+  let compute_using_specification _ki (kf, _spec) state =
+    approximate_call kf state
+
+  let top_query = `Value (V.top, ()), Alarmset.all
+
+  (* For extraction functions, if we have an information about the value,
+     this means that the key has been evaluated in all the paths that reach
+     this point. Hence, the alarms have already been emitted, and we can
+     return [Alarmset.none]. *)
+
+  let extract_expr _oracle state expr =
+    match Memory.find_expr expr state with
+    | None -> top_query
+    | Some v -> `Value (v, ()), Alarmset.none
+
+  let extract_lval _oracle state lv _typ _locs =
+    match Memory.find_lval lv state with
+    | None -> top_query
+    | Some v -> `Value (v, ()), Alarmset.none
+
+  let backward_location _state _lval _typ loc value =
+    (* Nothing to do. We could check if [[lval]] intersects [value] and
+       return [`Bottom] if it is not the case, but we have already supplied
+       [[lval]] during the forward propagation, so the intersection is probably
+       always non-empty. *)
+    `Value (loc, value)
+
+  let reduce_further _state _expr _value = [] (*Nothing intelligent to suggest*)
+
+  (* Memexec *)
+  let filter_by_bases _bases state = state (* TODO *)
+  let reuse ~current_input:state ~previous_output:_ =
+    state (* TODO *)
+
+  (* Initial state. Initializers are singletons, so we store nothing. *)
+  let global_state () = None
+  let initialize_var_using_type state _ = state
+  let initialize_var state _ _ _ = state
+
+  (* Logic *)
+  type eval_env = state
+  let env_current_state state = `Value state
+  let env_annot ~pre:_ ~here () = here
+  let env_pre_f ~pre () = pre
+  let env_post_f ~pre:_ ~post ~result:_ () = post
+  let eval_predicate _ _ = Alarmset.Unknown
+  let reduce_by_predicate state _ _ = state
+
+end
diff --git a/src/plugins/value/utils/mem_lvalue.mli b/src/plugins/value/domains/symbolic_locs.mli
similarity index 87%
rename from src/plugins/value/utils/mem_lvalue.mli
rename to src/plugins/value/domains/symbolic_locs.mli
index e98f57e7822..c67989af6a3 100644
--- a/src/plugins/value/utils/mem_lvalue.mli
+++ b/src/plugins/value/domains/symbolic_locs.mli
@@ -20,9 +20,9 @@
 (*                                                                        *)
 (**************************************************************************)
 
-(** Improved handling of l-values that are read/written multiple times in
-    a function. *)
+(** Domain that store information on non-precise l-values such as
+    [t[i]] or [*p] when [i] or [p] is not exact. *)
 
-val compute: unit -> unit
-(** Create a new project in which repeated lvalues are accessed through
-    a temporary. *)
+module D: Abstract_domain.Internal
+  with type value = Cvalue.V.t
+   and type location = Precise_locs.precise_location
diff --git a/src/plugins/value/engine/abstractions.ml b/src/plugins/value/engine/abstractions.ml
index cbde736227a..66290bdd5e0 100644
--- a/src/plugins/value/engine/abstractions.ml
+++ b/src/plugins/value/engine/abstractions.ml
@@ -25,6 +25,7 @@
 type config = {
   cvalue : bool;
   equalities : bool;
+  symbolic_locs : bool;
   bitwise : bool;
   apron_oct : bool;
   apron_box : bool;
@@ -36,6 +37,7 @@ type config = {
 let configure () = {
   cvalue = Value_parameters.CvalueDomain.get ();
   equalities = Value_parameters.EqualityDomain.get ();
+  symbolic_locs = Value_parameters.SymbolicLocsDomain.get ();
   bitwise = Value_parameters.BitwiseOffsmDomain.get ();
   apron_oct = Value_parameters.ApronOctagon.get ();
   apron_box = Value_parameters.ApronBox.get ();
@@ -49,6 +51,7 @@ let default_config = configure ()
 let legacy_config = {
   cvalue = true;
   equalities = false;
+  symbolic_locs = false;
   bitwise = false;
   apron_oct = false;
   apron_box = false;
@@ -256,6 +259,25 @@ let add_offsm abstract =
     module Dom = Dom
   end : Abstract)
 
+(* -------------------------------------------------------------------------- *)
+(*                            Symbolic locations                              *)
+(* -------------------------------------------------------------------------- *)
+
+let add_symbolic_locs abstract =
+  let module Abstract = (val abstract : Abstract) in
+  let module K = struct
+    type v = Cvalue.V.t
+    let key = Main_values.cvalue_key
+  end in
+  let module Conv = Convert (Abstract.Val) (K) in
+  let module SymbLocs = Domain_lift.Make (Symbolic_locs.D) (Conv) in
+  let module Dom = Domain_product.Make (Abstract.Val)(Abstract.Dom)(SymbLocs) in
+  (module struct
+    module Val = Abstract.Val
+    module Loc = Abstract.Loc
+    module Dom = Dom
+  end : Abstract)
+
 
 (* -------------------------------------------------------------------------- *)
 (*                            Build Abstractions                              *)
@@ -301,6 +323,11 @@ let build_abstractions config =
     then add_equalities abstractions
     else abstractions
   in
+  let abstractions =
+    if config.symbolic_locs
+    then add_symbolic_locs abstractions
+    else abstractions
+  in
   let abstractions =
     if config.bitwise
     then add_offsm abstractions
diff --git a/src/plugins/value/engine/abstractions.mli b/src/plugins/value/engine/abstractions.mli
index 812fe4ad1c8..e09c389c3ab 100644
--- a/src/plugins/value/engine/abstractions.mli
+++ b/src/plugins/value/engine/abstractions.mli
@@ -26,6 +26,7 @@
 type config = {
   cvalue : bool;
   equalities : bool;
+  symbolic_locs : bool;
   bitwise : bool;
   apron_oct : bool;
   apron_box : bool;
diff --git a/src/plugins/value/engine/compute_functions.ml b/src/plugins/value/engine/compute_functions.ml
index ea44badeee7..0bed6bf7239 100644
--- a/src/plugins/value/engine/compute_functions.ml
+++ b/src/plugins/value/engine/compute_functions.ml
@@ -61,7 +61,6 @@ module Make
     Value_results.mark_kf_as_called kf;
     let global = match call_kinstr with Kglobal -> true | _ -> false in
     let pp = not global && Value_parameters.ValShowProgress.get () in
-    let entry_time = if pp then Unix.time () else 0. in
     if pp then
       Value_parameters.feedback
         "@[computing for function %a.@\nCalled from %a.@]"
@@ -85,15 +84,9 @@ module Make
         Db.Value.Call_Type_Value_Callbacks.apply (`Def, cvalue_state, call_stack);
         Computer.compute kf call_kinstr state
     in
-    if pp then begin
-      let compute_time = (Unix.time ()) -. entry_time in
-      if compute_time > Value_parameters.FloatTimingStep.get ()
-      then Value_parameters.feedback "Done for function %a, in %a seconds."
-          Kernel_function.pretty kf
-          Datatype.Float.pretty  compute_time
-      else Value_parameters.feedback "Done for function %a"
-          Kernel_function.pretty kf
-    end;
+    if pp then
+      Value_parameters.feedback
+        "Done for function %a" Kernel_function.pretty kf;
     result
 
 
@@ -155,7 +148,8 @@ module Make
     let cvalue_state = get_cvalue init_state in
     Db.Value.merge_initial_state (Value_util.call_stack ()) cvalue_state;
     Db.Value.Call_Value_Callbacks.apply (cvalue_state, [kf, Kglobal]);
-    ignore (compute_using_spec_or_body Kglobal kf init_state)
+    ignore (compute_using_spec_or_body Kglobal kf init_state);
+    Value_util.pop_call_stack ()
 
 end
 
diff --git a/src/plugins/value/engine/evaluation.ml b/src/plugins/value/engine/evaluation.ml
index a3d19f050d1..1739afe2582 100644
--- a/src/plugins/value/engine/evaluation.ml
+++ b/src/plugins/value/engine/evaluation.ml
@@ -1193,7 +1193,7 @@ module Make
       let reduce kf =
         cache := valuation;
         let vi_f = Kernel_function.get_vi kf in
-        let value = Loc.to_value (Loc.eval_varinfo vi_f) in
+        let value = Value.inject_address vi_f in
         backward_eval 0 state v (Some value) >>- fun () ->
         try second_forward_eval state v >>-: fun () -> !cache
         with Not_Exact_Reduction ->
diff --git a/src/plugins/value/engine/transfer_stmt.ml b/src/plugins/value/engine/transfer_stmt.ml
index 69a9a7a0f84..4c104314a22 100644
--- a/src/plugins/value/engine/transfer_stmt.ml
+++ b/src/plugins/value/engine/transfer_stmt.ml
@@ -76,7 +76,13 @@ module Make
 
   (* Assignment by copying the value of a right lvalue. *)
   let assign_by_copy state valuation lval =
-    Eva.copy_lvalue ~valuation state lval >>=: fun (valuation, value) ->
+    (* This code about garbled mix is specific to the Cvalue domain.
+       Unfortunately, the current API for abstract_domain does not permit
+       distinguishing between an evaluation or a copy. *)
+    Locations.Location_Bytes.do_track_garbled_mix false;
+    let r = Eva.copy_lvalue ~valuation state lval in
+    Locations.Location_Bytes.do_track_garbled_mix true;
+    r >>=: fun (valuation, value) ->
     Copy (lval, value), valuation
 
   (* Should this l-value be evaluated, as opposed to being copied. *)
diff --git a/src/plugins/value/gui_files/gui_types.ml b/src/plugins/value/gui_files/gui_types.ml
index f5650b692b4..f4fae310c71 100644
--- a/src/plugins/value/gui_files/gui_types.ml
+++ b/src/plugins/value/gui_files/gui_types.ml
@@ -197,6 +197,29 @@ let pretty_callstack_short fmt cs =
       (fun fmt (kf, _) -> Kernel_function.pretty fmt kf) fmt q
   | _ -> assert false
 
+let var_of_base base acc =
+  try (Base.to_varinfo base) :: acc
+  with Base.Not_a_C_variable -> acc
+
+(* [vars_in_gui_res r] returns a list of C variables present in [r]. *)
+let vars_in_gui_res r =
+  let rev_vars = match r with
+    | GR_Offsm (m_res, _) ->
+      begin
+        match m_res with
+        | GO_Offsetmap m ->
+          Cvalue.V_Offsetmap.fold_on_values (fun vu acc ->
+              Cvalue.V.fold_bases var_of_base
+                (Cvalue.V_Or_Uninitialized.get_v vu) acc
+            ) m []
+        | _ -> []
+      end
+    | GR_Value (v, _) -> Cvalue.V.fold_bases var_of_base v []
+    | GR_Zone z -> Locations.Zone.fold_bases var_of_base z []
+    | GR_Status _ | GR_Empty -> []
+  in
+  (* inverse the list to preserve the order of the offsetmap *)
+  List.rev rev_vars
 
 (*
 Local Variables:
diff --git a/src/plugins/value/gui_files/register_gui.ml b/src/plugins/value/gui_files/register_gui.ml
index 234252a0374..9d7d51be5ef 100644
--- a/src/plugins/value/gui_files/register_gui.ml
+++ b/src/plugins/value/gui_files/register_gui.ml
@@ -609,7 +609,7 @@ module Callstacks_manager = struct
     in
     (* This is the menu which is displayed when the user right-clicks
        on a data column. It can be used to filter lines *)
-    let popup_menu_filter expr v icon =
+    let popup_menu_filter expr v icon vars_to_display =
       let menu = GMenu.menu () in
       let callback_only_except oe () =
         let filter = expr, oe, v in
@@ -623,6 +623,27 @@ module Callstacks_manager = struct
       menu#add different;
       ignore (equal#connect#activate (callback_only_except true));
       ignore (different#connect#activate (callback_only_except false));
+      (* add menu items for variables present in the selected expression *)
+      let callback_display_var vi () =
+        Extlib.may (fun loc ->
+            let opt_states = Gui_eval.callstacks_at_gui_loc loc in
+            Extlib.may
+              (fun { Gui_eval.states_before = before; states_after = after } ->
+                 let lval = (Var vi, NoOffset) in
+                 let _errors = Gui_eval.make_data_all_callstacks add_data
+                     Gui_eval.lval_ev ~before ~after lval
+                 in
+                 render_session ()
+              ) opt_states
+          ) model.loc
+      in
+      List.iter (fun vi ->
+          let label = Pretty_utils.sfprintf "Display values for '%a'"
+              Printer.pp_varinfo vi in
+          let varmenuitem = GMenu.menu_item ~label () in
+          menu#add varmenuitem;
+          ignore (varmenuitem#connect#activate (callback_display_var vi));
+        ) vars_to_display;
       let time = GtkMain.Main.get_current_event_time () in
       menu#popup ~button:3 ~time
     in
@@ -667,6 +688,11 @@ module Callstacks_manager = struct
            end
          | CAlarm _, _ | CEmpty, _ -> ()
       );
+    let gui_res_of_after f after =
+      match after with
+      | GA_After r -> f r
+      | GA_NA | GA_Unchanged -> []
+    in
     w#on_right_click
       (fun (_, row) column ->
          match HColumns.find model.columns_type column with
@@ -692,14 +718,16 @@ module Callstacks_manager = struct
            let data = find_data row expr in
            if data.Gui_eval.before <> GR_Empty then
              popup_menu_filter expr (FilterBefore data.Gui_eval.before) icon
+               (Gui_types.vars_in_gui_res data.Gui_eval.before);
          | CAfter expr, icon ->
            let data = find_data row expr in
            if data.Gui_eval.before <> GR_Empty then
              popup_menu_filter expr (FilterAfter data.Gui_eval.after) icon
+               (gui_res_of_after Gui_types.vars_in_gui_res data.Gui_eval.after)
          | CAlarm expr, icon ->
            let data = find_data row expr in
            if data.Gui_eval.before <> GR_Empty then
-             popup_menu_filter expr (FilterAlarm data.Gui_eval.alarm) icon
+             popup_menu_filter expr (FilterAlarm data.Gui_eval.alarm) icon []
          | CEmpty, _ -> ()
       );
     frame,
diff --git a/src/plugins/value/legacy/eval_annots.ml b/src/plugins/value/legacy/eval_annots.ml
index 213c13abd6f..dcd75980e5a 100644
--- a/src/plugins/value/legacy/eval_annots.ml
+++ b/src/plugins/value/legacy/eval_annots.ml
@@ -717,6 +717,7 @@ let mark_rte () =
   let _, unsigned_ovf, _ = !Db.RteGen.get_unsignedOv_status () in
   let _, signed_downcast, _ = !Db.RteGen.get_signed_downCast_status () in
   let _, unsigned_downcast, _ = !Db.RteGen.get_unsignedDownCast_status () in
+  let _, pointer_call, _ = !Db.RteGen.get_pointerCall_status () in
   let b_signed_ovf = Kernel.SignedOverflow.get () in
   let b_unsigned_ovf = Kernel.UnsignedOverflow.get () in
   let b_signed_downcast =
@@ -730,6 +731,7 @@ let mark_rte () =
       if !Db.Value.is_called kf then (
         mem kf true;
         arith kf true;
+        pointer_call kf true;
         if b_signed_ovf then signed_ovf kf true;
         if b_unsigned_ovf then unsigned_ovf kf true;
         if b_signed_downcast then signed_downcast kf true;
diff --git a/src/plugins/value/legacy/eval_funs.ml b/src/plugins/value/legacy/eval_funs.ml
index b0df833fdf4..97070c07452 100644
--- a/src/plugins/value/legacy/eval_funs.ml
+++ b/src/plugins/value/legacy/eval_funs.ml
@@ -111,7 +111,6 @@ let compute_using_specification (kf, spec) ~call_kinstr ~with_formals () =
 let compute_using_spec_or_body ~with_formals ~call_kinstr ~show_progress kf =
   Value_results.mark_kf_as_called kf;
   let pp = show_progress && Value_parameters.ValShowProgress.get() in
-  let entry_time = if pp then Unix.time () else 0. in
   if pp then
     Value_parameters.feedback
       "@[computing for function %a.@\nCalled from %a.@]"
@@ -132,15 +131,8 @@ let compute_using_spec_or_body ~with_formals ~call_kinstr ~show_progress kf =
        Db.Value.Call_Type_Value_Callbacks.apply (`Def, with_formals, call_stack());
         compute_using_body (kf, f) ~call_kinstr ~with_formals
   in
-  if pp then begin
-    let compute_time = (Unix.time ()) -. entry_time in
-      if compute_time > Value_parameters.FloatTimingStep.get ()
-      then Value_parameters.feedback "Done for function %a, in %a seconds."
-             Kernel_function.pretty kf
-             Datatype.Float.pretty  compute_time
-      else Value_parameters.feedback "Done for function %a"
-             Kernel_function.pretty kf
-  end;
+  if pp then
+    Value_parameters.feedback "Done for function %a" Kernel_function.pretty kf;
   result
 
 
@@ -202,6 +194,7 @@ let compute_from_entry_point () =
     Db.Value.Call_Value_Callbacks.apply (with_formals, [ kf, Kglobal ]);
     ignore(compute_using_spec_or_body kf
              ~call_kinstr:Kglobal ~with_formals ~show_progress:false);
+    pop_call_stack ();
     Value_parameters.feedback "done for function %a" Kernel_function.pretty kf;
     Separate.epilogue();
   end
diff --git a/src/plugins/value/register.ml b/src/plugins/value/register.ml
index c0f3de41edf..66f903fa341 100644
--- a/src/plugins/value/register.ml
+++ b/src/plugins/value/register.ml
@@ -106,7 +106,6 @@ let main () =
   if Value_parameters.ForceValues.get () then begin
     !Db.Value.compute ();
     Value_parameters.ForceValues.output display_results;
-    if Value_parameters.ReusedExprs.get () then Mem_lvalue.compute ();
   end
 
 let () = Db.Main.extend main
diff --git a/src/plugins/value/utils/mem_lvalue.ml b/src/plugins/value/utils/mem_lvalue.ml
deleted file mode 100644
index eda46828699..00000000000
--- a/src/plugins/value/utils/mem_lvalue.ml
+++ /dev/null
@@ -1,530 +0,0 @@
-(**************************************************************************)
-(*                                                                        *)
-(*  This file is part of Frama-C.                                         *)
-(*                                                                        *)
-(*  Copyright (C) 2007-2016                                               *)
-(*    CEA (Commissariat à l'énergie atomique et aux énergies              *)
-(*         alternatives)                                                  *)
-(*                                                                        *)
-(*  you can redistribute it and/or modify it under the terms of the GNU   *)
-(*  Lesser General Public License as published by the Free Software       *)
-(*  Foundation, version 2.1.                                              *)
-(*                                                                        *)
-(*  It is distributed in the hope that it will be useful,                 *)
-(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
-(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
-(*  GNU Lesser General Public License for more details.                   *)
-(*                                                                        *)
-(*  See the GNU Lesser General Public License version 2.1                 *)
-(*  for more details (enclosed in the file licenses/LGPLv2.1).            *)
-(*                                                                        *)
-(**************************************************************************)
-
-module KernelFile = File
-
-open Cil_types
-open Cil_datatype
-open Locations
-
-let debug = false
-
-(* ------------------------------------------------------------------------- *)
-(* --- Constant or non-constant l-values                                 --- *)
-(* ------------------------------------------------------------------------- *)
-
-let lv_is_precise (lv: lval) = match lv with
-  | (Mem _, _) -> false
-  | (Var _, off) -> Cil.isConstantOffset off
-
-let lv_has_exact_loc stmt lv =
-  if Db.Value.is_computed () then
-    let exact state =
-      if Cvalue.Model.(equal bottom state) then
-        true
-      else
-        let loc = !Db.Value.lval_to_loc_state state lv in
-        Locations.cardinal_zero_or_one loc
-    in
-    match Db.Value.get_stmt_state_callstack ~after:false stmt with
-    | None -> exact (Db.Value.get_stmt_state stmt)
-    | Some by_stack ->
-      try
-        Value_types.Callstack.Hashtbl.iter
-          (fun _ state -> if not (exact state) then raise Exit)
-          by_stack;
-        true
-      with Exit -> false
-  else false
-
-let lv_imprecise_loc stmt lv =
-  not (lv_is_precise lv) && not (lv_has_exact_loc stmt lv)
-
-
-(* ------------------------------------------------------------------------- *)
-(* --- Use analysis                                                      --- *)
-(* ------------------------------------------------------------------------- *)
-type found = LV | Addr | Write
-
-module LatticeDirty = struct
-  type t = Bottom | Dirty | Known
-
-  let join d1 d2 = match d1, d2 with
-    | Bottom, d | d, Bottom -> d
-    | Dirty, _ | _, Dirty -> Dirty
-    | Known, Known -> Known
-
-  let bottom = Bottom
-  let is_included d1 d2 = match d1, d2 with
-    | _, Dirty |  (Bottom | Known), Known | Bottom, Bottom -> true
-    | _ -> false
-
-  let join_and_is_included d1 d2 = (join d1 d2, is_included d1 d2)
-  let pretty fmt = function
-    | Bottom -> Format.fprintf fmt "Bot"
-    | Dirty -> Format.fprintf fmt "dirty"
-    | Known -> Format.fprintf fmt "known"
-end
-
-module Compute(X: sig
-  val kf: kernel_function
-  val lv: lval
-  val locs: (found * stmt) list
-end) = struct
-
-  include LatticeDirty
-
-  (* Does the evaluation of [stmt] modifies the eventual value of [X.lv]? *)
-  let dirties stmt = match stmt.skind with
-    | Instr (Set _ | Call _) ->
-      let out = !Db.Outputs.statement stmt in
-      let state = Db.Value.get_stmt_state stmt in
-      let deps = Some Zone.bottom in
-      let for_writing = false in
-      let deps, z, _ =
-        !Db.Value.lval_to_zone_with_deps_state ~for_writing state ~deps X.lv
-      in
-      let r = Zone.intersects deps out || Zone.intersects z out in
-      if debug then Format.printf "S %d, %b, %a/%a|%a@." stmt.sid r
-        Zone.pretty out Zone.pretty deps Zone.pretty z;
-      r
-    | _ -> false
-
-  let reads s =
-    let read (found, s') = Cil_datatype.Stmt.equal s s' && found = LV in
-    List.exists read X.locs
-
-  let writes s =
-    let write (found, s') = Cil_datatype.Stmt.equal s s' && found = Write in
-    List.exists write X.locs
-
-  let transfer_stmt stmt v =
-    if Db.Value.is_reachable_stmt stmt then
-      let v' =
-        if dirties stmt then
-          if writes stmt then Known else Dirty
-        else
-          if reads stmt then Known else v
-      in
-      List.map (fun s -> s, v') stmt.succs
-    else []
-
-    let init = [Kernel_function.find_first_stmt X.kf, Dirty]
-end
-
-let compute kf lv locs =
-  let fenv = Dataflows.function_env kf in
-  let module Fenv = (val fenv: Dataflows.FUNCTION_ENV) in
-  let module Arg = struct
-    let kf = kf
-    let lv = lv
-    let locs = locs
-  end in
-  let module Arg2 = Compute(Arg) in
-  let module Dataflow = Dataflows.Simple_forward(Fenv)(Arg2) in
-  List.map
-    (fun (found, stmt) ->
-      let state = Dataflow.pre_state stmt in
-      found, stmt, state
-    )
-    locs
-
-
-
-(* ------------------------------------------------------------------------- *)
-(* --- Re-emitting statuses                                              --- *)
-(* ------------------------------------------------------------------------- *)
-
-let reemit = function
-  | Property.IPBehavior _ | Property.IPAxiom _ | Property.IPAxiomatic _
-  | Property.IPPredicate (Property.PKAssumes _, _, _, _) -> false
-  | _ -> true
-
-let good_emitter emitter =
-  Emitter.Usable_emitter.get_name emitter = "Inferred annotations"
-
-let copy_ppt old_prj new_prj old_ppt new_ppt =
-  let module P = Property_status in
-  let emit s l =
-    Project.on new_prj
-      (fun s ->
-        let aux e =
-          let emitter = e.P.emitter in
-          if good_emitter emitter then
-            let emitter = Emitter.Usable_emitter.get emitter in
-            match s with
-            | P.True | P.False_and_reachable | P.Dont_know ->
-              let hyps = [] in (* TODO: sharing bug, we must convert the
-                                  property in the new project *)
-              P.emit emitter ~hyps new_ppt s
-            | P.False_if_reachable ->
-              (* in that case, the only hypothesis is "Reachable new_ppt" which
-                 must be automatically added by the kernel *)
-              P.emit emitter ~hyps:[] new_ppt P.False_if_reachable
-        in
-        List.iter aux l
-      ) s
-  in
-  if reemit old_ppt then
-    match Project.on old_prj P.get old_ppt with
-    | P.Never_tried -> ()
-    | P.Best(s, l) -> emit s l
-    | P.Inconsistent i ->
-      emit P.True i.P.valid;
-      emit P.False_and_reachable i.P.invalid
-
-(* Assumes the current project is old_prj *)
-let dup_spec_status new_prj kf =
-  let kf_name = Kernel_function.get_name kf in
-  let new_kf = Project.on new_prj Globals.Functions.find_by_name kf_name in
-  let old_spec = Annotations.funspec ~populate:false kf in
-  let new_spec =
-    Project.on new_prj (Annotations.funspec ~populate:false) new_kf
-  in
-  let old_ppts = Property.ip_of_spec kf Kglobal [] old_spec in
-  let new_ppts = Property.ip_of_spec new_kf Kglobal [] new_spec in
-  let old_prj = Project.current () in
-(*  Project.set_current new_prj; *)
-  List.iter2 (copy_ppt old_prj new_prj) old_ppts new_ppts;
-(*  Project.set_current old_prj *)
-
-
-(* ------------------------------------------------------------------------- *)
-(* --- Results                                                           --- *)
-(* ------------------------------------------------------------------------- *)
-
-module HLV = Cil_datatype.LvalStructEq.Hashtbl
-
-type _action =
-| Read of varinfo * lval
-| Invalidate of varinfo
-
-let lv_name lv =
-  (* Cabs2cil.fresh_global "tmplv" (* too fresh *) *)
-  let s = Pretty_utils.to_string Printer.pp_lval lv in
-  let regexp = Str.regexp "[^a-zA-Z0-9_]+" in
-  Str.global_replace regexp "_" s
-
-let instrument fundec lv locs hstmt hlv =
-  let typ = Cil.typeOfLval lv in
-  let size = Bit_utils.sizeof_lval lv in
-  match size with
-  | Int_Base.Top -> ()
-  | Int_Base.Value _size ->
-    let typ = Cil.typeRemoveAttributes ["const"; "restrict"] typ in
-    let name = "__lv_" ^ lv_name lv  in
-    (* TODOBUG: this local is registered in the AST of the original project *)
-    let vi = Cil.makeLocalVar fundec ~temp:false name typ in
-    HLV.add hlv lv vi;
-    let txt = Pretty_utils.to_string Printer.pp_lval lv in
-    vi.vdescr <- Some txt;
-(*
-    let vtop = Cvalue.V_Or_Uninitialized.initialized Cvalue.V.top in
-    let default = Cvalue.V_Offsetmap.create_isotropic ~size vtop in
-    ignore (Cvalue.Default_offsetmap.create_initialized_var
-	      vi (Base.validity_from_size size)) default);
-*)
-    let h = Cil_datatype.Stmt.Hashtbl.create 16 in
-    let aux_occur (found, stmt, state) =
-      let i = try Stmt.Hashtbl.find h stmt with Not_found -> (false, false) in
-      match found with
-      | Addr -> ()
-      | LV ->
-        if state = LatticeDirty.Dirty then
-          Stmt.Hashtbl.replace h stmt (true, snd i)
-      | Write ->
-        Stmt.Hashtbl.replace h stmt (fst i, true)
-    in
-    List.iter aux_occur locs;
-    Stmt.Hashtbl.iter
-      (fun stmt (before, after) ->
-        if before then Stmt.Hashtbl.add hstmt stmt (`Read lv);
-        if after  then Stmt.Hashtbl.add hstmt stmt (`Write lv);
-        begin match stmt.skind with
-        | If (_, _, _, _) | Switch (_, _, _, _) ->
-          List.iter
-            (fun succ -> Stmt.Hashtbl.add hstmt succ (`Assert lv)) stmt.succs
-        | _ -> ()
-        end;
-      ) h;
-;;
-
-type skip_change = SkipChangeDeep | SkipOneChange
-
-module GraphDeps = struct
-  module V = struct
-    type t = varinfo * (varinfo list * stmt)
-    let compare (vi1, _) (vi2, _) = Cil_datatype.Varinfo.compare vi1 vi2
-    let equal (vi1, _) (vi2, _) = Cil_datatype.Varinfo.equal vi1 vi2
-    let hash (vi, _) = Cil_datatype.Varinfo.hash vi
-  end
-
-  type t = V.t list
-
-  let iter_vertex f (g:t) = List.iter f g
-
-  let iter_succ f (g:t) ((_, (l, _)):V.t) =
-    let aux vi =
-      try
-        let assvi = List.assq vi g in
-        f (vi, assvi)
-      with Not_found -> ()
-    in
-    List.iter aux l
-
-end
-
-module TopologicalBefore = Graph.Topological.Make(GraphDeps)
-
-class instrument project hstmt hlv = object (self)
-  inherit Visitor.frama_c_copy project
-
-  val mutable change_lv = []
-  val mutable is_alarm = false
-  val mutable changed = []
-
-  method private self = (self :> Visitor.frama_c_visitor)
-
-  method! vlval lv =
-    match change_lv with
-    | SkipChangeDeep :: _ -> Cil.DoChildren
-    | SkipOneChange :: q -> begin
-      change_lv <- q;
-      Cil.DoChildren
-    end
-    | [] -> begin
-      try
-        let vi = HLV.find hlv lv in
-        let vi' = Visitor.visitFramacVarDecl self#self vi in
-        changed <- vi' :: changed;
-        Cil.ChangeTo (Var vi', NoOffset)
-      with Not_found -> Cil.DoChildren
-    end
-
-  method! vexpr e =
-    match e.enode with
-    | StartOf _ | AddrOf _ ->
-      (* Skip to avoid unsoundness in codes such  as
-         [int *p = t[i]; p++; y = *p; // does not read t[i] ] *)
-      change_lv <- SkipOneChange :: change_lv;
-      Cil.DoChildren
-    | SizeOfE _ | AlignOfE _ -> (* Skip for pretty-printing reasons *)
-      change_lv <- SkipChangeDeep :: change_lv;
-      Cil.DoChildrenPost (fun r -> change_lv <- List.tl change_lv; r)
-    | _ ->
-      Cil.DoChildren
-
-  method! vpredicate_named named =
-    if is_alarm then
-      Cil.ChangeTo { named with content = Ptrue }
-    else Cil.DoChildren
-
-  method! vcode_annot ca =
-    match Alarms.find ca with
-    | None -> Cil.DoChildren
-    | Some _ ->
-      is_alarm <- true;
-      Cil.DoChildrenPost (fun r -> is_alarm <- false; r)
-
-  method private read_lv lv loc =
-    let vi = HLV.find hlv lv in
-    let vi' = Visitor.visitFramacVarDecl self#self vi in
-    change_lv <- SkipOneChange :: change_lv;
-    changed <- [];
-    let lv' = Visitor.visitFramacLval self#self lv in
-    let i = Set ((Var vi', NoOffset), Cil.new_exp ~loc (Lval lv'), loc) in
-    (vi', (changed, Cil.mkStmtOneInstr ~valid_sid:true i))
-
-  method private write_lv lv loc =
-    let vi = HLV.find hlv lv in
-    let vi' = Visitor.visitFramacVarDecl self#self vi in
-    change_lv <- SkipOneChange :: change_lv;
-    let lv' = Visitor.visitFramacLval self#self lv in
-    let i = Set (lv', Cil.new_exp ~loc (Lval (Var vi', NoOffset)), loc) in
-    Cil.mkStmtOneInstr ~valid_sid:true i
-
-  method! vstmt_aux stmt =
-    let loc = Stmt.loc stmt in
-    let actions = Stmt.Hashtbl.find_all hstmt stmt in
-    let before = ref [] in
-    let after = ref [] in
-    let aux action =
-      match action with
-      | `Read lv -> before := self#read_lv lv loc :: !before
-      | `Write lv -> after := self#write_lv lv loc :: !after
-      | `Assert _lv -> ()
-    in
-    List.iter aux actions;
-    match !before, !after with
-    | [], [] -> Cil.DoChildren
-    | _, _ ->
-      let aux (_, (_, stmt)) acc = stmt :: acc in
-      let before = TopologicalBefore.fold aux !before [] in
-      Cil.DoChildrenPost
-        (fun stmt' ->
-          let stmt'' = Cil.mkStmt stmt'.skind in
-          let stmts = before @ [stmt''] @ !after in
-          stmt'.skind <- Block (Cil.mkBlock stmts);
-          stmt')
-end
-
-let print_lv lv locs =
-  match locs with
-  | [] -> []
-  | _ :: _ ->
-    let stmts = List.map snd locs in
-    let dom = Dominators.nearest_common_ancestor stmts in
-    let loc = Cil_datatype.Stmt.loc dom in
-    let kf = Kernel_function.find_englobing_kf dom in
-    let locs' = compute kf lv locs in
-    let one_known =
-      List.exists (fun (found, _, state) ->
-        found = LV && state = LatticeDirty.Known) locs'
-    in
-    if one_known then
-      let aux fmt (k, stmt, state) =
-        let loc = Cil_datatype.Stmt.loc stmt in
-        Format.fprintf fmt
-          "function %a (%a), %s, %t"
-          Kernel_function.pretty kf Cil_datatype.Location.pretty loc
-          (match k with LV -> "read" | Addr -> "address" | Write -> "write")
-          (fun fmt -> if k <> Write then LatticeDirty.pretty fmt state)
-      in
-      Value_parameters.warning ~source:(fst loc)
-        "@[<v 2>%a@ %a@]" Printer.pp_lval lv
-        (Pretty_utils.pp_list ~pre:"" ~suf:"" aux) locs';
-      locs'
-    else []
-
-
-class reused_lval = object (self)
-  inherit Visitor.frama_c_inplace
-
-  val found = HLV.create 17
-
-  val hstmt = Stmt.Hashtbl.create 17
-  val hlv = HLV.create 17
-
-  method instrument =
-    KernelFile.create_project_from_visitor "lvalue"
-      (fun p -> new instrument p hstmt hlv)
-
-  method private add lv v =
-    (* TODO: check that no sub-lvalue is volatile *)
-    let typ = Cil.typeOfLval lv in
-    if not (Cil.typeHasQualifier "volatile" typ) then
-      try
-        let prev = HLV.find found lv in
-        HLV.replace found lv (v :: prev)
-      with Not_found ->
-        HLV.add found lv [v]
-
-  method! vstmt_aux stmt =
-    match stmt.skind with
-    | UnspecifiedSequence seq ->
-      List.iter
-        (fun (stmt,_,_,_,_) ->
-          ignore (Visitor.visitFramacStmt (self:>Visitor.frama_c_visitor) stmt))
-        seq;
-      Cil.SkipChildren (* do not visit the additional lvals *)
-    | _ -> Cil.DoChildren
-
-  method private is_scalar lv =
-    match Cil.unrollType (Cil.typeOfLval lv) with
-    | TEnum _ | TInt _ | TFloat _ | TPtr _ -> true
-    | _ -> false
-
-  method! vinst i =
-    let stmt = Extlib.the self#current_stmt in
-    match i with
-    | Set (lv, _, _) | Call (Some lv, _, _, _) when self#is_scalar lv ->
-      if lv_imprecise_loc stmt lv then self#add lv (Write, stmt);
-      Cil.DoChildren
-    | _ -> Cil.DoChildren
-
-  method! vexpr e =
-    match self#current_stmt with
-    | None -> Cil.SkipChildren (* initializers *)
-    | Some stmt ->
-      match e.enode with
-      | SizeOf _ | SizeOfE _ | SizeOfStr _ | AlignOf _ | AlignOfE _ ->
-        Cil.SkipChildren (* skip things such as 'sizeof( *p )' *)
-      | Lval lv when self#is_scalar lv ->
-        if lv_imprecise_loc stmt lv then self#add lv (LV, stmt);
-        Cil.DoChildren
-      | StartOf lv | AddrOf lv when self#is_scalar lv ->        
-        if false && lv_imprecise_loc stmt lv then self#add lv (Addr, stmt);
-        Cil.DoChildren
-      | _ -> Cil.DoChildren
-
-  method! vglob_aux g =
-    match g with
-    | GFun (fdec, _) ->
-      Cil.DoChildrenPost
-        (fun g' ->
-          HLV.iter_sorted
-            (fun lv locs ->
-              let sort_loc (_, s1) (_, s2) =
-                Cil_datatype.(Location.compare (Stmt.loc s1) (Stmt.loc s2))
-              in
-              let locs = List.sort sort_loc locs in
-              let locs' = print_lv lv locs in
-              if locs' <> [] then
-                instrument fdec lv locs' hstmt hlv
-            ) found;
-          HLV.clear found;
-          g')
-          
-    | _ -> Cil.SkipChildren
-
-end
-
-let compute () =
-  let vis = new reused_lval in
-  Visitor.visitFramacFileSameGlobals
-    (vis:> Visitor.frama_c_visitor) (Ast.get ());
-  let new_prj = vis#instrument in
-  Project.on new_prj
-    (fun () ->
-      Cfg.clearFileCFG ~clear_id:false (Ast.get());
-      Cfg.computeFileCFG (Ast.get())
-    ) ();
-  Globals.Functions.iter (dup_spec_status new_prj)
-
-let compute, _ =
-  State_builder.apply_once "Value.Mem_lvalue" [Db.Value.self] compute
-
-
-let () = Db.Main.extend
-  (fun () ->
-    if Value_parameters.(not (ForceValues.get ()) && ReusedExprs.get ()) then
-      (* Analysis done by Value itsefl otherwise *)
-      compute ()
-  )
-
-
-
-(*
-Local Variables:
-compile-command: "make -C ../../../.."
-End:
-*)
diff --git a/src/plugins/value/utils/value_perf.ml b/src/plugins/value/utils/value_perf.ml
index ea82848f31f..a0213cec72c 100644
--- a/src/plugins/value/utils/value_perf.ml
+++ b/src/plugins/value/utils/value_perf.ml
@@ -303,7 +303,7 @@ let caller_callee_callinfo = function
     | [] -> assert false
 ;;
 
-let start_doing callstack = 
+let start_doing_perf callstack =
   if Value_parameters.ValShowPerf.get()
   then begin
     let time = Sys.time() in
@@ -326,7 +326,7 @@ let start_doing callstack =
   end
 ;;
   
-let stop_doing callstack = 
+let stop_doing_perf callstack =
   if Value_parameters.ValShowPerf.get() 
   then begin
     let time = Sys.time() in
@@ -339,7 +339,7 @@ let stop_doing callstack =
   end
 ;;
 
-let reset() = 
+let reset_perf () =
   let reset_callinfo ci = 
     ci.Call_info.nb_calls <- 0;
     ci.Call_info.nb_effective_calls <- 0;
@@ -352,12 +352,123 @@ let reset() =
   Perf_by_callstack.reset perf
 ;;
 
-(* TODO: Output files with more graphical outputs, such as
+(* -------------------------------------------------------------------------- *)
+(* --- Flamegraphs                                                        --- *)
+(* -------------------------------------------------------------------------- *)
+
+(* Set to [Some _] if option [-val-dump-flamegraph] is set and [main] is
+   currently being analyzed and the file is ok. Otherwise, set to [None]. *)
+let oc_flamegraph = ref None
+
+let stack_flamegraph = ref []
+(* Callstack for flamegraphs. The most recent function is at the top of the
+   list. The elements of the list are [(starting_time, self_total_time)].
+   [starting_time] is the time when we started analyzing the function.
+   [total_time] is the time spent so far in the function itself, _without the
+   callees_. [total_time] is updated from [starting_time] when we start a
+   callee, or when the analysis of the function ends. This stack is never
+   empty when an analysis is in progress. *)
+
+(* pretty-prints the functions in a Value callstack, starting by main (i.e.
+   in reverse order). *)
+let pretty_callstack oc l =
+  let rec aux oc = function
+    | [] -> () (* does not happen in theory *)
+    | [main, _] -> Printf.fprintf oc "%s" (Kernel_function.get_name main)
+    | (f, _) :: q ->
+      Printf.fprintf oc "%a;%s" aux q (Kernel_function.get_name f)
+  in
+  aux oc l
+
+(* update the [self_total_time] information for the function being analyzed,
+   assuming that the current time is [time] *)
+let update_self_total_time time =
+  match !stack_flamegraph with
+  | [] -> assert false
+  | (start_caller, total) :: q ->
+    let d = duration start_caller time in
+    stack_flamegraph := (start_caller, d +. total) :: q
+
+(* called when a new function is being analyzed *)
+let start_doing_flamegraph callstack =
+  match callstack with
+  | [] -> assert false
+  | [_] ->
+    (* Analysis of main *)
+    let file = Value_parameters.ValPerfFlamegraphs.get () in
+    if file <> "" then begin
+      try
+        (* Flamegraphs must be computed. Set up the stack and the output file *)
+        let oc = open_out file in
+        oc_flamegraph := Some oc;
+        stack_flamegraph := [ (Sys.time (), 0.) ]
+      with e ->
+        Value_parameters.error "cannot open flamegraph file: %s"
+          (Printexc.to_string e);
+        oc_flamegraph := None (* to be on the safe side  *)
+    end
+  | _ :: _ :: _ ->
+    if !oc_flamegraph <> None then
+      (* Flamegraphs are being computed. Update time spent in current function
+         so far, then push a slot for the analysis of the new function *)
+      let time = Sys.time () in
+      update_self_total_time time;
+      stack_flamegraph := (time, 0.) :: !stack_flamegraph;
+;;
+
+(* called when the analysis of a function ends. This function is at the top
+   of [callstack] *)
+let stop_doing_flamegraph callstack =
+  match !oc_flamegraph with
+  | None -> ()
+  | Some oc -> (* Flamegraphs are being recorded *)
+    let time = Sys.time() in
+    update_self_total_time time; (* update current function *)
+    match !stack_flamegraph with
+    | [] -> assert false
+    | (_, total) :: q ->
+      (* dump the total time (that we just updated) for the current function *)
+      Printf.fprintf oc "%a %.3f\n%!"
+        pretty_callstack callstack (total *. 1000.);
+      match q with
+      | [] -> stack_flamegraph := [] (* we are back to the main function *)
+      | (_, total_caller) :: q' ->
+        (* drop the current function from the flamegraph stack AND update
+           the 'current time' information, so that the time spent in the
+           callee is not counted. *)
+        stack_flamegraph := (time, total_caller) :: q'
+;;
+
+let reset_flamegraph () =
+  match !oc_flamegraph with
+  | None -> ()
+  | Some fd -> close_out fd; stack_flamegraph := []
+
+
+(* -------------------------------------------------------------------------- *)
+(* --- Exported interface                                                 --- *)
+(* -------------------------------------------------------------------------- *)
 
-   Flame graph output: 
-   https://github.com/brendangregg/FlameGraph
+let start_doing callgraph =
+  start_doing_perf callgraph;
+  start_doing_flamegraph callgraph;
+;;
+
+let stop_doing callgraph =
+  stop_doing_perf callgraph;
+  stop_doing_flamegraph callgraph;
+;;
+
+
+let reset () =
+  reset_perf ();
+  reset_flamegraph ();
+;;
+
+
+(* TODO: Output files with more graphical outputs, such as
 
-   Gprof2dot-like output: (directoly outputu the dot)
+   Gprof2dot-like output: (directoly output the dot)
    http://code.google.com/p/jrfonseca/wiki/Gprof2Dot
 
    The latter would be useful to see when imbricated loops multiply
diff --git a/src/plugins/value/value_parameters.ml b/src/plugins/value/value_parameters.ml
index f6fea0ad3ea..bc445448b23 100644
--- a/src/plugins/value/value_parameters.ml
+++ b/src/plugins/value/value_parameters.ml
@@ -116,6 +116,15 @@ module EqualityDomain =
     end)
 let () = add_precision_dep EqualityDomain.parameter
 
+let () = Parameter_customize.set_group domains
+module SymbolicLocsDomain =
+  False
+    (struct
+      let option_name = "-eva-symbolic-locations-domain"
+      let help = "Use dedicated domain for symbolic equalities. Experimental."
+    end)
+let () = add_precision_dep SymbolicLocsDomain.parameter
+
 
 let apron_help = "Experimental binding of the numerical domains provided \
                   by the APRON library: http://apron.cri.ensmp.fr/library \n"
@@ -265,19 +274,6 @@ let () =
        starting point." Binary_cache.memory_footprint_var_name
     )
 
-(* ------------------------------------------------------------------------- *)
-(* --- Relational analyses                                               --- *)
-(* ------------------------------------------------------------------------- *)
-
-let () = Parameter_customize.set_group performance
-module ReusedExprs =
-  Bool
-    (struct
-       let option_name = "-val-reused-expressions"
-       let help = "undocumented"
-       let default = false
-     end)
-
 
 (* ------------------------------------------------------------------------- *)
 (* --- Non-standard alarms                                               --- *)
@@ -897,24 +893,6 @@ let () =
                          it has been replaced by -val-msg-key=-initial-state @]"
     )
 
-let () = Parameter_customize.set_group messages
-module TimingStep =
-  Int
-    (struct
-       let option_name = "-val-show-time"
-       let default = 0
-       let arg_name = "n"
-       let help = "Prints the time spent analyzing function calls, when it exceeds <n> seconds"
-     end)
-module FloatTimingStep = 
-  State_builder.Float_ref 
-    (struct
-       let default () = Pervasives.infinity
-       let name = "Value_parameters.FloatTimingStep"
-       let dependencies = [TimingStep.self]
-     end)
-let () = TimingStep.add_set_hook (fun _ x -> FloatTimingStep.set (float x))
-
 let () = Parameter_customize.set_group messages
 module ValShowPerf =
   False
@@ -923,6 +901,19 @@ module ValShowPerf =
        let help = "Compute and shows a summary of the time spent analyzing function calls"
      end)
 
+let () = Parameter_customize.set_group messages
+module ValPerfFlamegraphs =
+  String
+    (struct
+       let option_name = "-val-flamegraph"
+       let help = "Dumps a summary of the time spent analyzing function calls \
+                   in a format suitable for the Flamegraph tool \
+                   (http://www.brendangregg.com/flamegraphs.html)"
+       let arg_name = "file"
+       let default = ""
+     end)
+
+
 let () = Parameter_customize.set_group messages
 module ShowSlevel =
   Int
diff --git a/src/plugins/value/value_parameters.mli b/src/plugins/value/value_parameters.mli
index 00319cd4c29..850250856bf 100644
--- a/src/plugins/value/value_parameters.mli
+++ b/src/plugins/value/value_parameters.mli
@@ -32,6 +32,7 @@ module ReductionDepth: Parameter_sig.Int
 
 module CvalueDomain: Parameter_sig.Bool
 module EqualityDomain: Parameter_sig.Bool
+module SymbolicLocsDomain: Parameter_sig.Bool
 module BitwiseOffsmDomain: Parameter_sig.Bool
 
 module ApronOctagon: Parameter_sig.Bool
@@ -107,8 +108,8 @@ module SplitGlobalStrategy: State_builder.Ref with type data = Split_strategy.t
 
 module ValShowProgress: Parameter_sig.Bool
 module ValShowInitialState: Parameter_sig.Bool
-module FloatTimingStep: State_builder.Ref with type data = float
 module ValShowPerf: Parameter_sig.Bool
+module ValPerfFlamegraphs: Parameter_sig.String
 module ShowSlevel: Parameter_sig.Int
 module PrintCallstacks: Parameter_sig.Bool
 module AlarmsWarnings: Parameter_sig.Bool
@@ -121,8 +122,6 @@ module ObviouslyTerminatesAll: Parameter_sig.Bool
 module ObviouslyTerminatesFunctions: Parameter_sig.Fundec_set
 module StopAtNthAlarm: Parameter_sig.Int
 
-module ReusedExprs: Parameter_sig.Bool
-
 
 (** Dynamic allocation *)
 
diff --git a/src/plugins/value/values/abstract_value.mli b/src/plugins/value/values/abstract_value.mli
index 891de90f08f..4eeae11615e 100644
--- a/src/plugins/value/values/abstract_value.mli
+++ b/src/plugins/value/values/abstract_value.mli
@@ -34,7 +34,6 @@ module type S = sig
   val top : t
   val is_included : t -> t -> bool
   val join : t -> t -> t
-  val join_and_is_included : t -> t -> t * bool
   val narrow : t -> t -> t or_bottom
 
   (** {3 Constructors } *)
@@ -43,9 +42,9 @@ module type S = sig
   val float_zeros: t
   val top_int : t
   val inject_int : typ -> Integer.t -> t
-
-  (** Creates all abstract values corresponding to the given type. *)
-  val all_values : typ -> t
+  val inject_address: varinfo -> t
+  (** Abstract address for the given varinfo. (With type "pointer to the type
+      of the variable" if the abstract values are typed.) *)
 
   (** {3 Forward Operations } *)
 
diff --git a/src/plugins/value/values/main_values.ml b/src/plugins/value/values/main_values.ml
index d6d93ca58aa..a1b7b0870a8 100644
--- a/src/plugins/value/values/main_values.ml
+++ b/src/plugins/value/values/main_values.ml
@@ -37,22 +37,19 @@ module CVal = struct
   let top = Cvalue.V.top
   let top_int = Cvalue.V.top_int
   let inject_int _typ = Cvalue.V.inject_int
+  let inject_address vi =
+    let base = Base.of_varinfo vi in
+    Cvalue.V.inject base Ival.zero
 
   let equal = Cvalue.V.equal
   let is_included = Cvalue.V.is_included
   let join = Cvalue.V.join
-  let join_and_is_included = Cvalue.V.join_and_is_included
   let narrow a b =
     let n = Cvalue.V.narrow a b in
     if Cvalue.V.is_bottom n
     then `Bottom
     else `Value n
 
-  let all_values typ =
-    let size = Cil.bitsSizeOf typ in
-    let sityp = Bit_utils.is_signed_int_enum_pointer typ in
-    Cvalue.V.create_all_values ~size ~signed:sityp
-
   let constant exp = function
     | CInt64 (i,_k,_s) -> (* Integer constants never overflow, because the
                              front-end chooses a suitable type. *)
@@ -154,11 +151,6 @@ module Interval = struct
     | None, _ | _, None -> None
     | Some a, Some b    -> Some (Ival.join a b)
 
-  let join_and_is_included a b = match a, b with
-    | _, None        -> None, true
-    | None, _        -> None, false
-    | Some a, Some b -> let r, i = Ival.join_and_is_included a b in Some r, i
-
   let narrow a b = match a, b with
     | None, x | x, None -> `Value x
     | Some a, Some b ->
@@ -169,8 +161,7 @@ module Interval = struct
   let float_zeros = None
   let top_int = None
   let inject_int _typ _i = None
-
-  let all_values _typ = None
+  let inject_address _ = None
 
   let top_eval = `Value top, Alarmset.all
   let constant _ _ = top_eval
diff --git a/src/plugins/value/values/offsm_value.ml b/src/plugins/value/values/offsm_value.ml
index 608d4d4443f..b0dd168346d 100644
--- a/src/plugins/value/values/offsm_value.ml
+++ b/src/plugins/value/values/offsm_value.ml
@@ -388,15 +388,9 @@ module Offsm : Abstract_value.Internal with type t = offsm_or_top = struct
     | Top, _ | _, Top -> Top
     | O o1, O o2 -> O (V_Offsetmap.join o1 o2)
 
-  let join_and_is_included o1 o2 = match o1, o2 with
-    | _, Top -> Top, true
-    | Top, O _ -> Top, false
-    | O o1, O o2 -> O (V_Offsetmap.join o1 o2), V_Offsetmap.is_included o1 o2
-
   let narrow o1 o2 = match o1, o2 with
     | Top, o | o, Top -> `Value o
     | O o1, O o2 ->
-      let open Bottom.Type in
       V_Offsetmap.narrow o1 o2 >>-: (fun o -> O o)
 
   (* Simple values cannot be injected because we do not known their type
@@ -404,7 +398,6 @@ module Offsm : Abstract_value.Internal with type t = offsm_or_top = struct
   let zero = Top
   let float_zeros = Top
   let top_int = Top
-  let all_values _ = Top
 
   let inject_int typ i =
     try
@@ -412,6 +405,8 @@ module Offsm : Abstract_value.Internal with type t = offsm_or_top = struct
       O (inject ~size (V.inject_int i))
     with Cil.SizeOfError _ -> Top
 
+  let inject_address _ = Top
+
   let constant e _c =
     let o =
       if store_redundant then
diff --git a/src/plugins/value/values/value_product.ml b/src/plugins/value/values/value_product.ml
index 9f41a46b5b6..535353d523f 100644
--- a/src/plugins/value/values/value_product.ml
+++ b/src/plugins/value/values/value_product.ml
@@ -48,10 +48,6 @@ module Make
     Left.is_included l1 l2 && Right.is_included r1 r2
   let join (l1, r1) (l2, r2) =
     Left.join l1 l2, Right.join r1 r2
-  let join_and_is_included (l1, r1) (l2, r2) =
-    let left,  b1 = Left.join_and_is_included l1 l2
-    and right, b2 = Right.join_and_is_included r1 r2 in
-    (left, right), b1 && b2
   let narrow (l1, r1) (l2, r2) =
     Left.narrow l1 l2 >>- fun left ->
     Right.narrow r1 r2 >>-: fun right ->
@@ -61,8 +57,7 @@ module Make
   let float_zeros = Left.float_zeros, Right.float_zeros
   let top_int = Left.top_int, Right.top_int
   let inject_int typ i = Left.inject_int typ i, Right.inject_int typ i
-
-  let all_values typ = Left.all_values typ, Right.all_values typ
+  let inject_address vi = Left.inject_address vi, Right.inject_address vi
 
   let constant expr constant =
     Left.constant expr constant >>= fun left ->
diff --git a/src/plugins/value/vtests b/src/plugins/value/vtests
index 3834696c912..55740e920cc 100755
--- a/src/plugins/value/vtests
+++ b/src/plugins/value/vtests
@@ -25,3 +25,6 @@ echo Legacy
 
 echo Bitwise
 ./bin/ptests.opt -config bitwise $TESTS
+
+echo Symbolic locations
+./bin/ptests.opt -config symblocs $TESTS
diff --git a/src/plugins/value_types/precise_locs.ml b/src/plugins/value_types/precise_locs.ml
index fa7e485e37a..beaae5e8c4c 100644
--- a/src/plugins/value_types/precise_locs.ml
+++ b/src/plugins/value_types/precise_locs.ml
@@ -257,6 +257,12 @@ let loc_bottom = {
 }
 let is_bottom_loc pl = pl.loc = PLBottom
 
+let loc_top = {
+  loc = PLLoc Location_Bits.top;
+  size = Int_Base.top;
+}
+let is_top_loc pl = equal_loc loc_top pl
+
 let rec fold_offset f po acc =
   match po with
     | POBottom -> f Ival.bottom acc
diff --git a/src/plugins/value_types/precise_locs.mli b/src/plugins/value_types/precise_locs.mli
index e75cf6993d5..aa235ea629a 100644
--- a/src/plugins/value_types/precise_locs.mli
+++ b/src/plugins/value_types/precise_locs.mli
@@ -81,6 +81,9 @@ val imprecise_location : precise_location -> Locations.location
 val loc_bottom : precise_location
 val is_bottom_loc: precise_location -> bool
 
+val loc_top : precise_location
+val is_top_loc: precise_location -> bool
+
 val fold:
   (Locations.location -> 'a -> 'a) -> precise_location -> 'a -> 'a
 
diff --git a/src/plugins/variadic/Makefile.in b/src/plugins/variadic/Makefile.in
index 6a6737f222e..5c984b67a2b 100644
--- a/src/plugins/variadic/Makefile.in
+++ b/src/plugins/variadic/Makefile.in
@@ -23,7 +23,7 @@
 # Do not use ?= to initialize both below variables
 # (fixed efficiency issue, see GNU Make manual, Section 8.11)
 ifndef FRAMAC_SHARE
-FRAMAC_SHARE  :=$(shell frama-c-config -print-path)
+FRAMAC_SHARE  :=$(shell frama-c-config -print-share-path)
 endif
 ifndef FRAMAC_LIBDIR
 FRAMAC_LIBDIR :=$(shell frama-c-config -print-libpath)
diff --git a/src/plugins/variadic/standard.ml b/src/plugins/variadic/standard.ml
index 886160225e8..9744aeac057 100644
--- a/src/plugins/variadic/standard.ml
+++ b/src/plugins/variadic/standard.ml
@@ -102,12 +102,12 @@ let match_args tparams args =
 
 (* translate a call by applying argument matching/pruning and changing
    callee *)
-let match_call stmt loc lval new_callee new_tparams args =
+let match_call ~fundec stmt loc lval new_callee new_tparams args =
   let block = Cil.mkBlock [] in
   let block_stmt = {stmt with skind = Block block} in
   let new_args, unused_args = match_args new_tparams args in
   let call = Build.call ~loc lval new_callee new_args in
-  let reads = List.map (Build.read ~loc) unused_args in
+  let reads = List.map (Cil.mkPureExpr ~fundec ~loc) unused_args in
   block.bstmts <- reads @ [call];
   block_stmt
 
@@ -121,7 +121,7 @@ let find_null exp_list =
   List.ifind (fun e -> Cil.isZero (Cil.constFold false e)) exp_list
 
 
-let aggregator_call {a_target; a_pos; a_type; a_param} caller vf stmt =
+let aggregator_call ~fundec {a_target; a_pos; a_type; a_param} vf stmt =
   (* Extract call informations *)
   let lval, args, loc = match stmt.skind with
   | Instr(Call(lval, _, args, loc)) -> lval, args, loc
@@ -169,13 +169,13 @@ let aggregator_call {a_target; a_pos; a_type; a_param} caller vf stmt =
   let block = Cil.mkBlock [] in
   let block_stmt = {stmt with skind = Block block} in
   let pname = if pname = "" then "param" else pname in
-  let vaggr, assigns = Build.array_init ~loc caller block
+  let vaggr, assigns = Build.array_init ~loc fundec block
     pname ptyp args_middle in
   let new_arg = Cil.mkAddrOrStartOf ~loc (Cil.var vaggr) in
   let new_args = args_left @ [new_arg] @ args_right in
   let new_args,_ = match_args tparams new_args in
   let call = Build.call ~loc lval a_target new_args in
-  let reads = List.map (Build.read ~loc) unused_args in
+  let reads = List.map (Cil.mkPureExpr ~fundec ~loc) unused_args in
   block.bstmts <- assigns @ reads @ [call];
 
   (* Return the created block *)
@@ -222,7 +222,7 @@ let filter_matching_prototypes overload args =
   List.map fst candidates
 
 
-let overloaded_call overload vf stmt =
+let overloaded_call ~fundec overload vf stmt =
   (* Extract call informations *)
   let lval, args, loc = match stmt.skind with
   | Instr(Call(lval, _, args, loc)) -> lval, args, loc
@@ -255,7 +255,7 @@ let overloaded_call overload vf stmt =
   Self.result ~current:true ~level:2
     "Translating call to the specialized version %a."
     (pp_prototype name) tparams;
-  match_call stmt loc lval new_callee tparams args
+  match_call ~fundec stmt loc lval new_callee tparams args
 
 
 
@@ -425,7 +425,7 @@ let build_fun_spec env loc vf format_fun tvparams formals =
 
 (* --- Call translation --- *)
 
-let format_fun_call env format_fun vf stmt =
+let format_fun_call ~fundec env format_fun vf stmt =
   (* Extract call informations *)
   let lval, args, loc = match stmt.skind with
   | Instr(Call(lval, _, args, loc)) -> lval, args, loc
@@ -479,6 +479,6 @@ let format_fun_call env format_fun vf stmt =
     "Translating call to %s to a call to the specialized version %s."
     name new_callee.vname;
   let tparams = params_types new_params in
-  match_call stmt loc lval new_callee tparams args;
+  match_call ~fundec stmt loc lval new_callee tparams args
 
 
diff --git a/src/plugins/variadic/tests/defined/oracle/multiple-va_start.0.res.oracle b/src/plugins/variadic/tests/defined/oracle/multiple-va_start.0.res.oracle
index 3ecb6b7b0de..b823cb7723a 100644
--- a/src/plugins/variadic/tests/defined/oracle/multiple-va_start.0.res.oracle
+++ b/src/plugins/variadic/tests/defined/oracle/multiple-va_start.0.res.oracle
@@ -54,8 +54,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
diff --git a/src/plugins/variadic/tests/defined/oracle/va_copy.0.res.oracle b/src/plugins/variadic/tests/defined/oracle/va_copy.0.res.oracle
index 1883da6e5d0..be7d3970619 100644
--- a/src/plugins/variadic/tests/defined/oracle/va_copy.0.res.oracle
+++ b/src/plugins/variadic/tests/defined/oracle/va_copy.0.res.oracle
@@ -54,8 +54,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
diff --git a/src/plugins/variadic/tests/known/oracle/exec.0.res.oracle b/src/plugins/variadic/tests/known/oracle/exec.0.res.oracle
index 758986bbd5b..93f14d2718a 100644
--- a/src/plugins/variadic/tests/known/oracle/exec.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/exec.0.res.oracle
@@ -529,24 +529,36 @@ int main(void)
     argv_5[1] = (char *)"-l";
     argv_5[2] = (char *)"--color";
     argv_5[3] = (char *)0;
-    if (42) ;
+    {
+      int tmp;
+      tmp = 42;
+    }
     execv("ls",(char * const *)(argv_5));
   }
   {
-    char *argv_7[3];
-    argv_7[0] = (char *)"ls";
-    argv_7[1] = (char *)"-all";
-    argv_7[2] = (char *)0;
-    if ((void *)0) ;
-    execvp("ls",(char * const *)(argv_7));
+    char *argv_8[3];
+    argv_8[0] = (char *)"ls";
+    argv_8[1] = (char *)"-all";
+    argv_8[2] = (char *)0;
+    {
+      void *tmp_10;
+      tmp_10 = (void *)0;
+    }
+    execvp("ls",(char * const *)(argv_8));
   }
   {
-    char *argv_9[2];
-    argv_9[0] = (char *)"ls";
-    argv_9[1] = (char *)0;
-    if (42) ;
-    if ((void *)0) ;
-    execve("ls",(char * const *)(argv_9),(char * const *)(env));
+    char *argv_12[2];
+    argv_12[0] = (char *)"ls";
+    argv_12[1] = (char *)0;
+    {
+      int tmp_14;
+      tmp_14 = 42;
+    }
+    {
+      void *tmp_16;
+      tmp_16 = (void *)0;
+    }
+    execve("ls",(char * const *)(argv_12),(char * const *)(env));
   }
   {
     void *__va_args[2];
diff --git a/src/plugins/variadic/tests/known/oracle/fcntl.0.res.oracle b/src/plugins/variadic/tests/known/oracle/fcntl.0.res.oracle
index d1c69182b6e..c833fd49979 100644
--- a/src/plugins/variadic/tests/known/oracle/fcntl.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/fcntl.0.res.oracle
@@ -93,11 +93,17 @@ int main(void)
   __va_fcntl_int(0,3,flags);
   __va_fcntl_flock(0,6,& fl);
   switch (choice) {
-    case 1: if (5) ;
+    case 1: {
+              int tmp;
+              tmp = 5;
+            }
             __va_fcntl_int(0,3,flags);
     case 2: __va_fcntl_void(0,3);
     case 3: __va_fcntl_flock(0,3,& fl);
-    case 4: if (0.5) ;
+    case 4: {
+              double tmp_7;
+              tmp_7 = 0.5;
+            }
             __va_fcntl_void(0,3);
   }
   __retres = 0;
diff --git a/src/plugins/variadic/tests/known/oracle/open.0.res.oracle b/src/plugins/variadic/tests/known/oracle/open.0.res.oracle
index 9eedec7fc47..938752f33ab 100644
--- a/src/plugins/variadic/tests/known/oracle/open.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/open.0.res.oracle
@@ -93,9 +93,18 @@ int main(void)
   file = (char *)"file";
   fd1 = __va_open_mode_t((char const *)file,flag,(mode_t)mode);
   fd2 = __va_open_void((char const *)file,flag);
-  if (3) ;
-  if ("arg4") ;
-  if (5) ;
+  {
+    int tmp;
+    tmp = 3;
+  }
+  {
+    char const *tmp_12;
+    tmp_12 = "arg4";
+  }
+  {
+    int tmp_14;
+    tmp_14 = 5;
+  }
   fd3 = __va_open_mode_t((char const *)file,flag,(mode_t)mode);
   __retres = 0;
   return __retres;
diff --git a/src/plugins/variadic/tests/known/oracle/open_wrong.0.res.oracle b/src/plugins/variadic/tests/known/oracle/open_wrong.0.res.oracle
index c6deb984776..75e44239dd7 100644
--- a/src/plugins/variadic/tests/known/oracle/open_wrong.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/open_wrong.0.res.oracle
@@ -82,7 +82,10 @@ int main(void)
   int flag;
   file = (char *)"file";
   flag = 0;
-  if ("") ;
+  {
+    char const *tmp;
+    tmp = "";
+  }
   __va_open_void((char const *)file,flag);
   __retres = 0;
   return __retres;
diff --git a/src/plugins/variadic/tests/known/oracle/openat.0.res.oracle b/src/plugins/variadic/tests/known/oracle/openat.0.res.oracle
index 87bf8c27aec..69789852115 100644
--- a/src/plugins/variadic/tests/known/oracle/openat.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/openat.0.res.oracle
@@ -91,7 +91,10 @@ int main(void)
   file = (char *)"file";
   __va_openat_mode_t(0,(char const *)file,flag,mode1);
   __va_openat_mode_t(0,(char const *)file,flag,(mode_t)mode2);
-  if (3.0) ;
+  {
+    double tmp;
+    tmp = 3.0;
+  }
   __va_openat_void(0,(char const *)file,flag);
   __retres = 0;
   return __retres;
diff --git a/src/plugins/variadic/tests/known/oracle/printf.0.res.oracle b/src/plugins/variadic/tests/known/oracle/printf.0.res.oracle
index 62a95513efb..47598f09c17 100644
--- a/src/plugins/variadic/tests/known/oracle/printf.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/printf.0.res.oracle
@@ -1,33 +1,33 @@
-FRAMAC_SHARE/libc/stdio.h:133:[va] Declaration of variadic function fprintf.
-FRAMAC_SHARE/libc/stdio.h:138:[va] Declaration of variadic function fscanf.
-FRAMAC_SHARE/libc/stdio.h:144:[va] Declaration of variadic function printf.
-FRAMAC_SHARE/libc/stdio.h:149:[va] Declaration of variadic function scanf.
-FRAMAC_SHARE/libc/stdio.h:154:[va] Declaration of variadic function snprintf.
-FRAMAC_SHARE/libc/stdio.h:160:[va] Declaration of variadic function sprintf.
-tests/known/printf.c:34:[va] Translating call to printf to a call to the specialized version printf_0.
-tests/known/printf.c:35:[va] Translating call to printf to a call to the specialized version printf_1.
-tests/known/printf.c:36:[va] Translating call to printf to a call to the specialized version printf_2.
-tests/known/printf.c:38:[va] Translating call to printf to a call to the specialized version printf_3.
-tests/known/printf.c:39:[va] Translating call to printf to a call to the specialized version printf_4.
-tests/known/printf.c:40:[va] Translating call to printf to a call to the specialized version printf_5.
-tests/known/printf.c:41:[va] Translating call to printf to a call to the specialized version printf_6.
-tests/known/printf.c:42:[va] Translating call to printf to a call to the specialized version printf_7.
-tests/known/printf.c:43:[va] Translating call to printf to a call to the specialized version printf_8.
-tests/known/printf.c:44:[va] Translating call to printf to a call to the specialized version printf_9.
-tests/known/printf.c:45:[va] Translating call to printf to a call to the specialized version printf_10.
-tests/known/printf.c:47:[va] Translating call to printf to a call to the specialized version printf_11.
-tests/known/printf.c:48:[va] Translating call to printf to a call to the specialized version printf_12.
-tests/known/printf.c:49:[va] Translating call to printf to a call to the specialized version printf_13.
-tests/known/printf.c:50:[va] Translating call to printf to a call to the specialized version printf_14.
-tests/known/printf.c:51:[va] Translating call to printf to a call to the specialized version printf_15.
-tests/known/printf.c:52:[va] Translating call to printf to a call to the specialized version printf_16.
-tests/known/printf.c:53:[va] Translating call to printf to a call to the specialized version printf_17.
-tests/known/printf.c:55:[va] Translating call to printf to a call to the specialized version printf_18.
-tests/known/printf.c:57:[va] Translating call to printf to a call to the specialized version printf_19.
-tests/known/printf.c:60:[va] Translating call to printf to a call to the specialized version printf_20.
-tests/known/printf.c:61:[va] Translating call to printf to a call to the specialized version printf_21.
-tests/known/printf.c:63:[va] warning: Flag ' ' and conversion specififer x are not compatibles.
-tests/known/printf.c:63:[va] Generic translation of call to variadic function.
+FRAMAC_SHARE/libc/stdio.h:134:[va] Declaration of variadic function fprintf.
+FRAMAC_SHARE/libc/stdio.h:139:[va] Declaration of variadic function fscanf.
+FRAMAC_SHARE/libc/stdio.h:145:[va] Declaration of variadic function printf.
+FRAMAC_SHARE/libc/stdio.h:150:[va] Declaration of variadic function scanf.
+FRAMAC_SHARE/libc/stdio.h:155:[va] Declaration of variadic function snprintf.
+FRAMAC_SHARE/libc/stdio.h:161:[va] Declaration of variadic function sprintf.
+tests/known/printf.c:33:[va] Translating call to printf to a call to the specialized version printf_0.
+tests/known/printf.c:34:[va] Translating call to printf to a call to the specialized version printf_1.
+tests/known/printf.c:35:[va] Translating call to printf to a call to the specialized version printf_2.
+tests/known/printf.c:37:[va] Translating call to printf to a call to the specialized version printf_3.
+tests/known/printf.c:38:[va] Translating call to printf to a call to the specialized version printf_4.
+tests/known/printf.c:39:[va] Translating call to printf to a call to the specialized version printf_5.
+tests/known/printf.c:40:[va] Translating call to printf to a call to the specialized version printf_6.
+tests/known/printf.c:41:[va] Translating call to printf to a call to the specialized version printf_7.
+tests/known/printf.c:42:[va] Translating call to printf to a call to the specialized version printf_8.
+tests/known/printf.c:43:[va] Translating call to printf to a call to the specialized version printf_9.
+tests/known/printf.c:44:[va] Translating call to printf to a call to the specialized version printf_10.
+tests/known/printf.c:46:[va] Translating call to printf to a call to the specialized version printf_11.
+tests/known/printf.c:47:[va] Translating call to printf to a call to the specialized version printf_12.
+tests/known/printf.c:48:[va] Translating call to printf to a call to the specialized version printf_13.
+tests/known/printf.c:49:[va] Translating call to printf to a call to the specialized version printf_14.
+tests/known/printf.c:50:[va] Translating call to printf to a call to the specialized version printf_15.
+tests/known/printf.c:51:[va] Translating call to printf to a call to the specialized version printf_16.
+tests/known/printf.c:52:[va] Translating call to printf to a call to the specialized version printf_17.
+tests/known/printf.c:54:[va] Translating call to printf to a call to the specialized version printf_18.
+tests/known/printf.c:56:[va] Translating call to printf to a call to the specialized version printf_19.
+tests/known/printf.c:59:[va] Translating call to printf to a call to the specialized version printf_20.
+tests/known/printf.c:60:[va] Translating call to printf to a call to the specialized version printf_21.
+tests/known/printf.c:62:[va] warning: Flag ' ' and conversion specififer x are not compatibles.
+tests/known/printf.c:62:[va] Generic translation of call to variadic function.
 /* Generated by Frama-C */
 typedef unsigned int size_t;
 typedef int wchar_t;
@@ -130,8 +130,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
@@ -386,8 +410,406 @@ extern imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);
     assigns *(endptr+(..)) \from *(nptr+(..)), base;
     assigns __FC_errno \from *(nptr+(..)), base;
  */
-extern intmax_t strtoimax(char const *nptr, char **endptr, int base);
-
+extern intmax_t strtoimax(char const *nptr, char **endptr, int base);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(s)+(0 .. \old(n)-1));
+    assigns \result;
+    assigns \result
+      \from s, (indirect: *(s+(0 .. n-1))), (indirect: c), (indirect: n);
+ */
+extern wchar_t *wmemchr(wchar_t const *s, wchar_t c, size_t n);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(s1+(0 .. n-1))), (indirect: *(s2+(0 .. n-1))),
+            (indirect: n);
+ */
+extern int wmemcmp(wchar_t const *s1, wchar_t const *s2, size_t n);
+
+/*@ requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+    ensures \result ≡ \old(dest);
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wmemcpy(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wmemmove(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ ensures \result ≡ \old(wcs);
+    assigns *(wcs+(0 .. n-1)), \result;
+    assigns *(wcs+(0 .. n-1)) \from wc, (indirect: n);
+    assigns \result \from wcs;
+ */
+extern wchar_t *wmemset(wchar_t *wcs, wchar_t wc, size_t n);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(dest+(0 ..)), (indirect: dest), *(src+(0 ..)), (indirect: src);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcscat(wchar_t *dest, wchar_t const *src);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result \from wcs, (indirect: wc);
+ */
+extern wchar_t *wcschr(wchar_t const *wcs, wchar_t wc);
+
+/*@ assigns \result;
+    assigns \result \from (indirect: *(s1+(0 ..))), (indirect: *(s2+(0 ..)));
+ */
+extern int wcscmp(wchar_t const *s1, wchar_t const *s2);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(src+(0 ..)), (indirect: src), *(dest+(0 ..)), (indirect: dest);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcscpy(wchar_t *dest, wchar_t const *src);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern size_t wcscspn(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(dest+(0 ..)), (indirect: dest), *(src+(0 .. n-1)),
+            (indirect: src), (indirect: n);
+    assigns \result
+      \from (indirect: *(dest+(0 ..))), (indirect: *(src+(0 .. n-1))),
+            (indirect: n);
+ */
+extern size_t wcslcat(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result
+      \from (indirect: *(dest+(0 .. n-1))), (indirect: dest),
+            (indirect: *(src+(0 .. n-1))), (indirect: src), (indirect: n);
+ */
+extern size_t wcslcpy(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ assigns \result;
+    assigns \result \from (indirect: *(s+(0 ..))); */
+extern size_t wcslen(wchar_t const *s);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(dest+(0 ..)), (indirect: dest), *(src+(0 .. n-1)),
+            (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcsncat(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(s1+(0 .. n-1))), (indirect: *(s2+(0 .. n-1))),
+            (indirect: n);
+ */
+extern int wcsncmp(wchar_t const *s1, wchar_t const *s2, size_t n);
+
+/*@ requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+    ensures \result ≡ \old(dest);
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcsncpy(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result
+      \from wcs, (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern wchar_t *wcspbrk(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result \from wcs, (indirect: *(wcs+(0 ..))), (indirect: wc);
+ */
+extern wchar_t *wcsrchr(wchar_t const *wcs, wchar_t wc);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern size_t wcsspn(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(haystack)+(0 ..));
+    assigns \result;
+    assigns \result
+      \from haystack, (indirect: *(haystack+(0 ..))),
+            (indirect: *(needle+(0 ..)));
+ */
+extern wchar_t *wcsstr(wchar_t const *haystack, wchar_t const *needle);
+
+/*@
+axiomatic MemCmp {
+  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
+    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
+  
+  axiom memcmp_zero{L1, L2}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
+      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
+  
+  }
+ */
+/*@
+axiomatic MemChr {
+  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic MemSet {
+  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memset_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic StrLen {
+  logic ℤ strlen{L}(char *s) 
+    reads *(s+(0 ..));
+  
+  axiom strlen_pos_or_null{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
+      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
+  
+  axiom strlen_neg{L}:
+    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
+  
+  axiom strlen_before_null{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
+  
+  axiom strlen_at_null{L}:
+    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
+  
+  axiom strlen_not_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
+  
+  axiom strlen_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
+  
+  axiom strlen_sup{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
+  
+  axiom strlen_create{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_create_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+    ∀ ℤ k;
+      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
+  
+  axiom memcmp_strlen_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_shift_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
+      0 ≤ strlen(s2) ≤ k+strlen(s1);
+  
+  axiom memcmp_strlen_shift_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
+      0 ≤ strlen(s1) ≤ k+strlen(s2);
+  
+  }
+ */
+/*@
+axiomatic StrCmp {
+  logic ℤ strcmp{L}(char *s1, char *s2) 
+    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
+  
+  axiom strcmp_zero{L}:
+    ∀ char *s1, char *s2;
+      strcmp(s1, s2) ≡ 0 ⇔
+      strlen(s1) ≡ strlen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrNCmp {
+  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom strncmp_zero{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      strncmp(s1, s2, n) ≡ 0 ⇔
+      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrChr {
+  logic 𝔹 strchr{L}(char *s, ℤ c) 
+    reads *(s+(0 .. strlen(s)));
+  
+  axiom strchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+      strchr(s, c) ≡ \true ⇔
+      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic WcsLen {
+  logic ℤ wcslen{L}(wchar_t *s) 
+    reads *(s+(0 ..));
+  
+  axiom wcslen_pos_or_null{L}:
+    ∀ wchar_t *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
+      wcslen(s) ≡ i;
+  
+  axiom wcslen_neg{L}:
+    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
+  
+  axiom wcslen_before_null{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
+  
+  axiom wcslen_at_null{L}:
+    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
+  
+  axiom wcslen_not_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
+  
+  axiom wcslen_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
+  
+  axiom wcslen_sup{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
+  
+  axiom wcslen_create{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_create_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i;
+    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
+  
+  }
+ */
+/*@
+axiomatic WcsCmp {
+  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
+    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
+  
+  axiom wcscmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+      wcscmp(s1, s2) ≡ 0 ⇔
+      wcslen(s1) ≡ wcslen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic WcsNCmp {
+  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom wcsncmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+    ∀ ℤ n;
+      wcsncmp(s1, s2, n) ≡ 0 ⇔
+      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
+ */
+/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
+ */
+/*@
+predicate valid_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_read_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
+ */
+/*@
+predicate valid_wstring{L}(wchar_t *s) =
+  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
+ */
+/*@
+predicate valid_wstring_or_null{L}(wchar_t *s) =
+  s ≡ \null ∨ valid_wstring(s);
+ */
 FILE *__fc_stderr;
 
 FILE *__fc_stdin;
@@ -694,257 +1116,6 @@ FILE __fc_initial_stdin =
    .__fc_real_data = (unsigned char *)0,
    .__fc_real_data_max_size = 0};
 FILE *__fc_stdin = & __fc_initial_stdin;
-/*@
-axiomatic MemCmp {
-  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
-    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
-  
-  axiom memcmp_zero{L1, L2}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
-      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
-  
-  }
- */
-/*@
-axiomatic MemChr {
-  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic MemSet {
-  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memset_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic StrLen {
-  logic ℤ strlen{L}(char *s) 
-    reads *(s+(0 ..));
-  
-  axiom strlen_pos_or_null{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
-      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
-  
-  axiom strlen_neg{L}:
-    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
-  
-  axiom strlen_before_null{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
-  
-  axiom strlen_at_null{L}:
-    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
-  
-  axiom strlen_not_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
-  
-  axiom strlen_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
-  
-  axiom strlen_sup{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
-  
-  axiom strlen_create{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_create_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-    ∀ ℤ k;
-      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
-  
-  axiom memcmp_strlen_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_shift_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
-      0 ≤ strlen(s2) ≤ k+strlen(s1);
-  
-  axiom memcmp_strlen_shift_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
-      0 ≤ strlen(s1) ≤ k+strlen(s2);
-  
-  }
- */
-/*@
-axiomatic StrCmp {
-  logic ℤ strcmp{L}(char *s1, char *s2) 
-    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
-  
-  axiom strcmp_zero{L}:
-    ∀ char *s1, char *s2;
-      strcmp(s1, s2) ≡ 0 ⇔
-      strlen(s1) ≡ strlen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrNCmp {
-  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom strncmp_zero{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      strncmp(s1, s2, n) ≡ 0 ⇔
-      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrChr {
-  logic 𝔹 strchr{L}(char *s, ℤ c) 
-    reads *(s+(0 .. strlen(s)));
-  
-  axiom strchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-      strchr(s, c) ≡ \true ⇔
-      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic WcsLen {
-  logic ℤ wcslen{L}(wchar_t *s) 
-    reads *(s+(0 ..));
-  
-  axiom wcslen_pos_or_null{L}:
-    ∀ wchar_t *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
-      wcslen(s) ≡ i;
-  
-  axiom wcslen_neg{L}:
-    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
-  
-  axiom wcslen_before_null{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
-  
-  axiom wcslen_at_null{L}:
-    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
-  
-  axiom wcslen_not_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
-  
-  axiom wcslen_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
-  
-  axiom wcslen_sup{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
-  
-  axiom wcslen_create{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_create_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i;
-    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
-  
-  }
- */
-/*@
-axiomatic WcsCmp {
-  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
-    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
-  
-  axiom wcscmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-      wcscmp(s1, s2) ≡ 0 ⇔
-      wcslen(s1) ≡ wcslen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic WcsNCmp {
-  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom wcsncmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-    ∀ ℤ n;
-      wcsncmp(s1, s2, n) ≡ 0 ⇔
-      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
- */
-/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
- */
-/*@
-predicate valid_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_read_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
- */
-/*@
-predicate valid_wstring{L}(wchar_t *s) =
-  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
- */
-/*@
-predicate valid_wstring_or_null{L}(wchar_t *s) =
-  s ≡ \null ∨ valid_wstring(s);
- */
 /*@ requires valid_read_string(format);
     assigns \result, *__fc_stdout;
     assigns \result \from *__fc_stdout, *(format+(0 ..));
diff --git a/src/plugins/variadic/tests/known/oracle/printf.1.res.oracle b/src/plugins/variadic/tests/known/oracle/printf.1.res.oracle
index 89f775d575c..7a6bd921812 100644
--- a/src/plugins/variadic/tests/known/oracle/printf.1.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/printf.1.res.oracle
@@ -1,4 +1,4 @@
-tests/known/printf.c:63:[va] warning: Flag ' ' and conversion specififer x are not compatibles.
+tests/known/printf.c:62:[va] warning: Flag ' ' and conversion specififer x are not compatibles.
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -6,7 +6,7 @@ tests/known/printf.c:63:[va] warning: Flag ' ' and conversion specififer x are n
 [value] using specification for function printf_0
 [value] using specification for function printf_1
 [value] using specification for function printf_2
-tests/known/printf.c:36:[value] warning: function printf_2: precondition got status unknown.
+tests/known/printf.c:35:[value] warning: function printf_2: precondition got status unknown.
 [value] using specification for function printf_3
 [value] using specification for function printf_4
 [value] using specification for function printf_5
diff --git a/src/plugins/variadic/tests/known/oracle/printf_wrong_arity.0.res.oracle b/src/plugins/variadic/tests/known/oracle/printf_wrong_arity.0.res.oracle
index f2c194b1fa4..92ec6df8486 100644
--- a/src/plugins/variadic/tests/known/oracle/printf_wrong_arity.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/printf_wrong_arity.0.res.oracle
@@ -1,18 +1,18 @@
-FRAMAC_SHARE/libc/stdio.h:133:[va] Declaration of variadic function fprintf.
-FRAMAC_SHARE/libc/stdio.h:138:[va] Declaration of variadic function fscanf.
-FRAMAC_SHARE/libc/stdio.h:144:[va] Declaration of variadic function printf.
-FRAMAC_SHARE/libc/stdio.h:149:[va] Declaration of variadic function scanf.
-FRAMAC_SHARE/libc/stdio.h:154:[va] Declaration of variadic function snprintf.
-FRAMAC_SHARE/libc/stdio.h:160:[va] Declaration of variadic function sprintf.
-tests/known/printf_wrong_arity.c:9:[va] Translating call to printf to a call to the specialized version printf_0.
-tests/known/printf_wrong_arity.c:9:[va] warning: Too many arguments: expected 2, given 3. Superfluous arguments will be removed.
-tests/known/printf_wrong_arity.c:10:[va] Translating call to printf to a call to the specialized version printf_1.
-tests/known/printf_wrong_arity.c:10:[va] warning: Not enough arguments: expected 3, given 2.
-tests/known/printf_wrong_arity.c:10:[va] Generic translation of call to variadic function.
+FRAMAC_SHARE/libc/stdio.h:134:[va] Declaration of variadic function fprintf.
+FRAMAC_SHARE/libc/stdio.h:139:[va] Declaration of variadic function fscanf.
+FRAMAC_SHARE/libc/stdio.h:145:[va] Declaration of variadic function printf.
+FRAMAC_SHARE/libc/stdio.h:150:[va] Declaration of variadic function scanf.
+FRAMAC_SHARE/libc/stdio.h:155:[va] Declaration of variadic function snprintf.
+FRAMAC_SHARE/libc/stdio.h:161:[va] Declaration of variadic function sprintf.
+tests/known/printf_wrong_arity.c:8:[va] Translating call to printf to a call to the specialized version printf_0.
+tests/known/printf_wrong_arity.c:8:[va] warning: Too many arguments: expected 2, given 3. Superfluous arguments will be removed.
+tests/known/printf_wrong_arity.c:9:[va] Translating call to printf to a call to the specialized version printf_1.
+tests/known/printf_wrong_arity.c:9:[va] warning: Not enough arguments: expected 3, given 2.
+tests/known/printf_wrong_arity.c:9:[va] Generic translation of call to variadic function.
 /* Generated by Frama-C */
+typedef int wchar_t;
 typedef void * const *va_list;
 typedef unsigned int size_t;
-typedef int wchar_t;
 typedef unsigned int ino_t;
 typedef unsigned int gid_t;
 typedef unsigned int uid_t;
@@ -53,6 +53,257 @@ struct __fc_FILE {
    int __fc_real_data_max_size ;
 };
 typedef struct __fc_FILE FILE;
+/*@
+axiomatic MemCmp {
+  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
+    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
+  
+  axiom memcmp_zero{L1, L2}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
+      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
+  
+  }
+ */
+/*@
+axiomatic MemChr {
+  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic MemSet {
+  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memset_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic StrLen {
+  logic ℤ strlen{L}(char *s) 
+    reads *(s+(0 ..));
+  
+  axiom strlen_pos_or_null{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
+      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
+  
+  axiom strlen_neg{L}:
+    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
+  
+  axiom strlen_before_null{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
+  
+  axiom strlen_at_null{L}:
+    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
+  
+  axiom strlen_not_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
+  
+  axiom strlen_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
+  
+  axiom strlen_sup{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
+  
+  axiom strlen_create{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_create_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+    ∀ ℤ k;
+      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
+  
+  axiom memcmp_strlen_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_shift_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
+      0 ≤ strlen(s2) ≤ k+strlen(s1);
+  
+  axiom memcmp_strlen_shift_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
+      0 ≤ strlen(s1) ≤ k+strlen(s2);
+  
+  }
+ */
+/*@
+axiomatic StrCmp {
+  logic ℤ strcmp{L}(char *s1, char *s2) 
+    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
+  
+  axiom strcmp_zero{L}:
+    ∀ char *s1, char *s2;
+      strcmp(s1, s2) ≡ 0 ⇔
+      strlen(s1) ≡ strlen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrNCmp {
+  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom strncmp_zero{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      strncmp(s1, s2, n) ≡ 0 ⇔
+      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrChr {
+  logic 𝔹 strchr{L}(char *s, ℤ c) 
+    reads *(s+(0 .. strlen(s)));
+  
+  axiom strchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+      strchr(s, c) ≡ \true ⇔
+      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic WcsLen {
+  logic ℤ wcslen{L}(wchar_t *s) 
+    reads *(s+(0 ..));
+  
+  axiom wcslen_pos_or_null{L}:
+    ∀ wchar_t *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
+      wcslen(s) ≡ i;
+  
+  axiom wcslen_neg{L}:
+    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
+  
+  axiom wcslen_before_null{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
+  
+  axiom wcslen_at_null{L}:
+    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
+  
+  axiom wcslen_not_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
+  
+  axiom wcslen_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
+  
+  axiom wcslen_sup{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
+  
+  axiom wcslen_create{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_create_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i;
+    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
+  
+  }
+ */
+/*@
+axiomatic WcsCmp {
+  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
+    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
+  
+  axiom wcscmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+      wcscmp(s1, s2) ≡ 0 ⇔
+      wcslen(s1) ≡ wcslen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic WcsNCmp {
+  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom wcsncmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+    ∀ ℤ n;
+      wcsncmp(s1, s2, n) ≡ 0 ⇔
+      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
+ */
+/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
+ */
+/*@
+predicate valid_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_read_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
+ */
+/*@
+predicate valid_wstring{L}(wchar_t *s) =
+  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
+ */
+/*@
+predicate valid_wstring_or_null{L}(wchar_t *s) =
+  s ≡ \null ∨ valid_wstring(s);
+ */
 extern int __FC_errno;
 
 FILE *__fc_stderr;
@@ -361,257 +612,6 @@ FILE __fc_initial_stdin =
    .__fc_real_data = (unsigned char *)0,
    .__fc_real_data_max_size = 0};
 FILE *__fc_stdin = & __fc_initial_stdin;
-/*@
-axiomatic MemCmp {
-  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
-    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
-  
-  axiom memcmp_zero{L1, L2}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
-      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
-  
-  }
- */
-/*@
-axiomatic MemChr {
-  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic MemSet {
-  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memset_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic StrLen {
-  logic ℤ strlen{L}(char *s) 
-    reads *(s+(0 ..));
-  
-  axiom strlen_pos_or_null{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
-      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
-  
-  axiom strlen_neg{L}:
-    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
-  
-  axiom strlen_before_null{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
-  
-  axiom strlen_at_null{L}:
-    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
-  
-  axiom strlen_not_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
-  
-  axiom strlen_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
-  
-  axiom strlen_sup{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
-  
-  axiom strlen_create{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_create_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-    ∀ ℤ k;
-      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
-  
-  axiom memcmp_strlen_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_shift_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
-      0 ≤ strlen(s2) ≤ k+strlen(s1);
-  
-  axiom memcmp_strlen_shift_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
-      0 ≤ strlen(s1) ≤ k+strlen(s2);
-  
-  }
- */
-/*@
-axiomatic StrCmp {
-  logic ℤ strcmp{L}(char *s1, char *s2) 
-    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
-  
-  axiom strcmp_zero{L}:
-    ∀ char *s1, char *s2;
-      strcmp(s1, s2) ≡ 0 ⇔
-      strlen(s1) ≡ strlen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrNCmp {
-  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom strncmp_zero{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      strncmp(s1, s2, n) ≡ 0 ⇔
-      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrChr {
-  logic 𝔹 strchr{L}(char *s, ℤ c) 
-    reads *(s+(0 .. strlen(s)));
-  
-  axiom strchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-      strchr(s, c) ≡ \true ⇔
-      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic WcsLen {
-  logic ℤ wcslen{L}(wchar_t *s) 
-    reads *(s+(0 ..));
-  
-  axiom wcslen_pos_or_null{L}:
-    ∀ wchar_t *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
-      wcslen(s) ≡ i;
-  
-  axiom wcslen_neg{L}:
-    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
-  
-  axiom wcslen_before_null{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
-  
-  axiom wcslen_at_null{L}:
-    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
-  
-  axiom wcslen_not_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
-  
-  axiom wcslen_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
-  
-  axiom wcslen_sup{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
-  
-  axiom wcslen_create{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_create_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i;
-    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
-  
-  }
- */
-/*@
-axiomatic WcsCmp {
-  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
-    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
-  
-  axiom wcscmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-      wcscmp(s1, s2) ≡ 0 ⇔
-      wcslen(s1) ≡ wcslen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic WcsNCmp {
-  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom wcsncmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-    ∀ ℤ n;
-      wcsncmp(s1, s2, n) ≡ 0 ⇔
-      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
- */
-/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
- */
-/*@
-predicate valid_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_read_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
- */
-/*@
-predicate valid_wstring{L}(wchar_t *s) =
-  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
- */
-/*@
-predicate valid_wstring_or_null{L}(wchar_t *s) =
-  s ≡ \null ∨ valid_wstring(s);
- */
 /*@ requires valid_read_string(format);
     assigns \result, *__fc_stdout;
     assigns \result \from *__fc_stdout, *(format+(0 ..)), param0;
@@ -630,7 +630,10 @@ int printf_1(char const *format, int param0, int param1);
 int main(void)
 {
   int __retres;
-  if (2) ;
+  {
+    int tmp;
+    tmp = 2;
+  }
   printf_0("%d",1);
   {
     void *__va_args[1];
diff --git a/src/plugins/variadic/tests/known/oracle/printf_wrong_arity.1.res.oracle b/src/plugins/variadic/tests/known/oracle/printf_wrong_arity.1.res.oracle
index 1706228ba57..6c0bf215da8 100644
--- a/src/plugins/variadic/tests/known/oracle/printf_wrong_arity.1.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/printf_wrong_arity.1.res.oracle
@@ -1,5 +1,5 @@
-tests/known/printf_wrong_arity.c:9:[va] warning: Too many arguments: expected 2, given 3. Superfluous arguments will be removed.
-tests/known/printf_wrong_arity.c:10:[va] warning: Not enough arguments: expected 3, given 2.
+tests/known/printf_wrong_arity.c:8:[va] warning: Too many arguments: expected 2, given 3. Superfluous arguments will be removed.
+tests/known/printf_wrong_arity.c:9:[va] warning: Not enough arguments: expected 3, given 2.
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
diff --git a/src/plugins/variadic/tests/known/oracle/printf_wrong_pointers.0.res.oracle b/src/plugins/variadic/tests/known/oracle/printf_wrong_pointers.0.res.oracle
index 0782a2c1fa3..0e8ca5da5ef 100644
--- a/src/plugins/variadic/tests/known/oracle/printf_wrong_pointers.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/printf_wrong_pointers.0.res.oracle
@@ -1,18 +1,18 @@
-FRAMAC_SHARE/libc/stdio.h:133:[va] Declaration of variadic function fprintf.
-FRAMAC_SHARE/libc/stdio.h:138:[va] Declaration of variadic function fscanf.
-FRAMAC_SHARE/libc/stdio.h:144:[va] Declaration of variadic function printf.
-FRAMAC_SHARE/libc/stdio.h:149:[va] Declaration of variadic function scanf.
-FRAMAC_SHARE/libc/stdio.h:154:[va] Declaration of variadic function snprintf.
-FRAMAC_SHARE/libc/stdio.h:160:[va] Declaration of variadic function sprintf.
-tests/known/printf_wrong_pointers.c:15:[va] Translating call to printf to a call to the specialized version printf_0.
-tests/known/printf_wrong_pointers.c:16:[va] Translating call to printf to a call to the specialized version printf_1.
-tests/known/printf_wrong_pointers.c:17:[va] Translating call to printf to a call to the specialized version printf_2.
-tests/known/printf_wrong_pointers.c:18:[va] Translating call to printf to a call to the specialized version printf_3.
-tests/known/printf_wrong_pointers.c:19:[va] Translating call to printf to a call to the specialized version printf_4.
+FRAMAC_SHARE/libc/stdio.h:134:[va] Declaration of variadic function fprintf.
+FRAMAC_SHARE/libc/stdio.h:139:[va] Declaration of variadic function fscanf.
+FRAMAC_SHARE/libc/stdio.h:145:[va] Declaration of variadic function printf.
+FRAMAC_SHARE/libc/stdio.h:150:[va] Declaration of variadic function scanf.
+FRAMAC_SHARE/libc/stdio.h:155:[va] Declaration of variadic function snprintf.
+FRAMAC_SHARE/libc/stdio.h:161:[va] Declaration of variadic function sprintf.
+tests/known/printf_wrong_pointers.c:14:[va] Translating call to printf to a call to the specialized version printf_0.
+tests/known/printf_wrong_pointers.c:15:[va] Translating call to printf to a call to the specialized version printf_1.
+tests/known/printf_wrong_pointers.c:16:[va] Translating call to printf to a call to the specialized version printf_2.
+tests/known/printf_wrong_pointers.c:17:[va] Translating call to printf to a call to the specialized version printf_3.
+tests/known/printf_wrong_pointers.c:18:[va] Translating call to printf to a call to the specialized version printf_4.
 /* Generated by Frama-C */
+typedef int wchar_t;
 typedef void * const *va_list;
 typedef unsigned int size_t;
-typedef int wchar_t;
 typedef unsigned int ino_t;
 typedef unsigned int gid_t;
 typedef unsigned int uid_t;
@@ -53,6 +53,257 @@ struct __fc_FILE {
    int __fc_real_data_max_size ;
 };
 typedef struct __fc_FILE FILE;
+/*@
+axiomatic MemCmp {
+  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
+    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
+  
+  axiom memcmp_zero{L1, L2}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
+      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
+  
+  }
+ */
+/*@
+axiomatic MemChr {
+  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic MemSet {
+  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memset_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic StrLen {
+  logic ℤ strlen{L}(char *s) 
+    reads *(s+(0 ..));
+  
+  axiom strlen_pos_or_null{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
+      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
+  
+  axiom strlen_neg{L}:
+    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
+  
+  axiom strlen_before_null{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
+  
+  axiom strlen_at_null{L}:
+    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
+  
+  axiom strlen_not_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
+  
+  axiom strlen_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
+  
+  axiom strlen_sup{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
+  
+  axiom strlen_create{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_create_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+    ∀ ℤ k;
+      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
+  
+  axiom memcmp_strlen_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_shift_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
+      0 ≤ strlen(s2) ≤ k+strlen(s1);
+  
+  axiom memcmp_strlen_shift_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
+      0 ≤ strlen(s1) ≤ k+strlen(s2);
+  
+  }
+ */
+/*@
+axiomatic StrCmp {
+  logic ℤ strcmp{L}(char *s1, char *s2) 
+    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
+  
+  axiom strcmp_zero{L}:
+    ∀ char *s1, char *s2;
+      strcmp(s1, s2) ≡ 0 ⇔
+      strlen(s1) ≡ strlen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrNCmp {
+  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom strncmp_zero{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      strncmp(s1, s2, n) ≡ 0 ⇔
+      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrChr {
+  logic 𝔹 strchr{L}(char *s, ℤ c) 
+    reads *(s+(0 .. strlen(s)));
+  
+  axiom strchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+      strchr(s, c) ≡ \true ⇔
+      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic WcsLen {
+  logic ℤ wcslen{L}(wchar_t *s) 
+    reads *(s+(0 ..));
+  
+  axiom wcslen_pos_or_null{L}:
+    ∀ wchar_t *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
+      wcslen(s) ≡ i;
+  
+  axiom wcslen_neg{L}:
+    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
+  
+  axiom wcslen_before_null{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
+  
+  axiom wcslen_at_null{L}:
+    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
+  
+  axiom wcslen_not_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
+  
+  axiom wcslen_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
+  
+  axiom wcslen_sup{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
+  
+  axiom wcslen_create{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_create_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i;
+    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
+  
+  }
+ */
+/*@
+axiomatic WcsCmp {
+  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
+    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
+  
+  axiom wcscmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+      wcscmp(s1, s2) ≡ 0 ⇔
+      wcslen(s1) ≡ wcslen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic WcsNCmp {
+  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom wcsncmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+    ∀ ℤ n;
+      wcsncmp(s1, s2, n) ≡ 0 ⇔
+      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
+ */
+/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
+ */
+/*@
+predicate valid_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_read_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
+ */
+/*@
+predicate valid_wstring{L}(wchar_t *s) =
+  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
+ */
+/*@
+predicate valid_wstring_or_null{L}(wchar_t *s) =
+  s ≡ \null ∨ valid_wstring(s);
+ */
 extern int __FC_errno;
 
 extern FILE *__fc_stdin;
@@ -329,257 +580,6 @@ extern int ferror_unlocked(FILE *stream);
     assigns \result \from *stream; */
 extern int fileno_unlocked(FILE *stream);
 
-/*@
-axiomatic MemCmp {
-  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
-    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
-  
-  axiom memcmp_zero{L1, L2}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
-      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
-  
-  }
- */
-/*@
-axiomatic MemChr {
-  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic MemSet {
-  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memset_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic StrLen {
-  logic ℤ strlen{L}(char *s) 
-    reads *(s+(0 ..));
-  
-  axiom strlen_pos_or_null{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
-      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
-  
-  axiom strlen_neg{L}:
-    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
-  
-  axiom strlen_before_null{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
-  
-  axiom strlen_at_null{L}:
-    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
-  
-  axiom strlen_not_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
-  
-  axiom strlen_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
-  
-  axiom strlen_sup{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
-  
-  axiom strlen_create{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_create_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-    ∀ ℤ k;
-      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
-  
-  axiom memcmp_strlen_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_shift_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
-      0 ≤ strlen(s2) ≤ k+strlen(s1);
-  
-  axiom memcmp_strlen_shift_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
-      0 ≤ strlen(s1) ≤ k+strlen(s2);
-  
-  }
- */
-/*@
-axiomatic StrCmp {
-  logic ℤ strcmp{L}(char *s1, char *s2) 
-    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
-  
-  axiom strcmp_zero{L}:
-    ∀ char *s1, char *s2;
-      strcmp(s1, s2) ≡ 0 ⇔
-      strlen(s1) ≡ strlen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrNCmp {
-  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom strncmp_zero{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      strncmp(s1, s2, n) ≡ 0 ⇔
-      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrChr {
-  logic 𝔹 strchr{L}(char *s, ℤ c) 
-    reads *(s+(0 .. strlen(s)));
-  
-  axiom strchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-      strchr(s, c) ≡ \true ⇔
-      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic WcsLen {
-  logic ℤ wcslen{L}(wchar_t *s) 
-    reads *(s+(0 ..));
-  
-  axiom wcslen_pos_or_null{L}:
-    ∀ wchar_t *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
-      wcslen(s) ≡ i;
-  
-  axiom wcslen_neg{L}:
-    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
-  
-  axiom wcslen_before_null{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
-  
-  axiom wcslen_at_null{L}:
-    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
-  
-  axiom wcslen_not_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
-  
-  axiom wcslen_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
-  
-  axiom wcslen_sup{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
-  
-  axiom wcslen_create{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_create_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i;
-    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
-  
-  }
- */
-/*@
-axiomatic WcsCmp {
-  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
-    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
-  
-  axiom wcscmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-      wcscmp(s1, s2) ≡ 0 ⇔
-      wcslen(s1) ≡ wcslen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic WcsNCmp {
-  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom wcsncmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-    ∀ ℤ n;
-      wcsncmp(s1, s2, n) ≡ 0 ⇔
-      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
- */
-/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
- */
-/*@
-predicate valid_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_read_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
- */
-/*@
-predicate valid_wstring{L}(wchar_t *s) =
-  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
- */
-/*@
-predicate valid_wstring_or_null{L}(wchar_t *s) =
-  s ≡ \null ∨ valid_wstring(s);
- */
 /*@ requires valid_read_string(format);
     requires \valid(param0);
     ensures \initialized(param0);
diff --git a/src/plugins/variadic/tests/known/oracle/printf_wrong_pointers.1.res.oracle b/src/plugins/variadic/tests/known/oracle/printf_wrong_pointers.1.res.oracle
index 532b6bb07d5..55473785203 100644
--- a/src/plugins/variadic/tests/known/oracle/printf_wrong_pointers.1.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/printf_wrong_pointers.1.res.oracle
@@ -2,14 +2,14 @@
 [value] Computing initial state
 [value] Initial state computed
 [value] using specification for function printf_0
-tests/known/printf_wrong_pointers.c:15:[value] warning: function printf_0: precondition got status invalid.
+tests/known/printf_wrong_pointers.c:14:[value] warning: function printf_0: precondition got status invalid.
 [value] using specification for function printf_1
 [value] using specification for function printf_2
-tests/known/printf_wrong_pointers.c:17:[value] warning: function printf_2: precondition got status invalid.
+tests/known/printf_wrong_pointers.c:16:[value] warning: function printf_2: precondition got status invalid.
 [value] using specification for function printf_3
-tests/known/printf_wrong_pointers.c:18:[value] warning: function printf_3: precondition got status unknown.
+tests/known/printf_wrong_pointers.c:17:[value] warning: function printf_3: precondition got status unknown.
 [value] using specification for function printf_4
-tests/known/printf_wrong_pointers.c:19:[value] warning: function printf_4: precondition got status unknown.
+tests/known/printf_wrong_pointers.c:18:[value] warning: function printf_4: precondition got status unknown.
 [value] done for function main
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function main:
@@ -21,15 +21,15 @@ tests/known/printf_wrong_pointers.c:19:[value] warning: function printf_4: preco
   S___fc_stdout[0]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof} ∈
                {{ garbled mix of &{S___fc_inode_0_S___fc_stdout;
                                    S___fc_real_data_0_S___fc_stdout}
-                (origin: Misaligned {tests/known/printf_wrong_pointers.c:19}) }}
+                (origin: Misaligned {tests/known/printf_wrong_pointers.c:18}) }}
                [0].[bits 80 to 95] ∈
                {{ garbled mix of &{S___fc_inode_0_S___fc_stdout;
                                    S___fc_real_data_0_S___fc_stdout}
-                (origin: Misaligned {tests/known/printf_wrong_pointers.c:19}) }} or UNINITIALIZED
+                (origin: Misaligned {tests/known/printf_wrong_pointers.c:18}) }} or UNINITIALIZED
                [0]{.__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size} ∈
                {{ garbled mix of &{S___fc_inode_0_S___fc_stdout;
                                    S___fc_real_data_0_S___fc_stdout}
-                (origin: Misaligned {tests/known/printf_wrong_pointers.c:19}) }}
+                (origin: Misaligned {tests/known/printf_wrong_pointers.c:18}) }}
                [1]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof} ∈
                [--..--]
                [1].[bits 80 to 95] ∈ UNINITIALIZED
diff --git a/src/plugins/variadic/tests/known/oracle/printf_wrong_types.0.res.oracle b/src/plugins/variadic/tests/known/oracle/printf_wrong_types.0.res.oracle
index ab6598cbcee..bb60e97f418 100644
--- a/src/plugins/variadic/tests/known/oracle/printf_wrong_types.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/printf_wrong_types.0.res.oracle
@@ -1,37 +1,37 @@
-FRAMAC_SHARE/libc/stdio.h:133:[va] Declaration of variadic function fprintf.
-FRAMAC_SHARE/libc/stdio.h:138:[va] Declaration of variadic function fscanf.
-FRAMAC_SHARE/libc/stdio.h:144:[va] Declaration of variadic function printf.
-FRAMAC_SHARE/libc/stdio.h:149:[va] Declaration of variadic function scanf.
-FRAMAC_SHARE/libc/stdio.h:154:[va] Declaration of variadic function snprintf.
-FRAMAC_SHARE/libc/stdio.h:160:[va] Declaration of variadic function sprintf.
-tests/known/printf_wrong_types.c:20:[va] Translating call to printf to a call to the specialized version printf_0.
-tests/known/printf_wrong_types.c:21:[va] Translating call to printf to a call to the specialized version printf_1.
-tests/known/printf_wrong_types.c:21:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned int to int.
-tests/known/printf_wrong_types.c:22:[va] Translating call to printf to a call to the specialized version printf_2.
-tests/known/printf_wrong_types.c:22:[va] warning: Incorrect type for argument 2. The argument will be cast from int to unsigned int.
-tests/known/printf_wrong_types.c:23:[va] Translating call to printf to a call to the specialized version printf_3.
-tests/known/printf_wrong_types.c:23:[va] warning: Incorrect type for argument 2. The argument will be cast from int to long.
-tests/known/printf_wrong_types.c:24:[va] Translating call to printf to a call to the specialized version printf_4.
-tests/known/printf_wrong_types.c:24:[va] warning: Incorrect type for argument 2. The argument will be cast from long to int.
-tests/known/printf_wrong_types.c:25:[va] Translating call to printf to a call to the specialized version printf_5.
-tests/known/printf_wrong_types.c:25:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned int to unsigned long.
-tests/known/printf_wrong_types.c:26:[va] Translating call to printf to a call to the specialized version printf_6.
-tests/known/printf_wrong_types.c:26:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned long to unsigned int.
-tests/known/printf_wrong_types.c:27:[va] Translating call to printf to a call to the specialized version printf_7.
-tests/known/printf_wrong_types.c:27:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned int to void *.
-tests/known/printf_wrong_types.c:28:[va] Translating call to printf to a call to the specialized version printf_8.
-tests/known/printf_wrong_types.c:29:[va] Translating call to printf to a call to the specialized version printf_9.
+FRAMAC_SHARE/libc/stdio.h:134:[va] Declaration of variadic function fprintf.
+FRAMAC_SHARE/libc/stdio.h:139:[va] Declaration of variadic function fscanf.
+FRAMAC_SHARE/libc/stdio.h:145:[va] Declaration of variadic function printf.
+FRAMAC_SHARE/libc/stdio.h:150:[va] Declaration of variadic function scanf.
+FRAMAC_SHARE/libc/stdio.h:155:[va] Declaration of variadic function snprintf.
+FRAMAC_SHARE/libc/stdio.h:161:[va] Declaration of variadic function sprintf.
+tests/known/printf_wrong_types.c:19:[va] Translating call to printf to a call to the specialized version printf_0.
+tests/known/printf_wrong_types.c:20:[va] Translating call to printf to a call to the specialized version printf_1.
+tests/known/printf_wrong_types.c:20:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned int to int.
+tests/known/printf_wrong_types.c:21:[va] Translating call to printf to a call to the specialized version printf_2.
+tests/known/printf_wrong_types.c:21:[va] warning: Incorrect type for argument 2. The argument will be cast from int to unsigned int.
+tests/known/printf_wrong_types.c:22:[va] Translating call to printf to a call to the specialized version printf_3.
+tests/known/printf_wrong_types.c:22:[va] warning: Incorrect type for argument 2. The argument will be cast from int to long.
+tests/known/printf_wrong_types.c:23:[va] Translating call to printf to a call to the specialized version printf_4.
+tests/known/printf_wrong_types.c:23:[va] warning: Incorrect type for argument 2. The argument will be cast from long to int.
+tests/known/printf_wrong_types.c:24:[va] Translating call to printf to a call to the specialized version printf_5.
+tests/known/printf_wrong_types.c:24:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned int to unsigned long.
+tests/known/printf_wrong_types.c:25:[va] Translating call to printf to a call to the specialized version printf_6.
+tests/known/printf_wrong_types.c:25:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned long to unsigned int.
+tests/known/printf_wrong_types.c:26:[va] Translating call to printf to a call to the specialized version printf_7.
+tests/known/printf_wrong_types.c:26:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned int to void *.
+tests/known/printf_wrong_types.c:27:[va] Translating call to printf to a call to the specialized version printf_8.
+tests/known/printf_wrong_types.c:28:[va] Translating call to printf to a call to the specialized version printf_9.
+tests/known/printf_wrong_types.c:28:[va] warning: Incorrect type for argument 2. The argument will be cast from long double to double.
+tests/known/printf_wrong_types.c:29:[va] Translating call to printf to a call to the specialized version printf_10.
 tests/known/printf_wrong_types.c:29:[va] warning: Incorrect type for argument 2. The argument will be cast from long double to double.
-tests/known/printf_wrong_types.c:30:[va] Translating call to printf to a call to the specialized version printf_10.
-tests/known/printf_wrong_types.c:30:[va] warning: Incorrect type for argument 2. The argument will be cast from long double to double.
-tests/known/printf_wrong_types.c:31:[va] Translating call to printf to a call to the specialized version printf_11.
-tests/known/printf_wrong_types.c:31:[va] warning: Incorrect type for argument 2. The argument will be cast from int to char *.
-tests/known/printf_wrong_types.c:32:[va] Translating call to printf to a call to the specialized version printf_12.
-tests/known/printf_wrong_types.c:32:[va] warning: Incorrect type for argument 2. The argument will be cast from char * to int.
+tests/known/printf_wrong_types.c:30:[va] Translating call to printf to a call to the specialized version printf_11.
+tests/known/printf_wrong_types.c:30:[va] warning: Incorrect type for argument 2. The argument will be cast from int to char *.
+tests/known/printf_wrong_types.c:31:[va] Translating call to printf to a call to the specialized version printf_12.
+tests/known/printf_wrong_types.c:31:[va] warning: Incorrect type for argument 2. The argument will be cast from char * to int.
 /* Generated by Frama-C */
+typedef int wchar_t;
 typedef void * const *va_list;
 typedef unsigned int size_t;
-typedef int wchar_t;
 typedef unsigned int ino_t;
 typedef unsigned int gid_t;
 typedef unsigned int uid_t;
@@ -72,6 +72,257 @@ struct __fc_FILE {
    int __fc_real_data_max_size ;
 };
 typedef struct __fc_FILE FILE;
+/*@
+axiomatic MemCmp {
+  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
+    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
+  
+  axiom memcmp_zero{L1, L2}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
+      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
+  
+  }
+ */
+/*@
+axiomatic MemChr {
+  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic MemSet {
+  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memset_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic StrLen {
+  logic ℤ strlen{L}(char *s) 
+    reads *(s+(0 ..));
+  
+  axiom strlen_pos_or_null{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
+      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
+  
+  axiom strlen_neg{L}:
+    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
+  
+  axiom strlen_before_null{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
+  
+  axiom strlen_at_null{L}:
+    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
+  
+  axiom strlen_not_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
+  
+  axiom strlen_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
+  
+  axiom strlen_sup{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
+  
+  axiom strlen_create{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_create_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+    ∀ ℤ k;
+      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
+  
+  axiom memcmp_strlen_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_shift_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
+      0 ≤ strlen(s2) ≤ k+strlen(s1);
+  
+  axiom memcmp_strlen_shift_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
+      0 ≤ strlen(s1) ≤ k+strlen(s2);
+  
+  }
+ */
+/*@
+axiomatic StrCmp {
+  logic ℤ strcmp{L}(char *s1, char *s2) 
+    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
+  
+  axiom strcmp_zero{L}:
+    ∀ char *s1, char *s2;
+      strcmp(s1, s2) ≡ 0 ⇔
+      strlen(s1) ≡ strlen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrNCmp {
+  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom strncmp_zero{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      strncmp(s1, s2, n) ≡ 0 ⇔
+      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrChr {
+  logic 𝔹 strchr{L}(char *s, ℤ c) 
+    reads *(s+(0 .. strlen(s)));
+  
+  axiom strchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+      strchr(s, c) ≡ \true ⇔
+      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic WcsLen {
+  logic ℤ wcslen{L}(wchar_t *s) 
+    reads *(s+(0 ..));
+  
+  axiom wcslen_pos_or_null{L}:
+    ∀ wchar_t *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
+      wcslen(s) ≡ i;
+  
+  axiom wcslen_neg{L}:
+    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
+  
+  axiom wcslen_before_null{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
+  
+  axiom wcslen_at_null{L}:
+    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
+  
+  axiom wcslen_not_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
+  
+  axiom wcslen_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
+  
+  axiom wcslen_sup{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
+  
+  axiom wcslen_create{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_create_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i;
+    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
+  
+  }
+ */
+/*@
+axiomatic WcsCmp {
+  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
+    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
+  
+  axiom wcscmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+      wcscmp(s1, s2) ≡ 0 ⇔
+      wcslen(s1) ≡ wcslen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic WcsNCmp {
+  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom wcsncmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+    ∀ ℤ n;
+      wcsncmp(s1, s2, n) ≡ 0 ⇔
+      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
+ */
+/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
+ */
+/*@
+predicate valid_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_read_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
+ */
+/*@
+predicate valid_wstring{L}(wchar_t *s) =
+  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
+ */
+/*@
+predicate valid_wstring_or_null{L}(wchar_t *s) =
+  s ≡ \null ∨ valid_wstring(s);
+ */
 extern int __FC_errno;
 
 extern FILE *__fc_stdin;
@@ -348,257 +599,6 @@ extern int ferror_unlocked(FILE *stream);
     assigns \result \from *stream; */
 extern int fileno_unlocked(FILE *stream);
 
-/*@
-axiomatic MemCmp {
-  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
-    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
-  
-  axiom memcmp_zero{L1, L2}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
-      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
-  
-  }
- */
-/*@
-axiomatic MemChr {
-  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic MemSet {
-  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memset_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic StrLen {
-  logic ℤ strlen{L}(char *s) 
-    reads *(s+(0 ..));
-  
-  axiom strlen_pos_or_null{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
-      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
-  
-  axiom strlen_neg{L}:
-    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
-  
-  axiom strlen_before_null{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
-  
-  axiom strlen_at_null{L}:
-    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
-  
-  axiom strlen_not_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
-  
-  axiom strlen_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
-  
-  axiom strlen_sup{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
-  
-  axiom strlen_create{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_create_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-    ∀ ℤ k;
-      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
-  
-  axiom memcmp_strlen_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_shift_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
-      0 ≤ strlen(s2) ≤ k+strlen(s1);
-  
-  axiom memcmp_strlen_shift_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
-      0 ≤ strlen(s1) ≤ k+strlen(s2);
-  
-  }
- */
-/*@
-axiomatic StrCmp {
-  logic ℤ strcmp{L}(char *s1, char *s2) 
-    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
-  
-  axiom strcmp_zero{L}:
-    ∀ char *s1, char *s2;
-      strcmp(s1, s2) ≡ 0 ⇔
-      strlen(s1) ≡ strlen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrNCmp {
-  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom strncmp_zero{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      strncmp(s1, s2, n) ≡ 0 ⇔
-      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrChr {
-  logic 𝔹 strchr{L}(char *s, ℤ c) 
-    reads *(s+(0 .. strlen(s)));
-  
-  axiom strchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-      strchr(s, c) ≡ \true ⇔
-      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic WcsLen {
-  logic ℤ wcslen{L}(wchar_t *s) 
-    reads *(s+(0 ..));
-  
-  axiom wcslen_pos_or_null{L}:
-    ∀ wchar_t *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
-      wcslen(s) ≡ i;
-  
-  axiom wcslen_neg{L}:
-    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
-  
-  axiom wcslen_before_null{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
-  
-  axiom wcslen_at_null{L}:
-    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
-  
-  axiom wcslen_not_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
-  
-  axiom wcslen_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
-  
-  axiom wcslen_sup{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
-  
-  axiom wcslen_create{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_create_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i;
-    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
-  
-  }
- */
-/*@
-axiomatic WcsCmp {
-  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
-    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
-  
-  axiom wcscmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-      wcscmp(s1, s2) ≡ 0 ⇔
-      wcslen(s1) ≡ wcslen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic WcsNCmp {
-  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom wcsncmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-    ∀ ℤ n;
-      wcsncmp(s1, s2, n) ≡ 0 ⇔
-      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
- */
-/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
- */
-/*@
-predicate valid_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_read_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
- */
-/*@
-predicate valid_wstring{L}(wchar_t *s) =
-  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
- */
-/*@
-predicate valid_wstring_or_null{L}(wchar_t *s) =
-  s ≡ \null ∨ valid_wstring(s);
- */
 /*@ requires valid_read_string(format);
     assigns \result, *__fc_stdout;
     assigns \result \from *__fc_stdout, *(format+(0 ..)), param0;
diff --git a/src/plugins/variadic/tests/known/oracle/printf_wrong_types.1.res.oracle b/src/plugins/variadic/tests/known/oracle/printf_wrong_types.1.res.oracle
index 3698dee30fb..781959404fb 100644
--- a/src/plugins/variadic/tests/known/oracle/printf_wrong_types.1.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/printf_wrong_types.1.res.oracle
@@ -1,33 +1,33 @@
-FRAMAC_SHARE/libc/stdio.h:133:[va] Declaration of variadic function fprintf.
-FRAMAC_SHARE/libc/stdio.h:138:[va] Declaration of variadic function fscanf.
-FRAMAC_SHARE/libc/stdio.h:144:[va] Declaration of variadic function printf.
-FRAMAC_SHARE/libc/stdio.h:149:[va] Declaration of variadic function scanf.
-FRAMAC_SHARE/libc/stdio.h:154:[va] Declaration of variadic function snprintf.
-FRAMAC_SHARE/libc/stdio.h:160:[va] Declaration of variadic function sprintf.
-tests/known/printf_wrong_types.c:20:[va] Translating call to printf to a call to the specialized version printf_0.
-tests/known/printf_wrong_types.c:21:[va] Translating call to printf to a call to the specialized version printf_1.
-tests/known/printf_wrong_types.c:21:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned int to int.
-tests/known/printf_wrong_types.c:22:[va] Translating call to printf to a call to the specialized version printf_2.
-tests/known/printf_wrong_types.c:22:[va] warning: Incorrect type for argument 2. The argument will be cast from int to unsigned int.
-tests/known/printf_wrong_types.c:23:[va] Translating call to printf to a call to the specialized version printf_3.
-tests/known/printf_wrong_types.c:24:[va] Translating call to printf to a call to the specialized version printf_4.
-tests/known/printf_wrong_types.c:25:[va] Translating call to printf to a call to the specialized version printf_5.
-tests/known/printf_wrong_types.c:26:[va] Translating call to printf to a call to the specialized version printf_6.
-tests/known/printf_wrong_types.c:27:[va] Translating call to printf to a call to the specialized version printf_7.
-tests/known/printf_wrong_types.c:27:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned int to void *.
-tests/known/printf_wrong_types.c:28:[va] Translating call to printf to a call to the specialized version printf_8.
-tests/known/printf_wrong_types.c:29:[va] Translating call to printf to a call to the specialized version printf_9.
+FRAMAC_SHARE/libc/stdio.h:134:[va] Declaration of variadic function fprintf.
+FRAMAC_SHARE/libc/stdio.h:139:[va] Declaration of variadic function fscanf.
+FRAMAC_SHARE/libc/stdio.h:145:[va] Declaration of variadic function printf.
+FRAMAC_SHARE/libc/stdio.h:150:[va] Declaration of variadic function scanf.
+FRAMAC_SHARE/libc/stdio.h:155:[va] Declaration of variadic function snprintf.
+FRAMAC_SHARE/libc/stdio.h:161:[va] Declaration of variadic function sprintf.
+tests/known/printf_wrong_types.c:19:[va] Translating call to printf to a call to the specialized version printf_0.
+tests/known/printf_wrong_types.c:20:[va] Translating call to printf to a call to the specialized version printf_1.
+tests/known/printf_wrong_types.c:20:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned int to int.
+tests/known/printf_wrong_types.c:21:[va] Translating call to printf to a call to the specialized version printf_2.
+tests/known/printf_wrong_types.c:21:[va] warning: Incorrect type for argument 2. The argument will be cast from int to unsigned int.
+tests/known/printf_wrong_types.c:22:[va] Translating call to printf to a call to the specialized version printf_3.
+tests/known/printf_wrong_types.c:23:[va] Translating call to printf to a call to the specialized version printf_4.
+tests/known/printf_wrong_types.c:24:[va] Translating call to printf to a call to the specialized version printf_5.
+tests/known/printf_wrong_types.c:25:[va] Translating call to printf to a call to the specialized version printf_6.
+tests/known/printf_wrong_types.c:26:[va] Translating call to printf to a call to the specialized version printf_7.
+tests/known/printf_wrong_types.c:26:[va] warning: Incorrect type for argument 2. The argument will be cast from unsigned int to void *.
+tests/known/printf_wrong_types.c:27:[va] Translating call to printf to a call to the specialized version printf_8.
+tests/known/printf_wrong_types.c:28:[va] Translating call to printf to a call to the specialized version printf_9.
+tests/known/printf_wrong_types.c:28:[va] warning: Incorrect type for argument 2. The argument will be cast from long double to double.
+tests/known/printf_wrong_types.c:29:[va] Translating call to printf to a call to the specialized version printf_10.
 tests/known/printf_wrong_types.c:29:[va] warning: Incorrect type for argument 2. The argument will be cast from long double to double.
-tests/known/printf_wrong_types.c:30:[va] Translating call to printf to a call to the specialized version printf_10.
-tests/known/printf_wrong_types.c:30:[va] warning: Incorrect type for argument 2. The argument will be cast from long double to double.
-tests/known/printf_wrong_types.c:31:[va] Translating call to printf to a call to the specialized version printf_11.
-tests/known/printf_wrong_types.c:31:[va] warning: Incorrect type for argument 2. The argument will be cast from int to char *.
-tests/known/printf_wrong_types.c:32:[va] Translating call to printf to a call to the specialized version printf_12.
-tests/known/printf_wrong_types.c:32:[va] warning: Incorrect type for argument 2. The argument will be cast from char * to int.
+tests/known/printf_wrong_types.c:30:[va] Translating call to printf to a call to the specialized version printf_11.
+tests/known/printf_wrong_types.c:30:[va] warning: Incorrect type for argument 2. The argument will be cast from int to char *.
+tests/known/printf_wrong_types.c:31:[va] Translating call to printf to a call to the specialized version printf_12.
+tests/known/printf_wrong_types.c:31:[va] warning: Incorrect type for argument 2. The argument will be cast from char * to int.
 /* Generated by Frama-C */
+typedef int wchar_t;
 typedef void * const *va_list;
 typedef unsigned int size_t;
-typedef int wchar_t;
 typedef unsigned int ino_t;
 typedef unsigned int gid_t;
 typedef unsigned int uid_t;
@@ -68,6 +68,257 @@ struct __fc_FILE {
    int __fc_real_data_max_size ;
 };
 typedef struct __fc_FILE FILE;
+/*@
+axiomatic MemCmp {
+  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
+    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
+  
+  axiom memcmp_zero{L1, L2}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
+      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
+  
+  }
+ */
+/*@
+axiomatic MemChr {
+  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic MemSet {
+  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memset_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic StrLen {
+  logic ℤ strlen{L}(char *s) 
+    reads *(s+(0 ..));
+  
+  axiom strlen_pos_or_null{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
+      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
+  
+  axiom strlen_neg{L}:
+    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
+  
+  axiom strlen_before_null{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
+  
+  axiom strlen_at_null{L}:
+    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
+  
+  axiom strlen_not_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
+  
+  axiom strlen_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
+  
+  axiom strlen_sup{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
+  
+  axiom strlen_create{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_create_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+    ∀ ℤ k;
+      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
+  
+  axiom memcmp_strlen_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_shift_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
+      0 ≤ strlen(s2) ≤ k+strlen(s1);
+  
+  axiom memcmp_strlen_shift_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
+      0 ≤ strlen(s1) ≤ k+strlen(s2);
+  
+  }
+ */
+/*@
+axiomatic StrCmp {
+  logic ℤ strcmp{L}(char *s1, char *s2) 
+    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
+  
+  axiom strcmp_zero{L}:
+    ∀ char *s1, char *s2;
+      strcmp(s1, s2) ≡ 0 ⇔
+      strlen(s1) ≡ strlen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrNCmp {
+  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom strncmp_zero{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      strncmp(s1, s2, n) ≡ 0 ⇔
+      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrChr {
+  logic 𝔹 strchr{L}(char *s, ℤ c) 
+    reads *(s+(0 .. strlen(s)));
+  
+  axiom strchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+      strchr(s, c) ≡ \true ⇔
+      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic WcsLen {
+  logic ℤ wcslen{L}(wchar_t *s) 
+    reads *(s+(0 ..));
+  
+  axiom wcslen_pos_or_null{L}:
+    ∀ wchar_t *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
+      wcslen(s) ≡ i;
+  
+  axiom wcslen_neg{L}:
+    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
+  
+  axiom wcslen_before_null{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
+  
+  axiom wcslen_at_null{L}:
+    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
+  
+  axiom wcslen_not_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
+  
+  axiom wcslen_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
+  
+  axiom wcslen_sup{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
+  
+  axiom wcslen_create{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_create_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i;
+    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
+  
+  }
+ */
+/*@
+axiomatic WcsCmp {
+  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
+    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
+  
+  axiom wcscmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+      wcscmp(s1, s2) ≡ 0 ⇔
+      wcslen(s1) ≡ wcslen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic WcsNCmp {
+  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom wcsncmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+    ∀ ℤ n;
+      wcsncmp(s1, s2, n) ≡ 0 ⇔
+      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
+ */
+/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
+ */
+/*@
+predicate valid_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_read_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
+ */
+/*@
+predicate valid_wstring{L}(wchar_t *s) =
+  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
+ */
+/*@
+predicate valid_wstring_or_null{L}(wchar_t *s) =
+  s ≡ \null ∨ valid_wstring(s);
+ */
 extern int __FC_errno;
 
 extern FILE *__fc_stdin;
@@ -344,257 +595,6 @@ extern int ferror_unlocked(FILE *stream);
     assigns \result \from *stream; */
 extern int fileno_unlocked(FILE *stream);
 
-/*@
-axiomatic MemCmp {
-  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
-    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
-  
-  axiom memcmp_zero{L1, L2}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
-      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
-  
-  }
- */
-/*@
-axiomatic MemChr {
-  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic MemSet {
-  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memset_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic StrLen {
-  logic ℤ strlen{L}(char *s) 
-    reads *(s+(0 ..));
-  
-  axiom strlen_pos_or_null{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
-      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
-  
-  axiom strlen_neg{L}:
-    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
-  
-  axiom strlen_before_null{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
-  
-  axiom strlen_at_null{L}:
-    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
-  
-  axiom strlen_not_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
-  
-  axiom strlen_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
-  
-  axiom strlen_sup{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
-  
-  axiom strlen_create{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_create_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-    ∀ ℤ k;
-      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
-  
-  axiom memcmp_strlen_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_shift_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
-      0 ≤ strlen(s2) ≤ k+strlen(s1);
-  
-  axiom memcmp_strlen_shift_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
-      0 ≤ strlen(s1) ≤ k+strlen(s2);
-  
-  }
- */
-/*@
-axiomatic StrCmp {
-  logic ℤ strcmp{L}(char *s1, char *s2) 
-    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
-  
-  axiom strcmp_zero{L}:
-    ∀ char *s1, char *s2;
-      strcmp(s1, s2) ≡ 0 ⇔
-      strlen(s1) ≡ strlen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrNCmp {
-  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom strncmp_zero{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      strncmp(s1, s2, n) ≡ 0 ⇔
-      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrChr {
-  logic 𝔹 strchr{L}(char *s, ℤ c) 
-    reads *(s+(0 .. strlen(s)));
-  
-  axiom strchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-      strchr(s, c) ≡ \true ⇔
-      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic WcsLen {
-  logic ℤ wcslen{L}(wchar_t *s) 
-    reads *(s+(0 ..));
-  
-  axiom wcslen_pos_or_null{L}:
-    ∀ wchar_t *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
-      wcslen(s) ≡ i;
-  
-  axiom wcslen_neg{L}:
-    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
-  
-  axiom wcslen_before_null{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
-  
-  axiom wcslen_at_null{L}:
-    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
-  
-  axiom wcslen_not_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
-  
-  axiom wcslen_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
-  
-  axiom wcslen_sup{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
-  
-  axiom wcslen_create{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_create_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i;
-    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
-  
-  }
- */
-/*@
-axiomatic WcsCmp {
-  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
-    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
-  
-  axiom wcscmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-      wcscmp(s1, s2) ≡ 0 ⇔
-      wcslen(s1) ≡ wcslen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic WcsNCmp {
-  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom wcsncmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-    ∀ ℤ n;
-      wcsncmp(s1, s2, n) ≡ 0 ⇔
-      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
- */
-/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
- */
-/*@
-predicate valid_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_read_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
- */
-/*@
-predicate valid_wstring{L}(wchar_t *s) =
-  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
- */
-/*@
-predicate valid_wstring_or_null{L}(wchar_t *s) =
-  s ≡ \null ∨ valid_wstring(s);
- */
 /*@ requires valid_read_string(format);
     assigns \result, *__fc_stdout;
     assigns \result \from *__fc_stdout, *(format+(0 ..)), param0;
diff --git a/src/plugins/variadic/tests/known/oracle/scanf.0.res.oracle b/src/plugins/variadic/tests/known/oracle/scanf.0.res.oracle
index bd0f79e67e4..a7d622a57ca 100644
--- a/src/plugins/variadic/tests/known/oracle/scanf.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/scanf.0.res.oracle
@@ -1,12 +1,12 @@
-FRAMAC_SHARE/libc/stdio.h:133:[va] Declaration of variadic function fprintf.
-FRAMAC_SHARE/libc/stdio.h:138:[va] Declaration of variadic function fscanf.
-FRAMAC_SHARE/libc/stdio.h:144:[va] Declaration of variadic function printf.
-FRAMAC_SHARE/libc/stdio.h:149:[va] Declaration of variadic function scanf.
-FRAMAC_SHARE/libc/stdio.h:154:[va] Declaration of variadic function snprintf.
-FRAMAC_SHARE/libc/stdio.h:160:[va] Declaration of variadic function sprintf.
-[va] warning: Unable to locate ACSL predicate valid_read_string.
+FRAMAC_SHARE/libc/stdio.h:134:[va] Declaration of variadic function fprintf.
+FRAMAC_SHARE/libc/stdio.h:139:[va] Declaration of variadic function fscanf.
+FRAMAC_SHARE/libc/stdio.h:145:[va] Declaration of variadic function printf.
+FRAMAC_SHARE/libc/stdio.h:150:[va] Declaration of variadic function scanf.
+FRAMAC_SHARE/libc/stdio.h:155:[va] Declaration of variadic function snprintf.
+FRAMAC_SHARE/libc/stdio.h:161:[va] Declaration of variadic function sprintf.
 tests/known/scanf.c:7:[va] Translating call to scanf to a call to the specialized version scanf_0.
 /* Generated by Frama-C */
+typedef int wchar_t;
 typedef void * const *va_list;
 typedef unsigned int size_t;
 typedef unsigned int ino_t;
@@ -49,6 +49,257 @@ struct __fc_FILE {
    int __fc_real_data_max_size ;
 };
 typedef struct __fc_FILE FILE;
+/*@
+axiomatic MemCmp {
+  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
+    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
+  
+  axiom memcmp_zero{L1, L2}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
+      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
+  
+  }
+ */
+/*@
+axiomatic MemChr {
+  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic MemSet {
+  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memset_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic StrLen {
+  logic ℤ strlen{L}(char *s) 
+    reads *(s+(0 ..));
+  
+  axiom strlen_pos_or_null{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
+      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
+  
+  axiom strlen_neg{L}:
+    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
+  
+  axiom strlen_before_null{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
+  
+  axiom strlen_at_null{L}:
+    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
+  
+  axiom strlen_not_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
+  
+  axiom strlen_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
+  
+  axiom strlen_sup{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
+  
+  axiom strlen_create{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_create_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+    ∀ ℤ k;
+      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
+  
+  axiom memcmp_strlen_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_shift_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
+      0 ≤ strlen(s2) ≤ k+strlen(s1);
+  
+  axiom memcmp_strlen_shift_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
+      0 ≤ strlen(s1) ≤ k+strlen(s2);
+  
+  }
+ */
+/*@
+axiomatic StrCmp {
+  logic ℤ strcmp{L}(char *s1, char *s2) 
+    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
+  
+  axiom strcmp_zero{L}:
+    ∀ char *s1, char *s2;
+      strcmp(s1, s2) ≡ 0 ⇔
+      strlen(s1) ≡ strlen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrNCmp {
+  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom strncmp_zero{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      strncmp(s1, s2, n) ≡ 0 ⇔
+      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrChr {
+  logic 𝔹 strchr{L}(char *s, ℤ c) 
+    reads *(s+(0 .. strlen(s)));
+  
+  axiom strchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+      strchr(s, c) ≡ \true ⇔
+      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic WcsLen {
+  logic ℤ wcslen{L}(wchar_t *s) 
+    reads *(s+(0 ..));
+  
+  axiom wcslen_pos_or_null{L}:
+    ∀ wchar_t *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
+      wcslen(s) ≡ i;
+  
+  axiom wcslen_neg{L}:
+    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
+  
+  axiom wcslen_before_null{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
+  
+  axiom wcslen_at_null{L}:
+    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
+  
+  axiom wcslen_not_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
+  
+  axiom wcslen_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
+  
+  axiom wcslen_sup{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
+  
+  axiom wcslen_create{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_create_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i;
+    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
+  
+  }
+ */
+/*@
+axiomatic WcsCmp {
+  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
+    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
+  
+  axiom wcscmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+      wcscmp(s1, s2) ≡ 0 ⇔
+      wcslen(s1) ≡ wcslen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic WcsNCmp {
+  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom wcsncmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+    ∀ ℤ n;
+      wcsncmp(s1, s2, n) ≡ 0 ⇔
+      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
+ */
+/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
+ */
+/*@
+predicate valid_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_read_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
+ */
+/*@
+predicate valid_wstring{L}(wchar_t *s) =
+  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
+ */
+/*@
+predicate valid_wstring_or_null{L}(wchar_t *s) =
+  s ≡ \null ∨ valid_wstring(s);
+ */
 extern int __FC_errno;
 
 extern FILE *__fc_stdin;
@@ -325,7 +576,8 @@ extern int ferror_unlocked(FILE *stream);
     assigns \result \from *stream; */
 extern int fileno_unlocked(FILE *stream);
 
-/*@ requires \valid(param2);
+/*@ requires valid_read_string(format);
+    requires \valid(param2);
     requires \valid(param1);
     ensures \initialized(param2);
     ensures \initialized(param1);
diff --git a/src/plugins/variadic/tests/known/oracle/scanf.1.res.oracle b/src/plugins/variadic/tests/known/oracle/scanf.1.res.oracle
index 9685e51715e..97c68ab67e7 100644
--- a/src/plugins/variadic/tests/known/oracle/scanf.1.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/scanf.1.res.oracle
@@ -1,4 +1,3 @@
-[va] warning: Unable to locate ACSL predicate valid_read_string.
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
diff --git a/src/plugins/variadic/tests/known/oracle/scanf_wrong.0.res.oracle b/src/plugins/variadic/tests/known/oracle/scanf_wrong.0.res.oracle
index 91f1fe3cfca..cda7a32ae25 100644
--- a/src/plugins/variadic/tests/known/oracle/scanf_wrong.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/scanf_wrong.0.res.oracle
@@ -1,13 +1,13 @@
-FRAMAC_SHARE/libc/stdio.h:133:[va] Declaration of variadic function fprintf.
-FRAMAC_SHARE/libc/stdio.h:138:[va] Declaration of variadic function fscanf.
-FRAMAC_SHARE/libc/stdio.h:144:[va] Declaration of variadic function printf.
-FRAMAC_SHARE/libc/stdio.h:149:[va] Declaration of variadic function scanf.
-FRAMAC_SHARE/libc/stdio.h:154:[va] Declaration of variadic function snprintf.
-FRAMAC_SHARE/libc/stdio.h:160:[va] Declaration of variadic function sprintf.
-[va] warning: Unable to locate ACSL predicate valid_read_string.
+FRAMAC_SHARE/libc/stdio.h:134:[va] Declaration of variadic function fprintf.
+FRAMAC_SHARE/libc/stdio.h:139:[va] Declaration of variadic function fscanf.
+FRAMAC_SHARE/libc/stdio.h:145:[va] Declaration of variadic function printf.
+FRAMAC_SHARE/libc/stdio.h:150:[va] Declaration of variadic function scanf.
+FRAMAC_SHARE/libc/stdio.h:155:[va] Declaration of variadic function snprintf.
+FRAMAC_SHARE/libc/stdio.h:161:[va] Declaration of variadic function sprintf.
 tests/known/scanf_wrong.c:8:[va] Translating call to scanf to a call to the specialized version scanf_0.
 tests/known/scanf_wrong.c:8:[va] warning: Incorrect type for argument 2. The argument will be cast from double to char *.
 /* Generated by Frama-C */
+typedef int wchar_t;
 typedef void * const *va_list;
 typedef unsigned int size_t;
 typedef unsigned int ino_t;
@@ -50,6 +50,257 @@ struct __fc_FILE {
    int __fc_real_data_max_size ;
 };
 typedef struct __fc_FILE FILE;
+/*@
+axiomatic MemCmp {
+  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
+    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
+  
+  axiom memcmp_zero{L1, L2}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
+      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
+  
+  }
+ */
+/*@
+axiomatic MemChr {
+  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic MemSet {
+  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memset_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic StrLen {
+  logic ℤ strlen{L}(char *s) 
+    reads *(s+(0 ..));
+  
+  axiom strlen_pos_or_null{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
+      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
+  
+  axiom strlen_neg{L}:
+    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
+  
+  axiom strlen_before_null{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
+  
+  axiom strlen_at_null{L}:
+    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
+  
+  axiom strlen_not_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
+  
+  axiom strlen_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
+  
+  axiom strlen_sup{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
+  
+  axiom strlen_create{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_create_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+    ∀ ℤ k;
+      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
+  
+  axiom memcmp_strlen_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_shift_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
+      0 ≤ strlen(s2) ≤ k+strlen(s1);
+  
+  axiom memcmp_strlen_shift_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
+      0 ≤ strlen(s1) ≤ k+strlen(s2);
+  
+  }
+ */
+/*@
+axiomatic StrCmp {
+  logic ℤ strcmp{L}(char *s1, char *s2) 
+    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
+  
+  axiom strcmp_zero{L}:
+    ∀ char *s1, char *s2;
+      strcmp(s1, s2) ≡ 0 ⇔
+      strlen(s1) ≡ strlen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrNCmp {
+  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom strncmp_zero{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      strncmp(s1, s2, n) ≡ 0 ⇔
+      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrChr {
+  logic 𝔹 strchr{L}(char *s, ℤ c) 
+    reads *(s+(0 .. strlen(s)));
+  
+  axiom strchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+      strchr(s, c) ≡ \true ⇔
+      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic WcsLen {
+  logic ℤ wcslen{L}(wchar_t *s) 
+    reads *(s+(0 ..));
+  
+  axiom wcslen_pos_or_null{L}:
+    ∀ wchar_t *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
+      wcslen(s) ≡ i;
+  
+  axiom wcslen_neg{L}:
+    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
+  
+  axiom wcslen_before_null{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
+  
+  axiom wcslen_at_null{L}:
+    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
+  
+  axiom wcslen_not_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
+  
+  axiom wcslen_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
+  
+  axiom wcslen_sup{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
+  
+  axiom wcslen_create{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_create_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i;
+    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
+  
+  }
+ */
+/*@
+axiomatic WcsCmp {
+  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
+    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
+  
+  axiom wcscmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+      wcscmp(s1, s2) ≡ 0 ⇔
+      wcslen(s1) ≡ wcslen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic WcsNCmp {
+  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom wcsncmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+    ∀ ℤ n;
+      wcsncmp(s1, s2, n) ≡ 0 ⇔
+      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
+ */
+/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
+ */
+/*@
+predicate valid_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_read_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
+ */
+/*@
+predicate valid_wstring{L}(wchar_t *s) =
+  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
+ */
+/*@
+predicate valid_wstring_or_null{L}(wchar_t *s) =
+  s ≡ \null ∨ valid_wstring(s);
+ */
 extern int __FC_errno;
 
 extern FILE *__fc_stdin;
@@ -326,7 +577,8 @@ extern int ferror_unlocked(FILE *stream);
     assigns \result \from *stream; */
 extern int fileno_unlocked(FILE *stream);
 
-/*@ requires \valid(param2);
+/*@ requires valid_read_string(format);
+    requires \valid(param2);
     requires \valid(param1);
     ensures \initialized(param2);
     ensures \initialized(param1);
diff --git a/src/plugins/variadic/tests/known/oracle/scanf_wrong.1.res.oracle b/src/plugins/variadic/tests/known/oracle/scanf_wrong.1.res.oracle
index f35b6b4a1e5..993e4a1d465 100644
--- a/src/plugins/variadic/tests/known/oracle/scanf_wrong.1.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/scanf_wrong.1.res.oracle
@@ -1,4 +1,3 @@
-[va] warning: Unable to locate ACSL predicate valid_read_string.
 tests/known/scanf_wrong.c:8:[va] warning: Incorrect type for argument 2. The argument will be cast from double to char *.
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
diff --git a/src/plugins/variadic/tests/known/oracle/stdio_print.0.res.oracle b/src/plugins/variadic/tests/known/oracle/stdio_print.0.res.oracle
index e23305792cc..30785941ac4 100644
--- a/src/plugins/variadic/tests/known/oracle/stdio_print.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/stdio_print.0.res.oracle
@@ -1,22 +1,22 @@
-tests/known/stdio_print.c:14:[kernel] warning: Calling undeclared function dprintf. Old style K&R code?
-FRAMAC_SHARE/libc/stdio.h:133:[va] Declaration of variadic function fprintf.
-FRAMAC_SHARE/libc/stdio.h:138:[va] Declaration of variadic function fscanf.
-FRAMAC_SHARE/libc/stdio.h:144:[va] Declaration of variadic function printf.
-FRAMAC_SHARE/libc/stdio.h:149:[va] Declaration of variadic function scanf.
-FRAMAC_SHARE/libc/stdio.h:154:[va] Declaration of variadic function snprintf.
-FRAMAC_SHARE/libc/stdio.h:160:[va] Declaration of variadic function sprintf.
+tests/known/stdio_print.c:13:[kernel] warning: Calling undeclared function dprintf. Old style K&R code?
+FRAMAC_SHARE/libc/stdio.h:134:[va] Declaration of variadic function fprintf.
+FRAMAC_SHARE/libc/stdio.h:139:[va] Declaration of variadic function fscanf.
+FRAMAC_SHARE/libc/stdio.h:145:[va] Declaration of variadic function printf.
+FRAMAC_SHARE/libc/stdio.h:150:[va] Declaration of variadic function scanf.
+FRAMAC_SHARE/libc/stdio.h:155:[va] Declaration of variadic function snprintf.
+FRAMAC_SHARE/libc/stdio.h:161:[va] Declaration of variadic function sprintf.
+tests/known/stdio_print.c:9:[va] Generic translation of call to variadic function.
 tests/known/stdio_print.c:10:[va] Generic translation of call to variadic function.
 tests/known/stdio_print.c:11:[va] Generic translation of call to variadic function.
 tests/known/stdio_print.c:12:[va] Generic translation of call to variadic function.
-tests/known/stdio_print.c:13:[va] Generic translation of call to variadic function.
-tests/known/stdio_print.c:16:[va] Translating call to fprintf to a call to the specialized version fprintf_0.
-tests/known/stdio_print.c:17:[va] Translating call to printf to a call to the specialized version printf_0.
-tests/known/stdio_print.c:18:[va] Translating call to snprintf to a call to the specialized version snprintf_0.
-tests/known/stdio_print.c:19:[va] Translating call to sprintf to a call to the specialized version sprintf_0.
+tests/known/stdio_print.c:15:[va] Translating call to fprintf to a call to the specialized version fprintf_0.
+tests/known/stdio_print.c:16:[va] Translating call to printf to a call to the specialized version printf_0.
+tests/known/stdio_print.c:17:[va] Translating call to snprintf to a call to the specialized version snprintf_0.
+tests/known/stdio_print.c:18:[va] Translating call to sprintf to a call to the specialized version sprintf_0.
 /* Generated by Frama-C */
+typedef int wchar_t;
 typedef void * const *va_list;
 typedef unsigned int size_t;
-typedef int wchar_t;
 typedef unsigned int ino_t;
 typedef unsigned int gid_t;
 typedef unsigned int uid_t;
@@ -57,6 +57,257 @@ struct __fc_FILE {
    int __fc_real_data_max_size ;
 };
 typedef struct __fc_FILE FILE;
+/*@
+axiomatic MemCmp {
+  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
+    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
+  
+  axiom memcmp_zero{L1, L2}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
+      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
+  
+  }
+ */
+/*@
+axiomatic MemChr {
+  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic MemSet {
+  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memset_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic StrLen {
+  logic ℤ strlen{L}(char *s) 
+    reads *(s+(0 ..));
+  
+  axiom strlen_pos_or_null{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
+      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
+  
+  axiom strlen_neg{L}:
+    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
+  
+  axiom strlen_before_null{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
+  
+  axiom strlen_at_null{L}:
+    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
+  
+  axiom strlen_not_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
+  
+  axiom strlen_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
+  
+  axiom strlen_sup{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
+  
+  axiom strlen_create{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_create_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+    ∀ ℤ k;
+      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
+  
+  axiom memcmp_strlen_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_shift_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
+      0 ≤ strlen(s2) ≤ k+strlen(s1);
+  
+  axiom memcmp_strlen_shift_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
+      0 ≤ strlen(s1) ≤ k+strlen(s2);
+  
+  }
+ */
+/*@
+axiomatic StrCmp {
+  logic ℤ strcmp{L}(char *s1, char *s2) 
+    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
+  
+  axiom strcmp_zero{L}:
+    ∀ char *s1, char *s2;
+      strcmp(s1, s2) ≡ 0 ⇔
+      strlen(s1) ≡ strlen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrNCmp {
+  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom strncmp_zero{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      strncmp(s1, s2, n) ≡ 0 ⇔
+      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrChr {
+  logic 𝔹 strchr{L}(char *s, ℤ c) 
+    reads *(s+(0 .. strlen(s)));
+  
+  axiom strchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+      strchr(s, c) ≡ \true ⇔
+      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic WcsLen {
+  logic ℤ wcslen{L}(wchar_t *s) 
+    reads *(s+(0 ..));
+  
+  axiom wcslen_pos_or_null{L}:
+    ∀ wchar_t *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
+      wcslen(s) ≡ i;
+  
+  axiom wcslen_neg{L}:
+    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
+  
+  axiom wcslen_before_null{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
+  
+  axiom wcslen_at_null{L}:
+    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
+  
+  axiom wcslen_not_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
+  
+  axiom wcslen_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
+  
+  axiom wcslen_sup{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
+  
+  axiom wcslen_create{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_create_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i;
+    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
+  
+  }
+ */
+/*@
+axiomatic WcsCmp {
+  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
+    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
+  
+  axiom wcscmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+      wcscmp(s1, s2) ≡ 0 ⇔
+      wcslen(s1) ≡ wcslen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic WcsNCmp {
+  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom wcsncmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+    ∀ ℤ n;
+      wcsncmp(s1, s2, n) ≡ 0 ⇔
+      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
+ */
+/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
+ */
+/*@
+predicate valid_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_read_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
+ */
+/*@
+predicate valid_wstring{L}(wchar_t *s) =
+  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
+ */
+/*@
+predicate valid_wstring_or_null{L}(wchar_t *s) =
+  s ≡ \null ∨ valid_wstring(s);
+ */
 extern int __FC_errno;
 
 extern FILE *__fc_stdin;
@@ -333,257 +584,6 @@ extern int ferror_unlocked(FILE *stream);
     assigns \result \from *stream; */
 extern int fileno_unlocked(FILE *stream);
 
-/*@
-axiomatic MemCmp {
-  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
-    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
-  
-  axiom memcmp_zero{L1, L2}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
-      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
-  
-  }
- */
-/*@
-axiomatic MemChr {
-  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic MemSet {
-  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memset_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic StrLen {
-  logic ℤ strlen{L}(char *s) 
-    reads *(s+(0 ..));
-  
-  axiom strlen_pos_or_null{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
-      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
-  
-  axiom strlen_neg{L}:
-    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
-  
-  axiom strlen_before_null{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
-  
-  axiom strlen_at_null{L}:
-    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
-  
-  axiom strlen_not_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
-  
-  axiom strlen_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
-  
-  axiom strlen_sup{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
-  
-  axiom strlen_create{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_create_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-    ∀ ℤ k;
-      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
-  
-  axiom memcmp_strlen_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_shift_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
-      0 ≤ strlen(s2) ≤ k+strlen(s1);
-  
-  axiom memcmp_strlen_shift_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
-      0 ≤ strlen(s1) ≤ k+strlen(s2);
-  
-  }
- */
-/*@
-axiomatic StrCmp {
-  logic ℤ strcmp{L}(char *s1, char *s2) 
-    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
-  
-  axiom strcmp_zero{L}:
-    ∀ char *s1, char *s2;
-      strcmp(s1, s2) ≡ 0 ⇔
-      strlen(s1) ≡ strlen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrNCmp {
-  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom strncmp_zero{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      strncmp(s1, s2, n) ≡ 0 ⇔
-      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrChr {
-  logic 𝔹 strchr{L}(char *s, ℤ c) 
-    reads *(s+(0 .. strlen(s)));
-  
-  axiom strchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-      strchr(s, c) ≡ \true ⇔
-      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic WcsLen {
-  logic ℤ wcslen{L}(wchar_t *s) 
-    reads *(s+(0 ..));
-  
-  axiom wcslen_pos_or_null{L}:
-    ∀ wchar_t *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
-      wcslen(s) ≡ i;
-  
-  axiom wcslen_neg{L}:
-    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
-  
-  axiom wcslen_before_null{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
-  
-  axiom wcslen_at_null{L}:
-    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
-  
-  axiom wcslen_not_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
-  
-  axiom wcslen_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
-  
-  axiom wcslen_sup{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
-  
-  axiom wcslen_create{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_create_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i;
-    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
-  
-  }
- */
-/*@
-axiomatic WcsCmp {
-  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
-    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
-  
-  axiom wcscmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-      wcscmp(s1, s2) ≡ 0 ⇔
-      wcslen(s1) ≡ wcslen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic WcsNCmp {
-  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom wcsncmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-    ∀ ℤ n;
-      wcsncmp(s1, s2, n) ≡ 0 ⇔
-      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
- */
-/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
- */
-/*@
-predicate valid_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_read_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
- */
-/*@
-predicate valid_wstring{L}(wchar_t *s) =
-  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
- */
-/*@
-predicate valid_wstring_or_null{L}(wchar_t *s) =
-  s ≡ \null ∨ valid_wstring(s);
- */
 extern int ( /* missing proto */ dprintf)(int x_0, char *x_1, int x_2,
                                           char const *x_3, char const *x_4);
 
diff --git a/src/plugins/variadic/tests/known/oracle/stdio_print.1.res.oracle b/src/plugins/variadic/tests/known/oracle/stdio_print.1.res.oracle
index 8d4854164fa..ba1060fb0e3 100644
--- a/src/plugins/variadic/tests/known/oracle/stdio_print.1.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/stdio_print.1.res.oracle
@@ -1,10 +1,10 @@
-tests/known/stdio_print.c:14:[kernel] warning: Calling undeclared function dprintf. Old style K&R code?
+tests/known/stdio_print.c:13:[kernel] warning: Calling undeclared function dprintf. Old style K&R code?
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
-tests/known/stdio_print.c:10:[value] warning: accessing uninitialized left-value. assert \initialized(&format);
+tests/known/stdio_print.c:9:[value] warning: accessing uninitialized left-value. assert \initialized(&format);
 [value] done for function main
-tests/known/stdio_print.c:10:[value] assertion 'Value,initialisation' got final status invalid.
+tests/known/stdio_print.c:9:[value] assertion 'Value,initialisation' got final status invalid.
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function main:
   NON TERMINATING FUNCTION
diff --git a/src/plugins/variadic/tests/known/oracle/stdio_scan.0.res.oracle b/src/plugins/variadic/tests/known/oracle/stdio_scan.0.res.oracle
index 8d45883697e..043a2d0a0a7 100644
--- a/src/plugins/variadic/tests/known/oracle/stdio_scan.0.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/stdio_scan.0.res.oracle
@@ -1,20 +1,20 @@
-FRAMAC_SHARE/libc/stdio.h:133:[va] Declaration of variadic function fprintf.
-FRAMAC_SHARE/libc/stdio.h:138:[va] Declaration of variadic function fscanf.
-FRAMAC_SHARE/libc/stdio.h:144:[va] Declaration of variadic function printf.
-FRAMAC_SHARE/libc/stdio.h:149:[va] Declaration of variadic function scanf.
-FRAMAC_SHARE/libc/stdio.h:154:[va] Declaration of variadic function snprintf.
-FRAMAC_SHARE/libc/stdio.h:160:[va] Declaration of variadic function sprintf.
-FRAMAC_SHARE/libc/stdio.h:167:[va] Declaration of variadic function sscanf.
+FRAMAC_SHARE/libc/stdio.h:134:[va] Declaration of variadic function fprintf.
+FRAMAC_SHARE/libc/stdio.h:139:[va] Declaration of variadic function fscanf.
+FRAMAC_SHARE/libc/stdio.h:145:[va] Declaration of variadic function printf.
+FRAMAC_SHARE/libc/stdio.h:150:[va] Declaration of variadic function scanf.
+FRAMAC_SHARE/libc/stdio.h:155:[va] Declaration of variadic function snprintf.
+FRAMAC_SHARE/libc/stdio.h:161:[va] Declaration of variadic function sprintf.
+FRAMAC_SHARE/libc/stdio.h:168:[va] Declaration of variadic function sscanf.
+tests/known/stdio_scan.c:11:[va] Generic translation of call to variadic function.
 tests/known/stdio_scan.c:12:[va] Generic translation of call to variadic function.
 tests/known/stdio_scan.c:13:[va] Generic translation of call to variadic function.
-tests/known/stdio_scan.c:14:[va] Generic translation of call to variadic function.
-tests/known/stdio_scan.c:16:[va] Translating call to fscanf to a call to the specialized version fscanf_0.
-tests/known/stdio_scan.c:17:[va] Translating call to scanf to a call to the specialized version scanf_0.
-tests/known/stdio_scan.c:18:[va] Translating call to sscanf to a call to the specialized version sscanf_0.
+tests/known/stdio_scan.c:15:[va] Translating call to fscanf to a call to the specialized version fscanf_0.
+tests/known/stdio_scan.c:16:[va] Translating call to scanf to a call to the specialized version scanf_0.
+tests/known/stdio_scan.c:17:[va] Translating call to sscanf to a call to the specialized version sscanf_0.
 /* Generated by Frama-C */
+typedef int wchar_t;
 typedef void * const *va_list;
 typedef unsigned int size_t;
-typedef int wchar_t;
 typedef unsigned int ino_t;
 typedef unsigned int gid_t;
 typedef unsigned int uid_t;
@@ -55,6 +55,257 @@ struct __fc_FILE {
    int __fc_real_data_max_size ;
 };
 typedef struct __fc_FILE FILE;
+/*@
+axiomatic MemCmp {
+  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
+    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
+  
+  axiom memcmp_zero{L1, L2}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
+      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
+  
+  }
+ */
+/*@
+axiomatic MemChr {
+  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic MemSet {
+  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memset_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic StrLen {
+  logic ℤ strlen{L}(char *s) 
+    reads *(s+(0 ..));
+  
+  axiom strlen_pos_or_null{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
+      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
+  
+  axiom strlen_neg{L}:
+    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
+  
+  axiom strlen_before_null{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
+  
+  axiom strlen_at_null{L}:
+    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
+  
+  axiom strlen_not_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
+  
+  axiom strlen_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
+  
+  axiom strlen_sup{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
+  
+  axiom strlen_create{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_create_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+    ∀ ℤ k;
+      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
+  
+  axiom memcmp_strlen_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_shift_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
+      0 ≤ strlen(s2) ≤ k+strlen(s1);
+  
+  axiom memcmp_strlen_shift_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
+      0 ≤ strlen(s1) ≤ k+strlen(s2);
+  
+  }
+ */
+/*@
+axiomatic StrCmp {
+  logic ℤ strcmp{L}(char *s1, char *s2) 
+    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
+  
+  axiom strcmp_zero{L}:
+    ∀ char *s1, char *s2;
+      strcmp(s1, s2) ≡ 0 ⇔
+      strlen(s1) ≡ strlen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrNCmp {
+  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom strncmp_zero{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      strncmp(s1, s2, n) ≡ 0 ⇔
+      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrChr {
+  logic 𝔹 strchr{L}(char *s, ℤ c) 
+    reads *(s+(0 .. strlen(s)));
+  
+  axiom strchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+      strchr(s, c) ≡ \true ⇔
+      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic WcsLen {
+  logic ℤ wcslen{L}(wchar_t *s) 
+    reads *(s+(0 ..));
+  
+  axiom wcslen_pos_or_null{L}:
+    ∀ wchar_t *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
+      wcslen(s) ≡ i;
+  
+  axiom wcslen_neg{L}:
+    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
+  
+  axiom wcslen_before_null{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
+  
+  axiom wcslen_at_null{L}:
+    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
+  
+  axiom wcslen_not_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
+  
+  axiom wcslen_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
+  
+  axiom wcslen_sup{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
+  
+  axiom wcslen_create{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_create_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i;
+    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
+  
+  }
+ */
+/*@
+axiomatic WcsCmp {
+  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
+    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
+  
+  axiom wcscmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+      wcscmp(s1, s2) ≡ 0 ⇔
+      wcslen(s1) ≡ wcslen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic WcsNCmp {
+  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom wcsncmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+    ∀ ℤ n;
+      wcsncmp(s1, s2, n) ≡ 0 ⇔
+      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
+ */
+/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
+ */
+/*@
+predicate valid_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_read_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
+ */
+/*@
+predicate valid_wstring{L}(wchar_t *s) =
+  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
+ */
+/*@
+predicate valid_wstring_or_null{L}(wchar_t *s) =
+  s ≡ \null ∨ valid_wstring(s);
+ */
 extern int __FC_errno;
 
 extern FILE *__fc_stdin;
@@ -334,257 +585,6 @@ extern int ferror_unlocked(FILE *stream);
     assigns \result \from *stream; */
 extern int fileno_unlocked(FILE *stream);
 
-/*@
-axiomatic MemCmp {
-  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
-    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
-  
-  axiom memcmp_zero{L1, L2}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
-      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
-  
-  }
- */
-/*@
-axiomatic MemChr {
-  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic MemSet {
-  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
-    reads *(s+(0 .. n-1));
-  
-  axiom memset_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-    ∀ ℤ n;
-      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic StrLen {
-  logic ℤ strlen{L}(char *s) 
-    reads *(s+(0 ..));
-  
-  axiom strlen_pos_or_null{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
-      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
-  
-  axiom strlen_neg{L}:
-    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
-  
-  axiom strlen_before_null{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
-  
-  axiom strlen_at_null{L}:
-    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
-  
-  axiom strlen_not_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
-  
-  axiom strlen_zero{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
-  
-  axiom strlen_sup{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
-  
-  axiom strlen_create{L}:
-    ∀ char *s;
-    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
-  
-  axiom strlen_create_shift{L}:
-    ∀ char *s;
-    ∀ ℤ i;
-    ∀ ℤ k;
-      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
-  
-  axiom memcmp_strlen_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
-      strlen(s1) ≡ strlen(s2);
-  
-  axiom memcmp_strlen_shift_left{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
-      0 ≤ strlen(s2) ≤ k+strlen(s1);
-  
-  axiom memcmp_strlen_shift_right{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ k, ℤ n;
-      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
-      0 ≤ strlen(s1) ≤ k+strlen(s2);
-  
-  }
- */
-/*@
-axiomatic StrCmp {
-  logic ℤ strcmp{L}(char *s1, char *s2) 
-    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
-  
-  axiom strcmp_zero{L}:
-    ∀ char *s1, char *s2;
-      strcmp(s1, s2) ≡ 0 ⇔
-      strlen(s1) ≡ strlen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrNCmp {
-  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom strncmp_zero{L}:
-    ∀ char *s1, char *s2;
-    ∀ ℤ n;
-      strncmp(s1, s2, n) ≡ 0 ⇔
-      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic StrChr {
-  logic 𝔹 strchr{L}(char *s, ℤ c) 
-    reads *(s+(0 .. strlen(s)));
-  
-  axiom strchr_def{L}:
-    ∀ char *s;
-    ∀ ℤ c;
-      strchr(s, c) ≡ \true ⇔
-      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
-  
-  }
- */
-/*@
-axiomatic WcsLen {
-  logic ℤ wcslen{L}(wchar_t *s) 
-    reads *(s+(0 ..));
-  
-  axiom wcslen_pos_or_null{L}:
-    ∀ wchar_t *s;
-    ∀ ℤ i;
-      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
-      wcslen(s) ≡ i;
-  
-  axiom wcslen_neg{L}:
-    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
-  
-  axiom wcslen_before_null{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
-  
-  axiom wcslen_at_null{L}:
-    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
-  
-  axiom wcslen_not_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
-  
-  axiom wcslen_zero{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
-  
-  axiom wcslen_sup{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
-  
-  axiom wcslen_create{L}:
-    ∀ wchar_t *s;
-    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
-  
-  axiom wcslen_create_shift{L}:
-    ∀ wchar_t *s;
-    ∀ int i;
-    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
-  
-  }
- */
-/*@
-axiomatic WcsCmp {
-  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
-    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
-  
-  axiom wcscmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-      wcscmp(s1, s2) ≡ 0 ⇔
-      wcslen(s1) ≡ wcslen(s2) ∧
-      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@
-axiomatic WcsNCmp {
-  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
-    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
-  
-  axiom wcsncmp_zero{L}:
-    ∀ wchar_t *s1, wchar_t *s2;
-    ∀ ℤ n;
-      wcsncmp(s1, s2, n) ≡ 0 ⇔
-      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
-      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
-  
-  }
- */
-/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
- */
-/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
- */
-/*@
-predicate valid_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_read_string{L}(char *s) =
-  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
- */
-/*@
-predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
- */
-/*@
-predicate valid_wstring{L}(wchar_t *s) =
-  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
- */
-/*@
-predicate valid_wstring_or_null{L}(wchar_t *s) =
-  s ≡ \null ∨ valid_wstring(s);
- */
 /*@ requires valid_read_string(format);
     requires \valid(param2);
     requires \valid(param0);
diff --git a/src/plugins/variadic/tests/known/oracle/stdio_scan.1.res.oracle b/src/plugins/variadic/tests/known/oracle/stdio_scan.1.res.oracle
index 8dd4b82a32f..a8fada96d17 100644
--- a/src/plugins/variadic/tests/known/oracle/stdio_scan.1.res.oracle
+++ b/src/plugins/variadic/tests/known/oracle/stdio_scan.1.res.oracle
@@ -1,9 +1,9 @@
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
-tests/known/stdio_scan.c:12:[value] warning: accessing uninitialized left-value. assert \initialized(&format);
+tests/known/stdio_scan.c:11:[value] warning: accessing uninitialized left-value. assert \initialized(&format);
 [value] done for function main
-tests/known/stdio_scan.c:12:[value] assertion 'Value,initialisation' got final status invalid.
+tests/known/stdio_scan.c:11:[value] assertion 'Value,initialisation' got final status invalid.
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function main:
   NON TERMINATING FUNCTION
diff --git a/src/plugins/variadic/tests/known/printf.c b/src/plugins/variadic/tests/known/printf.c
index b242ae7d7bf..c8ec8933617 100644
--- a/src/plugins/variadic/tests/known/printf.c
+++ b/src/plugins/variadic/tests/known/printf.c
@@ -5,7 +5,6 @@
 #include <stdio.h>
 
 #include <stdio.c>
-#include <__fc_string_axiomatic.h>
 
 
 int main()
diff --git a/src/plugins/variadic/tests/known/printf_wrong_arity.c b/src/plugins/variadic/tests/known/printf_wrong_arity.c
index 35b60148dbe..03d42dc01ae 100644
--- a/src/plugins/variadic/tests/known/printf_wrong_arity.c
+++ b/src/plugins/variadic/tests/known/printf_wrong_arity.c
@@ -1,7 +1,6 @@
 #include <stdio.h>
 
 #include <stdio.c>
-#include <__fc_string_axiomatic.h>
 
 
 int main()
diff --git a/src/plugins/variadic/tests/known/printf_wrong_pointers.c b/src/plugins/variadic/tests/known/printf_wrong_pointers.c
index d91632f2220..6f70884be9c 100644
--- a/src/plugins/variadic/tests/known/printf_wrong_pointers.c
+++ b/src/plugins/variadic/tests/known/printf_wrong_pointers.c
@@ -1,5 +1,4 @@
 #include <stdio.h>
-#include <__fc_string_axiomatic.h>
 
 int main(){
   signed short tt;
diff --git a/src/plugins/variadic/tests/known/printf_wrong_types.c b/src/plugins/variadic/tests/known/printf_wrong_types.c
index ae47a962795..11de99a6d4f 100644
--- a/src/plugins/variadic/tests/known/printf_wrong_types.c
+++ b/src/plugins/variadic/tests/known/printf_wrong_types.c
@@ -4,7 +4,6 @@ OPT: -va -print -kernel-verbose 0 -verbose 2 -va-no-strict
 */
 
 #include <stdio.h>
-#include <__fc_string_axiomatic.h>
 
 int main(){
   int i = 42;
diff --git a/src/plugins/variadic/tests/known/stdio_print.c b/src/plugins/variadic/tests/known/stdio_print.c
index 4a8464295e8..acbe3c2897a 100644
--- a/src/plugins/variadic/tests/known/stdio_print.c
+++ b/src/plugins/variadic/tests/known/stdio_print.c
@@ -1,5 +1,4 @@
 #include <stdio.h>
-#include <__fc_string_axiomatic.h>
 
 int main(){
   FILE *stream;
diff --git a/src/plugins/variadic/tests/known/stdio_scan.c b/src/plugins/variadic/tests/known/stdio_scan.c
index e99e1fd610e..4fde0c969de 100644
--- a/src/plugins/variadic/tests/known/stdio_scan.c
+++ b/src/plugins/variadic/tests/known/stdio_scan.c
@@ -1,5 +1,4 @@
 #include <stdio.h>
-#include <__fc_string_axiomatic.h>
 
 int main(){
   FILE *stream;
diff --git a/src/plugins/variadic/translate.ml b/src/plugins/variadic/translate.ml
index a52f0ef00a6..2babde48823 100644
--- a/src/plugins/variadic/translate.ml
+++ b/src/plugins/variadic/translate.ml
@@ -99,14 +99,14 @@ let translate_variadics (file : file) =
             let vf = Table.find classification vi in
             let s' = try 
               let call_translator = match vf.vf_class with
-              | Overload o -> Standard.overloaded_call o
-              | Aggregator a -> Standard.aggregator_call a fundec
-              | FormatFun f -> Standard.format_fun_call env f
+              | Overload o -> Standard.overloaded_call ~fundec o
+              | Aggregator a -> Standard.aggregator_call ~fundec a
+              | FormatFun f -> Standard.format_fun_call ~fundec env f
               | _ -> raise Standard.Translate_call_exn
               in
               call_translator vf s
             with Standard.Translate_call_exn ->
-              Generic.translate_call fundec s
+              Generic.translate_call ~fundec s
             in
             File.must_recompute_cfg fundec;
             Cil.ChangeTo (s')
diff --git a/src/plugins/variadic/va_build.ml b/src/plugins/variadic/va_build.ml
index 01ac262e62b..779882b2edc 100644
--- a/src/plugins/variadic/va_build.ml
+++ b/src/plugins/variadic/va_build.ml
@@ -60,11 +60,6 @@ let call ~loc lval callee args =
   let instr = Call (lval, (Cil.evar ~loc callee), args, loc) in
   Cil.mkStmtOneInstr ~valid_sid:true instr
 
-let read ~loc exp =
-  let empty_block =  {battrs = []; blocals = []; bstmts = []} in
-  let stmtkind = If (exp, empty_block, empty_block, loc) in
-  Cil.mkStmt ~valid_sid:true stmtkind
-
 
 (* --- Logic builders --- *)
 
diff --git a/src/plugins/wp/Cint.ml b/src/plugins/wp/Cint.ml
index 26865f07617..4a2aaf3046c 100644
--- a/src/plugins/wp/Cint.ml
+++ b/src/plugins/wp/Cint.ml
@@ -98,8 +98,9 @@ let match_integer t =
 (* integration with qed should be improved! *)
 let rec is_positive_or_null e = match F.repr e with
   | Logic.Fun( f , [e] ) when Fun.equal f f_lnot -> is_negative e
-  | Logic.Fun( f , es ) when Fun.equal f f_land -> List.exists is_positive_or_null es
+  | Logic.Fun( f , es ) when Fun.equal f f_land  -> List.exists is_positive_or_null es
   | Logic.Fun( f , es ) when Fun.equal f f_lor   -> List.for_all is_positive_or_null es
+  | Logic.Fun( f , es ) when Fun.equal f f_lxor   -> (match xor_sign es with | Some b -> b | _ -> false)
   | Logic.Fun( f , es ) when Fun.equal f f_lsr || Fun.equal f f_lsl
     -> List.for_all is_positive_or_null es
   | _ -> (* try some improvement first then ask to qed *)
@@ -114,6 +115,7 @@ and is_negative e = match F.repr e with
   | Logic.Fun( f , [e] ) when Fun.equal f f_lnot -> is_positive_or_null e
   | Logic.Fun( f , es ) when Fun.equal f f_lor  -> List.exists is_negative es
   | Logic.Fun( f , es ) when Fun.equal f f_land -> List.for_all is_negative es
+  | Logic.Fun( f , es ) when Fun.equal f f_lxor  -> (match xor_sign es with | Some b -> (not b) | _ -> false)
   | Logic.Fun( f , [k;n] ) when Fun.equal f f_lsr || Fun.equal f f_lsl
     -> is_positive_or_null n && is_negative k
   | _ -> (* try some improvement first then ask to qed *)
@@ -124,6 +126,12 @@ and is_negative e = match F.repr e with
       else match F.is_true (F.e_lt e e_zero) with
         | Logic.Yes -> true
         | Logic.No | Logic.Maybe -> false
+and xor_sign es = try
+    Some (List.fold_left (fun acc e -> 
+           if is_positive_or_null e then acc (* as previous *)
+           else if is_negative e then (not acc) (* opposite sign *)
+           else raise Not_found) true es)
+  with Not_found -> None
 
 let match_power2, match_power2_minus1 =
   let highest_bit_number =
diff --git a/src/plugins/wp/Conditions.ml b/src/plugins/wp/Conditions.ml
index 46fcd5c78f9..f7cf816387d 100644
--- a/src/plugins/wp/Conditions.ml
+++ b/src/plugins/wp/Conditions.ml
@@ -153,7 +153,7 @@ let is_cond_true = function
   | State _ -> Yes
   | Have p | Type p | When p | Core p | Init p -> F.is_ptrue p
   | Either [] -> No (* FALSE context *)
-  | Either [ s ] when is_empty s -> Yes
+  | Either cs when List.for_all is_empty cs -> Yes
   | Branch(_,a,b) when is_empty a && is_empty b -> Yes
   | Branch _ | Either _ -> Maybe
 
diff --git a/src/plugins/wp/Footprint.ml b/src/plugins/wp/Footprint.ml
index 6fc62232794..0f3eb648039 100644
--- a/src/plugins/wp/Footprint.ml
+++ b/src/plugins/wp/Footprint.ml
@@ -44,7 +44,7 @@ let once f e =
     let e = Queue.pop q in
     f e ; F.lc_iter (fun e -> if once m e then Queue.push e q) e
   done
-  
+
 (* -------------------------------------------------------------------------- *)
 (* --- Head Footprint                                                     --- *)
 (* -------------------------------------------------------------------------- *)
@@ -93,10 +93,11 @@ let head e =
 
 let pattern e =
   let buffer = Buffer.create 32 in
-  (try iter (fun e ->
-       Buffer.add_string buffer (head e) ;
-       if Buffer.length buffer >= 32 then raise Exit ;
-       true) e
+  (try
+     iter (fun e ->
+         Buffer.add_string buffer (head e) ;
+         if Buffer.length buffer >= 32 then raise Exit)
+       e
    with Exit -> ()) ;
   Buffer.contents buffer
 
diff --git a/src/plugins/wp/GuiGoal.ml b/src/plugins/wp/GuiGoal.ml
index c5868a2574a..56867c9fde4 100644
--- a/src/plugins/wp/GuiGoal.ml
+++ b/src/plugins/wp/GuiGoal.ml
@@ -138,7 +138,7 @@ class pane (proverpane : GuiConfig.provers) =
           Wbox.(toolbar
                   [ w prev ; w next ; w cancel ; w forward ;
                     w autofocus ; w play_script ; w save_script ;
-                    w ~padding:6 icon ; f ~padding:6 status ]
+                    w ~padding:6 icon ; h ~padding:6 status ]
                   [ label ~padding:64 ~align:`Left ~style:`Title "Tacticals" ;
                     w delete ]) in
         layout#populate (Wbox.panel ~top:toolbar ~right:palette#widget text) ;
diff --git a/src/plugins/wp/GuiTactic.ml b/src/plugins/wp/GuiTactic.ml
index 92c641f153d..d29eed5c316 100644
--- a/src/plugins/wp/GuiTactic.ml
+++ b/src/plugins/wp/GuiTactic.ml
@@ -109,7 +109,7 @@ class mkcomposer
   let s = Tactical.signature field in
   let head = new Widget.label ~style:`Label ~align:`Left () in
   let edit = new Widget.button ~icon:`EDIT ~tooltip:s.descr () in
-  let hbox = Wbox.(hbox [ f head ; w ~padding:8 edit ]) in
+  let hbox = Wbox.(hbox [ h head ; w ~padding:8 edit ]) in
   object(self)
     initializer
       begin
diff --git a/src/plugins/wp/LogicCompiler.ml b/src/plugins/wp/LogicCompiler.ml
index 1a090c41dfb..77cfa192fe0 100644
--- a/src/plugins/wp/LogicCompiler.ml
+++ b/src/plugins/wp/LogicCompiler.ml
@@ -336,6 +336,9 @@ struct
   (* --- Generic Compiler                                                   --- *)
   (* -------------------------------------------------------------------------- *)
 
+  let occurs_pvars f p = Vars.exists f (F.varsp p)
+  let occurs_ps x ps = List.exists (F.occursp x) ps
+  
   let compile_step
       (name:string)
       (types:string list)
@@ -351,12 +354,15 @@ struct
         let env,domain,sigv = profile_env Logic_var.Map.empty [] [] profile in
         let env = default_label env labels in
         let result = cc env data in
-        let used = List.filter (fun (_,x) -> filter result x) sigv in
+        let used_domain p = occurs_pvars (filter result) p in
+        let domain = List.filter used_domain domain in
+        let used_var (_,x) = filter result x || occurs_ps x domain in
+        let used = List.filter used_var sigv in
         let parp = List.map snd used in
         let sigp = List.map (fun (lv,_) -> Sig_value lv) used in
         let (parm,sigm) =
           LabelMap.fold
-            (fun label sigma ->
+            (fun label sigma acc ->
                Heap.Set.fold_sorted
                  (fun chunk acc ->
                     if filter result (Sigma.get sigma chunk) then
@@ -365,7 +371,7 @@ struct
                       let s = Sig_chunk(chunk,label) in
                       ( x::parm , s::sigm )
                     else acc)
-                 (Sigma.domain sigma))
+                 (Sigma.domain sigma) acc)
             frame.labels (parp,sigp)
         in
         parm , frame.triggers , domain , result , sigm
diff --git a/src/plugins/wp/Makefile.in b/src/plugins/wp/Makefile.in
index d2f7dfd8471..a420945e5f3 100644
--- a/src/plugins/wp/Makefile.in
+++ b/src/plugins/wp/Makefile.in
@@ -23,7 +23,7 @@
 # Do not use ?= to initialize both below variables
 # (fixed efficiency issue, see GNU Make manual, Section 8.11)
 ifndef FRAMAC_SHARE
-FRAMAC_SHARE  :=$(shell frama-c-config -print-path)
+FRAMAC_SHARE  :=$(shell frama-c-config -print-share-path)
 endif
 ifndef FRAMAC_LIBDIR
 FRAMAC_LIBDIR :=$(shell frama-c-config -print-libpath)
diff --git a/src/plugins/wp/MemVar.ml b/src/plugins/wp/MemVar.ml
index 2d266bc8834..e58e68f368f 100644
--- a/src/plugins/wp/MemVar.ml
+++ b/src/plugins/wp/MemVar.ml
@@ -170,6 +170,9 @@ struct
     type t = sigma
     type chunk = Chunk.t
     type domain = Heap.set
+    let empty = Heap.Set.empty
+    let union = Heap.Set.union
+
     let create () = {
       vars = SIGMA.create () ;
       alloc = ALLOC.create () ;
@@ -483,6 +486,12 @@ struct
     | CTXT -> Format.pp_print_string fmt "ptr"
     | CARR -> Format.pp_print_string fmt "arr"
     | HEAP -> Format.pp_print_string fmt "mem"
+
+  let pp_var_model fmt = function (* re-uses strings that are used into the description of -wp-xxx-vars *)
+    | ByValue | NotUsed -> Format.pp_print_string fmt "non-aliased" (* cf.  -wp-unalias-vars *)
+    | ByRef -> Format.pp_print_string fmt "by reference" (* cf. -wp-ref-vars *)
+    | InContext | InArray -> Format.pp_print_string fmt "in an isolated context" (* cf. -wp-context-vars *)
+    | InHeap -> Format.pp_print_string fmt "aliased" (* cf. -wp-alias-vars *) 
   
   let pretty fmt = function
     | Ref x -> VAR.pretty fmt x
@@ -493,6 +502,14 @@ struct
           pp_mem m VAR.pretty x
           (pp_offset ~obj) ofs
 
+  let noref ~op var =
+    Warning.error 
+      "forbidden %s variable '%a' considered %a.@\n\
+       Use model 'Typed' instead or specify '-wp-unalias-vars %a'"
+      op Varinfo.pretty var
+      pp_var_model (V.param var)
+      Varinfo.pretty var
+  
   (* -------------------------------------------------------------------------- *)
   (* ---  Basic Constructors                                                --- *)
   (* -------------------------------------------------------------------------- *)
@@ -529,7 +546,7 @@ struct
 
   let field l f = match l with
     | Loc l -> Loc (M.field l f)
-    | Ref x -> Wp_parameters.fatal "Field of ref-var '%a'" Varinfo.pretty x
+    | Ref x -> noref ~op:"field access to" x
     | Val(m,x,ofs) -> Val(m,x,ofs @ [Field f])
 
   let rec ofs_shift obj k = function
@@ -539,17 +556,17 @@ struct
 
   let shift l obj k = match l with
     | Loc l -> Loc (M.shift l obj k)
-    | Ref _ -> Wp_parameters.fatal "Shift of ref-var"
+    | Ref x -> noref ~op:"array access to" x
     | Val(m,x,ofs) -> Val(m,x,ofs_shift obj k ofs)
 
   let base_addr = function
     | Loc l -> Loc (M.base_addr l)
-    | Ref _ -> Wp_parameters.fatal "Base-addr of ref-var"
+    | Ref x -> noref ~op:"base address of" x (* ??? ~suggest:ByValue *)
     | Val(m,x,_) -> Val(m,x,[])
 
   let block_length sigma obj = function
     | Loc l -> M.block_length sigma.mem obj l
-    | Ref _ -> Wp_parameters.fatal "Block-length of ref-var"
+    | Ref x -> noref ~op:"block-length of" x
     | Val(m,x,_) ->
         let obj = Ctypes.object_of (vtype m x) in
         let size =
@@ -609,7 +626,7 @@ struct
   (* -------------------------------------------------------------------------- *)
 
   let stored seq obj l v = match l with
-    | Ref x -> Warning.error "Write to ref-var '%a'" Varinfo.pretty x
+    | Ref x -> noref ~op:"write to" x
     | Val((CREF|CVAL),x,ofs) ->
         let v1 = get_term seq.pre x in
         let v2 = get_term seq.post x in
@@ -773,8 +790,7 @@ struct
         end
     | Rrange(l,elt,a,b) ->
         begin match l with
-          | Ref x ->
-              Wp_parameters.fatal "range of ref-var '%a'" Varinfo.pretty x
+          | Ref x -> noref ~op:"valid sub-range of" x
           | Loc l -> M.valid sigma.mem acs (Rrange(l,elt,a,b))
           | Val(m,x,p) ->
               match a,b with
@@ -908,7 +924,7 @@ struct
   (* -------------------------------------------------------------------------- *)
   
   let assigned_loc seq obj = function
-    | Ref x -> Warning.error "assigned of ref-var '%a'" Varinfo.pretty x
+    | Ref x -> noref ~op:"assigns to" x
     | Val((CVAL|CREF),_,[]) -> [] (* full update *)
     | Val((CVAL|CREF),_,_) as vloc ->
         let v = Lang.freshvar ~basename:"v" (Lang.tau_of_object obj) in
@@ -920,7 +936,7 @@ struct
 
   let assigned_array seq obj l elt n =
     match l with
-    | Ref x -> Warning.error "assigned of ref-var '%a'" Varinfo.pretty x
+    | Ref x -> noref ~op:"assigns to" x
     | Val((CVAL|CREF),_,[]) -> [] (* full update *)
     | Val((CVAL|CREF),_,_) as vloc ->
         let te = Lang.tau_of_object elt in
@@ -934,7 +950,7 @@ struct
   
   let assigned_range seq obj l elt a b =
     match l with
-    | Ref x -> Warning.error "assigned of ref-var '%a'" Varinfo.pretty x
+    | Ref x -> noref ~op:"assigns to" x
     | Loc l ->
         M.assigned (mseq_of_seq seq) obj (Srange(l,elt,a,b))
     | Val((HEAP|CTXT|CARR) as m,x,ofs) ->
@@ -947,7 +963,7 @@ struct
   
   let assigned_descr seq obj xs l p =
     match l with
-    | Ref x -> Warning.error "assigned of ref-var '%a'" Varinfo.pretty x
+    | Ref x -> noref ~op:"assigns to" x
     | Loc l ->
         M.assigned (mseq_of_seq seq) obj (Sdescr(xs,l,p))
     | Val((HEAP|CTXT|CARR) as m,x,ofs) ->
@@ -990,8 +1006,7 @@ struct
   let locseg = function
 
     | Rloc(_,Ref x) -> Rseg x
-    | Rrange(Ref x,_,_,_) ->
-        Warning.error "range of ref-var '%a'" Varinfo.pretty x
+    | Rrange(Ref x,_,_,_) -> noref ~op:"sub-range of" x
           
     | Rloc(obj,Loc l) -> Lseg (Rloc(obj,l))
     | Rloc(_,Val((CVAL|CREF),x,ofs)) -> Fseg(x,delta ofs)
diff --git a/src/plugins/wp/Memory.ml b/src/plugins/wp/Memory.ml
index 8ee01329d5f..beb2d767c00 100644
--- a/src/plugins/wp/Memory.ml
+++ b/src/plugins/wp/Memory.ml
@@ -106,7 +106,9 @@ sig
   val havoc_chunk : t -> chunk -> t
   val havoc_any : call:bool -> t -> t
   val domain : t -> domain
-
+  val union : domain -> domain -> domain
+  val empty : domain
+  
   val pretty : Format.formatter -> t -> unit
 
 end
diff --git a/src/plugins/wp/Pcond.ml b/src/plugins/wp/Pcond.ml
index 7d023370b9e..d7a68ec7d5f 100644
--- a/src/plugins/wp/Pcond.ml
+++ b/src/plugins/wp/Pcond.ml
@@ -63,7 +63,7 @@ class state =
     inherit Pcfg.engine
     val mutable env = Pcfg.create ()
     val mutable context = NoWhere
-    
+
     method clear =
       begin
         env <- Pcfg.create () ;
@@ -77,7 +77,7 @@ class state =
       end
 
     method label_at ~id = Pcfg.at env ~id
-    
+
     method private at : 'a. ?lbl:Pcfg.label ->
       (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a -> unit =
       begin fun ?lbl pp fmt w ->
@@ -98,7 +98,7 @@ class state =
             Format.fprintf fmt "( %a )%a" pp w self#pp_at l ;
             context <- here ;
       end
-    
+
     method private atflow : 'a. ?lbl:Pcfg.label ->
       (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a -> unit =
       begin fun ?lbl pp fmt w ->
@@ -121,7 +121,7 @@ class state =
     val mutable force = false
 
     method! pp_var fmt x = Format.pp_print_char fmt '`' ; Format.pp_print_string fmt x
-    
+
     method! pp_repr fmt e =
       if force then (force <- false ; super#pp_repr fmt e) else
         begin
@@ -148,7 +148,7 @@ class state =
       if not (Pcfg.subterms env f e) then super#subterms f e
 
     method updates seq vars = Pcfg.updates env seq vars
-    
+
     method pp_update lbl fmt = function
       | Memory.Mstore(lv,v) ->
           let stack = context in
@@ -156,7 +156,7 @@ class state =
           Format.fprintf fmt "@[<hov 2>%a =@ %a;@]"
             self#pp_lval lv self#pp_value v ;
           context <- stack ;
-    
+
   end
 
 (* -------------------------------------------------------------------------- *)
@@ -183,7 +183,7 @@ class engine (lang : #Plang.engine) =
     (* -------------------------------------------------------------------------- *)
     (* --- Horizontal Printers                                                --- *)
     (* -------------------------------------------------------------------------- *)
-    
+
     method pp_clause fmt s = Format.fprintf fmt "@{<wp:clause>%s@}" s
     method pp_name = Format.pp_print_string
     method pp_core = lang#pp_sort
@@ -200,7 +200,7 @@ class engine (lang : #Plang.engine) =
     method pp_definition fmt x e =
       Format.fprintf fmt "@[<hov 4>%a %a = %a.@]"
         self#pp_clause "Let" self#pp_name x self#pp_core e
-        
+
     method pp_intro ~step ~clause ?(dot=".") fmt p =
       ignore step ;
       Format.fprintf fmt "@[<hov 4>%a %a%s@]"
@@ -209,7 +209,7 @@ class engine (lang : #Plang.engine) =
     (* -------------------------------------------------------------------------- *)
     (* --- Block Printers                                                     --- *)
     (* -------------------------------------------------------------------------- *)
-    
+
     method pp_condition ~step fmt = function
       | State _ -> ()
       | Core p -> self#pp_intro ~step ~clause:"Core:" fmt p
@@ -236,7 +236,7 @@ class engine (lang : #Plang.engine) =
               ) cases ;
             pp_close_block fmt "}" ;
           end
-    
+
     method pp_step fmt step =
       match step.condition with
       | State _ ->
@@ -244,7 +244,7 @@ class engine (lang : #Plang.engine) =
       | _ ->
           begin
             ( match step.descr with None -> () | Some s ->
-              spaced self#pp_comment fmt s ) ;
+                  spaced self#pp_comment fmt s ) ;
             Warning.Set.iter (spaced self#pp_warning fmt) step.warn ;
             List.iter (spaced self#pp_property fmt) step.deps ;
             spaced (self#pp_condition ~step) fmt step.condition ;
@@ -252,7 +252,7 @@ class engine (lang : #Plang.engine) =
 
     method private sequence ~clause fmt seq =
       Format.pp_print_space fmt () ; self#pp_block ~clause fmt seq
-    
+
     method pp_block ~clause fmt seq =
       if Conditions.is_empty seq then
         Format.fprintf fmt "%a {}" self#pp_clause clause
@@ -285,9 +285,9 @@ class engine (lang : #Plang.engine) =
       Format.fprintf fmt "@[<hov 4>%a %a.@]"
         self#pp_clause "Prove:" lang#pp_pred goal
 
-    method pp_sequence ~title fmt seq =
-      lang#global (fun () -> self#pp_block ~clause:title fmt seq)
-    
+    method pp_sequence ~clause fmt seq =
+      lang#global (fun () -> self#pp_block ~clause fmt seq)
+
     method pp_sequent fmt seq =
       lang#global (self#dump fmt seq)
 
@@ -299,7 +299,7 @@ class engine (lang : #Plang.engine) =
 
     method mark m s = mark m s
     method name env e = Env.fresh env (F.basename e)
-    
+
     method private define env fmt e =
       let name = self#name env e in
       lang#scope env (fun () -> self#pp_definition fmt name e) ;
@@ -313,7 +313,7 @@ class engine (lang : #Plang.engine) =
         lang#scope env (fun () -> Conditions.iter (self#pp_step fmt) seq) ;
       end
   end
-  
+
 (* -------------------------------------------------------------------------- *)
 (* --- All-In-One Printers                                                --- *)
 (* -------------------------------------------------------------------------- *)
@@ -336,7 +336,7 @@ class sequence (lang : #state) =
       | Some( lbl , upd ) ->
           if not (Bag.is_empty upd) then
             Bag.iter ((spaced (lang#pp_update lbl)) fmt) upd
-    
+
     method! pp_condition ~step fmt cond =
       match self#label step cond with
       | None -> super#pp_condition ~step fmt cond
@@ -388,18 +388,18 @@ class sequence (lang : #state) =
     val mutable active = true
     method set_state s = active <- s
     method get_state = active
-    
+
     method private set_sequence seq =
       if active then
         lang#set_sequence seq
       else
         lang#clear
-          
-    method! pp_sequence ~title fmt seq =
+
+    method! pp_sequence ~clause fmt seq =
       begin
         domain <- Conditions.vars_hyp seq ;
         self#set_sequence seq ;
-        super#pp_sequence ~title fmt seq ;
+        super#pp_sequence ~clause fmt seq ;
       end
 
     method! pp_sequent fmt seq =
@@ -431,10 +431,15 @@ let engine () =
 let pretty fmt seq =
   (engine())#pp_sequent fmt seq
 
-let sequence ?(title="Assume") fmt seq =
-  (engine())#pp_sequence ~title fmt seq
+let sequence ?(clause="Assume") fmt seq =
+  let plang = new Plang.engine in
+  let pcond = new engine plang in
+  plang#global
+    (fun () ->
+       Vars.iter (fun x -> ignore (plang#bind x)) (Conditions.vars_hyp seq) ;
+       pcond#pp_sequence ~clause fmt seq)
 
-let bundle ?title fmt bundle =
-  sequence ?title fmt (Conditions.sequence bundle)
+let bundle ?clause fmt bundle =
+  sequence ?clause fmt (Conditions.sequence bundle)
 
-let dump = bundle ~title:"Assume"
+let dump = bundle ~clause:"Assume"
diff --git a/src/plugins/wp/Pcond.mli b/src/plugins/wp/Pcond.mli
index 2bbdb0eba34..c02bea93c01 100644
--- a/src/plugins/wp/Pcond.mli
+++ b/src/plugins/wp/Pcond.mli
@@ -26,8 +26,8 @@ open Conditions
 (** {2 All-in-one printers} *)
 
 val dump : bundle printer
-val bundle : ?title:string -> bundle printer
-val sequence : ?title:string -> sequence printer
+val bundle : ?clause:string -> bundle printer
+val sequence : ?clause:string -> sequence printer
 val pretty : sequent printer
 
 (** {2 Low-level API} *)
@@ -46,7 +46,7 @@ val xmark_seq : Plang.pool -> (var -> unit) -> sequent -> unit
     - ["wp:"]
 *)
 
-class engine : #Plang.engine -> 
+class engine : #Plang.engine ->
   object
     (** {2 Printer Components} *)
     method name : env -> term -> string (** Generate a name for marked term *)
@@ -61,26 +61,23 @@ class engine : #Plang.engine ->
     method pp_definition : Format.formatter -> string -> term -> unit
     method pp_intro : step:step -> clause:string -> ?dot:string -> pred printer
     method pp_condition : step:step -> condition printer
-        
+    method pp_block : clause:string -> sequence printer
+    method pp_goal : pred printer
+
     method pp_step : step printer
     (** Assumes an "<hv>" box is opened. *)
-        
-    method pp_block : clause:string -> sequence printer
-    (** Assumes an "<hv>" box is opened. Default spacing is true. *)
 
-    method pp_goal : pred printer
-    (** Assumes an "<hv>" box os opened. *)
-        
-    method pp_sequence : title:string -> sequence printer
-    (** Print the sequen in global environement. *)
+    method pp_sequence : clause:string -> sequence printer
+    (** Assumes an "<hv>" box is opened {i and} all variables are declared.
+        (recursively used) *)
 
     method pp_sequent : sequent printer
     (** Print the sequent in global environment. *)
-    
+
     method pp_esequent : env -> sequent printer
     (** Print the sequent in the given environment.
-        The environment is enrich with the shared terms. *)
-        
+        The environment is enriched with the shared terms. *)
+
   end
 
 (* -------------------------------------------------------------------------- *)
diff --git a/src/plugins/wp/ProverErgo.ml b/src/plugins/wp/ProverErgo.ml
index 9fffbbac8b5..c4ed36922c9 100644
--- a/src/plugins/wp/ProverErgo.ml
+++ b/src/plugins/wp/ProverErgo.ml
@@ -81,6 +81,11 @@ type depend =
   | D_file of string
   | D_cluster of cluster
 
+let pp_depend fmt = function
+  | D_file file -> Format.fprintf fmt "File %s" file
+  | D_cluster cluster -> Format.fprintf fmt "Cluster %a"
+                           Definitions.pp_cluster cluster
+
 module TYPES = Model.Index
     (struct
       type key = adt
@@ -471,10 +476,11 @@ let prove_prop ~config ~pid ~mode ~model ~axioms ~prop =
   let title = Pretty_utils.to_string WpPropId.pretty pid in
   let lines = Model.with_model model
       (assemble_goal ~file ~id ~title ~axioms) prop in
-  Model.with_model model (fun () ->
-      let goal = cluster ~id ~title () in
-      Wp_parameters.print_generated (cluster_file goal)
-    ) ();
+  if Wp_parameters.has_print_generated () then
+    Model.with_model model (fun () ->
+        let goal = cluster ~id ~title () in
+        Wp_parameters.print_generated (cluster_file goal)
+      ) () ;
   if Wp_parameters.Generate.get ()
   then Task.return VCS.no_result
   else prove_file ~config ~pid ~mode ~file ~lines ~logout ~logerr
diff --git a/src/plugins/wp/Sigma.ml b/src/plugins/wp/Sigma.ml
index 0a842e3e80e..e25547c666e 100644
--- a/src/plugins/wp/Sigma.ml
+++ b/src/plugins/wp/Sigma.ml
@@ -35,6 +35,9 @@ struct
   type chunk = C.t
   type domain = H.set
 
+  let empty = H.Set.empty
+  let union = H.Set.union
+  
   type t = { id : int ; mutable map : var H.map }
 
   let id = ref 0 (* for debugging purpose *)
diff --git a/src/plugins/wp/cfgWP.ml b/src/plugins/wp/cfgWP.ml
index be349ef8c61..dac5644c456 100644
--- a/src/plugins/wp/cfgWP.ml
+++ b/src/plugins/wp/cfgWP.ml
@@ -813,8 +813,11 @@ struct
     let ks,vs = cc_case_values [] [] sigma es in
     let pa = join_with sigma wp.sigma in
     let eq = p_any (p_equal v) vs in
-    vs , cc_group_case stmt warn "Case"
-      (Splitter.switch_cases stmt ks) pa [eq] wp.vcs
+    let msg = match ks with
+      | [k] -> "Case " ^ Int64.to_string k
+      | _ -> "Cases " ^ String.concat "," (List.map Int64.to_string ks) in
+    let tag = Splitter.switch_cases stmt ks in
+    vs , cc_group_case stmt warn msg tag pa [eq] wp.vcs
 
   let cc_default stmt sigma neq default =
     let pa = join_with sigma default.sigma in
@@ -823,7 +826,13 @@ struct
 
   let switch wenv stmt exp cases default = L.in_frame wenv.frame
       (fun () ->
-         let sigma = Sigma.create () in
+         let domain =
+           List.fold_left (fun d (_,wp) ->
+               match wp.sigma with
+               | None -> d
+               | Some s -> Sigma.union d (Sigma.domain s)
+             ) Sigma.empty cases in
+         let sigma = Sigma.havoc (Sigma.create ()) domain in
          let warn,value =
            match Warning.catch ~source:"Switch"
                    ~severe:false ~effect:"Skip switched value"
diff --git a/src/plugins/wp/share/coqwp/Cbits.v b/src/plugins/wp/share/coqwp/Cbits.v
index 2b3c67d61b6..ebb22a09238 100644
--- a/src/plugins/wp/share/coqwp/Cbits.v
+++ b/src/plugins/wp/share/coqwp/Cbits.v
@@ -961,6 +961,14 @@ Proof.
   intros x y; rewrite Cint.to_uint_64; apply to_uint_lor.
 Qed.
 
+(* Why3 goal *)
+Lemma is_uint_lxor : forall (n:Z) (x:Z) (y:Z), (Cint.is_uint n x) ->
+  ((Cint.is_uint n y) -> ((Cint.to_uint n (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof.
+  intro n; is_uint_bitwise xorb (Zabs_nat n). 
+Qed.
+
 (** * Some C-Integer Bits Conversions are identity *)
 (** ** Unsigned conversions *)
 (* Why3 goal *)
@@ -1038,6 +1046,13 @@ Proof.
 Qed.
 
 (** *** Cast to uint8 C type *)
+(* Why3 goal *)
+Lemma is_uint8_lxor : forall (x:Z) (y:Z), (Cint.is_uint8 x) ->
+  ((Cint.is_uint8 y) -> ((Cint.to_uint8 (Cint.lxor x y)) = (Cint.lxor x y))).
+Proof.
+  intros; rewrite Cint.to_uint_8; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint8_lor : forall (x:Z) (y:Z), (Cint.is_uint8 x) -> ((Cint.is_uint8
   y) -> ((Cint.to_uint8 (Cint.lor x y)) = (Cint.lor x y))).
@@ -1074,6 +1089,14 @@ Proof.
 Qed.
 
 (** ***  Cast to uint16 C type *)
+(* Why3 goal *)
+Lemma is_uint16_lxor : forall (x:Z) (y:Z), (Cint.is_uint16 x) ->
+  ((Cint.is_uint16 y) -> ((Cint.to_uint16 (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof. 
+  intros; rewrite Cint.to_uint_16; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint16_lor : forall (x:Z) (y:Z), (Cint.is_uint16 x) ->
   ((Cint.is_uint16 y) -> ((Cint.to_uint16 (Cint.lor x y)) = (Cint.lor x y))).
@@ -1111,6 +1134,14 @@ Proof.
 Qed.
 
 (** *** Cast to uint32 C type *)
+(* Why3 goal *)
+Lemma is_uint32_lxor : forall (x:Z) (y:Z), (Cint.is_uint32 x) ->
+  ((Cint.is_uint32 y) -> ((Cint.to_uint32 (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof.
+  intros; rewrite Cint.to_uint_32; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint32_lor : forall (x:Z) (y:Z), (Cint.is_uint32 x) ->
   ((Cint.is_uint32 y) -> ((Cint.to_uint32 (Cint.lor x y)) = (Cint.lor x y))).
@@ -1148,6 +1179,14 @@ Proof.
 Qed.
 
 (** *** Cast to uint64 C type *)
+(* Why3 goal *)
+Lemma is_uint64_lxor : forall (x:Z) (y:Z), (Cint.is_uint64 x) ->
+  ((Cint.is_uint64 y) -> ((Cint.to_uint64 (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof.
+  intros; rewrite Cint.to_uint_64; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint64_lor : forall (x:Z) (y:Z), (Cint.is_uint64 x) ->
   ((Cint.is_uint64 y) -> ((Cint.to_uint64 (Cint.lor x y)) = (Cint.lor x y))).
diff --git a/src/plugins/wp/share/ergo/Cbits.mlw b/src/plugins/wp/share/ergo/Cbits.mlw
index 9ee6c8702a8..a18e6aa8ca3 100644
--- a/src/plugins/wp/share/ergo/Cbits.mlw
+++ b/src/plugins/wp/share/ergo/Cbits.mlw
@@ -253,6 +253,14 @@ axiom to_sint64_extraction_inf1 :
   (forall x:int. forall i:int [bit_test(to_sint64(x), i)]. (((0 <= i) and
   (i <  63)) -> (bit_test(x, i) -> bit_test(to_sint64(x), i))))
 
+axiom is_uint_lxor :
+  (forall n:int. forall x:int. forall y:int. (is_uint(n, x) -> (is_uint(n,
+  y) -> (to_uint(n, lxor(x, y)) = lxor(x, y)))))
+
+axiom is_uint8_lxor :
+  (forall x:int. forall y:int [to_uint8(lxor(x, y))]. (is_uint8(x) ->
+  (is_uint8(y) -> (to_uint8(lxor(x, y)) = lxor(x, y)))))
+
 axiom is_uint8_lor :
   (forall x:int. forall y:int [to_uint8(lor(x, y))]. (is_uint8(x) ->
   (is_uint8(y) -> (to_uint8(lor(x, y)) = lor(x, y)))))
@@ -273,6 +281,10 @@ axiom is_uint8_lsl1_sup :
   (forall y:int [to_uint8(lsl(1, y))]. ((8 <= y) -> (to_uint8(lsl(1,
   y)) = 0)))
 
+axiom is_uint16_lxor :
+  (forall x:int. forall y:int [to_uint16(lxor(x, y))]. (is_uint16(x) ->
+  (is_uint16(y) -> (to_uint16(lxor(x, y)) = lxor(x, y)))))
+
 axiom is_uint16_lor :
   (forall x:int. forall y:int [to_uint16(lor(x, y))]. (is_uint16(x) ->
   (is_uint16(y) -> (to_uint16(lor(x, y)) = lor(x, y)))))
@@ -293,6 +305,10 @@ axiom is_uint16_lsl1_sup :
   (forall y:int [to_uint16(lsl(1, y))]. ((16 <= y) -> (to_uint16(lsl(1,
   y)) = 0)))
 
+axiom is_uint32_lxor :
+  (forall x:int. forall y:int [to_uint32(lxor(x, y))]. (is_uint32(x) ->
+  (is_uint32(y) -> (to_uint32(lxor(x, y)) = lxor(x, y)))))
+
 axiom is_uint32_lor :
   (forall x:int. forall y:int [to_uint32(lor(x, y))]. (is_uint32(x) ->
   (is_uint32(y) -> (to_uint32(lor(x, y)) = lor(x, y)))))
@@ -313,6 +329,10 @@ axiom is_uint32_lsl1_sup :
   (forall y:int [to_uint32(lsl(1, y))]. ((32 <= y) -> (to_uint32(lsl(1,
   y)) = 0)))
 
+axiom is_uint64_lxor :
+  (forall x:int. forall y:int [to_uint64(lxor(x, y))]. (is_uint64(x) ->
+  (is_uint64(y) -> (to_uint64(lxor(x, y)) = lxor(x, y)))))
+
 axiom is_uint64_lor :
   (forall x:int. forall y:int [to_uint64(lor(x, y))]. (is_uint64(x) ->
   (is_uint64(y) -> (to_uint64(lor(x, y)) = lor(x, y)))))
diff --git a/src/plugins/wp/share/src/.gitignore b/src/plugins/wp/share/src/.gitignore
index 4a7201d4c08..4a16ab828bf 100644
--- a/src/plugins/wp/share/src/.gitignore
+++ b/src/plugins/wp/share/src/.gitignore
@@ -12,4 +12,5 @@
 /*.vo
 /*.glob
 /*.why_theory
+/.*.aux
 /lia.cache
diff --git a/src/plugins/wp/share/src/Cbits.v b/src/plugins/wp/share/src/Cbits.v
index 311e5b0900f..e1e6d6d587e 100644
--- a/src/plugins/wp/share/src/Cbits.v
+++ b/src/plugins/wp/share/src/Cbits.v
@@ -939,6 +939,14 @@ Proof.
   intros x y; rewrite Cint.to_uint_64; apply to_uint_lor.
 Qed.
 
+(* Why3 goal *)
+Lemma is_uint_lxor : forall (n:Z) (x:Z) (y:Z), (Cint.is_uint n x) ->
+  ((Cint.is_uint n y) -> ((Cint.to_uint n (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof.
+  intro n; is_uint_bitwise xorb (Zabs_nat n). 
+Qed.
+
 (** * Some C-Integer Bits Conversions are identity *)
 (** ** Unsigned conversions *)
 (* Why3 goal *)
@@ -1016,6 +1024,13 @@ Proof.
 Qed.
 
 (** *** Cast to uint8 C type *)
+(* Why3 goal *)
+Lemma is_uint8_lxor : forall (x:Z) (y:Z), (Cint.is_uint8 x) ->
+  ((Cint.is_uint8 y) -> ((Cint.to_uint8 (Cint.lxor x y)) = (Cint.lxor x y))).
+Proof.
+  intros; rewrite Cint.to_uint_8; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint8_lor : forall (x:Z) (y:Z), (Cint.is_uint8 x) -> ((Cint.is_uint8
   y) -> ((Cint.to_uint8 (Cint.lor x y)) = (Cint.lor x y))).
@@ -1052,6 +1067,14 @@ Proof.
 Qed.
 
 (** ***  Cast to uint16 C type *)
+(* Why3 goal *)
+Lemma is_uint16_lxor : forall (x:Z) (y:Z), (Cint.is_uint16 x) ->
+  ((Cint.is_uint16 y) -> ((Cint.to_uint16 (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof. 
+  intros; rewrite Cint.to_uint_16; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint16_lor : forall (x:Z) (y:Z), (Cint.is_uint16 x) ->
   ((Cint.is_uint16 y) -> ((Cint.to_uint16 (Cint.lor x y)) = (Cint.lor x y))).
@@ -1089,6 +1112,14 @@ Proof.
 Qed.
 
 (** *** Cast to uint32 C type *)
+(* Why3 goal *)
+Lemma is_uint32_lxor : forall (x:Z) (y:Z), (Cint.is_uint32 x) ->
+  ((Cint.is_uint32 y) -> ((Cint.to_uint32 (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof.
+  intros; rewrite Cint.to_uint_32; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint32_lor : forall (x:Z) (y:Z), (Cint.is_uint32 x) ->
   ((Cint.is_uint32 y) -> ((Cint.to_uint32 (Cint.lor x y)) = (Cint.lor x y))).
@@ -1126,6 +1157,14 @@ Proof.
 Qed.
 
 (** *** Cast to uint64 C type *)
+(* Why3 goal *)
+Lemma is_uint64_lxor : forall (x:Z) (y:Z), (Cint.is_uint64 x) ->
+  ((Cint.is_uint64 y) -> ((Cint.to_uint64 (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof.
+  intros; rewrite Cint.to_uint_64; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint64_lor : forall (x:Z) (y:Z), (Cint.is_uint64 x) ->
   ((Cint.is_uint64 y) -> ((Cint.to_uint64 (Cint.lor x y)) = (Cint.lor x y))).
diff --git a/src/plugins/wp/share/src/cbits.why b/src/plugins/wp/share/src/cbits.why
index 6d04592eca4..be254bc7f1d 100644
--- a/src/plugins/wp/share/src/cbits.why
+++ b/src/plugins/wp/share/src/cbits.why
@@ -307,6 +307,8 @@ theory Cbits
 
 (** * Some C-Integer Bits Conversions are identity *)
 (** ** Unsigned conversions *)
+  lemma is_uint_lxor : forall n x y:int.
+    is_uint n x -> is_uint n y -> to_uint n (lxor x y) = lxor x y
   lemma is_uint_lor : forall n x y:int.
     is_uint n x -> is_uint n y -> to_uint n (lor x y) = lor x y
   lemma is_uint_land : forall n x y:int.
@@ -324,6 +326,9 @@ theory Cbits
   meta "remove_for_" prop is_uint_lsl1_sup
 
 (** *** Cast to uint8 C type *)
+  axiom is_uint8_lxor : forall x y:int [to_uint8 (lxor x y)].
+    is_uint8 x -> is_uint8 y -> to_uint8 (lxor x y) = lxor x y
+
   axiom is_uint8_lor : forall x y:int [to_uint8 (lor x y)].
     is_uint8 x -> is_uint8 y -> to_uint8 (lor x y) = lor x y
 
@@ -340,6 +345,9 @@ theory Cbits
     8<=y -> to_uint8 (lsl 1 y) = 0
 
 (** ***  Cast to uint16 C type *)
+  axiom is_uint16_lxor : forall x y:int [to_uint16 (lxor x y)].
+    is_uint16 x -> is_uint16 y -> to_uint16 (lxor x y) = lxor x y
+
   axiom is_uint16_lor : forall x y:int [to_uint16 (lor x y)].
     is_uint16 x -> is_uint16 y -> to_uint16 (lor x y) = lor x y
 
@@ -356,6 +364,9 @@ theory Cbits
     16<=y -> to_uint16 (lsl 1 y) = 0
 
 (** *** Cast to uint32 C type *)
+  axiom is_uint32_lxor : forall x y:int [to_uint32 (lxor x y)].
+    is_uint32 x -> is_uint32 y -> to_uint32 (lxor x y) = lxor x y
+
   axiom is_uint32_lor : forall x y:int [to_uint32 (lor x y)].
     is_uint32 x -> is_uint32 y -> to_uint32 (lor x y) = lor x y
 
@@ -372,6 +383,9 @@ theory Cbits
     32<=y -> to_uint32 (lsl 1 y) = 0
 
 (** *** Cast to uint64 C type *)
+  axiom is_uint64_lxor : forall x y:int [to_uint64 (lxor x y)].
+    is_uint64 x -> is_uint64 y -> to_uint64 (lxor x y) =  lxor x y
+
   axiom is_uint64_lor : forall x y:int [to_uint64 (lor x y)].
     is_uint64 x -> is_uint64 y -> to_uint64 (lor x y) =  lor x y
 
diff --git a/src/plugins/wp/share/why3/Cbits.v b/src/plugins/wp/share/why3/Cbits.v
index 2b3c67d61b6..ebb22a09238 100644
--- a/src/plugins/wp/share/why3/Cbits.v
+++ b/src/plugins/wp/share/why3/Cbits.v
@@ -961,6 +961,14 @@ Proof.
   intros x y; rewrite Cint.to_uint_64; apply to_uint_lor.
 Qed.
 
+(* Why3 goal *)
+Lemma is_uint_lxor : forall (n:Z) (x:Z) (y:Z), (Cint.is_uint n x) ->
+  ((Cint.is_uint n y) -> ((Cint.to_uint n (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof.
+  intro n; is_uint_bitwise xorb (Zabs_nat n). 
+Qed.
+
 (** * Some C-Integer Bits Conversions are identity *)
 (** ** Unsigned conversions *)
 (* Why3 goal *)
@@ -1038,6 +1046,13 @@ Proof.
 Qed.
 
 (** *** Cast to uint8 C type *)
+(* Why3 goal *)
+Lemma is_uint8_lxor : forall (x:Z) (y:Z), (Cint.is_uint8 x) ->
+  ((Cint.is_uint8 y) -> ((Cint.to_uint8 (Cint.lxor x y)) = (Cint.lxor x y))).
+Proof.
+  intros; rewrite Cint.to_uint_8; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint8_lor : forall (x:Z) (y:Z), (Cint.is_uint8 x) -> ((Cint.is_uint8
   y) -> ((Cint.to_uint8 (Cint.lor x y)) = (Cint.lor x y))).
@@ -1074,6 +1089,14 @@ Proof.
 Qed.
 
 (** ***  Cast to uint16 C type *)
+(* Why3 goal *)
+Lemma is_uint16_lxor : forall (x:Z) (y:Z), (Cint.is_uint16 x) ->
+  ((Cint.is_uint16 y) -> ((Cint.to_uint16 (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof. 
+  intros; rewrite Cint.to_uint_16; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint16_lor : forall (x:Z) (y:Z), (Cint.is_uint16 x) ->
   ((Cint.is_uint16 y) -> ((Cint.to_uint16 (Cint.lor x y)) = (Cint.lor x y))).
@@ -1111,6 +1134,14 @@ Proof.
 Qed.
 
 (** *** Cast to uint32 C type *)
+(* Why3 goal *)
+Lemma is_uint32_lxor : forall (x:Z) (y:Z), (Cint.is_uint32 x) ->
+  ((Cint.is_uint32 y) -> ((Cint.to_uint32 (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof.
+  intros; rewrite Cint.to_uint_32; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint32_lor : forall (x:Z) (y:Z), (Cint.is_uint32 x) ->
   ((Cint.is_uint32 y) -> ((Cint.to_uint32 (Cint.lor x y)) = (Cint.lor x y))).
@@ -1148,6 +1179,14 @@ Proof.
 Qed.
 
 (** *** Cast to uint64 C type *)
+(* Why3 goal *)
+Lemma is_uint64_lxor : forall (x:Z) (y:Z), (Cint.is_uint64 x) ->
+  ((Cint.is_uint64 y) -> ((Cint.to_uint64 (Cint.lxor x y)) = (Cint.lxor x
+  y))).
+Proof.
+  intros; rewrite Cint.to_uint_64; apply is_uint_lxor; trivial.
+Qed.
+
 (* Why3 goal *)
 Lemma is_uint64_lor : forall (x:Z) (y:Z), (Cint.is_uint64 x) ->
   ((Cint.is_uint64 y) -> ((Cint.to_uint64 (Cint.lor x y)) = (Cint.lor x y))).
diff --git a/src/plugins/wp/share/why3/Cbits.why b/src/plugins/wp/share/why3/Cbits.why
index 402950f2aea..6e8110eb1ec 100644
--- a/src/plugins/wp/share/why3/Cbits.why
+++ b/src/plugins/wp/share/why3/Cbits.why
@@ -148,6 +148,13 @@ axiom to_sint64_extraction_inf : forall x:int, i:int [Cint.bit_test
   (Cint.to_sint64 x) i]. (Int.(<=) (0) (i)) /\ (Int.(<) (i) (63)) ->
   Cint.bit_test (Cint.to_sint64 x) i <-> Cint.bit_test x i
 
+axiom is_uint_lxor : forall n:int, x:int, y:int. Cint.is_uint n x ->
+  Cint.is_uint n y -> ((Cint.to_uint n (Cint.lxor x y)) = (Cint.lxor x y))
+
+axiom is_uint8_lxor : forall x:int, y:int [Cint.to_uint8 (Cint.lxor x y)].
+  Cint.is_uint8 x -> Cint.is_uint8 y -> ((Cint.to_uint8 (Cint.lxor x
+  y)) = (Cint.lxor x y))
+
 axiom is_uint8_lor : forall x:int, y:int [Cint.to_uint8 (Cint.lor x y)].
   Cint.is_uint8 x -> Cint.is_uint8 y -> ((Cint.to_uint8 (Cint.lor x
   y)) = (Cint.lor x y))
@@ -167,6 +174,10 @@ axiom is_uint8_lsl1_inf : forall y:int [Cint.to_uint8 (Cint.lsl 1 y)].
 axiom is_uint8_lsl1_sup : forall y:int [Cint.to_uint8 (Cint.lsl 1 y)].
   (Int.(<=) (8) (y)) -> ((Cint.to_uint8 (Cint.lsl 1 y)) = (0))
 
+axiom is_uint16_lxor : forall x:int, y:int [Cint.to_uint16 (Cint.lxor x y)].
+  Cint.is_uint16 x -> Cint.is_uint16 y -> ((Cint.to_uint16 (Cint.lxor x
+  y)) = (Cint.lxor x y))
+
 axiom is_uint16_lor : forall x:int, y:int [Cint.to_uint16 (Cint.lor x y)].
   Cint.is_uint16 x -> Cint.is_uint16 y -> ((Cint.to_uint16 (Cint.lor x
   y)) = (Cint.lor x y))
@@ -186,6 +197,10 @@ axiom is_uint16_lsl1_inf : forall y:int [Cint.to_uint16 (Cint.lsl 1 y)].
 axiom is_uint16_lsl1_sup : forall y:int [Cint.to_uint16 (Cint.lsl 1 y)].
   (Int.(<=) (16) (y)) -> ((Cint.to_uint16 (Cint.lsl 1 y)) = (0))
 
+axiom is_uint32_lxor : forall x:int, y:int [Cint.to_uint32 (Cint.lxor x y)].
+  Cint.is_uint32 x -> Cint.is_uint32 y -> ((Cint.to_uint32 (Cint.lxor x
+  y)) = (Cint.lxor x y))
+
 axiom is_uint32_lor : forall x:int, y:int [Cint.to_uint32 (Cint.lor x y)].
   Cint.is_uint32 x -> Cint.is_uint32 y -> ((Cint.to_uint32 (Cint.lor x
   y)) = (Cint.lor x y))
@@ -205,6 +220,10 @@ axiom is_uint32_lsl1_inf : forall y:int [Cint.to_uint32 (Cint.lsl 1 y)].
 axiom is_uint32_lsl1_sup : forall y:int [Cint.to_uint32 (Cint.lsl 1 y)].
   (Int.(<=) (32) (y)) -> ((Cint.to_uint32 (Cint.lsl 1 y)) = (0))
 
+axiom is_uint64_lxor : forall x:int, y:int [Cint.to_uint64 (Cint.lxor x y)].
+  Cint.is_uint64 x -> Cint.is_uint64 y -> ((Cint.to_uint64 (Cint.lxor x
+  y)) = (Cint.lxor x y))
+
 axiom is_uint64_lor : forall x:int, y:int [Cint.to_uint64 (Cint.lor x y)].
   Cint.is_uint64 x -> Cint.is_uint64 y -> ((Cint.to_uint64 (Cint.lor x
   y)) = (Cint.lor x y))
diff --git a/src/plugins/wp/tests/wp_bts/bts_2246.i b/src/plugins/wp/tests/wp_bts/bts_2246.i
new file mode 100644
index 00000000000..1abd862e7fe
--- /dev/null
+++ b/src/plugins/wp/tests/wp_bts/bts_2246.i
@@ -0,0 +1,16 @@
+/* run.config_qualif
+   DONTRUN:
+*/
+
+int x;
+
+/*@
+ requires x == 1;
+ ensures x == 1;
+*/
+void bad (int e) {
+ switch (e) {
+ case 0: break;
+ case 1: x = 2; break;
+ }
+}
diff --git a/src/plugins/wp/tests/wp_bts/issue_198.i b/src/plugins/wp/tests/wp_bts/issue_198.i
new file mode 100644
index 00000000000..8cfe7bda161
--- /dev/null
+++ b/src/plugins/wp/tests/wp_bts/issue_198.i
@@ -0,0 +1 @@
+/*@ lemma broken: \forall int k ; \forall int b ; b > 0 ==> b/b == 1 ; */
diff --git a/tests/idct/oracle_bitwise/idct.err.oracle b/src/plugins/wp/tests/wp_bts/oracle/bts_2246.err.oracle
similarity index 100%
rename from tests/idct/oracle_bitwise/idct.err.oracle
rename to src/plugins/wp/tests/wp_bts/oracle/bts_2246.err.oracle
diff --git a/src/plugins/wp/tests/wp_bts/oracle/bts_2246.res.oracle b/src/plugins/wp/tests/wp_bts/oracle/bts_2246.res.oracle
new file mode 100644
index 00000000000..e942c65cf7a
--- /dev/null
+++ b/src/plugins/wp/tests/wp_bts/oracle/bts_2246.res.oracle
@@ -0,0 +1,27 @@
+# frama-c -wp [...]
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/wp_bts/bts_2246.i (no preprocessing)
+[wp] Running WP plugin...
+[wp] Loading driver 'share/wp.driver'
+[wp] warning: Missing RTE guards
+------------------------------------------------------------
+  Function bad
+------------------------------------------------------------
+
+Goal Post-condition (file tests/wp_bts/bts_2246.i, line 9) in 'bad' (1/3):
+Tags: Default.
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Post-condition (file tests/wp_bts/bts_2246.i, line 9) in 'bad' (2/3):
+Tags: Case 1.
+Prove: false.
+
+------------------------------------------------------------
+
+Goal Post-condition (file tests/wp_bts/bts_2246.i, line 9) in 'bad' (3/3):
+Tags: Case 0.
+Prove: true.
+
+------------------------------------------------------------
diff --git a/tests/idct/oracle_equalities/idct.err.oracle b/src/plugins/wp/tests/wp_bts/oracle/issue_198.err.oracle
similarity index 100%
rename from tests/idct/oracle_equalities/idct.err.oracle
rename to src/plugins/wp/tests/wp_bts/oracle/issue_198.err.oracle
diff --git a/src/plugins/wp/tests/wp_bts/oracle/issue_198.res.oracle b/src/plugins/wp/tests/wp_bts/oracle/issue_198.res.oracle
new file mode 100644
index 00000000000..bcf632b7cfe
--- /dev/null
+++ b/src/plugins/wp/tests/wp_bts/oracle/issue_198.res.oracle
@@ -0,0 +1,13 @@
+# frama-c -wp [...]
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/wp_bts/issue_198.i (no preprocessing)
+[wp] Running WP plugin...
+[wp] Loading driver 'share/wp.driver'
+------------------------------------------------------------
+  Global
+------------------------------------------------------------
+
+Lemma broken:
+Prove: (0<b_0) -> (is_sint32 b_0) -> ((b_0 div b_0)=1)
+
+------------------------------------------------------------
diff --git a/tests/idct/oracle_legacy/idct.err.oracle b/src/plugins/wp/tests/wp_bts/oracle_qualif/issue_198.err.oracle
similarity index 100%
rename from tests/idct/oracle_legacy/idct.err.oracle
rename to src/plugins/wp/tests/wp_bts/oracle_qualif/issue_198.err.oracle
diff --git a/src/plugins/wp/tests/wp_bts/oracle_qualif/issue_198.res.oracle b/src/plugins/wp/tests/wp_bts/oracle_qualif/issue_198.res.oracle
new file mode 100644
index 00000000000..8a5998407e9
--- /dev/null
+++ b/src/plugins/wp/tests/wp_bts/oracle_qualif/issue_198.res.oracle
@@ -0,0 +1,14 @@
+# frama-c -wp [...]
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/wp_bts/issue_198.i (no preprocessing)
+[wp] Running WP plugin...
+[wp] Loading driver 'share/wp.driver'
+[wp] 1 goal scheduled
+[wp] [Alt-Ergo] Goal typed_lemma_broken : Valid
+[wp] Proved goals:    1 / 1
+     Qed:             0 
+     Alt-Ergo:        1
+----------------------------------------------------------
+Axiomatics          WP   Alt-Ergo    Total   Success
+Lemma               -       1 (5)      1       100%
+----------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_typed/oracle/unit_bitwise.res.oracle b/src/plugins/wp/tests/wp_typed/oracle/unit_bitwise.res.oracle
index 070e8ce8b24..7a26f2d4d25 100644
--- a/src/plugins/wp/tests/wp_typed/oracle/unit_bitwise.res.oracle
+++ b/src/plugins/wp/tests/wp_typed/oracle/unit_bitwise.res.oracle
@@ -345,7 +345,7 @@ Prove: true.
 
 ------------------------------------------------------------
 
-Goal Post-condition 'ko' in 'bxor_uchar':
+Goal Post-condition 'ok' in 'bxor_uchar':
 Let x = lxor(a, b). Assume { Type: is_uint8(a) /\ is_uint8(b). }
 Prove: to_uint8(x) = x.
 
@@ -359,7 +359,7 @@ Prove: true.
 
 ------------------------------------------------------------
 
-Goal Post-condition 'ko' in 'bxor_uint':
+Goal Post-condition 'ok' in 'bxor_uint':
 Let x = lxor(a, b). Assume { Type: is_uint32(a) /\ is_uint32(b). }
 Prove: to_uint32(x) = x.
 
diff --git a/src/plugins/wp/tests/wp_typed/oracle_qualif/unit_bitwise.0.res.oracle b/src/plugins/wp/tests/wp_typed/oracle_qualif/unit_bitwise.0.res.oracle
index c45e1872403..a62a3b92d28 100644
--- a/src/plugins/wp/tests/wp_typed/oracle_qualif/unit_bitwise.0.res.oracle
+++ b/src/plugins/wp/tests/wp_typed/oracle_qualif/unit_bitwise.0.res.oracle
@@ -4,7 +4,7 @@
 [wp] Running WP plugin...
 [wp] Loading driver 'share/wp.driver'
 [wp] warning: Missing RTE guards
-[wp] 59 goals scheduled
+[wp] 61 goals scheduled
 [wp] [Alt-Ergo] Goal typed_lemma_band_sint8 : Valid
 [wp] [Alt-Ergo] Goal typed_lemma_band_uint8 : Valid
 [wp] [Alt-Ergo] Goal typed_lemma_blsr_sint8 : Valid
@@ -47,7 +47,9 @@
 [wp] [Alt-Ergo] Goal typed_bxor_char_post_ok : Valid
 [wp] [Qed] Goal typed_bxor_int_post_ok : Valid
 [wp] [Qed] Goal typed_bxor_uchar_post_ok : Valid
+[wp] [Alt-Ergo] Goal typed_bxor_uchar_post_ok_2 : Valid
 [wp] [Qed] Goal typed_bxor_uint_post_ok : Valid
+[wp] [Alt-Ergo] Goal typed_bxor_uint_post_ok_2 : Valid
 [wp] [Alt-Ergo] Goal typed_cast_post_ok : Valid
 [wp] [Alt-Ergo] Goal typed_cast_assert_ok : Valid
 [wp] [Qed] Goal typed_cast_assert_ok_2 : Valid
@@ -64,9 +66,9 @@
 [wp] [Qed] Goal typed_rshift_int_post_ok : Valid
 [wp] [Alt-Ergo] Goal typed_rshift_uchar_post_ok : Valid
 [wp] [Qed] Goal typed_rshift_uint_post_ok : Valid
-[wp] Proved goals:   59 / 59
+[wp] Proved goals:   61 / 61
      Qed:            38 
-     Alt-Ergo:       21
+     Alt-Ergo:       23
 ----------------------------------------------------------
 Axiomatics          WP   Alt-Ergo    Total   Success
 Lemma               10      8 (37)    18       100%
@@ -81,7 +83,7 @@ rshift_int           1     -           1       100%
 band1_uint           1      1 (14)     2       100%
 band_uint            1     -           1       100%
 bor_uint             1     -           1       100%
-bxor_uint            1     -           1       100%
+bxor_uint            1      1 (12)     2       100%
 bnot_uint            1     -           1       100%
 lshift_uint          1     -           1       100%
 rshift_uint          1     -           1       100%
@@ -94,7 +96,7 @@ rshift_char          1     -           1       100%
 band1_uchar          1      1 (14)     2       100%
 band_uchar          -       1 (12)     1       100%
 bor_uchar           -       1 (11)     1       100%
-bxor_uchar           1     -           1       100%
+bxor_uchar           1      1 (12)     2       100%
 bnot_uchar           1     -           1       100%
 lshift_uchar         1     -           1       100%
 rshift_uchar        -       1 (16)     1       100%
diff --git a/src/plugins/wp/tests/wp_typed/oracle_qualif/unit_bitwise.1.res.oracle b/src/plugins/wp/tests/wp_typed/oracle_qualif/unit_bitwise.1.res.oracle
index 26220351be3..688bf0e7a79 100644
--- a/src/plugins/wp/tests/wp_typed/oracle_qualif/unit_bitwise.1.res.oracle
+++ b/src/plugins/wp/tests/wp_typed/oracle_qualif/unit_bitwise.1.res.oracle
@@ -4,21 +4,17 @@
 [wp] Running WP plugin...
 [wp] Loading driver 'share/wp.driver'
 [wp] warning: Missing RTE guards
-[wp] 6 goals scheduled
+[wp] 4 goals scheduled
 [wp] [Alt-Ergo] Goal typed_band_int_assert_ko : Unknown
 [wp] [Alt-Ergo] Goal typed_bnot_uchar_post_ko : Unknown
 [wp] [Alt-Ergo] Goal typed_bnot_uint_post_ko : Unknown
-[wp] [Alt-Ergo] Goal typed_bxor_uchar_post_ko : Unknown
-[wp] [Alt-Ergo] Goal typed_bxor_uint_post_ko : Unknown
 [wp] [Alt-Ergo] Goal typed_cast_assert_ko : Unknown
-[wp] Proved goals:    0 / 6
-     Alt-Ergo:        0  (unknown: 6)
+[wp] Proved goals:    0 / 4
+     Alt-Ergo:        0  (unknown: 4)
 ----------------------------------------------------------
 Functions           WP   Alt-Ergo    Total   Success
 band_int            -      -           1       0.0%
-bxor_uint           -      -           1       0.0%
 bnot_uint           -      -           1       0.0%
-bxor_uchar          -      -           1       0.0%
 bnot_uchar          -      -           1       0.0%
 cast                -      -           1       0.0%
 ----------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_typed/unit_bitwise.c b/src/plugins/wp/tests/wp_typed/unit_bitwise.c
index 6d194bb144a..5176553ee13 100644
--- a/src/plugins/wp/tests/wp_typed/unit_bitwise.c
+++ b/src/plugins/wp/tests/wp_typed/unit_bitwise.c
@@ -61,7 +61,7 @@ uint band_uint(uint a,uint b) { return a & b ; }
 uint bor_uint(uint a,uint b) { return a | b ; }
 
 /*@ ensures ok: \result == (uint)(a ^ b); 
-    ensures ko: \result == (a ^ b); 
+    ensures ok: \result == (a ^ b); 
  */
 uint bxor_uint(uint a,uint b) { return a ^ b ; }
 
@@ -126,7 +126,7 @@ uchar band_uchar(uchar a,uchar b) { return a & b ; }
 uchar bor_uchar(uchar a,uchar b) { return a | b ; }
 
 /*@ ensures ok: \result == (uchar)(a ^ b); 
-    ensures ko: \result == (a ^ b); 
+    ensures ok: \result == (a ^ b); 
  */
 uchar bxor_uchar(uchar a,uchar b) { return a ^ b ; }
 
diff --git a/src/plugins/wp/tests/wp_usage/issue-189-bis.i b/src/plugins/wp/tests/wp_usage/issue-189-bis.i
new file mode 100644
index 00000000000..b9efde987e7
--- /dev/null
+++ b/src/plugins/wp/tests/wp_usage/issue-189-bis.i
@@ -0,0 +1,65 @@
+/* run.config
+   OPT: -wp-model Typed -wp-alias-vars src,dst
+   OPT: -wp-model Typed -wp-context-vars src,dst -wp-fct memcpy_context_vars
+*/
+
+/* run.config_qualif
+   OPT: -wp -wp-model Typed -wp-alias-vars src,dst -wp-par 1
+   OPT: -wp -wp-model Typed -wp-context-vars src,dst -wp-prop ok -wp-par 1
+*/
+
+//-----------------------------------------------------------------------------
+// FUNCTION memcpy_alias_vars: since input pointers are MODIFIED, Caveat
+// model (setting 'src' and  'dst' in context) CANNOT be used.
+//-----------------------------------------------------------------------------
+/*@ requires write_access: \valid( dst + (0 .. len-1) );
+  @ requires read_access:  \valid_read( src + (0 .. len-1) );
+  @ requires unaliasing:   \separated( dst + (0 .. len-1) , src + (0 .. len-1) );
+  @ assigns                dst[ 0 .. len-1 ];
+  @ ensures memcpy:        \forall integer k; 0 <= k < len-1 ==> dst[k] == \old( src[k] );
+  @ ensures unmodified:    \forall integer k; 0 <= k < len-1 ==> src[k] == \old( src[k] );
+  @*/
+void memcpy_alias_vars (unsigned char *src, unsigned char *dst, unsigned long len) {
+  /*@ loop invariant len: len <= \at( len, LoopEntry );
+    @ loop invariant src: src + len == \at( src + len, LoopEntry );
+    @ loop invariant dst: dst + len == \at( dst + len, LoopEntry );
+    @ loop assigns        src, dst, len, \at( dst[0 .. len-1], LoopEntry ) ;
+    @ loop invariant cpy: \let idx = \at( len, LoopEntry ) - len ;
+    @                     \forall integer k; 0 <= k < idx
+    @                     ==> \at( dst, LoopEntry )[k] == \at( src, LoopEntry )[k];
+    @*/
+  while (len > 0) {
+    *(dst++) = *(src++);
+    len--;
+  }
+}
+
+//-----------------------------------------------------------------------------
+// FUNCTION memcpy_context_vars: since input pointers are UNMODIFIED, Caveat 
+// model (setting 'src' and 'dst' in context) CAN be used.
+//-----------------------------------------------------------------------------
+/*@ requires write_access:  \valid( dst + (0 .. len-1) );
+  @ requires read_access:   \valid_read( src + (0 .. len-1) );
+  @ requires unaliasing:    \separated( dst + (0 .. len-1) , src + (0 .. len-1) );
+  @ assigns                 dst[ 0 .. len-1 ];
+  @ ensures memcpy:     ok: \forall integer k; 0 <= k < len-1 ==> dst[k] == \old( src[k] ); 
+  @ ensures unmodified: ok: \forall integer k; 0 <= k < len-1 ==> src[k] == \old( src[k] ); 
+  @*/
+void memcpy_context_vars (unsigned char *src, unsigned char *dst, unsigned long len) {
+  unsigned char *src2=src, *dst2=dst;
+
+  /*@ loop invariant ok: len: len <= \at( len, LoopEntry );
+    @ loop invariant ok: src: src2 + len == \at( src2 + len, LoopEntry );
+    @ loop invariant ok: dst: dst2 + len == \at( dst2 + len, LoopEntry );
+    @ loop assigns            src2, dst2, len, \at( dst2[0 .. len-1], LoopEntry ) ;
+    @ loop invariant ok: cpy: \let idx = \at( len, LoopEntry ) - len ;
+    @                         \forall integer k; 0 <= k < idx
+    @                         ==> \at( dst2, LoopEntry )[k] == \at( src2, LoopEntry )[k];
+    @*/
+  while (len > 0) {
+    *(dst2++) = *(src2++);
+    len--;
+  }
+}
+
+//-----------------------------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_usage/issue-189.i b/src/plugins/wp/tests/wp_usage/issue-189.i
new file mode 100644
index 00000000000..9309a4ad71c
--- /dev/null
+++ b/src/plugins/wp/tests/wp_usage/issue-189.i
@@ -0,0 +1,19 @@
+/* run.config
+   OPT:
+   OPT: -wp-msg-key refusage -wp-model Caveat
+   OPT: -wp-msg-key refusage -wp-model Caveat -wp-unalias-vars src
+*/
+
+/* run.config_qualif
+   DONTRUN:
+*/
+
+/*@ requires v1: \valid( ptr );
+  @ requires v2: \valid_read( src + idx );
+  @ requires s1: \separated( ptr, src + idx );
+  @ assigns      *ptr;
+  @*/
+void f (char *ptr, char const *src, unsigned idx) {
+  src += idx;
+  *ptr = *src;
+}
diff --git a/tests/non-free/oracle/allocated.err.oracle b/src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.0.err.oracle
similarity index 100%
rename from tests/non-free/oracle/allocated.err.oracle
rename to src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.0.err.oracle
diff --git a/src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.0.res.oracle b/src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.0.res.oracle
new file mode 100644
index 00000000000..80a2bd9b43f
--- /dev/null
+++ b/src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.0.res.oracle
@@ -0,0 +1,591 @@
+# frama-c -wp [...]
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/wp_usage/issue-189-bis.i (no preprocessing)
+[wp] Running WP plugin...
+[wp] Loading driver 'share/wp.driver'
+[wp] warning: Missing RTE guards
+------------------------------------------------------------
+  Function memcpy_alias_vars
+------------------------------------------------------------
+
+Goal Post-condition 'memcpy' in 'memcpy_alias_vars':
+Let a = Mptr_0[shift_PTR(global(P_src_71), 0)].
+Let a_1 = Mptr_0[shift_PTR(global(P_dst_72), 0)].
+Let a_2 = shift_uint8(a_1, 0).
+Let a_3 = shift_uint8(a, 0).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: (0 <= i) /\ ((2 + i) <= len_0).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_2, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_3, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_2, len_0, a_3, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_1, Mint_0, a_2, len_0).
+  (* Invariant 'cpy' *)
+  Have: forall i_1 : Z. ((0 <= i_1) -> (((len_1 + i_1) < len_0) ->
+      (Mint_0[shift_uint8(a, i_1)] = Mint_0[shift_uint8(a_1, i_1)]))).
+  (* Invariant 'dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(v, len_1).
+  (* Invariant 'src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(v_1, len_1).
+  (* Invariant 'len' *)
+  Have: len_1 <= len_0.
+  (* Else *)
+  Have: len_1 <= 0.
+}
+Prove: Mint_0[shift_uint8(a_1, i)] = Mint_1[shift_uint8(a, i)].
+
+------------------------------------------------------------
+
+Goal Post-condition 'unmodified' in 'memcpy_alias_vars':
+Let a = Mptr_0[shift_PTR(global(P_src_71), 0)].
+Let a_1 = Mptr_0[shift_PTR(global(P_dst_72), 0)].
+Let a_2 = shift_uint8(a_1, 0).
+Let a_3 = shift_uint8(a, 0).
+Let a_4 = shift_uint8(a, i).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: (0 <= i) /\ ((2 + i) <= len_0).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_2, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_3, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_2, len_0, a_3, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_1, Mint_0, a_2, len_0).
+  (* Invariant 'cpy' *)
+  Have: forall i_1 : Z. ((0 <= i_1) -> (((len_1 + i_1) < len_0) ->
+      (Mint_0[shift_uint8(a, i_1)] = Mint_0[shift_uint8(a_1, i_1)]))).
+  (* Invariant 'dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(v, len_1).
+  (* Invariant 'src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(v_1, len_1).
+  (* Invariant 'len' *)
+  Have: len_1 <= len_0.
+  (* Else *)
+  Have: len_1 <= 0.
+}
+Prove: Mint_0[a_4] = Mint_1[a_4].
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'cpy' (file tests/wp_usage/issue-189-bis.i, line 27):
+Let a = Mptr_0[shift_PTR(global(P_src_71), 0)].
+Let a_1 = Mptr_0[shift_PTR(global(P_dst_72), 0)].
+Let a_2 = shift_uint8(a_1, 0).
+Let a_3 = shift_uint8(a, 0).
+Let m = Mint_0[v <- Mint_0[v_1]].
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1) /\ is_uint32(len_1 - 1).
+  (* Goal *)
+  When: (0 <= i) /\ ((i + len_1) <= len_0).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_2, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_3, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_2, len_0, a_3, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_1, Mint_0, a_2, len_0).
+  (* Invariant 'cpy' *)
+  Have: forall i_1 : Z. ((0 <= i_1) -> (((len_1 + i_1) < len_0) ->
+      (Mint_0[shift_uint8(a, i_1)] = Mint_0[shift_uint8(a_1, i_1)]))).
+  (* Invariant 'dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(v, len_1).
+  (* Invariant 'src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(v_1, len_1).
+  (* Invariant 'len' *)
+  Have: len_1 <= len_0.
+  (* Then *)
+  Have: 0 < len_1.
+}
+Prove: m[shift_uint8(a, i)] = m[shift_uint8(a_1, i)].
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'cpy' (file tests/wp_usage/issue-189-bis.i, line 27):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'dst' (file tests/wp_usage/issue-189-bis.i, line 25):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'dst' (file tests/wp_usage/issue-189-bis.i, line 25):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'len' (file tests/wp_usage/issue-189-bis.i, line 23):
+Let a = Mptr_0[shift_PTR(global(P_src_71), 0)].
+Let a_1 = Mptr_0[shift_PTR(global(P_dst_72), 0)].
+Let a_2 = shift_uint8(a_1, 0).
+Let a_3 = shift_uint8(a, 0).
+Assume {
+  Type: is_uint32(len_1) /\ is_uint32(len_0) /\ is_uint32(len_0 - 1).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_2, len_1).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_3, len_1).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_2, len_1, a_3, len_1).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, a_2, len_1).
+  (* Invariant 'cpy' *)
+  Have: forall i : Z. ((0 <= i) -> (((len_0 + i) < len_1) ->
+      (Mint_1[shift_uint8(a, i)] = Mint_1[shift_uint8(a_1, i)]))).
+  (* Invariant 'dst' *)
+  Have: shift_uint8(a_1, len_1) = shift_uint8(v, len_0).
+  (* Invariant 'src' *)
+  Have: shift_uint8(a, len_1) = shift_uint8(v_1, len_0).
+  (* Invariant 'len' *)
+  Have: len_0 <= len_1.
+  (* Then *)
+  Have: 0 < len_0.
+}
+Prove: len_0 <= (1 + len_1).
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'len' (file tests/wp_usage/issue-189-bis.i, line 23):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'src' (file tests/wp_usage/issue-189-bis.i, line 24):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'src' (file tests/wp_usage/issue-189-bis.i, line 24):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 26) (1/5):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 26) (2/5):
+Effect at line 31
+Let a = shift_PTR(global(P_src_71), 0).
+Let a_1 = Mptr_0[a].
+Let a_2 = shift_PTR(global(P_dst_72), 0).
+Let a_3 = Mptr_0[a_2].
+Let a_4 = shift_uint8(a_3, 0).
+Let a_5 = shift_uint8(a_1, 0).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: valid_rd(Malloc_0[P_src_71 <- 1][P_dst_72 <- 1], a_4, len_0).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_4, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_5, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_4, len_0, a_5, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, a_4, len_0).
+  (* Invariant 'cpy' *)
+  Have: forall i : Z. ((0 <= i) -> (((len_1 + i) < len_0) ->
+      (Mint_1[shift_uint8(a_1, i)] = Mint_1[shift_uint8(a_3, i)]))).
+  (* Invariant 'dst' *)
+  Have: shift_uint8(a_3, len_0) = shift_uint8(v, len_1).
+  (* Invariant 'src' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(v_1, len_1).
+  (* Invariant 'len' *)
+  Have: len_1 <= len_0.
+  (* Then *)
+  Have: 0 < len_1.
+}
+Prove: included(a_4, len_0, a_2, 1) \/ included(a_4, len_0, a, 1) \/
+    included(a_4, len_0, a_4, len_0).
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 26) (3/5):
+Effect at line 32
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 26) (4/5):
+Effect at line 32
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 26) (5/5):
+Effect at line 32
+Let a = shift_PTR(global(P_src_71), 0).
+Let a_1 = Mptr_0[a].
+Let a_2 = shift_PTR(global(P_dst_72), 0).
+Let a_3 = Mptr_0[a_2].
+Let a_4 = shift_uint8(a_3, 0).
+Let a_5 = shift_uint8(a_1, 0).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: valid_rd(Malloc_0[P_src_71 <- 1][P_dst_72 <- 1], v, 1).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_4, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_5, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_4, len_0, a_5, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, a_4, len_0).
+  (* Invariant 'cpy' *)
+  Have: forall i : Z. ((0 <= i) -> (((len_1 + i) < len_0) ->
+      (Mint_1[shift_uint8(a_1, i)] = Mint_1[shift_uint8(a_3, i)]))).
+  (* Invariant 'dst' *)
+  Have: shift_uint8(a_3, len_0) = shift_uint8(v, len_1).
+  (* Invariant 'src' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(v_1, len_1).
+  (* Invariant 'len' *)
+  Have: len_1 <= len_0.
+  (* Then *)
+  Have: 0 < len_1.
+}
+Prove: (a_2 = v) \/ (a = v) \/ included(v, 1, a_4, len_0).
+
+------------------------------------------------------------
+
+Goal Assigns (file tests/wp_usage/issue-189-bis.i, line 18) in 'memcpy_alias_vars':
+Effect at line 31
+Let a = shift_uint8(Mptr_0[shift_PTR(global(P_dst_72), 0)], 0).
+Let a_1 = shift_uint8(Mptr_0[shift_PTR(global(P_src_71), 0)], 0).
+Assume {
+  Have: valid_rd(Malloc_0, a, len_0).
+  Type: is_uint32(len_0).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_1, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a, len_0, a_1, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, a, len_0).
+}
+Prove: included(a, len_0, a, len_0).
+
+------------------------------------------------------------
+------------------------------------------------------------
+  Function memcpy_context_vars
+------------------------------------------------------------
+
+Goal Post-condition 'memcpy,ok' in 'memcpy_context_vars':
+Let a = Mptr_0[shift_PTR(global(P_src_89), 0)].
+Let a_1 = Mptr_0[shift_PTR(global(P_dst_90), 0)].
+Let a_2 = shift_uint8(a_1, 0).
+Let a_3 = shift_uint8(a, 0).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: (0 <= i) /\ ((2 + i) <= len_0).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_2, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_3, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_2, len_0, a_3, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_1, Mint_0, a_2, len_0).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i_1 : Z. ((0 <= i_1) -> (((len_1 + i_1) < len_0) ->
+      (Mint_0[shift_uint8(a, i_1)] = Mint_0[shift_uint8(a_1, i_1)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(dst2_0, len_1).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(src2_0, len_1).
+  (* Invariant 'ok,len' *)
+  Have: len_1 <= len_0.
+  (* Else *)
+  Have: len_1 <= 0.
+}
+Prove: Mint_0[shift_uint8(a_1, i)] = Mint_1[shift_uint8(a, i)].
+
+------------------------------------------------------------
+
+Goal Post-condition 'unmodified,ok' in 'memcpy_context_vars':
+Let a = Mptr_0[shift_PTR(global(P_src_89), 0)].
+Let a_1 = Mptr_0[shift_PTR(global(P_dst_90), 0)].
+Let a_2 = shift_uint8(a_1, 0).
+Let a_3 = shift_uint8(a, 0).
+Let a_4 = shift_uint8(a, i).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: (0 <= i) /\ ((2 + i) <= len_0).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_2, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_3, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_2, len_0, a_3, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_1, Mint_0, a_2, len_0).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i_1 : Z. ((0 <= i_1) -> (((len_1 + i_1) < len_0) ->
+      (Mint_0[shift_uint8(a, i_1)] = Mint_0[shift_uint8(a_1, i_1)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(dst2_0, len_1).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(src2_0, len_1).
+  (* Invariant 'ok,len' *)
+  Have: len_1 <= len_0.
+  (* Else *)
+  Have: len_1 <= 0.
+}
+Prove: Mint_0[a_4] = Mint_1[a_4].
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'ok,cpy' (file tests/wp_usage/issue-189-bis.i, line 55):
+Let a = Mptr_0[shift_PTR(global(P_src_89), 0)].
+Let a_1 = Mptr_0[shift_PTR(global(P_dst_90), 0)].
+Let a_2 = shift_uint8(a_1, 0).
+Let a_3 = shift_uint8(a, 0).
+Let m = Mint_0[dst2_0 <- Mint_0[src2_0]].
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1) /\ is_uint32(len_1 - 1).
+  (* Goal *)
+  When: (0 <= i) /\ ((i + len_1) <= len_0).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_2, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_3, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_2, len_0, a_3, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_1, Mint_0, a_2, len_0).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i_1 : Z. ((0 <= i_1) -> (((len_1 + i_1) < len_0) ->
+      (Mint_0[shift_uint8(a, i_1)] = Mint_0[shift_uint8(a_1, i_1)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(dst2_0, len_1).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(src2_0, len_1).
+  (* Invariant 'ok,len' *)
+  Have: len_1 <= len_0.
+  (* Then *)
+  Have: 0 < len_1.
+}
+Prove: m[shift_uint8(a, i)] = m[shift_uint8(a_1, i)].
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'ok,cpy' (file tests/wp_usage/issue-189-bis.i, line 55):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'ok,dst' (file tests/wp_usage/issue-189-bis.i, line 53):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'ok,dst' (file tests/wp_usage/issue-189-bis.i, line 53):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'ok,len' (file tests/wp_usage/issue-189-bis.i, line 51):
+Let a = Mptr_0[shift_PTR(global(P_src_89), 0)].
+Let a_1 = Mptr_0[shift_PTR(global(P_dst_90), 0)].
+Let a_2 = shift_uint8(a_1, 0).
+Let a_3 = shift_uint8(a, 0).
+Assume {
+  Type: is_uint32(len_1) /\ is_uint32(len_0) /\ is_uint32(len_0 - 1).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_2, len_1).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_3, len_1).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_2, len_1, a_3, len_1).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, a_2, len_1).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i : Z. ((0 <= i) -> (((len_0 + i) < len_1) ->
+      (Mint_1[shift_uint8(a, i)] = Mint_1[shift_uint8(a_1, i)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_1) = shift_uint8(dst2_0, len_0).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_1) = shift_uint8(src2_0, len_0).
+  (* Invariant 'ok,len' *)
+  Have: len_0 <= len_1.
+  (* Then *)
+  Have: 0 < len_0.
+}
+Prove: len_0 <= (1 + len_1).
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'ok,len' (file tests/wp_usage/issue-189-bis.i, line 51):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'ok,src' (file tests/wp_usage/issue-189-bis.i, line 52):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'ok,src' (file tests/wp_usage/issue-189-bis.i, line 52):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 54) (1/5):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 54) (2/5):
+Effect at line 59
+Let a = Mptr_0[shift_PTR(global(P_src_89), 0)].
+Let a_1 = Mptr_0[shift_PTR(global(P_dst_90), 0)].
+Let a_2 = shift_uint8(a_1, 0).
+Let a_3 = shift_uint8(a, 0).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: valid_rd(Malloc_0[P_src_89 <- 1][P_dst_90 <- 1], a_2, len_0).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_2, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_3, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_2, len_0, a_3, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, a_2, len_0).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i : Z. ((0 <= i) -> (((len_1 + i) < len_0) ->
+      (Mint_1[shift_uint8(a, i)] = Mint_1[shift_uint8(a_1, i)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(dst2_0, len_1).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(src2_0, len_1).
+  (* Invariant 'ok,len' *)
+  Have: len_1 <= len_0.
+  (* Then *)
+  Have: 0 < len_1.
+}
+Prove: included(a_2, len_0, a_2, len_0).
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 54) (3/5):
+Effect at line 60
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 54) (4/5):
+Effect at line 60
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 54) (5/5):
+Effect at line 60
+Let a = Mptr_0[shift_PTR(global(P_src_89), 0)].
+Let a_1 = Mptr_0[shift_PTR(global(P_dst_90), 0)].
+Let a_2 = shift_uint8(a_1, 0).
+Let a_3 = shift_uint8(a, 0).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: valid_rd(Malloc_0[P_src_89 <- 1][P_dst_90 <- 1], tmp_0, 1).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a_2, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_3, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a_2, len_0, a_3, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, a_2, len_0).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i : Z. ((0 <= i) -> (((len_1 + i) < len_0) ->
+      (Mint_1[shift_uint8(a, i)] = Mint_1[shift_uint8(a_1, i)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(tmp_0, len_1).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(src2_0, len_1).
+  (* Invariant 'ok,len' *)
+  Have: len_1 <= len_0.
+  (* Then *)
+  Have: 0 < len_1.
+}
+Prove: included(tmp_0, 1, a_2, len_0).
+
+------------------------------------------------------------
+
+Goal Assigns (file tests/wp_usage/issue-189-bis.i, line 44) in 'memcpy_context_vars' (1/3):
+Effect at line 49
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Assigns (file tests/wp_usage/issue-189-bis.i, line 44) in 'memcpy_context_vars' (2/3):
+Effect at line 49
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Assigns (file tests/wp_usage/issue-189-bis.i, line 44) in 'memcpy_context_vars' (3/3):
+Effect at line 59
+Let a = shift_uint8(Mptr_0[shift_PTR(global(P_dst_90), 0)], 0).
+Let a_1 = shift_uint8(Mptr_0[shift_PTR(global(P_src_89), 0)], 0).
+Assume {
+  Have: valid_rd(Malloc_0, a, len_0).
+  Type: is_uint32(len_0).
+  (* Heap *)
+  Have: framed(Mptr_0) /\ linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: valid_rw(Malloc_0, a, len_0).
+  (* Pre-condition 'read_access' *)
+  Have: valid_rd(Malloc_0, a_1, len_0).
+  (* Pre-condition 'unaliasing' *)
+  Have: separated(a, len_0, a_1, len_0).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, a, len_0).
+}
+Prove: included(a, len_0, a, len_0).
+
+------------------------------------------------------------
diff --git a/tests/non-free/oracle/strcmp.err.oracle b/src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.1.err.oracle
similarity index 100%
rename from tests/non-free/oracle/strcmp.err.oracle
rename to src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.1.err.oracle
diff --git a/src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.1.res.oracle b/src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.1.res.oracle
new file mode 100644
index 00000000000..bbdce8b3f4f
--- /dev/null
+++ b/src/plugins/wp/tests/wp_usage/oracle/issue-189-bis.1.res.oracle
@@ -0,0 +1,274 @@
+# frama-c -wp [...]
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/wp_usage/issue-189-bis.i (no preprocessing)
+[wp] Running WP plugin...
+[wp] Loading driver 'share/wp.driver'
+[wp] warning: Missing RTE guards
+
+Goal Post-condition 'memcpy,ok' in 'memcpy_context_vars':
+Let a = global(G_src_89).
+Let a_1 = global(G_dst_90).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: (0 <= i) /\ ((2 + i) <= len_0).
+  (* Heap *)
+  Have: linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Pre-condition 'read_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_1, Mint_0, shift_uint8(a_1, 0), len_0).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i_1 : Z. ((0 <= i_1) -> (((len_1 + i_1) < len_0) ->
+      (Mint_0[shift_uint8(a, i_1)] = Mint_0[shift_uint8(a_1, i_1)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(dst2_0, len_1).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(src2_0, len_1).
+  (* Invariant 'ok,len' *)
+  Have: len_1 <= len_0.
+  (* Else *)
+  Have: len_1 <= 0.
+}
+Prove: Mint_0[shift_uint8(a_1, i)] = Mint_1[shift_uint8(a, i)].
+
+------------------------------------------------------------
+
+Goal Post-condition 'unmodified,ok' in 'memcpy_context_vars':
+Let a = global(G_src_89).
+Let a_1 = global(G_dst_90).
+Let a_2 = shift_uint8(a, i).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: (0 <= i) /\ ((2 + i) <= len_0).
+  (* Heap *)
+  Have: linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Pre-condition 'read_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_1, Mint_0, shift_uint8(a_1, 0), len_0).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i_1 : Z. ((0 <= i_1) -> (((len_1 + i_1) < len_0) ->
+      (Mint_0[shift_uint8(a, i_1)] = Mint_0[shift_uint8(a_1, i_1)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(dst2_0, len_1).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(src2_0, len_1).
+  (* Invariant 'ok,len' *)
+  Have: len_1 <= len_0.
+  (* Else *)
+  Have: len_1 <= 0.
+}
+Prove: Mint_0[a_2] = Mint_1[a_2].
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'ok,cpy' (file tests/wp_usage/issue-189-bis.i, line 55):
+Let a = global(G_src_89).
+Let a_1 = global(G_dst_90).
+Let m = Mint_0[dst2_0 <- Mint_0[src2_0]].
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1) /\ is_uint32(len_1 - 1).
+  (* Goal *)
+  When: (0 <= i) /\ ((i + len_1) <= len_0).
+  (* Heap *)
+  Have: linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Pre-condition 'read_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_1, Mint_0, shift_uint8(a_1, 0), len_0).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i_1 : Z. ((0 <= i_1) -> (((len_1 + i_1) < len_0) ->
+      (Mint_0[shift_uint8(a, i_1)] = Mint_0[shift_uint8(a_1, i_1)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(dst2_0, len_1).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(src2_0, len_1).
+  (* Invariant 'ok,len' *)
+  Have: len_1 <= len_0.
+  (* Then *)
+  Have: 0 < len_1.
+}
+Prove: m[shift_uint8(a, i)] = m[shift_uint8(a_1, i)].
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'ok,cpy' (file tests/wp_usage/issue-189-bis.i, line 55):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'ok,dst' (file tests/wp_usage/issue-189-bis.i, line 53):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'ok,dst' (file tests/wp_usage/issue-189-bis.i, line 53):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'ok,len' (file tests/wp_usage/issue-189-bis.i, line 51):
+Let a = global(G_src_89).
+Let a_1 = global(G_dst_90).
+Assume {
+  Type: is_uint32(len_1) /\ is_uint32(len_0) /\ is_uint32(len_0 - 1).
+  (* Heap *)
+  Have: linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: ((0 < len_1) -> (len_1 <= 1)).
+  (* Pre-condition 'read_access' *)
+  Have: ((0 < len_1) -> (len_1 <= 1)).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, shift_uint8(a_1, 0), len_1).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i : Z. ((0 <= i) -> (((len_0 + i) < len_1) ->
+      (Mint_1[shift_uint8(a, i)] = Mint_1[shift_uint8(a_1, i)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_1) = shift_uint8(dst2_0, len_0).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_1) = shift_uint8(src2_0, len_0).
+  (* Invariant 'ok,len' *)
+  Have: len_0 <= len_1.
+  (* Then *)
+  Have: 0 < len_0.
+}
+Prove: len_0 <= (1 + len_1).
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'ok,len' (file tests/wp_usage/issue-189-bis.i, line 51):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Preservation of Invariant 'ok,src' (file tests/wp_usage/issue-189-bis.i, line 52):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Establishment of Invariant 'ok,src' (file tests/wp_usage/issue-189-bis.i, line 52):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 54) (1/5):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 54) (2/5):
+Effect at line 59
+Let a = global(G_src_89).
+Let a_1 = global(G_dst_90).
+Let a_2 = shift_uint8(a_1, 0).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: valid_rd(Malloc_0, a_2, len_0).
+  (* Heap *)
+  Have: linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Pre-condition 'read_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, a_2, len_0).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i : Z. ((0 <= i) -> (((len_1 + i) < len_0) ->
+      (Mint_1[shift_uint8(a, i)] = Mint_1[shift_uint8(a_1, i)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(dst2_0, len_1).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(src2_0, len_1).
+  (* Invariant 'ok,len' *)
+  Have: len_1 <= len_0.
+  (* Then *)
+  Have: 0 < len_1.
+}
+Prove: included(a_2, len_0, a_2, len_0).
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 54) (3/5):
+Effect at line 60
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 54) (4/5):
+Effect at line 60
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Loop assigns (file tests/wp_usage/issue-189-bis.i, line 54) (5/5):
+Effect at line 60
+Let a = global(G_src_89).
+Let a_1 = global(G_dst_90).
+Let a_2 = shift_uint8(a_1, 0).
+Assume {
+  Type: is_uint32(len_0) /\ is_uint32(len_1).
+  (* Goal *)
+  When: valid_rd(Malloc_0, tmp_0, 1).
+  (* Heap *)
+  Have: linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Pre-condition 'read_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, a_2, len_0).
+  (* Invariant 'ok,cpy' *)
+  Have: forall i : Z. ((0 <= i) -> (((len_1 + i) < len_0) ->
+      (Mint_1[shift_uint8(a, i)] = Mint_1[shift_uint8(a_1, i)]))).
+  (* Invariant 'ok,dst' *)
+  Have: shift_uint8(a_1, len_0) = shift_uint8(tmp_0, len_1).
+  (* Invariant 'ok,src' *)
+  Have: shift_uint8(a, len_0) = shift_uint8(src2_0, len_1).
+  (* Invariant 'ok,len' *)
+  Have: len_1 <= len_0.
+  (* Then *)
+  Have: 0 < len_1.
+}
+Prove: included(tmp_0, 1, a_2, len_0).
+
+------------------------------------------------------------
+
+Goal Assigns (file tests/wp_usage/issue-189-bis.i, line 44) in 'memcpy_context_vars' (1/3):
+Effect at line 49
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Assigns (file tests/wp_usage/issue-189-bis.i, line 44) in 'memcpy_context_vars' (2/3):
+Effect at line 49
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Assigns (file tests/wp_usage/issue-189-bis.i, line 44) in 'memcpy_context_vars' (3/3):
+Effect at line 59
+Let a = shift_uint8(global(G_dst_90), 0).
+Assume {
+  Have: valid_rd(Malloc_0, a, len_0).
+  Type: is_uint32(len_0).
+  (* Heap *)
+  Have: linked(Malloc_0).
+  (* Pre-condition 'write_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Pre-condition 'read_access' *)
+  Have: ((0 < len_0) -> (len_0 <= 1)).
+  (* Loop assigns ... *)
+  Have: havoc(Mint_0, Mint_1, a, len_0).
+}
+Prove: included(a, len_0, a, len_0).
+
+------------------------------------------------------------
diff --git a/tests/slicing2/oracle/adpcm.err.oracle b/src/plugins/wp/tests/wp_usage/oracle/issue-189.0.err.oracle
similarity index 100%
rename from tests/slicing2/oracle/adpcm.err.oracle
rename to src/plugins/wp/tests/wp_usage/oracle/issue-189.0.err.oracle
diff --git a/src/plugins/wp/tests/wp_usage/oracle/issue-189.0.res.oracle b/src/plugins/wp/tests/wp_usage/oracle/issue-189.0.res.oracle
new file mode 100644
index 00000000000..f9515467e72
--- /dev/null
+++ b/src/plugins/wp/tests/wp_usage/oracle/issue-189.0.res.oracle
@@ -0,0 +1,21 @@
+# frama-c -wp [...]
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/wp_usage/issue-189.i (no preprocessing)
+[wp] Running WP plugin...
+[wp] Loading driver 'share/wp.driver'
+[wp] warning: Missing RTE guards
+------------------------------------------------------------
+  Function f
+------------------------------------------------------------
+
+Goal Assigns (file tests/wp_usage/issue-189.i, line 14) in 'f' (1/2):
+Effect at line 17
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Assigns (file tests/wp_usage/issue-189.i, line 14) in 'f' (2/2):
+Effect at line 18
+Prove: true.
+
+------------------------------------------------------------
diff --git a/tests/value/oracle/fun_ptr.err.oracle b/src/plugins/wp/tests/wp_usage/oracle/issue-189.1.err.oracle
similarity index 100%
rename from tests/value/oracle/fun_ptr.err.oracle
rename to src/plugins/wp/tests/wp_usage/oracle/issue-189.1.err.oracle
diff --git a/src/plugins/wp/tests/wp_usage/oracle/issue-189.1.res.oracle b/src/plugins/wp/tests/wp_usage/oracle/issue-189.1.res.oracle
new file mode 100644
index 00000000000..b1e0e705048
--- /dev/null
+++ b/src/plugins/wp/tests/wp_usage/oracle/issue-189.1.res.oracle
@@ -0,0 +1,22 @@
+# frama-c -wp -wp-model 'Typed (Caveat)' [...]
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/wp_usage/issue-189.i (no preprocessing)
+[wp] Running WP plugin...
+.................................................
+... Ref Usage
+.................................................
+... Initial state
+  Nothing
+............
+... Function f
+  *ptr
+   src
+   idx
+.................................................
+[wp] Loading driver 'share/wp.driver'
+[wp] warning: Missing RTE guards
+tests/wp_usage/issue-189.i:17:[wp] warning: forbidden write to variable 'src' considered in an isolated context.
+              Use model 'Typed' instead or specify '-wp-unalias-vars src'
+tests/wp_usage/issue-189.i:17:[wp] user error: forbidden assigns to variable 'src' considered in an isolated context.
+                 Use model 'Typed' instead or specify '-wp-unalias-vars src'
+[kernel] Plug-in wp aborted: invalid user input.
diff --git a/tests/value/oracle/paths.err.oracle b/src/plugins/wp/tests/wp_usage/oracle/issue-189.2.err.oracle
similarity index 100%
rename from tests/value/oracle/paths.err.oracle
rename to src/plugins/wp/tests/wp_usage/oracle/issue-189.2.err.oracle
diff --git a/src/plugins/wp/tests/wp_usage/oracle/issue-189.2.res.oracle b/src/plugins/wp/tests/wp_usage/oracle/issue-189.2.res.oracle
new file mode 100644
index 00000000000..fac23bc5f60
--- /dev/null
+++ b/src/plugins/wp/tests/wp_usage/oracle/issue-189.2.res.oracle
@@ -0,0 +1,31 @@
+# frama-c -wp -wp-model 'Typed (Caveat)' [...]
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/wp_usage/issue-189.i (no preprocessing)
+[wp] Running WP plugin...
+.................................................
+... Ref Usage
+.................................................
+... Initial state
+  Nothing
+............
+... Function f
+  *ptr
+   src
+   idx
+.................................................
+[wp] Loading driver 'share/wp.driver'
+[wp] warning: Missing RTE guards
+------------------------------------------------------------
+  Function f
+------------------------------------------------------------
+
+Goal Assigns (file tests/wp_usage/issue-189.i, line 14) in 'f' (1/2):
+Prove: true.
+
+------------------------------------------------------------
+
+Goal Assigns (file tests/wp_usage/issue-189.i, line 14) in 'f' (2/2):
+Effect at line 17
+Prove: true.
+
+------------------------------------------------------------
diff --git a/src/plugins/wp/tests/wp_usage/oracle_qualif/frama_c_exo3_solved.old.res.oracle b/src/plugins/wp/tests/wp_usage/oracle_qualif/frama_c_exo3_solved.old.res.oracle
index 75c4e998f1e..9a01b845eb2 100644
--- a/src/plugins/wp/tests/wp_usage/oracle_qualif/frama_c_exo3_solved.old.res.oracle
+++ b/src/plugins/wp/tests/wp_usage/oracle_qualif/frama_c_exo3_solved.old.res.oracle
@@ -47,5 +47,5 @@
      Alt-Ergo:       16
 ----------------------------------------------------------
 Functions           WP   Alt-Ergo    Total   Success
-equal_elements      21     16 (419)   37       100%
+equal_elements      21     16 (379)   37       100%
 ----------------------------------------------------------
diff --git a/tests/value/oracle_apron/fun_ptr.err.oracle b/src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.0.err.oracle
similarity index 100%
rename from tests/value/oracle_apron/fun_ptr.err.oracle
rename to src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.0.err.oracle
diff --git a/src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.0.res.oracle b/src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.0.res.oracle
new file mode 100644
index 00000000000..a4745a31fe3
--- /dev/null
+++ b/src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.0.res.oracle
@@ -0,0 +1,49 @@
+# frama-c -wp [...]
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/wp_usage/issue-189-bis.i (no preprocessing)
+[wp] Running WP plugin...
+[wp] Loading driver 'share/wp.driver'
+[wp] warning: Missing RTE guards
+[wp] 34 goals scheduled
+[wp] [Alt-Ergo] Goal typed_memcpy_alias_vars_post_memcpy : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_alias_vars_post_unmodified : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_alias_vars_loop_inv_cpy_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_alias_vars_loop_inv_cpy_established : Valid
+[wp] [Qed] Goal typed_memcpy_alias_vars_loop_inv_dst_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_alias_vars_loop_inv_dst_established : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_alias_vars_loop_inv_len_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_alias_vars_loop_inv_len_established : Valid
+[wp] [Qed] Goal typed_memcpy_alias_vars_loop_inv_src_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_alias_vars_loop_inv_src_established : Valid
+[wp] [Qed] Goal typed_memcpy_alias_vars_loop_assign_part1 : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_alias_vars_loop_assign_part2 : Valid
+[wp] [Qed] Goal typed_memcpy_alias_vars_loop_assign_part3 : Valid
+[wp] [Qed] Goal typed_memcpy_alias_vars_loop_assign_part4 : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_alias_vars_loop_assign_part5 : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_alias_vars_assign : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_context_vars_post_memcpy_ok : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_context_vars_post_unmodified_ok : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_context_vars_loop_inv_ok_cpy_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_cpy_established : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_dst_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_dst_established : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_context_vars_loop_inv_ok_len_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_len_established : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_src_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_src_established : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_assign_part1 : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_context_vars_loop_assign_part2 : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_assign_part3 : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_assign_part4 : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_context_vars_loop_assign_part5 : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_assign_part1 : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_assign_part2 : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_context_vars_assign_part3 : Valid
+[wp] Proved goals:   34 / 34
+     Qed:            20 
+     Alt-Ergo:       14
+----------------------------------------------------------
+Functions           WP   Alt-Ergo    Total   Success
+memcpy_alias_vars    9      7 (1010)  16       100%
+memcpy_context_vars  11     7 (1010)  18       100%
+----------------------------------------------------------
diff --git a/tests/value/oracle_apron/paths.err.oracle b/src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.1.err.oracle
similarity index 100%
rename from tests/value/oracle_apron/paths.err.oracle
rename to src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.1.err.oracle
diff --git a/src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.1.res.oracle b/src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.1.res.oracle
new file mode 100644
index 00000000000..b2b91bc9341
--- /dev/null
+++ b/src/plugins/wp/tests/wp_usage/oracle_qualif/issue-189-bis.1.res.oracle
@@ -0,0 +1,24 @@
+# frama-c -wp [...]
+[kernel] Parsing FRAMAC_SHARE/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/wp_usage/issue-189-bis.i (no preprocessing)
+[wp] Running WP plugin...
+[wp] Loading driver 'share/wp.driver'
+[wp] warning: Missing RTE guards
+[wp] 10 goals scheduled
+[wp] [Alt-Ergo] Goal typed_memcpy_context_vars_post_memcpy_ok : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_context_vars_post_unmodified_ok : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_context_vars_loop_inv_ok_cpy_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_cpy_established : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_dst_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_dst_established : Valid
+[wp] [Alt-Ergo] Goal typed_memcpy_context_vars_loop_inv_ok_len_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_len_established : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_src_preserved : Valid
+[wp] [Qed] Goal typed_memcpy_context_vars_loop_inv_ok_src_established : Valid
+[wp] Proved goals:   10 / 10
+     Qed:             6 
+     Alt-Ergo:        4
+----------------------------------------------------------
+Functions           WP   Alt-Ergo    Total   Success
+memcpy_context_vars   6     4 (54)    10       100%
+----------------------------------------------------------
diff --git a/src/plugins/wp/wp_parameters.ml b/src/plugins/wp/wp_parameters.ml
index 8e53ea31c80..1054a86ce08 100644
--- a/src/plugins/wp/wp_parameters.ml
+++ b/src/plugins/wp/wp_parameters.ml
@@ -856,6 +856,8 @@ let get_includes () =
 
 let cat_print_generated = register_category "print-generated"
 
+let has_print_generated () = has_dkey "print-generated"
+
 let print_generated file =
   debug ~dkey:cat_print_generated
     "%a@."
diff --git a/src/plugins/wp/wp_parameters.mli b/src/plugins/wp/wp_parameters.mli
index 10264a4310b..5c1cdbab3f7 100644
--- a/src/plugins/wp/wp_parameters.mli
+++ b/src/plugins/wp/wp_parameters.mli
@@ -128,6 +128,7 @@ val get_includes: unit -> string list
 val make_output_dir: string -> unit
 
 (** {2 Debugging Categories} *)
+val has_print_generated: unit -> bool
 val print_generated: string -> unit
 (** print the given file if the debugging category
     "print-generated" is set *)
diff --git a/tests/cil/duplicate-labels.c b/tests/cil/duplicate-labels.c
index 91888f38b16..526e45d32c0 100644
--- a/tests/cil/duplicate-labels.c
+++ b/tests/cil/duplicate-labels.c
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -keep-switch -print -check -journal-disable
+   OPT: -keep-switch -print -journal-disable
 */
 
 int foo18(int a) {
diff --git a/tests/constant_propagation/declaration.c b/tests/constant_propagation/declaration.c
index c9368f2b5e8..2c2fdcff46b 100644
--- a/tests/constant_propagation/declaration.c
+++ b/tests/constant_propagation/declaration.c
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -val -then -scf -then-on propagated -check -scf
+   OPT: -val -then -scf -then-on propagated -scf
 */
 
 void f(int *x, int *y, void (*p)(int *x, int *y)) {
diff --git a/tests/constant_propagation/enum.i b/tests/constant_propagation/enum.i
index d52874b0c80..5ac0b937466 100644
--- a/tests/constant_propagation/enum.i
+++ b/tests/constant_propagation/enum.i
@@ -1,5 +1,5 @@
 /* run.config
-OPT: -semantic-const-folding -check
+OPT: -semantic-const-folding
 */
 
 enum E { A, B, C, D };
diff --git a/tests/constant_propagation/fct_ptr.i b/tests/constant_propagation/fct_ptr.i
index 9043ecb2e94..29ff3df6d99 100644
--- a/tests/constant_propagation/fct_ptr.i
+++ b/tests/constant_propagation/fct_ptr.i
@@ -1,5 +1,5 @@
 /* run.config
-OPT: -scf -check -then-on propagated -check
+OPT: -scf -then-on propagated
 */
 
 void (*pf)(void);
diff --git a/tests/value/oracle_bitwise/fun_ptr.err.oracle b/tests/float/oracle_symblocs/absorb.err.oracle
similarity index 100%
rename from tests/value/oracle_bitwise/fun_ptr.err.oracle
rename to tests/float/oracle_symblocs/absorb.err.oracle
diff --git a/tests/float/oracle_symblocs/absorb.res.oracle b/tests/float/oracle_symblocs/absorb.res.oracle
new file mode 100644
index 00000000000..bb9d21dcc43
--- /dev/null
+++ b/tests/float/oracle_symblocs/absorb.res.oracle
@@ -0,0 +1,57 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/absorb.c (with preprocessing)
+tests/float/absorb.c:15:[kernel] warning: Floating-point constant 1e-286 is not represented exactly. Will use 0x1.e74404f3daadbp-951. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  x ∈ {1.}
+  y ∈ {0}
+  z ∈ {0}
+  t ∈ {0}
+  min_f ∈ {0}
+  min_fl ∈ {0}
+  den ∈ {0}
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/float/absorb.c:13.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+tests/float/absorb.c:16:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  x ∈ {1.}
+  y ∈ {1.}
+  z ∈ {0}
+  t ∈ [-3.99999993723e+18 .. 3.99999993723e+18]
+  min_f ∈ {1.17549435082e-38}
+  min_fl ∈ {-1.17549435082e-38}
+  den ∈ {9.1835496158e-41}
+  b ∈ [-4000000004000000001..4000000004000000001]
+[from] Computing for function main
+[from] Computing for function Frama_C_interval <-main
+[from] Done for function Frama_C_interval
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function main:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  x FROM x; y (and SELF)
+  y FROM x; y (and SELF)
+  z FROM y
+  t FROM Frama_C_entropy_source
+  min_f FROM \nothing
+  min_fl FROM \nothing
+  den FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          Frama_C_entropy_source; x; y; z; t; min_f; min_fl; den; b
+[inout] Inputs for function main:
+          Frama_C_entropy_source; x; y; min_f
diff --git a/tests/value/oracle_bitwise/paths.err.oracle b/tests/float/oracle_symblocs/alarms.err.oracle
similarity index 100%
rename from tests/value/oracle_bitwise/paths.err.oracle
rename to tests/float/oracle_symblocs/alarms.err.oracle
diff --git a/tests/float/oracle_symblocs/alarms.res.oracle b/tests/float/oracle_symblocs/alarms.res.oracle
new file mode 100644
index 00000000000..9f8531eaba7
--- /dev/null
+++ b/tests/float/oracle_symblocs/alarms.res.oracle
@@ -0,0 +1,99 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/alarms.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  u1 ∈ {0}
+  u2 ∈ {0}
+  f ∈ {0}
+  d ∈ {0}
+  big ∈ {0}
+  ull ∈ {0}
+tests/float/alarms.i:9:[value] warning: non-finite float value. assert \is_finite(u1.f);
+tests/float/alarms.i:11:[value] warning: non-finite double value. assert \is_finite(u2.d);
+[value] DUMPING STATE of file tests/float/alarms.i line 12
+        u1{.l[bits 0 to 31]; .f; .d[bits 0 to 31]} ∈
+          [-3.40282346639e+38 .. 3.40282346639e+38]
+          {.l[bits 32 to 63]; .f[bits 32 to 63]; .d[bits 32 to 63]} ∈ [--..--]
+        u2{.l; .f[bits 0 to 63]; .d} ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+        f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+        d ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+        big ∈ {0}
+        ull ∈ {0}
+        l ∈ [--..--]
+        vf ∈ UNINITIALIZED
+        tmp ∈ UNINITIALIZED
+        vd ∈ UNINITIALIZED
+        i ∈ UNINITIALIZED
+        j ∈ UNINITIALIZED
+        mvd ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function fd <- main.
+        Called from tests/float/alarms.i:14.
+tests/float/alarms.i:14:[kernel] warning: Neither code nor specification for function fd, generating default assigns from the prototype
+[value] using specification for function fd
+[value] Done for function fd
+tests/float/alarms.i:14:[value] warning: non-finite double value. assert \is_finite(tmp);
+                                          (tmp from fd())
+tests/float/alarms.i:14:[value] warning: non-finite float value. assert \is_finite((float)tmp);
+                                         (tmp from fd())
+[value] computing for function fd <- main.
+        Called from tests/float/alarms.i:15.
+[value] Done for function fd
+tests/float/alarms.i:16:[value] warning: non-finite double value. assert \is_finite(vd);
+tests/float/alarms.i:16:[value] warning: overflow in conversion from floating-point to integer.
+                 assert -9223372036854775809 < vd;
+tests/float/alarms.i:16:[value] warning: overflow in conversion from floating-point to integer.
+                 assert vd < 9223372036854775808;
+tests/float/alarms.i:17:[value] warning: overflow in conversion from floating-point to integer.
+                 assert -9223372036854775809 < vf;
+tests/float/alarms.i:17:[value] warning: overflow in conversion from floating-point to integer.
+                 assert vf < 9223372036854775808;
+[value] computing for function fd <- main.
+        Called from tests/float/alarms.i:18.
+[value] Done for function fd
+tests/float/alarms.i:19:[value] warning: non-finite double value. assert \is_finite(vd);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  u1{.l[bits 0 to 31]; .f; .d[bits 0 to 31]} ∈
+    [-3.40282346639e+38 .. 3.40282346639e+38]
+    {.l[bits 32 to 63]; .f[bits 32 to 63]; .d[bits 32 to 63]} ∈ [--..--]
+  u2{.l; .f[bits 0 to 63]; .d} ∈
+    [-1.79769313486e+308 .. 1.79769313486e+308]
+  f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  d ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+  big ∈ {1.38350580553e+19}
+  ull ∈ {13835058055282163712}
+  vf ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  vd ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+  i ∈ [--..--]
+  j ∈ [--..--]
+  mvd ∈ [-4.49423283716e+307 .. 4.49423283716e+307]
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Computing for function fd <-main
+[from] Done for function fd
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function fd:
+  \result FROM \nothing
+[from] Function main:
+  u1 FROM l
+  u2 FROM l
+  f FROM l
+  d FROM l
+  big FROM \nothing
+  ull FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          u1; u2; f; d; big; ull; vf; tmp; vd; i; j; mvd; __retres
+[inout] Inputs for function main:
+          u1{.l[bits 0 to 31]; .f; .d[bits 0 to 31]}; u2; big
diff --git a/tests/value/oracle_equalities/paths.err.oracle b/tests/float/oracle_symblocs/builtins.err.oracle
similarity index 100%
rename from tests/value/oracle_equalities/paths.err.oracle
rename to tests/float/oracle_symblocs/builtins.err.oracle
diff --git a/tests/float/oracle_symblocs/builtins.res.oracle b/tests/float/oracle_symblocs/builtins.res.oracle
new file mode 100644
index 00000000000..bc31038a569
--- /dev/null
+++ b/tests/float/oracle_symblocs/builtins.res.oracle
@@ -0,0 +1,297 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/builtins.c (with preprocessing)
+tests/float/builtins.c:55:[kernel] warning: Floating-point constant 2.72 is not represented exactly. Will use 0x1.5c28f5c28f5c3p1. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  v ∈ [--..--]
+[value] computing for function Frama_C_float_interval <- main.
+        Called from tests/float/builtins.c:11.
+[value] using specification for function Frama_C_float_interval
+share/libc/__fc_builtin.h:141:[value] function Frama_C_float_interval: precondition got status valid.
+share/libc/__fc_builtin.h:142:[value] function Frama_C_float_interval: precondition got status valid.
+[value] Done for function Frama_C_float_interval
+[value] computing for function Frama_C_double_interval <- main.
+        Called from tests/float/builtins.c:12.
+[value] using specification for function Frama_C_double_interval
+share/libc/__fc_builtin.h:149:[value] function Frama_C_double_interval: precondition got status valid.
+share/libc/__fc_builtin.h:150:[value] function Frama_C_double_interval: precondition got status valid.
+[value] Done for function Frama_C_double_interval
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  f ∈ [-1. .. 1.]
+  d ∈ [-1. .. 1.]
+[value] Analyzing a complete application starting at main_log_exp
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  v ∈ [--..--]
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:51.
+tests/float/builtins.c:22:[value] function log: precondition got status valid.
+tests/float/builtins.c:23:[value] function log: precondition got status valid.
+tests/float/builtins.c:24:[value] function log: postcondition got status valid.
+[value] Recording results for log
+[value] Done for function log
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:52.
+tests/float/builtins.c:29:[value] function log10: precondition got status valid.
+tests/float/builtins.c:30:[value] function log10: precondition got status valid.
+tests/float/builtins.c:31:[value] function log10: postcondition got status valid.
+[value] Recording results for log10
+[value] Done for function log10
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:55.
+[value] Recording results for log
+[value] Done for function log
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:56.
+[value] Recording results for log10
+[value] Done for function log10
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:59.
+[value] Recording results for log
+[value] Done for function log
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:60.
+[value] Recording results for log10
+[value] Done for function log10
+tests/float/builtins.c:63:[value] warning: assertion got status unknown.
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:64.
+[value] Recording results for log
+[value] Done for function log
+tests/float/builtins.c:67:[value] warning: assertion got status unknown.
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:68.
+[value] Recording results for log10
+[value] Done for function log10
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:72.
+tests/float/builtins.c:23:[value] warning: function log: precondition got status unknown.
+[value] Recording results for log
+[value] Done for function log
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:75.
+tests/float/builtins.c:30:[value] warning: function log10: precondition got status unknown.
+[value] Recording results for log10
+[value] Done for function log10
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:78.
+tests/float/builtins.c:23:[value] warning: function log: precondition got status invalid.
+[value] Recording results for log
+[value] Done for function log
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:81.
+tests/float/builtins.c:30:[value] warning: function log10: precondition got status invalid.
+[value] Recording results for log10
+[value] Done for function log10
+[value] computing for function exp <- main_log_exp.
+        Called from tests/float/builtins.c:85.
+tests/float/builtins.c:36:[value] function exp: precondition got status valid.
+tests/float/builtins.c:37:[value] function exp: precondition got status valid.
+tests/float/builtins.c:38:[value] function exp: postcondition got status valid.
+[value] Recording results for exp
+[value] Done for function exp
+[value] computing for function exp <- main_log_exp.
+        Called from tests/float/builtins.c:88.
+[value] Recording results for exp
+[value] Done for function exp
+[value] computing for function exp <- main_log_exp.
+        Called from tests/float/builtins.c:91.
+[value] Recording results for exp
+[value] Done for function exp
+tests/float/builtins.c:94:[value] warning: assertion got status unknown.
+[value] computing for function exp <- main_log_exp.
+        Called from tests/float/builtins.c:95.
+tests/float/builtins.c:37:[value] warning: function exp: precondition got status unknown.
+[value] Recording results for exp
+[value] Done for function exp
+[value] computing for function exp <- main_log_exp.
+        Called from tests/float/builtins.c:98.
+tests/float/builtins.c:37:[value] warning: function exp: precondition got status invalid.
+[value] Recording results for exp
+[value] Done for function exp
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:102.
+[value] Recording results for log
+[value] Done for function log
+tests/float/builtins.c:103:[value] assertion got status valid.
+tests/float/builtins.c:107:[value] warning: non-finite double value. assert \is_finite((double)((int)(&d)));
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:107.
+tests/float/builtins.c:22:[value] warning: function log: precondition got status unknown.
+tests/float/builtins.c:26:[value] warning: non-finite double value. assert \is_finite(d);
+tests/float/builtins.c:26:[value] Reading left-value d.
+        It contains a garbled mix of {d} because of Arithmetic
+        {tests/float/builtins.c:107}.
+tests/float/builtins.c:26:[value] warning: builtin Frama_C_log: out-of-range argument {{ garbled mix of &{d}
+                 (origin: Arithmetic) }}
+tests/float/builtins.c:26:[value] function Frama_C_log applied to address
+tests/float/builtins.c:24:[value] warning: function log: postcondition got status unknown.
+tests/float/builtins.c:26:[value] warning: non-finite double value. assert \is_finite(tmp);
+                                          (tmp from Frama_C_log(d))
+[value] Recording results for log
+[value] Done for function log
+tests/float/builtins.c:111:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+[value] Recording results for main_log_exp
+[value] done for function main_log_exp
+tests/float/builtins.c:111:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function exp:
+  
+[value:final-states] Values at end of function log:
+  
+[value:final-states] Values at end of function log10:
+  
+[value:final-states] Values at end of function main_log_exp:
+  l1 ∈ {0} or UNINITIALIZED
+  l2 ∈ {1.00063188031} or UNINITIALIZED
+  l3 ∈ {1.09861228867} or UNINITIALIZED
+  l4 ∈ [2.30258509299 .. 4.60517018599] or UNINITIALIZED
+  l5 ∈ [-744.440071921 .. 709.782712893] or UNINITIALIZED
+  l6 ∈ UNINITIALIZED
+  l7 ∈ {{ garbled mix of &{d} (origin: Arithmetic) }} or UNINITIALIZED
+  l8 ∈ UNINITIALIZED
+  m1 ∈ {0} or UNINITIALIZED
+  m2 ∈ {1.} or UNINITIALIZED
+  m3 ∈ {1.30102999566} or UNINITIALIZED
+  m4 ∈ [1. .. 2.00432137378] or UNINITIALIZED
+  m5 ∈ [-323.306215343 .. 308.25471556] or UNINITIALIZED
+  m6 ∈ UNINITIALIZED
+  e1 ∈ {1.} or UNINITIALIZED
+  e2 ∈ {0} or UNINITIALIZED
+  e3 ∈ {2.68811714182e+43} or UNINITIALIZED
+  e4 ∈ [2.68811714182e+43 .. 1.79769313486e+308] or UNINITIALIZED
+  e5 ∈ UNINITIALIZED
+  e6 ∈ {1.79769313486e+308} or UNINITIALIZED
+[value] Analyzing a complete application starting at main_log_exp
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  v ∈ [--..--]
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:51.
+[value] warning: option -all-rounding-modes is not supported for builtin Frama_C_log
+[value] Recording results for log
+[value] Done for function log
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:52.
+[value] warning: option -all-rounding-modes is not supported for builtin Frama_C_log10
+[value] Recording results for log10
+[value] Done for function log10
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:55.
+[value] Recording results for log
+[value] Done for function log
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:56.
+[value] Recording results for log10
+[value] Done for function log10
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:59.
+[value] Recording results for log
+[value] Done for function log
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:60.
+[value] Recording results for log10
+[value] Done for function log10
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:64.
+[value] Recording results for log
+[value] Done for function log
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:68.
+[value] Recording results for log10
+[value] Done for function log10
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:72.
+tests/float/builtins.c:26:[value] warning: builtin Frama_C_log: out-of-range argument ([-0. .. 1.79769313486e+308]):
+                 negative argument, computation may result in NaN
+[value] Recording results for log
+[value] Done for function log
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:75.
+tests/float/builtins.c:33:[value] warning: builtin Frama_C_log10: out-of-range argument ([-0. .. 1.79769313486e+308]):
+                 negative argument, computation may result in NaN
+[value] Recording results for log10
+[value] Done for function log10
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:78.
+[value] Recording results for log
+[value] Done for function log
+[value] computing for function log10 <- main_log_exp.
+        Called from tests/float/builtins.c:81.
+[value] Recording results for log10
+[value] Done for function log10
+[value] computing for function exp <- main_log_exp.
+        Called from tests/float/builtins.c:85.
+[value] warning: option -all-rounding-modes is not supported for builtin Frama_C_exp
+[value] Recording results for exp
+[value] Done for function exp
+[value] computing for function exp <- main_log_exp.
+        Called from tests/float/builtins.c:88.
+[value] Recording results for exp
+[value] Done for function exp
+[value] computing for function exp <- main_log_exp.
+        Called from tests/float/builtins.c:91.
+[value] Recording results for exp
+[value] Done for function exp
+[value] computing for function exp <- main_log_exp.
+        Called from tests/float/builtins.c:95.
+[value] Recording results for exp
+[value] Done for function exp
+[value] computing for function exp <- main_log_exp.
+        Called from tests/float/builtins.c:98.
+[value] Recording results for exp
+[value] Done for function exp
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:102.
+[value] Recording results for log
+[value] Done for function log
+tests/float/builtins.c:107:[value] warning: non-finite double value. assert \is_finite((double)((int)(&d)));
+[value] computing for function log <- main_log_exp.
+        Called from tests/float/builtins.c:107.
+tests/float/builtins.c:26:[value] warning: non-finite double value. assert \is_finite(d);
+tests/float/builtins.c:26:[value] warning: non-finite double value. assert \is_finite(tmp);
+                                          (tmp from Frama_C_log(d))
+[value] Recording results for log
+[value] Done for function log
+tests/float/builtins.c:111:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+[value] Recording results for main_log_exp
+[value] done for function main_log_exp
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function exp:
+  
+[value:final-states] Values at end of function log:
+  
+[value:final-states] Values at end of function log10:
+  
+[value:final-states] Values at end of function main_log_exp:
+  l1 ∈ {0} or UNINITIALIZED
+  l2 ∈ {1.00063188031} or UNINITIALIZED
+  l3 ∈ {1.09861228867} or UNINITIALIZED
+  l4 ∈ [2.30258509299 .. 4.60517018599] or UNINITIALIZED
+  l5 ∈ [-744.440071921 .. 709.782712893] or UNINITIALIZED
+  l6 ∈ UNINITIALIZED
+  l7 ∈ {{ garbled mix of &{d} (origin: Arithmetic) }} or UNINITIALIZED
+  l8 ∈ UNINITIALIZED
+  m1 ∈ {0} or UNINITIALIZED
+  m2 ∈ {1.} or UNINITIALIZED
+  m3 ∈ {1.30102999566} or UNINITIALIZED
+  m4 ∈ [1. .. 2.00432137378] or UNINITIALIZED
+  m5 ∈ [-323.306215343 .. 308.25471556] or UNINITIALIZED
+  m6 ∈ UNINITIALIZED
+  e1 ∈ {1.} or UNINITIALIZED
+  e2 ∈ {0} or UNINITIALIZED
+  e3 ∈ {2.68811714182e+43} or UNINITIALIZED
+  e4 ∈ [2.68811714182e+43 .. 1.79769313486e+308] or UNINITIALIZED
+  e5 ∈ UNINITIALIZED
+  e6 ∈ {1.79769313486e+308} or UNINITIALIZED
diff --git a/tests/value/oracle_legacy/fun_ptr.err.oracle b/tests/float/oracle_symblocs/cond.err.oracle
similarity index 100%
rename from tests/value/oracle_legacy/fun_ptr.err.oracle
rename to tests/float/oracle_symblocs/cond.err.oracle
diff --git a/tests/float/oracle_symblocs/cond.res.oracle b/tests/float/oracle_symblocs/cond.res.oracle
new file mode 100644
index 00000000000..e8217e8d2ad
--- /dev/null
+++ b/tests/float/oracle_symblocs/cond.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/cond.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  dx ∈ {0}
+  dy ∈ {0}
+  dz ∈ {0}
+  dt ∈ {0}
+  c1 ∈ {0}
+  c2 ∈ {0}
+[value] computing for function Frama_C_float_interval <- main.
+        Called from tests/float/cond.c:12.
+[value] using specification for function Frama_C_float_interval
+share/libc/__fc_builtin.h:141:[value] function Frama_C_float_interval: precondition got status valid.
+share/libc/__fc_builtin.h:142:[value] function Frama_C_float_interval: precondition got status valid.
+[value] Done for function Frama_C_float_interval
+[value] computing for function Frama_C_float_interval <- main.
+        Called from tests/float/cond.c:15.
+[value] Done for function Frama_C_float_interval
+tests/float/cond.c:18:[value] warning: assertion got status unknown.
+[value] computing for function Frama_C_float_interval <- main.
+        Called from tests/float/cond.c:20.
+[value] Done for function Frama_C_float_interval
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  x ∈ [-0x0.0000000000000p-1022 .. 0x1.4000000000000p3]
+  dx ∈ [0x1.0000000000001p0 .. 0x1.4000000000000p3]
+  dz ∈ [0x1.0000000000001p0 .. 0x1.4000000000000p3]
+  dt ∈ [-0x1.4000000000000p3 .. 0x1.fffffffffffffp-1]
+  c1 ∈ {1}
diff --git a/tests/value/oracle_legacy/paths.err.oracle b/tests/float/oracle_symblocs/cond_cast_int_to_float.err.oracle
similarity index 100%
rename from tests/value/oracle_legacy/paths.err.oracle
rename to tests/float/oracle_symblocs/cond_cast_int_to_float.err.oracle
diff --git a/tests/float/oracle_symblocs/cond_cast_int_to_float.res.oracle b/tests/float/oracle_symblocs/cond_cast_int_to_float.res.oracle
new file mode 100644
index 00000000000..c6662b84bea
--- /dev/null
+++ b/tests/float/oracle_symblocs/cond_cast_int_to_float.res.oracle
@@ -0,0 +1,79 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/cond_cast_int_to_float.c (with preprocessing)
+tests/float/cond_cast_int_to_float.c:18:[kernel] warning: Floating-point constant 30.1f is not represented exactly. Will use 0x1.e1999a0000000p4. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+tests/float/cond_cast_int_to_float.c:15:[value] warning: function main: precondition got status unknown.
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:18.
+[value] using specification for function assert
+tests/float/cond_cast_int_to_float.c:3:[value] function assert: precondition got status valid.
+[value] Done for function assert
+[value] Called Frama_C_show_each_then({18}, [31..10000])
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:18.
+[value] Done for function assert
+[value] Called Frama_C_show_each_else({18}, [-10000..30])
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:19.
+[value] Done for function assert
+[value] Called Frama_C_show_each_then({19}, [31..10000])
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:19.
+[value] Done for function assert
+[value] Called Frama_C_show_each_else({19}, [-10000..30])
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:20.
+[value] Done for function assert
+[value] Called Frama_C_show_each_then({20}, [30..10000])
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:20.
+[value] Done for function assert
+[value] Called Frama_C_show_each_else({20}, [-10000..29])
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:22.
+[value] Done for function assert
+[value] Called Frama_C_show_each_then({22}, [-30..10000])
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:22.
+[value] Done for function assert
+[value] Called Frama_C_show_each_else({22}, [-10000..-31])
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:23.
+[value] Done for function assert
+[value] Called Frama_C_show_each_then({23}, [-30..10000])
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:23.
+[value] Done for function assert
+[value] Called Frama_C_show_each_else({23}, [-10000..-31])
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:24.
+[value] Done for function assert
+[value] Called Frama_C_show_each_then({24}, [-29..10000])
+[value] computing for function assert <- main.
+        Called from tests/float/cond_cast_int_to_float.c:24.
+[value] Done for function assert
+[value] Called Frama_C_show_each_else({24}, [-10000..-30])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Computing for function assert <-main
+[from] Done for function assert
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function assert:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/float/oracle_symblocs/const.err.oracle b/tests/float/oracle_symblocs/const.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/const.res.oracle b/tests/float/oracle_symblocs/const.res.oracle
new file mode 100644
index 00000000000..eda7617317c
--- /dev/null
+++ b/tests/float/oracle_symblocs/const.res.oracle
@@ -0,0 +1,295 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/const.i (no preprocessing)
+tests/float/const.i:21:[kernel] warning: Floating-point constant 0.0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024703282292062327208828439643411068618252990130716238221279284125033775363510437593264991818081799618989828234772285886546332835517796989819938739800539093906315035659515570226392290858392449105184435931802849936536152500319370457678249219365623669863658480757001585769269903706311928279558551332927834338409351978015531246597263579574622766465272827220056374006485499977096599470454020828166226237857393450736339007967761930577506740176324673600968951340535537458516661134223766678604162159680461914467291840300530057530849048765391711386591646239524912623653881879636239373280423891018672348497668235089863388587925628302755995657524455507255189313690836254779186948667994968324049705821028513185451396213837722826145437693412532098591327667236328125 is not represented exactly. Will use 0x0.0000000000000p-1022
+tests/float/const.i:22:[kernel] warning: Floating-point constant 0.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002470328229206232720882843964341106861825299013071623822127928412503377536351043759326499181808179961898982823477228588654633283551779698981993873980053909390631503565951557022639229085839244910518443593180284993653615250031937045767824921936562366986365848075700158576926990370631192827955855133292783433840935197801553124659726357957462276646527282722005637400648549997709659947045402082816622623785739345073633900796776193057750674017632467360096895134053553745851666113422376667860416215968046191446729184030053005753084904876539171138659164623952491262365388187963623937328042389101867234849766823508986338858792562830275599565752445550725518931369083625477918694866799496832404970582102851318545139621383772282614543769341253209859132766723632812501 is not represented exactly. Will use 0x0.0000000000001p-1022
+tests/float/const.i:23:[kernel] warning: Floating-point constant 0.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002470328229206232720882843964341106861825299013071623822127928412503377536351043759326499181808179961898982823477228588654633283551779698981993873980053909390631503565951557022639229085839244910518443593180284993653615250031937045767824921936562366986365848075700158576926990370631192827955855133292783433840935197801553124659726357957462276646527282722005637400648549997709659947045402082816622623785739345073633900796776193057750674017632467360096895134053553745851666113422376667860416215968046191446729184030053005753084904876539171138659164623952491262365388187963623937328042389101867234849766823508986338858792562830275599565752445550725518931369083625477918694866799496832404970582102851318545139621383772282614543769341253209859132766723632812499 is not represented exactly. Will use 0x0.0000000000000p-1022
+tests/float/const.i:26:[kernel] warning: Floating-point constant 0.0000000000000000000000000000000000000000000014012984643248170709237295832899161312802619418765157717570682838897910826858606014866381883621215820312499 is not represented exactly. Will use 0x1.0000000000000p-149
+tests/float/const.i:27:[kernel] warning: Floating-point constant 0.0000000000000000000000000000000000000000000014012984643248170709237295832899161312802619418765157717570682838897910826858606014866381883621215820312501 is not represented exactly. Will use 0x1.0000000000000p-149
+tests/float/const.i:29:[kernel] warning: Floating-point constant 0.0000000000000000000000000000000000000000000014012984643248170709237295832899161312802619418765157717570682838897910826858606014866381883621215820312499f is not represented exactly. Will use 0x1.0000000000000p-149
+tests/float/const.i:30:[kernel] warning: Floating-point constant 0.0000000000000000000000000000000000000000000014012984643248170709237295832899161312802619418765157717570682838897910826858606014866381883621215820312501f is not represented exactly. Will use 0x1.0000000000000p-149
+tests/float/const.i:33:[kernel] warning: Floating-point constant 0.00000000000000000000000000000000000000000000070064923216240853546186479164495806564013097093825788587853414194489554134293030074331909418106079101562499 is not represented exactly. Will use 0x1.0000000000000p-150
+tests/float/const.i:34:[kernel] warning: Floating-point constant 0.00000000000000000000000000000000000000000000070064923216240853546186479164495806564013097093825788587853414194489554134293030074331909418106079101562501 is not represented exactly. Will use 0x1.0000000000000p-150
+tests/float/const.i:35:[kernel] warning: Floating-point constant 0.000000000000000000000000000000000000000000000700649232162408535461864791644958065640130970938257885878534141944895541342930300743319094181060791015625f is not represented exactly. Will use 0x0.0000000000000p-1022
+tests/float/const.i:36:[kernel] warning: Floating-point constant 0.00000000000000000000000000000000000000000000070064923216240853546186479164495806564013097093825788587853414194489554134293030074331909418106079101562499f is not represented exactly. Will use 0x0.0000000000000p-1022
+tests/float/const.i:37:[kernel] warning: Floating-point constant 0.00000000000000000000000000000000000000000000070064923216240853546186479164495806564013097093825788587853414194489554134293030074331909418106079101562501f is not represented exactly. Will use 0x1.0000000000000p-149
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  f0 ∈ {0}
+  f_ ∈ {0}
+  f00 ∈ {0}
+  f1 ∈ {0x1.8000000000000p1}
+  f2 ∈ {0}
+  f3 ∈ {0}
+  f_0 ∈ {0}
+  f13 ∈ {0}
+  f26 ∈ {0}
+  fic0 ∈ {0}
+  fic1 ∈ {0}
+  fic2 ∈ {0}
+  fic4 ∈ {0}
+  fec0 ∈ {0}
+  fec2 ∈ {0}
+  fec4 ∈ {0}
+  m0 ∈ {0}
+  m_ ∈ {0}
+  m00 ∈ {0}
+  m1 ∈ {0x1.8000000000000p1}
+  m2 ∈ {0}
+  m3 ∈ {0}
+  m_0 ∈ {0}
+  m13 ∈ {0}
+  m26 ∈ {0}
+  d0 ∈ {0}
+  d1 ∈ {0x1.8000000000000p1}
+  d2 ∈ {0}
+  d3 ∈ {0}
+  d4 ∈ {0}
+  d5 ∈ {0}
+  d6 ∈ {0}
+  d7 ∈ {0}
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+  F ∈ {0}
+  G ∈ {0}
+  H ∈ {0}
+  I ∈ {0}
+  J ∈ {0}
+  K ∈ {0}
+  L ∈ {0}
+  P ∈ {0}
+  Q ∈ {0}
+  R ∈ {0}
+  Am ∈ {0}
+  Bm ∈ {0}
+  Cm ∈ {0}
+  Dm ∈ {0}
+  Em ∈ {0}
+  Fm ∈ {0}
+  Gm ∈ {0}
+  Hm ∈ {0}
+  Im ∈ {0}
+  Jm ∈ {0}
+  Km ∈ {0}
+  Lm ∈ {0}
+  t1 ∈ {0}
+  t2 ∈ {0}
+  t3 ∈ {0}
+  t4 ∈ {0}
+  t5 ∈ {0}
+  t6 ∈ {0}
+  t7 ∈ {0}
+  t8 ∈ {0}
+  t9 ∈ {0}
+  C0 ∈ {0}
+  C2 ∈ {2}
+  s1 ∈ {0}
+  s2 ∈ {0}
+  s3 ∈ {0}
+  s4 ∈ {0}
+  s5 ∈ {0}
+  s6 ∈ {0}
+  s7 ∈ {0}
+  s8 ∈ {0}
+  s9 ∈ {0}
+  if1 ∈ {0}
+  if2 ∈ {0}
+  if3 ∈ {0}
+  ite1 ∈ {0}
+  ite2 ∈ {0}
+  ite3 ∈ {0}
+  ca1 ∈ {0}
+  ca2 ∈ {0}
+  ca3 ∈ {0}
+  ca4 ∈ {0}
+  corner_case_small0 ∈ {0}
+  corner_case_small1 ∈ {0x0.0000000000001p-1022}
+  corner_case_small2 ∈ {0}
+  smallest_pos0 ∈ {0x1.0000000000000p-149}
+  smallest_pos1 ∈ {0x1.0000000000000p-149}
+  smallest_pos2 ∈ {0x1.0000000000000p-149}
+  smallest_pos3 ∈ {0x1.0000000000000p-149}
+  smallest_pos4 ∈ {0x1.0000000000000p-149}
+  smallest_pos5 ∈ {0x1.0000000000000p-149}
+  half_smallest_pos0 ∈ {0}
+  half_smallest_pos1 ∈ {0}
+  half_smallest_pos2 ∈ {0}
+  half_smallest_pos3 ∈ {0}
+  half_smallest_pos4 ∈ {0}
+  half_smallest_pos5 ∈ {0x1.0000000000000p-149}
+tests/float/const.i:48:[value] assertion got status valid.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  f_ ∈ {-0x0.0000000000000p-1022}
+  f00 ∈ {0}
+  f2 ∈ {0x1.8000000000000p1}
+  f3 ∈ {0x1.8000000000000p1}
+  f_0 ∈ [-0x0.0000000000000p-1022 .. 0x0.0000000000000p-1022]
+  f13 ∈ [0x1.0000000000000p0 .. 0x1.8000000000000p1]
+  f26 ∈ [0x1.0000000000000p1 .. 0x1.8000000000000p2]
+  fic0 ∈ {0}
+  fic1 ∈ {0x1.0000000000000p0}
+  fic2 ∈ {0x1.0000000000000p1}
+  fic4 ∈ {0x1.0000000000000p2}
+  fec0 ∈ {0}
+  fec2 ∈ {0x1.0000000000000p1}
+  fec4 ∈ {0x1.0000000000000p2}
+  m_ ∈ {-0x0.0000000000000p-1022}
+  m00 ∈ {0}
+  m2 ∈ {0x1.8000000000000p1}
+  m_0 ∈ [-0x0.0000000000000p-1022 .. 0x0.0000000000000p-1022]
+  m13 ∈ [0x1.0000000000000p0 .. 0x1.8000000000000p1]
+  m26 ∈ [0x1.0000000000000p1 .. 0x1.8000000000000p2]
+  d2 ∈ {0x1.8000000000000p1}
+  d3 ∈ {0x1.4000000000000p2}
+  d4 ∈ {0x1.4000000000000p2}
+  d5 ∈ [-0x1.8000000000000p1 .. 0x1.2000000000000p3]
+  d6 ∈ {0x1.8000000000000p1}
+  d7 ∈ [-0x1.2000000000000p3 .. 0x1.8000000000000p1]
+  A ∈ {1}
+  B ∈ {0}
+  C ∈ {1}
+  D ∈ {0}
+  E ∈ {1}
+  F ∈ {1}
+  G ∈ {1}
+  H ∈ {0; 1}
+  I ∈ {0; 1}
+  J ∈ {0}
+  K ∈ {0}
+  L ∈ {0; 1}
+  P ∈ {0; 1}
+  Q ∈ {0}
+  R ∈ {1}
+  Am ∈ {1}
+  Bm ∈ {0}
+  Cm ∈ {1}
+  Dm ∈ {0}
+  Em ∈ {1}
+  Fm ∈ {1}
+  Gm ∈ {1}
+  Hm ∈ {0; 1}
+  Im ∈ {0; 1}
+  Jm ∈ {0}
+  Km ∈ {0}
+  Lm ∈ {0; 1}
+  t1 ∈ {1}
+  t2 ∈ {1}
+  t3 ∈ {1}
+  t4 ∈ {0; 1}
+  t5 ∈ {0; 1}
+  t6 ∈ {1}
+  t7 ∈ {0}
+  t8 ∈ {1}
+  s1 ∈ {0}
+  s2 ∈ {0}
+  s3 ∈ {1}
+  s4 ∈ {0; 1}
+  s5 ∈ {0; 1}
+  s6 ∈ {1}
+  s7 ∈ {0}
+  s8 ∈ {0}
+  if1 ∈ {1}
+  ite1 ∈ {1}
+  ite2 ∈ {2}
+  ite3 ∈ {2}
+  ca1 ∈ {0}
+  ca2 ∈ {1; 2; 3}
+  ca3 ∈ {0}
+  ca4 ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  f_ FROM f0
+  f00 FROM f0
+  f2 FROM f1
+  f3 FROM f0; f1
+  f_0 FROM f0; c1
+  f13 FROM c1
+  f26 FROM c1
+  fic0 FROM C0
+  fic1 FROM \nothing
+  fic2 FROM C2
+  fic4 FROM C2
+  fec0 FROM C0
+  fec2 FROM C2
+  fec4 FROM C2
+  m_ FROM m0
+  m00 FROM m0
+  m2 FROM m1
+  m_0 FROM m0; c1
+  m13 FROM c1
+  m26 FROM c1
+  d2 FROM f1; d1
+  d3 FROM d1
+  d4 FROM d1
+  d5 FROM c1; c2
+  d6 FROM f0; f1; d1
+  d7 FROM c1; c2
+  A FROM f0
+  B FROM f0; f1
+  C FROM f0
+  D FROM f0; f1
+  E FROM f0
+  F FROM f0; c1
+  G FROM f0; c1
+  H FROM f0; c1
+  I FROM f0; c1
+  J FROM f0; c1
+  K FROM f0; c1
+  L FROM c1; c2
+  P FROM c1; c2
+  Q FROM f0
+  R FROM f0; f1
+  Am FROM m0
+  Bm FROM m0; m1
+  Cm FROM m0
+  Dm FROM m0; m1
+  Em FROM m0
+  Fm FROM m0; c1
+  Gm FROM m0; c1
+  Hm FROM m0; c1
+  Im FROM m0; c1
+  Jm FROM m0; c1
+  Km FROM m0; c1
+  Lm FROM c1; c2
+  t1 FROM f0; c1
+  t2 FROM f0; c1
+  t3 FROM f0; c1
+  t4 FROM c1
+  t5 FROM c1
+  t6 FROM c1
+  t7 FROM c1
+  t8 FROM f1
+  s1 FROM f0; c1
+  s2 FROM f0; c1
+  s3 FROM f0; c1
+  s4 FROM c1
+  s5 FROM c1
+  s6 FROM c1
+  s7 FROM c1
+  s8 FROM f1
+  if1 FROM \nothing (and SELF)
+  ite1 FROM \nothing
+  ite2 FROM \nothing
+  ite3 FROM \nothing
+  ca1 FROM f0; c1
+  ca2 FROM c1
+  ca3 FROM f0
+  ca4 FROM f0
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          f_; f00; f2; f3; f_0; f13; f26; fic0; fic1; fic2; fic4; fec0; fec2; 
+          fec4; m_; m00; m2; m_0; m13; m26; d2; d3; d4; d5; d6; d7; A; B; C; 
+          D; E; F; G; H; I; J; K; L; P; Q; R; Am; Bm; Cm; Dm; Em; Fm; Gm; Hm; 
+          Im; Jm; Km; Lm; t1; t2; t3; t4; t5; t6; t7; t8; s1; s2; s3; s4; s5; 
+          s6; s7; s8; if1; ite1; ite2; ite3; ca1; ca2; ca3; ca4; tmp; tmp_0; 
+          tmp_1; tmp_2; tmp_3; tmp_4; tmp_5; tmp_6; tmp_7
diff --git a/tests/float/oracle_symblocs/const1.err.oracle b/tests/float/oracle_symblocs/const1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/const1.res.oracle b/tests/float/oracle_symblocs/const1.res.oracle
new file mode 100644
index 00000000000..eec4cef0547
--- /dev/null
+++ b/tests/float/oracle_symblocs/const1.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/const1.i (no preprocessing)
+tests/float/const1.i:1:[kernel] warning: Floating-point constant 1e40f is not represented exactly. Will use inf. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/float/const1.i:1:[value] warning: non-finite float value. assert \is_finite(1e40f);
+tests/float/const1.i:1:[value] Evaluation of initializer '(unsigned long long)1e40f' failed
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NOT ACCESSIBLE
+[value] Value analysis not started because globals initialization is not computable.
+[value] ====== VALUES COMPUTED ======
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/float/oracle_symblocs/const2.err.oracle b/tests/float/oracle_symblocs/const2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/const2.res.oracle b/tests/float/oracle_symblocs/const2.res.oracle
new file mode 100644
index 00000000000..48dbb314e70
--- /dev/null
+++ b/tests/float/oracle_symblocs/const2.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/const2.i (no preprocessing)
+tests/float/const2.i:1:[kernel] warning: Floating-point constant 1e-40f is not represented exactly. Will use 0x1.16c2000000000p-133. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/float/const2.i:2:[value] warning: non-finite float value. assert \is_finite(1e40f);
+tests/float/const2.i:2:[value] Evaluation of initializer '1e40f' failed
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NOT ACCESSIBLE
+[value] Value analysis not started because globals initialization is not computable.
+[value] ====== VALUES COMPUTED ======
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/float/oracle_symblocs/const3.0.err.oracle b/tests/float/oracle_symblocs/const3.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/const3.0.res.oracle b/tests/float/oracle_symblocs/const3.0.res.oracle
new file mode 100644
index 00000000000..a6fb67c12d4
--- /dev/null
+++ b/tests/float/oracle_symblocs/const3.0.res.oracle
@@ -0,0 +1,35 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/const3.i (no preprocessing)
+tests/float/const3.i:6:[kernel] warning: Floating-point constant 1e-40f is not represented exactly. Will use 0x1.16c2000000000p-133
+tests/float/const3.i:7:[kernel] warning: Floating-point constant 1e-40 is not represented exactly. Will use 0x1.16c262777579cp-133
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  f1 ∈ {9.99994610111e-41}
+  d0 ∈ {1e-40}
+[value] DUMPING STATE of file tests/float/const3.i line 11
+        f1 ∈ {9.99994610111e-41}
+        d0 ∈ {1e-40}
+        d1 ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  d1 ∈ {9.99994610111e-41}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          d1; __retres
+[inout] Inputs for function main:
+          f1
diff --git a/tests/float/oracle_symblocs/const3.1.err.oracle b/tests/float/oracle_symblocs/const3.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/const3.1.res.oracle b/tests/float/oracle_symblocs/const3.1.res.oracle
new file mode 100644
index 00000000000..e1c2cbfcba4
--- /dev/null
+++ b/tests/float/oracle_symblocs/const3.1.res.oracle
@@ -0,0 +1,35 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/const3.i (no preprocessing)
+tests/float/const3.i:6:[kernel] warning: Floating-point constant 1e-40f is not represented exactly. Will use 0x1.16c2000000000p-133
+tests/float/const3.i:7:[kernel] warning: Floating-point constant 1e-40 is not represented exactly. Will use 0x1.16c262777579cp-133
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  f1 ∈ [0x1.16c2000000000p-133 .. 0x1.16c3000000000p-133]
+  d0 ∈ [0x1.16c262777579cp-133 .. 0x1.16c262777579dp-133]
+[value] DUMPING STATE of file tests/float/const3.i line 11
+        f1 ∈ [0x1.16c2000000000p-133 .. 0x1.16c3000000000p-133]
+        d0 ∈ [0x1.16c262777579cp-133 .. 0x1.16c262777579dp-133]
+        d1 ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  d1 ∈ [0x1.16c2000000000p-133 .. 0x1.16c3000000000p-133]
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          d1; __retres
+[inout] Inputs for function main:
+          f1
diff --git a/tests/float/oracle_symblocs/const4.0.err.oracle b/tests/float/oracle_symblocs/const4.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/const4.0.res.oracle b/tests/float/oracle_symblocs/const4.0.res.oracle
new file mode 100644
index 00000000000..795011ffb97
--- /dev/null
+++ b/tests/float/oracle_symblocs/const4.0.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/const4.i (no preprocessing)
+tests/float/const4.i:6:[kernel] warning: Floating-point constant 3.4e38f is not represented exactly. Will use 0x1.ff933c0000000p127
+tests/float/const4.i:7:[kernel] warning: Floating-point constant 3.405e38f is not represented exactly. Will use inf
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/float/const4.i:7:[value] warning: non-finite float value. assert \is_finite(3.405e38f);
+tests/float/const4.i:7:[value] Evaluation of initializer '(double)3.405e38f' failed
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NOT ACCESSIBLE
+[value] Value analysis not started because globals initialization is not computable.
+[value] ====== VALUES COMPUTED ======
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/float/oracle_symblocs/const4.1.err.oracle b/tests/float/oracle_symblocs/const4.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/const4.1.res.oracle b/tests/float/oracle_symblocs/const4.1.res.oracle
new file mode 100644
index 00000000000..c6a7cb5ee7c
--- /dev/null
+++ b/tests/float/oracle_symblocs/const4.1.res.oracle
@@ -0,0 +1,36 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/const4.i (no preprocessing)
+tests/float/const4.i:6:[kernel] warning: Floating-point constant 3.4e38f is not represented exactly. Will use 0x1.ff933c0000000p127
+tests/float/const4.i:7:[kernel] warning: Floating-point constant 3.405e38f is not represented exactly. Will use inf
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/float/const4.i:7:[value] warning: non-finite float value. assert \is_finite(3.405e38f);
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  f1 ∈ [3.39999995214e+38 .. 3.40000015497e+38]
+  f2 ∈ {3.40282346639e+38}
+[value] DUMPING STATE of file tests/float/const4.i line 11
+        f1 ∈ [3.39999995214e+38 .. 3.40000015497e+38]
+        f2 ∈ {3.40282346639e+38}
+        d2 ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  d2 ∈ {3.40282346639e+38}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          d2; __retres
+[inout] Inputs for function main:
+          f2
diff --git a/tests/float/oracle_symblocs/conv.err.oracle b/tests/float/oracle_symblocs/conv.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/conv.res.oracle b/tests/float/oracle_symblocs/conv.res.oracle
new file mode 100644
index 00000000000..28b908f8014
--- /dev/null
+++ b/tests/float/oracle_symblocs/conv.res.oracle
@@ -0,0 +1,100 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/conv.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  f ∈ {0}
+  d ∈ {0}
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/float/conv.i:105.
+[value] Called Frama_C_show_each({0})
+[value] Called Frama_C_show_each({1.40129846432e-45})
+[value] Called Frama_C_show_each([1.40129846432e-43 .. 2.40330263757e+12])
+tests/float/conv.i:24:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each({3.40282346639e+38})
+tests/float/conv.i:29:[value] assertion got status valid.
+tests/float/conv.i:32:[value] warning: non-finite float value. assert \is_finite(*((float *)(&i)));
+[value] Called Frama_C_show_each([-3.40282346639e+38 .. 3.40282346639e+38])
+[value] Called Frama_C_show_each({-3.40282346639e+38})
+tests/float/conv.i:38:[value] assertion got status valid.
+tests/float/conv.i:41:[value] warning: non-finite float value. assert \is_finite(*((float *)(&i)));
+[value] Called Frama_C_show_each([-3.40282346639e+38 .. 3.40282346639e+38])
+[value] Called Frama_C_show_each([0. .. 1.40129846432e-45])
+tests/float/conv.i:48:[value] warning: assertion got status unknown.
+tests/float/conv.i:49:[value] warning: non-finite float value. assert \is_finite(*((float *)(&i)));
+[value] Called Frama_C_show_each([-3.40282346639e+38 .. 3.40282346639e+38])
+tests/float/conv.i:52:[value] warning: non-finite float value. assert \is_finite(*((float *)(&i)));
+[value] Called Frama_C_show_each([-3.40282346639e+38 .. 3.40282346639e+38])
+tests/float/conv.i:55:[value] warning: non-finite float value. assert \is_finite(*((float *)(&ui)));
+[value] Called Frama_C_show_each([-3.40282346639e+38 .. 3.40282346639e+38])
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/float/conv.i:106.
+[value] Called Frama_C_show_each({0})
+[value] Called Frama_C_show_each({4.94065645841e-324})
+[value] Called Frama_C_show_each([4.94065645841e-322 .. 9.22442153475e+159])
+[value] Called Frama_C_show_each({1.79769313486e+308})
+tests/float/conv.i:74:[value] assertion got status valid.
+tests/float/conv.i:77:[value] warning: non-finite double value. assert \is_finite(*((double *)(&i)));
+[value] Called Frama_C_show_each([-1.79769313486e+308 .. 1.79769313486e+308])
+tests/float/conv.i:80:[value] warning: non-finite double value. assert \is_finite(*((double *)(&i)));
+[value] Called Frama_C_show_each([-1.79769313486e+308 .. 1.79769313486e+308])
+[value] Called Frama_C_show_each({-1.79769313486e+308})
+tests/float/conv.i:85:[value] assertion got status valid.
+tests/float/conv.i:88:[value] warning: non-finite double value. assert \is_finite(*((double *)(&i)));
+[value] Called Frama_C_show_each([-1.79769313486e+308 .. 1.79769313486e+308])
+[value] Called Frama_C_show_each([0. .. 4.94065645841e-324])
+tests/float/conv.i:94:[value] warning: assertion got status unknown.
+tests/float/conv.i:95:[value] warning: non-finite double value. assert \is_finite(*((double *)(&i)));
+[value] Called Frama_C_show_each([-1.79769313486e+308 .. 1.79769313486e+308])
+tests/float/conv.i:98:[value] warning: non-finite double value. assert \is_finite(*((double *)(&i)));
+[value] Called Frama_C_show_each([-1.79769313486e+308 .. 1.79769313486e+308])
+tests/float/conv.i:101:[value] warning: non-finite double value. assert \is_finite(*((double *)(&ui)));
+[value] Called Frama_C_show_each([-1.79769313486e+308 .. 1.79769313486e+308])
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  i ∈ {0; 0x7FFFFFFF}
+  ui ∈ {0xFFFFFFFF}
+[value:final-states] Values at end of function main2:
+  d ∈ {-1.79769313486e+308}
+  i ∈ {-1; 0}
+  ui ∈ {0xFFFFFFFFFFFFFFFF}
+[value:final-states] Values at end of function main:
+  f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  d ∈ {-1.79769313486e+308}
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  f FROM \nothing
+[from] Function main2:
+  d FROM \nothing
+[from] Function main:
+  f FROM \nothing
+  d FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          f; i; ui
+[inout] Inputs for function main1:
+          f; v
+[inout] Out (internal) for function main2:
+          d; i; ui
+[inout] Inputs for function main2:
+          d; v
+[inout] Out (internal) for function main:
+          f; d
+[inout] Inputs for function main:
+          f; d; v
diff --git a/tests/float/oracle_symblocs/cte_overflow.err.oracle b/tests/float/oracle_symblocs/cte_overflow.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/cte_overflow.res.oracle b/tests/float/oracle_symblocs/cte_overflow.res.oracle
new file mode 100644
index 00000000000..8ee7263887e
--- /dev/null
+++ b/tests/float/oracle_symblocs/cte_overflow.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/cte_overflow.i (no preprocessing)
+tests/float/cte_overflow.i:12:[kernel] warning: Floating-point constant 1e500 is not represented exactly. Will use inf
+tests/float/cte_overflow.i:12:[kernel] warning: Floating-point constant 1e500 is not represented exactly. Will use inf
+tests/float/cte_overflow.i:17:[kernel] warning: Floating-point constant 1e80f is not represented exactly. Will use inf
+tests/float/cte_overflow.i:17:[kernel] warning: Floating-point constant 1e500f is not represented exactly. Will use inf
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+tests/float/cte_overflow.i:12:[value] warning: non-finite double value. assert \is_finite(1e500);
+tests/float/cte_overflow.i:17:[value] warning: non-finite float value. assert \is_finite(1e80f);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t; __retres
+[inout] Inputs for function main:
+          v
diff --git a/tests/float/oracle_symblocs/dr.0.err.oracle b/tests/float/oracle_symblocs/dr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/dr.0.res.oracle b/tests/float/oracle_symblocs/dr.0.res.oracle
new file mode 100644
index 00000000000..f24ae0e40a5
--- /dev/null
+++ b/tests/float/oracle_symblocs/dr.0.res.oracle
@@ -0,0 +1,53 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/dr.i (no preprocessing)
+tests/float/dr.i:6:[kernel] warning: Floating-point constant 100e30f is not represented exactly. Will use 0x1.3b8b5c0000000p106. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  big ∈ {1.00000003318e+32}
+  big2 ∈ {1.00126002403e+32}
+  ne1 ∈ {-0.10000000149}
+  ne2 ∈ {-0.5}
+  nodigits ∈ {10.}
+  smaller ∈ {0}
+  he ∈ {3.}
+  g1 ∈ {0.10000000149}
+  f1 ∈ {0.10000000149}
+  f9 ∈ {1.}
+  ep ∈ {12499999744.}
+  g2 ∈ {1.01161122322}
+  f2 ∈ {1.01161134243}
+  d2 ∈ {1.01161128283}
+  e1 ∈ {0}
+  e2 ∈ {0}
+[value] computing for function printf <- main.
+        Called from tests/float/dr.i:27.
+tests/float/dr.i:27:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+[value] using specification for function printf
+[value] Done for function printf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  e1 ∈ {1}
+  e2 ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function printf <-main
+[from] Done for function printf
+tests/float/dr.i:27:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function printf:
+  \result FROM "%d %d\n"[bits 0 to 55]
+[from] Function main:
+  e1 FROM g1; f1
+  e2 FROM g2; f2
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          e1; e2; __retres
+[inout] Inputs for function main:
+          g1; f1; g2; f2; e1; e2; "%d %d\n"[bits 0 to 55]
diff --git a/tests/float/oracle_symblocs/dr.1.err.oracle b/tests/float/oracle_symblocs/dr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/dr.1.res.oracle b/tests/float/oracle_symblocs/dr.1.res.oracle
new file mode 100644
index 00000000000..a1821a3db2a
--- /dev/null
+++ b/tests/float/oracle_symblocs/dr.1.res.oracle
@@ -0,0 +1,53 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/dr.i (no preprocessing)
+tests/float/dr.i:6:[kernel] warning: Floating-point constant 100e30f is not represented exactly. Will use 0x1.3b8b5c0000000p106. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  big ∈ {0x1.3b8b5c0000000p106}
+  big2 ∈ {0x1.3bf1240000000p106}
+  ne1 ∈ {-0x1.99999a0000000p-4}
+  ne2 ∈ {-0x1.0000000000000p-1}
+  nodigits ∈ {0x1.4000000000000p3}
+  smaller ∈ {0}
+  he ∈ {0x1.8000000000000p1}
+  g1 ∈ {0x1.99999a0000000p-4}
+  f1 ∈ {0x1.99999a0000000p-4}
+  f9 ∈ {0x1.0000000000000p0}
+  ep ∈ {0x1.74876e0000000p33}
+  g2 ∈ {0x1.02f8f40000000p0}
+  f2 ∈ {0x1.02f8f60000000p0}
+  d2 ∈ {0x1.02f8f50000000p0}
+  e1 ∈ {0}
+  e2 ∈ {0}
+[value] computing for function printf <- main.
+        Called from tests/float/dr.i:27.
+tests/float/dr.i:27:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+[value] using specification for function printf
+[value] Done for function printf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  e1 ∈ {1}
+  e2 ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function printf <-main
+[from] Done for function printf
+tests/float/dr.i:27:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function printf:
+  \result FROM "%d %d\n"[bits 0 to 55]
+[from] Function main:
+  e1 FROM g1; f1
+  e2 FROM g2; f2
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          e1; e2; __retres
+[inout] Inputs for function main:
+          g1; f1; g2; f2; e1; e2; "%d %d\n"[bits 0 to 55]
diff --git a/tests/float/oracle_symblocs/dr_infinity.err.oracle b/tests/float/oracle_symblocs/dr_infinity.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/dr_infinity.res.oracle b/tests/float/oracle_symblocs/dr_infinity.res.oracle
new file mode 100644
index 00000000000..7db9b42344f
--- /dev/null
+++ b/tests/float/oracle_symblocs/dr_infinity.res.oracle
@@ -0,0 +1,40 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/dr_infinity.i (no preprocessing)
+tests/float/dr_infinity.i:8:[kernel] warning: Floating-point constant 3.4028235677973366e+38f is not represented exactly. Will use 0x1.fffffe0000000p127
+tests/float/dr_infinity.i:11:[kernel] warning: Floating-point constant 3.402823567797366e+38 is not represented exactly. Will use 0x1.ffffff000004ep127
+tests/float/dr_infinity.i:15:[kernel] warning: Floating-point constant 3.4e38 is not represented exactly. Will use 0x1.ff933c78cdfadp127
+tests/float/dr_infinity.i:20:[kernel] warning: Floating-point constant 1e308 is not represented exactly. Will use 0x1.1ccf385ebc8a0p1023
+tests/float/dr_infinity.i:30:[kernel] warning: Floating-point constant 1e308 is not represented exactly. Will use 0x1.1ccf385ebc8a0p1023
+tests/float/dr_infinity.i:31:[kernel] warning: Floating-point constant 0.01 is not represented exactly. Will use 0x1.47ae147ae147bp-7
+tests/float/dr_infinity.i:35:[kernel] warning: Floating-point constant 1e38 is not represented exactly. Will use 0x1.2ced32a16a1b1p126
+tests/float/dr_infinity.i:36:[kernel] warning: Floating-point constant 0.001 is not represented exactly. Will use 0x1.0624dd2f1a9fcp-10
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+[value] Called Frama_C_show_each({0x1.fffffe0000000p127})
+tests/float/dr_infinity.i:11:[value] warning: non-finite float value. assert \is_finite((float)3.402823567797366e+38);
+tests/float/dr_infinity.i:16:[value] warning: non-finite float value. assert \is_finite((float)(x*x));
+tests/float/dr_infinity.i:21:[value] warning: non-finite double value. assert \is_finite((double)(d*(double)10));
+tests/float/dr_infinity.i:26:[value] warning: non-finite double value. assert \is_finite((double)((double)2/d));
+tests/float/dr_infinity.i:31:[value] warning: non-finite double value. assert \is_finite((double)(d/0.01));
+tests/float/dr_infinity.i:36:[value] warning: non-finite float value.
+                 assert \is_finite((float)((double)((double)x/0.001)));
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {0x1.fffffe0000000p127}
+  d ∈ UNINITIALIZED
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; d
+[inout] Inputs for function main:
+          v
diff --git a/tests/float/oracle_symblocs/extract_bits.0.err.oracle b/tests/float/oracle_symblocs/extract_bits.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/extract_bits.0.res.oracle b/tests/float/oracle_symblocs/extract_bits.0.res.oracle
new file mode 100644
index 00000000000..07254c1d183
--- /dev/null
+++ b/tests/float/oracle_symblocs/extract_bits.0.res.oracle
@@ -0,0 +1,34 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/extract_bits.i (no preprocessing)
+tests/float/extract_bits.i:6:[kernel] warning: Floating-point constant 3.14 is not represented exactly. Will use 0x1.91eb851eb851fp1
+tests/float/extract_bits.i:7:[kernel] warning: Floating-point constant 2.71 is not represented exactly. Will use 0x1.5ae147ae147aep1
+tests/float/extract_bits.i:9:[kernel] warning: Floating-point constant 1.8254370818746402660437411213933955878019332885742187 is not represented exactly. Will use 0x1.d34fd8378ea83p0
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  f ∈ {3.1400001049041748}
+  d ∈ {2.7099999999999999}
+  stdtod_bug ∈ {1.8254370818746401}
+  fr[0..0x3] ∈ {0}
+  dr[0..0x7] ∈ {0}
+[value] user error: type long double not implemented. Using double instead
+[value] Called Frama_C_show_each([0..0xFF])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  fr[0] ∈ {0x40}
+    [0x1] ∈ {0x48}
+    [0x2] ∈ {0xF5}
+    [0x3] ∈ {0xC3}
+  dr[0] ∈ {0x40}
+    [0x1] ∈ {0x5}
+    [0x2] ∈ {0xAE}
+    [0x3] ∈ {0x14}
+    [0x4] ∈ {0x7A}
+    [0x5] ∈ {0xE1}
+    [0x6] ∈ {0x47}
+    [0x7] ∈ {0xAE}
+  i ∈ {0x8}
+  x ∈ {1.0000000000000000}
diff --git a/tests/float/oracle_symblocs/extract_bits.1.err.oracle b/tests/float/oracle_symblocs/extract_bits.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/extract_bits.1.res.oracle b/tests/float/oracle_symblocs/extract_bits.1.res.oracle
new file mode 100644
index 00000000000..e6c1e9d712c
--- /dev/null
+++ b/tests/float/oracle_symblocs/extract_bits.1.res.oracle
@@ -0,0 +1,34 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/extract_bits.i (no preprocessing)
+tests/float/extract_bits.i:6:[kernel] warning: Floating-point constant 3.14 is not represented exactly. Will use 0x1.91eb851eb851fp1
+tests/float/extract_bits.i:7:[kernel] warning: Floating-point constant 2.71 is not represented exactly. Will use 0x1.5ae147ae147aep1
+tests/float/extract_bits.i:9:[kernel] warning: Floating-point constant 1.8254370818746402660437411213933955878019332885742187 is not represented exactly. Will use 0x1.d34fd8378ea83p0
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  f ∈ {3.1400001049041748}
+  d ∈ {2.7099999999999999}
+  stdtod_bug ∈ {1.8254370818746401}
+  fr[0..0x3] ∈ {0}
+  dr[0..0x7] ∈ {0}
+[value] user error: type long double not implemented. Using double instead
+[value] Called Frama_C_show_each([0..0xFF])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  fr[0] ∈ {0xC3}
+    [0x1] ∈ {0xF5}
+    [0x2] ∈ {0x48}
+    [0x3] ∈ {0x40}
+  dr[0] ∈ {0xAE}
+    [0x1] ∈ {0x47}
+    [0x2] ∈ {0xE1}
+    [0x3] ∈ {0x7A}
+    [0x4] ∈ {0x14}
+    [0x5] ∈ {0xAE}
+    [0x6] ∈ {0x5}
+    [0x7] ∈ {0x40}
+  i ∈ {0x8}
+  x ∈ {1.0000000000000000}
diff --git a/tests/float/oracle_symblocs/float_cast_implicite.err.oracle b/tests/float/oracle_symblocs/float_cast_implicite.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/float_cast_implicite.res.oracle b/tests/float/oracle_symblocs/float_cast_implicite.res.oracle
new file mode 100644
index 00000000000..903f5d3853e
--- /dev/null
+++ b/tests/float/oracle_symblocs/float_cast_implicite.res.oracle
@@ -0,0 +1,56 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/float_cast_implicite.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  C0 ∈ {0}
+  C2 ∈ {2}
+  CBP ∈ {2000000000}
+  fic0 ∈ {0}
+  fic1 ∈ {0}
+  fic2 ∈ {0}
+  fic4 ∈ {0}
+  fec0 ∈ {0}
+  fec2 ∈ {0}
+  fec4 ∈ {0}
+  ficbp ∈ {0}
+  ficbn ∈ {0}
+  fecbp ∈ {0}
+  fecbn ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  fic0 ∈ {0}
+  fic1 ∈ {1.}
+  fic2 ∈ {2.}
+  fic4 ∈ {4.}
+  fec0 ∈ {0}
+  fec2 ∈ {2.}
+  fec4 ∈ {4.}
+  ficbp ∈ {2000000000.}
+  ficbn ∈ {-2000000000.}
+  fecbp ∈ {2000000000.}
+  fecbn ∈ {-2000000000.}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  fic0 FROM C0
+  fic1 FROM \nothing
+  fic2 FROM C2
+  fic4 FROM C2
+  fec0 FROM C0
+  fec2 FROM C2
+  fec4 FROM C2
+  ficbp FROM CBP
+  ficbn FROM CBP
+  fecbp FROM CBP
+  fecbn FROM CBP
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          fic0; fic1; fic2; fic4; fec0; fec2; fec4; ficbp; ficbn; fecbp; fecbn
+[inout] Inputs for function main:
+          C0; C2; CBP
diff --git a/tests/float/oracle_symblocs/init_float.err.oracle b/tests/float/oracle_symblocs/init_float.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/init_float.res.oracle b/tests/float/oracle_symblocs/init_float.res.oracle
new file mode 100644
index 00000000000..c948ef470e1
--- /dev/null
+++ b/tests/float/oracle_symblocs/init_float.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/init_float.i (no preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s.y ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+  r ∈ [-1.9999999999999998*2^1023 .. 1.9999999999999998*2^1023]
+  cv ∈ [-1.9999999999999998*2^1023 .. 1.9999999999999998*2^1023]
+  un ∈ [-1.9999999999999998*2^1023 .. 1.9999999999999998*2^1023]
+  zp ∈ [-1.9999999999999998*2^1023 .. 1.9999999999999998*2^1023]
+  zm ∈ [-1.9999999999999998*2^1023 .. 1.9999999999999998*2^1023]
+  zs ∈ [-1.9999999999999998*2^1023 .. 1.9999999999999998*2^1023]
+  l ∈ [--..--]
+  Ha[0..4] ∈ [-1.9999999999999998*2^1023 .. 1.9999999999999998*2^1023]
+  THa[0..4] ∈ [-1.9999999999999998*2^1023 .. 1.9999999999999998*2^1023]
+tests/float/init_float.i:16:[value] warning: function main: precondition got status unknown.
+tests/float/init_float.i:17:[value] warning: function main: precondition got status unknown.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  s.y ∈ [-0.0000000000000000 .. 0.0000000000000000]
+  r ∈ [-1000.0000000000000000 .. 1000.0000000000000000]
+  cv ∈ [1.0000000715686179 .. 1.6096441013214644*2^20]
+  un ∈ {1.0000000000000000}
+  zp ∈ {0}
+  zm ∈ {-0.0000000000000000}
+  zs ∈ {0}
+  l ∈ [4500000000000000001..4700000000000000000]
+  Ha[0] ∈ {1.9999999999999982*2^-2}
+    [1] ∈ {1.9999999999999991*2^-2}
+    [2] ∈ {1.0000000000000000*2^-1}
+    [3] ∈ {1.0000000000000004*2^-1}
+    [4] ∈ {1.0000000000000008*2^-1}
+  THa[0] ∈ {1.4999999999999996}
+     [1] ∈ {1.4999999999999998}
+     [2] ∈ {1.5000000000000000}
+     [3] ∈ {1.5000000000000002}
+     [4] ∈ {1.5000000000000004}
+  __retres ∈ {1}
diff --git a/tests/float/oracle_symblocs/leaf_ensures.err.oracle b/tests/float/oracle_symblocs/leaf_ensures.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/leaf_ensures.res.oracle b/tests/float/oracle_symblocs/leaf_ensures.res.oracle
new file mode 100644
index 00000000000..d5d303f2e09
--- /dev/null
+++ b/tests/float/oracle_symblocs/leaf_ensures.res.oracle
@@ -0,0 +1,73 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/leaf_ensures.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  d1 ∈ {0}
+  d2 ∈ {0}
+  d3 ∈ {0}
+  d4 ∈ {0}
+  f1 ∈ {0}
+  f2 ∈ {0}
+  f3 ∈ {0}
+  f4 ∈ {0}
+  y ∈ {0}
+[value] computing for function d <- main.
+        Called from tests/float/leaf_ensures.i:24.
+[value] using specification for function d
+tests/float/leaf_ensures.i:4:[value] warning: no \from part for clause 'assigns d1, d2, d3;' of function d
+tests/float/leaf_ensures.i:10:[value] warning: no 'assigns \result \from ...' clause specified for function d
+[value] Done for function d
+[value] computing for function f <- main.
+        Called from tests/float/leaf_ensures.i:25.
+[value] using specification for function f
+tests/float/leaf_ensures.i:14:[value] warning: no \from part for clause 'assigns f1, f2, f3;' of function f
+tests/float/leaf_ensures.i:20:[value] warning: no 'assigns \result \from ...' clause specified for function f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  d1 ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+  d2 ∈ [-1. .. 1.]
+  d3 ∈ [--..--]
+  d4 ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+  f1 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  f2 ∈ [-0.999999940395 .. 0.999999940395]
+  f3 ∈ [--..--]
+  f4 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function d <-main
+[from] Done for function d
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function d:
+  d1 FROM ANYTHING(origin:Unknown) (and SELF)
+  d2 FROM ANYTHING(origin:Unknown) (and SELF)
+  d3 FROM ANYTHING(origin:Unknown) (and SELF)
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function f:
+  f1 FROM ANYTHING(origin:Unknown) (and SELF)
+  f2 FROM ANYTHING(origin:Unknown) (and SELF)
+  f3 FROM ANYTHING(origin:Unknown) (and SELF)
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function main:
+  d1 FROM ANYTHING(origin:Unknown) (and SELF)
+  d2 FROM ANYTHING(origin:Unknown) (and SELF)
+  d3 FROM ANYTHING(origin:Unknown) (and SELF)
+  d4 FROM ANYTHING(origin:Unknown)
+  f1 FROM ANYTHING(origin:Unknown) (and SELF)
+  f2 FROM ANYTHING(origin:Unknown) (and SELF)
+  f3 FROM ANYTHING(origin:Unknown) (and SELF)
+  f4 FROM ANYTHING(origin:Unknown)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          d1; d2; d3; d4; f1; f2; f3; f4; __retres
+[inout] Inputs for function main:
+          ANYTHING(origin:Unknown)
diff --git a/tests/float/oracle_symblocs/logic.err.oracle b/tests/float/oracle_symblocs/logic.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/logic.res.oracle b/tests/float/oracle_symblocs/logic.res.oracle
new file mode 100644
index 00000000000..68f00bfad9d
--- /dev/null
+++ b/tests/float/oracle_symblocs/logic.res.oracle
@@ -0,0 +1,99 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/logic.i (no preprocessing)
+tests/float/logic.i:11:[kernel] warning: Floating-point constant 0.1 is not represented exactly. Will use 0x1.999999999999ap-4
+tests/float/logic.i:16:[kernel] warning: Floating-point constant 0.1 is not represented exactly. Will use 0x1.999999999999ap-4
+tests/float/logic.i:21:[kernel] warning: Floating-point constant 0.1 is not represented exactly. Will use 0x1.999999999999ap-4
+tests/float/logic.i:70:[kernel] warning: Floating-point constant 3.3 is not represented exactly. Will use 0x1.a666666666666p1
+tests/float/logic.i:71:[kernel] warning: Floating-point constant 3.3 is not represented exactly. Will use 0x1.a666666666666p1
+tests/float/logic.i:74:[kernel] warning: Floating-point constant 3.3 is not represented exactly. Will use 0x1.a666666666666p1
+tests/float/logic.i:77:[kernel] warning: Floating-point constant 3.3 is not represented exactly. Will use 0x1.a666666666666p1
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  undet ∈ [--..--]
+  top_int ∈ [--..--]
+tests/float/logic.i:12:[value] warning: assertion got status unknown.
+tests/float/logic.i:17:[value] warning: assertion got status invalid (stopping propagation).
+tests/float/logic.i:22:[value] assertion got status valid.
+[value] computing for function test_is_finite <- main.
+        Called from tests/float/logic.i:27.
+tests/float/logic.i:50:[value] assertion got status valid.
+tests/float/logic.i:51:[value] warning: assertion got status unknown.
+tests/float/logic.i:59:[value] warning: assertion got status unknown.
+tests/float/logic.i:67:[value] warning: assertion got status unknown.
+[value] computing for function my_fabs <- test_is_finite <- main.
+        Called from tests/float/logic.i:70.
+[value] using specification for function my_fabs
+[value] Done for function my_fabs
+[value] computing for function my_fabs <- test_is_finite <- main.
+        Called from tests/float/logic.i:71.
+[value] Done for function my_fabs
+[value] computing for function my_ratio <- test_is_finite <- main.
+        Called from tests/float/logic.i:74.
+[value] using specification for function my_ratio
+tests/float/logic.i:46:[value] warning: no 'assigns \result \from ...' clause specified for function my_ratio
+[value] Done for function my_ratio
+[value] computing for function my_ratio_body <- test_is_finite <- main.
+        Called from tests/float/logic.i:77.
+[value] computing for function my_fabs <- my_ratio_body <- test_is_finite <- main.
+        Called from tests/float/logic.i:41.
+[value] Done for function my_fabs
+tests/float/logic.i:39:[value] function my_ratio_body: postcondition got status valid.
+tests/float/logic.i:40:[value] function my_ratio_body: postcondition got status valid.
+[value] Recording results for my_ratio_body
+[value] Done for function my_ratio_body
+[value] Recording results for test_is_finite
+[value] Done for function test_is_finite
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function my_ratio_body:
+  __retres ∈ {-0x1.bca1b00000000p-1}
+[value:final-states] Values at end of function test_is_finite:
+  f1 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  f2 ∈ [--..--]
+  f3 ∈ [--..--]
+  p ∈ {{ &f2 ; &f3 }}
+  g1 ∈ {0x1.a666660000000p1}
+  g2 ∈ {0x1.a666660000000p1}
+  g3 ∈ [-0x1.fffffe0000000p-1 .. 0x1.fffffe0000000p-1]
+  g4 ∈ {-0x1.bca1b00000000p-1}
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] Computing for function my_ratio_body
+[from] Computing for function my_fabs <-my_ratio_body
+[from] Done for function my_fabs
+[from] Done for function my_ratio_body
+[from] Computing for function test_is_finite
+[from] Computing for function my_ratio <-test_is_finite
+[from] Done for function my_ratio
+[from] Done for function test_is_finite
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function my_fabs:
+  \result FROM f
+[from] Function my_ratio:
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function my_ratio_body:
+  \result FROM f
+[from] Function test_is_finite:
+  NO EFFECTS
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function my_ratio_body:
+          tmp; __retres
+[inout] Inputs for function my_ratio_body:
+          \nothing
+[inout] Out (internal) for function test_is_finite:
+          f1; f2; f3; p; g1; g2; g3; g4
+[inout] Inputs for function test_is_finite:
+          undet; top_int
+[inout] Out (internal) for function main:
+          d; d_0; f; __retres
+[inout] Inputs for function main:
+          v; undet; top_int
diff --git a/tests/float/oracle_symblocs/math_builtins.err.oracle b/tests/float/oracle_symblocs/math_builtins.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/math_builtins.res.oracle b/tests/float/oracle_symblocs/math_builtins.res.oracle
new file mode 100644
index 00000000000..fe455f4116f
--- /dev/null
+++ b/tests/float/oracle_symblocs/math_builtins.res.oracle
@@ -0,0 +1,3671 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/math_builtins.c (with preprocessing)
+tests/float/math_builtins.c:248:[kernel] warning: Floating-point constant 5.8 is not represented exactly. Will use 0x1.7333333333333p2. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __FC_errno ∈ [--..--]
+  nondet ∈ [--..--]
+[value] computing for function test_cos_det <- main.
+        Called from tests/float/math_builtins.c:656.
+[value] Recording results for test_cos_det
+[value] Done for function test_cos_det
+[value] computing for function test_sin_det <- main.
+        Called from tests/float/math_builtins.c:657.
+[value] Recording results for test_sin_det
+[value] Done for function test_sin_det
+[value] computing for function test_atan2_det <- main.
+        Called from tests/float/math_builtins.c:658.
+[value] Recording results for test_atan2_det
+[value] Done for function test_atan2_det
+[value] computing for function test_atan2 <- main.
+        Called from tests/float/math_builtins.c:659.
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:46.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:47.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:49.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:51.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:53.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:55.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:57.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:58.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:60.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:62.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:64.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_atan2 <- main.
+        Called from tests/float/math_builtins.c:66.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_atan2
+[value] Done for function test_atan2
+[value] computing for function test_pow_det <- main.
+        Called from tests/float/math_builtins.c:660.
+[value] Recording results for test_pow_det
+[value] Done for function test_pow_det
+[value] computing for function test_pow_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:661.
+[value] computing for function double_interval <- test_pow_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:98.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:100:[value] warning: builtin Frama_C_pow: completely out-of-range arguments
+                 ([-3.5000000000000000 .. -2.7500000000000000], {1.5000000000000000}):
+                 negative base and noninteger exponent, computation may result in NaN
+tests/float/math_builtins.c:102:[value] warning: builtin Frama_C_pow: completely out-of-range arguments
+                 ([-3.5000000000000000 .. -2.7500000000000000], {-1.5000000000000000}):
+                 negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_pow_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:105.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:106:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-3.5000000000000000 .. 2.7500000000000000], {1.5000000000000000}):
+                 negative base and noninteger exponent, computation may result in NaN
+tests/float/math_builtins.c:107:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-3.5000000000000000 .. 2.7500000000000000], {-1.5000000000000000}):
+                 negative base and noninteger exponent, computation may result in +oo/NaN
+tests/float/math_builtins.c:110:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-3.5000000000000000 .. 2.7500000000000000], {-3.0000000000000000}),
+                 computation may result in +oo/-oo
+tests/float/math_builtins.c:111:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-3.5000000000000000 .. 2.7500000000000000], {-2.0000000000000000}),
+                 computation may result in +oo
+[value] computing for function double_interval <- test_pow_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:114.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:115:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([1.0000000000000000*2^50 .. 1.0000000000000000*2^62], {19.5000000000000000})
+                 , computation may result in +oo
+[value] computing for function double_interval <- test_pow_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:116.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:117:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-1.0000000000000000*2^49 .. -1.5000000000000000*2^-1], {23.0000000000000000})
+                 , computation may result in -oo
+[value] computing for function double_interval <- test_pow_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:120.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Called Frama_C_show_each_i([0.0000000000000000 .. 1.0000000000000000*2^-1000])
+[value] computing for function double_interval <- test_pow_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:123.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Called Frama_C_show_each_j([0.2500000000000000*2^-1022 .. 1.2707064924076672*2^-330])
+[value] computing for function double_interval <- test_pow_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:132.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:139.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_pow_singleton_exp
+[value] Done for function test_pow_singleton_exp
+[value] computing for function test_pow <- main.
+        Called from tests/float/math_builtins.c:662.
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:147.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:149.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:151.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:158.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:159.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:160:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-4.0000000000000000 .. 7.5000000000000000], [2.1250000000000000 .. 2.8750000000000000])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:161.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:162:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-4.0000000000000000 .. 7.5000000000000000], [2.1250000000000000 .. 4.8750000000000000])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:163.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:164:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-4.0000000000000000 .. 7.5000000000000000], [2.0000000000000000 .. 3.0000000000000000])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:165.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:166.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:170.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:171.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:175.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:176.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:177:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-1.0000000000000000 .. 1.0000000000000000], [-1.0000000000000000 .. 1.0000000000000000])
+                 : negative base and noninteger exponent,
+                 computation may result in +oo/-oo/NaN
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:178.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:179.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:180:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-1.0000000000000000 .. 1.0000000000000000], [-1.0000000000000000*2^-1 .. 1.0000000000000000])
+                 : negative base and noninteger exponent, computation may result in +oo/NaN
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:184.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:185.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:186:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-13.0000000000000000 .. 430.0000000000000000], [3.0000000000000000 .. 6.0000000000000000])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:189.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:190.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:191:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-4.0000000000000000 .. -2.0000000000000000], [3.0000000000000000 .. 5.0000000000000000])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:194.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:195.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:199.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:200.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:201:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-0.0000000000000000 .. 10.0000000000000000], [-3.5000000000000000 .. 4.5000000000000000])
+                 , computation may result in +oo/-oo
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:204.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:205.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:206:[value] warning: builtin Frama_C_pow: completely out-of-range arguments
+                 ([-5.0000000000000000 .. -1.0000000000000000*2^-1], [-1.7500000000000000*2^-1 .. -1.0000000000000000*2^-3])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:207.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:208:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-5.0000000000000000 .. -1.0000000000000000*2^-1], [-1.0000000000000000*2^-2 .. 1.0000000000000000*2^-2])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:209.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:210:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-5.0000000000000000 .. -1.0000000000000000*2^-1], [10.0000000000000000 .. 11.5000000000000000])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:211.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:212:[value] warning: builtin Frama_C_pow: out-of-range arguments
+                 ([-5.0000000000000000 .. -1.0000000000000000*2^-1], [-1.2056274414062500*2^13 .. 1234.5000000000000000])
+                 : negative base and noninteger exponent,
+                 computation may result in +oo/-oo/NaN
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:215.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:216.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:217:[value] warning: builtin Frama_C_pow: result is always non-finite
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:220.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:221.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:222:[value] warning: builtin Frama_C_pow: result is always non-finite
+[value] computing for function double_interval <- test_pow <- main.
+        Called from tests/float/math_builtins.c:224.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_pow
+[value] Done for function test_pow
+[value] computing for function test_fmod_det <- main.
+        Called from tests/float/math_builtins.c:663.
+tests/float/math_builtins.c:341:[value] warning: builtin Frama_C_fmod: completely out-of-range arguments
+                 ({1.0000000000000000*2^-3}, {0.0000000000000000}): division by zero,
+                 computation may result in NaN
+[value] Recording results for test_fmod_det
+[value] Done for function test_fmod_det
+[value] computing for function test_fmod <- main.
+        Called from tests/float/math_builtins.c:664.
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:346.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:351.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:354.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:355.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:357.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:358.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:361.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:362.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:363:[value] warning: builtin Frama_C_fmod: out-of-range arguments
+                 ([-9.0000000000000000 .. 8.7500000000000000], [-2.0000000000000000 .. 4.5000000000000000])
+                 : division by zero, computation may result in NaN
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:364.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:365.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:366:[value] warning: builtin Frama_C_fmod: out-of-range arguments
+                 ([-2.0000000000000000 .. 4.5000000000000000], [-9.0000000000000000 .. 8.7500000000000000])
+                 : division by zero, computation may result in NaN
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:367.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:368:[value] warning: builtin Frama_C_fmod: completely out-of-range arguments
+                 ([-2.0000000000000000 .. 4.5000000000000000], [-0.0000000000000000 .. 0.0000000000000000])
+                 : division by zero, computation may result in NaN
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:369.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:370:[value] warning: builtin Frama_C_fmod: out-of-range arguments
+                 ([-2.0000000000000000 .. 4.5000000000000000], [0.0000000000000000 .. 1.0000000000000000*2^-3])
+                 : division by zero, computation may result in NaN
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:371.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:372:[value] warning: builtin Frama_C_fmod: out-of-range arguments
+                 ([-2.0000000000000000 .. 4.5000000000000000], [-1.0000000000000000*2^-3 .. -0.0000000000000000])
+                 : division by zero, computation may result in NaN
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:373.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:375.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:377.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:379.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:381.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:383.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:385.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:387.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:389.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:390.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:392.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:394.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:396.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:398.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:399.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:400:[value] warning: builtin Frama_C_fmod: out-of-range arguments
+                 ([2.0000000000000000 .. 3.0000000000000000], [-4.0000000000000000 .. 5.0000000000000000])
+                 : division by zero, computation may result in NaN
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:401.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:402:[value] warning: builtin Frama_C_fmod: out-of-range arguments
+                 ([-2.0000000000000000 .. 3.0000000000000000], [-4.0000000000000000 .. 5.0000000000000000])
+                 : division by zero, computation may result in NaN
+[value] computing for function double_interval <- test_fmod <- main.
+        Called from tests/float/math_builtins.c:403.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:404:[value] warning: builtin Frama_C_fmod: out-of-range arguments
+                 ([-3.0000000000000000 .. 2.0000000000000000], [-4.0000000000000000 .. 5.0000000000000000])
+                 : division by zero, computation may result in NaN
+[value] Recording results for test_fmod
+[value] Done for function test_fmod
+[value] computing for function test_sqrt_det <- main.
+        Called from tests/float/math_builtins.c:665.
+tests/float/math_builtins.c:410:[value] warning: builtin Frama_C_sqrt: completely out-of-range argument
+                 ({-2.0000000000000000}): negative argument, computation may result in NaN
+[value] Recording results for test_sqrt_det
+[value] Done for function test_sqrt_det
+[value] computing for function test_sqrt <- main.
+        Called from tests/float/math_builtins.c:666.
+[value] computing for function double_interval <- test_sqrt <- main.
+        Called from tests/float/math_builtins.c:416.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_sqrt <- main.
+        Called from tests/float/math_builtins.c:418.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:419:[value] warning: builtin Frama_C_sqrt: out-of-range argument
+                 ([-6.5000000000000000 .. 0.0000000000000000]): negative argument,
+                 computation may result in NaN
+[value] computing for function double_interval <- test_sqrt <- main.
+        Called from tests/float/math_builtins.c:420.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:421:[value] warning: builtin Frama_C_sqrt: out-of-range argument
+                 ([-6.5000000000000000 .. -0.0000000000000000]): negative argument,
+                 computation may result in NaN
+[value] computing for function double_interval <- test_sqrt <- main.
+        Called from tests/float/math_builtins.c:422.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:423:[value] warning: builtin Frama_C_sqrt: completely out-of-range argument
+                 ([-6.5000000000000000 .. -1.6000000000000000*2^-4]): negative argument,
+                 computation may result in NaN
+[value] Recording results for test_sqrt
+[value] Done for function test_sqrt
+[value] computing for function test_exp_det <- main.
+        Called from tests/float/math_builtins.c:667.
+tests/float/math_builtins.c:451:[value] warning: builtin Frama_C_exp: result is always non-finite
+[value] Recording results for test_exp_det
+[value] Done for function test_exp_det
+[value] computing for function test_log_det <- main.
+        Called from tests/float/math_builtins.c:668.
+tests/float/math_builtins.c:465:[value] warning: builtin Frama_C_log: completely out-of-range argument ({-2.0000000000000000})
+                 : negative argument, computation may result in NaN
+tests/float/math_builtins.c:466:[value] warning: builtin Frama_C_log: completely out-of-range argument ({0.0000000000000000}):
+                 negative argument, computation may result in NaN
+tests/float/math_builtins.c:467:[value] warning: builtin Frama_C_log: completely out-of-range argument ({-0.0000000000000000})
+                 : negative argument, computation may result in NaN
+tests/float/math_builtins.c:468:[value] warning: builtin Frama_C_log: completely out-of-range argument ({-1.0000000000000000})
+                 : negative argument, computation may result in NaN
+[value] Recording results for test_log_det
+[value] Done for function test_log_det
+[value] computing for function test_log10_det <- main.
+        Called from tests/float/math_builtins.c:669.
+tests/float/math_builtins.c:483:[value] warning: builtin Frama_C_log10: completely out-of-range argument
+                 ({-2.0000000000000000}): negative argument, computation may result in NaN
+tests/float/math_builtins.c:484:[value] warning: builtin Frama_C_log10: completely out-of-range argument
+                 ({0.0000000000000000}): negative argument, computation may result in NaN
+tests/float/math_builtins.c:485:[value] warning: builtin Frama_C_log10: completely out-of-range argument
+                 ({-0.0000000000000000}): negative argument, computation may result in NaN
+tests/float/math_builtins.c:486:[value] warning: builtin Frama_C_log10: completely out-of-range argument
+                 ({-1.0000000000000000}): negative argument, computation may result in NaN
+[value] Recording results for test_log10_det
+[value] Done for function test_log10_det
+[value] computing for function test_powf_det <- main.
+        Called from tests/float/math_builtins.c:671.
+[value] Recording results for test_powf_det
+[value] Done for function test_powf_det
+[value] computing for function test_powf_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:672.
+[value] computing for function double_interval <- test_powf_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:231.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:233:[value] warning: builtin Frama_C_powf: completely out-of-range arguments
+                 ([-3.5000000000000000 .. -2.7500000000000000], {1.5000000000000000}):
+                 negative base and noninteger exponent, computation may result in NaN
+tests/float/math_builtins.c:235:[value] warning: builtin Frama_C_powf: completely out-of-range arguments
+                 ([-3.5000000000000000 .. -2.7500000000000000], {-1.5000000000000000}):
+                 negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_powf_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:238.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:239:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-3.5000000000000000 .. 2.7500000000000000], {1.5000000000000000}):
+                 negative base and noninteger exponent, computation may result in NaN
+tests/float/math_builtins.c:240:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-3.5000000000000000 .. 2.7500000000000000], {-1.5000000000000000}):
+                 negative base and noninteger exponent, computation may result in +oo/NaN
+tests/float/math_builtins.c:243:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-3.5000000000000000 .. 2.7500000000000000], {-3.0000000000000000}),
+                 computation may result in +oo/-oo
+tests/float/math_builtins.c:244:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-3.5000000000000000 .. 2.7500000000000000], {-2.0000000000000000}),
+                 computation may result in +oo
+[value] computing for function double_interval <- test_powf_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:247.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:249.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:250:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-1.0000000000000000*2^49 .. -1.5000000000000000*2^-1], {23.0000000000000000})
+                 , computation may result in -oo
+[value] computing for function double_interval <- test_powf_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:253.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Called Frama_C_show_each_i([0.0000000000000000 .. 1.0000000000000000*2^-120])
+[value] computing for function double_interval <- test_powf_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:256.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Called Frama_C_show_each_j({0})
+[value] computing for function double_interval <- test_powf_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:265.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf_singleton_exp <- main.
+        Called from tests/float/math_builtins.c:272.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_powf_singleton_exp
+[value] Done for function test_powf_singleton_exp
+[value] computing for function test_powf <- main.
+        Called from tests/float/math_builtins.c:673.
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:280.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:282.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:284.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:291.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:292.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:293:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-4.0000000000000000 .. 7.5000000000000000], [2.1250000000000000 .. 2.8750000000000000])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:294.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:295:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-4.0000000000000000 .. 7.5000000000000000], [2.1250000000000000 .. 4.8750000000000000])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:296.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:297:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-4.0000000000000000 .. 7.5000000000000000], [2.0000000000000000 .. 3.0000000000000000])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:298.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:299.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:303.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:304.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:308.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:309.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:310:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-1.0000000000000000 .. 1.0000000000000000], [-1.0000000000000000 .. 1.0000000000000000])
+                 : negative base and noninteger exponent,
+                 computation may result in +oo/-oo/NaN
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:313.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:314.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:315:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-1.0000000000000000 .. 1.0000000000000000], [-1.0000000000000000*2^-1 .. 1.0000000000000000])
+                 : negative base and noninteger exponent, computation may result in +oo/NaN
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:319.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:320.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:321:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-13.0000000000000000 .. 430.0000000000000000], [3.0000000000000000 .. 6.0000000000000000])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:324.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:325.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:326:[value] warning: builtin Frama_C_powf: out-of-range arguments
+                 ([-4.0000000000000000 .. -2.0000000000000000], [3.0000000000000000 .. 5.0000000000000000])
+                 : negative base and noninteger exponent, computation may result in NaN
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:329.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_powf <- main.
+        Called from tests/float/math_builtins.c:330.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_powf
+[value] Done for function test_powf
+[value] computing for function test_sqrtf_det <- main.
+        Called from tests/float/math_builtins.c:674.
+tests/float/math_builtins.c:429:[value] warning: builtin Frama_C_sqrtf: completely out-of-range argument
+                 ({-2.0000000000000000}): negative argument, computation may result in NaN
+[value] Recording results for test_sqrtf_det
+[value] Done for function test_sqrtf_det
+[value] computing for function test_sqrtf <- main.
+        Called from tests/float/math_builtins.c:675.
+[value] computing for function double_interval <- test_sqrtf <- main.
+        Called from tests/float/math_builtins.c:435.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_sqrtf <- main.
+        Called from tests/float/math_builtins.c:437.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:438:[value] warning: builtin Frama_C_sqrtf: out-of-range argument
+                 ([-6.5000000000000000 .. 0.0000000000000000]): negative argument,
+                 computation may result in NaN
+[value] computing for function double_interval <- test_sqrtf <- main.
+        Called from tests/float/math_builtins.c:439.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:440:[value] warning: builtin Frama_C_sqrtf: out-of-range argument
+                 ([-6.5000000000000000 .. -0.0000000000000000]): negative argument,
+                 computation may result in NaN
+[value] computing for function double_interval <- test_sqrtf <- main.
+        Called from tests/float/math_builtins.c:441.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+tests/float/math_builtins.c:442:[value] warning: builtin Frama_C_sqrt: completely out-of-range argument
+                 ([-6.5000000000000000 .. -1.6000000238418579*2^-4]): negative argument,
+                 computation may result in NaN
+[value] Recording results for test_sqrtf
+[value] Done for function test_sqrtf
+[value] computing for function test_expf_det <- main.
+        Called from tests/float/math_builtins.c:676.
+[value] Recording results for test_expf_det
+[value] Done for function test_expf_det
+[value] computing for function test_logf_det <- main.
+        Called from tests/float/math_builtins.c:677.
+tests/float/math_builtins.c:474:[value] warning: builtin Frama_C_logf: completely out-of-range argument
+                 ({-2.0000000000000000}): negative argument, computation may result in NaN
+tests/float/math_builtins.c:475:[value] warning: builtin Frama_C_logf: completely out-of-range argument ({0.0000000000000000})
+                 : negative argument, computation may result in NaN
+tests/float/math_builtins.c:476:[value] warning: builtin Frama_C_logf: completely out-of-range argument
+                 ({-0.0000000000000000}): negative argument, computation may result in NaN
+tests/float/math_builtins.c:477:[value] warning: builtin Frama_C_logf: completely out-of-range argument
+                 ({-1.0000000000000000}): negative argument, computation may result in NaN
+[value] Recording results for test_logf_det
+[value] Done for function test_logf_det
+[value] computing for function test_log10f_det <- main.
+        Called from tests/float/math_builtins.c:678.
+tests/float/math_builtins.c:492:[value] warning: builtin Frama_C_log10f: completely out-of-range argument
+                 ({-2.0000000000000000}): negative argument, computation may result in NaN
+tests/float/math_builtins.c:493:[value] warning: builtin Frama_C_log10f: completely out-of-range argument
+                 ({0.0000000000000000}): negative argument, computation may result in NaN
+tests/float/math_builtins.c:494:[value] warning: builtin Frama_C_log10f: completely out-of-range argument
+                 ({-0.0000000000000000}): negative argument, computation may result in NaN
+tests/float/math_builtins.c:495:[value] warning: builtin Frama_C_log10f: completely out-of-range argument
+                 ({-1.0000000000000000}): negative argument, computation may result in NaN
+[value] Recording results for test_log10f_det
+[value] Done for function test_log10f_det
+[value] computing for function test_diff_pow_powf <- main.
+        Called from tests/float/math_builtins.c:680.
+[value] Recording results for test_diff_pow_powf
+[value] Done for function test_diff_pow_powf
+[value] computing for function test_floor_det <- main.
+        Called from tests/float/math_builtins.c:682.
+[value] Recording results for test_floor_det
+[value] Done for function test_floor_det
+[value] computing for function test_ceil_det <- main.
+        Called from tests/float/math_builtins.c:683.
+[value] Recording results for test_ceil_det
+[value] Done for function test_ceil_det
+[value] computing for function test_trunc_det <- main.
+        Called from tests/float/math_builtins.c:684.
+[value] Recording results for test_trunc_det
+[value] Done for function test_trunc_det
+[value] computing for function test_round_det <- main.
+        Called from tests/float/math_builtins.c:685.
+[value] Recording results for test_round_det
+[value] Done for function test_round_det
+[value] computing for function test_floor <- main.
+        Called from tests/float/math_builtins.c:686.
+[value] computing for function double_interval <- test_floor <- main.
+        Called from tests/float/math_builtins.c:541.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_floor <- main.
+        Called from tests/float/math_builtins.c:543.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_floor <- main.
+        Called from tests/float/math_builtins.c:545.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_floor
+[value] Done for function test_floor
+[value] computing for function test_ceil <- main.
+        Called from tests/float/math_builtins.c:687.
+[value] computing for function double_interval <- test_ceil <- main.
+        Called from tests/float/math_builtins.c:551.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_ceil <- main.
+        Called from tests/float/math_builtins.c:553.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_ceil <- main.
+        Called from tests/float/math_builtins.c:555.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_ceil
+[value] Done for function test_ceil
+[value] computing for function test_trunc <- main.
+        Called from tests/float/math_builtins.c:688.
+[value] computing for function double_interval <- test_trunc <- main.
+        Called from tests/float/math_builtins.c:561.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_trunc <- main.
+        Called from tests/float/math_builtins.c:563.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_trunc <- main.
+        Called from tests/float/math_builtins.c:565.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_trunc
+[value] Done for function test_trunc
+[value] computing for function test_round <- main.
+        Called from tests/float/math_builtins.c:689.
+[value] computing for function double_interval <- test_round <- main.
+        Called from tests/float/math_builtins.c:571.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_round <- main.
+        Called from tests/float/math_builtins.c:573.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_round <- main.
+        Called from tests/float/math_builtins.c:575.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_round
+[value] Done for function test_round
+[value] computing for function test_floorf_det <- main.
+        Called from tests/float/math_builtins.c:691.
+[value] Recording results for test_floorf_det
+[value] Done for function test_floorf_det
+[value] computing for function test_ceilf_det <- main.
+        Called from tests/float/math_builtins.c:692.
+[value] Recording results for test_ceilf_det
+[value] Done for function test_ceilf_det
+[value] computing for function test_truncf_det <- main.
+        Called from tests/float/math_builtins.c:693.
+[value] Recording results for test_truncf_det
+[value] Done for function test_truncf_det
+[value] computing for function test_roundf_det <- main.
+        Called from tests/float/math_builtins.c:694.
+[value] Recording results for test_roundf_det
+[value] Done for function test_roundf_det
+[value] computing for function test_floorf <- main.
+        Called from tests/float/math_builtins.c:695.
+[value] computing for function double_interval <- test_floorf <- main.
+        Called from tests/float/math_builtins.c:617.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_floorf <- main.
+        Called from tests/float/math_builtins.c:619.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_floorf <- main.
+        Called from tests/float/math_builtins.c:621.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_floorf
+[value] Done for function test_floorf
+[value] computing for function test_ceilf <- main.
+        Called from tests/float/math_builtins.c:696.
+[value] computing for function double_interval <- test_ceilf <- main.
+        Called from tests/float/math_builtins.c:627.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_ceilf <- main.
+        Called from tests/float/math_builtins.c:629.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_ceilf <- main.
+        Called from tests/float/math_builtins.c:631.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_ceilf
+[value] Done for function test_ceilf
+[value] computing for function test_truncf <- main.
+        Called from tests/float/math_builtins.c:697.
+[value] computing for function double_interval <- test_truncf <- main.
+        Called from tests/float/math_builtins.c:637.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_truncf <- main.
+        Called from tests/float/math_builtins.c:639.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_truncf <- main.
+        Called from tests/float/math_builtins.c:641.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_truncf
+[value] Done for function test_truncf
+[value] computing for function test_roundf <- main.
+        Called from tests/float/math_builtins.c:698.
+[value] computing for function double_interval <- test_roundf <- main.
+        Called from tests/float/math_builtins.c:647.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_roundf <- main.
+        Called from tests/float/math_builtins.c:649.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] computing for function double_interval <- test_roundf <- main.
+        Called from tests/float/math_builtins.c:651.
+[value] Recording results for double_interval
+[value] Done for function double_interval
+[value] Recording results for test_roundf
+[value] Done for function test_roundf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function double_interval:
+  __retres ∈ [-1.2237906221789607*2^1023 .. 1.2237906221789607*2^1023]
+[value:final-states] Values at end of function test_atan2:
+  x ∈ [1.0000000000000000 .. 5.0000000000000000]
+  y ∈ [-0.0000000000000000 .. 0.0000000000000000]
+  a ∈ [1.5999166744782948*2^-7 .. 1.5582969777755348]
+  b ∈ [1.3325625311548295*2^-5 .. 3.0916342578678506]
+  c ∈ [-2.9441970937399126 .. -1.3211894193170146*2^-3]
+  d ∈ [-2.9764439761751662 .. -2.6779450445889869]
+  e ∈ {-1.5707963267948965}
+  f ∈ [-1.5707963267948965*2^-1 .. -0.0000000000000000]
+  g ∈ [0.0000000000000000 .. 1.8545904360032243*2^-2]
+  h ∈ [-3.1415929794311523 .. 3.1415929794311523]
+  i ∈ [-3.1415929794311523 .. 3.1415929794311523]
+  j ∈ [-3.1415929794311523 .. 3.1415929794311523]
+  k ∈ {0}
+  l ∈ {-0.0000000000000000}
+  m ∈ {3.1415926535897931}
+  n ∈ {-3.1415926535897931}
+[value:final-states] Values at end of function test_atan2_det:
+  a ∈ {1.5707963267948965}
+  b ∈ {0}
+  c ∈ {1.5707963267948965}
+  d ∈ {-0.0000000000000000}
+  e ∈ {-1.5707963267948965}
+  f ∈ {-1.5707963267948965}
+  g ∈ {-1.5707963267948965}
+  h ∈ {-1.5707963267948965}
+  i ∈ {0}
+  j ∈ {1.1071487177940904}
+  k ∈ {-1.1071487177940904}
+  l ∈ {2.0344439357957027}
+  m ∈ {-2.0344439357957027}
+[value:final-states] Values at end of function test_ceil:
+  x ∈ [-2.5000000000000000 .. -1.0000000000000000*2^-1]
+  a ∈ [-0.0000000000000000 .. 2.0000000000000000]
+  b ∈ [-0.0000000000000000 .. 1.0000000000000000]
+  c ∈ [-2.0000000000000000 .. -0.0000000000000000]
+[value:final-states] Values at end of function test_ceil_det:
+  a ∈ {2.0000000000000000}
+  b ∈ {1.0000000000000000}
+  c ∈ {0}
+  d ∈ {-0.0000000000000000}
+  e ∈ {-0.0000000000000000}
+  f ∈ {-1.0000000000000000}
+[value:final-states] Values at end of function test_ceilf:
+  f32__x ∈ [-2.500000 .. -1.000000*2^-1]
+  f32__a ∈ [-0.000000 .. 2.000000]
+  f32__b ∈ [-0.000000 .. 1.000000]
+  f32__c ∈ [-2.000000 .. -0.000000]
+[value:final-states] Values at end of function test_ceilf_det:
+  f32__a ∈ {2.000000}
+  f32__b ∈ {1.000000}
+  f32__c ∈ {0}
+  f32__d ∈ {-0.000000}
+  f32__e ∈ {-0.000000}
+  f32__f ∈ {-1.000000}
+[value:final-states] Values at end of function test_cos_det:
+  x ∈ {1.0806046117362795*2^-1}
+  y ∈ {1.0000000000000000}
+  z ∈ {1.0806046117362795*2^-1}
+[value:final-states] Values at end of function test_diff_pow_powf:
+  d ∈ {1.3824840787361052*2^-96}
+  f32__f ∈ {1.382483*2^-96}
+[value:final-states] Values at end of function test_exp_det:
+  a ∈ {1.7094457008275896*2^60}
+  b ∈ {1.0826822658929016*2^-3}
+  c ∈ {1.0000000000000000}
+  d ∈ {1.0000000000000000}
+  e ∈ {1.4715177646857693*2^-2}
+[value:final-states] Values at end of function test_expf_det:
+  f32__a ∈ {1.709445*2^60}
+  f32__b ∈ {1.082682*2^-3}
+  f32__c ∈ {1.000000}
+  f32__d ∈ {1.000000}
+  f32__e ∈ {1.471517*2^-2}
+[value:final-states] Values at end of function test_floor:
+  x ∈ [-2.5000000000000000 .. -1.0000000000000000*2^-1]
+  a ∈ [-1.0000000000000000 .. 1.0000000000000000]
+  b ∈ [-0.0000000000000000 .. 0.0000000000000000]
+  c ∈ [-3.0000000000000000 .. -1.0000000000000000]
+[value:final-states] Values at end of function test_floor_det:
+  a ∈ {1.0000000000000000}
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {-0.0000000000000000}
+  e ∈ {-1.0000000000000000}
+  f ∈ {-2.0000000000000000}
+[value:final-states] Values at end of function test_floorf:
+  f32__x ∈ [-2.500000 .. -1.000000*2^-1]
+  f32__a ∈ [-1.000000 .. 1.000000]
+  f32__b ∈ [-0.000000 .. 0.000000]
+  f32__c ∈ [-3.000000 .. -1.000000]
+[value:final-states] Values at end of function test_floorf_det:
+  f32__a ∈ {1.000000}
+  f32__b ∈ {0}
+  f32__c ∈ {0}
+  f32__d ∈ {-0.000000}
+  f32__e ∈ {-1.000000}
+  f32__f ∈ {-2.000000}
+[value:final-states] Values at end of function test_fmod:
+  x ∈ [-3.0000000000000000 .. 2.0000000000000000]
+  y ∈ [-4.0000000000000000 .. 5.0000000000000000]
+  a ∈ [0.0000000000000000 .. 1.4999999999999998]
+  b ∈ [0.0000000000000000 .. 1.4999999999999998]
+  c ∈ [-1.4999999999999998 .. -0.0000000000000000]
+  d ∈ [-1.4999999999999998 .. -0.0000000000000000]
+  e ∈ [1.5000000000000000*2^-1 .. 1.2500000000000000]
+  f ∈ [1.5000000000000000*2^-1 .. 1.2500000000000000]
+  g ∈ [4.0000000000000000 .. 5.5000000000000000]
+  h ∈ [0.0000000000000000 .. 5.4999999999999991]
+  i ∈ [0.0000000000000000 .. 5.4999999999999991]
+  j ∈ [-4.4999999999999991 .. 4.4999999999999991]
+  k ∈ [-2.0000000000000000 .. 4.5000000000000000]
+  l ∈ [-1.9999999999999998*2^-4 .. 1.9999999999999998*2^-4]
+  m ∈ [-1.9999999999999998*2^-4 .. 1.9999999999999998*2^-4]
+  n ∈ [0.0000000000000000 .. 1.9999999999999998*2^-10]
+  o ∈ [-1.9999999999999998*2^-10 .. -0.0000000000000000]
+  p ∈ [0.0000000000000000 .. 1.9999999999999998*2^-10]
+  q ∈ [1.5000000000000000*2^-14 .. 1.0000000000000000*2^-11]
+  r ∈ [0.0000000000000000 .. 1.0000025599999997*2^-9]
+  s ∈ [0.0000000000000000 .. 1.5999999999999998*2^-4]
+  t ∈ [-1.5999999999999998*2^-4 .. -0.0000000000000000]
+  u ∈ [-3.9999999999999996 .. -0.0000000000000000]
+  v1 ∈ [1.0000000000000000 .. 3.0000000000000000]
+  v2 ∈ [1.0000000000000000 .. 3.0000000000000000]
+  v3 ∈ [-3.0000000000000000 .. -1.0000000000000000]
+  v4 ∈ [-3.0000000000000000 .. -1.0000000000000000]
+  w1 ∈ [0.0000000000000000 .. 3.0000000000000000]
+  w2 ∈ [-2.0000000000000000 .. 3.0000000000000000]
+  w3 ∈ [-3.0000000000000000 .. 2.0000000000000000]
+[value:final-states] Values at end of function test_fmod_det:
+  a ∈ {1.7500000000000000}
+  b ∈ {-1.7500000000000000}
+  c ∈ {-0.0000000000000000}
+  d ∈ {0}
+  e ∈ {0}
+  f ∈ {0}
+[value:final-states] Values at end of function test_log10_det:
+  a ∈ {1.6245399138793950}
+  b ∈ {-1.8061799739838871*2^-1}
+[value:final-states] Values at end of function test_log10f_det:
+  f32__a ∈ {1.624539}
+  f32__b ∈ {-1.806180*2^-1}
+[value:final-states] Values at end of function test_log_det:
+  a ∈ {3.7406413886725258}
+  b ∈ {-2.0794415416798357}
+[value:final-states] Values at end of function test_logf_det:
+  f32__a ∈ {3.740641}
+  f32__b ∈ {-2.079441}
+[value:final-states] Values at end of function test_pow:
+  x ∈ [-1.4551915228366852*2^36 .. -1.1641532182693481*2^33]
+  y ∈ [-1.0000000000000000*2^-1 .. 9.5000000000000000]
+  a ∈ {1.0000000000000000}
+  b ∈ {1.0000000000000000}
+  c ∈ {1.0000000000000000}
+  d ∈ [0.0000000000000000 .. 327.9450894181683225]
+  e ∈ [-64.0000000000000000 .. 1.1259101122907695*2^14]
+  f ∈ [-64.0000000000000000 .. 421.8750000000000000]
+  g ∈ [1.7652004904783322*2^-3 .. 4.7568284600108841]
+  h ∈ [1.4142135623730951*2^-3 .. 1.7469281074217106]
+  i ∈ [-1.9999999999999998*2^1023 .. 1.9999999999999998*2^1023]
+  j ∈ [-1.0000000000000000 .. 1.0000000000000000*2^537]
+  k ∈ [-1.4163703918457031*2^18 .. 1.4036245608028963*2^52]
+  l ∈ [-1024.0000000000000000 .. 256.0000000000000000]
+  m ∈ [-0.0000000000000000 .. 1.5258789062500000*2^16]
+  n ∈ [-0.0000000000000000 .. 1.9999999999999998*2^1023]
+  o ∈ {1.0000000000000000}
+  p ∈ [-1.4551915228366852*2^25 .. 1.1641532182693481*2^23]
+  q ∈ [-1.9999999999999998*2^1023 .. 1.9999999999999998*2^1023]
+  r ∈ [1.2649110640673517*2^-2 .. 1.4725502860585131*2^31]
+[value:final-states] Values at end of function test_pow_det:
+  a ∈ {1.0000000000000000}
+  b ∈ {0}
+  c ∈ {1.0000000000000000}
+  d ∈ {1.2247448713915889}
+  e ∈ {3.6539061185009513}
+  f ∈ {1.1857484052378015*2^-2}
+  g ∈ {1.6817928305074290*2^-21}
+  h ∈ {1.0000000000000000}
+[value:final-states] Values at end of function test_pow_singleton_exp:
+  x ∈ [-3.5000000000000000 .. -1.0000000000000000*2^-3]
+  c ∈ [0.0000000000000000 .. 4.5603590867386749]
+  d ∈ [1.7542478229978975*2^-3 .. 1.9999999999999998*2^1023]
+  e ∈ [-1.9999999999999998*2^1023 .. 1.9999999999999998*2^1023]
+  f ∈ [1.3061224489795917*2^-4 .. 1.9999999999999998*2^1023]
+  g ∈ [1.0000000000000000*2^975 .. 1.9999999999999998*2^1023]
+  h ∈ [-1.9999999999999998*2^1023 .. -1.3699635576194850*2^-10]
+  i ∈ [0.0000000000000000 .. 1.0000000000000000*2^-1000]
+  j ∈ [0.2500000000000000*2^-1022 .. 1.2707064924076672*2^-330]
+  k ∈ [1.7469281074217106 .. 5.6568542494923805]
+  l ∈ [2.1836601342771384 .. 11.3137084989847611]
+  m ∈ [1.3196114778086369*2^-5 .. 22.6274169979695223]
+  n ∈ [1.9097831327702532*2^-4 .. 8.0000000000000000]
+  o ∈ [1.4142135623730951*2^-1 .. 1.4251349413858991]
+  p ∈ [1.6817928305074290*2^-4 .. 10.0014719999210708]
+  q ∈ [1.0000000000000000*2^-8 .. 289.5314941406250000]
+  r ∈ [1.3061224489795917*2^-4 .. 64.0000000000000000]
+  s ∈ [-8.0000000000000000 .. -1.1428571428571428*2^-2]
+[value:final-states] Values at end of function test_powf:
+  f32__x ∈ [-0.000000 .. 10.000000]
+  f32__y ∈ [-0.000000 .. 5.000000]
+  f32__a ∈ {1.000000}
+  f32__b ∈ {1.000000}
+  f32__c ∈ {1.000000}
+  f32__d ∈ [0.000000 .. 327.945098]
+  f32__e ∈ [-64.000000 .. 1.125910*2^14]
+  f32__f ∈ [-64.000000 .. 421.875000]
+  f32__g ∈ [1.765200*2^-3 .. 4.756828]
+  f32__h ∈ [1.414213*2^-3 .. 1.746928]
+  f32__i ∈ [-1.999999*2^127 .. 1.999999*2^127]
+  f32__j ∈ [-1.000000 .. 1.414213*2^74]
+  f32__k ∈ [-1.416370*2^18 .. 1.403624*2^52]
+  f32__l ∈ [-1024.000000 .. 256.000000]
+  f32__m ∈ [-0.000000 .. 1.525878*2^16]
+[value:final-states] Values at end of function test_powf_det:
+  f32__a ∈ {1.000000}
+  f32__b ∈ {0}
+  f32__c ∈ {1.000000}
+  f32__d ∈ {1.224744}
+  f32__e ∈ {3.653906}
+  f32__f ∈ {1.185748*2^-2}
+  f32__g ∈ {1.681792*2^-21}
+  f32__h ∈ {1.000000}
+[value:final-states] Values at end of function test_powf_singleton_exp:
+  f32__x ∈ [-3.500000 .. -1.000000*2^-3]
+  f32__c ∈ [0.000000 .. 4.560359]
+  f32__d ∈ [1.754247*2^-3 .. 1.999999*2^127]
+  f32__e ∈ [-1.999999*2^127 .. 1.999999*2^127]
+  f32__f ∈ [1.306122*2^-4 .. 1.999999*2^127]
+  f32__g ∈ [1.000002*2^116 .. 1.741105*2^121]
+  f32__h ∈ [-1.999999*2^127 .. -1.369963*2^-10]
+  f32__i ∈ [0.000000 .. 1.000000*2^-120]
+  f32__j ∈ {0}
+  f32__k ∈ [1.746928 .. 5.656854]
+  f32__l ∈ [2.183660 .. 11.313708]
+  f32__m ∈ [1.319611*2^-5 .. 22.627416]
+  f32__n ∈ [1.909783*2^-4 .. 8.000000]
+  f32__o ∈ [1.414213*2^-1 .. 1.425134]
+  f32__p ∈ [1.681792*2^-4 .. 10.001472]
+  f32__q ∈ [1.000000*2^-8 .. 289.531494]
+  f32__r ∈ [1.306122*2^-4 .. 64.000000]
+  f32__s ∈ [-8.000000 .. -1.142857*2^-2]
+[value:final-states] Values at end of function test_round:
+  x ∈ [-2.5000000000000000 .. -1.0000000000000000*2^-1]
+  a ∈ [-1.0000000000000000 .. 2.0000000000000000]
+  b ∈ [-0.0000000000000000 .. 1.0000000000000000]
+  c ∈ [-3.0000000000000000 .. -1.0000000000000000]
+[value:final-states] Values at end of function test_round_det:
+  a ∈ {2.0000000000000000}
+  b ∈ {1.0000000000000000}
+  c ∈ {0}
+  d ∈ {-0.0000000000000000}
+  e ∈ {-1.0000000000000000}
+  f ∈ {-2.0000000000000000}
+[value:final-states] Values at end of function test_roundf:
+  f32__x ∈ [-2.500000 .. -1.000000*2^-1]
+  f32__a ∈ [-1.000000 .. 2.000000]
+  f32__b ∈ [-0.000000 .. 1.000000]
+  f32__c ∈ [-3.000000 .. -1.000000]
+[value:final-states] Values at end of function test_roundf_det:
+  f32__a ∈ {2.000000}
+  f32__b ∈ {1.000000}
+  f32__c ∈ {0}
+  f32__d ∈ {-0.000000}
+  f32__e ∈ {-1.000000}
+  f32__f ∈ {-2.000000}
+[value:final-states] Values at end of function test_sin_det:
+  x ∈ {1.6829419696157930*2^-1}
+  y ∈ {0}
+  z ∈ {-1.6829419696157930*2^-1}
+[value:final-states] Values at end of function test_sqrt:
+  x ∈ [-6.5000000000000000 .. -1.6000000000000000*2^-4]
+  a ∈ [-0.0000000000000000 .. 2.2360679774997898]
+  b ∈ [-0.0000000000000000 .. 0.0000000000000000]
+  c ∈ {-0.0000000000000000}
+[value:final-states] Values at end of function test_sqrt_det:
+  a ∈ {6.4903774928735851}
+  b ∈ {1.4142135623730951*2^-2}
+  c ∈ {0}
+  d ∈ {-0.0000000000000000}
+[value:final-states] Values at end of function test_sqrtf:
+  f32__x ∈ [-6.500000 .. -1.600000*2^-4]
+  f32__a ∈ [-0.000000 .. 2.236068]
+  b ∈ [-0.0000000000000000 .. 0.0000000000000000]
+  c ∈ {-0.0000000000000000}
+[value:final-states] Values at end of function test_sqrtf_det:
+  f32__a ∈ {6.490377}
+  f32__b ∈ {1.414213*2^-2}
+  f32__c ∈ {0}
+  f32__d ∈ {-0.000000}
+[value:final-states] Values at end of function test_trunc:
+  x ∈ [-2.5000000000000000 .. -1.0000000000000000*2^-1]
+  a ∈ [-0.0000000000000000 .. 1.0000000000000000]
+  b ∈ [-0.0000000000000000 .. 0.0000000000000000]
+  c ∈ [-2.0000000000000000 .. -0.0000000000000000]
+[value:final-states] Values at end of function test_trunc_det:
+  a ∈ {1.0000000000000000}
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {-0.0000000000000000}
+  e ∈ {-0.0000000000000000}
+  f ∈ {-1.0000000000000000}
+[value:final-states] Values at end of function test_truncf:
+  f32__x ∈ [-2.500000 .. -1.000000*2^-1]
+  f32__a ∈ [-0.000000 .. 1.000000]
+  f32__b ∈ [-0.000000 .. 0.000000]
+  f32__c ∈ [-2.000000 .. -0.000000]
+[value:final-states] Values at end of function test_truncf_det:
+  f32__a ∈ {1.000000}
+  f32__b ∈ {0}
+  f32__c ∈ {0}
+  f32__d ∈ {-0.000000}
+  f32__e ∈ {-0.000000}
+  f32__f ∈ {-1.000000}
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] Computing for function double_interval
+[from] Done for function double_interval
+[from] Computing for function test_atan2
+[from] Computing for function atan2 <-test_atan2
+[from] Done for function atan2
+[from] Done for function test_atan2
+[from] Computing for function test_atan2_det
+[from] Done for function test_atan2_det
+[from] Computing for function test_ceil
+[from] Computing for function ceil <-test_ceil
+[from] Done for function ceil
+[from] Done for function test_ceil
+[from] Computing for function test_ceil_det
+[from] Done for function test_ceil_det
+[from] Computing for function test_ceilf
+[from] Computing for function ceilf <-test_ceilf
+[from] Done for function ceilf
+[from] Done for function test_ceilf
+[from] Computing for function test_ceilf_det
+[from] Done for function test_ceilf_det
+[from] Computing for function test_cos_det
+[from] Computing for function cos <-test_cos_det
+[from] Done for function cos
+[from] Done for function test_cos_det
+[from] Computing for function test_diff_pow_powf
+[from] Computing for function pow <-test_diff_pow_powf
+[from] Done for function pow
+[from] Computing for function powf <-test_diff_pow_powf
+[from] Done for function powf
+[from] Done for function test_diff_pow_powf
+[from] Computing for function test_exp_det
+[from] Computing for function exp <-test_exp_det
+[from] Done for function exp
+[from] Done for function test_exp_det
+[from] Computing for function test_expf_det
+[from] Computing for function expf <-test_expf_det
+[from] Done for function expf
+[from] Done for function test_expf_det
+[from] Computing for function test_floor
+[from] Computing for function floor <-test_floor
+[from] Done for function floor
+[from] Done for function test_floor
+[from] Computing for function test_floor_det
+[from] Done for function test_floor_det
+[from] Computing for function test_floorf
+[from] Computing for function floorf <-test_floorf
+[from] Done for function floorf
+[from] Done for function test_floorf
+[from] Computing for function test_floorf_det
+[from] Done for function test_floorf_det
+[from] Computing for function test_fmod
+[from] Computing for function fmod <-test_fmod
+[from] Done for function fmod
+[from] Done for function test_fmod
+[from] Computing for function test_fmod_det
+[from] Done for function test_fmod_det
+[from] Computing for function test_log10_det
+[from] Computing for function log10 <-test_log10_det
+[from] Done for function log10
+[from] Done for function test_log10_det
+[from] Computing for function test_log10f_det
+[from] Computing for function log10f <-test_log10f_det
+[from] Done for function log10f
+[from] Done for function test_log10f_det
+[from] Computing for function test_log_det
+[from] Computing for function log <-test_log_det
+[from] Done for function log
+[from] Done for function test_log_det
+[from] Computing for function test_logf_det
+[from] Computing for function logf <-test_logf_det
+[from] Done for function logf
+[from] Done for function test_logf_det
+[from] Computing for function test_pow
+[from] Done for function test_pow
+[from] Computing for function test_pow_det
+[from] Done for function test_pow_det
+[from] Computing for function test_pow_singleton_exp
+[from] Done for function test_pow_singleton_exp
+[from] Computing for function test_powf
+[from] Done for function test_powf
+[from] Computing for function test_powf_det
+[from] Done for function test_powf_det
+[from] Computing for function test_powf_singleton_exp
+[from] Done for function test_powf_singleton_exp
+[from] Computing for function test_round
+[from] Computing for function round <-test_round
+[from] Done for function round
+[from] Done for function test_round
+[from] Computing for function test_round_det
+[from] Done for function test_round_det
+[from] Computing for function test_roundf
+[from] Computing for function roundf <-test_roundf
+[from] Done for function roundf
+[from] Done for function test_roundf
+[from] Computing for function test_roundf_det
+[from] Done for function test_roundf_det
+[from] Computing for function test_sin_det
+[from] Computing for function sin <-test_sin_det
+[from] Done for function sin
+[from] Done for function test_sin_det
+[from] Computing for function test_sqrt
+[from] Computing for function sqrt <-test_sqrt
+[from] Done for function sqrt
+[from] Done for function test_sqrt
+[from] Computing for function test_sqrt_det
+[from] Done for function test_sqrt_det
+[from] Computing for function test_sqrtf
+[from] Computing for function sqrtf <-test_sqrtf
+[from] Done for function sqrtf
+[from] Done for function test_sqrtf
+[from] Computing for function test_sqrtf_det
+[from] Done for function test_sqrtf_det
+[from] Computing for function test_trunc
+[from] Computing for function trunc <-test_trunc
+[from] Done for function trunc
+[from] Done for function test_trunc
+[from] Computing for function test_trunc_det
+[from] Done for function test_trunc_det
+[from] Computing for function test_truncf
+[from] Computing for function truncf <-test_truncf
+[from] Done for function truncf
+[from] Done for function test_truncf
+[from] Computing for function test_truncf_det
+[from] Done for function test_truncf_det
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function atan2:
+  \result FROM y; x
+[from] Function ceil:
+  \result FROM x
+[from] Function ceilf:
+  \result FROM x
+[from] Function cos:
+  \result FROM x
+[from] Function double_interval:
+  \result FROM min; max; nondet
+[from] Function exp:
+  \result FROM x
+[from] Function expf:
+  \result FROM x
+[from] Function floor:
+  \result FROM x
+[from] Function floorf:
+  \result FROM x
+[from] Function fmod:
+  \result FROM x; y
+[from] Function log:
+  \result FROM x
+[from] Function log10:
+  \result FROM x
+[from] Function log10f:
+  \result FROM x
+[from] Function logf:
+  \result FROM x
+[from] Function pow:
+  \result FROM x; y
+[from] Function powf:
+  \result FROM x; y
+[from] Function round:
+  \result FROM x
+[from] Function roundf:
+  \result FROM x
+[from] Function sin:
+  \result FROM x
+[from] Function sqrt:
+  \result FROM x
+[from] Function sqrtf:
+  \result FROM x
+[from] Function test_atan2:
+  NO EFFECTS
+[from] Function test_atan2_det:
+  NO EFFECTS
+[from] Function test_ceil:
+  NO EFFECTS
+[from] Function test_ceil_det:
+  NO EFFECTS
+[from] Function test_ceilf:
+  NO EFFECTS
+[from] Function test_ceilf_det:
+  NO EFFECTS
+[from] Function test_cos_det:
+  NO EFFECTS
+[from] Function test_diff_pow_powf:
+  NO EFFECTS
+[from] Function test_exp_det:
+  NO EFFECTS
+[from] Function test_expf_det:
+  NO EFFECTS
+[from] Function test_floor:
+  NO EFFECTS
+[from] Function test_floor_det:
+  NO EFFECTS
+[from] Function test_floorf:
+  NO EFFECTS
+[from] Function test_floorf_det:
+  NO EFFECTS
+[from] Function test_fmod:
+  NO EFFECTS
+[from] Function test_fmod_det:
+  NO EFFECTS
+[from] Function test_log10_det:
+  NO EFFECTS
+[from] Function test_log10f_det:
+  NO EFFECTS
+[from] Function test_log_det:
+  NO EFFECTS
+[from] Function test_logf_det:
+  NO EFFECTS
+[from] Function test_pow:
+  NO EFFECTS
+[from] Function test_pow_det:
+  NO EFFECTS
+[from] Function test_pow_singleton_exp:
+  NO EFFECTS
+[from] Function test_powf:
+  NO EFFECTS
+[from] Function test_powf_det:
+  NO EFFECTS
+[from] Function test_powf_singleton_exp:
+  NO EFFECTS
+[from] Function test_round:
+  NO EFFECTS
+[from] Function test_round_det:
+  NO EFFECTS
+[from] Function test_roundf:
+  NO EFFECTS
+[from] Function test_roundf_det:
+  NO EFFECTS
+[from] Function test_sin_det:
+  NO EFFECTS
+[from] Function test_sqrt:
+  NO EFFECTS
+[from] Function test_sqrt_det:
+  NO EFFECTS
+[from] Function test_sqrtf:
+  NO EFFECTS
+[from] Function test_sqrtf_det:
+  NO EFFECTS
+[from] Function trunc:
+  \result FROM x
+[from] Function test_trunc:
+  NO EFFECTS
+[from] Function test_trunc_det:
+  NO EFFECTS
+[from] Function truncf:
+  \result FROM x
+[from] Function test_truncf:
+  NO EFFECTS
+[from] Function test_truncf_det:
+  NO EFFECTS
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function double_interval:
+          __retres
+[inout] Inputs for function double_interval:
+          nondet
+[inout] Out (internal) for function test_atan2:
+          x; y; a; b; c; d; e; f; g; h; i; j; k; l; m; n
+[inout] Inputs for function test_atan2:
+          nondet
+[inout] Out (internal) for function test_atan2_det:
+          a; b; c; d; e; f; g; h; i; j; k; l; m
+[inout] Inputs for function test_atan2_det:
+          \nothing
+[inout] Out (internal) for function test_ceil:
+          x; a; b; c
+[inout] Inputs for function test_ceil:
+          nondet
+[inout] Out (internal) for function test_ceil_det:
+          a; b; c; d; e; f
+[inout] Inputs for function test_ceil_det:
+          \nothing
+[inout] Out (internal) for function test_ceilf:
+          f32__x; tmp; f32__a; tmp_1; f32__b; tmp_3; f32__c
+[inout] Inputs for function test_ceilf:
+          nondet
+[inout] Out (internal) for function test_ceilf_det:
+          f32__a; f32__b; f32__c; f32__d; f32__e; f32__f
+[inout] Inputs for function test_ceilf_det:
+          \nothing
+[inout] Out (internal) for function test_cos_det:
+          x; y; z
+[inout] Inputs for function test_cos_det:
+          \nothing
+[inout] Out (internal) for function test_diff_pow_powf:
+          d; f32__f
+[inout] Inputs for function test_diff_pow_powf:
+          \nothing
+[inout] Out (internal) for function test_exp_det:
+          a; b; c; d; e
+[inout] Inputs for function test_exp_det:
+          nondet
+[inout] Out (internal) for function test_expf_det:
+          f32__a; f32__b; f32__c; f32__d; f32__e
+[inout] Inputs for function test_expf_det:
+          \nothing
+[inout] Out (internal) for function test_floor:
+          x; a; b; c
+[inout] Inputs for function test_floor:
+          nondet
+[inout] Out (internal) for function test_floor_det:
+          a; b; c; d; e; f
+[inout] Inputs for function test_floor_det:
+          \nothing
+[inout] Out (internal) for function test_floorf:
+          f32__x; tmp; f32__a; tmp_1; f32__b; tmp_3; f32__c
+[inout] Inputs for function test_floorf:
+          nondet
+[inout] Out (internal) for function test_floorf_det:
+          f32__a; f32__b; f32__c; f32__d; f32__e; f32__f
+[inout] Inputs for function test_floorf_det:
+          \nothing
+[inout] Out (internal) for function test_fmod:
+          x; y; a; b; c; d; e; f; g; h; i; j; k; l; m; n; o; p; q; r; s; tmp_18; 
+          t; u; v1; v2; v3; v4; w1; w2; w3
+[inout] Inputs for function test_fmod:
+          nondet
+[inout] Out (internal) for function test_fmod_det:
+          a; b; c; d; e; f
+[inout] Inputs for function test_fmod_det:
+          nondet
+[inout] Out (internal) for function test_log10_det:
+          a; b
+[inout] Inputs for function test_log10_det:
+          nondet
+[inout] Out (internal) for function test_log10f_det:
+          f32__a; f32__b
+[inout] Inputs for function test_log10f_det:
+          nondet
+[inout] Out (internal) for function test_log_det:
+          a; b
+[inout] Inputs for function test_log_det:
+          nondet
+[inout] Out (internal) for function test_logf_det:
+          f32__a; f32__b
+[inout] Inputs for function test_logf_det:
+          nondet
+[inout] Out (internal) for function test_pow:
+          x; y; a; b; c; d; e; f; g; h; i; j; k; l; m; n; o; p; q; r
+[inout] Inputs for function test_pow:
+          nondet
+[inout] Out (internal) for function test_pow_det:
+          a; b; c; d; e; f; g; h
+[inout] Inputs for function test_pow_det:
+          \nothing
+[inout] Out (internal) for function test_pow_singleton_exp:
+          x; c; d; e; f; g; h; i; j; k; l; m; n; o; p; q; r; s
+[inout] Inputs for function test_pow_singleton_exp:
+          nondet
+[inout] Out (internal) for function test_powf:
+          f32__x; f32__y; tmp; f32__a; tmp_1; f32__b; tmp_3; f32__c; tmp_5; tmp_6;
+          f32__d; tmp_8; f32__e; tmp_10; f32__f; tmp_12; tmp_13; f32__g; tmp_15;
+          tmp_16; f32__h; tmp_18; tmp_19; f32__i; tmp_21; tmp_22; f32__j; tmp_24;
+          tmp_25; f32__k; tmp_27; tmp_28; f32__l; tmp_30; tmp_31; f32__m
+[inout] Inputs for function test_powf:
+          nondet
+[inout] Out (internal) for function test_powf_det:
+          f32__a; f32__b; f32__c; f32__d; f32__e; f32__f; f32__g; f32__h
+[inout] Inputs for function test_powf_det:
+          \nothing
+[inout] Out (internal) for function test_powf_singleton_exp:
+          f32__x; tmp; tmp_0; f32__c; f32__d; f32__e; f32__f; tmp_5; f32__g; 
+          tmp_7; f32__h; tmp_9; f32__i; tmp_11; f32__j; f32__k; f32__l; tmp_15;
+          f32__m; f32__n; f32__o; f32__p; f32__q; tmp_21; f32__r; f32__s
+[inout] Inputs for function test_powf_singleton_exp:
+          nondet
+[inout] Out (internal) for function test_round:
+          x; a; b; c
+[inout] Inputs for function test_round:
+          nondet
+[inout] Out (internal) for function test_round_det:
+          a; b; c; d; e; f
+[inout] Inputs for function test_round_det:
+          \nothing
+[inout] Out (internal) for function test_roundf:
+          f32__x; tmp; f32__a; tmp_1; f32__b; tmp_3; f32__c
+[inout] Inputs for function test_roundf:
+          nondet
+[inout] Out (internal) for function test_roundf_det:
+          f32__a; f32__b; f32__c; f32__d; f32__e; f32__f
+[inout] Inputs for function test_roundf_det:
+          \nothing
+[inout] Out (internal) for function test_sin_det:
+          x; y; z
+[inout] Inputs for function test_sin_det:
+          \nothing
+[inout] Out (internal) for function test_sqrt:
+          x; a; b; c
+[inout] Inputs for function test_sqrt:
+          nondet
+[inout] Out (internal) for function test_sqrt_det:
+          a; b; c; d
+[inout] Inputs for function test_sqrt_det:
+          nondet
+[inout] Out (internal) for function test_sqrtf:
+          f32__x; tmp; f32__a; tmp_1; b; tmp_3; c; tmp_5
+[inout] Inputs for function test_sqrtf:
+          nondet
+[inout] Out (internal) for function test_sqrtf_det:
+          f32__a; f32__b; f32__c; f32__d
+[inout] Inputs for function test_sqrtf_det:
+          nondet
+[inout] Out (internal) for function test_trunc:
+          x; a; b; c
+[inout] Inputs for function test_trunc:
+          nondet
+[inout] Out (internal) for function test_trunc_det:
+          a; b; c; d; e; f
+[inout] Inputs for function test_trunc_det:
+          \nothing
+[inout] Out (internal) for function test_truncf:
+          f32__x; tmp; f32__a; tmp_1; f32__b; tmp_3; f32__c
+[inout] Inputs for function test_truncf:
+          nondet
+[inout] Out (internal) for function test_truncf_det:
+          f32__a; f32__b; f32__c; f32__d; f32__e; f32__f
+[inout] Inputs for function test_truncf_det:
+          \nothing
+[inout] Out (internal) for function main:
+          __retres
+[inout] Inputs for function main:
+          nondet
+/* Generated by Frama-C */
+typedef int wchar_t;
+/*@
+axiomatic MemCmp {
+  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
+    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
+  
+  axiom memcmp_zero{L1, L2}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
+      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
+  
+  }
+ */
+/*@
+axiomatic MemChr {
+  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic MemSet {
+  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memset_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic StrLen {
+  logic ℤ strlen{L}(char *s) 
+    reads *(s+(0 ..));
+  
+  axiom strlen_pos_or_null{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
+      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
+  
+  axiom strlen_neg{L}:
+    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
+  
+  axiom strlen_before_null{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
+  
+  axiom strlen_at_null{L}:
+    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
+  
+  axiom strlen_not_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
+  
+  axiom strlen_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
+  
+  axiom strlen_sup{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
+  
+  axiom strlen_create{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_create_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+    ∀ ℤ k;
+      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
+  
+  axiom memcmp_strlen_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_shift_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
+      0 ≤ strlen(s2) ≤ k+strlen(s1);
+  
+  axiom memcmp_strlen_shift_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
+      0 ≤ strlen(s1) ≤ k+strlen(s2);
+  
+  }
+ */
+/*@
+axiomatic StrCmp {
+  logic ℤ strcmp{L}(char *s1, char *s2) 
+    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
+  
+  axiom strcmp_zero{L}:
+    ∀ char *s1, char *s2;
+      strcmp(s1, s2) ≡ 0 ⇔
+      strlen(s1) ≡ strlen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrNCmp {
+  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom strncmp_zero{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      strncmp(s1, s2, n) ≡ 0 ⇔
+      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrChr {
+  logic 𝔹 strchr{L}(char *s, ℤ c) 
+    reads *(s+(0 .. strlen(s)));
+  
+  axiom strchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+      strchr(s, c) ≡ \true ⇔
+      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic WcsLen {
+  logic ℤ wcslen{L}(wchar_t *s) 
+    reads *(s+(0 ..));
+  
+  axiom wcslen_pos_or_null{L}:
+    ∀ wchar_t *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
+      wcslen(s) ≡ i;
+  
+  axiom wcslen_neg{L}:
+    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
+  
+  axiom wcslen_before_null{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
+  
+  axiom wcslen_at_null{L}:
+    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
+  
+  axiom wcslen_not_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
+  
+  axiom wcslen_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
+  
+  axiom wcslen_sup{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
+  
+  axiom wcslen_create{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_create_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i;
+    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
+  
+  }
+ */
+/*@
+axiomatic WcsCmp {
+  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
+    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
+  
+  axiom wcscmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+      wcscmp(s1, s2) ≡ 0 ⇔
+      wcslen(s1) ≡ wcslen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic WcsNCmp {
+  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom wcsncmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+    ∀ ℤ n;
+      wcsncmp(s1, s2, n) ≡ 0 ⇔
+      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
+ */
+/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
+ */
+/*@
+predicate valid_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_read_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
+ */
+/*@
+predicate valid_wstring{L}(wchar_t *s) =
+  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
+ */
+/*@
+predicate valid_wstring_or_null{L}(wchar_t *s) =
+  s ≡ \null ∨ valid_wstring(s);
+ */
+extern int __FC_errno;
+
+/*@ behavior normal:
+      assumes \is_finite(x) ∧ \abs(x) ≤ 1;
+      ensures \is_finite(\result) ∧ \result ≥ 0;
+      assigns \nothing;
+    
+    behavior edom:
+      assumes \is_infinite(x) ∨ (\is_finite(x) ∧ \abs(x) > 1);
+      ensures __FC_errno ≡ 1;
+      assigns __FC_errno;
+    
+    disjoint behaviors normal, edom;
+ */
+extern double acos(double x);
+
+/*@ behavior normal:
+      assumes \is_finite(x) ∧ \abs(x) ≤ 1;
+      ensures \is_finite(\result) ∧ \result ≥ 0;
+      assigns \nothing;
+    
+    behavior edom:
+      assumes \is_infinite(x) ∨ (\is_finite(x) ∧ \abs(x) > 1);
+      ensures __FC_errno ≡ 1;
+      assigns __FC_errno;
+    
+    disjoint behaviors normal, edom;
+ */
+extern float acosf(float x);
+
+/*@ behavior normal:
+      assumes \is_finite(x) ∧ \abs(x) ≤ 1;
+      ensures \is_finite(\result) ∧ \result ≥ 0;
+      assigns \nothing;
+    
+    behavior edom:
+      assumes \is_infinite(x) ∨ (\is_finite(x) ∧ \abs(x) > 1);
+      ensures __FC_errno ≡ 1;
+      assigns __FC_errno;
+    
+    disjoint behaviors normal, edom;
+ */
+extern long double acosl(long double x);
+
+/*@ behavior normal:
+      assumes \is_finite(x) ∧ \abs(x) ≤ 1;
+      ensures \is_finite(\result);
+      assigns \nothing;
+    
+    behavior edom:
+      assumes \is_infinite(x) ∨ (\is_finite(x) ∧ \abs(x) > 1);
+      ensures __FC_errno ≡ 1;
+      assigns __FC_errno;
+    
+    disjoint behaviors normal, edom;
+ */
+extern double asin(double x);
+
+/*@ behavior normal:
+      assumes \is_finite(x) ∧ \abs(x) ≤ 1;
+      ensures \is_finite(\result);
+      assigns \nothing;
+    
+    behavior edom:
+      assumes \is_infinite(x) ∨ (\is_finite(x) ∧ \abs(x) > 1);
+      ensures __FC_errno ≡ 1;
+      assigns __FC_errno;
+    
+    disjoint behaviors normal, edom;
+ */
+extern float asinf(float x);
+
+/*@ behavior normal:
+      assumes \is_finite(x) ∧ \abs(x) ≤ 1;
+      ensures \is_finite(\result);
+      assigns \nothing;
+    
+    behavior edom:
+      assumes \is_infinite(x) ∨ (\is_finite(x) ∧ \abs(x) > 1);
+      ensures __FC_errno ≡ 1;
+      assigns __FC_errno;
+    
+    disjoint behaviors normal, edom;
+ */
+extern long double asinl(long double x);
+
+/*@ assigns \result;
+    assigns \result \from y, x; */
+extern double atan2(double y, double x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern double cos(double x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern double sin(double x);
+
+/*@ behavior normal:
+      assumes \is_finite(x) ∧ x ≥ 1;
+      ensures \is_finite(\result) ∧ \result ≥ 0;
+      assigns \nothing;
+    
+    behavior infinite:
+      assumes \is_plus_infinity(x);
+      ensures \is_plus_infinity(\result);
+      assigns \nothing;
+    
+    behavior edom:
+      assumes \is_minus_infinity(x) ∨ (\is_finite(x) ∧ x < 1);
+      ensures __FC_errno ≡ 1;
+      assigns __FC_errno;
+    
+    disjoint behaviors normal, infinite, edom;
+ */
+extern double acosh(double x);
+
+/*@ behavior normal:
+      assumes \is_finite(x) ∧ x ≥ 1;
+      ensures \is_finite(\result) ∧ \result ≥ 0;
+      assigns \nothing;
+    
+    behavior infinite:
+      assumes \is_plus_infinity(x);
+      ensures \is_plus_infinity(\result);
+      assigns \nothing;
+    
+    behavior edom:
+      assumes \is_minus_infinity(x) ∨ (\is_finite(x) ∧ x < 1);
+      ensures __FC_errno ≡ 1;
+      assigns __FC_errno;
+    
+    disjoint behaviors normal, infinite, edom;
+ */
+extern float acoshf(float x);
+
+/*@ behavior normal:
+      assumes \is_finite(x) ∧ x ≥ 1;
+      ensures \is_finite(\result) ∧ \result ≥ 0;
+      assigns \nothing;
+    
+    behavior infinite:
+      assumes \is_plus_infinity(x);
+      ensures \is_plus_infinity(\result);
+      assigns \nothing;
+    
+    behavior edom:
+      assumes \is_minus_infinity(x) ∨ (\is_finite(x) ∧ x < 1);
+      ensures __FC_errno ≡ 1;
+      assigns __FC_errno;
+    
+    disjoint behaviors normal, infinite, edom;
+ */
+extern long double acoshl(long double x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern double exp(double x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern float expf(float x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern double log(double x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern float logf(float x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern double log10(double x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern float log10f(float x);
+
+/*@ assigns \result;
+    assigns \result \from x, y; */
+extern double pow(double x, double y);
+
+/*@ assigns \result;
+    assigns \result \from x, y; */
+extern float powf(float x, float y);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern double sqrt(double x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern float sqrtf(float x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern double ceil(double x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern float ceilf(float x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern double floor(double x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern float floorf(float x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern double round(double x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern float roundf(float x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern double trunc(double x);
+
+/*@ assigns \result;
+    assigns \result \from x; */
+extern float truncf(float x);
+
+/*@ assigns \result;
+    assigns \result \from x, y; */
+extern double fmod(double x, double y);
+
+/*@ requires valid_read_string(tagp);
+    ensures \is_NaN(\result);
+    assigns \nothing;
+ */
+extern double nan(char const *tagp);
+
+/*@ requires valid_read_string(tagp);
+    ensures \is_NaN(\result);
+    assigns \nothing;
+ */
+extern float nanf(char const *tagp);
+
+/*@ requires valid_read_string(tagp);
+    ensures \is_NaN(\result);
+    assigns \nothing;
+ */
+extern long double nanl(char const *tagp);
+
+static int volatile nondet;
+double double_interval(double min, double max)
+{
+  double __retres;
+  if (nondet) {
+    __retres = min;
+    goto return_label;
+  }
+  else {
+    __retres = max;
+    goto return_label;
+  }
+  return_label: return __retres;
+}
+
+void test_cos_det(void)
+{
+  double x;
+  double y;
+  double z;
+  x = cos(1.);
+  y = cos(0.);
+  z = cos(- 1.);
+  return;
+}
+
+void test_sin_det(void)
+{
+  double x;
+  double y;
+  double z;
+  x = sin(1.);
+  y = sin(0.);
+  z = sin(- 1.);
+  return;
+}
+
+void test_atan2_det(void)
+{
+  double a;
+  double b;
+  double c;
+  double d;
+  double e;
+  double f;
+  double g;
+  double h;
+  double i;
+  double j;
+  double k;
+  double l;
+  double m;
+  a = atan2(1.,0.);
+  b = atan2(0.,1.);
+  c = atan2(1.,- 0.);
+  d = atan2(- 0.,1.);
+  e = atan2(- 1.,0.);
+  f = atan2(- 1.,0.);
+  g = atan2(- 1.,- 0.);
+  h = atan2(- 1.,- 0.);
+  i = atan2(0.,0.);
+  j = atan2(2.,1.);
+  k = atan2(- 2.,1.);
+  l = atan2(2.,- 1.);
+  m = atan2(- 2.,- 1.);
+  return;
+}
+
+void test_atan2(void)
+{
+  double x;
+  double y;
+  double a;
+  double b;
+  double c;
+  double d;
+  double e;
+  double f;
+  double g;
+  double h;
+  double i;
+  double j;
+  double k;
+  double l;
+  double m;
+  double n;
+  y = double_interval(0.125,10.);
+  x = double_interval(0.125,10.);
+  a = atan2(y,x);
+  x = double_interval(- 2.5,3.);
+  b = atan2(y,x);
+  y = double_interval(- 1.25,- 0.5);
+  c = atan2(y,x);
+  x = double_interval(- 3.,- 2.5);
+  d = atan2(y,x);
+  x = double_interval(- 0.,0.);
+  e = atan2(y,x);
+  x = double_interval(1.,5.);
+  y = double_interval(- 1.,- 0.);
+  f = atan2(y,x);
+  y = double_interval(0.,0.5);
+  g = atan2(y,x);
+  y = double_interval(- 0.,0.5);
+  h = atan2(y,x);
+  y = double_interval(- 0.5,0.);
+  i = atan2(y,x);
+  y = double_interval(- 0.,0.);
+  j = atan2(y,x);
+  k = atan2(0.,x);
+  l = atan2(- 0.,x);
+  m = atan2(0.,- x);
+  n = atan2(- 0.,- x);
+  return;
+}
+
+void test_pow_det(void)
+{
+  double a;
+  double b;
+  double c;
+  double d;
+  double e;
+  double f;
+  double g;
+  double h;
+  a = pow(1.,8.);
+  b = pow(0.,1.);
+  c = pow(12.,0.);
+  d = pow(2.25,0.25);
+  e = pow(178.25,0.25);
+  f = pow(129.5,- 0.25);
+  g = pow(512.,- 2.25);
+  h = pow(0.,0.);
+  return;
+}
+
+void test_powf_det(void)
+{
+  float f32__a;
+  float f32__b;
+  float f32__c;
+  float f32__d;
+  float f32__e;
+  float f32__f;
+  float f32__g;
+  float f32__h;
+  f32__a = powf((float)1.,(float)8.);
+  f32__b = powf((float)0.,(float)1.);
+  f32__c = powf((float)12.,(float)0.);
+  f32__d = powf((float)2.25,(float)0.25);
+  f32__e = powf((float)178.25,(float)0.25);
+  f32__f = powf((float)129.5,(float)(- 0.25));
+  f32__g = powf((float)512.,(float)(- 2.25));
+  f32__h = powf((float)0.,(float)0.);
+  return;
+}
+
+extern int ( /* missing proto */ Frama_C_show_each_unreachable)();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int ( /* missing proto */ Frama_C_show_each_i)();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int ( /* missing proto */ Frama_C_show_each_j)();
+
+void test_pow_singleton_exp(void)
+{
+  double x;
+  double c;
+  double d;
+  double e;
+  double f;
+  double g;
+  double h;
+  double i;
+  double j;
+  double k;
+  double l;
+  double m;
+  double n;
+  double o;
+  double p;
+  double q;
+  double r;
+  double s;
+  x = double_interval(- 3.5,- 2.75);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_pow(x,1.5))");
+    */
+    pow(x,1.5);
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_pow(x,- 1.5))");
+    */
+    pow(x,- 1.5);
+    Frama_C_show_each_unreachable();
+  }
+  x = double_interval(- 3.5,2.75);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,1.5))");
+  */
+  c = pow(x,1.5);
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_pow(x,- 1.5))");
+  */
+  d = pow(x,- 1.5);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,- 3.))");
+  */
+  e = pow(x,- 3.);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,- 2.))");
+  */
+  f = pow(x,- 2.);
+  x = double_interval((double)(1LL << 50),(double)(1LL << 62));
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,19.5))");
+  */
+  g = pow(x,19.5);
+  x = double_interval((double)(- (1LL << 49)),- .75);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,23.0))");
+  */
+  h = pow(x,23.0);
+  x = double_interval(0.125,0.25);
+  i = pow(x,500.);
+  Frama_C_show_each_i(i);
+  x = double_interval(1.25,2.0);
+  j = pow(x,- 1024.);
+  Frama_C_show_each_j(j);
+  k = pow(x,2.5);
+  l = pow(x,3.5);
+  x = double_interval(0.25,4.125);
+  m = pow(x,- 2.25);
+  n = pow(x,- 1.5);
+  o = pow(x,0.25);
+  p = pow(x,1.625);
+  q = pow(x,4.);
+  x = double_interval(- 3.5,- 0.125);
+  r = pow(x,- 2.);
+  s = pow(x,- 1.);
+  return;
+}
+
+void test_pow(void)
+{
+  double x;
+  double y;
+  double a;
+  double b;
+  double c;
+  double d;
+  double e;
+  double f;
+  double g;
+  double h;
+  double i;
+  double j;
+  double k;
+  double l;
+  double m;
+  double n;
+  double o;
+  double p;
+  double q;
+  double r;
+  y = double_interval(- 18.5,12.125);
+  a = pow(1.0,y);
+  x = double_interval(- 15.25,32.75);
+  b = pow(x,0.0);
+  y = double_interval(- 0.0,0.0);
+  c = pow(x,y);
+  x = double_interval(- 4.0,7.5);
+  y = double_interval(2.125,2.875);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+  */
+  d = pow(x,y);
+  y = double_interval(2.125,4.875);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+  */
+  e = pow(x,y);
+  y = double_interval(2.0,3.0);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+  */
+  f = pow(x,y);
+  y = double_interval(- 0.75,- 0.);
+  x = double_interval(0.125,7.5);
+  g = pow(x,y);
+  y = double_interval(0.25,2.5);
+  x = double_interval(0.5,1.25);
+  h = pow(x,y);
+  x = double_interval(- 1.0,1.0);
+  y = double_interval(- 1.0,1.0);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+  */
+  i = pow(x,y);
+  x = double_interval(- 1.0,1.0);
+  y = double_interval(- 0.5,1.0);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+  */
+  j = pow(x,y);
+  x = double_interval(- 13.,430.);
+  y = double_interval(3.,6.);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+  */
+  k = pow(x,y);
+  x = double_interval(- 4.,- 2.);
+  y = double_interval(3.,5.);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+  */
+  l = pow(x,y);
+  x = double_interval(- 0.,10.);
+  y = double_interval(- 0.,5.);
+  m = pow(x,y);
+  x = double_interval(- 0.0,10.0);
+  y = double_interval(- 3.5,4.5);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+  */
+  n = pow(x,y);
+  x = double_interval(- 5.,- 0.5);
+  y = double_interval(- 0.875,- 0.125);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+    */
+    pow(x,y);
+    Frama_C_show_each_unreachable();
+  }
+  y = double_interval(- 0.25,0.25);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+  */
+  o = pow(x,y);
+  y = double_interval(10.,11.5);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+  */
+  p = pow(x,y);
+  y = double_interval(- 9876.5,1234.5);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+  */
+  q = pow(x,y);
+  x = double_interval(1e10,1e11);
+  y = double_interval(1e14,1e15);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+    */
+    pow(x,y);
+    Frama_C_show_each_unreachable();
+  }
+  x = double_interval(- 1e11,- 1e10);
+  y = double_interval(1e14,1e15);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_pow(x,y))");
+    */
+    pow(x,y);
+    Frama_C_show_each_unreachable();
+  }
+  y = double_interval(- 0.5,9.5);
+  r = pow(10.0,y);
+  return;
+}
+
+void test_powf_singleton_exp(void)
+{
+  float f32__x;
+  double tmp;
+  double tmp_0;
+  float f32__c;
+  float f32__d;
+  float f32__e;
+  float f32__f;
+  double tmp_5;
+  float f32__g;
+  double tmp_7;
+  float f32__h;
+  double tmp_9;
+  float f32__i;
+  double tmp_11;
+  float f32__j;
+  float f32__k;
+  float f32__l;
+  double tmp_15;
+  float f32__m;
+  float f32__n;
+  float f32__o;
+  float f32__p;
+  float f32__q;
+  double tmp_21;
+  float f32__r;
+  float f32__s;
+  { /* sequence */
+    tmp = double_interval(- 3.5,- 2.75);
+    f32__x = (float)tmp;
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_powf(f32__x,(float)1.5))");
+    */
+    powf(f32__x,(float)1.5);
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_powf(f32__x,(float)(- 1.5)))");
+    */
+    powf(f32__x,(float)(- 1.5));
+    Frama_C_show_each_unreachable();
+  }
+  { /* sequence */
+    tmp_0 = double_interval(- 3.5,2.75);
+    f32__x = (float)tmp_0;
+  }
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,(float)1.5))");
+  */
+  f32__c = powf(f32__x,(float)1.5);
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,(float)(- 1.5)))");
+  */
+  f32__d = powf(f32__x,(float)(- 1.5));
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,(float)(- 3.)))");
+  */
+  f32__e = powf(f32__x,(float)(- 3.));
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,(float)(- 2.)))");
+  */
+  f32__f = powf(f32__x,(float)(- 2.));
+  { /* sequence */
+    tmp_5 = double_interval((double)(1LL << 20),(double)(1LL << 21));
+    f32__x = (float)tmp_5;
+  }
+  f32__g = powf(f32__x,(float)5.8);
+  { /* sequence */
+    tmp_7 = double_interval((double)(- (1LL << 49)),- .75);
+    f32__x = (float)tmp_7;
+  }
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,(float)23.0))");
+  */
+  f32__h = powf(f32__x,(float)23.0);
+  { /* sequence */
+    tmp_9 = double_interval(0.125,0.25);
+    f32__x = (float)tmp_9;
+  }
+  f32__i = powf(f32__x,(float)60.);
+  Frama_C_show_each_i(f32__i);
+  { /* sequence */
+    tmp_11 = double_interval(1.25,2.0);
+    f32__x = (float)tmp_11;
+  }
+  f32__j = powf(f32__x,(float)(- 1024.));
+  Frama_C_show_each_j(f32__j);
+  f32__k = powf(f32__x,(float)2.5);
+  f32__l = powf(f32__x,(float)3.5);
+  { /* sequence */
+    tmp_15 = double_interval(0.25,4.125);
+    f32__x = (float)tmp_15;
+  }
+  f32__m = powf(f32__x,(float)(- 2.25));
+  f32__n = powf(f32__x,(float)(- 1.5));
+  f32__o = powf(f32__x,(float)0.25);
+  f32__p = powf(f32__x,(float)1.625);
+  f32__q = powf(f32__x,(float)4.);
+  { /* sequence */
+    tmp_21 = double_interval(- 3.5,- 0.125);
+    f32__x = (float)tmp_21;
+  }
+  f32__r = powf(f32__x,(float)(- 2.));
+  f32__s = powf(f32__x,(float)(- 1.));
+  return;
+}
+
+void test_powf(void)
+{
+  float f32__x;
+  float f32__y;
+  double tmp;
+  float f32__a;
+  double tmp_1;
+  float f32__b;
+  double tmp_3;
+  float f32__c;
+  double tmp_5;
+  double tmp_6;
+  float f32__d;
+  double tmp_8;
+  float f32__e;
+  double tmp_10;
+  float f32__f;
+  double tmp_12;
+  double tmp_13;
+  float f32__g;
+  double tmp_15;
+  double tmp_16;
+  float f32__h;
+  double tmp_18;
+  double tmp_19;
+  float f32__i;
+  double tmp_21;
+  double tmp_22;
+  float f32__j;
+  double tmp_24;
+  double tmp_25;
+  float f32__k;
+  double tmp_27;
+  double tmp_28;
+  float f32__l;
+  double tmp_30;
+  double tmp_31;
+  float f32__m;
+  { /* sequence */
+    tmp = double_interval(- 18.5,12.125);
+    f32__y = (float)tmp;
+  }
+  f32__a = powf((float)1.0,f32__y);
+  { /* sequence */
+    tmp_1 = double_interval(- 15.25,32.75);
+    f32__x = (float)tmp_1;
+  }
+  f32__b = powf(f32__x,(float)0.0);
+  { /* sequence */
+    tmp_3 = double_interval(- 0.0,0.0);
+    f32__y = (float)tmp_3;
+  }
+  f32__c = powf(f32__x,f32__y);
+  { /* sequence */
+    tmp_5 = double_interval(- 4.0,7.5);
+    f32__x = (float)tmp_5;
+  }
+  { /* sequence */
+    tmp_6 = double_interval(2.125,2.875);
+    f32__y = (float)tmp_6;
+  }
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,f32__y))");
+  */
+  f32__d = powf(f32__x,f32__y);
+  { /* sequence */
+    tmp_8 = double_interval(2.125,4.875);
+    f32__y = (float)tmp_8;
+  }
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,f32__y))");
+  */
+  f32__e = powf(f32__x,f32__y);
+  { /* sequence */
+    tmp_10 = double_interval(2.0,3.0);
+    f32__y = (float)tmp_10;
+  }
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,f32__y))");
+  */
+  f32__f = powf(f32__x,f32__y);
+  { /* sequence */
+    tmp_12 = double_interval(- 0.75,- 0.);
+    f32__y = (float)tmp_12;
+  }
+  { /* sequence */
+    tmp_13 = double_interval(0.125,7.5);
+    f32__x = (float)tmp_13;
+  }
+  f32__g = powf(f32__x,f32__y);
+  { /* sequence */
+    tmp_15 = double_interval(0.25,2.5);
+    f32__y = (float)tmp_15;
+  }
+  { /* sequence */
+    tmp_16 = double_interval(0.5,1.25);
+    f32__x = (float)tmp_16;
+  }
+  f32__h = powf(f32__x,f32__y);
+  { /* sequence */
+    tmp_18 = double_interval(- 1.0,1.0);
+    f32__x = (float)tmp_18;
+  }
+  { /* sequence */
+    tmp_19 = double_interval(- 1.0,1.0);
+    f32__y = (float)tmp_19;
+  }
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,f32__y))");
+  */
+  f32__i = powf(f32__x,f32__y);
+  { /* sequence */
+    tmp_21 = double_interval(- 1.0,1.0);
+    f32__x = (float)tmp_21;
+  }
+  { /* sequence */
+    tmp_22 = double_interval(- 0.5,1.0);
+    f32__y = (float)tmp_22;
+  }
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,f32__y))");
+  */
+  f32__j = powf(f32__x,f32__y);
+  { /* sequence */
+    tmp_24 = double_interval(- 13.,430.);
+    f32__x = (float)tmp_24;
+  }
+  { /* sequence */
+    tmp_25 = double_interval(3.,6.);
+    f32__y = (float)tmp_25;
+  }
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,f32__y))");
+  */
+  f32__k = powf(f32__x,f32__y);
+  { /* sequence */
+    tmp_27 = double_interval(- 4.,- 2.);
+    f32__x = (float)tmp_27;
+  }
+  { /* sequence */
+    tmp_28 = double_interval(3.,5.);
+    f32__y = (float)tmp_28;
+  }
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_powf(f32__x,f32__y))");
+  */
+  f32__l = powf(f32__x,f32__y);
+  { /* sequence */
+    tmp_30 = double_interval(- 0.,10.);
+    f32__x = (float)tmp_30;
+  }
+  { /* sequence */
+    tmp_31 = double_interval(- 0.,5.);
+    f32__y = (float)tmp_31;
+  }
+  f32__m = powf(f32__x,f32__y);
+  return;
+}
+
+void test_fmod_det(void)
+{
+  double a;
+  double b;
+  double c;
+  double d;
+  double e;
+  double f;
+  a = fmod(4.0,2.25);
+  b = fmod(- 4.0,2.25);
+  c = fmod(- 0.0,2.25);
+  d = fmod(0.0,2.25);
+  e = fmod(0.0,0.0009765625);
+  f = fmod(1.25,0.0009765625);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_fmod(0.125,0.0))");
+    */
+    fmod(0.125,0.0);
+    Frama_C_show_each_unreachable();
+  }
+  return;
+}
+
+void test_fmod(void)
+{
+  double x;
+  double y;
+  double a;
+  double b;
+  double c;
+  double d;
+  double e;
+  double f;
+  double g;
+  double h;
+  double i;
+  double j;
+  double k;
+  double l;
+  double m;
+  double n;
+  double o;
+  double p;
+  double q;
+  double r;
+  double s;
+  double tmp_18;
+  double t;
+  double u;
+  double v1;
+  double v2;
+  double v3;
+  double v4;
+  double w1;
+  double w2;
+  double w3;
+  x = double_interval(2.,9.5);
+  a = fmod(x,1.5);
+  b = fmod(x,- 1.5);
+  c = fmod(- x,1.5);
+  d = fmod(- x,- 1.5);
+  x = double_interval(.75,1.25);
+  e = fmod(x,1.5);
+  f = fmod(x,- 1.5);
+  x = double_interval(4.,5.5);
+  y = double_interval(6.5,8.);
+  g = fmod(x,y);
+  x = double_interval(6.5,8.);
+  y = double_interval(4.,5.5);
+  h = fmod(x,y);
+  i = fmod(x,- y);
+  x = double_interval(- 9.,8.75);
+  y = double_interval(- 2.,4.5);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_fmod(x,y))");
+  */
+  j = fmod(x,y);
+  x = double_interval(- 2.,4.5);
+  y = double_interval(- 9.,8.75);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_fmod(x,y))");
+  */
+  k = fmod(x,y);
+  y = double_interval(- 0.0,0.0);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_fmod(x,y))");
+    */
+    fmod(x,y);
+    Frama_C_show_each_unreachable();
+  }
+  y = double_interval(0.0,0.125);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_fmod(x,y))");
+  */
+  l = fmod(x,y);
+  y = double_interval(- 0.125,- 0.0);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_fmod(x,y))");
+  */
+  m = fmod(x,y);
+  x = double_interval(1e308,1.1e308);
+  n = fmod(x,0.001953125);
+  x = double_interval(- 1.1e308,- 1e308);
+  o = fmod(x,0.001953125);
+  x = double_interval(1e308,1.00001e308);
+  p = fmod(x,0.001953125);
+  x = double_interval(1.600000000000001e11,1.600000000000005e11);
+  q = fmod(x,0.001953125);
+  x = double_interval(1.759218604000011e13,1759218604000015e13);
+  r = fmod(x,0.00195313);
+  x = double_interval(0.5,0.505);
+  s = fmod(x,0.1);
+  { /* sequence */
+    tmp_18 = double_interval(0.5,0.505);
+    x = - tmp_18;
+  }
+  t = fmod(x,0.1);
+  x = double_interval((double)(-8),- 6.5);
+  u = fmod(x,(double)4);
+  x = double_interval((double)6,(double)7);
+  y = double_interval((double)(-5),(double)(-4));
+  v1 = fmod(x,y);
+  y = double_interval((double)4,(double)5);
+  v2 = fmod(x,y);
+  x = double_interval((double)(-7),(double)(-6));
+  v3 = fmod(x,y);
+  y = double_interval((double)(-5),(double)(-4));
+  v4 = fmod(x,y);
+  x = double_interval((double)2,(double)3);
+  y = double_interval((double)(-4),(double)5);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_fmod(x,y))");
+  */
+  w1 = fmod(x,y);
+  x = double_interval((double)(-2),(double)3);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_fmod(x,y))");
+  */
+  w2 = fmod(x,y);
+  x = double_interval((double)(-3),(double)2);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_fmod(x,y))");
+  */
+  w3 = fmod(x,y);
+  return;
+}
+
+void test_sqrt_det(void)
+{
+  double a;
+  double b;
+  double c;
+  double d;
+  a = sqrt(42.125);
+  b = sqrt(0.125);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_sqrt(- 2.))");
+    */
+    sqrt(- 2.);
+    Frama_C_show_each_unreachable();
+  }
+  c = sqrt(0.);
+  d = sqrt(- 0.);
+  return;
+}
+
+void test_sqrt(void)
+{
+  double x;
+  double a;
+  double b;
+  double c;
+  x = double_interval(- 0.0,5.0);
+  a = sqrt(x);
+  x = double_interval(- 6.5,0.0);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_sqrt(x))");
+  */
+  b = sqrt(x);
+  x = double_interval(- 6.5,- 0.0);
+  /*@ assert
+      Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_sqrt(x))");
+  */
+  c = sqrt(x);
+  x = double_interval(- 6.5,- 0.1);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_sqrt(x))");
+    */
+    sqrt(x);
+    Frama_C_show_each_unreachable();
+  }
+  return;
+}
+
+void test_sqrtf_det(void)
+{
+  float f32__a;
+  float f32__b;
+  float f32__c;
+  float f32__d;
+  f32__a = sqrtf((float)42.125);
+  f32__b = sqrtf((float)0.125);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_sqrtf((float)(- 2.)))");
+    */
+    sqrtf((float)(- 2.));
+    Frama_C_show_each_unreachable();
+  }
+  f32__c = sqrtf((float)0.);
+  f32__d = sqrtf((float)(- 0.));
+  return;
+}
+
+void test_sqrtf(void)
+{
+  float f32__x;
+  double tmp;
+  float f32__a;
+  double tmp_1;
+  float b;
+  double tmp_3;
+  float c;
+  double tmp_5;
+  tmp = double_interval(- 0.0,5.0);
+  f32__x = (float)tmp;
+  f32__a = sqrtf(f32__x);
+  { /* sequence */
+    tmp_1 = double_interval(- 6.5,0.0);
+    f32__x = (float)tmp_1;
+  }
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_sqrtf(f32__x))");
+  */
+  b = sqrtf(f32__x);
+  { /* sequence */
+    tmp_3 = double_interval(- 6.5,- 0.0);
+    f32__x = (float)tmp_3;
+  }
+  /*@ assert
+      Value: is_nan_or_infinite:
+        \warning("\\is_finite(Frama_C_sqrtf(f32__x))");
+  */
+  c = sqrtf(f32__x);
+  { /* sequence */
+    tmp_5 = double_interval(- 6.5,- 0.1);
+    f32__x = (float)tmp_5;
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_sqrt((double)f32__x))");
+    */
+    sqrt((double)f32__x);
+    Frama_C_show_each_unreachable();
+  }
+  return;
+}
+
+void test_exp_det(void)
+{
+  double a;
+  double b;
+  double c;
+  double d;
+  double e;
+  a = exp(42.125);
+  b = exp(- 2.);
+  c = exp(0.);
+  d = exp(- 0.);
+  e = exp(- 1.);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_exp(1e100))");
+    */
+    exp(1e100);
+    Frama_C_show_each_unreachable();
+  }
+  return;
+}
+
+void test_expf_det(void)
+{
+  float f32__a;
+  float f32__b;
+  float f32__c;
+  float f32__d;
+  float f32__e;
+  f32__a = expf((float)42.125);
+  f32__b = expf((float)(- 2.));
+  f32__c = expf((float)0.);
+  f32__d = expf((float)(- 0.));
+  f32__e = expf((float)(- 1.));
+  return;
+}
+
+void test_log_det(void)
+{
+  double a;
+  double b;
+  a = log(42.125);
+  b = log(0.125);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_log(- 2.))");
+    */
+    log(- 2.);
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_log(0.))");
+    */
+    log(0.);
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_log(- 0.))");
+    */
+    log(- 0.);
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_log(- 1.))");
+    */
+    log(- 1.);
+    Frama_C_show_each_unreachable();
+  }
+  return;
+}
+
+void test_logf_det(void)
+{
+  float f32__a;
+  float f32__b;
+  f32__a = logf((float)42.125);
+  f32__b = logf((float)0.125);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_logf((float)(- 2.)))");
+    */
+    logf((float)(- 2.));
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_logf((float)0.))");
+    */
+    logf((float)0.);
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_logf((float)(- 0.)))");
+    */
+    logf((float)(- 0.));
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_logf((float)(- 1.)))");
+    */
+    logf((float)(- 1.));
+    Frama_C_show_each_unreachable();
+  }
+  return;
+}
+
+void test_log10_det(void)
+{
+  double a;
+  double b;
+  a = log10(42.125);
+  b = log10(0.125);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_log10(- 2.))");
+    */
+    log10(- 2.);
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite: \warning("\\is_finite(Frama_C_log10(0.))");
+    */
+    log10(0.);
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_log10(- 0.))");
+    */
+    log10(- 0.);
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_log10(- 1.))");
+    */
+    log10(- 1.);
+    Frama_C_show_each_unreachable();
+  }
+  return;
+}
+
+void test_log10f_det(void)
+{
+  float f32__a;
+  float f32__b;
+  f32__a = log10f((float)42.125);
+  f32__b = log10f((float)0.125);
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_log10f((float)(- 2.)))");
+    */
+    log10f((float)(- 2.));
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_log10f((float)0.))");
+    */
+    log10f((float)0.);
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_log10f((float)(- 0.)))");
+    */
+    log10f((float)(- 0.));
+    Frama_C_show_each_unreachable();
+  }
+  if (nondet) {
+    /*@ assert
+        Value: is_nan_or_infinite:
+          \warning("\\is_finite(Frama_C_log10f((float)(- 1.)))");
+    */
+    log10f((float)(- 1.));
+    Frama_C_show_each_unreachable();
+  }
+  return;
+}
+
+void test_diff_pow_powf(void)
+{
+  double d;
+  float f32__f;
+  d = pow(0.11,30.);
+  f32__f = powf((float)0.11,(float)30.);
+  return;
+}
+
+void test_floor_det(void)
+{
+  double a;
+  double b;
+  double c;
+  double d;
+  double e;
+  double f;
+  a = floor(1.5);
+  b = floor(0.5);
+  c = floor(0.0);
+  d = floor(- 0.0);
+  e = floor(- 0.5);
+  f = floor(- 1.5);
+  return;
+}
+
+void test_ceil_det(void)
+{
+  double a;
+  double b;
+  double c;
+  double d;
+  double e;
+  double f;
+  a = ceil(1.5);
+  b = ceil(0.5);
+  c = ceil(0.0);
+  d = ceil(- 0.0);
+  e = ceil(- 0.5);
+  f = ceil(- 1.5);
+  return;
+}
+
+void test_trunc_det(void)
+{
+  double a;
+  double b;
+  double c;
+  double d;
+  double e;
+  double f;
+  a = trunc(1.5);
+  b = trunc(0.5);
+  c = trunc(0.0);
+  d = trunc(- 0.0);
+  e = trunc(- 0.5);
+  f = trunc(- 1.5);
+  return;
+}
+
+void test_round_det(void)
+{
+  double a;
+  double b;
+  double c;
+  double d;
+  double e;
+  double f;
+  a = round(1.5);
+  b = round(0.5);
+  c = round(0.0);
+  d = round(- 0.0);
+  e = round(- 0.5);
+  f = round(- 1.5);
+  return;
+}
+
+void test_floor(void)
+{
+  double x;
+  double a;
+  double b;
+  double c;
+  x = double_interval(- 0.5,1.5);
+  a = floor(x);
+  x = double_interval(- 0.0,0.5);
+  b = floor(x);
+  x = double_interval(- 2.5,- 0.5);
+  c = floor(x);
+  return;
+}
+
+void test_ceil(void)
+{
+  double x;
+  double a;
+  double b;
+  double c;
+  x = double_interval(- 0.5,1.5);
+  a = ceil(x);
+  x = double_interval(- 0.0,0.5);
+  b = ceil(x);
+  x = double_interval(- 2.5,- 0.5);
+  c = ceil(x);
+  return;
+}
+
+void test_trunc(void)
+{
+  double x;
+  double a;
+  double b;
+  double c;
+  x = double_interval(- 0.5,1.5);
+  a = trunc(x);
+  x = double_interval(- 0.0,0.5);
+  b = trunc(x);
+  x = double_interval(- 2.5,- 0.5);
+  c = trunc(x);
+  return;
+}
+
+void test_round(void)
+{
+  double x;
+  double a;
+  double b;
+  double c;
+  x = double_interval(- 0.5,1.5);
+  a = round(x);
+  x = double_interval(- 0.0,0.5);
+  b = round(x);
+  x = double_interval(- 2.5,- 0.5);
+  c = round(x);
+  return;
+}
+
+void test_floorf_det(void)
+{
+  float f32__a;
+  float f32__b;
+  float f32__c;
+  float f32__d;
+  float f32__e;
+  float f32__f;
+  f32__a = floorf((float)1.5);
+  f32__b = floorf((float)0.5);
+  f32__c = floorf((float)0.0);
+  f32__d = floorf((float)(- 0.0));
+  f32__e = floorf((float)(- 0.5));
+  f32__f = floorf((float)(- 1.5));
+  return;
+}
+
+void test_ceilf_det(void)
+{
+  float f32__a;
+  float f32__b;
+  float f32__c;
+  float f32__d;
+  float f32__e;
+  float f32__f;
+  f32__a = ceilf((float)1.5);
+  f32__b = ceilf((float)0.5);
+  f32__c = ceilf((float)0.0);
+  f32__d = ceilf((float)(- 0.0));
+  f32__e = ceilf((float)(- 0.5));
+  f32__f = ceilf((float)(- 1.5));
+  return;
+}
+
+void test_truncf_det(void)
+{
+  float f32__a;
+  float f32__b;
+  float f32__c;
+  float f32__d;
+  float f32__e;
+  float f32__f;
+  f32__a = truncf((float)1.5);
+  f32__b = truncf((float)0.5);
+  f32__c = truncf((float)0.0);
+  f32__d = truncf((float)(- 0.0));
+  f32__e = truncf((float)(- 0.5));
+  f32__f = truncf((float)(- 1.5));
+  return;
+}
+
+void test_roundf_det(void)
+{
+  float f32__a;
+  float f32__b;
+  float f32__c;
+  float f32__d;
+  float f32__e;
+  float f32__f;
+  f32__a = roundf((float)1.5);
+  f32__b = roundf((float)0.5);
+  f32__c = roundf((float)0.0);
+  f32__d = roundf((float)(- 0.0));
+  f32__e = roundf((float)(- 0.5));
+  f32__f = roundf((float)(- 1.5));
+  return;
+}
+
+void test_floorf(void)
+{
+  float f32__x;
+  double tmp;
+  float f32__a;
+  double tmp_1;
+  float f32__b;
+  double tmp_3;
+  float f32__c;
+  { /* sequence */
+    tmp = double_interval(- 0.5,1.5);
+    f32__x = (float)tmp;
+  }
+  f32__a = floorf(f32__x);
+  { /* sequence */
+    tmp_1 = double_interval(- 0.0,0.5);
+    f32__x = (float)tmp_1;
+  }
+  f32__b = floorf(f32__x);
+  { /* sequence */
+    tmp_3 = double_interval(- 2.5,- 0.5);
+    f32__x = (float)tmp_3;
+  }
+  f32__c = floorf(f32__x);
+  return;
+}
+
+void test_ceilf(void)
+{
+  float f32__x;
+  double tmp;
+  float f32__a;
+  double tmp_1;
+  float f32__b;
+  double tmp_3;
+  float f32__c;
+  { /* sequence */
+    tmp = double_interval(- 0.5,1.5);
+    f32__x = (float)tmp;
+  }
+  f32__a = ceilf(f32__x);
+  { /* sequence */
+    tmp_1 = double_interval(- 0.0,0.5);
+    f32__x = (float)tmp_1;
+  }
+  f32__b = ceilf(f32__x);
+  { /* sequence */
+    tmp_3 = double_interval(- 2.5,- 0.5);
+    f32__x = (float)tmp_3;
+  }
+  f32__c = ceilf(f32__x);
+  return;
+}
+
+void test_truncf(void)
+{
+  float f32__x;
+  double tmp;
+  float f32__a;
+  double tmp_1;
+  float f32__b;
+  double tmp_3;
+  float f32__c;
+  { /* sequence */
+    tmp = double_interval(- 0.5,1.5);
+    f32__x = (float)tmp;
+  }
+  f32__a = truncf(f32__x);
+  { /* sequence */
+    tmp_1 = double_interval(- 0.0,0.5);
+    f32__x = (float)tmp_1;
+  }
+  f32__b = truncf(f32__x);
+  { /* sequence */
+    tmp_3 = double_interval(- 2.5,- 0.5);
+    f32__x = (float)tmp_3;
+  }
+  f32__c = truncf(f32__x);
+  return;
+}
+
+void test_roundf(void)
+{
+  float f32__x;
+  double tmp;
+  float f32__a;
+  double tmp_1;
+  float f32__b;
+  double tmp_3;
+  float f32__c;
+  { /* sequence */
+    tmp = double_interval(- 0.5,1.5);
+    f32__x = (float)tmp;
+  }
+  f32__a = roundf(f32__x);
+  { /* sequence */
+    tmp_1 = double_interval(- 0.0,0.5);
+    f32__x = (float)tmp_1;
+  }
+  f32__b = roundf(f32__x);
+  { /* sequence */
+    tmp_3 = double_interval(- 2.5,- 0.5);
+    f32__x = (float)tmp_3;
+  }
+  f32__c = roundf(f32__x);
+  return;
+}
+
+int main(void)
+{
+  int __retres;
+  test_cos_det();
+  test_sin_det();
+  test_atan2_det();
+  test_atan2();
+  test_pow_det();
+  test_pow_singleton_exp();
+  test_pow();
+  test_fmod_det();
+  test_fmod();
+  test_sqrt_det();
+  test_sqrt();
+  test_exp_det();
+  test_log_det();
+  test_log10_det();
+  test_powf_det();
+  test_powf_singleton_exp();
+  test_powf();
+  test_sqrtf_det();
+  test_sqrtf();
+  test_expf_det();
+  test_logf_det();
+  test_log10f_det();
+  test_diff_pow_powf();
+  test_floor_det();
+  test_ceil_det();
+  test_trunc_det();
+  test_round_det();
+  test_floor();
+  test_ceil();
+  test_trunc();
+  test_round();
+  test_floorf_det();
+  test_ceilf_det();
+  test_truncf_det();
+  test_roundf_det();
+  test_floorf();
+  test_ceilf();
+  test_truncf();
+  test_roundf();
+  __retres = 0;
+  return __retres;
+}
+
+
diff --git a/tests/float/oracle_symblocs/nonlin.0.err.oracle b/tests/float/oracle_symblocs/nonlin.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/nonlin.0.res.oracle b/tests/float/oracle_symblocs/nonlin.0.res.oracle
new file mode 100644
index 00000000000..bd3f0097dd1
--- /dev/null
+++ b/tests/float/oracle_symblocs/nonlin.0.res.oracle
@@ -0,0 +1,264 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/nonlin.c (with preprocessing)
+tests/float/nonlin.c:75:[kernel] warning: Floating-point constant 0.000000001 is not represented exactly. Will use 0x1.12e0be826d695p-30. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  r1 ∈ {0}
+  r2 ∈ {0}
+  d ∈ {0}
+  i ∈ {0}
+  s ∈ {0}
+  zf ∈ {0}
+  s2 ∈ {0}
+  sq ∈ {0}
+  h ∈ {0}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+   [5] ∈ {6}
+   [6] ∈ {7}
+   [7] ∈ {8}
+   [8] ∈ {9}
+   [9] ∈ {10}
+  r ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  rbits1 ∈ {0}
+  rbits2 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function nonlin_f <- main.
+        Called from tests/float/nonlin.c:85.
+[value] computing for function Frama_C_float_interval <- nonlin_f <- main.
+        Called from tests/float/nonlin.c:16.
+[value] using specification for function Frama_C_float_interval
+share/libc/__fc_builtin.h:141:[value] function Frama_C_float_interval: precondition got status valid.
+share/libc/__fc_builtin.h:142:[value] function Frama_C_float_interval: precondition got status valid.
+[value] Done for function Frama_C_float_interval
+[value] computing for function Frama_C_float_interval <- nonlin_f <- main.
+        Called from tests/float/nonlin.c:17.
+[value] Done for function Frama_C_float_interval
+tests/float/nonlin.c:20:[value] assertion got status valid.
+tests/float/nonlin.c:24:[value] assertion got status valid.
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.4000000000000p2 .. 0x1.4800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.4000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.4800000000000p2 .. 0x1.5000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.4800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.5000000000000p2 .. 0x1.5800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.5000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.5800000000000p2 .. 0x1.6000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.5800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.6000000000000p2 .. 0x1.6800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.6000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.6800000000000p2 .. 0x1.7000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.6800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.7000000000000p2 .. 0x1.7800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.7000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.7800000000000p2 .. 0x1.8000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.7800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.8000000000000p2 .. 0x1.8800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.8000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.8800000000000p2 .. 0x1.9000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.8800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.9000000000000p2 .. 0x1.9800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.9000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.9800000000000p2 .. 0x1.a000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.9800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.a000000000000p2 .. 0x1.a800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.a000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.a800000000000p2 .. 0x1.b000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.a800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.b000000000000p2 .. 0x1.b800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.b000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.b800000000000p2 .. 0x1.c000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.b800000000000p2 .. 0x1.c800000000000p2])
+[value] Recording results for nonlin_f
+[value] Done for function nonlin_f
+[value] computing for function other <- main.
+        Called from tests/float/nonlin.c:86.
+[value] computing for function Frama_C_float_interval <- other <- main.
+        Called from tests/float/nonlin.c:59.
+[value] Done for function Frama_C_float_interval
+[value] computing for function Frama_C_float_interval <- other <- main.
+        Called from tests/float/nonlin.c:60.
+[value] Done for function Frama_C_float_interval
+tests/float/nonlin.c:61:[value] warning: accessing out of bounds index.
+                 assert 0 ≤ (int)((double)((double)(i*i)+2.0));
+tests/float/nonlin.c:61:[value] warning: accessing out of bounds index.
+                 assert (int)((double)((double)(i*i)+2.0)) < 10;
+[value] computing for function access_bits <- other <- main.
+        Called from tests/float/nonlin.c:67.
+[value] Recording results for access_bits
+[value] Done for function access_bits
+[value] computing for function Frama_C_interval <- other <- main.
+        Called from tests/float/nonlin.c:69.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+tests/float/nonlin.c:70:[value] warning: division by zero. assert x ≢ 0;
+[value] Recording results for other
+[value] Done for function other
+[value] computing for function split_alarm <- main.
+        Called from tests/float/nonlin.c:87.
+tests/float/nonlin.c:74:[value] warning: non-finite float value. assert \is_finite(v);
+tests/float/nonlin.c:75:[value] warning: non-finite double value.
+                 assert
+                 \is_finite((double)((double)1/(double)((double)((double)ff*(double)ff)+0.000000001)));
+[value] Recording results for split_alarm
+[value] Done for function split_alarm
+[value] computing for function norm <- main.
+        Called from tests/float/nonlin.c:88.
+tests/float/nonlin.c:79:[value] warning: non-finite float value. assert \is_finite(v);
+tests/float/nonlin.c:80:[value] warning: non-finite float value. assert \is_finite(v);
+[value] Recording results for norm
+[value] Done for function norm
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function access_bits:
+  rbits1 ∈ {0; 1; 2}
+  x0 ∈ [--..--]
+  __retres ∈ {0; 1}
+[value:final-states] Values at end of function nonlin_f:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  b ∈ [-0x0.0000000000000p-1022 .. 0x1.0000000000000p0]
+  c ∈ {0x1.c000000000000p2}
+  r1 ∈ [0x1.4000000000000p2 .. 0x1.2000000000000p3]
+  r2 ∈ [0x1.4000000000000p2 .. 0x1.c800000000000p2]
+  d ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+[value:final-states] Values at end of function norm:
+  v1 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  v2 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  square ∈ [-0x1.fffffc0000020p256 .. 0x1.fffffc0000020p256]
+[value:final-states] Values at end of function other:
+  Frama_C_entropy_source ∈ [--..--]
+  i ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  s ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  zf ∈ [-0x1.1300000000000p8 .. 0x1.1300000000000p8]
+  s2 ∈ [-0x1.0a00000000000p8 .. 0x1.1c00000000000p8]
+  sq ∈ [-0x1.2718000000000p14 .. 0x1.3b10000000000p14]
+  h ∈ [-0x1.38d8000000000p14 .. 0x1.2950000000000p14]
+  r ∈ [2..11]
+  x ∈ [0..42]
+  y ∈ [0..42]
+  z ∈ [-2750000..2750000]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value:final-states] Values at end of function split_alarm:
+  ff ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  d_0 ∈ [-0x1.fffffffffffffp1023 .. 0x1.fffffffffffffp1023]
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  b ∈ [-0x0.0000000000000p-1022 .. 0x1.0000000000000p0]
+  c ∈ {0x1.c000000000000p2}
+  r1 ∈ [0x1.4000000000000p2 .. 0x1.2000000000000p3]
+  r2 ∈ [0x1.4000000000000p2 .. 0x1.c800000000000p2]
+  d ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  i ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  s ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  zf ∈ [-0x1.1300000000000p8 .. 0x1.1300000000000p8]
+  s2 ∈ [-0x1.0a00000000000p8 .. 0x1.1c00000000000p8]
+  sq ∈ [-0x1.2718000000000p14 .. 0x1.3b10000000000p14]
+  h ∈ [-0x1.38d8000000000p14 .. 0x1.2950000000000p14]
+  r ∈ [2..11]
+  x ∈ [0..42]
+  y ∈ [0..42]
+  z ∈ [-2750000..2750000]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function access_bits:
+  rbits1 ∈ {0; 1; 2}
+  x0 ∈ [--..--]
+  __retres ∈ {0; 1}
+[value:final-states] Values at end of function nonlin_f:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [5. .. 7.]
+  b ∈ [-0. .. 1.]
+  c ∈ {7.}
+  r1 ∈ [5. .. 9.]
+  r2 ∈ [5. .. 7.125]
+  d ∈ [5. .. 7.]
+[value:final-states] Values at end of function norm:
+  v1 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  v2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  square ∈ [-2.31584150868e+77 .. 2.31584150868e+77]
+[value:final-states] Values at end of function other:
+  Frama_C_entropy_source ∈ [--..--]
+  i ∈ [-133. .. 142.]
+  s ∈ [-133. .. 142.]
+  zf ∈ [-275. .. 275.]
+  s2 ∈ [-266. .. 284.]
+  sq ∈ [-18886. .. 20164.]
+  h ∈ [-20022. .. 19028.]
+  r ∈ [2..11]
+  x ∈ [0..42]
+  y ∈ [0..42]
+  z ∈ [-2750000..2750000]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value:final-states] Values at end of function split_alarm:
+  ff ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  d_0 ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [5. .. 7.]
+  b ∈ [-0. .. 1.]
+  c ∈ {7.}
+  r1 ∈ [5. .. 9.]
+  r2 ∈ [5. .. 7.125]
+  d ∈ [5. .. 7.]
+  i ∈ [-133. .. 142.]
+  s ∈ [-133. .. 142.]
+  zf ∈ [-275. .. 275.]
+  s2 ∈ [-266. .. 284.]
+  sq ∈ [-18886. .. 20164.]
+  h ∈ [-20022. .. 19028.]
+  r ∈ [2..11]
+  x ∈ [0..42]
+  y ∈ [0..42]
+  z ∈ [-2750000..2750000]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
diff --git a/tests/float/oracle_symblocs/nonlin.1.err.oracle b/tests/float/oracle_symblocs/nonlin.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/nonlin.1.res.oracle b/tests/float/oracle_symblocs/nonlin.1.res.oracle
new file mode 100644
index 00000000000..31d101b4c62
--- /dev/null
+++ b/tests/float/oracle_symblocs/nonlin.1.res.oracle
@@ -0,0 +1,271 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/nonlin.c (with preprocessing)
+tests/float/nonlin.c:75:[kernel] warning: Floating-point constant 0.000000001 is not represented exactly. Will use 0x1.12e0be826d695p-30. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  r1 ∈ {0}
+  r2 ∈ {0}
+  d ∈ {0}
+  i ∈ {0}
+  s ∈ {0}
+  zf ∈ {0}
+  s2 ∈ {0}
+  sq ∈ {0}
+  h ∈ {0}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+   [5] ∈ {6}
+   [6] ∈ {7}
+   [7] ∈ {8}
+   [8] ∈ {9}
+   [9] ∈ {10}
+  r ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  rbits1 ∈ {0}
+  rbits2 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function nonlin_f <- main.
+        Called from tests/float/nonlin.c:85.
+[value] computing for function Frama_C_float_interval <- nonlin_f <- main.
+        Called from tests/float/nonlin.c:16.
+[value] using specification for function Frama_C_float_interval
+share/libc/__fc_builtin.h:141:[value] function Frama_C_float_interval: precondition got status valid.
+share/libc/__fc_builtin.h:142:[value] function Frama_C_float_interval: precondition got status valid.
+[value] Done for function Frama_C_float_interval
+[value] computing for function Frama_C_float_interval <- nonlin_f <- main.
+        Called from tests/float/nonlin.c:17.
+[value] Done for function Frama_C_float_interval
+tests/float/nonlin.c:20:[value] assertion got status valid.
+tests/float/nonlin.c:22:[value:nonlin] non-linear 'a + b * (c - a)', lv 'a'
+tests/float/nonlin.c:24:[value] assertion got status valid.
+tests/float/nonlin.c:41:[value:nonlin] non-linear 'b * (c - a) + a', lv 'a'
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.4000000000000p2 .. 0x1.4800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.4000000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.4800000000000p2 .. 0x1.5000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.4800000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.5000000000000p2 .. 0x1.5800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.5000000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.5800000000000p2 .. 0x1.6000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.5800000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.6000000000000p2 .. 0x1.6800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.6000000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.6800000000000p2 .. 0x1.7000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.6800000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.7000000000000p2 .. 0x1.7800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.7000000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.7800000000000p2 .. 0x1.8000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.7800000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.8000000000000p2 .. 0x1.8800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.8000000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.8800000000000p2 .. 0x1.9000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.8800000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.9000000000000p2 .. 0x1.9800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.9000000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.9800000000000p2 .. 0x1.a000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.9800000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.a000000000000p2 .. 0x1.a800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.a000000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.a800000000000p2 .. 0x1.b000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.a800000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.b000000000000p2 .. 0x1.b800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.b000000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.b800000000000p2 .. 0x1.c000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.b800000000000p2 .. 0x1.c0fffffffffffp2])
+[value] Recording results for nonlin_f
+[value] Done for function nonlin_f
+[value] computing for function other <- main.
+        Called from tests/float/nonlin.c:86.
+[value] computing for function Frama_C_float_interval <- other <- main.
+        Called from tests/float/nonlin.c:59.
+[value] Done for function Frama_C_float_interval
+[value] computing for function Frama_C_float_interval <- other <- main.
+        Called from tests/float/nonlin.c:60.
+[value] Done for function Frama_C_float_interval
+tests/float/nonlin.c:61:[value:nonlin] non-linear 'i * i', lv 'i'
+tests/float/nonlin.c:61:[value] warning: accessing out of bounds index.
+                 assert (int)((double)((double)(i*i)+2.0)) < 10;
+tests/float/nonlin.c:62:[value:nonlin] non-linear 's - s', lv 's'
+tests/float/nonlin.c:63:[value:nonlin] non-linear 's - s', lv 's'
+tests/float/nonlin.c:64:[value:nonlin] non-linear 's + s', lv 's'
+tests/float/nonlin.c:65:[value:nonlin] non-linear 's * s', lv 's'
+tests/float/nonlin.c:66:[value:nonlin] non-linear 's * ((double)1 - s)', lv 's'
+[value] computing for function access_bits <- other <- main.
+        Called from tests/float/nonlin.c:67.
+[value] Recording results for access_bits
+[value] Done for function access_bits
+[value] computing for function Frama_C_interval <- other <- main.
+        Called from tests/float/nonlin.c:69.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+tests/float/nonlin.c:70:[value:nonlin] non-linear '(1 / x) * x', lv 'x'
+tests/float/nonlin.c:70:[value] warning: division by zero. assert x ≢ 0;
+[value] Recording results for other
+[value] Done for function other
+[value] computing for function split_alarm <- main.
+        Called from tests/float/nonlin.c:87.
+tests/float/nonlin.c:74:[value] warning: non-finite float value. assert \is_finite(v);
+tests/float/nonlin.c:75:[value:nonlin] non-linear '(double)ff * (double)ff', lv 'ff'
+[value] Recording results for split_alarm
+[value] Done for function split_alarm
+[value] computing for function norm <- main.
+        Called from tests/float/nonlin.c:88.
+tests/float/nonlin.c:79:[value] warning: non-finite float value. assert \is_finite(v);
+tests/float/nonlin.c:80:[value] warning: non-finite float value. assert \is_finite(v);
+tests/float/nonlin.c:81:[value:nonlin] non-linear '(double)v1 * (double)v1', lv 'v1'
+tests/float/nonlin.c:81:[value:nonlin] non-linear '(double)v2 * (double)v2', lv 'v2'
+[value] Recording results for norm
+[value] Done for function norm
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function access_bits:
+  rbits1 ∈ {0; 1; 2}
+  x0 ∈ [--..--]
+  __retres ∈ {0; 1}
+[value:final-states] Values at end of function nonlin_f:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  b ∈ [-0x0.0000000000000p-1022 .. 0x1.0000000000000p0]
+  c ∈ {0x1.c000000000000p2}
+  r1 ∈ [0x1.4000000000000p2 .. 0x1.cffffffffffffp2]
+  r2 ∈ [0x1.4000000000000p2 .. 0x1.c0fffffffffffp2]
+  d ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+[value:final-states] Values at end of function norm:
+  v1 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  v2 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  square ∈ [-0x0.0000000000000p-1022 .. 0x1.fffffc0000020p256]
+[value:final-states] Values at end of function other:
+  Frama_C_entropy_source ∈ [--..--]
+  i ∈ [-0x1.05ffffffffffbp2 .. 0x1.6a3b000000004p1]
+  s ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  zf ∈ [-0x1.12ffffffffffep4 .. 0x1.12ffffffffffep4]
+  s2 ∈ [-0x1.0a00000000000p8 .. 0x1.1c00000000000p8]
+  sq ∈ [-0x1.b37ffffffff34p-7 .. 0x1.3b10000000000p14]
+  h ∈ [-0x1.38d8000000000p14 .. 0x1.3250000000034p-1]
+  r ∈ [3..11]
+  x ∈ [1..42]
+  y ∈ {0; 1}
+  z ∈ [-171874..171874]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value:final-states] Values at end of function split_alarm:
+  ff ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  d_0 ∈ [0x1.0000020000030p-256 .. 0x1.dcd64ffffffffp29]
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  b ∈ [-0x0.0000000000000p-1022 .. 0x1.0000000000000p0]
+  c ∈ {0x1.c000000000000p2}
+  r1 ∈ [0x1.4000000000000p2 .. 0x1.cffffffffffffp2]
+  r2 ∈ [0x1.4000000000000p2 .. 0x1.c0fffffffffffp2]
+  d ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  i ∈ [-0x1.05ffffffffffbp2 .. 0x1.6a3b000000004p1]
+  s ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  zf ∈ [-0x1.12ffffffffffep4 .. 0x1.12ffffffffffep4]
+  s2 ∈ [-0x1.0a00000000000p8 .. 0x1.1c00000000000p8]
+  sq ∈ [-0x1.b37ffffffff34p-7 .. 0x1.3b10000000000p14]
+  h ∈ [-0x1.38d8000000000p14 .. 0x1.3250000000034p-1]
+  r ∈ [3..11]
+  x ∈ [1..42]
+  y ∈ {0; 1}
+  z ∈ [-171874..171874]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function access_bits:
+  rbits1 ∈ {0; 1; 2}
+  x0 ∈ [--..--]
+  __retres ∈ {0; 1}
+[value:final-states] Values at end of function nonlin_f:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [5. .. 7.]
+  b ∈ [-0. .. 1.]
+  c ∈ {7.}
+  r1 ∈ [5. .. 7.25]
+  r2 ∈ [5. .. 7.015625]
+  d ∈ [5. .. 7.]
+[value:final-states] Values at end of function norm:
+  v1 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  v2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  square ∈ [-0. .. 2.31584150868e+77]
+[value:final-states] Values at end of function other:
+  Frama_C_entropy_source ∈ [--..--]
+  i ∈ [-4.09375 .. 2.82992553711]
+  s ∈ [-133. .. 142.]
+  zf ∈ [-17.1875 .. 17.1875]
+  s2 ∈ [-266. .. 284.]
+  sq ∈ [-0.0132904052734 .. 20164.]
+  h ∈ [-20022. .. 0.598266601563]
+  r ∈ [3..11]
+  x ∈ [1..42]
+  y ∈ {0; 1}
+  z ∈ [-171874..171874]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value:final-states] Values at end of function split_alarm:
+  ff ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  d_0 ∈ [8.63616958461e-78 .. 1000000000.]
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [5. .. 7.]
+  b ∈ [-0. .. 1.]
+  c ∈ {7.}
+  r1 ∈ [5. .. 7.25]
+  r2 ∈ [5. .. 7.015625]
+  d ∈ [5. .. 7.]
+  i ∈ [-4.09375 .. 2.82992553711]
+  s ∈ [-133. .. 142.]
+  zf ∈ [-17.1875 .. 17.1875]
+  s2 ∈ [-266. .. 284.]
+  sq ∈ [-0.0132904052734 .. 20164.]
+  h ∈ [-20022. .. 0.598266601563]
+  r ∈ [3..11]
+  x ∈ [1..42]
+  y ∈ {0; 1}
+  z ∈ [-171874..171874]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
diff --git a/tests/float/oracle_symblocs/nonlin.2.err.oracle b/tests/float/oracle_symblocs/nonlin.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/nonlin.2.res.oracle b/tests/float/oracle_symblocs/nonlin.2.res.oracle
new file mode 100644
index 00000000000..9157df0f7ed
--- /dev/null
+++ b/tests/float/oracle_symblocs/nonlin.2.res.oracle
@@ -0,0 +1,264 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/nonlin.c (with preprocessing)
+tests/float/nonlin.c:75:[kernel] warning: Floating-point constant 0.000000001 is not represented exactly. Will use 0x1.12e0be826d695p-30. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  r1 ∈ {0}
+  r2 ∈ {0}
+  d ∈ {0}
+  i ∈ {0}
+  s ∈ {0}
+  zf ∈ {0}
+  s2 ∈ {0}
+  sq ∈ {0}
+  h ∈ {0}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+   [5] ∈ {6}
+   [6] ∈ {7}
+   [7] ∈ {8}
+   [8] ∈ {9}
+   [9] ∈ {10}
+  r ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  rbits1 ∈ {0}
+  rbits2 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function nonlin_f <- main.
+        Called from tests/float/nonlin.c:85.
+[value] computing for function Frama_C_float_interval <- nonlin_f <- main.
+        Called from tests/float/nonlin.c:16.
+[value] using specification for function Frama_C_float_interval
+share/libc/__fc_builtin.h:141:[value] function Frama_C_float_interval: precondition got status valid.
+share/libc/__fc_builtin.h:142:[value] function Frama_C_float_interval: precondition got status valid.
+[value] Done for function Frama_C_float_interval
+[value] computing for function Frama_C_float_interval <- nonlin_f <- main.
+        Called from tests/float/nonlin.c:17.
+[value] Done for function Frama_C_float_interval
+tests/float/nonlin.c:20:[value] assertion got status valid.
+tests/float/nonlin.c:24:[value] assertion got status valid.
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.4000000000000p2 .. 0x1.4800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.4000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.4800000000000p2 .. 0x1.5000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.4800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.5000000000000p2 .. 0x1.5800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.5000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.5800000000000p2 .. 0x1.6000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.5800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.6000000000000p2 .. 0x1.6800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.6000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.6800000000000p2 .. 0x1.7000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.6800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.7000000000000p2 .. 0x1.7800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.7000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.7800000000000p2 .. 0x1.8000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.7800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.8000000000000p2 .. 0x1.8800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.8000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.8800000000000p2 .. 0x1.9000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.8800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.9000000000000p2 .. 0x1.9800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.9000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.9800000000000p2 .. 0x1.a000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.9800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.a000000000000p2 .. 0x1.a800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.a000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.a800000000000p2 .. 0x1.b000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.a800000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.b000000000000p2 .. 0x1.b800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.b000000000000p2 .. 0x1.c800000000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.b800000000000p2 .. 0x1.c000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.b800000000000p2 .. 0x1.c800000000000p2])
+[value] Recording results for nonlin_f
+[value] Done for function nonlin_f
+[value] computing for function other <- main.
+        Called from tests/float/nonlin.c:86.
+[value] computing for function Frama_C_float_interval <- other <- main.
+        Called from tests/float/nonlin.c:59.
+[value] Done for function Frama_C_float_interval
+[value] computing for function Frama_C_float_interval <- other <- main.
+        Called from tests/float/nonlin.c:60.
+[value] Done for function Frama_C_float_interval
+tests/float/nonlin.c:61:[value] warning: accessing out of bounds index.
+                 assert 0 ≤ (int)((double)((double)((float)(i*i))+2.0));
+tests/float/nonlin.c:61:[value] warning: accessing out of bounds index.
+                 assert (int)((double)((double)((float)(i*i))+2.0)) < 10;
+[value] computing for function access_bits <- other <- main.
+        Called from tests/float/nonlin.c:67.
+[value] Recording results for access_bits
+[value] Done for function access_bits
+[value] computing for function Frama_C_interval <- other <- main.
+        Called from tests/float/nonlin.c:69.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+tests/float/nonlin.c:70:[value] warning: division by zero. assert x ≢ 0;
+[value] Recording results for other
+[value] Done for function other
+[value] computing for function split_alarm <- main.
+        Called from tests/float/nonlin.c:87.
+tests/float/nonlin.c:74:[value] warning: non-finite float value. assert \is_finite(v);
+tests/float/nonlin.c:75:[value] warning: non-finite double value.
+                 assert
+                 \is_finite((double)((double)1/(double)((double)((double)ff*(double)ff)+0.000000001)));
+[value] Recording results for split_alarm
+[value] Done for function split_alarm
+[value] computing for function norm <- main.
+        Called from tests/float/nonlin.c:88.
+tests/float/nonlin.c:79:[value] warning: non-finite float value. assert \is_finite(v);
+tests/float/nonlin.c:80:[value] warning: non-finite float value. assert \is_finite(v);
+[value] Recording results for norm
+[value] Done for function norm
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function access_bits:
+  rbits1 ∈ {0; 1; 2}
+  x0 ∈ [0..3271884800]
+  __retres ∈ {0; 1}
+[value:final-states] Values at end of function nonlin_f:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  b ∈ [-0x0.0000000000000p-1022 .. 0x1.0000000000000p0]
+  c ∈ {0x1.c000000000000p2}
+  r1 ∈ [0x1.4000000000000p2 .. 0x1.2000000000000p3]
+  r2 ∈ [0x1.4000000000000p2 .. 0x1.c800000000000p2]
+  d ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+[value:final-states] Values at end of function norm:
+  v1 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  v2 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  square ∈ [-0x1.fffffc0000020p256 .. 0x1.fffffc0000020p256]
+[value:final-states] Values at end of function other:
+  Frama_C_entropy_source ∈ [--..--]
+  i ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  s ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  zf ∈ [-0x1.1300000000000p8 .. 0x1.1300000000000p8]
+  s2 ∈ [-0x1.0a00000000000p8 .. 0x1.1c00000000000p8]
+  sq ∈ [-0x1.2718000000000p14 .. 0x1.3b10000000000p14]
+  h ∈ [-0x1.38d8000000000p14 .. 0x1.2950000000000p14]
+  r ∈ [2..11]
+  x ∈ [0..42]
+  y ∈ [0..42]
+  z ∈ [-2750000..2750000]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value:final-states] Values at end of function split_alarm:
+  ff ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  d_0 ∈ [-0x1.fffffffffffffp1023 .. 0x1.fffffffffffffp1023]
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  b ∈ [-0x0.0000000000000p-1022 .. 0x1.0000000000000p0]
+  c ∈ {0x1.c000000000000p2}
+  r1 ∈ [0x1.4000000000000p2 .. 0x1.2000000000000p3]
+  r2 ∈ [0x1.4000000000000p2 .. 0x1.c800000000000p2]
+  d ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  i ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  s ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  zf ∈ [-0x1.1300000000000p8 .. 0x1.1300000000000p8]
+  s2 ∈ [-0x1.0a00000000000p8 .. 0x1.1c00000000000p8]
+  sq ∈ [-0x1.2718000000000p14 .. 0x1.3b10000000000p14]
+  h ∈ [-0x1.38d8000000000p14 .. 0x1.2950000000000p14]
+  r ∈ [2..11]
+  x ∈ [0..42]
+  y ∈ [0..42]
+  z ∈ [-2750000..2750000]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function access_bits:
+  rbits1 ∈ {0; 1; 2}
+  x0 ∈ [0..3271884800]
+  __retres ∈ {0; 1}
+[value:final-states] Values at end of function nonlin_f:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [5. .. 7.]
+  b ∈ [-0. .. 1.]
+  c ∈ {7.}
+  r1 ∈ [5. .. 9.]
+  r2 ∈ [5. .. 7.125]
+  d ∈ [5. .. 7.]
+[value:final-states] Values at end of function norm:
+  v1 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  v2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  square ∈ [-2.31584150868e+77 .. 2.31584150868e+77]
+[value:final-states] Values at end of function other:
+  Frama_C_entropy_source ∈ [--..--]
+  i ∈ [-133. .. 142.]
+  s ∈ [-133. .. 142.]
+  zf ∈ [-275. .. 275.]
+  s2 ∈ [-266. .. 284.]
+  sq ∈ [-18886. .. 20164.]
+  h ∈ [-20022. .. 19028.]
+  r ∈ [2..11]
+  x ∈ [0..42]
+  y ∈ [0..42]
+  z ∈ [-2750000..2750000]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value:final-states] Values at end of function split_alarm:
+  ff ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  d_0 ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [5. .. 7.]
+  b ∈ [-0. .. 1.]
+  c ∈ {7.}
+  r1 ∈ [5. .. 9.]
+  r2 ∈ [5. .. 7.125]
+  d ∈ [5. .. 7.]
+  i ∈ [-133. .. 142.]
+  s ∈ [-133. .. 142.]
+  zf ∈ [-275. .. 275.]
+  s2 ∈ [-266. .. 284.]
+  sq ∈ [-18886. .. 20164.]
+  h ∈ [-20022. .. 19028.]
+  r ∈ [2..11]
+  x ∈ [0..42]
+  y ∈ [0..42]
+  z ∈ [-2750000..2750000]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
diff --git a/tests/float/oracle_symblocs/nonlin.3.err.oracle b/tests/float/oracle_symblocs/nonlin.3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/nonlin.3.res.oracle b/tests/float/oracle_symblocs/nonlin.3.res.oracle
new file mode 100644
index 00000000000..1255e4f3a77
--- /dev/null
+++ b/tests/float/oracle_symblocs/nonlin.3.res.oracle
@@ -0,0 +1,271 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/nonlin.c (with preprocessing)
+tests/float/nonlin.c:75:[kernel] warning: Floating-point constant 0.000000001 is not represented exactly. Will use 0x1.12e0be826d695p-30. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  r1 ∈ {0}
+  r2 ∈ {0}
+  d ∈ {0}
+  i ∈ {0}
+  s ∈ {0}
+  zf ∈ {0}
+  s2 ∈ {0}
+  sq ∈ {0}
+  h ∈ {0}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+   [5] ∈ {6}
+   [6] ∈ {7}
+   [7] ∈ {8}
+   [8] ∈ {9}
+   [9] ∈ {10}
+  r ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  rbits1 ∈ {0}
+  rbits2 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function nonlin_f <- main.
+        Called from tests/float/nonlin.c:85.
+[value] computing for function Frama_C_float_interval <- nonlin_f <- main.
+        Called from tests/float/nonlin.c:16.
+[value] using specification for function Frama_C_float_interval
+share/libc/__fc_builtin.h:141:[value] function Frama_C_float_interval: precondition got status valid.
+share/libc/__fc_builtin.h:142:[value] function Frama_C_float_interval: precondition got status valid.
+[value] Done for function Frama_C_float_interval
+[value] computing for function Frama_C_float_interval <- nonlin_f <- main.
+        Called from tests/float/nonlin.c:17.
+[value] Done for function Frama_C_float_interval
+tests/float/nonlin.c:20:[value] assertion got status valid.
+tests/float/nonlin.c:22:[value:nonlin] non-linear 'a + b * (c - a)', lv 'a'
+tests/float/nonlin.c:24:[value] assertion got status valid.
+tests/float/nonlin.c:41:[value:nonlin] non-linear 'b * (c - a) + a', lv 'a'
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.4000000000000p2 .. 0x1.4800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.4000000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.4800000000000p2 .. 0x1.5000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.4800000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.5000000000000p2 .. 0x1.5800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.5000000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.5800000000000p2 .. 0x1.6000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.5800000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.6000000000000p2 .. 0x1.6800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.6000000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.6800000000000p2 .. 0x1.7000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.6800000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.7000000000000p2 .. 0x1.7800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.7000000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.7800000000000p2 .. 0x1.8000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.7800000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.8000000000000p2 .. 0x1.8800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.8000000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.8800000000000p2 .. 0x1.9000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.8800000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.9000000000000p2 .. 0x1.9800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.9000000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.9800000000000p2 .. 0x1.a000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.9800000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.a000000000000p2 .. 0x1.a800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.a000000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.a800000000000p2 .. 0x1.b000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.a800000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.b000000000000p2 .. 0x1.b800000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.b000000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Called Frama_C_show_each_a_r2({{ "a" }},
+                                      [0x1.b800000000000p2 .. 0x1.c000000000000p2],
+                                      {{ "r2" }},
+                                      [0x1.b800000000000p2 .. 0x1.c0fffe0000000p2])
+[value] Recording results for nonlin_f
+[value] Done for function nonlin_f
+[value] computing for function other <- main.
+        Called from tests/float/nonlin.c:86.
+[value] computing for function Frama_C_float_interval <- other <- main.
+        Called from tests/float/nonlin.c:59.
+[value] Done for function Frama_C_float_interval
+[value] computing for function Frama_C_float_interval <- other <- main.
+        Called from tests/float/nonlin.c:60.
+[value] Done for function Frama_C_float_interval
+tests/float/nonlin.c:61:[value:nonlin] non-linear 'i * i', lv 'i'
+tests/float/nonlin.c:61:[value] warning: accessing out of bounds index.
+                 assert (int)((double)((double)((float)(i*i))+2.0)) < 10;
+tests/float/nonlin.c:62:[value:nonlin] non-linear 's - s', lv 's'
+tests/float/nonlin.c:63:[value:nonlin] non-linear 's - s', lv 's'
+tests/float/nonlin.c:64:[value:nonlin] non-linear 's + s', lv 's'
+tests/float/nonlin.c:65:[value:nonlin] non-linear 's * s', lv 's'
+tests/float/nonlin.c:66:[value:nonlin] non-linear 's * ((float)1 - s)', lv 's'
+[value] computing for function access_bits <- other <- main.
+        Called from tests/float/nonlin.c:67.
+[value] Recording results for access_bits
+[value] Done for function access_bits
+[value] computing for function Frama_C_interval <- other <- main.
+        Called from tests/float/nonlin.c:69.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+tests/float/nonlin.c:70:[value:nonlin] non-linear '(1 / x) * x', lv 'x'
+tests/float/nonlin.c:70:[value] warning: division by zero. assert x ≢ 0;
+[value] Recording results for other
+[value] Done for function other
+[value] computing for function split_alarm <- main.
+        Called from tests/float/nonlin.c:87.
+tests/float/nonlin.c:74:[value] warning: non-finite float value. assert \is_finite(v);
+tests/float/nonlin.c:75:[value:nonlin] non-linear '(double)ff * (double)ff', lv 'ff'
+[value] Recording results for split_alarm
+[value] Done for function split_alarm
+[value] computing for function norm <- main.
+        Called from tests/float/nonlin.c:88.
+tests/float/nonlin.c:79:[value] warning: non-finite float value. assert \is_finite(v);
+tests/float/nonlin.c:80:[value] warning: non-finite float value. assert \is_finite(v);
+tests/float/nonlin.c:81:[value:nonlin] non-linear '(double)v1 * (double)v1', lv 'v1'
+tests/float/nonlin.c:81:[value:nonlin] non-linear '(double)v2 * (double)v2', lv 'v2'
+[value] Recording results for norm
+[value] Done for function norm
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function access_bits:
+  rbits1 ∈ {0; 1; 2}
+  x0 ∈ [0..3229810683]
+  __retres ∈ {0; 1}
+[value:final-states] Values at end of function nonlin_f:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  b ∈ [-0x0.0000000000000p-1022 .. 0x1.0000000000000p0]
+  c ∈ {0x1.c000000000000p2}
+  r1 ∈ [0x1.4000000000000p2 .. 0x1.cffffe0000000p2]
+  r2 ∈ [0x1.4000000000000p2 .. 0x1.c0fffe0000000p2]
+  d ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+[value:final-states] Values at end of function norm:
+  v1 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  v2 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  square ∈ [-0x0.0000000000000p-1022 .. 0x1.fffffc0000020p256]
+[value:final-states] Values at end of function other:
+  Frama_C_entropy_source ∈ [--..--]
+  i ∈ [-0x1.05fff60000000p2 .. 0x1.6a3b040000000p1]
+  s ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  zf ∈ [-0x1.12fffc0000000p4 .. 0x1.12fffc0000000p4]
+  s2 ∈ [-0x1.0a00000000000p8 .. 0x1.1c00000000000p8]
+  sq ∈ [-0x1.b37e680000000p-7 .. 0x1.3b10000000000p14]
+  h ∈ [-0x1.38d8000000000p14 .. 0x1.3250680000000p-1]
+  r ∈ [3..11]
+  x ∈ [1..42]
+  y ∈ {0; 1}
+  z ∈ [-171874..171874]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value:final-states] Values at end of function split_alarm:
+  ff ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  d_0 ∈ [0x1.0000020000030p-256 .. 0x1.dcd64ffffffffp29]
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  b ∈ [-0x0.0000000000000p-1022 .. 0x1.0000000000000p0]
+  c ∈ {0x1.c000000000000p2}
+  r1 ∈ [0x1.4000000000000p2 .. 0x1.cffffe0000000p2]
+  r2 ∈ [0x1.4000000000000p2 .. 0x1.c0fffe0000000p2]
+  d ∈ [0x1.4000000000000p2 .. 0x1.c000000000000p2]
+  i ∈ [-0x1.05fff60000000p2 .. 0x1.6a3b040000000p1]
+  s ∈ [-0x1.0a00000000000p7 .. 0x1.1c00000000000p7]
+  zf ∈ [-0x1.12fffc0000000p4 .. 0x1.12fffc0000000p4]
+  s2 ∈ [-0x1.0a00000000000p8 .. 0x1.1c00000000000p8]
+  sq ∈ [-0x1.b37e680000000p-7 .. 0x1.3b10000000000p14]
+  h ∈ [-0x1.38d8000000000p14 .. 0x1.3250680000000p-1]
+  r ∈ [3..11]
+  x ∈ [1..42]
+  y ∈ {0; 1}
+  z ∈ [-171874..171874]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function access_bits:
+  rbits1 ∈ {0; 1; 2}
+  x0 ∈ [0..3229810683]
+  __retres ∈ {0; 1}
+[value:final-states] Values at end of function nonlin_f:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [5. .. 7.]
+  b ∈ [-0. .. 1.]
+  c ∈ {7.}
+  r1 ∈ [5. .. 7.24999952316]
+  r2 ∈ [5. .. 7.01562452316]
+  d ∈ [5. .. 7.]
+[value:final-states] Values at end of function norm:
+  v1 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  v2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  square ∈ [-0. .. 2.31584150868e+77]
+[value:final-states] Values at end of function other:
+  Frama_C_entropy_source ∈ [--..--]
+  i ∈ [-4.09374761581 .. 2.82992601395]
+  s ∈ [-133. .. 142.]
+  zf ∈ [-17.1874961853 .. 17.1874961853]
+  s2 ∈ [-266. .. 284.]
+  sq ∈ [-0.0132902152836 .. 20164.]
+  h ∈ [-20022. .. 0.598269701004]
+  r ∈ [3..11]
+  x ∈ [1..42]
+  y ∈ {0; 1}
+  z ∈ [-171874..171874]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
+[value:final-states] Values at end of function split_alarm:
+  ff ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  d_0 ∈ [8.63616958461e-78 .. 1000000000.]
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  a ∈ [5. .. 7.]
+  b ∈ [-0. .. 1.]
+  c ∈ {7.}
+  r1 ∈ [5. .. 7.24999952316]
+  r2 ∈ [5. .. 7.01562452316]
+  d ∈ [5. .. 7.]
+  i ∈ [-4.09374761581 .. 2.82992601395]
+  s ∈ [-133. .. 142.]
+  zf ∈ [-17.1874961853 .. 17.1874961853]
+  s2 ∈ [-266. .. 284.]
+  sq ∈ [-0.0132902152836 .. 20164.]
+  h ∈ [-20022. .. 0.598269701004]
+  r ∈ [3..11]
+  x ∈ [1..42]
+  y ∈ {0; 1}
+  z ∈ [-171874..171874]
+  rbits1 ∈ {0; 1; 2}
+  rbits2 ∈ {0; 1}
diff --git a/tests/float/oracle_symblocs/parse.err.oracle b/tests/float/oracle_symblocs/parse.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/parse.res.oracle b/tests/float/oracle_symblocs/parse.res.oracle
new file mode 100644
index 00000000000..e03b608cea1
--- /dev/null
+++ b/tests/float/oracle_symblocs/parse.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/parse.i (no preprocessing)
+tests/float/parse.i:25:[kernel] warning: Floating-point constant 0.00000000000000000000000000000000000000001e310 is not represented exactly. Will use 0x1.83a99c3ec7eb0p893
+tests/float/parse.i:30:[kernel] warning: Floating-point constant 0.0000001E9999999999999999999 is not represented exactly. Will use inf
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+[value] Called Frama_C_show_each({0}, {{ "reached" }})
+[value] Called Frama_C_show_each({0}, {{ "reached" }})
+[value] Called Frama_C_show_each({0}, {0}, {{ "reached" }})
+[value] Called Frama_C_show_each({0x1.83a99c3ec7eb0p893}, {{ "reached" }})
+tests/float/parse.i:30:[value] warning: non-finite double value. assert \is_finite(0.0000001E9999999999999999999);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          d; d_0; d1; d2; d_1; d_2; __retres
+[inout] Inputs for function main:
+          v
diff --git a/tests/float/oracle_symblocs/precise_cos_sin.err.oracle b/tests/float/oracle_symblocs/precise_cos_sin.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/precise_cos_sin.res.oracle b/tests/float/oracle_symblocs/precise_cos_sin.res.oracle
new file mode 100644
index 00000000000..719d379d3a7
--- /dev/null
+++ b/tests/float/oracle_symblocs/precise_cos_sin.res.oracle
@@ -0,0 +1,68 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/precise_cos_sin.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+[value] computing for function Frama_C_float_interval <- main.
+        Called from tests/float/precise_cos_sin.c:12.
+[value] using specification for function Frama_C_float_interval
+share/libc/__fc_builtin.h:141:[value] function Frama_C_float_interval: precondition got status valid.
+share/libc/__fc_builtin.h:142:[value] function Frama_C_float_interval: precondition got status valid.
+[value] Done for function Frama_C_float_interval
+[value] Called Frama_C_show_each_s([-1.6214298009872436*2^-3 .. 1.4685190916061401*2^-5])
+[value] Called Frama_C_show_each_c([-1.0000000000000000 .. -1.9584906101226807*2^-1])
+[value] Called Frama_C_show_each_s([-1.7545883655548095*2^-2 .. -1.6214298009872436*2^-3])
+[value] Called Frama_C_show_each_c([-1.9584906101226807*2^-1 .. -1.7973188161849975*2^-1])
+[value] Called Frama_C_show_each_s([-1.2946850061416626*2^-1 .. -1.7545883655548095*2^-2])
+[value] Called Frama_C_show_each_c([-1.7973188161849975*2^-1 .. -1.5243984460830688*2^-1])
+[value] Called Frama_C_show_each_s([-1.6315786838531494*2^-1 .. -1.2946850061416626*2^-1])
+[value] Called Frama_C_show_each_c([-1.5243984460830688*2^-1 .. -1.1566983461380005*2^-1])
+[value] Called Frama_C_show_each_s([-1.8670285940170288*2^-1 .. -1.6315786838531494*2^-1])
+[value] Called Frama_C_show_each_c([-1.1566983461380005*2^-1 .. -1.4341608285903930*2^-2])
+[value] Called Frama_C_show_each_s([-1.9863957166671753*2^-1 .. -1.8670285940170288*2^-1])
+[value] Called Frama_C_show_each_c([-1.4341608285903930*2^-2 .. -1.8630230426788330*2^-4])
+[value] Called Frama_C_show_each_s([-1.0000000000000000 .. -1.9822584390640259*2^-1])
+[value] Called Frama_C_show_each_c([-1.8630230426788330*2^-4 .. 1.0632156133651733*2^-3])
+[value] Called Frama_C_show_each_s([-1.9822584390640259*2^-1 .. -1.8548737764358520*2^-1])
+[value] Called Frama_C_show_each_c([1.0632156133651733*2^-3 .. 1.4959185123443604*2^-2])
+[value] Called Frama_C_show_each_s([-1.8548737764358520*2^-1 .. -1.6121622323989868*2^-1])
+[value] Called Frama_C_show_each_c([1.4959185123443604*2^-2 .. 1.1836102008819580*2^-1])
+[value] Called Frama_C_show_each_s([-1.6121622323989868*2^-1 .. -1.2692141532897949*2^-1])
+[value] Called Frama_C_show_each_c([1.1836102008819580*2^-1 .. 1.5456699132919311*2^-1])
+[value] Called Frama_C_show_each_s([-1.2692141532897949*2^-1 .. -1.6947050094604492*2^-2])
+[value] Called Frama_C_show_each_c([1.5456699132919311*2^-1 .. 1.8116273880004883*2^-1])
+[value] Called Frama_C_show_each_s([-1.6947050094604492*2^-2 .. -1.4912263154983521*2^-3])
+[value] Called Frama_C_show_each_c([1.8116273880004883*2^-1 .. 1.9649466276168823*2^-1])
+[value] Called Frama_C_show_each_s([-1.4912263154983521*2^-3 .. 1.9986981153488159*2^-5])
+[value] Called Frama_C_show_each_c([1.9649466276168823*2^-1 .. 1.0000000000000000])
+[value] Called Frama_C_show_each_s([1.9986981153488159*2^-5 .. 1.2297540903091430*2^-2])
+[value] Called Frama_C_show_each_c([1.9031358957290649*2^-1 .. 1.9960950613021851*2^-1])
+[value] Called Frama_C_show_each_s([1.2297540903091430*2^-2 .. 1.0666053295135498*2^-1])
+[value] Called Frama_C_show_each_c([1.6918489933013916*2^-1 .. 1.9031358957290649*2^-1])
+[value] Called Frama_C_show_each_s([1.0666053295135498*2^-1 .. 1.4520173072814941*2^-1])
+[value] Called Frama_C_show_each_c([1.3753710985183716*2^-1 .. 1.6918489933013916*2^-1])
+[value] Called Frama_C_show_each_s([1.4520173072814941*2^-1 .. 1.7471498250961303*2^-1])
+[value] Called Frama_C_show_each_c([1.9467586278915405*2^-2 .. 1.3753710985183716*2^-1])
+[value] Called Frama_C_show_each_s([1.7471498250961303*2^-1 .. 1.9336531162261963*2^-1])
+[value] Called Frama_C_show_each_c([1.0217350721359252*2^-2 .. 1.9467586278915405*2^-2])
+[value] Called Frama_C_show_each_s([1.9336531162261963*2^-1 .. 1.9999312162399292*2^-1])
+[value] Called Frama_C_show_each_c([1.0619176626205444*2^-7 .. 1.0217350721359252*2^-2])
+[value] Called Frama_C_show_each_s([1.9418631792068481*2^-1 .. 1.0000000000000000])
+[value] Called Frama_C_show_each_c([-1.9148570299148559*2^-3 .. 1.0619176626205444*2^-7])
+[value] Called Frama_C_show_each_s([1.7630596160888672*2^-1 .. 1.9418631792068481*2^-1])
+[value] Called Frama_C_show_each_c([-1.8885136842727661*2^-2 .. -1.9148570299148559*2^-3])
+[value] Called Frama_C_show_each_s([1.4746373891830444*2^-1 .. 1.7630596160888672*2^-1])
+[value] Called Frama_C_show_each_c([-1.3510900735855102*2^-1 .. -1.8885136842727661*2^-2])
+[value] Called Frama_C_show_each_s([1.0945295095443725*2^-1 .. 1.4746373891830444*2^-1])
+[value] Called Frama_C_show_each_c([-1.6739190816879272*2^-1 .. -1.3510900735855102*2^-1])
+[value] Called Frama_C_show_each_s([1.2927380800247192*2^-2 .. 1.0945295095443725*2^-1])
+[value] Called Frama_C_show_each_c([-1.8926719427108764*2^-1 .. -1.6739190816879272*2^-1])
+[value] Called Frama_C_show_each_s([1.2641634941101074*2^-4 .. 1.2927380800247192*2^-2])
+[value] Called Frama_C_show_each_c([-1.9937475919723511*2^-1 .. -1.8926719427108764*2^-1])
+[value] Called Frama_C_show_each_s([-1.4685190916061401*2^-5 .. 1.2641634941101074*2^-4])
+[value] Called Frama_C_show_each_c([-1.0000000000000000 .. -1.9937475919723511*2^-1])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
diff --git a/tests/float/oracle_symblocs/round10d.0.err.oracle b/tests/float/oracle_symblocs/round10d.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/round10d.0.res.oracle b/tests/float/oracle_symblocs/round10d.0.res.oracle
new file mode 100644
index 00000000000..24ec6874e85
--- /dev/null
+++ b/tests/float/oracle_symblocs/round10d.0.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/round10d.i (no preprocessing)
+tests/float/round10d.i:9:[kernel] warning: Floating-point constant 0.1 is not represented exactly. Will use 0x1.999999999999ap-4. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Called Frama_C_show_each_dixieme({1.6000000000000000*2^-4})
+[value] Called Frama_C_show_each_t({1.6000000000000000*2^-4})
+[value] Called Frama_C_show_each_t({1.6000000000000000*2^-3})
+[value] Called Frama_C_show_each_t({1.2000000000000001*2^-2})
+[value] Called Frama_C_show_each_t({1.6000000000000000*2^-2})
+[value] Called Frama_C_show_each_t({1.0000000000000000*2^-1})
+[value] Called Frama_C_show_each_t({1.1999999999999999*2^-1})
+[value] Called Frama_C_show_each_t({1.3999999999999999*2^-1})
+[value] Called Frama_C_show_each_t({1.5999999999999998*2^-1})
+[value] Called Frama_C_show_each_t({1.7999999999999998*2^-1})
+[value] Called Frama_C_show_each_t({1.9999999999999998*2^-1})
+tests/float/round10d.i:11:[value] entering loop for the first time
+tests/float/round10d.i:16:[value] warning: assertion got status invalid (stopping propagation).
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
diff --git a/tests/float/oracle_symblocs/round10d.1.err.oracle b/tests/float/oracle_symblocs/round10d.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/round10d.1.res.oracle b/tests/float/oracle_symblocs/round10d.1.res.oracle
new file mode 100644
index 00000000000..aed555a508b
--- /dev/null
+++ b/tests/float/oracle_symblocs/round10d.1.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/round10d.i (no preprocessing)
+tests/float/round10d.i:9:[kernel] warning: Floating-point constant 0.1 is not represented exactly. Will use 0x1.999999999999ap-4. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Called Frama_C_show_each_dixieme({1.6000000000000000*2^-4})
+[value] Called Frama_C_show_each_t({1.6000000000000000*2^-4})
+[value] Called Frama_C_show_each_t({1.6000000000000000*2^-3})
+[value] Called Frama_C_show_each_t([1.1999999999999999*2^-2 .. 1.2000000000000001*2^-2])
+[value] Called Frama_C_show_each_t([1.5999999999999998*2^-2 .. 1.6000000000000003*2^-2])
+[value] Called Frama_C_show_each_t([1.9999999999999998*2^-2 .. 1.0000000000000002*2^-1])
+[value] Called Frama_C_show_each_t([1.1999999999999997*2^-1 .. 1.2000000000000004*2^-1])
+[value] Called Frama_C_show_each_t([1.3999999999999997*2^-1 .. 1.4000000000000006*2^-1])
+[value] Called Frama_C_show_each_t([1.5999999999999996*2^-1 .. 1.6000000000000007*2^-1])
+[value] Called Frama_C_show_each_t([1.7999999999999996*2^-1 .. 1.8000000000000009*2^-1])
+[value] Called Frama_C_show_each_t([1.9999999999999996*2^-1 .. 1.0000000000000006])
+tests/float/round10d.i:11:[value] entering loop for the first time
+tests/float/round10d.i:16:[value] warning: assertion got status unknown.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
diff --git a/tests/float/oracle_symblocs/s.0.err.oracle b/tests/float/oracle_symblocs/s.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/s.0.res.oracle b/tests/float/oracle_symblocs/s.0.res.oracle
new file mode 100644
index 00000000000..8e0e24021f6
--- /dev/null
+++ b/tests/float/oracle_symblocs/s.0.res.oracle
@@ -0,0 +1,340 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/s.i (no preprocessing)
+tests/float/s.i:18:[kernel] warning: Floating-point constant 1.882f is not represented exactly. Will use 0x1.e1cac00000000p0. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G3 ∈ {42}
+  G5[0..63] ∈ {0}
+  G6 ∈ {42}
+  G7 ∈ {0}
+  G8 ∈ {0}
+  G9[0] ∈ {0x1.0000000000000p1}
+    [1] ∈ {0x1.e1cac00000000p0}
+    [2] ∈ {0x1.c72b020000000p0}
+    [3] ∈ {0x1.af1aa00000000p0}
+    [4] ∈ {0x1.99999a0000000p0}
+    [5] ∈ {0x1.85e3540000000p0}
+    [6] ∈ {0x1.747ae20000000p0}
+    [7] ∈ {0x1.6418940000000p0}
+    [8] ∈ {0x1.553f7c0000000p0}
+    [9] ∈ {0x1.47ae140000000p0}
+    [10] ∈ {0x1.3b22d00000000p0}
+    [11] ∈ {0x1.2f5c280000000p0}
+    [12] ∈ {0x1.249ba60000000p0}
+    [13] ∈ {0x1.1020c40000000p0}
+    [14] ∈ {0x1.0000000000000p0}
+    [15] ∈ {0x1.e353f80000000p-1}
+    [16] ∈ {0x1.ca3d700000000p-1}
+    [17] ∈ {0x1.b333340000000p-1}
+    [18] ∈ {0x1.9eb8520000000p-1}
+    [19] ∈ {0x1.8bc6a80000000p-1}
+    [20] ∈ {0x1.7a5e360000000p-1}
+    [21] ∈ {0x1.6a7efa0000000p-1}
+    [22] ∈ {0x1.5c28f60000000p-1}
+    [23] ∈ {0x1.4ed9160000000p-1}
+    [24] ∈ {0x1.428f5c0000000p-1}
+    [25] ∈ {0x1.36c8b40000000p-1}
+    [26] ∈ {0x1.2c08320000000p-1}
+    [27] ∈ {0x1.224dd20000000p-1}
+    [28] ∈ {0x1.1893740000000p-1}
+    [29] ∈ {0x1.0000000000000p-1}
+    [30] ∈ {0x1.e24dd20000000p-2}
+    [31] ∈ {0x1.c6a7f00000000p-2}
+    [32] ∈ {0x1.af1aa00000000p-2}
+    [33] ∈ {0x1.99999a0000000p-2}
+    [34] ∈ {0x1.8624de0000000p-2}
+    [35] ∈ {0x1.74bc6a0000000p-2}
+    [36] ∈ {0x1.645a1c0000000p-2}
+    [37] ∈ {0x1.54fdf40000000p-2}
+    [38] ∈ {0x1.47ae140000000p-2}
+    [39] ∈ {0x1.3b645a0000000p-2}
+    [40] ∈ {0x1.2f1aa00000000p-2}
+    [41] ∈ {0x1.24dd300000000p-2}
+    [42] ∈ {0x1.1a9fbe0000000p-2}
+    [43] ∈ {0x1.1168720000000p-2}
+    [44] ∈ {0x1.0831260000000p-2}
+    [45] ∈ {0x1.0000000000000p-2}
+    [46] ∈ {0x1.e353f80000000p-3}
+    [47] ∈ {0x1.c6a7f00000000p-3}
+    [48] ∈ {0x1.b020c40000000p-3}
+    [49] ∈ {0x1.99999a0000000p-3}
+    [50] ∈ {0x1.851eb80000000p-3}
+    [51] ∈ {0x1.74bc6a0000000p-3}
+    [52] ∈ {0x1.645a1c0000000p-3}
+    [53] ∈ {0x1.5604180000000p-3}
+    [54] ∈ {0x1.47ae140000000p-3}
+    [55] ∈ {0x1.3b645a0000000p-3}
+    [56] ∈ {0x1.2f1aa00000000p-3}
+    [57] ∈ {0x1.24dd300000000p-3}
+    [58] ∈ {0x1.1a9fbe0000000p-3}
+    [59] ∈ {0x1.10624e0000000p-3}
+    [60] ∈ {0x1.0831260000000p-3}
+    [61] ∈ {0x1.0000000000000p-3}
+    [62] ∈ {0x1.e353f80000000p-4}
+    [63] ∈ {0x1.c6a7f00000000p-4}
+  G10[0] ∈ {0x1.a1e8c60000000p-5}
+     [1] ∈ {0x1.af8fa40000000p-5}
+     [2] ∈ {0x1.c09e7a0000000p-5}
+     [3] ∈ {0x1.ce42800000000p-5}
+     [4] ∈ {0x1.df4da60000000p-5}
+     [5] ∈ {0x1.f056a60000000p-5}
+     [6] ∈ {0x1.0262740000000p-4}
+     [7] ∈ {0x1.0c97e80000000p-4}
+     [8] ∈ {0x1.16cba00000000p-4}
+     [9] ∈ {0x1.2463180000000p-4}
+     [10] ∈ {0x1.3044e20000000p-4}
+     [11] ∈ {0x1.3f87cc0000000p-4}
+     [12] ∈ {0x1.4ec6100000000p-4}
+     [13] ∈ {0x1.6160dc0000000p-4}
+     [14] ∈ {0x1.73f3fa0000000p-4}
+     [15] ∈ {0x1.89dd340000000p-4}
+     [16] ∈ {0x1.a3167c0000000p-4}
+     [17] ∈ {0x1.b083800000000p-4}
+     [18] ∈ {0x1.bdeb8c0000000p-4}
+     [19] ∈ {0x1.ccfa780000000p-4}
+     [20] ∈ {0x1.ddadd40000000p-4}
+     [21] ∈ {0x1.f002ce0000000p-4}
+     [22] ∈ {0x1.0126800000000p-3}
+     [23] ∈ {0x1.0b1a0a0000000p-3}
+     [24] ∈ {0x1.15da100000000p-3}
+     [25] ∈ {0x1.2236fa0000000p-3}
+     [26] ∈ {0x1.2f59f00000000p-3}
+     [27] ∈ {0x1.3d3fca0000000p-3}
+     [28] ∈ {0x1.4cb4ae0000000p-3}
+     [29] ∈ {0x1.5db0f00000000p-3}
+     [30] ∈ {0x1.702b7a0000000p-3}
+     [31] ∈ {0x1.85aff00000000p-3}
+     [32] ∈ {0x1.9c93820000000p-3}
+     [33] ∈ {0x1.a9e1aa0000000p-3}
+     [34] ∈ {0x1.b719b40000000p-3}
+     [35] ∈ {0x1.c5c4dc0000000p-3}
+     [36] ∈ {0x1.d515d80000000p-3}
+     [37] ∈ {0x1.e5c7f00000000p-3}
+     [38] ∈ {0x1.f64fcc0000000p-3}
+     [39] ∈ {0x1.0471d00000000p-2}
+     [40] ∈ {0x1.0e59140000000p-2}
+     [41] ∈ {0x1.1930760000000p-2}
+     [42] ∈ {0x1.24e8cc0000000p-2}
+     [43] ∈ {0x1.3170760000000p-2}
+     [44] ∈ {0x1.3eb3140000000p-2}
+     [45] ∈ {0x1.4d402c0000000p-2}
+     [46] ∈ {0x1.5cebf20000000p-2}
+     [47] ∈ {0x1.6dcf5c0000000p-2}
+     [48] ∈ {0x1.7fea3e0000000p-2}
+     [49] ∈ {0x1.89682c0000000p-2}
+     [50] ∈ {0x1.935f9c0000000p-2}
+     [51] ∈ {0x1.9d75840000000p-2}
+     [52] ∈ {0x1.a8112c0000000p-2}
+     [53] ∈ {0x1.b2943c0000000p-2}
+     [54] ∈ {0x1.bd88ba0000000p-2}
+     [55] ∈ {0x1.c87cb20000000p-2}
+     [56] ∈ {0x1.d335de0000000p-2}
+     [57] ∈ {0x1.ddc3220000000p-2}
+     [58] ∈ {0x1.e7dc420000000p-2}
+     [59] ∈ {0x1.f0dc4a0000000p-2}
+     [60] ∈ {0x1.f88a800000000p-2}
+     [61] ∈ {0x1.fde7e00000000p-2}
+     [62] ∈ {0x1.fffff40000000p-2}
+     [63] ∈ {0x1.fd48c00000000p-2}
+  G11[0] ∈ {0x1.fd53fe0000000p0}
+     [1] ∈ {0x1.fd26740000000p0}
+     [2] ∈ {0x1.fceb760000000p0}
+     [3] ∈ {0x1.fcbaa00000000p0}
+     [4] ∈ {0x1.fc7b840000000p0}
+     [5] ∈ {0x1.fc3a220000000p0}
+     [6] ∈ {0x1.fbe8a60000000p0}
+     [7] ∈ {0x1.fb93e20000000p0}
+     [8] ∈ {0x1.fb3bd60000000p0}
+     [9] ∈ {0x1.fac1560000000p0}
+     [10] ∈ {0x1.fa51600000000p0}
+     [11] ∈ {0x1.f9bade0000000p0}
+     [12] ∈ {0x1.f91cfe0000000p0}
+     [13] ∈ {0x1.f852100000000p0}
+     [14] ∈ {0x1.f77c2c0000000p0}
+     [15] ∈ {0x1.f671460000000p0}
+     [16] ∈ {0x1.f52a5c0000000p0}
+     [17] ∈ {0x1.f473b80000000p0}
+     [18] ∈ {0x1.f3b7540000000p0}
+     [19] ∈ {0x1.f2dc840000000p0}
+     [20] ∈ {0x1.f1e0e00000000p0}
+     [21] ∈ {0x1.f0c1be0000000p0}
+     [22] ∈ {0x1.ef97ce0000000p0}
+     [23] ∈ {0x1.ee46800000000p0}
+     [24] ∈ {0x1.eccaa80000000p0}
+     [25] ∈ {0x1.eb01ca0000000p0}
+     [26] ∈ {0x1.e904940000000p0}
+     [27] ∈ {0x1.e6cee80000000p0}
+     [28] ∈ {0x1.e438c60000000p0}
+     [29] ∈ {0x1.e138680000000p0}
+     [30] ∈ {0x1.ddc3220000000p0}
+     [31] ∈ {0x1.d979fa0000000p0}
+     [32] ∈ {0x1.d49a7e0000000p0}
+     [33] ∈ {0x1.d19e3e0000000p0}
+     [34] ∈ {0x1.ce89d00000000p0}
+     [35] ∈ {0x1.cafc360000000p0}
+     [36] ∈ {0x1.c71e960000000p0}
+     [37] ∈ {0x1.c2b83a0000000p0}
+     [38] ∈ {0x1.be2aae0000000p0}
+     [39] ∈ {0x1.b8cf1e0000000p0}
+     [40] ∈ {0x1.b2ce400000000p0}
+     [41] ∈ {0x1.abdfde0000000p0}
+     [42] ∈ {0x1.a3f02e0000000p0}
+     [43] ∈ {0x1.9aea260000000p0}
+     [44] ∈ {0x1.90b7b60000000p0}
+     [45] ∈ {0x1.84b34c0000000p0}
+     [46] ∈ {0x1.76b2600000000p0}
+     [47] ∈ {0x1.663a460000000p0}
+     [48] ∈ {0x1.52c0a60000000p0}
+     [49] ∈ {0x1.47ae660000000p0}
+     [50] ∈ {0x1.3b54d20000000p0}
+     [51] ∈ {0x1.2dfc740000000p0}
+     [52] ∈ {0x1.1ee6300000000p0}
+     [53] ∈ {0x1.0eb64e0000000p0}
+     [54] ∈ {0x1.f88d840000000p-1}
+     [55] ∈ {0x1.cfbd460000000p-1}
+     [56] ∈ {0x1.a2d91c0000000p-1}
+     [57] ∈ {0x1.702b7a0000000p-1}
+     [58] ∈ {0x1.36b7840000000p-1}
+     [59] ∈ {0x1.ee589c0000000p-2}
+     [60] ∈ {0x1.5c4eaa0000000p-2}
+     [61] ∈ {0x1.7217880000000p-3}
+     [62] ∈ {-0x1.b739f80000000p-10}
+     [63] ∈ {-0x1.a5529a0000000p-3}
+  G12[0] ∈ {0x1.5555560000000p-1}
+     [1] ∈ {0x1.2f684c0000000p-1}
+     [2] ∈ {0x1.1111120000000p-1}
+     [3] ∈ {0x1.f07c200000000p-2}
+     [4] ∈ {0x1.c71c720000000p-2}
+     [5] ∈ {0x1.a41a420000000p-2}
+     [6] ∈ {0x1.8618620000000p-2}
+     [7] ∈ {0x1.6c16c20000000p-2}
+     [8] ∈ {0x1.5555560000000p-2}
+     [9] ∈ {0x1.2f684c0000000p-2}
+     [10] ∈ {0x1.1111120000000p-2}
+     [11] ∈ {0x1.f07c200000000p-3}
+     [12] ∈ {0x1.c71c720000000p-3}
+     [13] ∈ {0x1.a41a420000000p-3}
+     [14] ∈ {0x1.8618620000000p-3}
+     [15] ∈ {0x1.6c16c20000000p-3}
+     [16] ∈ {0x1.5555560000000p-3}
+     [17] ∈ {0x1.2f684c0000000p-3}
+     [18] ∈ {0x1.1111120000000p-3}
+     [19] ∈ {0x1.f07c200000000p-4}
+     [20] ∈ {0x1.c71c720000000p-4}
+     [21] ∈ {0x1.a41a420000000p-4}
+     [22] ∈ {0x1.8618620000000p-4}
+     [23] ∈ {0x1.6c16c20000000p-4}
+     [24] ∈ {0x1.5555560000000p-4}
+     [25] ∈ {0x1.2f684c0000000p-4}
+     [26] ∈ {0x1.1111120000000p-4}
+     [27] ∈ {0x1.f07c200000000p-5}
+     [28] ∈ {0x1.c71c720000000p-5}
+     [29] ∈ {0x1.a41a420000000p-5}
+     [30] ∈ {0x1.8618620000000p-5}
+     [31] ∈ {0x1.6c16c20000000p-5}
+  G13 ∈ {0}
+  G14 ∈ {0}
+  G15 ∈ {0}
+  G16 ∈ {0}
+  G17 ∈ {0}
+  G18 ∈ {0}
+  G19 ∈ {0}
+[value] computing for function F4 <- main.
+        Called from tests/float/s.i:260.
+[value] computing for function F1 <- F4 <- main.
+        Called from tests/float/s.i:230.
+tests/float/s.i:230:[kernel] warning: Neither code nor specification for function F1, generating default assigns from the prototype
+[value] using specification for function F1
+[value] Done for function F1
+tests/float/s.i:231:[value] warning: accessing out of bounds index. assert 0 ≤ V4;
+tests/float/s.i:231:[value] warning: accessing out of bounds index. assert V4 < 64;
+[value] computing for function F2 <- F4 <- main.
+        Called from tests/float/s.i:233.
+tests/float/s.i:233:[kernel] warning: Neither code nor specification for function F2, generating default assigns from the prototype
+[value] using specification for function F2
+[value] Done for function F2
+tests/float/s.i:238:[value] warning: accessing out of bounds index. assert 0 ≤ V5;
+tests/float/s.i:238:[value] warning: accessing out of bounds index. assert V5 < 64;
+[value] computing for function F2 <- F4 <- main.
+        Called from tests/float/s.i:241.
+[value] Done for function F2
+tests/float/s.i:242:[value] warning: accessing out of bounds index. assert 0 ≤ V6;
+tests/float/s.i:242:[value] warning: accessing out of bounds index. assert V6 < 64;
+[value] computing for function F3 <- F4 <- main.
+        Called from tests/float/s.i:244.
+tests/float/s.i:244:[kernel] warning: Neither code nor specification for function F3, generating default assigns from the prototype
+[value] using specification for function F3
+[value] Done for function F3
+tests/float/s.i:245:[value] warning: accessing out of bounds index. assert 0 ≤ V7;
+tests/float/s.i:245:[value] warning: accessing out of bounds index. assert V7 < 32;
+[value] Recording results for F4
+[value] Done for function F4
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function F4:
+  V1 ∈ {0}
+  V2 ∈ [-0x1.a4cfc20000000p-3 .. 0x1.fcb5d20000000p0]
+  V3 ∈ [-0x1.fec1fc0000000p-1 .. -0x1.f3f3f40000000p-1]
+  V4 ∈ [0..63]
+  V5 ∈ [0..63]
+  V6 ∈ [0..63]
+  V7 ∈ [0..31]
+  G14 ∈ [0x1.3e68340000000p-10 .. 0x1.86185a0000000p-7]
+  G15 ∈ [-0x1.a5529a0000000p-3 .. 0x1.fd53fe0000000p0]
+  G16 ∈ [0x1.c6a7f00000000p-4 .. 0x1.0000000000000p1]
+  G17 ∈ [0x1.6c16c20000000p-5 .. 0x1.5555560000000p-1]
+  G18 ∈ [0x1.f9f9fa0000000p-1 .. 0x1.ff60fe0000000p-1]
+  G19 ∈ [0x1.176b440000000p-13 .. 0x1.859f340000000p-6]
+[value:final-states] Values at end of function main:
+  V8 ∈ {0}
+  G14 ∈ [0x1.3e68340000000p-10 .. 0x1.86185a0000000p-7]
+  G15 ∈ [-0x1.a5529a0000000p-3 .. 0x1.fd53fe0000000p0]
+  G16 ∈ [0x1.c6a7f00000000p-4 .. 0x1.0000000000000p1]
+  G17 ∈ [0x1.6c16c20000000p-5 .. 0x1.5555560000000p-1]
+  G18 ∈ [0x1.f9f9fa0000000p-1 .. 0x1.ff60fe0000000p-1]
+  G19 ∈ [0x1.176b440000000p-13 .. 0x1.859f340000000p-6]
+[from] Computing for function F4
+[from] Computing for function F1 <-F4
+[from] Done for function F1
+[from] Computing for function F2 <-F4
+[from] Done for function F2
+[from] Computing for function F3 <-F4
+[from] Done for function F3
+[from] Done for function F4
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function F1:
+  \result FROM G1
+[from] Function F2:
+  \result FROM G2
+[from] Function F3:
+  \result FROM G4
+[from] Function F4:
+  G14 FROM G3; G10[0..63]; G13
+  G15 FROM G11[0..63]; G13
+  G16 FROM G9[0..63]; G13
+  G17 FROM G12[0..31]; G13
+  G18 FROM G3; G10[0..63]; G13
+  G19 FROM G3; G9[0..63]; G10[0..63]; G13
+[from] Function main:
+  G14 FROM G3; G10[0..63]; G13
+  G15 FROM G11[0..63]; G13
+  G16 FROM G9[0..63]; G13
+  G17 FROM G12[0..31]; G13
+  G18 FROM G3; G10[0..63]; G13
+  G19 FROM G3; G9[0..63]; G10[0..63]; G13
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function F4:
+          V1; V2; V3; V4; V5; V6; V7; G14; G15; G16; G17; G18; G19
+[inout] Inputs for function F4:
+          G3; G9[0..63]; G10[0..63]; G11[0..63]; G12[0..31]; G13; G14; G15; G16; G18
+[inout] Out (internal) for function main:
+          V8; G14; G15; G16; G17; G18; G19
+[inout] Inputs for function main:
+          G3; G9[0..63]; G10[0..63]; G11[0..63]; G12[0..31]; G13; G14; G15; G16; G18
diff --git a/tests/float/oracle_symblocs/s.1.err.oracle b/tests/float/oracle_symblocs/s.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/s.1.res.oracle b/tests/float/oracle_symblocs/s.1.res.oracle
new file mode 100644
index 00000000000..192c26c2be7
--- /dev/null
+++ b/tests/float/oracle_symblocs/s.1.res.oracle
@@ -0,0 +1,340 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/s.i (no preprocessing)
+tests/float/s.i:18:[kernel] warning: Floating-point constant 1.882f is not represented exactly. Will use 0x1.e1cac00000000p0. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G3 ∈ {42}
+  G5[0..63] ∈ {0}
+  G6 ∈ {42}
+  G7 ∈ {0}
+  G8 ∈ {0}
+  G9[0] ∈ {0x1.0000000000000p1}
+    [1] ∈ {0x1.e1cac00000000p0}
+    [2] ∈ {0x1.c72b020000000p0}
+    [3] ∈ {0x1.af1aa00000000p0}
+    [4] ∈ {0x1.99999a0000000p0}
+    [5] ∈ {0x1.85e3540000000p0}
+    [6] ∈ {0x1.747ae20000000p0}
+    [7] ∈ {0x1.6418940000000p0}
+    [8] ∈ {0x1.553f7c0000000p0}
+    [9] ∈ {0x1.47ae140000000p0}
+    [10] ∈ {0x1.3b22d00000000p0}
+    [11] ∈ {0x1.2f5c280000000p0}
+    [12] ∈ {0x1.249ba60000000p0}
+    [13] ∈ {0x1.1020c40000000p0}
+    [14] ∈ {0x1.0000000000000p0}
+    [15] ∈ {0x1.e353f80000000p-1}
+    [16] ∈ {0x1.ca3d700000000p-1}
+    [17] ∈ {0x1.b333340000000p-1}
+    [18] ∈ {0x1.9eb8520000000p-1}
+    [19] ∈ {0x1.8bc6a80000000p-1}
+    [20] ∈ {0x1.7a5e360000000p-1}
+    [21] ∈ {0x1.6a7efa0000000p-1}
+    [22] ∈ {0x1.5c28f60000000p-1}
+    [23] ∈ {0x1.4ed9160000000p-1}
+    [24] ∈ {0x1.428f5c0000000p-1}
+    [25] ∈ {0x1.36c8b40000000p-1}
+    [26] ∈ {0x1.2c08320000000p-1}
+    [27] ∈ {0x1.224dd20000000p-1}
+    [28] ∈ {0x1.1893740000000p-1}
+    [29] ∈ {0x1.0000000000000p-1}
+    [30] ∈ {0x1.e24dd20000000p-2}
+    [31] ∈ {0x1.c6a7f00000000p-2}
+    [32] ∈ {0x1.af1aa00000000p-2}
+    [33] ∈ {0x1.99999a0000000p-2}
+    [34] ∈ {0x1.8624de0000000p-2}
+    [35] ∈ {0x1.74bc6a0000000p-2}
+    [36] ∈ {0x1.645a1c0000000p-2}
+    [37] ∈ {0x1.54fdf40000000p-2}
+    [38] ∈ {0x1.47ae140000000p-2}
+    [39] ∈ {0x1.3b645a0000000p-2}
+    [40] ∈ {0x1.2f1aa00000000p-2}
+    [41] ∈ {0x1.24dd300000000p-2}
+    [42] ∈ {0x1.1a9fbe0000000p-2}
+    [43] ∈ {0x1.1168720000000p-2}
+    [44] ∈ {0x1.0831260000000p-2}
+    [45] ∈ {0x1.0000000000000p-2}
+    [46] ∈ {0x1.e353f80000000p-3}
+    [47] ∈ {0x1.c6a7f00000000p-3}
+    [48] ∈ {0x1.b020c40000000p-3}
+    [49] ∈ {0x1.99999a0000000p-3}
+    [50] ∈ {0x1.851eb80000000p-3}
+    [51] ∈ {0x1.74bc6a0000000p-3}
+    [52] ∈ {0x1.645a1c0000000p-3}
+    [53] ∈ {0x1.5604180000000p-3}
+    [54] ∈ {0x1.47ae140000000p-3}
+    [55] ∈ {0x1.3b645a0000000p-3}
+    [56] ∈ {0x1.2f1aa00000000p-3}
+    [57] ∈ {0x1.24dd300000000p-3}
+    [58] ∈ {0x1.1a9fbe0000000p-3}
+    [59] ∈ {0x1.10624e0000000p-3}
+    [60] ∈ {0x1.0831260000000p-3}
+    [61] ∈ {0x1.0000000000000p-3}
+    [62] ∈ {0x1.e353f80000000p-4}
+    [63] ∈ {0x1.c6a7f00000000p-4}
+  G10[0] ∈ {0x1.a1e8c60000000p-5}
+     [1] ∈ {0x1.af8fa40000000p-5}
+     [2] ∈ {0x1.c09e7a0000000p-5}
+     [3] ∈ {0x1.ce42800000000p-5}
+     [4] ∈ {0x1.df4da60000000p-5}
+     [5] ∈ {0x1.f056a60000000p-5}
+     [6] ∈ {0x1.0262740000000p-4}
+     [7] ∈ {0x1.0c97e80000000p-4}
+     [8] ∈ {0x1.16cba00000000p-4}
+     [9] ∈ {0x1.2463180000000p-4}
+     [10] ∈ {0x1.3044e20000000p-4}
+     [11] ∈ {0x1.3f87cc0000000p-4}
+     [12] ∈ {0x1.4ec6100000000p-4}
+     [13] ∈ {0x1.6160dc0000000p-4}
+     [14] ∈ {0x1.73f3fa0000000p-4}
+     [15] ∈ {0x1.89dd340000000p-4}
+     [16] ∈ {0x1.a3167c0000000p-4}
+     [17] ∈ {0x1.b083800000000p-4}
+     [18] ∈ {0x1.bdeb8c0000000p-4}
+     [19] ∈ {0x1.ccfa780000000p-4}
+     [20] ∈ {0x1.ddadd40000000p-4}
+     [21] ∈ {0x1.f002ce0000000p-4}
+     [22] ∈ {0x1.0126800000000p-3}
+     [23] ∈ {0x1.0b1a0a0000000p-3}
+     [24] ∈ {0x1.15da100000000p-3}
+     [25] ∈ {0x1.2236fa0000000p-3}
+     [26] ∈ {0x1.2f59f00000000p-3}
+     [27] ∈ {0x1.3d3fca0000000p-3}
+     [28] ∈ {0x1.4cb4ae0000000p-3}
+     [29] ∈ {0x1.5db0f00000000p-3}
+     [30] ∈ {0x1.702b7a0000000p-3}
+     [31] ∈ {0x1.85aff00000000p-3}
+     [32] ∈ {0x1.9c93820000000p-3}
+     [33] ∈ {0x1.a9e1aa0000000p-3}
+     [34] ∈ {0x1.b719b40000000p-3}
+     [35] ∈ {0x1.c5c4dc0000000p-3}
+     [36] ∈ {0x1.d515d80000000p-3}
+     [37] ∈ {0x1.e5c7f00000000p-3}
+     [38] ∈ {0x1.f64fcc0000000p-3}
+     [39] ∈ {0x1.0471d00000000p-2}
+     [40] ∈ {0x1.0e59140000000p-2}
+     [41] ∈ {0x1.1930760000000p-2}
+     [42] ∈ {0x1.24e8cc0000000p-2}
+     [43] ∈ {0x1.3170760000000p-2}
+     [44] ∈ {0x1.3eb3140000000p-2}
+     [45] ∈ {0x1.4d402c0000000p-2}
+     [46] ∈ {0x1.5cebf20000000p-2}
+     [47] ∈ {0x1.6dcf5c0000000p-2}
+     [48] ∈ {0x1.7fea3e0000000p-2}
+     [49] ∈ {0x1.89682c0000000p-2}
+     [50] ∈ {0x1.935f9c0000000p-2}
+     [51] ∈ {0x1.9d75840000000p-2}
+     [52] ∈ {0x1.a8112c0000000p-2}
+     [53] ∈ {0x1.b2943c0000000p-2}
+     [54] ∈ {0x1.bd88ba0000000p-2}
+     [55] ∈ {0x1.c87cb20000000p-2}
+     [56] ∈ {0x1.d335de0000000p-2}
+     [57] ∈ {0x1.ddc3220000000p-2}
+     [58] ∈ {0x1.e7dc420000000p-2}
+     [59] ∈ {0x1.f0dc4a0000000p-2}
+     [60] ∈ {0x1.f88a800000000p-2}
+     [61] ∈ {0x1.fde7e00000000p-2}
+     [62] ∈ {0x1.fffff40000000p-2}
+     [63] ∈ {0x1.fd48c00000000p-2}
+  G11[0] ∈ {0x1.fd53fe0000000p0}
+     [1] ∈ {0x1.fd26740000000p0}
+     [2] ∈ {0x1.fceb760000000p0}
+     [3] ∈ {0x1.fcbaa00000000p0}
+     [4] ∈ {0x1.fc7b840000000p0}
+     [5] ∈ {0x1.fc3a220000000p0}
+     [6] ∈ {0x1.fbe8a60000000p0}
+     [7] ∈ {0x1.fb93e20000000p0}
+     [8] ∈ {0x1.fb3bd60000000p0}
+     [9] ∈ {0x1.fac1560000000p0}
+     [10] ∈ {0x1.fa51600000000p0}
+     [11] ∈ {0x1.f9bade0000000p0}
+     [12] ∈ {0x1.f91cfe0000000p0}
+     [13] ∈ {0x1.f852100000000p0}
+     [14] ∈ {0x1.f77c2c0000000p0}
+     [15] ∈ {0x1.f671460000000p0}
+     [16] ∈ {0x1.f52a5c0000000p0}
+     [17] ∈ {0x1.f473b80000000p0}
+     [18] ∈ {0x1.f3b7540000000p0}
+     [19] ∈ {0x1.f2dc840000000p0}
+     [20] ∈ {0x1.f1e0e00000000p0}
+     [21] ∈ {0x1.f0c1be0000000p0}
+     [22] ∈ {0x1.ef97ce0000000p0}
+     [23] ∈ {0x1.ee46800000000p0}
+     [24] ∈ {0x1.eccaa80000000p0}
+     [25] ∈ {0x1.eb01ca0000000p0}
+     [26] ∈ {0x1.e904940000000p0}
+     [27] ∈ {0x1.e6cee80000000p0}
+     [28] ∈ {0x1.e438c60000000p0}
+     [29] ∈ {0x1.e138680000000p0}
+     [30] ∈ {0x1.ddc3220000000p0}
+     [31] ∈ {0x1.d979fa0000000p0}
+     [32] ∈ {0x1.d49a7e0000000p0}
+     [33] ∈ {0x1.d19e3e0000000p0}
+     [34] ∈ {0x1.ce89d00000000p0}
+     [35] ∈ {0x1.cafc360000000p0}
+     [36] ∈ {0x1.c71e960000000p0}
+     [37] ∈ {0x1.c2b83a0000000p0}
+     [38] ∈ {0x1.be2aae0000000p0}
+     [39] ∈ {0x1.b8cf1e0000000p0}
+     [40] ∈ {0x1.b2ce400000000p0}
+     [41] ∈ {0x1.abdfde0000000p0}
+     [42] ∈ {0x1.a3f02e0000000p0}
+     [43] ∈ {0x1.9aea260000000p0}
+     [44] ∈ {0x1.90b7b60000000p0}
+     [45] ∈ {0x1.84b34c0000000p0}
+     [46] ∈ {0x1.76b2600000000p0}
+     [47] ∈ {0x1.663a460000000p0}
+     [48] ∈ {0x1.52c0a60000000p0}
+     [49] ∈ {0x1.47ae660000000p0}
+     [50] ∈ {0x1.3b54d20000000p0}
+     [51] ∈ {0x1.2dfc740000000p0}
+     [52] ∈ {0x1.1ee6300000000p0}
+     [53] ∈ {0x1.0eb64e0000000p0}
+     [54] ∈ {0x1.f88d840000000p-1}
+     [55] ∈ {0x1.cfbd460000000p-1}
+     [56] ∈ {0x1.a2d91c0000000p-1}
+     [57] ∈ {0x1.702b7a0000000p-1}
+     [58] ∈ {0x1.36b7840000000p-1}
+     [59] ∈ {0x1.ee589c0000000p-2}
+     [60] ∈ {0x1.5c4eaa0000000p-2}
+     [61] ∈ {0x1.7217880000000p-3}
+     [62] ∈ {-0x1.b739f80000000p-10}
+     [63] ∈ {-0x1.a5529a0000000p-3}
+  G12[0] ∈ {0x1.5555560000000p-1}
+     [1] ∈ {0x1.2f684c0000000p-1}
+     [2] ∈ {0x1.1111120000000p-1}
+     [3] ∈ {0x1.f07c200000000p-2}
+     [4] ∈ {0x1.c71c720000000p-2}
+     [5] ∈ {0x1.a41a420000000p-2}
+     [6] ∈ {0x1.8618620000000p-2}
+     [7] ∈ {0x1.6c16c20000000p-2}
+     [8] ∈ {0x1.5555560000000p-2}
+     [9] ∈ {0x1.2f684c0000000p-2}
+     [10] ∈ {0x1.1111120000000p-2}
+     [11] ∈ {0x1.f07c200000000p-3}
+     [12] ∈ {0x1.c71c720000000p-3}
+     [13] ∈ {0x1.a41a420000000p-3}
+     [14] ∈ {0x1.8618620000000p-3}
+     [15] ∈ {0x1.6c16c20000000p-3}
+     [16] ∈ {0x1.5555560000000p-3}
+     [17] ∈ {0x1.2f684c0000000p-3}
+     [18] ∈ {0x1.1111120000000p-3}
+     [19] ∈ {0x1.f07c200000000p-4}
+     [20] ∈ {0x1.c71c720000000p-4}
+     [21] ∈ {0x1.a41a420000000p-4}
+     [22] ∈ {0x1.8618620000000p-4}
+     [23] ∈ {0x1.6c16c20000000p-4}
+     [24] ∈ {0x1.5555560000000p-4}
+     [25] ∈ {0x1.2f684c0000000p-4}
+     [26] ∈ {0x1.1111120000000p-4}
+     [27] ∈ {0x1.f07c200000000p-5}
+     [28] ∈ {0x1.c71c720000000p-5}
+     [29] ∈ {0x1.a41a420000000p-5}
+     [30] ∈ {0x1.8618620000000p-5}
+     [31] ∈ {0x1.6c16c20000000p-5}
+  G13 ∈ {0}
+  G14 ∈ {0}
+  G15 ∈ {0}
+  G16 ∈ {0}
+  G17 ∈ {0}
+  G18 ∈ {0}
+  G19 ∈ {0}
+[value] computing for function F4 <- main.
+        Called from tests/float/s.i:260.
+[value] computing for function F1 <- F4 <- main.
+        Called from tests/float/s.i:230.
+tests/float/s.i:230:[kernel] warning: Neither code nor specification for function F1, generating default assigns from the prototype
+[value] using specification for function F1
+[value] Done for function F1
+tests/float/s.i:231:[value] warning: accessing out of bounds index. assert 0 ≤ V4;
+tests/float/s.i:231:[value] warning: accessing out of bounds index. assert V4 < 64;
+[value] computing for function F2 <- F4 <- main.
+        Called from tests/float/s.i:233.
+tests/float/s.i:233:[kernel] warning: Neither code nor specification for function F2, generating default assigns from the prototype
+[value] using specification for function F2
+[value] Done for function F2
+tests/float/s.i:238:[value] warning: accessing out of bounds index. assert 0 ≤ V5;
+tests/float/s.i:238:[value] warning: accessing out of bounds index. assert V5 < 64;
+[value] computing for function F2 <- F4 <- main.
+        Called from tests/float/s.i:241.
+[value] Done for function F2
+tests/float/s.i:242:[value] warning: accessing out of bounds index. assert 0 ≤ V6;
+tests/float/s.i:242:[value] warning: accessing out of bounds index. assert V6 < 64;
+[value] computing for function F3 <- F4 <- main.
+        Called from tests/float/s.i:244.
+tests/float/s.i:244:[kernel] warning: Neither code nor specification for function F3, generating default assigns from the prototype
+[value] using specification for function F3
+[value] Done for function F3
+tests/float/s.i:245:[value] warning: accessing out of bounds index. assert 0 ≤ V7;
+tests/float/s.i:245:[value] warning: accessing out of bounds index. assert V7 < 32;
+[value] Recording results for F4
+[value] Done for function F4
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function F4:
+  V1 ∈ {0}
+  V2 ∈ [-0x1.a4cfc20000000p-3 .. 0x1.fcb5d00000000p0]
+  V3 ∈ [-0x1.fec1fc0000000p-1 .. -0x1.f3f3f40000000p-1]
+  V4 ∈ [0..63]
+  V5 ∈ [0..63]
+  V6 ∈ [0..63]
+  V7 ∈ [0..31]
+  G14 ∈ [0x1.3e68360000000p-10 .. 0x1.8618580000000p-7]
+  G15 ∈ [-0x1.a5529a0000000p-3 .. 0x1.fd53fe0000000p0]
+  G16 ∈ [0x1.c6a7f00000000p-4 .. 0x1.0000000000000p1]
+  G17 ∈ [0x1.6c16c20000000p-5 .. 0x1.5555560000000p-1]
+  G18 ∈ [0x1.f9f9fa0000000p-1 .. 0x1.ff60fe0000000p-1]
+  G19 ∈ [0x1.176b480000000p-13 .. 0x1.859f320000000p-6]
+[value:final-states] Values at end of function main:
+  V8 ∈ {0}
+  G14 ∈ [0x1.3e68360000000p-10 .. 0x1.8618580000000p-7]
+  G15 ∈ [-0x1.a5529a0000000p-3 .. 0x1.fd53fe0000000p0]
+  G16 ∈ [0x1.c6a7f00000000p-4 .. 0x1.0000000000000p1]
+  G17 ∈ [0x1.6c16c20000000p-5 .. 0x1.5555560000000p-1]
+  G18 ∈ [0x1.f9f9fa0000000p-1 .. 0x1.ff60fe0000000p-1]
+  G19 ∈ [0x1.176b480000000p-13 .. 0x1.859f320000000p-6]
+[from] Computing for function F4
+[from] Computing for function F1 <-F4
+[from] Done for function F1
+[from] Computing for function F2 <-F4
+[from] Done for function F2
+[from] Computing for function F3 <-F4
+[from] Done for function F3
+[from] Done for function F4
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function F1:
+  \result FROM G1
+[from] Function F2:
+  \result FROM G2
+[from] Function F3:
+  \result FROM G4
+[from] Function F4:
+  G14 FROM G3; G10[0..63]; G13
+  G15 FROM G11[0..63]; G13
+  G16 FROM G9[0..63]; G13
+  G17 FROM G12[0..31]; G13
+  G18 FROM G3; G10[0..63]; G13
+  G19 FROM G3; G9[0..63]; G10[0..63]; G13
+[from] Function main:
+  G14 FROM G3; G10[0..63]; G13
+  G15 FROM G11[0..63]; G13
+  G16 FROM G9[0..63]; G13
+  G17 FROM G12[0..31]; G13
+  G18 FROM G3; G10[0..63]; G13
+  G19 FROM G3; G9[0..63]; G10[0..63]; G13
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function F4:
+          V1; V2; V3; V4; V5; V6; V7; G14; G15; G16; G17; G18; G19
+[inout] Inputs for function F4:
+          G3; G9[0..63]; G10[0..63]; G11[0..63]; G12[0..31]; G13; G14; G15; G16; G18
+[inout] Out (internal) for function main:
+          V8; G14; G15; G16; G17; G18; G19
+[inout] Inputs for function main:
+          G3; G9[0..63]; G10[0..63]; G11[0..63]; G12[0..31]; G13; G14; G15; G16; G18
diff --git a/tests/float/oracle_symblocs/some.0.err.oracle b/tests/float/oracle_symblocs/some.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/some.0.res.oracle b/tests/float/oracle_symblocs/some.0.res.oracle
new file mode 100644
index 00000000000..6a7bcd98a90
--- /dev/null
+++ b/tests/float/oracle_symblocs/some.0.res.oracle
@@ -0,0 +1,75 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/some.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {1.0000000000000000}
+   [1..54] ∈ {0}
+  y ∈ {1.0000000000000000*2^-1}
+[value] Semantic level unrolling superposing up to 10 states
+[value] Semantic level unrolling superposing up to 20 states
+[value] Semantic level unrolling superposing up to 30 states
+[value] Semantic level unrolling superposing up to 40 states
+[value] Semantic level unrolling superposing up to 50 states
+[value] DUMPING STATE of file tests/float/some.c line 16
+        t[0] ∈ {1.0000000000000000}
+         [1] ∈ {1.5000000000000000}
+         [2] ∈ {1.7500000000000000}
+         [3] ∈ {1.8750000000000000}
+         [4] ∈ {1.9375000000000000}
+         [5] ∈ {1.9687500000000000}
+         [6] ∈ {1.9843750000000000}
+         [7] ∈ {1.9921875000000000}
+         [8] ∈ {1.9960937500000000}
+         [9] ∈ {1.9980468750000000}
+         [10] ∈ {1.9990234375000000}
+         [11] ∈ {1.9995117187500000}
+         [12] ∈ {1.9997558593750000}
+         [13] ∈ {1.9998779296875000}
+         [14] ∈ {1.9999389648437500}
+         [15] ∈ {1.9999694824218750}
+         [16] ∈ {1.9999847412109375}
+         [17] ∈ {1.9999923706054688}
+         [18] ∈ {1.9999961853027344}
+         [19] ∈ {1.9999980926513672}
+         [20] ∈ {1.9999990463256836}
+         [21] ∈ {1.9999995231628418}
+         [22] ∈ {1.9999997615814209}
+         [23] ∈ {1.9999998807907104}
+         [24] ∈ {1.9999999403953552}
+         [25] ∈ {1.9999999701976776}
+         [26] ∈ {1.9999999850988388}
+         [27] ∈ {1.9999999925494194}
+         [28] ∈ {1.9999999962747097}
+         [29] ∈ {1.9999999981373549}
+         [30] ∈ {1.9999999990686774}
+         [31] ∈ {1.9999999995343387}
+         [32] ∈ {1.9999999997671694}
+         [33] ∈ {1.9999999998835847}
+         [34] ∈ {1.9999999999417923}
+         [35] ∈ {1.9999999999708962}
+         [36] ∈ {1.9999999999854481}
+         [37] ∈ {1.9999999999927240}
+         [38] ∈ {1.9999999999963620}
+         [39] ∈ {1.9999999999981810}
+         [40] ∈ {1.9999999999990905}
+         [41] ∈ {1.9999999999995453}
+         [42] ∈ {1.9999999999997726}
+         [43] ∈ {1.9999999999998863}
+         [44] ∈ {1.9999999999999432}
+         [45] ∈ {1.9999999999999716}
+         [46] ∈ {1.9999999999999858}
+         [47] ∈ {1.9999999999999929}
+         [48] ∈ {1.9999999999999964}
+         [49] ∈ {1.9999999999999982}
+         [50] ∈ {1.9999999999999991}
+         [51] ∈ {1.9999999999999996}
+         [52] ∈ {1.9999999999999998}
+         [53..54] ∈ {2.0000000000000000}
+        y ∈ {1.0000000000000000*2^-55}
+        i ∈ {55}
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
diff --git a/tests/float/oracle_symblocs/some.1.err.oracle b/tests/float/oracle_symblocs/some.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/some.1.res.oracle b/tests/float/oracle_symblocs/some.1.res.oracle
new file mode 100644
index 00000000000..93cff549713
--- /dev/null
+++ b/tests/float/oracle_symblocs/some.1.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/some.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {1.0000000000000000}
+   [1..25] ∈ {0}
+  y ∈ {1.0000000000000000*2^-1}
+[value] DUMPING STATE of file tests/float/some.c line 16
+        t[0] ∈ {1.0000000000000000}
+         [1] ∈ {1.5000000000000000}
+         [2] ∈ {1.7500000000000000}
+         [3] ∈ {1.8750000000000000}
+         [4] ∈ {1.9375000000000000}
+         [5] ∈ {1.9687500000000000}
+         [6] ∈ {1.9843750000000000}
+         [7] ∈ {1.9921875000000000}
+         [8] ∈ {1.9960937500000000}
+         [9] ∈ {1.9980468750000000}
+         [10] ∈ {1.9990234375000000}
+         [11] ∈ {1.9995117187500000}
+         [12] ∈ {1.9997558593750000}
+         [13] ∈ {1.9998779296875000}
+         [14] ∈ {1.9999389648437500}
+         [15] ∈ {1.9999694824218750}
+         [16] ∈ {1.9999847412109375}
+         [17] ∈ {1.9999923706054688}
+         [18] ∈ {1.9999961853027344}
+         [19] ∈ {1.9999980926513672}
+         [20] ∈ {1.9999990463256836}
+         [21] ∈ {1.9999995231628418}
+         [22] ∈ {1.9999997615814209}
+         [23] ∈ {1.9999998807907104}
+         [24..25] ∈ {2.0000000000000000}
+        y ∈ {1.0000000000000000*2^-26}
+        i ∈ {26}
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
diff --git a/tests/float/oracle_symblocs/sqrt.0.err.oracle b/tests/float/oracle_symblocs/sqrt.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/sqrt.0.res.oracle b/tests/float/oracle_symblocs/sqrt.0.res.oracle
new file mode 100644
index 00000000000..a7256120cb5
--- /dev/null
+++ b/tests/float/oracle_symblocs/sqrt.0.res.oracle
@@ -0,0 +1,54 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/sqrt.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/float/sqrt.i:12:[value] assertion got status valid.
+tests/float/sqrt.i:14:[value] assertion got status valid.
+[value] DUMPING STATE of file tests/float/sqrt.i line 19
+        k ∈ UNINITIALIZED
+        i ∈ {-0.}
+        j ∈ {-0.}
+        r ∈ UNINITIALIZED
+        p ∈ {{ (unsigned long long *)&j }}
+        c[0..7] ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/float/sqrt.i line 23
+        k ∈ UNINITIALIZED
+        i ∈ {-0.}
+        j ∈ {-0.}
+        r ∈ {-0x8000000000000000}
+        p ∈ {{ (unsigned long long *)&j }}
+        c[0..7] ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Called Frama_C_show_each_long_long({-0x8000000000000000})
+[value] Called Frama_C_show_each_double({-0.})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/float/sqrt.i:11:[kernel] warning: Neither code nor specification for function Frama_C_sqrt, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  k ∈ {8}
+  i ∈ {-0.}
+  j ∈ {-0.}
+  r ∈ {-0x8000000000000000}
+  p ∈ {{ (unsigned long long *)&j }}
+  c[0..6] ∈ {0}
+   [7] ∈ {128}
+[from] Computing for function main
+[from] Computing for function Frama_C_sqrt <-main
+[from] Done for function Frama_C_sqrt
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          k; i; j; r; p; c[0..7]
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/float/oracle_symblocs/sqrt.1.err.oracle b/tests/float/oracle_symblocs/sqrt.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/sqrt.1.res.oracle b/tests/float/oracle_symblocs/sqrt.1.res.oracle
new file mode 100644
index 00000000000..22d92c0b007
--- /dev/null
+++ b/tests/float/oracle_symblocs/sqrt.1.res.oracle
@@ -0,0 +1,54 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/sqrt.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/float/sqrt.i:12:[value] assertion got status valid.
+tests/float/sqrt.i:14:[value] assertion got status valid.
+[value] DUMPING STATE of file tests/float/sqrt.i line 19
+        k ∈ UNINITIALIZED
+        i ∈ {-0.}
+        j ∈ {-0.}
+        r ∈ UNINITIALIZED
+        p ∈ {{ (unsigned long long *)&j }}
+        c[0..7] ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/float/sqrt.i line 23
+        k ∈ UNINITIALIZED
+        i ∈ {-0.}
+        j ∈ {-0.}
+        r ∈ {-0x8000000000000000}
+        p ∈ {{ (unsigned long long *)&j }}
+        c[0..7] ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Called Frama_C_show_each_long_long({-0x8000000000000000})
+[value] Called Frama_C_show_each_double({-0.})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/float/sqrt.i:11:[kernel] warning: Neither code nor specification for function Frama_C_sqrt, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  k ∈ {8}
+  i ∈ {-0.}
+  j ∈ {-0.}
+  r ∈ {-0x8000000000000000}
+  p ∈ {{ (unsigned long long *)&j }}
+  c[0] ∈ {128}
+   [1..7] ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_sqrt <-main
+[from] Done for function Frama_C_sqrt
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          k; i; j; r; p; c[0..7]
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/float/oracle_symblocs/uninit.err.oracle b/tests/float/oracle_symblocs/uninit.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/uninit.res.oracle b/tests/float/oracle_symblocs/uninit.res.oracle
new file mode 100644
index 00000000000..839e7049794
--- /dev/null
+++ b/tests/float/oracle_symblocs/uninit.res.oracle
@@ -0,0 +1,26 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/uninit.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/float/uninit.i:5:[value] warning: accessing uninitialized left-value. assert \initialized(&f);
+[value] Recording results for main
+[value] done for function main
+tests/float/uninit.i:5:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  f ∈ UNINITIALIZED
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          f; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/float/oracle_symblocs/zero.err.oracle b/tests/float/oracle_symblocs/zero.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/float/oracle_symblocs/zero.res.oracle b/tests/float/oracle_symblocs/zero.res.oracle
new file mode 100644
index 00000000000..35a9c8286d4
--- /dev/null
+++ b/tests/float/oracle_symblocs/zero.res.oracle
@@ -0,0 +1,63 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/float/zero.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/float/zero.i:5:[value] warning: function main: precondition got status unknown.
+[value] Called Frama_C_show_each({1})
+[value] Called Frama_C_show_each({1})
+[value] Called Frama_C_show_each_1([1.40129846432e-45 .. 3.40282346639e+38])
+[value] Called Frama_C_show_each_2([-0. .. 0.])
+[value] Called Frama_C_show_each_3([-3.40282346639e+38 .. -1.40129846432e-45])
+[value] Called Frama_C_show_each_4([-0. .. 0.])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  f ∈ {-0.}
+  i1 ∈ {1}
+  i2 ∈ {1}
+  i3 ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          f; i1; i2; i3
+[inout] Inputs for function main:
+          \nothing
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Called Frama_C_show_each({1})
+[value] Called Frama_C_show_each({1})
+[value] Called Frama_C_show_each_1([-0. .. 3.40282346639e+38])
+[value] Called Frama_C_show_each_2([-0. .. 0.])
+[value] Called Frama_C_show_each_3([-3.40282346639e+38 .. 0.])
+[value] Called Frama_C_show_each_4([-0. .. 0.])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  f ∈ {-0.}
+  i1 ∈ {1}
+  i2 ∈ {1}
+  i3 ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          f; i1; i2; i3
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/idct/idct.c b/tests/idct/idct.c
index 6f0e2ef7704..dc3e44d67af 100644
--- a/tests/idct/idct.c
+++ b/tests/idct/idct.c
@@ -1,4 +1,4 @@
-/* run.config
+/* run.config*
    GCC:
    DONTRUN:
 */
diff --git a/tests/idct/oracle/ieee_1180_1990.res.oracle b/tests/idct/oracle/ieee_1180_1990.res.oracle
index f2ee39b8626..b293af15f8c 100644
--- a/tests/idct/oracle/ieee_1180_1990.res.oracle
+++ b/tests/idct/oracle/ieee_1180_1990.res.oracle
@@ -888,7 +888,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'tmpfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 74)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 75)
             ensures
             \result ≡ \null ∨
             (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
@@ -904,13 +904,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'tmpnam'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 78)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 79)
             assigns \result, *(s+(..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 78)
+[ Extern  ] Froms (file share/libc/stdio.h, line 79)
             assigns \result \from *(s+(..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 79)
+[ Extern  ] Froms (file share/libc/stdio.h, line 80)
             assigns *(s+(..)) \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -921,13 +921,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fclose'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 87)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 88)
             ensures \result ≡ 0 ∨ \result ≡ -1
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 86)
+[ Extern  ] Froms (file share/libc/stdio.h, line 87)
             assigns \result \from stream, stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -938,13 +938,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fflush'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 95)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 96)
             ensures \result ≡ 0 ∨ \result ≡ -1
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 94)
+[ Extern  ] Froms (file share/libc/stdio.h, line 95)
             assigns \result \from stream, stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -955,14 +955,14 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 106)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 107)
             ensures
             \result ≡ \null ∨ \subset(\result, &__fc_fopen[0 .. 512-1])
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 104)
+[ Extern  ] Froms (file share/libc/stdio.h, line 105)
             assigns \result
               \from *(filename+(..)), *(mode+(..)), __p_fc_fopen;
             Unverifiable but considered Valid.
@@ -974,7 +974,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fdopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 113)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 114)
             ensures
             \result ≡ \null ∨
             (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
@@ -982,7 +982,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 112)
+[ Extern  ] Froms (file share/libc/stdio.h, line 113)
             assigns \result \from fildes, *(mode+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -993,10 +993,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'freopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 119)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 120)
             ensures \result ≡ \null ∨ \result ≡ \old(stream)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 118)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 119)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1007,10 +1007,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'setbuf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 124)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 125)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 124)
+[ Extern  ] Froms (file share/libc/stdio.h, line 125)
             assigns *stream \from buf;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1021,10 +1021,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'setvbuf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 128)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 129)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 128)
+[ Extern  ] Froms (file share/libc/stdio.h, line 129)
             assigns *stream \from buf, mode, size;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1035,10 +1035,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 133)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 134)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 133)
+[ Extern  ] Froms (file share/libc/stdio.h, line 134)
             assigns *stream \from stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1049,10 +1049,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 138)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 139)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 138)
+[ Extern  ] Froms (file share/libc/stdio.h, line 139)
             assigns *stream \from stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1063,10 +1063,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'printf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 144)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 145)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 144)
+[ Extern  ] Froms (file share/libc/stdio.h, line 145)
             assigns *__fc_stdout \from *(format+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1077,7 +1077,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'scanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 149)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 150)
             assigns *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1088,7 +1088,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'snprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 154)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 155)
             assigns *(s+(0 .. n-1));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1099,7 +1099,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'sprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 160)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 161)
             assigns *(s+(0 ..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1110,10 +1110,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vfprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 170)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 171)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 170)
+[ Extern  ] Froms (file share/libc/stdio.h, line 171)
             assigns *stream \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1124,10 +1124,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vfscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 175)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 176)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 175)
+[ Extern  ] Froms (file share/libc/stdio.h, line 176)
             assigns *stream \from *(format+(..)), *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1138,10 +1138,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 181)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 182)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 181)
+[ Extern  ] Froms (file share/libc/stdio.h, line 182)
             assigns *__fc_stdout \from arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1152,10 +1152,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 185)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 186)
             assigns *__fc_stdin;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 185)
+[ Extern  ] Froms (file share/libc/stdio.h, line 186)
             assigns *__fc_stdin \from *(format+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1166,10 +1166,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vsnprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 190)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 191)
             assigns *(s+(0 .. n-1));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 190)
+[ Extern  ] Froms (file share/libc/stdio.h, line 191)
             assigns *(s+(0 .. n-1)) \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1180,10 +1180,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vsprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 196)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 197)
             assigns *(s+(0 ..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 196)
+[ Extern  ] Froms (file share/libc/stdio.h, line 197)
             assigns *(s+(0 ..)) \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1194,7 +1194,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgetc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 207)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 208)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1205,19 +1205,19 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgets'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 213)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 214)
             ensures \result ≡ \null ∨ \result ≡ \old(s)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 211)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 212)
             assigns *(s+(0 .. n-1)), *stream, \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 211)
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
             assigns *(s+(0 .. n-1)) \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 211)
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 212)
+[ Extern  ] Froms (file share/libc/stdio.h, line 213)
             assigns \result \from s, n, *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1228,7 +1228,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fputc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 218)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 219)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1239,10 +1239,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fputs'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 221)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 222)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 221)
+[ Extern  ] Froms (file share/libc/stdio.h, line 222)
             assigns *stream \from *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1253,13 +1253,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'getc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 225)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 226)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 225)
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 225)
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1273,7 +1273,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 228)
+[ Extern  ] Froms (file share/libc/stdio.h, line 229)
             assigns \result \from *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1284,16 +1284,16 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'gets'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 233)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 234)
             ensures \result ≡ \old(s) ∨ \result ≡ \null
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 231)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 232)
             assigns *(s+(..)), \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 231)
+[ Extern  ] Froms (file share/libc/stdio.h, line 232)
             assigns *(s+(..)) \from *__fc_stdin;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 232)
+[ Extern  ] Froms (file share/libc/stdio.h, line 233)
             assigns \result \from s, __fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1304,10 +1304,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 237)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 238)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 237)
+[ Extern  ] Froms (file share/libc/stdio.h, line 238)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1318,10 +1318,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putchar'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 240)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 241)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 240)
+[ Extern  ] Froms (file share/libc/stdio.h, line 241)
             assigns *__fc_stdout \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1332,10 +1332,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'puts'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 243)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 244)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 243)
+[ Extern  ] Froms (file share/libc/stdio.h, line 244)
             assigns *__fc_stdout \from *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1346,10 +1346,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ungetc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 246)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 247)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 246)
+[ Extern  ] Froms (file share/libc/stdio.h, line 247)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1360,21 +1360,21 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fread'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 254)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 255)
             ensures \result ≤ \old(nmemb)
             Unverifiable but considered Valid.
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 255)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 256)
             ensures
             \initialized((char *)\old(ptr)+(0 .. \result*\old(size)-1))
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 252)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 253)
             assigns *((char *)ptr+(0 .. nmemb*size-1)), \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 252)
+[ Extern  ] Froms (file share/libc/stdio.h, line 253)
             assigns *((char *)ptr+(0 .. nmemb*size-1))
               \from size, nmemb, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 253)
+[ Extern  ] Froms (file share/libc/stdio.h, line 254)
             assigns \result \from size, *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1385,16 +1385,16 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fwrite'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 266)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 267)
             ensures \result ≤ \old(nmemb)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 265)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 266)
             assigns *stream, \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 265)
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
             assigns *stream \from *((char *)ptr+(0 .. nmemb*size-1));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 265)
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
             assigns \result \from *((char *)ptr+(0 .. nmemb*size-1));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1405,10 +1405,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgetpos'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 273)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 274)
             assigns *pos;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 273)
+[ Extern  ] Froms (file share/libc/stdio.h, line 274)
             assigns *pos \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1419,10 +1419,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fseek'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 277)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 278)
             assigns *stream, __FC_errno;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 277)
+[ Extern  ] Froms (file share/libc/stdio.h, line 278)
             assigns *stream \from offset, whence;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1433,10 +1433,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fsetpos'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 281)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 282)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 281)
+[ Extern  ] Froms (file share/libc/stdio.h, line 282)
             assigns *stream \from *pos;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1447,13 +1447,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ftell'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 284)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 285)
             assigns \result, __FC_errno;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 284)
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 284)
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
             assigns __FC_errno \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1464,10 +1464,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'rewind'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 287)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 288)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 287)
+[ Extern  ] Froms (file share/libc/stdio.h, line 288)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1478,10 +1478,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'clearerr'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 290)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 291)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 290)
+[ Extern  ] Froms (file share/libc/stdio.h, line 291)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1495,7 +1495,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 293)
+[ Extern  ] Froms (file share/libc/stdio.h, line 294)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1509,7 +1509,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 296)
+[ Extern  ] Froms (file share/libc/stdio.h, line 297)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1520,10 +1520,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'flockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 299)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 300)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 299)
+[ Extern  ] Froms (file share/libc/stdio.h, line 300)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1534,10 +1534,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'funlockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 302)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 303)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 302)
+[ Extern  ] Froms (file share/libc/stdio.h, line 303)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1548,13 +1548,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ftrylockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 305)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 306)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 305)
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
             assigns \result \from \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 305)
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1568,7 +1568,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 308)
+[ Extern  ] Froms (file share/libc/stdio.h, line 309)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1579,10 +1579,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'perror'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 311)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 312)
             assigns __fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 311)
+[ Extern  ] Froms (file share/libc/stdio.h, line 312)
             assigns __fc_stdout \from __FC_errno, *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1593,13 +1593,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'getc_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 314)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 315)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 314)
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 314)
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1613,7 +1613,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 316)
+[ Extern  ] Froms (file share/libc/stdio.h, line 317)
             assigns \result \from *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1624,10 +1624,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putc_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 318)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 319)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 318)
+[ Extern  ] Froms (file share/libc/stdio.h, line 319)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1638,10 +1638,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putchar_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 320)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 321)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 320)
+[ Extern  ] Froms (file share/libc/stdio.h, line 321)
             assigns *__fc_stdout \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1652,10 +1652,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'clearerr_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 323)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 324)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 323)
+[ Extern  ] Froms (file share/libc/stdio.h, line 324)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1669,7 +1669,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 325)
+[ Extern  ] Froms (file share/libc/stdio.h, line 326)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1683,7 +1683,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 327)
+[ Extern  ] Froms (file share/libc/stdio.h, line 328)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1697,7 +1697,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 329)
+[ Extern  ] Froms (file share/libc/stdio.h, line 330)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
diff --git a/tests/idct/oracle_apron/idct.res.oracle b/tests/idct/oracle_apron/idct.res.oracle
deleted file mode 100644
index 2bc949c6f94..00000000000
--- a/tests/idct/oracle_apron/idct.res.oracle
+++ /dev/null
@@ -1,6 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/idct/idct.c (with preprocessing)
-tests/idct/idct.c:91:[kernel] warning: Floating-point constant 3.14159265358979323846 is not represented exactly. Will use 0x1.921fb54442d18p1. See documentation for option -warn-decimal-float
-[kernel] user error: cannot find entry point `main'.
-                     Please use option `-main' for specifying a valid entry point.
-[kernel] Frama-C aborted: invalid user input.
diff --git a/tests/idct/oracle_apron/ieee_1180_1990.res.oracle b/tests/idct/oracle_apron/ieee_1180_1990.res.oracle
index 21706d2af53..91975850988 100644
--- a/tests/idct/oracle_apron/ieee_1180_1990.res.oracle
+++ b/tests/idct/oracle_apron/ieee_1180_1990.res.oracle
@@ -1160,7 +1160,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'tmpfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 74)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 75)
             ensures
             \result ≡ \null ∨
             (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
@@ -1176,13 +1176,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'tmpnam'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 78)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 79)
             assigns \result, *(s+(..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 78)
+[ Extern  ] Froms (file share/libc/stdio.h, line 79)
             assigns \result \from *(s+(..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 79)
+[ Extern  ] Froms (file share/libc/stdio.h, line 80)
             assigns *(s+(..)) \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1193,13 +1193,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fclose'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 87)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 88)
             ensures \result ≡ 0 ∨ \result ≡ -1
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 86)
+[ Extern  ] Froms (file share/libc/stdio.h, line 87)
             assigns \result \from stream, stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1210,13 +1210,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fflush'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 95)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 96)
             ensures \result ≡ 0 ∨ \result ≡ -1
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 94)
+[ Extern  ] Froms (file share/libc/stdio.h, line 95)
             assigns \result \from stream, stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1227,14 +1227,14 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 106)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 107)
             ensures
             \result ≡ \null ∨ \subset(\result, &__fc_fopen[0 .. 512-1])
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 104)
+[ Extern  ] Froms (file share/libc/stdio.h, line 105)
             assigns \result
               \from *(filename+(..)), *(mode+(..)), __p_fc_fopen;
             Unverifiable but considered Valid.
@@ -1246,7 +1246,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fdopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 113)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 114)
             ensures
             \result ≡ \null ∨
             (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
@@ -1254,7 +1254,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 112)
+[ Extern  ] Froms (file share/libc/stdio.h, line 113)
             assigns \result \from fildes, *(mode+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1265,10 +1265,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'freopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 119)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 120)
             ensures \result ≡ \null ∨ \result ≡ \old(stream)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 118)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 119)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1279,10 +1279,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'setbuf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 124)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 125)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 124)
+[ Extern  ] Froms (file share/libc/stdio.h, line 125)
             assigns *stream \from buf;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1293,10 +1293,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'setvbuf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 128)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 129)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 128)
+[ Extern  ] Froms (file share/libc/stdio.h, line 129)
             assigns *stream \from buf, mode, size;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1307,10 +1307,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 133)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 134)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 133)
+[ Extern  ] Froms (file share/libc/stdio.h, line 134)
             assigns *stream \from stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1321,10 +1321,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 138)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 139)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 138)
+[ Extern  ] Froms (file share/libc/stdio.h, line 139)
             assigns *stream \from stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1335,10 +1335,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'printf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 144)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 145)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 144)
+[ Extern  ] Froms (file share/libc/stdio.h, line 145)
             assigns *__fc_stdout \from *(format+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1349,7 +1349,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'scanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 149)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 150)
             assigns *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1360,7 +1360,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'snprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 154)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 155)
             assigns *(s+(0 .. n-1));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1371,7 +1371,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'sprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 160)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 161)
             assigns *(s+(0 ..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1382,10 +1382,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vfprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 170)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 171)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 170)
+[ Extern  ] Froms (file share/libc/stdio.h, line 171)
             assigns *stream \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1396,10 +1396,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vfscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 175)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 176)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 175)
+[ Extern  ] Froms (file share/libc/stdio.h, line 176)
             assigns *stream \from *(format+(..)), *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1410,10 +1410,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 181)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 182)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 181)
+[ Extern  ] Froms (file share/libc/stdio.h, line 182)
             assigns *__fc_stdout \from arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1424,10 +1424,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 185)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 186)
             assigns *__fc_stdin;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 185)
+[ Extern  ] Froms (file share/libc/stdio.h, line 186)
             assigns *__fc_stdin \from *(format+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1438,10 +1438,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vsnprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 190)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 191)
             assigns *(s+(0 .. n-1));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 190)
+[ Extern  ] Froms (file share/libc/stdio.h, line 191)
             assigns *(s+(0 .. n-1)) \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1452,10 +1452,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vsprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 196)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 197)
             assigns *(s+(0 ..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 196)
+[ Extern  ] Froms (file share/libc/stdio.h, line 197)
             assigns *(s+(0 ..)) \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1466,7 +1466,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgetc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 207)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 208)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1477,19 +1477,19 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgets'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 213)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 214)
             ensures \result ≡ \null ∨ \result ≡ \old(s)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 211)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 212)
             assigns *(s+(0 .. n-1)), *stream, \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 211)
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
             assigns *(s+(0 .. n-1)) \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 211)
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 212)
+[ Extern  ] Froms (file share/libc/stdio.h, line 213)
             assigns \result \from s, n, *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1500,7 +1500,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fputc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 218)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 219)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1511,10 +1511,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fputs'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 221)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 222)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 221)
+[ Extern  ] Froms (file share/libc/stdio.h, line 222)
             assigns *stream \from *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1525,13 +1525,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'getc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 225)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 226)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 225)
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 225)
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1545,7 +1545,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 228)
+[ Extern  ] Froms (file share/libc/stdio.h, line 229)
             assigns \result \from *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1556,16 +1556,16 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'gets'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 233)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 234)
             ensures \result ≡ \old(s) ∨ \result ≡ \null
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 231)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 232)
             assigns *(s+(..)), \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 231)
+[ Extern  ] Froms (file share/libc/stdio.h, line 232)
             assigns *(s+(..)) \from *__fc_stdin;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 232)
+[ Extern  ] Froms (file share/libc/stdio.h, line 233)
             assigns \result \from s, __fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1576,10 +1576,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 237)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 238)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 237)
+[ Extern  ] Froms (file share/libc/stdio.h, line 238)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1590,10 +1590,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putchar'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 240)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 241)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 240)
+[ Extern  ] Froms (file share/libc/stdio.h, line 241)
             assigns *__fc_stdout \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1604,10 +1604,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'puts'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 243)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 244)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 243)
+[ Extern  ] Froms (file share/libc/stdio.h, line 244)
             assigns *__fc_stdout \from *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1618,10 +1618,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ungetc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 246)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 247)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 246)
+[ Extern  ] Froms (file share/libc/stdio.h, line 247)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1632,21 +1632,21 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fread'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 254)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 255)
             ensures \result ≤ \old(nmemb)
             Unverifiable but considered Valid.
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 255)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 256)
             ensures
             \initialized((char *)\old(ptr)+(0 .. \result*\old(size)-1))
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 252)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 253)
             assigns *((char *)ptr+(0 .. nmemb*size-1)), \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 252)
+[ Extern  ] Froms (file share/libc/stdio.h, line 253)
             assigns *((char *)ptr+(0 .. nmemb*size-1))
               \from size, nmemb, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 253)
+[ Extern  ] Froms (file share/libc/stdio.h, line 254)
             assigns \result \from size, *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1657,16 +1657,16 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fwrite'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 266)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 267)
             ensures \result ≤ \old(nmemb)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 265)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 266)
             assigns *stream, \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 265)
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
             assigns *stream \from *((char *)ptr+(0 .. nmemb*size-1));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 265)
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
             assigns \result \from *((char *)ptr+(0 .. nmemb*size-1));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1677,10 +1677,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgetpos'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 273)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 274)
             assigns *pos;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 273)
+[ Extern  ] Froms (file share/libc/stdio.h, line 274)
             assigns *pos \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1691,10 +1691,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fseek'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 277)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 278)
             assigns *stream, __FC_errno;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 277)
+[ Extern  ] Froms (file share/libc/stdio.h, line 278)
             assigns *stream \from offset, whence;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1705,10 +1705,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fsetpos'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 281)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 282)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 281)
+[ Extern  ] Froms (file share/libc/stdio.h, line 282)
             assigns *stream \from *pos;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1719,13 +1719,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ftell'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 284)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 285)
             assigns \result, __FC_errno;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 284)
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 284)
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
             assigns __FC_errno \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1736,10 +1736,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'rewind'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 287)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 288)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 287)
+[ Extern  ] Froms (file share/libc/stdio.h, line 288)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1750,10 +1750,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'clearerr'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 290)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 291)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 290)
+[ Extern  ] Froms (file share/libc/stdio.h, line 291)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1767,7 +1767,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 293)
+[ Extern  ] Froms (file share/libc/stdio.h, line 294)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1781,7 +1781,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 296)
+[ Extern  ] Froms (file share/libc/stdio.h, line 297)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1792,10 +1792,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'flockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 299)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 300)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 299)
+[ Extern  ] Froms (file share/libc/stdio.h, line 300)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1806,10 +1806,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'funlockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 302)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 303)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 302)
+[ Extern  ] Froms (file share/libc/stdio.h, line 303)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1820,13 +1820,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ftrylockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 305)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 306)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 305)
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
             assigns \result \from \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 305)
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1840,7 +1840,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 308)
+[ Extern  ] Froms (file share/libc/stdio.h, line 309)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1851,10 +1851,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'perror'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 311)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 312)
             assigns __fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 311)
+[ Extern  ] Froms (file share/libc/stdio.h, line 312)
             assigns __fc_stdout \from __FC_errno, *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1865,13 +1865,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'getc_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 314)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 315)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 314)
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 314)
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1885,7 +1885,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 316)
+[ Extern  ] Froms (file share/libc/stdio.h, line 317)
             assigns \result \from *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1896,10 +1896,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putc_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 318)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 319)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 318)
+[ Extern  ] Froms (file share/libc/stdio.h, line 319)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1910,10 +1910,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putchar_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 320)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 321)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 320)
+[ Extern  ] Froms (file share/libc/stdio.h, line 321)
             assigns *__fc_stdout \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1924,10 +1924,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'clearerr_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 323)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 324)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 323)
+[ Extern  ] Froms (file share/libc/stdio.h, line 324)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1941,7 +1941,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 325)
+[ Extern  ] Froms (file share/libc/stdio.h, line 326)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1955,7 +1955,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 327)
+[ Extern  ] Froms (file share/libc/stdio.h, line 328)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1969,7 +1969,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 329)
+[ Extern  ] Froms (file share/libc/stdio.h, line 330)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
diff --git a/tests/idct/oracle_bitwise/idct.res.oracle b/tests/idct/oracle_bitwise/idct.res.oracle
deleted file mode 100644
index 2bc949c6f94..00000000000
--- a/tests/idct/oracle_bitwise/idct.res.oracle
+++ /dev/null
@@ -1,6 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/idct/idct.c (with preprocessing)
-tests/idct/idct.c:91:[kernel] warning: Floating-point constant 3.14159265358979323846 is not represented exactly. Will use 0x1.921fb54442d18p1. See documentation for option -warn-decimal-float
-[kernel] user error: cannot find entry point `main'.
-                     Please use option `-main' for specifying a valid entry point.
-[kernel] Frama-C aborted: invalid user input.
diff --git a/tests/idct/oracle_bitwise/ieee_1180_1990.res.oracle b/tests/idct/oracle_bitwise/ieee_1180_1990.res.oracle
index f94d9a03e73..7d2f54e5f43 100644
--- a/tests/idct/oracle_bitwise/ieee_1180_1990.res.oracle
+++ b/tests/idct/oracle_bitwise/ieee_1180_1990.res.oracle
@@ -888,7 +888,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'tmpfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 74)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 75)
             ensures
             \result ≡ \null ∨
             (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
@@ -904,13 +904,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'tmpnam'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 78)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 79)
             assigns \result, *(s+(..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 78)
+[ Extern  ] Froms (file share/libc/stdio.h, line 79)
             assigns \result \from *(s+(..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 79)
+[ Extern  ] Froms (file share/libc/stdio.h, line 80)
             assigns *(s+(..)) \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -921,13 +921,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fclose'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 87)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 88)
             ensures \result ≡ 0 ∨ \result ≡ -1
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 86)
+[ Extern  ] Froms (file share/libc/stdio.h, line 87)
             assigns \result \from stream, stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -938,13 +938,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fflush'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 95)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 96)
             ensures \result ≡ 0 ∨ \result ≡ -1
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 94)
+[ Extern  ] Froms (file share/libc/stdio.h, line 95)
             assigns \result \from stream, stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -955,14 +955,14 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 106)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 107)
             ensures
             \result ≡ \null ∨ \subset(\result, &__fc_fopen[0 .. 512-1])
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 104)
+[ Extern  ] Froms (file share/libc/stdio.h, line 105)
             assigns \result
               \from *(filename+(..)), *(mode+(..)), __p_fc_fopen;
             Unverifiable but considered Valid.
@@ -974,7 +974,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fdopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 113)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 114)
             ensures
             \result ≡ \null ∨
             (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
@@ -982,7 +982,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 112)
+[ Extern  ] Froms (file share/libc/stdio.h, line 113)
             assigns \result \from fildes, *(mode+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -993,10 +993,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'freopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 119)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 120)
             ensures \result ≡ \null ∨ \result ≡ \old(stream)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 118)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 119)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1007,10 +1007,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'setbuf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 124)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 125)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 124)
+[ Extern  ] Froms (file share/libc/stdio.h, line 125)
             assigns *stream \from buf;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1021,10 +1021,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'setvbuf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 128)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 129)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 128)
+[ Extern  ] Froms (file share/libc/stdio.h, line 129)
             assigns *stream \from buf, mode, size;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1035,10 +1035,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 133)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 134)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 133)
+[ Extern  ] Froms (file share/libc/stdio.h, line 134)
             assigns *stream \from stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1049,10 +1049,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 138)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 139)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 138)
+[ Extern  ] Froms (file share/libc/stdio.h, line 139)
             assigns *stream \from stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1063,10 +1063,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'printf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 144)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 145)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 144)
+[ Extern  ] Froms (file share/libc/stdio.h, line 145)
             assigns *__fc_stdout \from *(format+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1077,7 +1077,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'scanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 149)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 150)
             assigns *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1088,7 +1088,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'snprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 154)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 155)
             assigns *(s+(0 .. n-1));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1099,7 +1099,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'sprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 160)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 161)
             assigns *(s+(0 ..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1110,10 +1110,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vfprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 170)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 171)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 170)
+[ Extern  ] Froms (file share/libc/stdio.h, line 171)
             assigns *stream \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1124,10 +1124,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vfscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 175)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 176)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 175)
+[ Extern  ] Froms (file share/libc/stdio.h, line 176)
             assigns *stream \from *(format+(..)), *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1138,10 +1138,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 181)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 182)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 181)
+[ Extern  ] Froms (file share/libc/stdio.h, line 182)
             assigns *__fc_stdout \from arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1152,10 +1152,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 185)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 186)
             assigns *__fc_stdin;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 185)
+[ Extern  ] Froms (file share/libc/stdio.h, line 186)
             assigns *__fc_stdin \from *(format+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1166,10 +1166,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vsnprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 190)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 191)
             assigns *(s+(0 .. n-1));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 190)
+[ Extern  ] Froms (file share/libc/stdio.h, line 191)
             assigns *(s+(0 .. n-1)) \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1180,10 +1180,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vsprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 196)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 197)
             assigns *(s+(0 ..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 196)
+[ Extern  ] Froms (file share/libc/stdio.h, line 197)
             assigns *(s+(0 ..)) \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1194,7 +1194,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgetc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 207)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 208)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1205,19 +1205,19 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgets'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 213)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 214)
             ensures \result ≡ \null ∨ \result ≡ \old(s)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 211)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 212)
             assigns *(s+(0 .. n-1)), *stream, \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 211)
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
             assigns *(s+(0 .. n-1)) \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 211)
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 212)
+[ Extern  ] Froms (file share/libc/stdio.h, line 213)
             assigns \result \from s, n, *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1228,7 +1228,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fputc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 218)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 219)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1239,10 +1239,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fputs'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 221)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 222)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 221)
+[ Extern  ] Froms (file share/libc/stdio.h, line 222)
             assigns *stream \from *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1253,13 +1253,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'getc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 225)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 226)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 225)
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 225)
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1273,7 +1273,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 228)
+[ Extern  ] Froms (file share/libc/stdio.h, line 229)
             assigns \result \from *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1284,16 +1284,16 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'gets'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 233)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 234)
             ensures \result ≡ \old(s) ∨ \result ≡ \null
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 231)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 232)
             assigns *(s+(..)), \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 231)
+[ Extern  ] Froms (file share/libc/stdio.h, line 232)
             assigns *(s+(..)) \from *__fc_stdin;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 232)
+[ Extern  ] Froms (file share/libc/stdio.h, line 233)
             assigns \result \from s, __fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1304,10 +1304,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 237)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 238)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 237)
+[ Extern  ] Froms (file share/libc/stdio.h, line 238)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1318,10 +1318,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putchar'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 240)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 241)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 240)
+[ Extern  ] Froms (file share/libc/stdio.h, line 241)
             assigns *__fc_stdout \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1332,10 +1332,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'puts'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 243)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 244)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 243)
+[ Extern  ] Froms (file share/libc/stdio.h, line 244)
             assigns *__fc_stdout \from *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1346,10 +1346,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ungetc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 246)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 247)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 246)
+[ Extern  ] Froms (file share/libc/stdio.h, line 247)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1360,21 +1360,21 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fread'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 254)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 255)
             ensures \result ≤ \old(nmemb)
             Unverifiable but considered Valid.
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 255)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 256)
             ensures
             \initialized((char *)\old(ptr)+(0 .. \result*\old(size)-1))
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 252)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 253)
             assigns *((char *)ptr+(0 .. nmemb*size-1)), \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 252)
+[ Extern  ] Froms (file share/libc/stdio.h, line 253)
             assigns *((char *)ptr+(0 .. nmemb*size-1))
               \from size, nmemb, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 253)
+[ Extern  ] Froms (file share/libc/stdio.h, line 254)
             assigns \result \from size, *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1385,16 +1385,16 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fwrite'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 266)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 267)
             ensures \result ≤ \old(nmemb)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 265)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 266)
             assigns *stream, \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 265)
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
             assigns *stream \from *((char *)ptr+(0 .. nmemb*size-1));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 265)
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
             assigns \result \from *((char *)ptr+(0 .. nmemb*size-1));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1405,10 +1405,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgetpos'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 273)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 274)
             assigns *pos;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 273)
+[ Extern  ] Froms (file share/libc/stdio.h, line 274)
             assigns *pos \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1419,10 +1419,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fseek'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 277)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 278)
             assigns *stream, __FC_errno;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 277)
+[ Extern  ] Froms (file share/libc/stdio.h, line 278)
             assigns *stream \from offset, whence;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1433,10 +1433,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fsetpos'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 281)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 282)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 281)
+[ Extern  ] Froms (file share/libc/stdio.h, line 282)
             assigns *stream \from *pos;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1447,13 +1447,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ftell'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 284)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 285)
             assigns \result, __FC_errno;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 284)
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 284)
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
             assigns __FC_errno \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1464,10 +1464,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'rewind'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 287)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 288)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 287)
+[ Extern  ] Froms (file share/libc/stdio.h, line 288)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1478,10 +1478,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'clearerr'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 290)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 291)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 290)
+[ Extern  ] Froms (file share/libc/stdio.h, line 291)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1495,7 +1495,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 293)
+[ Extern  ] Froms (file share/libc/stdio.h, line 294)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1509,7 +1509,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 296)
+[ Extern  ] Froms (file share/libc/stdio.h, line 297)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1520,10 +1520,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'flockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 299)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 300)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 299)
+[ Extern  ] Froms (file share/libc/stdio.h, line 300)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1534,10 +1534,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'funlockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 302)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 303)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 302)
+[ Extern  ] Froms (file share/libc/stdio.h, line 303)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1548,13 +1548,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ftrylockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 305)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 306)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 305)
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
             assigns \result \from \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 305)
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1568,7 +1568,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 308)
+[ Extern  ] Froms (file share/libc/stdio.h, line 309)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1579,10 +1579,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'perror'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 311)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 312)
             assigns __fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 311)
+[ Extern  ] Froms (file share/libc/stdio.h, line 312)
             assigns __fc_stdout \from __FC_errno, *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1593,13 +1593,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'getc_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 314)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 315)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 314)
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 314)
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1613,7 +1613,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 316)
+[ Extern  ] Froms (file share/libc/stdio.h, line 317)
             assigns \result \from *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1624,10 +1624,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putc_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 318)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 319)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 318)
+[ Extern  ] Froms (file share/libc/stdio.h, line 319)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1638,10 +1638,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putchar_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 320)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 321)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 320)
+[ Extern  ] Froms (file share/libc/stdio.h, line 321)
             assigns *__fc_stdout \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1652,10 +1652,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'clearerr_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 323)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 324)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 323)
+[ Extern  ] Froms (file share/libc/stdio.h, line 324)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1669,7 +1669,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 325)
+[ Extern  ] Froms (file share/libc/stdio.h, line 326)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1683,7 +1683,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 327)
+[ Extern  ] Froms (file share/libc/stdio.h, line 328)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1697,7 +1697,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 329)
+[ Extern  ] Froms (file share/libc/stdio.h, line 330)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
diff --git a/tests/idct/oracle_equalities/idct.res.oracle b/tests/idct/oracle_equalities/idct.res.oracle
deleted file mode 100644
index 2bc949c6f94..00000000000
--- a/tests/idct/oracle_equalities/idct.res.oracle
+++ /dev/null
@@ -1,6 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/idct/idct.c (with preprocessing)
-tests/idct/idct.c:91:[kernel] warning: Floating-point constant 3.14159265358979323846 is not represented exactly. Will use 0x1.921fb54442d18p1. See documentation for option -warn-decimal-float
-[kernel] user error: cannot find entry point `main'.
-                     Please use option `-main' for specifying a valid entry point.
-[kernel] Frama-C aborted: invalid user input.
diff --git a/tests/idct/oracle_equalities/ieee_1180_1990.res.oracle b/tests/idct/oracle_equalities/ieee_1180_1990.res.oracle
index 3cf883bb902..af879c7a233 100644
--- a/tests/idct/oracle_equalities/ieee_1180_1990.res.oracle
+++ b/tests/idct/oracle_equalities/ieee_1180_1990.res.oracle
@@ -906,7 +906,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'tmpfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 74)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 75)
             ensures
             \result ≡ \null ∨
             (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
@@ -922,13 +922,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'tmpnam'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 78)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 79)
             assigns \result, *(s+(..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 78)
+[ Extern  ] Froms (file share/libc/stdio.h, line 79)
             assigns \result \from *(s+(..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 79)
+[ Extern  ] Froms (file share/libc/stdio.h, line 80)
             assigns *(s+(..)) \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -939,13 +939,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fclose'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 87)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 88)
             ensures \result ≡ 0 ∨ \result ≡ -1
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 86)
+[ Extern  ] Froms (file share/libc/stdio.h, line 87)
             assigns \result \from stream, stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -956,13 +956,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fflush'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 95)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 96)
             ensures \result ≡ 0 ∨ \result ≡ -1
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 94)
+[ Extern  ] Froms (file share/libc/stdio.h, line 95)
             assigns \result \from stream, stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -973,14 +973,14 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 106)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 107)
             ensures
             \result ≡ \null ∨ \subset(\result, &__fc_fopen[0 .. 512-1])
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 104)
+[ Extern  ] Froms (file share/libc/stdio.h, line 105)
             assigns \result
               \from *(filename+(..)), *(mode+(..)), __p_fc_fopen;
             Unverifiable but considered Valid.
@@ -992,7 +992,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fdopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 113)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 114)
             ensures
             \result ≡ \null ∨
             (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
@@ -1000,7 +1000,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 112)
+[ Extern  ] Froms (file share/libc/stdio.h, line 113)
             assigns \result \from fildes, *(mode+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1011,10 +1011,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'freopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 119)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 120)
             ensures \result ≡ \null ∨ \result ≡ \old(stream)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 118)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 119)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1025,10 +1025,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'setbuf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 124)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 125)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 124)
+[ Extern  ] Froms (file share/libc/stdio.h, line 125)
             assigns *stream \from buf;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1039,10 +1039,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'setvbuf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 128)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 129)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 128)
+[ Extern  ] Froms (file share/libc/stdio.h, line 129)
             assigns *stream \from buf, mode, size;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1053,10 +1053,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 133)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 134)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 133)
+[ Extern  ] Froms (file share/libc/stdio.h, line 134)
             assigns *stream \from stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1067,10 +1067,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 138)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 139)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 138)
+[ Extern  ] Froms (file share/libc/stdio.h, line 139)
             assigns *stream \from stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1081,10 +1081,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'printf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 144)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 145)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 144)
+[ Extern  ] Froms (file share/libc/stdio.h, line 145)
             assigns *__fc_stdout \from *(format+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1095,7 +1095,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'scanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 149)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 150)
             assigns *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1106,7 +1106,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'snprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 154)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 155)
             assigns *(s+(0 .. n-1));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1117,7 +1117,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'sprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 160)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 161)
             assigns *(s+(0 ..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1128,10 +1128,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vfprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 170)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 171)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 170)
+[ Extern  ] Froms (file share/libc/stdio.h, line 171)
             assigns *stream \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1142,10 +1142,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vfscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 175)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 176)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 175)
+[ Extern  ] Froms (file share/libc/stdio.h, line 176)
             assigns *stream \from *(format+(..)), *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1156,10 +1156,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 181)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 182)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 181)
+[ Extern  ] Froms (file share/libc/stdio.h, line 182)
             assigns *__fc_stdout \from arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1170,10 +1170,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 185)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 186)
             assigns *__fc_stdin;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 185)
+[ Extern  ] Froms (file share/libc/stdio.h, line 186)
             assigns *__fc_stdin \from *(format+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1184,10 +1184,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vsnprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 190)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 191)
             assigns *(s+(0 .. n-1));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 190)
+[ Extern  ] Froms (file share/libc/stdio.h, line 191)
             assigns *(s+(0 .. n-1)) \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1198,10 +1198,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vsprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 196)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 197)
             assigns *(s+(0 ..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 196)
+[ Extern  ] Froms (file share/libc/stdio.h, line 197)
             assigns *(s+(0 ..)) \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1212,7 +1212,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgetc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 207)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 208)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1223,19 +1223,19 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgets'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 213)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 214)
             ensures \result ≡ \null ∨ \result ≡ \old(s)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 211)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 212)
             assigns *(s+(0 .. n-1)), *stream, \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 211)
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
             assigns *(s+(0 .. n-1)) \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 211)
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 212)
+[ Extern  ] Froms (file share/libc/stdio.h, line 213)
             assigns \result \from s, n, *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1246,7 +1246,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fputc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 218)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 219)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1257,10 +1257,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fputs'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 221)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 222)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 221)
+[ Extern  ] Froms (file share/libc/stdio.h, line 222)
             assigns *stream \from *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1271,13 +1271,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'getc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 225)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 226)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 225)
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 225)
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1291,7 +1291,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 228)
+[ Extern  ] Froms (file share/libc/stdio.h, line 229)
             assigns \result \from *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1302,16 +1302,16 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'gets'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 233)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 234)
             ensures \result ≡ \old(s) ∨ \result ≡ \null
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 231)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 232)
             assigns *(s+(..)), \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 231)
+[ Extern  ] Froms (file share/libc/stdio.h, line 232)
             assigns *(s+(..)) \from *__fc_stdin;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 232)
+[ Extern  ] Froms (file share/libc/stdio.h, line 233)
             assigns \result \from s, __fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1322,10 +1322,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 237)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 238)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 237)
+[ Extern  ] Froms (file share/libc/stdio.h, line 238)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1336,10 +1336,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putchar'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 240)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 241)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 240)
+[ Extern  ] Froms (file share/libc/stdio.h, line 241)
             assigns *__fc_stdout \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1350,10 +1350,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'puts'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 243)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 244)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 243)
+[ Extern  ] Froms (file share/libc/stdio.h, line 244)
             assigns *__fc_stdout \from *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1364,10 +1364,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ungetc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 246)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 247)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 246)
+[ Extern  ] Froms (file share/libc/stdio.h, line 247)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1378,21 +1378,21 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fread'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 254)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 255)
             ensures \result ≤ \old(nmemb)
             Unverifiable but considered Valid.
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 255)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 256)
             ensures
             \initialized((char *)\old(ptr)+(0 .. \result*\old(size)-1))
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 252)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 253)
             assigns *((char *)ptr+(0 .. nmemb*size-1)), \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 252)
+[ Extern  ] Froms (file share/libc/stdio.h, line 253)
             assigns *((char *)ptr+(0 .. nmemb*size-1))
               \from size, nmemb, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 253)
+[ Extern  ] Froms (file share/libc/stdio.h, line 254)
             assigns \result \from size, *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1403,16 +1403,16 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fwrite'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 266)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 267)
             ensures \result ≤ \old(nmemb)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 265)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 266)
             assigns *stream, \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 265)
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
             assigns *stream \from *((char *)ptr+(0 .. nmemb*size-1));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 265)
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
             assigns \result \from *((char *)ptr+(0 .. nmemb*size-1));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1423,10 +1423,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgetpos'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 273)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 274)
             assigns *pos;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 273)
+[ Extern  ] Froms (file share/libc/stdio.h, line 274)
             assigns *pos \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1437,10 +1437,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fseek'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 277)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 278)
             assigns *stream, __FC_errno;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 277)
+[ Extern  ] Froms (file share/libc/stdio.h, line 278)
             assigns *stream \from offset, whence;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1451,10 +1451,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fsetpos'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 281)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 282)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 281)
+[ Extern  ] Froms (file share/libc/stdio.h, line 282)
             assigns *stream \from *pos;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1465,13 +1465,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ftell'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 284)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 285)
             assigns \result, __FC_errno;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 284)
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 284)
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
             assigns __FC_errno \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1482,10 +1482,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'rewind'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 287)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 288)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 287)
+[ Extern  ] Froms (file share/libc/stdio.h, line 288)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1496,10 +1496,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'clearerr'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 290)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 291)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 290)
+[ Extern  ] Froms (file share/libc/stdio.h, line 291)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1513,7 +1513,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 293)
+[ Extern  ] Froms (file share/libc/stdio.h, line 294)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1527,7 +1527,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 296)
+[ Extern  ] Froms (file share/libc/stdio.h, line 297)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1538,10 +1538,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'flockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 299)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 300)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 299)
+[ Extern  ] Froms (file share/libc/stdio.h, line 300)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1552,10 +1552,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'funlockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 302)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 303)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 302)
+[ Extern  ] Froms (file share/libc/stdio.h, line 303)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1566,13 +1566,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ftrylockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 305)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 306)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 305)
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
             assigns \result \from \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 305)
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1586,7 +1586,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 308)
+[ Extern  ] Froms (file share/libc/stdio.h, line 309)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1597,10 +1597,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'perror'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 311)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 312)
             assigns __fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 311)
+[ Extern  ] Froms (file share/libc/stdio.h, line 312)
             assigns __fc_stdout \from __FC_errno, *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1611,13 +1611,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'getc_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 314)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 315)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 314)
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 314)
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1631,7 +1631,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 316)
+[ Extern  ] Froms (file share/libc/stdio.h, line 317)
             assigns \result \from *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1642,10 +1642,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putc_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 318)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 319)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 318)
+[ Extern  ] Froms (file share/libc/stdio.h, line 319)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1656,10 +1656,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putchar_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 320)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 321)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 320)
+[ Extern  ] Froms (file share/libc/stdio.h, line 321)
             assigns *__fc_stdout \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1670,10 +1670,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'clearerr_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 323)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 324)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 323)
+[ Extern  ] Froms (file share/libc/stdio.h, line 324)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1687,7 +1687,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 325)
+[ Extern  ] Froms (file share/libc/stdio.h, line 326)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1701,7 +1701,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 327)
+[ Extern  ] Froms (file share/libc/stdio.h, line 328)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1715,7 +1715,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 329)
+[ Extern  ] Froms (file share/libc/stdio.h, line 330)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
diff --git a/tests/idct/oracle_legacy/idct.res.oracle b/tests/idct/oracle_legacy/idct.res.oracle
deleted file mode 100644
index 2bc949c6f94..00000000000
--- a/tests/idct/oracle_legacy/idct.res.oracle
+++ /dev/null
@@ -1,6 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/idct/idct.c (with preprocessing)
-tests/idct/idct.c:91:[kernel] warning: Floating-point constant 3.14159265358979323846 is not represented exactly. Will use 0x1.921fb54442d18p1. See documentation for option -warn-decimal-float
-[kernel] user error: cannot find entry point `main'.
-                     Please use option `-main' for specifying a valid entry point.
-[kernel] Frama-C aborted: invalid user input.
diff --git a/tests/idct/oracle_legacy/ieee_1180_1990.res.oracle b/tests/idct/oracle_legacy/ieee_1180_1990.res.oracle
index 2bca65c3d99..67a87f48a53 100644
--- a/tests/idct/oracle_legacy/ieee_1180_1990.res.oracle
+++ b/tests/idct/oracle_legacy/ieee_1180_1990.res.oracle
@@ -888,7 +888,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'tmpfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 74)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 75)
             ensures
             \result ≡ \null ∨
             (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
@@ -904,13 +904,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'tmpnam'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 78)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 79)
             assigns \result, *(s+(..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 78)
+[ Extern  ] Froms (file share/libc/stdio.h, line 79)
             assigns \result \from *(s+(..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 79)
+[ Extern  ] Froms (file share/libc/stdio.h, line 80)
             assigns *(s+(..)) \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -921,13 +921,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fclose'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 87)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 88)
             ensures \result ≡ 0 ∨ \result ≡ -1
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 86)
+[ Extern  ] Froms (file share/libc/stdio.h, line 87)
             assigns \result \from stream, stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -938,13 +938,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fflush'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 95)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 96)
             ensures \result ≡ 0 ∨ \result ≡ -1
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 94)
+[ Extern  ] Froms (file share/libc/stdio.h, line 95)
             assigns \result \from stream, stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -955,14 +955,14 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 106)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 107)
             ensures
             \result ≡ \null ∨ \subset(\result, &__fc_fopen[0 .. 512-1])
             Unverifiable but considered Valid.
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 104)
+[ Extern  ] Froms (file share/libc/stdio.h, line 105)
             assigns \result
               \from *(filename+(..)), *(mode+(..)), __p_fc_fopen;
             Unverifiable but considered Valid.
@@ -974,7 +974,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fdopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 113)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 114)
             ensures
             \result ≡ \null ∨
             (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
@@ -982,7 +982,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 112)
+[ Extern  ] Froms (file share/libc/stdio.h, line 113)
             assigns \result \from fildes, *(mode+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -993,10 +993,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'freopen'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 119)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 120)
             ensures \result ≡ \null ∨ \result ≡ \old(stream)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 118)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 119)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1007,10 +1007,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'setbuf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 124)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 125)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 124)
+[ Extern  ] Froms (file share/libc/stdio.h, line 125)
             assigns *stream \from buf;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1021,10 +1021,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'setvbuf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 128)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 129)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 128)
+[ Extern  ] Froms (file share/libc/stdio.h, line 129)
             assigns *stream \from buf, mode, size;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1035,10 +1035,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 133)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 134)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 133)
+[ Extern  ] Froms (file share/libc/stdio.h, line 134)
             assigns *stream \from stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1049,10 +1049,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 138)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 139)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 138)
+[ Extern  ] Froms (file share/libc/stdio.h, line 139)
             assigns *stream \from stream->__fc_stdio_id;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1063,10 +1063,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'printf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 144)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 145)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 144)
+[ Extern  ] Froms (file share/libc/stdio.h, line 145)
             assigns *__fc_stdout \from *(format+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1077,7 +1077,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'scanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 149)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 150)
             assigns *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1088,7 +1088,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'snprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 154)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 155)
             assigns *(s+(0 .. n-1));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1099,7 +1099,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'sprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 160)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 161)
             assigns *(s+(0 ..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1110,10 +1110,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vfprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 170)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 171)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 170)
+[ Extern  ] Froms (file share/libc/stdio.h, line 171)
             assigns *stream \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1124,10 +1124,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vfscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 175)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 176)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 175)
+[ Extern  ] Froms (file share/libc/stdio.h, line 176)
             assigns *stream \from *(format+(..)), *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1138,10 +1138,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 181)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 182)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 181)
+[ Extern  ] Froms (file share/libc/stdio.h, line 182)
             assigns *__fc_stdout \from arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1152,10 +1152,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vscanf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 185)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 186)
             assigns *__fc_stdin;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 185)
+[ Extern  ] Froms (file share/libc/stdio.h, line 186)
             assigns *__fc_stdin \from *(format+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1166,10 +1166,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vsnprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 190)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 191)
             assigns *(s+(0 .. n-1));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 190)
+[ Extern  ] Froms (file share/libc/stdio.h, line 191)
             assigns *(s+(0 .. n-1)) \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1180,10 +1180,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'vsprintf'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 196)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 197)
             assigns *(s+(0 ..));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 196)
+[ Extern  ] Froms (file share/libc/stdio.h, line 197)
             assigns *(s+(0 ..)) \from *(format+(..)), arg;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1194,7 +1194,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgetc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 207)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 208)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1205,19 +1205,19 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgets'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 213)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 214)
             ensures \result ≡ \null ∨ \result ≡ \old(s)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 211)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 212)
             assigns *(s+(0 .. n-1)), *stream, \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 211)
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
             assigns *(s+(0 .. n-1)) \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 211)
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 212)
+[ Extern  ] Froms (file share/libc/stdio.h, line 213)
             assigns \result \from s, n, *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1228,7 +1228,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fputc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 218)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 219)
             assigns *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1239,10 +1239,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fputs'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 221)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 222)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 221)
+[ Extern  ] Froms (file share/libc/stdio.h, line 222)
             assigns *stream \from *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1253,13 +1253,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'getc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 225)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 226)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 225)
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 225)
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1273,7 +1273,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 228)
+[ Extern  ] Froms (file share/libc/stdio.h, line 229)
             assigns \result \from *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1284,16 +1284,16 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'gets'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 233)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 234)
             ensures \result ≡ \old(s) ∨ \result ≡ \null
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 231)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 232)
             assigns *(s+(..)), \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 231)
+[ Extern  ] Froms (file share/libc/stdio.h, line 232)
             assigns *(s+(..)) \from *__fc_stdin;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 232)
+[ Extern  ] Froms (file share/libc/stdio.h, line 233)
             assigns \result \from s, __fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1304,10 +1304,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 237)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 238)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 237)
+[ Extern  ] Froms (file share/libc/stdio.h, line 238)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1318,10 +1318,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putchar'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 240)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 241)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 240)
+[ Extern  ] Froms (file share/libc/stdio.h, line 241)
             assigns *__fc_stdout \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1332,10 +1332,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'puts'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 243)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 244)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 243)
+[ Extern  ] Froms (file share/libc/stdio.h, line 244)
             assigns *__fc_stdout \from *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1346,10 +1346,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ungetc'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 246)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 247)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 246)
+[ Extern  ] Froms (file share/libc/stdio.h, line 247)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1360,21 +1360,21 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fread'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 254)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 255)
             ensures \result ≤ \old(nmemb)
             Unverifiable but considered Valid.
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 255)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 256)
             ensures
             \initialized((char *)\old(ptr)+(0 .. \result*\old(size)-1))
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 252)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 253)
             assigns *((char *)ptr+(0 .. nmemb*size-1)), \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 252)
+[ Extern  ] Froms (file share/libc/stdio.h, line 253)
             assigns *((char *)ptr+(0 .. nmemb*size-1))
               \from size, nmemb, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 253)
+[ Extern  ] Froms (file share/libc/stdio.h, line 254)
             assigns \result \from size, *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1385,16 +1385,16 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fwrite'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Post-condition (file share/libc/stdio.h, line 266)
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 267)
             ensures \result ≤ \old(nmemb)
             Unverifiable but considered Valid.
-[ Extern  ] Assigns (file share/libc/stdio.h, line 265)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 266)
             assigns *stream, \result;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 265)
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
             assigns *stream \from *((char *)ptr+(0 .. nmemb*size-1));
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 265)
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
             assigns \result \from *((char *)ptr+(0 .. nmemb*size-1));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1405,10 +1405,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fgetpos'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 273)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 274)
             assigns *pos;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 273)
+[ Extern  ] Froms (file share/libc/stdio.h, line 274)
             assigns *pos \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1419,10 +1419,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fseek'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 277)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 278)
             assigns *stream, __FC_errno;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 277)
+[ Extern  ] Froms (file share/libc/stdio.h, line 278)
             assigns *stream \from offset, whence;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1433,10 +1433,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'fsetpos'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 281)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 282)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 281)
+[ Extern  ] Froms (file share/libc/stdio.h, line 282)
             assigns *stream \from *pos;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1447,13 +1447,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ftell'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 284)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 285)
             assigns \result, __FC_errno;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 284)
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 284)
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
             assigns __FC_errno \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1464,10 +1464,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'rewind'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 287)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 288)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 287)
+[ Extern  ] Froms (file share/libc/stdio.h, line 288)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1478,10 +1478,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'clearerr'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 290)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 291)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 290)
+[ Extern  ] Froms (file share/libc/stdio.h, line 291)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1495,7 +1495,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 293)
+[ Extern  ] Froms (file share/libc/stdio.h, line 294)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1509,7 +1509,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 296)
+[ Extern  ] Froms (file share/libc/stdio.h, line 297)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1520,10 +1520,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'flockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 299)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 300)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 299)
+[ Extern  ] Froms (file share/libc/stdio.h, line 300)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1534,10 +1534,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'funlockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 302)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 303)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 302)
+[ Extern  ] Froms (file share/libc/stdio.h, line 303)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1548,13 +1548,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'ftrylockfile'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 305)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 306)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 305)
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
             assigns \result \from \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 305)
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1568,7 +1568,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 308)
+[ Extern  ] Froms (file share/libc/stdio.h, line 309)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1579,10 +1579,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'perror'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 311)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 312)
             assigns __fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 311)
+[ Extern  ] Froms (file share/libc/stdio.h, line 312)
             assigns __fc_stdout \from __FC_errno, *(s+(..));
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1593,13 +1593,13 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'getc_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 314)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 315)
             assigns \result, *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 314)
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 314)
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
             assigns *stream \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1613,7 +1613,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 316)
+[ Extern  ] Froms (file share/libc/stdio.h, line 317)
             assigns \result \from *__fc_stdin;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1624,10 +1624,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putc_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 318)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 319)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 318)
+[ Extern  ] Froms (file share/libc/stdio.h, line 319)
             assigns *stream \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1638,10 +1638,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'putchar_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 320)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 321)
             assigns *__fc_stdout;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 320)
+[ Extern  ] Froms (file share/libc/stdio.h, line 321)
             assigns *__fc_stdout \from c;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1652,10 +1652,10 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 --- Properties of Function 'clearerr_unlocked'
 --------------------------------------------------------------------------------
 
-[ Extern  ] Assigns (file share/libc/stdio.h, line 323)
+[ Extern  ] Assigns (file share/libc/stdio.h, line 324)
             assigns *stream;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 323)
+[ Extern  ] Froms (file share/libc/stdio.h, line 324)
             assigns *stream \from \nothing;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1669,7 +1669,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 325)
+[ Extern  ] Froms (file share/libc/stdio.h, line 326)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1683,7 +1683,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 327)
+[ Extern  ] Froms (file share/libc/stdio.h, line 328)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
@@ -1697,7 +1697,7 @@ tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for over
 [ Extern  ] Assigns nothing
             assigns \nothing;
             Unverifiable but considered Valid.
-[ Extern  ] Froms (file share/libc/stdio.h, line 329)
+[ Extern  ] Froms (file share/libc/stdio.h, line 330)
             assigns \result \from *stream;
             Unverifiable but considered Valid.
 [  Valid  ] Default behavior
diff --git a/tests/idct/oracle_symblocs/ieee_1180_1990.err.oracle b/tests/idct/oracle_symblocs/ieee_1180_1990.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/idct/oracle_symblocs/ieee_1180_1990.res.oracle b/tests/idct/oracle_symblocs/ieee_1180_1990.res.oracle
new file mode 100644
index 00000000000..b293af15f8c
--- /dev/null
+++ b/tests/idct/oracle_symblocs/ieee_1180_1990.res.oracle
@@ -0,0 +1,2542 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/idct/ieee_1180_1990.c (with preprocessing)
+tests/idct/ieee_1180_1990.c:101:[kernel] warning: Floating-point constant 3.14159265358979323846 is not represented exactly. Will use 0x1.921fb54442d18p1. See documentation for option -warn-decimal-float
+[kernel] Parsing tests/idct/idct.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __FC_errno ∈ [--..--]
+  __fc_stdin ∈ {{ NULL ; &S___fc_stdin[0] }}
+  __fc_stdout ∈ {{ NULL ; &S___fc_stdout[0] }}
+  __fc_fopen[0..511] ∈ {0}
+  __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+  M1[0..7][0..7] ∈ {0}
+  randx ∈ {1}
+  z ∈ {1.9999999990686774*2^30}
+  mcos[0..7][0..7] ∈ {0}
+  init ∈ {1}
+  mcos_0[0..7][0..7] ∈ {0}
+  init_0 ∈ {1}
+  init_1 ∈ {1}
+  mc1[0..7][0..7] ∈ {0}
+  mc2[0..7][0..7] ∈ {0}
+  S___fc_stdin[0]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof} ∈
+              [--..--]
+              [0].[bits 80 to 95] ∈ UNINITIALIZED
+              [0].__fc_flags ∈ [--..--]
+              [0].__fc_inode ∈ {{ NULL ; &S___fc_inode_0_S___fc_stdin[0] }}
+              [0].__fc_real_data ∈
+              {{ NULL ; &S___fc_real_data_0_S___fc_stdin[0] }}
+              {[0].__fc_real_data_max_size; [1]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof}} ∈
+              [--..--]
+              [1].[bits 80 to 95] ∈ UNINITIALIZED
+              [1].__fc_flags ∈ [--..--]
+              [1].__fc_inode ∈ {{ NULL ; &S___fc_inode_1_S___fc_stdin[0] }}
+              [1].__fc_real_data ∈
+              {{ NULL ; &S___fc_real_data_1_S___fc_stdin[0] }}
+              [1].__fc_real_data_max_size ∈ [--..--]
+  S___fc_inode_0_S___fc_stdin[0..1] ∈ [--..--]
+  S___fc_real_data_0_S___fc_stdin[0..1] ∈ [--..--]
+  S___fc_inode_1_S___fc_stdin[0..1] ∈ [--..--]
+  S___fc_real_data_1_S___fc_stdin[0..1] ∈ [--..--]
+  S___fc_stdout[0]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof} ∈
+               [--..--]
+               [0].[bits 80 to 95] ∈ UNINITIALIZED
+               [0].__fc_flags ∈ [--..--]
+               [0].__fc_inode ∈
+               {{ NULL ; &S___fc_inode_0_S___fc_stdout[0] }}
+               [0].__fc_real_data ∈
+               {{ NULL ; &S___fc_real_data_0_S___fc_stdout[0] }}
+               {[0].__fc_real_data_max_size; [1]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof}} ∈
+               [--..--]
+               [1].[bits 80 to 95] ∈ UNINITIALIZED
+               [1].__fc_flags ∈ [--..--]
+               [1].__fc_inode ∈
+               {{ NULL ; &S___fc_inode_1_S___fc_stdout[0] }}
+               [1].__fc_real_data ∈
+               {{ NULL ; &S___fc_real_data_1_S___fc_stdout[0] }}
+               [1].__fc_real_data_max_size ∈ [--..--]
+  S___fc_inode_0_S___fc_stdout[0..1] ∈ [--..--]
+  S___fc_real_data_0_S___fc_stdout[0..1] ∈ [--..--]
+  S___fc_inode_1_S___fc_stdout[0..1] ∈ [--..--]
+  S___fc_real_data_1_S___fc_stdout[0..1] ∈ [--..--]
+tests/idct/ieee_1180_1990.c:178:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:179:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:184:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:185:[value] entering loop for the first time
+[value] computing for function idct <- main.
+        Called from tests/idct/ieee_1180_1990.c:187.
+tests/idct/idct.c:87:[value] entering loop for the first time
+tests/idct/idct.c:88:[value] entering loop for the first time
+tests/idct/idct.c:125:[value] entering loop for the first time
+tests/idct/idct.c:126:[value] entering loop for the first time
+tests/idct/idct.c:128:[value] entering loop for the first time
+tests/idct/idct.c:129:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/idct.c:131:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/idct.c:141:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/idct.c:143:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/idct.c:145:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/idct.c:147:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/idct.c:141:[value] warning: 2's complement assumed for overflow
+tests/idct/idct.c:159:[value] entering loop for the first time
+tests/idct/idct.c:160:[value] entering loop for the first time
+tests/idct/idct.c:162:[value] entering loop for the first time
+tests/idct/idct.c:163:[value] warning: 2's complement assumed for overflow
+tests/idct/idct.c:163:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[k][j]);
+tests/idct/idct.c:163:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/idct.c:166:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/idct.c:176:[value] warning: 2's complement assumed for overflow
+tests/idct/idct.c:176:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/idct.c:178:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/idct.c:180:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/idct.c:182:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+[value] Recording results for idct
+[value] Done for function idct
+tests/idct/ieee_1180_1990.c:189:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:190:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:191:[value] warning: accessing uninitialized left-value. assert \initialized(&m2[i][j]);
+[value] computing for function printf <- main.
+        Called from tests/idct/ieee_1180_1990.c:195.
+[value] using specification for function printf
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/idct/ieee_1180_1990.c:196.
+[value] Done for function printf
+tests/idct/ieee_1180_1990.c:202:[value] entering loop for the first time
+[value] computing for function IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:211.
+tests/idct/ieee_1180_1990.c:83:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:84:[value] entering loop for the first time
+[value] computing for function IEEE_1180_1990_rand <- IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:85.
+[value] Recording results for IEEE_1180_1990_rand
+[value] Done for function IEEE_1180_1990_rand
+[value] computing for function IEEE_1180_1990_rand <- IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:85.
+tests/idct/ieee_1180_1990.c:69:[value] warning: 2's complement assumed for overflow
+[value] Recording results for IEEE_1180_1990_rand
+[value] Done for function IEEE_1180_1990_rand
+[value] computing for function IEEE_1180_1990_rand <- IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:85.
+[value] Recording results for IEEE_1180_1990_rand
+[value] Done for function IEEE_1180_1990_rand
+[value] computing for function IEEE_1180_1990_rand <- IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:85.
+[value] Recording results for IEEE_1180_1990_rand
+[value] Done for function IEEE_1180_1990_rand
+[value] computing for function IEEE_1180_1990_rand <- IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:85.
+[value] Recording results for IEEE_1180_1990_rand
+[value] Done for function IEEE_1180_1990_rand
+[value] computing for function IEEE_1180_1990_rand <- IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:85.
+[value] Recording results for IEEE_1180_1990_rand
+[value] Done for function IEEE_1180_1990_rand
+[value] computing for function IEEE_1180_1990_rand <- IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:85.
+[value] Recording results for IEEE_1180_1990_rand
+[value] Done for function IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+[value] Recording results for IEEE_1180_1990_mkbk
+[value] Done for function IEEE_1180_1990_mkbk
+[value] computing for function IEEE_1180_1990_dctf <- main.
+        Called from tests/idct/ieee_1180_1990.c:212.
+tests/idct/ieee_1180_1990.c:98:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:99:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:104:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:105:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:108:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:109:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/ieee_1180_1990.c:111:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:112:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:115:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:116:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][k]);
+tests/idct/ieee_1180_1990.c:116:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:117:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:119:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:121:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:122:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:122:[value] warning: overflow in conversion from floating-point to integer.
+                 assert -2147483649 < tmp2[i][j]+0.5;
+tests/idct/ieee_1180_1990.c:122:[value] warning: overflow in conversion from floating-point to integer.
+                 assert tmp2[i][j]+0.5 < 2147483648;
+tests/idct/ieee_1180_1990.c:124:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:124:[value] warning: overflow in conversion from floating-point to integer.
+                 assert -2147483649 < tmp2[i][j]-0.5;
+tests/idct/ieee_1180_1990.c:124:[value] warning: overflow in conversion from floating-point to integer.
+                 assert tmp2[i][j]-0.5 < 2147483648;
+[value] Recording results for IEEE_1180_1990_dctf
+[value] Done for function IEEE_1180_1990_dctf
+[value] computing for function IEEE_1180_1990_idctf <- main.
+        Called from tests/idct/ieee_1180_1990.c:213.
+tests/idct/ieee_1180_1990.c:138:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:139:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:145:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:146:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:149:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:150:[value] warning: accessing uninitialized left-value. assert \initialized(&(*(m1+k))[j]);
+tests/idct/ieee_1180_1990.c:150:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][j]);
+tests/idct/ieee_1180_1990.c:152:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:153:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:156:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:157:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp1[i][k]);
+tests/idct/ieee_1180_1990.c:157:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:158:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:160:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:162:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:163:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:163:[value] warning: overflow in conversion from floating-point to integer.
+                 assert -2147483649 < tmp2[i][j]+0.5;
+tests/idct/ieee_1180_1990.c:163:[value] warning: overflow in conversion from floating-point to integer.
+                 assert tmp2[i][j]+0.5 < 2147483648;
+tests/idct/ieee_1180_1990.c:165:[value] warning: accessing uninitialized left-value. assert \initialized(&tmp2[i][j]);
+tests/idct/ieee_1180_1990.c:165:[value] warning: overflow in conversion from floating-point to integer.
+                 assert -2147483649 < tmp2[i][j]-0.5;
+tests/idct/ieee_1180_1990.c:165:[value] warning: overflow in conversion from floating-point to integer.
+                 assert tmp2[i][j]-0.5 < 2147483648;
+[value] Recording results for IEEE_1180_1990_idctf
+[value] Done for function IEEE_1180_1990_idctf
+[value] computing for function idct <- main.
+        Called from tests/idct/ieee_1180_1990.c:214.
+tests/idct/idct.c:129:[value] warning: 2's complement assumed for overflow
+tests/idct/idct.c:129:[value] warning: accessing uninitialized left-value. assert \initialized(&(*(m1+k))[j]);
+[value] Recording results for idct
+[value] Done for function idct
+tests/idct/ieee_1180_1990.c:215:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:216:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:218:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:218:[value] warning: accessing uninitialized left-value. assert \initialized(&m3[j][k]);
+tests/idct/ieee_1180_1990.c:218:[value] warning: accessing uninitialized left-value. assert \initialized(&m4[j][k]);
+tests/idct/ieee_1180_1990.c:219:[value] warning: accessing uninitialized left-value. assert \initialized(&res[0].pme[j][k]);
+tests/idct/ieee_1180_1990.c:220:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:230:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:231:[value] warning: accessing uninitialized left-value. assert \initialized(&res[0].pmse[j][k]);
+tests/idct/ieee_1180_1990.c:219:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:231:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:233:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:234:[value] entering loop for the first time
+[value] computing for function IEEE_1180_1990_dctf <- main.
+        Called from tests/idct/ieee_1180_1990.c:236.
+[value] Recording results for IEEE_1180_1990_dctf
+[value] Done for function IEEE_1180_1990_dctf
+[value] computing for function IEEE_1180_1990_idctf <- main.
+        Called from tests/idct/ieee_1180_1990.c:237.
+[value] Recording results for IEEE_1180_1990_idctf
+[value] Done for function IEEE_1180_1990_idctf
+[value] computing for function idct <- main.
+        Called from tests/idct/ieee_1180_1990.c:238.
+[value] Recording results for idct
+[value] Done for function idct
+tests/idct/ieee_1180_1990.c:239:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:240:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:242:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:242:[value] warning: accessing uninitialized left-value. assert \initialized(&m3[j][k]);
+tests/idct/ieee_1180_1990.c:242:[value] warning: accessing uninitialized left-value. assert \initialized(&m4[j][k]);
+tests/idct/ieee_1180_1990.c:243:[value] warning: accessing uninitialized left-value. assert \initialized(&res[3].pme[j][k]);
+tests/idct/ieee_1180_1990.c:244:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:254:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:255:[value] warning: accessing uninitialized left-value. assert \initialized(&res[3].pmse[j][k]);
+tests/idct/ieee_1180_1990.c:243:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:255:[value] warning: 2's complement assumed for overflow
+[value] computing for function IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:257.
+[value] computing for function IEEE_1180_1990_rand <- IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:85.
+[value] Recording results for IEEE_1180_1990_rand
+[value] Done for function IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+[value] Recording results for IEEE_1180_1990_mkbk
+[value] Done for function IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:258:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:259:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:260:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:261:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:262:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:264:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:264:[value] warning: accessing uninitialized left-value. assert \initialized(&m3[j][k]);
+tests/idct/ieee_1180_1990.c:264:[value] warning: accessing uninitialized left-value. assert \initialized(&m4[j][k]);
+tests/idct/ieee_1180_1990.c:265:[value] warning: accessing uninitialized left-value. assert \initialized(&res[1].pme[j][k]);
+tests/idct/ieee_1180_1990.c:266:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:276:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:277:[value] warning: accessing uninitialized left-value. assert \initialized(&res[1].pmse[j][k]);
+tests/idct/ieee_1180_1990.c:265:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:277:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:279:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:280:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:282:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:283:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:284:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:285:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:286:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:288:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:288:[value] warning: accessing uninitialized left-value. assert \initialized(&m3[j][k]);
+tests/idct/ieee_1180_1990.c:288:[value] warning: accessing uninitialized left-value. assert \initialized(&m4[j][k]);
+tests/idct/ieee_1180_1990.c:289:[value] warning: accessing uninitialized left-value. assert \initialized(&res[4].pme[j][k]);
+tests/idct/ieee_1180_1990.c:290:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:300:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:301:[value] warning: accessing uninitialized left-value. assert \initialized(&res[4].pmse[j][k]);
+tests/idct/ieee_1180_1990.c:289:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:301:[value] warning: 2's complement assumed for overflow
+[value] computing for function IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:303.
+[value] computing for function IEEE_1180_1990_rand <- IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:85.
+[value] Recording results for IEEE_1180_1990_rand
+[value] Done for function IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+[value] Recording results for IEEE_1180_1990_mkbk
+[value] Done for function IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:304:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:305:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:306:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:307:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:308:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:310:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:310:[value] warning: accessing uninitialized left-value. assert \initialized(&m3[j][k]);
+tests/idct/ieee_1180_1990.c:310:[value] warning: accessing uninitialized left-value. assert \initialized(&m4[j][k]);
+tests/idct/ieee_1180_1990.c:311:[value] warning: accessing uninitialized left-value. assert \initialized(&res[2].pme[j][k]);
+tests/idct/ieee_1180_1990.c:312:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:322:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:323:[value] warning: accessing uninitialized left-value. assert \initialized(&res[2].pmse[j][k]);
+tests/idct/ieee_1180_1990.c:311:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:323:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:325:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:326:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:328:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:329:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:330:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:331:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:332:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:334:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:334:[value] warning: accessing uninitialized left-value. assert \initialized(&m3[j][k]);
+tests/idct/ieee_1180_1990.c:334:[value] warning: accessing uninitialized left-value. assert \initialized(&m4[j][k]);
+tests/idct/ieee_1180_1990.c:335:[value] warning: accessing uninitialized left-value. assert \initialized(&res[5].pme[j][k]);
+tests/idct/ieee_1180_1990.c:336:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:346:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:347:[value] warning: accessing uninitialized left-value. assert \initialized(&res[5].pmse[j][k]);
+tests/idct/ieee_1180_1990.c:335:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:347:[value] warning: 2's complement assumed for overflow
+[value] computing for function IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:211.
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+[value] Recording results for IEEE_1180_1990_mkbk
+[value] Done for function IEEE_1180_1990_mkbk
+[value] computing for function IEEE_1180_1990_dctf <- main.
+        Called from tests/idct/ieee_1180_1990.c:212.
+[value] Recording results for IEEE_1180_1990_dctf
+[value] Done for function IEEE_1180_1990_dctf
+[value] computing for function IEEE_1180_1990_idctf <- main.
+        Called from tests/idct/ieee_1180_1990.c:213.
+[value] Recording results for IEEE_1180_1990_idctf
+[value] Done for function IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:214:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:235:[value] warning: 2's complement assumed for overflow
+[value] computing for function IEEE_1180_1990_dctf <- main.
+        Called from tests/idct/ieee_1180_1990.c:236.
+[value] Recording results for IEEE_1180_1990_dctf
+[value] Done for function IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:237:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:238:[value] Reusing old results for call to idct
+[value] computing for function IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:257.
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+[value] Recording results for IEEE_1180_1990_mkbk
+[value] Done for function IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:258:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:259:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:260:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:281:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:282:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:283:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:284:[value] Reusing old results for call to idct
+[value] computing for function IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:303.
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+[value] Recording results for IEEE_1180_1990_mkbk
+[value] Done for function IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:304:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:305:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:306:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:327:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:328:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:329:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:330:[value] Reusing old results for call to idct
+[value] computing for function IEEE_1180_1990_mkbk <- main.
+        Called from tests/idct/ieee_1180_1990.c:211.
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+tests/idct/ieee_1180_1990.c:85:[value] Reusing old results for call to IEEE_1180_1990_rand
+[value] Recording results for IEEE_1180_1990_mkbk
+[value] Done for function IEEE_1180_1990_mkbk
+[value] computing for function IEEE_1180_1990_dctf <- main.
+        Called from tests/idct/ieee_1180_1990.c:212.
+[value] Recording results for IEEE_1180_1990_dctf
+[value] Done for function IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:213:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:214:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:236:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:237:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:238:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:257:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:258:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:259:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:260:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:282:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:283:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:284:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:303:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:304:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:305:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:306:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:328:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:329:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:330:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:211:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:212:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:213:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:214:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:236:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:237:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:238:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:257:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:258:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:259:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:260:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:282:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:283:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:284:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:303:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:304:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:305:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:306:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:328:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:329:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:330:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:211:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:212:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:213:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:214:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:236:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:237:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:238:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:257:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:258:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:259:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:260:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:282:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:283:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:284:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:303:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:304:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:305:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:306:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:328:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:329:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:330:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:211:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:212:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:213:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:214:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:236:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:237:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:238:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:257:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:258:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:259:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:260:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:282:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:283:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:284:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:303:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:304:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:305:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:306:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:328:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:329:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:330:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:211:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:212:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:213:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:214:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:236:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:237:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:238:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:257:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:258:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:259:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:260:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:282:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:283:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:284:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:303:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:304:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:305:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:306:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:328:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:329:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:330:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:211:[value] Reusing old results for call to IEEE_1180_1990_mkbk
+tests/idct/ieee_1180_1990.c:212:[value] Reusing old results for call to IEEE_1180_1990_dctf
+tests/idct/ieee_1180_1990.c:213:[value] Reusing old results for call to IEEE_1180_1990_idctf
+tests/idct/ieee_1180_1990.c:214:[value] Reusing old results for call to idct
+tests/idct/ieee_1180_1990.c:350:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:354:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:355:[value] entering loop for the first time
+tests/idct/ieee_1180_1990.c:357:[value] warning: accessing uninitialized left-value. assert \initialized(&res[i].pmse[j][k]);
+tests/idct/ieee_1180_1990.c:368:[value] warning: accessing uninitialized left-value. assert \initialized(&res[i].pme[j][k]);
+tests/idct/ieee_1180_1990.c:369:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:357:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:358:[value] warning: accessing uninitialized left-value. assert \initialized(&res[i].pmse[j][k]);
+tests/idct/ieee_1180_1990.c:368:[value] warning: 2's complement assumed for overflow
+tests/idct/ieee_1180_1990.c:369:[value] warning: accessing uninitialized left-value. assert \initialized(&res[i].pme[j][k]);
+tests/idct/ieee_1180_1990.c:369:[value] warning: accessing uninitialized left-value. assert \initialized(&res[i].pme[j][k]);
+tests/idct/ieee_1180_1990.c:369:[value] warning: accessing uninitialized left-value.
+                 assert \initialized(&tmp_5);
+                 (tmp_5 from (((res[i]).pme)[j])[k] <
+                 0?- res[i].pme[j][k]:res[i].pme[j][k])
+tests/idct/ieee_1180_1990.c:389:[value] warning: 2's complement assumed for overflow
+[value] Recording results for main
+[value] done for function main
+[scope:rm_asserts] removing 13 assertion(s)
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function IEEE_1180_1990_rand:
+  i ∈ [0..2147483646]
+  j ∈ [0..600]
+  x ∈ [0.0000000000000000 .. 600.9999997201375663]
+  randx ∈ [--..--]
+  __retres ∈ [-300..300]
+[value:final-states] Values at end of function IEEE_1180_1990_mkbk:
+  i ∈ {8}
+  j ∈ {8} or UNINITIALIZED
+  M1[0..7][0..7] ∈ [--..--]
+  randx ∈ [--..--]
+[value:final-states] Values at end of function IEEE_1180_1990_dctf:
+  i ∈ {8}
+  j ∈ {8} or UNINITIALIZED
+  k ∈ {8} or UNINITIALIZED
+  tmp1[0..7][0..7] ∈
+      [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127] or UNINITIALIZED
+  tmp2[0..7][0..7] ∈
+      [-1.9999999999999998*2^1023 .. 1.6867516709168837*2^265] or UNINITIALIZED
+  m2[0..7][0..7] ∈ [--..--] or UNINITIALIZED
+  mcos[0..7][0..7] ∈ [-1.0000000000000000*2^-1 .. 1.0000000000000000*2^-1]
+  init ∈ {0}
+[value:final-states] Values at end of function IEEE_1180_1990_idctf:
+  i ∈ {8}
+  j ∈ {8} or UNINITIALIZED
+  k ∈ {8} or UNINITIALIZED
+  tmp1[0..7][0..7] ∈
+      [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127] or UNINITIALIZED
+  tmp2[0..7][0..7] ∈
+      [-1.9999999999999998*2^1023 .. 1.6867516709168837*2^265] or UNINITIALIZED
+  m3[0..7][0..7] ∈ [--..--] or UNINITIALIZED
+  mcos_0[0..7][0..7] ∈
+        [-1.0000000000000000*2^-1 .. 1.0000000000000000*2^-1]
+  init_0 ∈ {0}
+[value:final-states] Values at end of function idct:
+  m2[0..7][0..7] ∈ [--..--] or UNINITIALIZED
+  m4[0..7][0..7] ∈ [--..--] or UNINITIALIZED
+  i ∈ {8}
+  j ∈ {8} or UNINITIALIZED
+  k ∈ {8} or UNINITIALIZED
+  tmp1[0..7][0..7] ∈ [--..--] or UNINITIALIZED
+  tmp2[0..7][0..7] ∈ [--..--] or UNINITIALIZED
+  ftmp1 ∈
+       [-1.0000610351562500*2^13 .. 1.0000610351562500*2^13] or UNINITIALIZED
+  ftmp2 ∈
+       [-1.0000610351562500*2^13 .. 1.0000610351562500*2^13] or UNINITIALIZED
+  init_1 ∈ {0}
+  mc1[0..7][0..7] ∈ [-8192..8192]
+  mc2[0..7][0..7] ∈ [-8192..8192]
+[value:final-states] Values at end of function main:
+  res[0..5] ∈ [--..--] or UNINITIALIZED
+  i ∈ {6}
+  j ∈ {8}
+  k ∈ {8} or UNINITIALIZED
+  m2[0..7][0..7] ∈ [--..--] or UNINITIALIZED
+  m3[0..7][0..7] ∈ [--..--] or UNINITIALIZED
+  m4[0..7][0..7] ∈ [--..--] or UNINITIALIZED
+  succ ∈ {0; 1}
+  omse ∈ [--..--] or UNINITIALIZED
+  ome ∈ [--..--] or UNINITIALIZED
+  err ∈ [--..--] or UNINITIALIZED
+  M1[0..7][0..7] ∈ [--..--]
+  randx ∈ [--..--]
+  mcos[0..7][0..7] ∈ [-1.0000000000000000*2^-1 .. 1.0000000000000000*2^-1]
+  init ∈ {0; 1}
+  mcos_0[0..7][0..7] ∈
+        [-1.0000000000000000*2^-1 .. 1.0000000000000000*2^-1]
+  init_0 ∈ {0; 1}
+  init_1 ∈ {0}
+  mc1[0..7][0..7] ∈ [-8192..8192]
+  mc2[0..7][0..7] ∈ [-8192..8192]
+  __retres ∈ {0; 1}
+  S___fc_stdout[0]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof} ∈
+               [--..--]
+               [0].[bits 80 to 95] ∈ [--..--] or UNINITIALIZED
+               [0].__fc_flags ∈ [--..--]
+               [0].__fc_inode ∈
+               {{ NULL + [--..--] ; &S___fc_inode_0_S___fc_stdout[0] }}
+               [0].__fc_real_data ∈
+               {{ NULL + [--..--] ; &S___fc_real_data_0_S___fc_stdout[0] }}
+               {[0].__fc_real_data_max_size; [1]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof}} ∈
+               [--..--]
+               [1].[bits 80 to 95] ∈ UNINITIALIZED
+               [1].__fc_flags ∈ [--..--]
+               [1].__fc_inode ∈
+               {{ NULL ; &S___fc_inode_1_S___fc_stdout[0] }}
+               [1].__fc_real_data ∈
+               {{ NULL ; &S___fc_real_data_1_S___fc_stdout[0] }}
+               [1].__fc_real_data_max_size ∈ [--..--]
+[from] Computing for function IEEE_1180_1990_rand
+[from] Done for function IEEE_1180_1990_rand
+[from] Computing for function IEEE_1180_1990_mkbk
+[from] Done for function IEEE_1180_1990_mkbk
+[from] Computing for function IEEE_1180_1990_dctf
+[from] Computing for function sqrt <-IEEE_1180_1990_dctf
+[from] Done for function sqrt
+[from] Computing for function cos <-IEEE_1180_1990_dctf
+[from] Done for function cos
+[from] Done for function IEEE_1180_1990_dctf
+[from] Computing for function IEEE_1180_1990_idctf
+[from] Done for function IEEE_1180_1990_idctf
+[from] Computing for function idct
+[from] Done for function idct
+[from] Computing for function main
+[from] Computing for function printf <-main
+[from] Done for function printf
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function IEEE_1180_1990_rand:
+  randx FROM randx
+  \result FROM L; H; randx; z
+[from] Function IEEE_1180_1990_mkbk:
+  M1[0..7][0..7] FROM min; max; randx; z (and SELF)
+  randx FROM randx (and SELF)
+[from] Function cos:
+  \result FROM x
+[from] Function printf:
+  S___fc_stdout[0]
+               FROM "For all-zero input, the proposed IDCT shall generate all-zero "[bits 0 to 503];
+                     "output.\n"[bits 0 to 71] (and SELF)
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function sqrt:
+  \result FROM x
+[from] Function IEEE_1180_1990_dctf:
+  m2[0..7][0..7] FROM m1; m2; M1[0..7][0..7]; mcos[0..7][0..7];
+                      init (and SELF)
+  mcos[0..7][0..7] FROM init (and SELF)
+  init FROM init (and SELF)
+[from] Function IEEE_1180_1990_idctf:
+  m3[0..7][0..7] FROM m1; m2; m2[0..7][0..7]; mcos_0[0..7][0..7];
+                      init_0 (and SELF)
+  mcos_0[0..7][0..7] FROM init_0 (and SELF)
+  init_0 FROM init_0 (and SELF)
+[from] Function idct:
+  m2[0..7][0..7] FROM m2[0..7][0..7]; m1; m2; M1[0..7][0..7]; init_1;
+                      mc1[0..7][0..7]; mc2[0..7][0..7] (and SELF)
+  m4[0..7][0..7] FROM m2[0..7][0..7]; m1; m2; M1[0..7][0..7]; init_1;
+                      mc1[0..7][0..7]; mc2[0..7][0..7] (and SELF)
+  init_1 FROM init_1 (and SELF)
+  mc1[0..7][0..7] FROM init_1 (and SELF)
+  mc2[0..7][0..7] FROM init_1 (and SELF)
+[from] Function main:
+  M1[0..7][0..7] FROM M1[0..7][0..7]; randx; z (and SELF)
+  randx FROM randx (and SELF)
+  mcos[0..7][0..7] FROM init (and SELF)
+  init FROM init (and SELF)
+  mcos_0[0..7][0..7] FROM init_0 (and SELF)
+  init_0 FROM init_0 (and SELF)
+  init_1 FROM init_1 (and SELF)
+  mc1[0..7][0..7] FROM init_1 (and SELF)
+  mc2[0..7][0..7] FROM init_1 (and SELF)
+  S___fc_stdout[0]
+               FROM M1[0..7][0..7]; init_1; mc1[0..7][0..7]; mc2[0..7][0..7];
+                    "For all-zero input, the proposed IDCT shall generate all-zero "[bits 0 to 503];
+                     "output.\n"[bits 0 to 71] (and SELF)
+  \result FROM M1[0..7][0..7]; randx; z; mcos[0..7][0..7]; init;
+               mcos_0[0..7][0..7]; init_0; init_1; mc1[0..7][0..7];
+               mc2[0..7][0..7]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function IEEE_1180_1990_rand:
+          i; j; x; randx; __retres
+[inout] Inputs for function IEEE_1180_1990_rand:
+          randx; z
+[inout] Out (internal) for function IEEE_1180_1990_mkbk:
+          i; j; M1[0..7][0..7]; randx
+[inout] Inputs for function IEEE_1180_1990_mkbk:
+          randx; z
+[inout] Out (internal) for function IEEE_1180_1990_dctf:
+          i; j; k; tmp1[0..7][0..7]; tmp2[0..7][0..7]; tmp; tmp_0; tmp_1;
+          m2[0..7][0..7]; mcos[0..7][0..7]; init
+[inout] Inputs for function IEEE_1180_1990_dctf:
+          M1[0..7][0..7]; mcos[0..7][0..7]; init
+[inout] Out (internal) for function IEEE_1180_1990_idctf:
+          i; j; k; tmp1[0..7][0..7]; tmp2[0..7][0..7]; tmp; tmp_0; tmp_1;
+          m3[0..7][0..7]; mcos_0[0..7][0..7]; init_0
+[inout] Inputs for function IEEE_1180_1990_idctf:
+          m2[0..7][0..7]; mcos_0[0..7][0..7]; init_0
+[inout] Out (internal) for function idct:
+          m2[0..7][0..7]; m4[0..7][0..7]; i; j; k; tmp1[0..7][0..7];
+          tmp2[0..7][0..7]; ftmp1; ftmp2; tmp; tmp_0; tmp_1; init_1; mc1[0..7][0..7];
+          mc2[0..7][0..7]
+[inout] Inputs for function idct:
+          m2[0..7][0..7]; M1[0..7][0..7]; init_1; mc1[0..7][0..7]; mc2[0..7][0..7]
+[inout] Out (internal) for function main:
+          res[0..5]; i; j; k; m2[0..7][0..7]; m3[0..7][0..7]; m4[0..7][0..7]; 
+          succ; omse; ome; err; tmp; tmp_0; tmp_1; tmp_2; tmp_3; tmp_4; tmp_5; 
+          tmp_6; M1[0..7][0..7]; randx; mcos[0..7][0..7]; init; mcos_0[0..7][0..7];
+          init_0; init_1; mc1[0..7][0..7]; mc2[0..7][0..7]; __retres;
+          S___fc_stdout[0]
+[inout] Inputs for function main:
+          M1[0..7][0..7]; randx; z; mcos[0..7][0..7]; init; mcos_0[0..7][0..7];
+          init_0; init_1; mc1[0..7][0..7]; mc2[0..7][0..7];
+          "For all-zero input, the proposed IDCT shall generate all-zero "[bits 0 to 503];
+           "output.\n"[bits 0 to 71]
+[report] Computing properties status...
+--------------------------------------------------------------------------------
+--- Global Properties
+--------------------------------------------------------------------------------
+
+[ Extern  ] Axiom 'memchr_def'
+            axiom memchr_def
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'memcmp_strlen_left'
+            axiom memcmp_strlen_left
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'memcmp_strlen_right'
+            axiom memcmp_strlen_right
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'memcmp_strlen_shift_left'
+            axiom memcmp_strlen_shift_left
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'memcmp_strlen_shift_right'
+            axiom memcmp_strlen_shift_right
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'memcmp_zero'
+            axiom memcmp_zero
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'memset_def'
+            axiom memset_def
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strchr_def'
+            axiom strchr_def
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strcmp_zero'
+            axiom strcmp_zero
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strlen_at_null'
+            axiom strlen_at_null
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strlen_before_null'
+            axiom strlen_before_null
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strlen_create'
+            axiom strlen_create
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strlen_create_shift'
+            axiom strlen_create_shift
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strlen_neg'
+            axiom strlen_neg
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strlen_not_zero'
+            axiom strlen_not_zero
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strlen_pos_or_null'
+            axiom strlen_pos_or_null
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strlen_shift'
+            axiom strlen_shift
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strlen_sup'
+            axiom strlen_sup
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strlen_zero'
+            axiom strlen_zero
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'strncmp_zero'
+            axiom strncmp_zero
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcscmp_zero'
+            axiom wcscmp_zero
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcslen_at_null'
+            axiom wcslen_at_null
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcslen_before_null'
+            axiom wcslen_before_null
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcslen_create'
+            axiom wcslen_create
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcslen_create_shift'
+            axiom wcslen_create_shift
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcslen_neg'
+            axiom wcslen_neg
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcslen_not_zero'
+            axiom wcslen_not_zero
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcslen_pos_or_null'
+            axiom wcslen_pos_or_null
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcslen_shift'
+            axiom wcslen_shift
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcslen_sup'
+            axiom wcslen_sup
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcslen_zero'
+            axiom wcslen_zero
+            Unverifiable but considered Valid.
+[ Extern  ] Axiom 'wcsncmp_zero'
+            axiom wcsncmp_zero
+            Unverifiable but considered Valid.
+[  Valid  ] Axiomatic 'MemChr'
+            axiomatic MemChr
+            by Frama-C kernel.
+[  Valid  ] Axiomatic 'MemCmp'
+            axiomatic MemCmp
+            by Frama-C kernel.
+[  Valid  ] Axiomatic 'MemSet'
+            axiomatic MemSet
+            by Frama-C kernel.
+[  Valid  ] Axiomatic 'StrChr'
+            axiomatic StrChr
+            by Frama-C kernel.
+[  Valid  ] Axiomatic 'StrCmp'
+            axiomatic StrCmp
+            by Frama-C kernel.
+[  Valid  ] Axiomatic 'StrLen'
+            axiomatic StrLen
+            by Frama-C kernel.
+[  Valid  ] Axiomatic 'StrNCmp'
+            axiomatic StrNCmp
+            by Frama-C kernel.
+[  Valid  ] Axiomatic 'WcsCmp'
+            axiomatic WcsCmp
+            by Frama-C kernel.
+[  Valid  ] Axiomatic 'WcsLen'
+            axiomatic WcsLen
+            by Frama-C kernel.
+[  Valid  ] Axiomatic 'WcsNCmp'
+            axiomatic WcsNCmp
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'remove'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'rename'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'tmpfile'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 75)
+            ensures
+            \result ≡ \null ∨
+            (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'tmpnam'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 79)
+            assigns \result, *(s+(..));
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 79)
+            assigns \result \from *(s+(..));
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 80)
+            assigns *(s+(..)) \from \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fclose'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 88)
+            ensures \result ≡ 0 ∨ \result ≡ -1
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 87)
+            assigns \result \from stream, stream->__fc_stdio_id;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fflush'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 96)
+            ensures \result ≡ 0 ∨ \result ≡ -1
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 95)
+            assigns \result \from stream, stream->__fc_stdio_id;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fopen'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 107)
+            ensures
+            \result ≡ \null ∨ \subset(\result, &__fc_fopen[0 .. 512-1])
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 105)
+            assigns \result
+              \from *(filename+(..)), *(mode+(..)), __p_fc_fopen;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fdopen'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 114)
+            ensures
+            \result ≡ \null ∨
+            (\valid(\result) ∧ \fresh{Old, Here}(\result,sizeof(FILE)))
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 113)
+            assigns \result \from fildes, *(mode+(..));
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'freopen'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 120)
+            ensures \result ≡ \null ∨ \result ≡ \old(stream)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/stdio.h, line 119)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'setbuf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 125)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 125)
+            assigns *stream \from buf;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'setvbuf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 129)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 129)
+            assigns *stream \from buf, mode, size;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fprintf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 134)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 134)
+            assigns *stream \from stream->__fc_stdio_id;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fscanf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 139)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 139)
+            assigns *stream \from stream->__fc_stdio_id;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'printf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 145)
+            assigns *__fc_stdout;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 145)
+            assigns *__fc_stdout \from *(format+(..));
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'scanf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 150)
+            assigns *__fc_stdin;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'snprintf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 155)
+            assigns *(s+(0 .. n-1));
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'sprintf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 161)
+            assigns *(s+(0 ..));
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'vfprintf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 171)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 171)
+            assigns *stream \from *(format+(..)), arg;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'vfscanf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 176)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 176)
+            assigns *stream \from *(format+(..)), *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'vprintf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 182)
+            assigns *__fc_stdout;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 182)
+            assigns *__fc_stdout \from arg;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'vscanf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 186)
+            assigns *__fc_stdin;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 186)
+            assigns *__fc_stdin \from *(format+(..));
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'vsnprintf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 191)
+            assigns *(s+(0 .. n-1));
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 191)
+            assigns *(s+(0 .. n-1)) \from *(format+(..)), arg;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'vsprintf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 197)
+            assigns *(s+(0 ..));
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 197)
+            assigns *(s+(0 ..)) \from *(format+(..)), arg;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fgetc'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 208)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fgets'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 214)
+            ensures \result ≡ \null ∨ \result ≡ \old(s)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/stdio.h, line 212)
+            assigns *(s+(0 .. n-1)), *stream, \result;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
+            assigns *(s+(0 .. n-1)) \from *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 212)
+            assigns *stream \from *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 213)
+            assigns \result \from s, n, *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fputc'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 219)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fputs'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 222)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 222)
+            assigns *stream \from *(s+(..));
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'getc'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 226)
+            assigns \result, *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
+            assigns \result \from *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 226)
+            assigns *stream \from *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'getchar'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 229)
+            assigns \result \from *__fc_stdin;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'gets'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 234)
+            ensures \result ≡ \old(s) ∨ \result ≡ \null
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/stdio.h, line 232)
+            assigns *(s+(..)), \result;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 232)
+            assigns *(s+(..)) \from *__fc_stdin;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 233)
+            assigns \result \from s, __fc_stdin;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'putc'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 238)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 238)
+            assigns *stream \from c;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'putchar'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 241)
+            assigns *__fc_stdout;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 241)
+            assigns *__fc_stdout \from c;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'puts'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 244)
+            assigns *__fc_stdout;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 244)
+            assigns *__fc_stdout \from *(s+(..));
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'ungetc'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 247)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 247)
+            assigns *stream \from c;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fread'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 255)
+            ensures \result ≤ \old(nmemb)
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 256)
+            ensures
+            \initialized((char *)\old(ptr)+(0 .. \result*\old(size)-1))
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/stdio.h, line 253)
+            assigns *((char *)ptr+(0 .. nmemb*size-1)), \result;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 253)
+            assigns *((char *)ptr+(0 .. nmemb*size-1))
+              \from size, nmemb, *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 254)
+            assigns \result \from size, *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fwrite'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/stdio.h, line 267)
+            ensures \result ≤ \old(nmemb)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/stdio.h, line 266)
+            assigns *stream, \result;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
+            assigns *stream \from *((char *)ptr+(0 .. nmemb*size-1));
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 266)
+            assigns \result \from *((char *)ptr+(0 .. nmemb*size-1));
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fgetpos'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 274)
+            assigns *pos;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 274)
+            assigns *pos \from *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fseek'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 278)
+            assigns *stream, __FC_errno;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 278)
+            assigns *stream \from offset, whence;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fsetpos'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 282)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 282)
+            assigns *stream \from *pos;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'ftell'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 285)
+            assigns \result, __FC_errno;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
+            assigns \result \from *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 285)
+            assigns __FC_errno \from *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'rewind'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 288)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 288)
+            assigns *stream \from \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'clearerr'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 291)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 291)
+            assigns *stream \from \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'feof'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 294)
+            assigns \result \from *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fileno'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 297)
+            assigns \result \from *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'flockfile'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 300)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 300)
+            assigns *stream \from \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'funlockfile'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 303)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 303)
+            assigns *stream \from \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'ftrylockfile'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 306)
+            assigns \result, *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
+            assigns \result \from \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 306)
+            assigns *stream \from \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'ferror'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 309)
+            assigns \result \from *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'perror'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 312)
+            assigns __fc_stdout;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 312)
+            assigns __fc_stdout \from __FC_errno, *(s+(..));
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'getc_unlocked'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 315)
+            assigns \result, *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
+            assigns \result \from *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 315)
+            assigns *stream \from *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'getchar_unlocked'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 317)
+            assigns \result \from *__fc_stdin;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'putc_unlocked'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 319)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 319)
+            assigns *stream \from c;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'putchar_unlocked'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 321)
+            assigns *__fc_stdout;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 321)
+            assigns *__fc_stdout \from c;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'clearerr_unlocked'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/stdio.h, line 324)
+            assigns *stream;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 324)
+            assigns *stream \from \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'feof_unlocked'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 326)
+            assigns \result \from *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'ferror_unlocked'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 328)
+            assigns \result \from *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fileno_unlocked'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/stdio.h, line 330)
+            assigns \result \from *stream;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'acos'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition for 'normal' (file share/libc/math.h, line 67)
+            ensures \is_finite(\result) ∧ \result ≥ 0
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'edom' (file share/libc/math.h, line 71)
+            ensures __FC_errno ≡ 1
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'edom' (file share/libc/math.h, line 70)
+            assigns __FC_errno;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'normal' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Behavior 'edom'
+            behavior edom
+            by Frama-C kernel.
+[  Valid  ] Behavior 'normal'
+            behavior normal
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'acosf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition for 'normal' (file share/libc/math.h, line 80)
+            ensures \is_finite(\result) ∧ \result ≥ 0
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'edom' (file share/libc/math.h, line 84)
+            ensures __FC_errno ≡ 1
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'edom' (file share/libc/math.h, line 83)
+            assigns __FC_errno;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'normal' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Behavior 'edom'
+            behavior edom
+            by Frama-C kernel.
+[  Valid  ] Behavior 'normal'
+            behavior normal
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'acosl'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition for 'normal' (file share/libc/math.h, line 93)
+            ensures \is_finite(\result) ∧ \result ≥ 0
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'edom' (file share/libc/math.h, line 97)
+            ensures __FC_errno ≡ 1
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'edom' (file share/libc/math.h, line 96)
+            assigns __FC_errno;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'normal' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Behavior 'edom'
+            behavior edom
+            by Frama-C kernel.
+[  Valid  ] Behavior 'normal'
+            behavior normal
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'asin'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition for 'normal' (file share/libc/math.h, line 106)
+            ensures \is_finite(\result)
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'edom' (file share/libc/math.h, line 110)
+            ensures __FC_errno ≡ 1
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'edom' (file share/libc/math.h, line 109)
+            assigns __FC_errno;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'normal' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Behavior 'edom'
+            behavior edom
+            by Frama-C kernel.
+[  Valid  ] Behavior 'normal'
+            behavior normal
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'asinf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition for 'normal' (file share/libc/math.h, line 119)
+            ensures \is_finite(\result)
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'edom' (file share/libc/math.h, line 123)
+            ensures __FC_errno ≡ 1
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'edom' (file share/libc/math.h, line 122)
+            assigns __FC_errno;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'normal' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Behavior 'edom'
+            behavior edom
+            by Frama-C kernel.
+[  Valid  ] Behavior 'normal'
+            behavior normal
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'asinl'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition for 'normal' (file share/libc/math.h, line 132)
+            ensures \is_finite(\result)
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'edom' (file share/libc/math.h, line 136)
+            ensures __FC_errno ≡ 1
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'edom' (file share/libc/math.h, line 135)
+            assigns __FC_errno;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'normal' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Behavior 'edom'
+            behavior edom
+            by Frama-C kernel.
+[  Valid  ] Behavior 'normal'
+            behavior normal
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'atan2'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 145)
+            assigns \result \from y, x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'cos'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 150)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'sin'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 155)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'acosh'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition for 'normal' (file share/libc/math.h, line 168)
+            ensures \is_finite(\result) ∧ \result ≥ 0
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'infinite' (file share/libc/math.h, line 172)
+            ensures \is_plus_infinity(\result)
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'edom' (file share/libc/math.h, line 176)
+            ensures __FC_errno ≡ 1
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'edom' (file share/libc/math.h, line 175)
+            assigns __FC_errno;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'infinite' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'normal' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Behavior 'edom'
+            behavior edom
+            by Frama-C kernel.
+[  Valid  ] Behavior 'infinite'
+            behavior infinite
+            by Frama-C kernel.
+[  Valid  ] Behavior 'normal'
+            behavior normal
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'acoshf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition for 'normal' (file share/libc/math.h, line 185)
+            ensures \is_finite(\result) ∧ \result ≥ 0
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'infinite' (file share/libc/math.h, line 189)
+            ensures \is_plus_infinity(\result)
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'edom' (file share/libc/math.h, line 193)
+            ensures __FC_errno ≡ 1
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'edom' (file share/libc/math.h, line 192)
+            assigns __FC_errno;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'infinite' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'normal' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Behavior 'edom'
+            behavior edom
+            by Frama-C kernel.
+[  Valid  ] Behavior 'infinite'
+            behavior infinite
+            by Frama-C kernel.
+[  Valid  ] Behavior 'normal'
+            behavior normal
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'acoshl'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition for 'normal' (file share/libc/math.h, line 202)
+            ensures \is_finite(\result) ∧ \result ≥ 0
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'infinite' (file share/libc/math.h, line 206)
+            ensures \is_plus_infinity(\result)
+            Unverifiable but considered Valid.
+[ Extern  ] Post-condition for 'edom' (file share/libc/math.h, line 210)
+            ensures __FC_errno ≡ 1
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'edom' (file share/libc/math.h, line 209)
+            assigns __FC_errno;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'infinite' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns for 'normal' nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Behavior 'edom'
+            behavior edom
+            by Frama-C kernel.
+[  Valid  ] Behavior 'infinite'
+            behavior infinite
+            by Frama-C kernel.
+[  Valid  ] Behavior 'normal'
+            behavior normal
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'exp'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 235)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'expf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 238)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'log'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 262)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'logf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 265)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'log10'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 269)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'log10f'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 272)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'pow'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 312)
+            assigns \result \from x, y;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'powf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 315)
+            assigns \result \from x, y;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'sqrt'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 319)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'sqrtf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 322)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'ceil'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 342)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'ceilf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 345)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'floor'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 350)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'floorf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 353)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'round'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 374)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'roundf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 377)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'trunc'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 390)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'truncf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 393)
+            assigns \result \from x;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'fmod'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/math.h, line 398)
+            assigns \result \from x, y;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'nan'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/math.h, line 418)
+            ensures \is_NaN(\result)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'nanf'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/math.h, line 425)
+            ensures \is_NaN(\result)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'nanl'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/math.h, line 432)
+            ensures \is_NaN(\result)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns nothing
+            assigns \nothing;
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'idct'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 129)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 131)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 141)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 143)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 145)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 147)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/idct.c, line 145)
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 163)
+            assert Value: initialisation: \initialized(&tmp2[k][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 163)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 166)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 176)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 178)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 180)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 182)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/idct.c, line 180)
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/idct.c, line 129)
+            assert Value: initialisation: \initialized(&(*(m1+k))[j]);
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'IEEE_1180_1990_dctf'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 109)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 116)
+            assert Value: initialisation: \initialized(&tmp1[i][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 116)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 117)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            tried with Value.
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 119)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 117)
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 121)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 117)
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 122)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 117)
+[    -    ] Assertion 'Value,float_to_int' (file tests/idct/ieee_1180_1990.c, line 122)
+            assert Value: float_to_int: -2147483649 < tmp2[i][j]+0.5;
+            tried with Value.
+[    -    ] Assertion 'Value,float_to_int' (file tests/idct/ieee_1180_1990.c, line 122)
+            assert Value: float_to_int: tmp2[i][j]+0.5 < 2147483648;
+            tried with Value.
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 124)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 117)
+[    -    ] Assertion 'Value,float_to_int' (file tests/idct/ieee_1180_1990.c, line 124)
+            assert Value: float_to_int: -2147483649 < tmp2[i][j]-0.5;
+            tried with Value.
+[    -    ] Assertion 'Value,float_to_int' (file tests/idct/ieee_1180_1990.c, line 124)
+            assert Value: float_to_int: tmp2[i][j]-0.5 < 2147483648;
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'IEEE_1180_1990_idctf'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 150)
+            assert Value: initialisation: \initialized(&(*(m1+k))[j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 150)
+            assert Value: initialisation: \initialized(&tmp1[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 157)
+            assert Value: initialisation: \initialized(&tmp1[i][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 157)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 158)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            tried with Value.
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 160)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 158)
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 162)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 158)
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 163)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 158)
+[    -    ] Assertion 'Value,float_to_int' (file tests/idct/ieee_1180_1990.c, line 163)
+            assert Value: float_to_int: -2147483649 < tmp2[i][j]+0.5;
+            tried with Value.
+[    -    ] Assertion 'Value,float_to_int' (file tests/idct/ieee_1180_1990.c, line 163)
+            assert Value: float_to_int: tmp2[i][j]+0.5 < 2147483648;
+            tried with Value.
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 165)
+            assert Value: initialisation: \initialized(&tmp2[i][j]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 158)
+[    -    ] Assertion 'Value,float_to_int' (file tests/idct/ieee_1180_1990.c, line 165)
+            assert Value: float_to_int: -2147483649 < tmp2[i][j]-0.5;
+            tried with Value.
+[    -    ] Assertion 'Value,float_to_int' (file tests/idct/ieee_1180_1990.c, line 165)
+            assert Value: float_to_int: tmp2[i][j]-0.5 < 2147483648;
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 191)
+            assert Value: initialisation: \initialized(&m2[i][j]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 218)
+            assert Value: initialisation: \initialized(&m3[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 218)
+            assert Value: initialisation: \initialized(&m4[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 219)
+            assert Value: initialisation: \initialized(&res[0].pme[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 231)
+            assert Value: initialisation: \initialized(&res[0].pmse[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 242)
+            assert Value: initialisation: \initialized(&m3[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 242)
+            assert Value: initialisation: \initialized(&m4[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 243)
+            assert Value: initialisation: \initialized(&res[3].pme[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 255)
+            assert Value: initialisation: \initialized(&res[3].pmse[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 264)
+            assert Value: initialisation: \initialized(&m3[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 264)
+            assert Value: initialisation: \initialized(&m4[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 265)
+            assert Value: initialisation: \initialized(&res[1].pme[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 277)
+            assert Value: initialisation: \initialized(&res[1].pmse[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 288)
+            assert Value: initialisation: \initialized(&m3[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 288)
+            assert Value: initialisation: \initialized(&m4[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 289)
+            assert Value: initialisation: \initialized(&res[4].pme[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 301)
+            assert Value: initialisation: \initialized(&res[4].pmse[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 310)
+            assert Value: initialisation: \initialized(&m3[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 310)
+            assert Value: initialisation: \initialized(&m4[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 311)
+            assert Value: initialisation: \initialized(&res[2].pme[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 323)
+            assert Value: initialisation: \initialized(&res[2].pmse[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 334)
+            assert Value: initialisation: \initialized(&m3[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 334)
+            assert Value: initialisation: \initialized(&m4[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 335)
+            assert Value: initialisation: \initialized(&res[5].pme[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 347)
+            assert Value: initialisation: \initialized(&res[5].pmse[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 357)
+            assert Value: initialisation: \initialized(&res[i].pmse[j][k]);
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 368)
+            assert Value: initialisation: \initialized(&res[i].pme[j][k]);
+            tried with Value.
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 358)
+            assert Value: initialisation: \initialized(&res[i].pmse[j][k]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 357)
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 369)
+            assert Value: initialisation: \initialized(&res[i].pme[j][k]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 368)
+[ Partial ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 369)
+            assert Value: initialisation: \initialized(&res[i].pme[j][k]);
+            By RedundantAlarms, with pending:
+             - Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 368)
+[    -    ] Assertion 'Value,initialisation' (file tests/idct/ieee_1180_1990.c, line 369)
+            assert Value: initialisation: \initialized(&tmp_5);
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+   113 Completely validated
+    13 Locally validated
+   250 Considered valid
+    57 To be validated
+   433 Total
+--------------------------------------------------------------------------------
diff --git a/tests/journal/control.i b/tests/journal/control.i
index 7755e36cf47..66b9cbb6583 100644
--- a/tests/journal/control.i
+++ b/tests/journal/control.i
@@ -1,6 +1,6 @@
 /* run.config
    COMMENT: do not compare generated journals since they depend on current time
-   EXECNOW: BIN control_journal.ml BIN control_journal_bis.ml (./bin/toplevel.opt -journal-enable -val -deps -out -main f -journal-name tests/journal/result/control_journal.ml tests/journal/control.i && cp tests/journal/result/control_journal.ml tests/journal/result/control_journal_bis.ml) > /dev/null 2> /dev/null
+   EXECNOW: BIN control_journal.ml BIN control_journal_bis.ml (./bin/toplevel.opt -journal-enable -check -val -deps -out -main f -journal-name tests/journal/result/control_journal.ml tests/journal/control.i && cp tests/journal/result/control_journal.ml tests/journal/result/control_journal_bis.ml) > /dev/null 2> /dev/null
   CMD: FRAMAC_LIB=lib/fc ./bin/toplevel.byte
   OPT: -load-script tests/journal/result/control_journal -journal-disable
   CMD: FRAMAC_LIB=lib/fc ./bin/toplevel.byte
diff --git a/tests/libc/fc_libc.c b/tests/libc/fc_libc.c
index 4646abdb0c6..d22260a2d04 100644
--- a/tests/libc/fc_libc.c
+++ b/tests/libc/fc_libc.c
@@ -1,5 +1,5 @@
 /* run.config*
-   OPT: -print -check -cpp-extra-args='-nostdinc -Ishare/libc' -metrics -metrics-libc -load-script tests/libc/check_const.ml -val @VALUECONFIG@ -then -lib-entry -no-print -metrics-no-libc
+   OPT: -print -cpp-extra-args='-nostdinc -Ishare/libc' -metrics -metrics-libc -load-script tests/libc/check_const.ml -val @VALUECONFIG@ -then -lib-entry -no-print -metrics-no-libc
    CMD: ./tests/libc/check_full_libc.sh
    OPT:
 **/
diff --git a/tests/libc/oracle/fc_libc.0.res.oracle b/tests/libc/oracle/fc_libc.0.res.oracle
index f4dd003d2f6..8175f660183 100644
--- a/tests/libc/oracle/fc_libc.0.res.oracle
+++ b/tests/libc/oracle/fc_libc.0.res.oracle
@@ -153,7 +153,7 @@ tests/libc/fc_libc.c:122:[value] assertion got status valid.
            wcscpy (0 call); wcslen (1 call); wcsncat (0 call); wcsncpy (0 call);
            wmemcpy (0 call); wmemset (0 call); 
           
-          Undefined functions (225)
+          Undefined functions (238)
           =========================
            FD_CLR (0 call); FD_ISSET (0 call); FD_SET (0 call); FD_ZERO (0 call);
            Frama_C_abort (1 call); Frama_C_char_interval (0 call);
@@ -218,8 +218,11 @@ tests/libc/fc_libc.c:122:[value] assertion got status valid.
            time (0 call); times (0 call); tmpfile (0 call); tmpnam (0 call);
            trunc (0 call); truncf (0 call); ungetc (0 call); utimes (0 call);
            vfprintf (0 call); vfscanf (0 call); vprintf (0 call); vscanf (0 call);
-           vsnprintf (0 call); vsprintf (0 call); wcstombs (0 call); wctomb (0 call);
-           write (0 call); 
+           vsnprintf (0 call); vsprintf (0 call); wcschr (0 call); wcscmp (0 call);
+           wcscspn (0 call); wcslcat (0 call); wcslcpy (0 call); wcsncmp (0 call);
+           wcspbrk (0 call); wcsrchr (0 call); wcsspn (0 call); wcsstr (0 call);
+           wcstombs (0 call); wctomb (0 call); wmemchr (0 call); wmemcmp (0 call);
+           wmemmove (0 call); write (0 call); 
           
           'Extern' global variables (0)
           =============================
@@ -239,7 +242,7 @@ tests/libc/fc_libc.c:122:[value] assertion got status valid.
           Goto = 23
           Assignment = 228
           Exit point = 57
-          Function = 282
+          Function = 295
           Function call = 27
           Pointer dereferencing = 65
           Cyclomatic complexity = 158
@@ -2107,8 +2110,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
@@ -3090,20 +3117,120 @@ int strcasecmp(char const *s1, char const *s2)
   return_label: return __retres;
 }
 
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(s)+(0 .. \old(n)-1));
+    assigns \result;
+    assigns \result
+      \from s, (indirect: *(s+(0 .. n-1))), (indirect: c), (indirect: n);
+ */
+extern wchar_t *wmemchr(wchar_t const *s, wchar_t c, size_t n);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(s1+(0 .. n-1))), (indirect: *(s2+(0 .. n-1))),
+            (indirect: n);
+ */
+extern int wmemcmp(wchar_t const *s1, wchar_t const *s2, size_t n);
+
 wchar_t *wmemcpy(wchar_t *region1, wchar_t const *region2, size_t n);
 
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wmemmove(wchar_t *dest, wchar_t const *src, size_t n);
+
 wchar_t *wmemset(wchar_t *dest, wchar_t val, size_t len);
 
 wchar_t *wcscat(wchar_t *s1, wchar_t const *s2);
 
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result \from wcs, (indirect: wc);
+ */
+extern wchar_t *wcschr(wchar_t const *wcs, wchar_t wc);
+
+/*@ assigns \result;
+    assigns \result \from (indirect: *(s1+(0 ..))), (indirect: *(s2+(0 ..)));
+ */
+extern int wcscmp(wchar_t const *s1, wchar_t const *s2);
+
 wchar_t *wcscpy(wchar_t *s1, wchar_t const *s2);
 
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern size_t wcscspn(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(dest+(0 ..)), (indirect: dest), *(src+(0 .. n-1)),
+            (indirect: src), (indirect: n);
+    assigns \result
+      \from (indirect: *(dest+(0 ..))), (indirect: *(src+(0 .. n-1))),
+            (indirect: n);
+ */
+extern size_t wcslcat(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result
+      \from (indirect: *(dest+(0 .. n-1))), (indirect: dest),
+            (indirect: *(src+(0 .. n-1))), (indirect: src), (indirect: n);
+ */
+extern size_t wcslcpy(wchar_t *dest, wchar_t const *src, size_t n);
+
 size_t wcslen(wchar_t const *str);
 
 wchar_t *wcsncat(wchar_t *dest, wchar_t const *src, size_t n);
 
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(s1+(0 .. n-1))), (indirect: *(s2+(0 .. n-1))),
+            (indirect: n);
+ */
+extern int wcsncmp(wchar_t const *s1, wchar_t const *s2, size_t n);
+
 wchar_t *wcsncpy(wchar_t *s1, wchar_t const *s2, size_t n);
 
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result
+      \from wcs, (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern wchar_t *wcspbrk(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result \from wcs, (indirect: *(wcs+(0 ..))), (indirect: wc);
+ */
+extern wchar_t *wcsrchr(wchar_t const *wcs, wchar_t wc);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern size_t wcsspn(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(haystack)+(0 ..));
+    assigns \result;
+    assigns \result
+      \from haystack, (indirect: *(haystack+(0 ..))),
+            (indirect: *(needle+(0 ..)));
+ */
+extern wchar_t *wcsstr(wchar_t const *haystack, wchar_t const *needle);
+
+/*@ requires \separated(region1+(0 .. n-1), region2+(0 .. n-1));
+    ensures \result ≡ \old(region1);
+    assigns *(region1+(0 .. n-1)), \result;
+    assigns *(region1+(0 .. n-1))
+      \from *(region2+(0 .. n-1)), (indirect: region2), (indirect: n);
+    assigns \result \from region1;
+ */
 wchar_t *wmemcpy(wchar_t *region1, wchar_t const *region2, size_t n)
 {
   wchar_t const *first;
@@ -3128,6 +3255,11 @@ wchar_t *wmemcpy(wchar_t *region1, wchar_t const *region2, size_t n)
   return result;
 }
 
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 .. len-1)), \result;
+    assigns *(dest+(0 .. len-1)) \from val, (indirect: len);
+    assigns \result \from dest;
+ */
 wchar_t *wmemset(wchar_t *dest, wchar_t val, size_t len)
 {
   wchar_t *ptr;
@@ -3150,6 +3282,12 @@ wchar_t *wmemset(wchar_t *dest, wchar_t val, size_t len)
   return dest;
 }
 
+/*@ ensures \result ≡ \old(s1);
+    assigns *(s1+(0 ..)), \result;
+    assigns *(s1+(0 ..))
+      \from *(s2+(0 ..)), (indirect: s2), *(s1+(0 ..)), (indirect: s1);
+    assigns \result \from s1;
+ */
 wchar_t *wcscpy(wchar_t *s1, wchar_t const *s2)
 {
   wchar_t *os1;
@@ -3171,6 +3309,8 @@ wchar_t *wcscpy(wchar_t *s1, wchar_t const *s2)
   return os1;
 }
 
+/*@ assigns \result;
+    assigns \result \from (indirect: *(str+(0 ..))); */
 size_t wcslen(wchar_t const *str)
 {
   size_t __retres;
@@ -3182,6 +3322,13 @@ size_t wcslen(wchar_t const *str)
   return __retres;
 }
 
+/*@ requires \separated(s1+(0 .. n-1), s2+(0 .. n-1));
+    ensures \result ≡ \old(s1);
+    assigns *(s1+(0 .. n-1)), \result;
+    assigns *(s1+(0 .. n-1))
+      \from *(s2+(0 .. n-1)), (indirect: s2), (indirect: n);
+    assigns \result \from s1;
+ */
 wchar_t *wcsncpy(wchar_t *s1, wchar_t const *s2, size_t n)
 {
   wchar_t *os1;
@@ -3219,6 +3366,12 @@ wchar_t *wcsncpy(wchar_t *s1, wchar_t const *s2, size_t n)
   return os1;
 }
 
+/*@ ensures \result ≡ \old(s1);
+    assigns *(s1+(0 ..)), \result;
+    assigns *(s1+(0 ..))
+      \from *(s1+(0 ..)), (indirect: s1), *(s2+(0 ..)), (indirect: s2);
+    assigns \result \from s1;
+ */
 wchar_t *wcscat(wchar_t *s1, wchar_t const *s2)
 {
   wchar_t *os1;
@@ -3250,6 +3403,13 @@ wchar_t *wcscat(wchar_t *s1, wchar_t const *s2)
   return os1;
 }
 
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(dest+(0 ..)), (indirect: dest), *(src+(0 .. n-1)),
+            (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
 wchar_t *wcsncat(wchar_t *dest, wchar_t const *src, size_t n)
 {
   size_t dest_len;
diff --git a/tests/libc/oracle/socket.0.res.oracle b/tests/libc/oracle/socket.0.res.oracle
index 735efa8fbfc..250657cd8ed 100644
--- a/tests/libc/oracle/socket.0.res.oracle
+++ b/tests/libc/oracle/socket.0.res.oracle
@@ -106,7 +106,7 @@ share/libc/sys/socket.h:265:[value] function socketpair: precondition got status
 [value] computing for function exit <- init_sockets <- main.
         Called from tests/libc/socket.c:53.
 [value] using specification for function exit
-share/libc/stdlib.h:240:[value] function exit: no state left in which to evaluate postcondition, status not computed.
+share/libc/stdlib.h:253:[value] function exit: no state left in which to evaluate postcondition, status not computed.
 [value] Done for function exit
 tests/libc/socket.c:55:[value] assertion got status valid.
 [value] Recording results for init_sockets
diff --git a/tests/libc/oracle/socket.1.res.oracle b/tests/libc/oracle/socket.1.res.oracle
index f85d6b1ff3e..add7c5d6a86 100644
--- a/tests/libc/oracle/socket.1.res.oracle
+++ b/tests/libc/oracle/socket.1.res.oracle
@@ -163,7 +163,7 @@ share/libc/sys/socket.h:265:[value] function socketpair: precondition got status
 [value] computing for function exit <- init_sockets <- main.
         Called from tests/libc/socket.c:53.
 [value] using specification for function exit
-share/libc/stdlib.h:240:[value] function exit: no state left in which to evaluate postcondition, status not computed.
+share/libc/stdlib.h:253:[value] function exit: no state left in which to evaluate postcondition, status not computed.
 [value] Done for function exit
 tests/libc/socket.c:55:[value] assertion got status valid.
 [value] Recording results for init_sockets
diff --git a/tests/libc/oracle/stdlib_h.err.oracle b/tests/libc/oracle/stdlib_h.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/libc/oracle/stdlib_h.res.oracle b/tests/libc/oracle/stdlib_h.res.oracle
new file mode 100644
index 00000000000..eaf0a7477f4
--- /dev/null
+++ b/tests/libc/oracle/stdlib_h.res.oracle
@@ -0,0 +1,32 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/libc/stdlib_h.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+[value] computing for function strtol <- main.
+        Called from tests/libc/stdlib_h.c:6.
+[value] using specification for function strtol
+share/libc/stdlib.h:96:[value] function strtol, behavior nonnull_endptr: precondition got status valid.
+[value] Done for function strtol
+[value] computing for function strtol <- main.
+        Called from tests/libc/stdlib_h.c:7.
+[value] Done for function strtol
+[value] computing for function strtol <- main.
+        Called from tests/libc/stdlib_h.c:8.
+[value] Done for function strtol
+[value] computing for function strtol <- main.
+        Called from tests/libc/stdlib_h.c:9.
+[value] Done for function strtol
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  s ∈ {{ "12 34 56" }}
+  p ∈ {{ "12 34 56" + [0..--] }}
+  q ∈ {{ "12 34 56" + [0..--] }}
+  l ∈ [--..--]
+  __retres ∈ [--..--]
diff --git a/tests/libc/oracle/wchar_c_h.0.err.oracle b/tests/libc/oracle/wchar_c_h.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/libc/oracle/wchar_c_h.0.res.oracle b/tests/libc/oracle/wchar_c_h.0.res.oracle
new file mode 100644
index 00000000000..5c14f2591d1
--- /dev/null
+++ b/tests/libc/oracle/wchar_c_h.0.res.oracle
@@ -0,0 +1,574 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/libc/wchar_c_h.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  nondet ∈ [--..--]
+[value] computing for function wmemchr <- main.
+        Called from tests/libc/wchar_c_h.c:23.
+[value] using specification for function wmemchr
+[value] Done for function wmemchr
+[value] computing for function wmemcmp <- main.
+        Called from tests/libc/wchar_c_h.c:24.
+[value] using specification for function wmemcmp
+[value] Done for function wmemcmp
+[value] computing for function wmemcmp <- main.
+        Called from tests/libc/wchar_c_h.c:24.
+[value] Done for function wmemcmp
+[value] computing for function wmemcpy <- main.
+        Called from tests/libc/wchar_c_h.c:25.
+share/libc/wchar.h:44:[value] function wmemcpy: precondition got status valid.
+share/libc/wchar.h:47:[value] function wmemcpy: postcondition got status valid.
+[value] Recording results for wmemcpy
+[value] Done for function wmemcpy
+[value] computing for function wmemcpy <- main.
+        Called from tests/libc/wchar_c_h.c:25.
+[value] Recording results for wmemcpy
+[value] Done for function wmemcpy
+[value] computing for function wmemmove <- main.
+        Called from tests/libc/wchar_c_h.c:26.
+[value] using specification for function wmemmove
+[value] Done for function wmemmove
+[value] computing for function wmemmove <- main.
+        Called from tests/libc/wchar_c_h.c:26.
+[value] Done for function wmemmove
+[value] computing for function wmemmove <- main.
+        Called from tests/libc/wchar_c_h.c:26.
+[value] Done for function wmemmove
+[value] computing for function wmemset <- main.
+        Called from tests/libc/wchar_c_h.c:27.
+share/libc/wchar.h:61:[value] function wmemset: postcondition got status valid.
+[value] Recording results for wmemset
+[value] Done for function wmemset
+[value] computing for function wmemset <- main.
+        Called from tests/libc/wchar_c_h.c:27.
+[value] Recording results for wmemset
+[value] Done for function wmemset
+[value] computing for function wmemset <- main.
+        Called from tests/libc/wchar_c_h.c:27.
+[value] Recording results for wmemset
+[value] Done for function wmemset
+[value] computing for function wcschr <- main.
+        Called from tests/libc/wchar_c_h.c:28.
+[value] using specification for function wcschr
+[value] Done for function wcschr
+[value] computing for function wcschr <- main.
+        Called from tests/libc/wchar_c_h.c:28.
+[value] Done for function wcschr
+[value] computing for function wcschr <- main.
+        Called from tests/libc/wchar_c_h.c:28.
+[value] Done for function wcschr
+[value] computing for function wcscmp <- main.
+        Called from tests/libc/wchar_c_h.c:29.
+[value] using specification for function wcscmp
+[value] Done for function wcscmp
+[value] computing for function wcscmp <- main.
+        Called from tests/libc/wchar_c_h.c:29.
+[value] Done for function wcscmp
+[value] computing for function wcscmp <- main.
+        Called from tests/libc/wchar_c_h.c:29.
+[value] Done for function wcscmp
+[value] computing for function wcscpy <- main.
+        Called from tests/libc/wchar_c_h.c:30.
+share/libc/wchar.h:84:[value] function wcscpy: postcondition got status valid.
+[value] Recording results for wcscpy
+[value] Done for function wcscpy
+[value] computing for function wcscpy <- main.
+        Called from tests/libc/wchar_c_h.c:30.
+[value] Recording results for wcscpy
+[value] Done for function wcscpy
+[value] computing for function wcscpy <- main.
+        Called from tests/libc/wchar_c_h.c:30.
+[value] Recording results for wcscpy
+[value] Done for function wcscpy
+[value] computing for function wcscspn <- main.
+        Called from tests/libc/wchar_c_h.c:31.
+[value] using specification for function wcscspn
+[value] Done for function wcscspn
+[value] computing for function wcscspn <- main.
+        Called from tests/libc/wchar_c_h.c:31.
+[value] Done for function wcscspn
+[value] computing for function wcscspn <- main.
+        Called from tests/libc/wchar_c_h.c:31.
+[value] Done for function wcscspn
+[value] computing for function wcscspn <- main.
+        Called from tests/libc/wchar_c_h.c:31.
+[value] Done for function wcscspn
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] using specification for function wcslcat
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] using specification for function wcslcpy
+share/libc/wchar.h:100:[value] function wcslcpy: precondition got status valid.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] using specification for function wcsncmp
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+share/libc/wchar.h:120:[value] function wcsncpy: precondition got status valid.
+share/libc/wchar.h:123:[value] function wcsncpy: postcondition got status valid.
+[value] Recording results for wcsncpy
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Recording results for wcsncpy
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Recording results for wcsncpy
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Recording results for wcsncpy
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Recording results for wcsncpy
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Recording results for wcsncpy
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Recording results for wcsncpy
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Recording results for wcsncpy
+[value] Done for function wcsncpy
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] using specification for function wcspbrk
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] using specification for function wcsrchr
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] using specification for function wcsspn
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] using specification for function wcsstr
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+share/libc/wchar.h:68:[value] function wcscat: postcondition got status valid.
+[value] Recording results for wcscat
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Recording results for wcscat
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Recording results for wcscat
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Recording results for wcscat
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Recording results for wcscat
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Recording results for wcscat
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Recording results for wcscat
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Recording results for wcscat
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Recording results for wcscat
+[value] Done for function wcscat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] computing for function wcslen <- wcsncat <- main.
+        Called from share/libc/wchar.c:89.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+share/libc/wchar.h:112:[value] function wcsncat: postcondition got status valid.
+[value] Recording results for wcsncat
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] computing for function wcslen <- wcsncat <- main.
+        Called from share/libc/wchar.c:89.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] Recording results for wcsncat
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] computing for function wcslen <- wcsncat <- main.
+        Called from share/libc/wchar.c:89.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] Recording results for wcsncat
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] computing for function wcslen <- wcsncat <- main.
+        Called from share/libc/wchar.c:89.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] Recording results for wcsncat
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] computing for function wcslen <- wcsncat <- main.
+        Called from share/libc/wchar.c:89.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] Recording results for wcsncat
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] computing for function wcslen <- wcsncat <- main.
+        Called from share/libc/wchar.c:89.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] Recording results for wcsncat
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] computing for function wcslen <- wcsncat <- main.
+        Called from share/libc/wchar.c:89.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] Recording results for wcsncat
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] computing for function wcslen <- wcsncat <- main.
+        Called from share/libc/wchar.c:89.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] Recording results for wcsncat
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] computing for function wcslen <- wcsncat <- main.
+        Called from share/libc/wchar.c:89.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] Recording results for wcsncat
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] computing for function wcslen <- wcsncat <- main.
+        Called from share/libc/wchar.c:89.
+[value] Recording results for wcslen
+[value] Done for function wcslen
+[value] Recording results for wcsncat
+[value] Done for function wcsncat
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function wcscat:
+  s1 ∈ {{ &buf{[9], [10], [11], [12], [13], [14]} }}
+  s2 ∈ {{ L"Haystack" + {36} }}
+  os1 ∈ {{ &buf[0] }}
+  buf[0..4] ∈ [--..--]
+     [5] ∈ {72; 97; 115; 116; 121}
+     [6] ∈ {97; 99; 115; 116; 121}
+     [7] ∈ {97; 99; 107; 115; 116; 121}
+     [8] ∈ {0; 97; 99; 107; 115; 116}
+     [9..19] ∈ [--..--] or UNINITIALIZED
+[value:final-states] Values at end of function wcscpy:
+  s1 ∈ {{ &buf[9] }}
+  s2 ∈ {{ L"Haystack" + {36} }}
+  os1 ∈ {{ &buf[0] }}
+  buf[0] ∈ {72}
+     [1] ∈ {97}
+     [2] ∈ {121}
+     [3] ∈ {115}
+     [4] ∈ {116}
+     [5] ∈ {97}
+     [6] ∈ {99}
+     [7] ∈ {107}
+     [8] ∈ {0}
+     [9..19] ∈ UNINITIALIZED
+[value:final-states] Values at end of function wcslen:
+  s ∈ {{ &buf{[0], [1], [2], [3], [4], [5]} ; L"Needle" + {24} }}
+  __retres ∈ {0; 1; 2; 3; 4; 5; 6}
+[value:final-states] Values at end of function wcsncat:
+  dest_len ∈ {0; 1; 2; 3; 4; 5}
+  i ∈ {5}
+  buf[0..4] ∈ [--..--]
+     [5] ∈ {0; 72; 97; 115; 116; 121}
+     [6..19] ∈ [--..--] or UNINITIALIZED
+[value:final-states] Values at end of function wcsncpy:
+  s1 ∈ {{ &buf[5] }}
+  s2 ∈ {{ L"Haystack" + {20} }}
+  n ∈ {0}
+  os1 ∈ {{ &buf[0] }}
+  buf[0] ∈ {72}
+     [1] ∈ {97}
+     [2] ∈ {121}
+     [3] ∈ {115}
+     [4] ∈ {116}
+     [5..19] ∈ [--..--] or UNINITIALIZED
+[value:final-states] Values at end of function wmemcpy:
+  first ∈ {{ L"Haystack" + {20} }}
+  last ∈ {{ L"Haystack" + {20} }}
+  result ∈ {{ &buf[0] }}
+  dest ∈ {{ &buf[5] }}
+  buf[0] ∈ {72}
+     [1] ∈ {97}
+     [2] ∈ {121}
+     [3] ∈ {115}
+     [4] ∈ {116}
+     [5..19] ∈ UNINITIALIZED
+[value:final-states] Values at end of function wmemset:
+  len ∈ {4294967295}
+  ptr ∈ {{ &buf[5] }}
+  buf[0..4] ∈ [--..--]
+     [5..19] ∈ UNINITIALIZED
+[value:final-states] Values at end of function main:
+  sc1 ∈ {{ L"Needle" }}
+  sc2 ∈ {{ L"Haystack" }}
+  buf[0..4] ∈ [--..--]
+     [5] ∈ {0; 72; 97; 115; 116; 121}
+     [6..19] ∈ [--..--] or UNINITIALIZED
+  c ∈ [--..--]
+  n ∈ {5}
+  r ∈ [--..--] or UNINITIALIZED
+  i ∈ {5}
+  res ∈ {{ NULL ; &buf[0] ; L"Needle" + [0..--],0%4 }}
+  __retres ∈ {0}
diff --git a/tests/libc/oracle/wchar_c_h.1.err.oracle b/tests/libc/oracle/wchar_c_h.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/libc/oracle/wchar_c_h.1.res.oracle b/tests/libc/oracle/wchar_c_h.1.res.oracle
new file mode 100644
index 00000000000..ccdf91a203d
--- /dev/null
+++ b/tests/libc/oracle/wchar_c_h.1.res.oracle
@@ -0,0 +1,311 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/libc/wchar_c_h.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  nondet ∈ [--..--]
+[value] computing for function wmemchr <- main.
+        Called from tests/libc/wchar_c_h.c:23.
+[value] using specification for function wmemchr
+[value] Done for function wmemchr
+[value] computing for function wmemcmp <- main.
+        Called from tests/libc/wchar_c_h.c:24.
+[value] using specification for function wmemcmp
+[value] Done for function wmemcmp
+[value] computing for function wmemcmp <- main.
+        Called from tests/libc/wchar_c_h.c:24.
+[value] Done for function wmemcmp
+[value] computing for function wmemcpy <- main.
+        Called from tests/libc/wchar_c_h.c:25.
+[value] using specification for function wmemcpy
+share/libc/wchar.h:44:[value] function wmemcpy: precondition got status valid.
+[value] Done for function wmemcpy
+[value] computing for function wmemcpy <- main.
+        Called from tests/libc/wchar_c_h.c:25.
+[value] Done for function wmemcpy
+[value] computing for function wmemmove <- main.
+        Called from tests/libc/wchar_c_h.c:26.
+[value] using specification for function wmemmove
+[value] Done for function wmemmove
+[value] computing for function wmemmove <- main.
+        Called from tests/libc/wchar_c_h.c:26.
+[value] Done for function wmemmove
+[value] computing for function wmemmove <- main.
+        Called from tests/libc/wchar_c_h.c:26.
+[value] Done for function wmemmove
+[value] computing for function wmemset <- main.
+        Called from tests/libc/wchar_c_h.c:27.
+[value] using specification for function wmemset
+[value] Done for function wmemset
+[value] computing for function wmemset <- main.
+        Called from tests/libc/wchar_c_h.c:27.
+[value] Done for function wmemset
+[value] computing for function wmemset <- main.
+        Called from tests/libc/wchar_c_h.c:27.
+[value] Done for function wmemset
+[value] computing for function wcschr <- main.
+        Called from tests/libc/wchar_c_h.c:28.
+[value] using specification for function wcschr
+[value] Done for function wcschr
+[value] computing for function wcschr <- main.
+        Called from tests/libc/wchar_c_h.c:28.
+[value] Done for function wcschr
+[value] computing for function wcschr <- main.
+        Called from tests/libc/wchar_c_h.c:28.
+[value] Done for function wcschr
+[value] computing for function wcscmp <- main.
+        Called from tests/libc/wchar_c_h.c:29.
+[value] using specification for function wcscmp
+[value] Done for function wcscmp
+[value] computing for function wcscmp <- main.
+        Called from tests/libc/wchar_c_h.c:29.
+[value] Done for function wcscmp
+[value] computing for function wcscmp <- main.
+        Called from tests/libc/wchar_c_h.c:29.
+[value] Done for function wcscmp
+[value] computing for function wcscpy <- main.
+        Called from tests/libc/wchar_c_h.c:30.
+[value] using specification for function wcscpy
+[value] Done for function wcscpy
+[value] computing for function wcscpy <- main.
+        Called from tests/libc/wchar_c_h.c:30.
+[value] Done for function wcscpy
+[value] computing for function wcscpy <- main.
+        Called from tests/libc/wchar_c_h.c:30.
+[value] Done for function wcscpy
+[value] computing for function wcscspn <- main.
+        Called from tests/libc/wchar_c_h.c:31.
+[value] using specification for function wcscspn
+[value] Done for function wcscspn
+[value] computing for function wcscspn <- main.
+        Called from tests/libc/wchar_c_h.c:31.
+[value] Done for function wcscspn
+[value] computing for function wcscspn <- main.
+        Called from tests/libc/wchar_c_h.c:31.
+[value] Done for function wcscspn
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] using specification for function wcslcat
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcat <- main.
+        Called from tests/libc/wchar_c_h.c:32.
+[value] Done for function wcslcat
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] using specification for function wcslcpy
+share/libc/wchar.h:100:[value] function wcslcpy: precondition got status valid.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslcpy <- main.
+        Called from tests/libc/wchar_c_h.c:33.
+[value] Done for function wcslcpy
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] using specification for function wcslen
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Done for function wcslen
+[value] computing for function wcslen <- main.
+        Called from tests/libc/wchar_c_h.c:34.
+[value] Done for function wcslen
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] using specification for function wcsncmp
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncmp <- main.
+        Called from tests/libc/wchar_c_h.c:35.
+[value] Done for function wcsncmp
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] using specification for function wcsncpy
+share/libc/wchar.h:120:[value] function wcsncpy: precondition got status valid.
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Done for function wcsncpy
+[value] computing for function wcsncpy <- main.
+        Called from tests/libc/wchar_c_h.c:36.
+[value] Done for function wcsncpy
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] using specification for function wcspbrk
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcspbrk <- main.
+        Called from tests/libc/wchar_c_h.c:37.
+[value] Done for function wcspbrk
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] using specification for function wcsrchr
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsrchr <- main.
+        Called from tests/libc/wchar_c_h.c:38.
+[value] Done for function wcsrchr
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] using specification for function wcsspn
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsspn <- main.
+        Called from tests/libc/wchar_c_h.c:39.
+[value] Done for function wcsspn
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] using specification for function wcsstr
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcsstr <- main.
+        Called from tests/libc/wchar_c_h.c:40.
+[value] Done for function wcsstr
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] using specification for function wcscat
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Done for function wcscat
+[value] computing for function wcscat <- main.
+        Called from tests/libc/wchar_c_h.c:44.
+[value] Done for function wcscat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] using specification for function wcsncat
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] Done for function wcsncat
+[value] computing for function wcsncat <- main.
+        Called from tests/libc/wchar_c_h.c:46.
+[value] Done for function wcsncat
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  sc1 ∈ {{ L"Needle" }}
+  sc2 ∈ {{ L"Haystack" }}
+  buf[0..5] ∈ [--..--]
+     [6..19] ∈ [--..--] or UNINITIALIZED
+  c ∈ [--..--]
+  n ∈ {5}
+  r ∈ [--..--] or UNINITIALIZED
+  i ∈ {5}
+  res ∈ {{ NULL ; &buf[0] ; L"Needle" + [0..--],0%4 }}
+  __retres ∈ {0}
diff --git a/tests/libc/stdlib_h.c b/tests/libc/stdlib_h.c
new file mode 100644
index 00000000000..054b7d86dd4
--- /dev/null
+++ b/tests/libc/stdlib_h.c
@@ -0,0 +1,11 @@
+#include <stdlib.h>
+
+int main() {
+  char *s = "12 34 56";
+  char *p, *q;
+  long l = strtol(s, &p, 0);
+  l = strtol(p, &q, 0);
+  l = strtol(q, NULL, 0);
+  l = strtol(s+8, NULL, 0);
+  return l;
+}
diff --git a/tests/libc/wchar_c_h.c b/tests/libc/wchar_c_h.c
new file mode 100644
index 00000000000..f14b18ece12
--- /dev/null
+++ b/tests/libc/wchar_c_h.c
@@ -0,0 +1,50 @@
+/* run.config
+   STDOPT: +"-cpp-extra-args=-DTEST_IMPLEMENTATION=1" +"-slevel 1000"
+   STDOPT: +"-slevel 1000"
+*/
+
+#include <wchar.h>
+
+#ifdef TEST_IMPLEMENTATION
+#include "wchar.c"
+#endif
+
+volatile int nondet;
+
+int main() {
+  wchar_t *sc1 = L"Needle";
+  wchar_t *sc2 = L"Haystack";
+  wchar_t buf[20];
+  wchar_t c = nondet;
+  size_t n = 5, r;
+  int i = -1;
+  wchar_t *res = 0;
+
+  if (nondet) res = wmemchr(sc1, c, n);
+  if (nondet) i = wmemcmp(sc1, sc2, n);
+  if (nondet) res = wmemcpy(buf, sc2, n);
+  if (nondet) res = wmemmove(buf, sc2, n);
+  if (nondet) res = wmemset(buf, c, n);
+  if (nondet) res = wcschr(sc1, c);
+  if (nondet) i = wcscmp(sc1, sc2);
+  if (nondet) res = wcscpy(buf, sc2);
+  if (nondet) r = wcscspn(sc1, sc2);
+  if (nondet) r = wcslcat(buf, sc2, n);
+  if (nondet) r = wcslcpy(buf, sc2, n);
+  if (nondet) r = wcslen(sc1);
+  if (nondet) i = wcsncmp(sc1, sc2, n);
+  if (nondet) res = wcsncpy(buf, sc2, n);
+  if (nondet) res = wcspbrk(sc1, sc2);
+  if (nondet) res = wcsrchr(sc1, c);
+  if (nondet) r = wcsspn(sc1, sc2);
+  if (nondet) res = wcsstr(sc1, sc2);
+
+  for (i = 0; i < 5; i++) buf[i] = nondet;
+  buf[i] = L'\0';
+  if (nondet) res = wcscat(buf, sc2);
+  buf[i] = L'\0';
+  if (nondet) res = wcsncat(buf, sc2, n);
+
+
+  return 0;
+}
diff --git a/tests/metrics/locals_size.i b/tests/metrics/locals_size.i
new file mode 100644
index 00000000000..8e02226c49c
--- /dev/null
+++ b/tests/metrics/locals_size.i
@@ -0,0 +1,59 @@
+/* run.config
+  OPT: -metrics-locals-size f,g,level3,level2,level1,main
+  OPT: -metrics-locals-size recurse2
+ */
+
+// locals size without temps: 0
+int f() {
+  static int count = 0; // not a local
+  count++;
+  return count;
+}
+
+// locals size without temps: sizeof(k) + sizeof(l2) + sizeof(__retres)
+int g() {
+  char l1 = 3;
+  int l2 = l1++; // force creation of a temporary
+  return l1 + l2;
+}
+
+// locals size without temps: sizeof(p) + sizeof(k) + sizeof(__retres)
+int level3(int p) {
+  char k = 13;
+  return k + p;
+}
+
+// locals size without temps: sizeof(a) + sizeof(b)
+int level2(int a, int b) {
+  return level3(a + b + a);
+}
+
+// locals size without temps: sizeof(f) + sizeof(t1) + sizeof(t2)
+int level1(int f) {
+  int t1 = f;
+  int t2 = f + 2;
+  return level2(t1, t2);
+}
+
+typedef int incomplete[];
+
+// locals size without temps: sizeof(i) + sizeof(k) + sizeof(j) +
+//                            sizeof(__retres)
+int main() {
+  incomplete i = {0};
+  int k = f() + g(); // temporaries
+  int j = level1(f());
+  return 0;
+}
+
+int recurse2(int);
+
+int recurse1(int k) {
+  if (k < 2) return 1;
+  else return recurse2(k-1);
+}
+
+int recurse2(int k) {
+  if (k < 3) return 0;
+  else return recurse1(k-1);
+}
diff --git a/tests/metrics/oracle/locals_size.0.err.oracle b/tests/metrics/oracle/locals_size.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/metrics/oracle/locals_size.0.res.oracle b/tests/metrics/oracle/locals_size.0.res.oracle
new file mode 100644
index 00000000000..fa16e984e37
--- /dev/null
+++ b/tests/metrics/oracle/locals_size.0.res.oracle
@@ -0,0 +1,10 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/metrics/locals_size.i (no preprocessing)
+[metrics] function	locals_size_no_temps	locals_size_with_temps	max_call_size_no_temps	max_call_size_with_temps
+[metrics] f	0	0	0	0
+[metrics] g	9	10	0	0
+[metrics] level3	9	9	0	0
+[metrics] level2	8	12	9	9
+[metrics] level1	12	16	17	21
+[metrics] user error: in function main, cannot compute sizeof i (type incomplete)
+[metrics] main	12	28	29	37
diff --git a/tests/metrics/oracle/locals_size.1.err.oracle b/tests/metrics/oracle/locals_size.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/metrics/oracle/locals_size.1.res.oracle b/tests/metrics/oracle/locals_size.1.res.oracle
new file mode 100644
index 00000000000..472c5d9a7e0
--- /dev/null
+++ b/tests/metrics/oracle/locals_size.1.res.oracle
@@ -0,0 +1,5 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/metrics/locals_size.i (no preprocessing)
+[metrics] function	locals_size_no_temps	locals_size_with_temps	max_call_size_no_temps	max_call_size_with_temps
+[metrics] user error: unsupported recursive call detected: recurse2 <- recurse1 <- recurse2
+[kernel] Plug-in metrics aborted: invalid user input.
diff --git a/tests/misc/bts0525-2.i b/tests/misc/bts0525-2.i
index 3b0d0899a0a..7fde0cd019c 100644
--- a/tests/misc/bts0525-2.i
+++ b/tests/misc/bts0525-2.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -typecheck -check tests/misc/bts0525.i
+   OPT: -typecheck tests/misc/bts0525.i
 */
 
 typedef enum {E1=2, E2} T_EN1 ;
diff --git a/tests/misc/bts0525.i b/tests/misc/bts0525.i
index d98c787b607..a594d4b3752 100644
--- a/tests/misc/bts0525.i
+++ b/tests/misc/bts0525.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check tests/misc/bts0525-2.i
+   OPT: tests/misc/bts0525-2.i
 */
 typedef enum {E3=2, E4} T_EN2 ;
 typedef enum {E1=2, E2} T_EN1 ;
diff --git a/tests/misc/change_formals.c b/tests/misc/change_formals.c
index 1e0ae2e0ba3..c84ec7afade 100644
--- a/tests/misc/change_formals.c
+++ b/tests/misc/change_formals.c
@@ -1,8 +1,8 @@
 /* run.config
 EXECNOW: make -s tests/misc/Change_formals.cmxs
-OPT: -load-module tests/misc/Change_formals.cmxs -cpp-extra-args="-DNO_PROTO" -check -then-on test -print
-OPT: -load-module tests/misc/Change_formals.cmxs -cpp-extra-args="-DNO_IMPLEM" -check -then-on test -print
-OPT: -load-module tests/misc/Change_formals.cmxs -check -then-on test -print
+OPT: -load-module tests/misc/Change_formals.cmxs -cpp-extra-args="-DNO_PROTO" -then-on test -print
+OPT: -load-module tests/misc/Change_formals.cmxs -cpp-extra-args="-DNO_IMPLEM" -then-on test -print
+OPT: -load-module tests/misc/Change_formals.cmxs -then-on test -print
 */
 
 #ifndef NO_PROTO
diff --git a/tests/misc/char_ampamp.c b/tests/misc/char_ampamp.c
index 5793ad3629b..6672229ba75 100644
--- a/tests/misc/char_ampamp.c
+++ b/tests/misc/char_ampamp.c
@@ -1,6 +1,3 @@
-/* run.config
-   OPT: -check
- */
 char c=1;
 int y;
 
diff --git a/tests/misc/exception.i b/tests/misc/exception.i
index 530e584d841..d056c83e41e 100644
--- a/tests/misc/exception.i
+++ b/tests/misc/exception.i
@@ -13,6 +13,14 @@ struct my_exn2 bar;
 
 int x = 42;
 
+int f (int c) {
+  return c;
+}
+
+int g(int c) {
+  return f(c);
+}
+
 int f1 (int c) {
   return c;
 }
diff --git a/tests/misc/exception.ml b/tests/misc/exception.ml
index 10123c99415..0af32684819 100644
--- a/tests/misc/exception.ml
+++ b/tests/misc/exception.ml
@@ -1,3 +1,4 @@
+open Cabs
 open Cil_types
 
 let rec init_exn exn init acc =
@@ -63,11 +64,13 @@ let add_catch my_exn my_exn2 f =
   let exn_field = Field (List.hd my_exn.cfields, NoOffset) in
   let exn2_field = Field (List.hd my_exn2.cfields, NoOffset) in
   let loc = Cil_datatype.Location.unknown in
+  let real_locals = f.sbody.blocals in
   let v1 = Cil.makeLocalVar f "exn" exn_type in
   let v2 = Cil.makeLocalVar f "y" Cil.intType in
   let v3 = Cil.makeLocalVar f "exn_aux" exn_type in
   let v4 = Cil.makeLocalVar f "exn2" exn_type2 in
   let v5 = Cil.makeLocalVar f "not_thrown" Cil.doubleType in
+  f.sbody.blocals <- real_locals;
   let id_block =
     Cil.mkBlock [Cil.mkStmtOneInstr (Set (Cil.var v1, Cil.evar ~loc v3, loc))]
   in
@@ -102,11 +105,11 @@ let add_catch my_exn my_exn2 f =
 
 let change_body my_exn my_exn2 glob f =
   match f.svar.vname with
-    | "f1" -> add_my_exn my_exn f
-    | "f2" -> add_int_exn f
-    | "f3" -> add_int_ptr_exn glob f
-    | "f4" -> add_my_exn my_exn2 f
-    | "h" -> add_catch my_exn my_exn2 f
+    | "f1" -> add_my_exn my_exn f; File.must_recompute_cfg f
+    | "f2" -> add_int_exn f; File.must_recompute_cfg f
+    | "f3" -> add_int_ptr_exn glob f; File.must_recompute_cfg f
+    | "f4" -> add_my_exn my_exn2 f; File.must_recompute_cfg f
+    | "h" -> add_catch my_exn my_exn2 f; File.must_recompute_cfg f
     | _ -> ()
 
 let add_exn ast =
@@ -127,6 +130,50 @@ let add_exn ast =
   in
   List.iter treat_glob ast.globals
 
+let loc = Cil_datatype.Location.unknown
+let stmt stmt_node = { stmt_ghost = false; stmt_node }
+let var v = { expr_loc = loc; expr_node = VARIABLE v }
+
+let mk_exn_cabs b =
+    { blabels = []; Cabs.battrs = [];
+      Cabs.bstmts =
+     [ stmt
+         (IF (var "c",
+              stmt (THROW (Some (var "x"),loc)),
+              stmt (BLOCK (b,loc,loc)),loc))] }
+
+let mk_catch_cabs b =
+  { blabels = []; Cabs.battrs = [];
+    Cabs.bstmts =
+      [ stmt
+        (TRY_CATCH
+          (stmt (BLOCK (b,loc,loc)),
+           [Some ([SpecType Tint],("x",JUSTBASE,[],loc)),
+            stmt (
+              RETURN (
+                { expr_loc = loc; expr_node = CONSTANT (CONST_INT "3")}, loc));
+            None,
+            stmt (
+              RETURN (
+                { expr_loc = loc; expr_node = CONSTANT (CONST_INT "4")}, loc))],
+           loc))]}
+
+let add_exn_cabs (f,l) =
+  let treat_one_global (b,d) =
+    let d =
+      match d with
+      | FUNDEF (s,(t,("f",dt,a,l)),b,l1,l2) ->
+        FUNDEF (s,(t,("f",dt,a,l)), mk_exn_cabs b,l1,l2)
+      | FUNDEF (s,(t,("g",dt,a,l)),b,l1,l2) ->
+        FUNDEF (s,(t,("g",dt,a,l)), mk_catch_cabs b,l1,l2)
+      | _ -> d
+    in
+    b,d
+  in
+  (f, List.map treat_one_global l)
+
+let () = Frontc.add_syntactic_transformation add_exn_cabs
+
 let add_exn_cat = File.register_code_transformation_category "add_exn"
 
 let () = File.add_code_transformation_before_cleanup add_exn_cat add_exn
diff --git a/tests/misc/init_from_cil.i b/tests/misc/init_from_cil.i
index 4a0e34395c7..276161982d2 100644
--- a/tests/misc/init_from_cil.i
+++ b/tests/misc/init_from_cil.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -load-script tests/misc/init_from_cil.ml -check
+   OPT: -load-script tests/misc/init_from_cil.ml
 */
 
 int f(int x);
diff --git a/tests/misc/justcopy.i b/tests/misc/justcopy.i
index aeb740ed098..1045df89354 100644
--- a/tests/misc/justcopy.i
+++ b/tests/misc/justcopy.i
@@ -1,3 +1,3 @@
 /* run.config
- OPT: -load-script tests/misc/justcopy.ml -check
+ OPT: -load-script tests/misc/justcopy.ml
 */
diff --git a/tests/misc/keep_entry_point.i b/tests/misc/keep_entry_point.i
index f4aeaecfa94..48746aabe05 100644
--- a/tests/misc/keep_entry_point.i
+++ b/tests/misc/keep_entry_point.i
@@ -1,6 +1,6 @@
 /* run.config
 EXECNOW: make -s @PTEST_DIR@/@PTEST_NAME@.cmxs
-OPT: -main f -load-module @PTEST_DIR@/@PTEST_NAME@.cmxs -check -print
+OPT: -main f -load-module @PTEST_DIR@/@PTEST_NAME@.cmxs -print
 */
 
 static int f(void);
diff --git a/tests/misc/log-file.i b/tests/misc/log-file.i
index eaf0df19ed1..850411d8491 100644
--- a/tests/misc/log-file.i
+++ b/tests/misc/log-file.i
@@ -4,7 +4,7 @@
    LOG: log-file-feedback.txt
    LOG: log-file-value-all.txt
    LOG: log-file-value-default.txt
-   OPT: -kernel-log w:@PTEST_RESULT@/log-file-kernel-warnings.txt,r:@PTEST_RESULT@/log-file-kernel-results.txt -value-log f:@PTEST_RESULT@/log-file-feedback.txt,afewr:@PTEST_RESULT@/log-file-value-all.txt -value-log :@PTEST_RESULT@/log-file-value-default.txt -then -kernel-log f:@PTEST_RESULT@/log-file-feedback.txt -val
+   STDOPT: #"-kernel-log w:@PTEST_RESULT@/log-file-kernel-warnings.txt,r:@PTEST_RESULT@/log-file-kernel-results.txt -value-log f:@PTEST_RESULT@/log-file-feedback.txt,afewr:@PTEST_RESULT@/log-file-value-all.txt -value-log :@PTEST_RESULT@/log-file-value-default.txt -then -kernel-log f:@PTEST_RESULT@/log-file-feedback.txt"
  */
 volatile int a = 42; // generates value warning
 
diff --git a/tests/misc/my_visitor.c b/tests/misc/my_visitor.c
index 2df4e85f08e..921a82c24c4 100644
--- a/tests/misc/my_visitor.c
+++ b/tests/misc/my_visitor.c
@@ -1,7 +1,7 @@
 /* run.config
-EXECNOW: make -s tests/misc/my_visitor_plugin/my_visitor.cmxs
-EXECNOW: LOG my_visitor_sav.res LOG my_visitor_sav.err BIN my_visitor.sav FRAMAC_PLUGIN=./lib/plugins @frama-c@ @PTEST_FILE@ -load-module @PTEST_DIR@/my_visitor_plugin/my_visitor -main f -save @PTEST_DIR@/my_visitor.sav > @PTEST_DIR@/result/my_visitor_sav.res 2> @PTEST_DIR@/result/my_visitor_sav.err
-OPT: -load @PTEST_DIR@/my_visitor.sav -print
+EXECNOW: make -s @PTEST_DIR@/@PTEST_NAME@.cmxs
+EXECNOW: LOG my_visitor_sav.res LOG my_visitor_sav.err BIN my_visitor.sav FRAMAC_PLUGIN=./lib/plugins @frama-c@ @PTEST_FILE@ -load-module @PTEST_DIR@/@PTEST_NAME@ -main f -save @PTEST_DIR@/@PTEST_NAME@.sav > @PTEST_DIR@/result/@PTEST_NAME@_sav.res 2> @PTEST_DIR@/result/@PTEST_NAME@_sav.err
+OPT: -load @PTEST_DIR@/@PTEST_NAME@.sav -print
 */
 int f() {
   int y = 0;
diff --git a/tests/misc/my_visitor_plugin/my_visitor.ml b/tests/misc/my_visitor.ml
similarity index 100%
rename from tests/misc/my_visitor_plugin/my_visitor.ml
rename to tests/misc/my_visitor.ml
diff --git a/tests/misc/oracle/char_ampamp.res.oracle b/tests/misc/oracle/char_ampamp.res.oracle
index 886f421094c..333945dd622 100644
--- a/tests/misc/oracle/char_ampamp.res.oracle
+++ b/tests/misc/oracle/char_ampamp.res.oracle
@@ -1,2 +1,41 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
 [kernel] Parsing tests/misc/char_ampamp.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  c ∈ {1}
+  y ∈ {0}
+[value] computing for function g <- main.
+        Called from tests/misc/char_ampamp.c:12.
+[value] Called Frama_C_show_each_x({1})
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  
+[value:final-states] Values at end of function main:
+  y ∈ {1}
+  __retres ∈ {0}
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function g:
+  NO EFFECTS
+[from] Function main:
+  y FROM c
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function g:
+          \nothing
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function main:
+          y; __retres
+[inout] Inputs for function main:
+          c
diff --git a/tests/misc/oracle/exception.0.res.oracle b/tests/misc/oracle/exception.0.res.oracle
index 5f8c5c25ac1..37519976e66 100644
--- a/tests/misc/oracle/exception.0.res.oracle
+++ b/tests/misc/oracle/exception.0.res.oracle
@@ -10,6 +10,36 @@ struct my_exn2 {
 struct my_exn foo;
 struct my_exn2 bar;
 int x = 42;
+int f(int c)
+{
+  int __retres;
+  if (c) 
+    throw (x);
+  else {
+    __retres = c;
+    goto return_label;
+  }
+  return_label: return __retres;
+}
+
+int g(int c)
+{
+  int __retres;
+  try
+    int tmp;
+    tmp = f(c);
+    __retres = tmp;
+    goto return_label;
+  catch ( int x_0 ) {
+    __retres = 3;
+    goto return_label;
+  } catch ( ... ) {
+      __retres = 4;
+      goto return_label;
+  }
+  return_label: return __retres;
+}
+
 int f1(int c)
 {
   int __retres;
@@ -76,10 +106,6 @@ int h(int c)
 {
   int __retres;
   try
-    struct my_exn2 exn2;
-    struct my_exn exn_aux;
-    int y;
-    struct my_exn exn;
     if (c - 1 <= 0) {
       int tmp;
       tmp = f1(c);
diff --git a/tests/misc/oracle/exception.1.res.oracle b/tests/misc/oracle/exception.1.res.oracle
index a1da343fd65..2a912d1f0fd 100644
--- a/tests/misc/oracle/exception.1.res.oracle
+++ b/tests/misc/oracle/exception.1.res.oracle
@@ -31,6 +31,49 @@ struct __fc_exn_struct __fc_exn =
 struct my_exn foo;
 struct my_exn2 bar;
 int x = 42;
+int f(int c)
+{
+  int __retres;
+  if (c) {
+    __fc_exn.exn_uncaught = 1;
+    __fc_exn.exn_kind = __fc_exn_kind___fc_i;
+    __fc_exn.exn_obj.__fc_i = x;
+    __retres = 0;
+    goto return_label;
+  }
+  else {
+    __retres = c;
+    goto return_label;
+  }
+  return_label: return __retres;
+}
+
+int g(int c)
+{
+  int __retres;
+  {
+    int tmp;
+    tmp = f(c);
+    if (__fc_exn.exn_uncaught == 1) 
+      switch (__fc_exn.exn_kind) case __fc_exn_kind___fc_i: goto __fc_i;
+    __retres = tmp;
+    goto return_label;
+    if (0) {
+      int x_0;
+      __fc_i: __fc_exn.exn_uncaught = 0;
+      x_0 = __fc_exn.exn_obj.__fc_i;
+      __retres = 3;
+      goto return_label;
+    }
+    if (0) {
+      catch_all: __fc_exn.exn_uncaught = 0;
+      __retres = 4;
+      goto return_label;
+    }
+  }
+  return_label: return __retres;
+}
+
 int f1(int c)
 {
   int __retres;
@@ -112,83 +155,76 @@ int f4(int c)
 int h(int c)
 {
   int __retres;
-  {
-    struct my_exn2 exn2;
-    struct my_exn exn_aux;
-    int y;
-    struct my_exn exn;
-    if (c - 1 <= 0) {
-      int tmp;
-      tmp = f1(c);
-      if (__fc_exn.exn_uncaught == 1) 
-        switch (__fc_exn.exn_kind) case __fc_exn_kind___fc_Smy_exn:
-                                     goto __fc_Smy_exn_1;
-      __retres = tmp;
-      goto return_label;
+  if (c - 1 <= 0) {
+    int tmp;
+    tmp = f1(c);
+    if (__fc_exn.exn_uncaught == 1) 
+      switch (__fc_exn.exn_kind) case __fc_exn_kind___fc_Smy_exn:
+                                   goto __fc_Smy_exn_1;
+    __retres = tmp;
+    goto return_label;
+  }
+  else 
+    if (c - 100 <= 0) {
+      int tmp_0;
+      /*@ returns __fc_exn.exn_uncaught ≡ 0 ⇒ \result ≡ c+1; */
+      {
+        tmp_0 = f2(c);
+        if (__fc_exn.exn_uncaught == 1) 
+          switch (__fc_exn.exn_kind) case __fc_exn_kind___fc_i: goto __fc_i;
+        __retres = tmp_0;
+        /*@ assert __retres ≡ c+1; */ ;
+        goto return_label;
+      }
     }
     else 
-      if (c - 100 <= 0) {
-        int tmp_0;
-        /*@ returns __fc_exn.exn_uncaught ≡ 0 ⇒ \result ≡ c+1; */
-        {
-          tmp_0 = f2(c);
-          if (__fc_exn.exn_uncaught == 1) 
-            switch (__fc_exn.exn_kind) case __fc_exn_kind___fc_i:
-                                         goto __fc_i;
-          __retres = tmp_0;
-          /*@ assert __retres ≡ c+1; */ ;
-          goto return_label;
-        }
+      if (c > 360) {
+        int tmp_1;
+        tmp_1 = f3(c);
+        if (__fc_exn.exn_uncaught == 1) 
+          switch (__fc_exn.exn_kind) default: goto catch_all;
+        __retres = tmp_1;
+        goto return_label;
       }
-      else 
-        if (c > 360) {
-          int tmp_1;
-          tmp_1 = f3(c);
-          if (__fc_exn.exn_uncaught == 1) 
-            switch (__fc_exn.exn_kind) default: goto catch_all;
-          __retres = tmp_1;
-          goto return_label;
-        }
-        else {
-          int tmp_2;
-          tmp_2 = f4(c);
-          if (__fc_exn.exn_uncaught == 1) 
-            switch (__fc_exn.exn_kind) case __fc_exn_kind___fc_Smy_exn2:
-                                         goto __fc_Smy_exn2_2;
-          __retres = tmp_2;
-          goto return_label;
-        }
-    if (0) {
-      struct my_exn exn;
-      if (0) {
-        struct my_exn2 exn2;
-        __fc_Smy_exn2_2: exn2 = __fc_exn.exn_obj.__fc_Smy_exn2;
-        exn.e = exn2.c;
-        goto __fc_Smy_exn;
+      else {
+        int tmp_2;
+        tmp_2 = f4(c);
+        if (__fc_exn.exn_uncaught == 1) 
+          switch (__fc_exn.exn_kind) case __fc_exn_kind___fc_Smy_exn2:
+                                       goto __fc_Smy_exn2_2;
+        __retres = tmp_2;
+        goto return_label;
       }
-      if (0) {
-        struct my_exn exn_aux;
-        __fc_Smy_exn_1: exn_aux = __fc_exn.exn_obj.__fc_Smy_exn;
-        exn = exn_aux;
-        goto __fc_Smy_exn;
-      }
-      __fc_Smy_exn: __fc_exn.exn_uncaught = 0;
-      __retres = exn.e;
-      goto return_label;
-    }
+  if (0) {
+    struct my_exn exn;
     if (0) {
-      int y;
-      __fc_i: __fc_exn.exn_uncaught = 0;
-      y = __fc_exn.exn_obj.__fc_i;
-      __retres = y;
-      goto return_label;
+      struct my_exn2 exn2;
+      __fc_Smy_exn2_2: exn2 = __fc_exn.exn_obj.__fc_Smy_exn2;
+      exn.e = exn2.c;
+      goto __fc_Smy_exn;
     }
     if (0) {
-      catch_all: __fc_exn.exn_uncaught = 0;
-      __fc_exn.exn_uncaught = 1;
-      __retres = 0;
-      goto return_label;
+      struct my_exn exn_aux;
+      __fc_Smy_exn_1: exn_aux = __fc_exn.exn_obj.__fc_Smy_exn;
+      exn = exn_aux;
+      goto __fc_Smy_exn;
     }
+    __fc_Smy_exn: __fc_exn.exn_uncaught = 0;
+    __retres = exn.e;
+    goto return_label;
+  }
+  if (0) {
+    int y;
+    __fc_i: __fc_exn.exn_uncaught = 0;
+    y = __fc_exn.exn_obj.__fc_i;
+    __retres = y;
+    goto return_label;
+  }
+  if (0) {
+    catch_all: __fc_exn.exn_uncaught = 0;
+    __fc_exn.exn_uncaught = 1;
+    __retres = 0;
+    goto return_label;
   }
   return_label: return __retres;
 }
diff --git a/tests/misc/oracle/log-file.res.oracle b/tests/misc/oracle/log-file.res.oracle
index d359f791027..679a60d3dcc 100644
--- a/tests/misc/oracle/log-file.res.oracle
+++ b/tests/misc/oracle/log-file.res.oracle
@@ -18,3 +18,18 @@ tests/misc/log-file.i:16:[value] entering loop for the first time
 [value:final-states] Values at end of function main:
   i ∈ {1}
   __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/misc/visitor_creates_func_bts_1349.i b/tests/misc/visitor_creates_func_bts_1349.i
index 5f4a684cc06..3fc9e30144b 100644
--- a/tests/misc/visitor_creates_func_bts_1349.i
+++ b/tests/misc/visitor_creates_func_bts_1349.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check -load-script tests/misc/Visitor_creates_func_bts_1349.ml -then-on test -print
+   OPT: -load-script tests/misc/Visitor_creates_func_bts_1349.ml -then-on test -print
 */
 
 int a = 10;
diff --git a/tests/non-free/Longinit_sequencer.i b/tests/non-free/Longinit_sequencer.i
index 2cc2bddf215..67c8cd916a2 100644
--- a/tests/non-free/Longinit_sequencer.i
+++ b/tests/non-free/Longinit_sequencer.i
@@ -1,4 +1,4 @@
 /* run.config*
 EXECNOW: make tests/non-free/Longinit_sequencer.cmxs
-OPT: -load-module tests/non-free/Longinit_sequencer.cmxs
+OPT: -load-module tests/non-free/Longinit_sequencer.cmxs -res-file @PTEST_RESULT@
 */
diff --git a/tests/non-free/Longinit_sequencer.ml b/tests/non-free/Longinit_sequencer.ml
index 5362f9a4f7f..49ff4661382 100644
--- a/tests/non-free/Longinit_sequencer.ml
+++ b/tests/non-free/Longinit_sequencer.ml
@@ -10,18 +10,27 @@ include Plugin.Register
   let help = "utility script for tests"
  end)
 
-let tmpfile = "tests/non-free/result/Longinit_sequencer.sav"
+module Res = String(struct
+    let option_name = "-res-file"
+    let help = ""
+    let arg_name = "file"
+    let default = "result"
+  end)
 
 let ok = ref false
 
+let tmpfile () = Res.get () ^ "/Longinit_sequencer.sav"
+
 let () =
   at_exit (fun () ->
+    let tmpfile = tmpfile () in
     if Debug.get () >= 1 || not !ok then
       result "Keeping temp file %s" tmpfile
     else
       try Sys.remove tmpfile with Sys_error _ -> ())
 
 let main () =
+  let tmpfile = tmpfile () in
   let fmt = Format.std_formatter in
   let display_results state = Format.fprintf fmt "@[%a@]@\n" !Db.Value.display state in
   Dynamic.Parameter.String.set "" "tests/non-free/long_init.c";
diff --git a/tests/non-free/big_local_array.i b/tests/non-free/big_local_array.i
index 1fce37ef7c6..c3385491aea 100644
--- a/tests/non-free/big_local_array.i
+++ b/tests/non-free/big_local_array.i
@@ -1,7 +1,7 @@
 /* run.config*
-OPT: -print -journal-disable -check -val -report
+OPT: -print -journal-disable -val -report
 OPT: -load-script tests/non-free/big_local_array_script.ml -then-on prj -print -report
-OPT: -print -journal-disable -check -no-initialized-padding-locals -val
+OPT: -print -journal-disable -no-initialized-padding-locals -val
 */
 
 struct S {
diff --git a/tests/non-free/oracle/Longinit_sequencer.res.oracle b/tests/non-free/oracle/Longinit_sequencer.res.oracle
index 4cb50421baa..cb116cdf460 100644
--- a/tests/non-free/oracle/Longinit_sequencer.res.oracle
+++ b/tests/non-free/oracle/Longinit_sequencer.res.oracle
@@ -371,9 +371,9 @@ tests/non-free/long_init2.c:34:[value] Assigning imprecise value to garbled_mix.
 [value] Skipping call to init_inner, loading globals state from file:
         tests/non-free/result/Longinit_sequencer.sav
 [value] warning: importing garbled mix, locations may have changed
-[value] warning: variable `r (id 594)' is not global, possibly an escaping value; ignoring
-[value] warning: variable `r2 (id 597)' is not global, possibly an escaping value; ignoring
-[value] warning: variable `r2 (id 597)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r (id 602)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
 [value] warning: found new global variable `another_global'
 [value] Recording results for init_outer
 [value] Done for function init_outer
diff --git a/tests/non-free/oracle/alloc.0.res.oracle b/tests/non-free/oracle/alloc.0.res.oracle
index 3462232225f..6bbe7a5e476 100644
--- a/tests/non-free/oracle/alloc.0.res.oracle
+++ b/tests/non-free/oracle/alloc.0.res.oracle
@@ -20,8 +20,8 @@
 [value] computing for function malloc <- main.
         Called from tests/non-free/alloc.c:16.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 [value] computing for function malloc <- main.
diff --git a/tests/non-free/oracle/alloc.1.res.oracle b/tests/non-free/oracle/alloc.1.res.oracle
index 225071d1e36..d4e9c812cea 100644
--- a/tests/non-free/oracle/alloc.1.res.oracle
+++ b/tests/non-free/oracle/alloc.1.res.oracle
@@ -21,8 +21,8 @@
 [value] computing for function malloc <- main_abs.
         Called from tests/non-free/alloc.c:50.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 tests/non-free/alloc.c:51:[value] warning: signed overflow. assert -2147483648 ≤ -((int)q);
diff --git a/tests/non-free/oracle/allocated.0.res.oracle b/tests/non-free/oracle/allocated.0.res.oracle
index 3b9554b452d..b48e8056265 100644
--- a/tests/non-free/oracle/allocated.0.res.oracle
+++ b/tests/non-free/oracle/allocated.0.res.oracle
@@ -143,7 +143,7 @@ tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final st
   \result FROM \nothing
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          __fc_heap_status; i; j; p; tmp; tmp_0; k; tmp_1; size; pb; __retres;
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
           __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..2];
           __malloc_main_l63; __malloc_main_l73; __malloc_w_main_l82[0..2];
           __malloc_main_l97[0]; __malloc_main_l114[0..3]
diff --git a/tests/non-free/oracle/allocated.1.res.oracle b/tests/non-free/oracle/allocated.1.res.oracle
index 8aafe4e383b..53cbaa8819d 100644
--- a/tests/non-free/oracle/allocated.1.res.oracle
+++ b/tests/non-free/oracle/allocated.1.res.oracle
@@ -510,7 +510,7 @@ tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final st
   \result FROM \nothing
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          __fc_heap_status; i; j; p; tmp; tmp_0; k; tmp_1; size; pb; __retres;
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
           __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..1];
           __malloc_main_l50_0[0..2]; __malloc_main_l63; __malloc_main_l63_0;
           __malloc_main_l63_1; __malloc_main_l63_2; __malloc_main_l73;
diff --git a/tests/non-free/oracle/allocated.res.oracle b/tests/non-free/oracle/allocated.res.oracle
deleted file mode 100644
index 6a803c9e23c..00000000000
--- a/tests/non-free/oracle/allocated.res.oracle
+++ /dev/null
@@ -1,114 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/non-free/allocated.c (with preprocessing)
-[value] Analyzing a complete application starting at main
-[value] Computing initial state
-[value] Initial state computed
-[value] Values of globals at initialization
-  __fc_random_counter ∈ {0}
-  __fc_rand_max ∈ {32767}
-  __fc_heap_status ∈ [--..--]
-  nondet ∈ [--..--]
-tests/non-free/allocated.c:25:[value] Allocating variable __malloc_main_l25 of type int [1073741824]
-tests/non-free/allocated.c:27:[kernel] warning: out of bounds read. assert \valid_read(p+1);
-tests/non-free/allocated.c:28:[kernel] warning: out of bounds read. assert \valid_read(p+2);
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l25 }})
-[value] Called Frama_C_show_each_p0({17})
-[value] Called Frama_C_show_each_p_after_free({{  }})
-tests/non-free/allocated.c:36:[value] Allocating variable __malloc_main_l36 of type int [1073741824]
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l36 }})
-[value] Called Frama_C_show_each_p0({13})
-[value] Called Frama_C_show_each_p1({54})
-tests/non-free/allocated.c:44:[kernel] warning: accessing left-value that contains escaping addresses:
-                  assert ¬\dangling(&p);
-tests/non-free/allocated.c:49:[value] Allocating variable __malloc_main_l49 of type int [1073741824]
-tests/non-free/allocated.c:52:[kernel] warning: out of bounds write. assert \valid(p+2);
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l49 }})
-[value] Called Frama_C_show_each_p0({13})
-[value] Called Frama_C_show_each_p1({42})
-[value] Called Frama_C_show_each_p2({77})
-tests/non-free/allocated.c:62:[value] Allocating variable __malloc_main_l62 of type int [1073741824]
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l62 }})
-[value] Called Frama_C_show_each_p0({0})
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l62 }})
-[value] Called Frama_C_show_each_p0({1})
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l62 }})
-[value] Called Frama_C_show_each_p0({2})
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l62 }})
-[value] Called Frama_C_show_each_p0({3})
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l62 }})
-[value] Called Frama_C_show_each_p0({4})
-tests/non-free/allocated.c:72:[value] Allocating variable __malloc_main_l72 of type int [1073741824]
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l72 }})
-[value] Called Frama_C_show_each_p0({0})
-tests/non-free/allocated.c:71:[value] entering loop for the first time
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l72 }})
-[value] Called Frama_C_show_each_p0({1})
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l72 }})
-[value] Called Frama_C_show_each_p0({1; 2})
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l72 }})
-[value] Called Frama_C_show_each_p0({1; 2; 3})
-[value] Called Frama_C_show_each_p({{ &__malloc_main_l72 }})
-[value] Called Frama_C_show_each_p0({1; 2; 3; 4})
-tests/non-free/allocated.c:81:[value] Allocating variable __malloc_main_l81 of type int [1073741824]
-tests/non-free/allocated.c:80:[value] entering loop for the first time
-tests/non-free/allocated.c:81:[value] Re-allocating variable __malloc_main_l81 (new max_alloc: 31)
-tests/non-free/allocated.c:82:[value] entering loop for the first time
-[value] Called Frama_C_show_each_pj({7})
-tests/non-free/allocated.c:81:[value] Re-allocating variable __malloc_main_l81 (new max_alloc: 63)
-[value] Called Frama_C_show_each_pj({7; 10; 14; 17})
-[value] Called Frama_C_show_each_pj({7; 10; 14; 17})
-tests/non-free/allocated.c:81:[value] Re-allocating variable __malloc_main_l81 (new max_alloc: 95)
-[value] Called Frama_C_show_each_pj([7..27])
-tests/non-free/allocated.c:81:[value] Re-allocating variable __malloc_main_l81 (new max_alloc: 127)
-[value] Called Frama_C_show_each_pj([7..37])
-[value] Called Frama_C_show_each_pj([7..127])
-[value] Recording results for main
-[value] done for function main
-tests/non-free/allocated.c:27:[value] Assertion 'Value,mem_access' got final status invalid.
-tests/non-free/allocated.c:28:[value] Assertion 'Value,mem_access' got final status invalid.
-[value] ====== VALUES COMPUTED ======
-[value] Values at end of function main:
-  __fc_heap_status ∈ [--..--]
-  i ∈ {5}
-  j ∈ {0; 1; 2; 3; 4}
-  p ∈ {{ &__malloc_main_l81[0] }} or ESCAPINGADDR
-  k ∈ {8; 12}
-  __retres ∈ {0}
-  __malloc_main_l25[0..1073741823] ∈ UNINITIALIZED
-  __malloc_main_l36[0..1073741823] ∈ UNINITIALIZED
-  __malloc_main_l49[0..1073741823] ∈ UNINITIALIZED
-  __malloc_main_l62[0..1073741823] ∈ UNINITIALIZED
-  __malloc_main_l72[0..1073741823] ∈ UNINITIALIZED
-  __malloc_main_l81[0..1] ∈ [7..127] or UNINITIALIZED
-                   [2..3] ∈ [7..37] or UNINITIALIZED
-[from] Computing for function main
-[from] Computing for function malloc <-main
-[from] Done for function malloc
-[from] Computing for function free <-main
-[from] Done for function free
-[from] Done for function main
-[from] ====== DEPENDENCIES COMPUTED ======
-       These dependencies hold at termination for the executions that terminate:
-[from] Function free:
-  __fc_heap_status FROM __fc_heap_status (and SELF)
-[from] Function malloc:
-  __fc_heap_status FROM __fc_heap_status; size (and SELF)
-  \result FROM __fc_heap_status; size
-[from] Function main:
-  __fc_heap_status FROM __fc_heap_status; nondet (and SELF)
-  __malloc_main_l25[0] FROM __fc_heap_status
-  __malloc_main_l36[0..1] FROM __fc_heap_status; nondet
-  __malloc_main_l49[0..2] FROM __fc_heap_status; nondet
-  __malloc_main_l62[0] FROM __fc_heap_status; nondet (and SELF)
-  __malloc_main_l72[0] FROM __fc_heap_status; nondet (and SELF)
-  __malloc_main_l81[0..3] FROM __fc_heap_status; nondet (and SELF)
-  \result FROM \nothing
-[from] ====== END OF DEPENDENCIES ======
-[inout] Out (internal) for function main:
-          __fc_heap_status; i; j; p; k; tmp; __retres; __malloc_main_l25[0];
-          __malloc_main_l36[0..1]; __malloc_main_l49[0..2]; __malloc_main_l62[0];
-          __malloc_main_l72[0]; __malloc_main_l81[0..3]
-[inout] Inputs for function main:
-          __fc_heap_status; nondet; __malloc_main_l25[0]; __malloc_main_l36[0..1];
-          __malloc_main_l49[0..2]; __malloc_main_l62[0]; __malloc_main_l72[0];
-          __malloc_main_l81[0..3]
diff --git a/tests/non-free/oracle/from_result.res.oracle b/tests/non-free/oracle/from_result.res.oracle
index a7d3a58c3a5..36a5531a9c1 100644
--- a/tests/non-free/oracle/from_result.res.oracle
+++ b/tests/non-free/oracle/from_result.res.oracle
@@ -13,8 +13,8 @@
 [value] computing for function malloc <- bar <- main.
         Called from tests/non-free/from_result.c:18.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 [value] Recording results for bar
diff --git a/tests/non-free/oracle/malloc-size-zero.res.oracle b/tests/non-free/oracle/malloc-size-zero.res.oracle
deleted file mode 100644
index 098889674d4..00000000000
--- a/tests/non-free/oracle/malloc-size-zero.res.oracle
+++ /dev/null
@@ -1,127 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/non-free/malloc-size-zero.i (no preprocessing)
-[value] user error: no assigns specified for function 'malloc1', for which a builtin
-                    or the specification will be used. Potential unsoundness.
-[value] user error: no assigns specified for function 'malloc2', for which a builtin
-                    or the specification will be used. Potential unsoundness.
-[value] user error: no assigns specified for function 'free', for which a builtin
-                    or the specification will be used. Potential unsoundness.
-[value] Analyzing a complete application starting at main
-[value] Computing initial state
-[value] Initial state computed
-[value] Values of globals at initialization
-  foo ∈ [--..--]
-[value] computing for function calloc1 <- main.
-        Called from tests/non-free/malloc-size-zero.i:20.
-[value] Recording results for calloc1
-[value] Done for function calloc1
-[value] computing for function calloc2 <- main.
-        Called from tests/non-free/malloc-size-zero.i:21.
-tests/non-free/malloc-size-zero.i:14:[value] Allocating variable __malloc_calloc2_l14 of type char [0]
-[value] Recording results for calloc2
-[value] Done for function calloc2
-[value] Called Frama_C_show_each_not_NULL_p1()
-[value] Called Frama_C_show_each_not_NULL_p2()
-tests/non-free/malloc-size-zero.i:34:[kernel] warning: pointer comparison. assert \pointer_comparable((void *)(p1+1), (void *)0);
-tests/non-free/malloc-size-zero.i:35:[kernel] warning: pointer comparison. assert \pointer_comparable((void *)(p2+1), (void *)0);
-tests/non-free/malloc-size-zero.i:38:[value] entering loop for the first time
-[value] computing for function calloc1 <- main.
-        Called from tests/non-free/malloc-size-zero.i:40.
-[value] Recording results for calloc1
-[value] Done for function calloc1
-[value] computing for function calloc2 <- main.
-        Called from tests/non-free/malloc-size-zero.i:41.
-tests/non-free/malloc-size-zero.i:14:[value] Allocating variable __malloc_calloc2_l14_0 of type char [0]
-[value] Recording results for calloc2
-[value] Done for function calloc2
-[value] computing for function calloc1 <- main.
-        Called from tests/non-free/malloc-size-zero.i:40.
-[value] Recording results for calloc1
-[value] Done for function calloc1
-[value] computing for function calloc2 <- main.
-        Called from tests/non-free/malloc-size-zero.i:41.
-[value] Recording results for calloc2
-[value] Done for function calloc2
-[value] computing for function calloc1 <- main.
-        Called from tests/non-free/malloc-size-zero.i:40.
-[value] Recording results for calloc1
-[value] Done for function calloc1
-[value] computing for function calloc2 <- main.
-        Called from tests/non-free/malloc-size-zero.i:41.
-[value] Recording results for calloc2
-[value] Done for function calloc2
-[value] computing for function calloc1 <- main.
-        Called from tests/non-free/malloc-size-zero.i:40.
-[value] Recording results for calloc1
-[value] Done for function calloc1
-[value] computing for function calloc2 <- main.
-        Called from tests/non-free/malloc-size-zero.i:41.
-[value] Recording results for calloc2
-[value] Done for function calloc2
-[value] computing for function calloc1 <- main.
-        Called from tests/non-free/malloc-size-zero.i:40.
-[value] Recording results for calloc1
-[value] Done for function calloc1
-[value] computing for function calloc2 <- main.
-        Called from tests/non-free/malloc-size-zero.i:41.
-[value] Recording results for calloc2
-[value] Done for function calloc2
-[value] computing for function calloc1 <- main.
-        Called from tests/non-free/malloc-size-zero.i:40.
-[value] Recording results for calloc1
-[value] Done for function calloc1
-[value] DUMPING STATE of file tests/non-free/malloc-size-zero.i line 44
-        foo ∈ [--..--]
-        p1 ∈ {{ &__malloc_calloc1_l10[0] }}
-        p2 ∈ {{ &__malloc_calloc2_l14[0] }}
-        q1 ∈
-          {{ &__malloc_calloc1_l10_0[0] ; &__malloc_calloc1_l10_1[0] ;
-             &__malloc_calloc1_l10_2[0] ; &__malloc_calloc1_l10_3 + [0..--],0%8 }} or UNINITIALIZED
-        q2 ∈ {{ &__malloc_calloc2_l14_0[0] }} or UNINITIALIZED
-        __retres ∈ UNINITIALIZED
-        __malloc_calloc1_l10_3[0..4294967294] ∈ UNINITIALIZED
-        =END OF DUMP==
-tests/non-free/malloc-size-zero.i:46:[kernel] warning: out of bounds write. assert \valid(p1);
-tests/non-free/malloc-size-zero.i:46:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
-tests/non-free/malloc-size-zero.i:49:[kernel] warning: out of bounds write. assert \valid(p2);
-tests/non-free/malloc-size-zero.i:49:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
-[value] Called Frama_C_show_each({{ &__malloc_calloc1_l10_0 ;
-                                    &__malloc_calloc1_l10_1 ;
-                                    &__malloc_calloc1_l10_2 ;
-                                    &__malloc_calloc1_l10_3 + [0..--],0%8 }})
-[value] Called Frama_C_show_each({{ &__malloc_calloc2_l14_0 }})
-tests/non-free/malloc-size-zero.i:55:[value] Assertion got status unknown.
-tests/non-free/malloc-size-zero.i:57:[kernel] warning: accessing uninitialized left-value. assert \initialized(&q1);
-tests/non-free/malloc-size-zero.i:57:[kernel] warning: out of bounds write. assert \valid(q1);
-tests/non-free/malloc-size-zero.i:57:[kernel] more than 200(536870912) locations to update in array. Approximating.
-tests/non-free/malloc-size-zero.i:57:[kernel] more than 200(536870912) elements to enumerate. Approximating.
-tests/non-free/malloc-size-zero.i:59:[kernel] warning: accessing uninitialized left-value. assert \initialized(&q1);
-tests/non-free/malloc-size-zero.i:59:[value] warning: Wrong free: assert(pass a freeable address)
-tests/non-free/malloc-size-zero.i:60:[value] Assertion got status valid.
-tests/non-free/malloc-size-zero.i:62:[kernel] warning: accessing uninitialized left-value. assert \initialized(&q2);
-tests/non-free/malloc-size-zero.i:62:[kernel] warning: out of bounds write. assert \valid(q2);
-tests/non-free/malloc-size-zero.i:62:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
-tests/non-free/malloc-size-zero.i:64:[kernel] warning: accessing uninitialized left-value. assert \initialized(&q2);
-[value] Recording results for main
-[value] done for function main
-tests/non-free/malloc-size-zero.i:46:[value] Assertion 'Value,mem_access' got final status invalid.
-tests/non-free/malloc-size-zero.i:49:[value] Assertion 'Value,mem_access' got final status invalid.
-tests/non-free/malloc-size-zero.i:62:[value] Assertion 'Value,mem_access' got final status invalid.
-[value] ====== VALUES COMPUTED ======
-tests/non-free/malloc-size-zero.i:10:[kernel] warning: Neither code nor specification for function malloc1, generating default assigns from the prototype
-[value] Values at end of function calloc1:
-  
-tests/non-free/malloc-size-zero.i:14:[kernel] warning: Neither code nor specification for function malloc2, generating default assigns from the prototype
-[value] Values at end of function calloc2:
-  
-tests/non-free/malloc-size-zero.i:51:[kernel] warning: Neither code nor specification for function free, generating default assigns from the prototype
-[value] Values at end of function main:
-  p1 ∈ ESCAPINGADDR
-  p2 ∈ ESCAPINGADDR
-  q1 ∈
-    {{ &__malloc_calloc1_l10_0[0] ; &__malloc_calloc1_l10_1[0] ;
-       &__malloc_calloc1_l10_2[0] ; &__malloc_calloc1_l10_3 + [0..--],0%8 }} or ESCAPINGADDR
-  q2 ∈ ESCAPINGADDR
-  __retres ∈ {0}
-  __malloc_calloc1_l10_3[0..4294967288] ∈ {1} or UNINITIALIZED
-                        [4294967289..4294967294] ∈ UNINITIALIZED
diff --git a/tests/non-free/oracle/malloc_individual.res.oracle b/tests/non-free/oracle/malloc_individual.res.oracle
index b0d76ac1835..b37ac463bb4 100644
--- a/tests/non-free/oracle/malloc_individual.res.oracle
+++ b/tests/non-free/oracle/malloc_individual.res.oracle
@@ -15,8 +15,8 @@
 [value] computing for function malloc <- main.
         Called from tests/non-free/malloc_individual.c:9.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 tests/non-free/malloc_individual.c:13:[value] warning: accessing uninitialized left-value. assert \initialized(p);
diff --git a/tests/non-free/oracle/memchr.res.oracle b/tests/non-free/oracle/memchr.res.oracle
index a0ddf368798..427a520aa37 100644
--- a/tests/non-free/oracle/memchr.res.oracle
+++ b/tests/non-free/oracle/memchr.res.oracle
@@ -79,16 +79,14 @@ tests/non-free/memchr.c:112:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_zero_termination <- main.
         Called from tests/non-free/memchr.c:113.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_zero_termination <- main.
         Called from tests/non-free/memchr.c:119.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated2{[2], [3]} }},
                                         {0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] Recording results for memchr_zero_termination
@@ -99,8 +97,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:127.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&empty_or_uninitialized }},
                                         {0},{1}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -108,15 +105,13 @@ tests/non-free/memchr.c:128:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:131.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&uninitialized }},{0},{1}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:136.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -124,8 +119,7 @@ tests/non-free/memchr.c:137:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:143.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({3})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -147,9 +141,8 @@ share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:196.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -164,9 +157,8 @@ tests/non-free/memchr.c:198:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:201.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -181,9 +173,8 @@ tests/non-free/memchr.c:203:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:206.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -198,9 +189,8 @@ tests/non-free/memchr.c:208:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:211.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -220,9 +210,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:217.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -251,9 +240,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:232.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -268,9 +256,8 @@ tests/non-free/memchr.c:234:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:238.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -285,9 +272,8 @@ tests/non-free/memchr.c:240:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:243.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [45..55] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -323,8 +309,7 @@ tests/non-free/memchr.c:269:[value] assertion got status valid.
         Called from tests/non-free/memchr.c:299.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&unterminated_string }},
                                         {0},{13}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_misc <- main.
@@ -338,8 +323,7 @@ tests/non-free/memchr.c:303:[value] assertion got status valid.
 [value] computing for function my_memchr2 <- memchr_misc <- main.
         Called from tests/non-free/memchr.c:305.
 tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ &x + {0; 3} }},{0},{12}))
-tests/non-free/memchr.c:64:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:64:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr2({0})
 [value] Recording results for my_memchr2
 [value] Done for function my_memchr2
@@ -347,8 +331,7 @@ tests/non-free/memchr.c:306:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_misc <- main.
         Called from tests/non-free/memchr.c:308.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&loc_char_array }},{0},{5}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_misc <- main.
@@ -441,8 +424,7 @@ tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "mno\000pq
 [value] computing for function my_memchr <- memchr_misc2 <- main.
         Called from tests/non-free/memchr.c:341.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&maybe_init }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -452,8 +434,7 @@ tests/non-free/memchr.c:342:[value] assertion got status valid.
 [value] computing for function memchr_bitfields <- main.
         Called from tests/non-free/memchr.c:653.
 tests/non-free/memchr.c:161:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{3}))
-tests/non-free/memchr.c:161:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:161:
-                 reading indeterminate data
+tests/non-free/memchr.c:161:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for memchr_bitfields
 [value] Done for function memchr_bitfields
 [value] computing for function memchr_bitfields2 <- main.
@@ -473,8 +454,7 @@ tests/non-free/memchr.c:255:[value] warning: locals {x} escaping the scope of a
 [value] computing for function my_memchr <- memchr_escaping <- main.
         Called from tests/non-free/memchr.c:258.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible escaping addresses
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible escaping addresses
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -496,8 +476,7 @@ tests/non-free/memchr.c:356:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:364.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{800}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -505,8 +484,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:365.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{805}))
 tests/non-free/memchr.c:50:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -514,8 +492,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:366.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4000001}))
 tests/non-free/memchr.c:50:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -526,24 +503,21 @@ tests/non-free/memchr.c:370:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:372.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{1600}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:373.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{1608}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:374.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{8000000}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -586,8 +560,7 @@ tests/non-free/memchr.c:396:[value] assertion got status valid.
 [value] computing for function my_memchr2 <- memchr_no_zero_but_ok <- main.
         Called from tests/non-free/memchr.c:397.
 tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s{[7], [18]} }},{0},{5}))
-tests/non-free/memchr.c:64:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:64:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr2({10; 18; 19})
 [value] Recording results for my_memchr2
 [value] Done for function my_memchr2
@@ -656,9 +629,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{1;
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:443.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -670,9 +642,8 @@ tests/non-free/memchr.c:445:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:449.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -684,9 +655,8 @@ tests/non-free/memchr.c:451:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:454.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -701,9 +671,8 @@ tests/non-free/memchr.c:456:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:459.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -718,9 +687,8 @@ tests/non-free/memchr.c:461:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:464.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -735,9 +703,8 @@ tests/non-free/memchr.c:466:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:469.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -757,9 +724,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:475.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -773,9 +739,8 @@ tests/non-free/memchr.c:476:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:479.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[0..100]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -792,9 +757,8 @@ tests/non-free/memchr.c:480:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:484.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..10] }},{0},[0..90]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -865,9 +829,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[16] }}
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:516.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..9] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -886,8 +849,7 @@ tests/non-free/memchr.c:518:[value] warning: assertion 'refined' got status unkn
         Called from tests/non-free/memchr.c:522.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9]} }},{0},[2..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -902,8 +864,7 @@ tests/non-free/memchr.c:523:[value] assertion got status valid.
         Called from tests/non-free/memchr.c:527.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9]} }},{0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -919,8 +880,7 @@ tests/non-free/memchr.c:528:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..9]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -936,8 +896,7 @@ tests/non-free/memchr.c:533:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -953,8 +912,7 @@ tests/non-free/memchr.c:538:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -968,9 +926,8 @@ tests/non-free/memchr.c:543:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:547.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -987,9 +944,8 @@ tests/non-free/memchr.c:548:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:552.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1006,9 +962,8 @@ tests/non-free/memchr.c:553:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:557.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1028,8 +983,7 @@ tests/non-free/memchr.c:558:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1124,8 +1078,7 @@ tests/non-free/memchr.c:606:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97; 98},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1174,8 +1127,7 @@ tests/non-free/memchr.c:617:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{98; 99},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 1; 2})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1229,8 +1181,7 @@ tests/non-free/memchr.c:629:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{0; 98; 99},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 1; 2; 3})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
diff --git a/tests/non-free/oracle/str_allocated.res.oracle b/tests/non-free/oracle/str_allocated.res.oracle
index 72baddb1c63..e5e44c91843 100644
--- a/tests/non-free/oracle/str_allocated.res.oracle
+++ b/tests/non-free/oracle/str_allocated.res.oracle
@@ -17,8 +17,7 @@ tests/non-free/str_allocated.c:12:[value:malloc] resizing variable `__malloc_w_m
 tests/non-free/str_allocated.c:14:[value] warning: accessing uninitialized left-value. assert \initialized(&b);
 tests/non-free/str_allocated.c:14:[value] Call to builtin Frama_C_memchr(({{ (void const *)&__malloc_w_memchr_bug_l12 }},
                                         {1},{1}))
-tests/non-free/str_allocated.c:14:[value] warning: built-in Frama_C_memchr: tests/non-free/str_allocated.c:14:
-                 reading indeterminate data
+tests/non-free/str_allocated.c:14:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for memchr_bug
 [value] Done for function memchr_bug
 [value] Recording results for main
diff --git a/tests/non-free/oracle/strchr.res.oracle b/tests/non-free/oracle/strchr.res.oracle
index e1b504509de..a49bc2418f6 100644
--- a/tests/non-free/oracle/strchr.res.oracle
+++ b/tests/non-free/oracle/strchr.res.oracle
@@ -53,8 +53,7 @@ tests/non-free/strchr.c:91:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_small_sets <- main.
         Called from tests/non-free/strchr.c:95.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -66,8 +65,7 @@ tests/non-free/strchr.c:96:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:104.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_non_terminated[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -75,15 +73,13 @@ tests/non-free/strchr.c:105:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:109.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:115.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated2[2] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] Recording results for strchr_zero_termination
@@ -93,8 +89,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:123.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_uninitialized[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -102,15 +97,13 @@ tests/non-free/strchr.c:124:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:127.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &uninitialized[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:132.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -118,8 +111,7 @@ tests/non-free/strchr.c:133:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:139.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({3})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -141,9 +133,8 @@ share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:192.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -157,9 +148,8 @@ tests/non-free/strchr.c:193:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:196.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [5..17] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -174,9 +164,8 @@ tests/non-free/strchr.c:198:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:201.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [60..74] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -191,9 +180,8 @@ tests/non-free/strchr.c:203:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:206.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -213,9 +201,8 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:212.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [50..70] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -243,9 +230,8 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:226.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -260,9 +246,8 @@ tests/non-free/strchr.c:228:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:232.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -277,9 +262,8 @@ tests/non-free/strchr.c:234:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:237.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [45..55] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -314,8 +298,7 @@ tests/non-free/strchr.c:263:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:293.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &unterminated_string[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_misc <- main.
@@ -329,8 +312,7 @@ tests/non-free/strchr.c:297:[value] assertion got status valid.
 [value] computing for function my_strchr2 <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:299.
 tests/non-free/strchr.c:62:[value] Call to builtin Frama_C_strchr(({{ &x + {0; 3} }},{0}))
-tests/non-free/strchr.c:62:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:62:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:62:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr2({0})
 [value] Recording results for my_strchr2
 [value] Done for function my_strchr2
@@ -338,8 +320,7 @@ tests/non-free/strchr.c:300:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:302.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &loc_char_array[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_misc <- main.
@@ -430,8 +411,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "mno\000pq
 [value] computing for function my_strchr <- strchr_misc2 <- main.
         Called from tests/non-free/strchr.c:335.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &maybe_init[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -441,8 +421,7 @@ tests/non-free/strchr.c:336:[value] assertion got status valid.
 [value] computing for function strchr_bitfields <- main.
         Called from tests/non-free/strchr.c:540.
 tests/non-free/strchr.c:157:[value] Call to builtin Frama_C_strchr(({{ (char const *)&s }},{0}))
-tests/non-free/strchr.c:157:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:157:
-                 reading indeterminate data
+tests/non-free/strchr.c:157:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for strchr_bitfields
 [value] Done for function strchr_bitfields
 [value] computing for function strchr_bitfields2 <- main.
@@ -462,8 +441,7 @@ tests/non-free/strchr.c:249:[value] warning: locals {x} escaping the scope of a
 [value] computing for function my_strchr <- strchr_escaping <- main.
         Called from tests/non-free/strchr.c:252.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible escaping addresses
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible escaping addresses
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -485,8 +463,7 @@ tests/non-free/strchr.c:350:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:359.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -494,8 +471,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
         Called from tests/non-free/strchr.c:360.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
 tests/non-free/strchr.c:49:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -503,8 +479,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
         Called from tests/non-free/strchr.c:361.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
 tests/non-free/strchr.c:49:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -515,9 +490,8 @@ tests/non-free/strchr.c:365:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:367.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -527,9 +501,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:368.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -539,9 +512,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:369.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -576,24 +548,21 @@ tests/non-free/strchr.c:386:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:387.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..799])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:388.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..803])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:389.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..3999999])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -604,9 +573,8 @@ tests/non-free/strchr.c:393:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:395.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -616,9 +584,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:396.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -628,9 +595,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:397.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -672,8 +638,7 @@ tests/non-free/strchr.c:421:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
         Called from tests/non-free/strchr.c:423.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [11]} }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({10; 14; 15; 16; 17; 18; 19})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -681,8 +646,7 @@ tests/non-free/strchr.c:424:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
         Called from tests/non-free/strchr.c:426.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [18]} }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({10; 18; 19})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -706,8 +670,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:438.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" + {0; 1} }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -715,8 +678,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -724,8 +686,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:443.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" + {0; 2} }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -733,8 +694,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -767,8 +727,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -783,8 +742,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -818,8 +776,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97; 98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -834,8 +791,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97; 98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -869,8 +825,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -885,8 +840,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -935,8 +889,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0; 98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1; 0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -968,8 +921,7 @@ tests/non-free/strchr.c:512:[value] assertion got status valid.
         Called from tests/non-free/strchr.c:516.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
                                         [-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([-1..26])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -983,8 +935,7 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&t }},{0;
         Called from tests/non-free/strchr.c:519.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
                                         [-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([-1..29])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -994,14 +945,8 @@ tests/non-free/strchr.c:520:[value] assertion got status valid.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] ;
                                            "ABCDEFGHIJKLMNOPQRSTUVWXYZ" +
                                            [0..4294967295] }},[-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
-                 possible escaping addresses
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1018,7 +963,7 @@ tests/non-free/strchr.c:522:[value] assertion got status valid.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ garbled mix of &{s; "hello"}
                                         (origin: Arithmetic
                                         {tests/non-free/strchr.c:49}) }},{1}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
                  string argument is too imprecise, cannot compute a useful result.
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
diff --git a/tests/non-free/oracle/strcmp.res.oracle b/tests/non-free/oracle/strcmp.res.oracle
deleted file mode 100644
index 9de166ca480..00000000000
--- a/tests/non-free/oracle/strcmp.res.oracle
+++ /dev/null
@@ -1,314 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/non-free/strcmp.c (with preprocessing)
-[value] Analyzing a complete application starting at main
-[value] Computing initial state
-[value] Initial state computed
-[value] Values of globals at initialization
-  toto0 ∈ {{ "toto" }}
-  abc0 ∈ {{ "abc" }}
-  abd0 ∈ {{ "abd" }}
-  a0 ∈ {{ "a" }}
-  abc[0] ∈ {97}
-     [1] ∈ {98}
-     [2] ∈ {99}
-  string_with_addr[0] ∈ {113}
-                  [1] ∈ {119}
-                  [2] ∈ {101}
-                  [3] ∈ {114}
-                  [4] ∈ {116}
-                  [5] ∈ {121}
-                  [6] ∈ {117}
-                  [7] ∈ {105}
-                  [8..9] ∈ {111}
-                  [10] ∈ {112}
-                  [11] ∈ {0}
-  string[0] ∈ {113}
-        [1] ∈ {119}
-        [2] ∈ {101}
-        [3] ∈ {114}
-        [4] ∈ {116}
-        [5] ∈ {121}
-        [6] ∈ {117}
-        [7] ∈ {105}
-        [8..9] ∈ {111}
-        [10] ∈ {112}
-        [11] ∈ {0}
-  commonv[0] ∈ {99}
-         [1] ∈ {111}
-         [2..3] ∈ {109}
-         [4] ∈ {111}
-         [5] ∈ {110}
-         [6] ∈ {32}
-         [7] ∈ {118}
-         [8] ∈ {97}
-         [9] ∈ {114}
-         [10] ∈ {105}
-         [11] ∈ {97}
-         [12] ∈ {116}
-         [13] ∈ {105}
-         [14] ∈ {111}
-         [15] ∈ {110}
-         [16] ∈ {0}
-  commonf[0] ∈ {99}
-         [1] ∈ {111}
-         [2..3] ∈ {109}
-         [4] ∈ {111}
-         [5] ∈ {110}
-         [6] ∈ {32}
-         [7] ∈ {102}
-         [8] ∈ {117}
-         [9] ∈ {103}
-         [10] ∈ {117}
-         [11] ∈ {101}
-         [12] ∈ {0}
-  u ∈ [--..--]
-  tmp[0..1] ∈ {0}
-  t ∈ {0}
-tests/non-free/strcmp.c:40:[value] Call to builtin strcmp(({{ "toto" }},{{ "toto" }}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:41.
-
-expect 0: 0
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:42:[value] Call to builtin strcmp(({{ "abd" }},{{ "abc" }}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:43.
-
-expect 1: 1
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:45:[value] Call to builtin strcmp(({{ "abc" }},{{ "a" }}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:46.
-
-expect 1: 1
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:47:[value] Call to builtin strcmp(({{ "a" }},{{ "abc" }}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:48.
-
-expect -1: -1
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:49:[value] Call to builtin strcmp(({{ "bbc" }},{{ "abc" }}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:50.
-
-expect 1: 1
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:51:[value] Call to builtin strcmp(({{ "abc" }},{{ "bbc" }}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:52.
-
-expect -1: -1
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:53:[value] Call to builtin strcmp(({{ "abc" }},{{ "abd" }}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:54.
-
-expect -1: -1
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:56:[value] Call to builtin strcmp(({{ &commonf[0] }},{{ &commonv[0] }}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:57.
-
-expect -1: -1
-
-[value] Recording results for expect
-[value] Done for function expect
-
-strncmp:
-
-tests/non-free/strcmp.c:60:[value] Call to builtin strncmp(({{ "abd" }},{{ "abc" }},{0}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:61.
-
-expect 0: 0
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:62:[value] Call to builtin strncmp(({{ "abd" }},{{ "abc" }},{1}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:63.
-
-expect 0: 0
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:64:[value] Call to builtin strncmp(({{ "abd" }},{{ "abc" }},{2}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:65.
-
-expect 0: 0
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:66:[value] Call to builtin strncmp(({{ "abd" }},{{ "abc" }},{3}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:67.
-
-expect 1: 1
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:68:[value] Call to builtin strncmp(({{ "abd" }},{{ "abc" }},{4}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:69.
-
-expect 1: 1
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:71:[value] Call to builtin strncmp(({{ "a" }},{{ "abc" }},{0}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:72.
-
-expect 0: 0
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:73:[value] Call to builtin strncmp(({{ "a" }},{{ "abc" }},{1}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:74.
-
-expect 0: 0
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:75:[value] Call to builtin strncmp(({{ "a" }},{{ "b" }},{0}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:76.
-
-expect 0: 0
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:77:[value] Call to builtin strncmp(({{ "a" }},{{ "b" }},{1}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:78.
-
-expect -1: -1
-
-[value] Recording results for expect
-[value] Done for function expect
-
-char signedness tricks:
-
-tests/non-free/strcmp.c:81:[value] Call to builtin strcmp(({{ "a" }},{{ "\192" }}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:82.
-
-expect -1: -1
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:85:[value] Call to builtin strcmp(({{ "a" }},{{ &tmp[0] }}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:86.
-
-expect -1: -1
-
-[value] Recording results for expect
-[value] Done for function expect
-tests/non-free/strcmp.c:89:[value] Call to builtin strcmp(({{ "a" }},{{ &tmp[0] }}))
-[value] computing for function expect <- main.
-        Called from tests/non-free/strcmp.c:90.
-
-expect -1: -1
-
-[value] Recording results for expect
-[value] Done for function expect
-
-END OF DETERMINISTIC TESTS
-
-tests/non-free/strcmp.c:94:[value] Call to builtin strncmp(({{ "abd" }},{{ "abc" }},{1; 2}))
-tests/non-free/strcmp.c:95:[value] Call to builtin strncmp(({{ "abd" }},{{ "abc" }},{2; 3}))
-tests/non-free/strcmp.c:96:[value] Call to builtin strncmp(({{ "abd" }},{{ "abc" }},{3; 4}))
-tests/non-free/strcmp.c:99:[value] Call to builtin strcmp(({{ "abc" }},{{ "abd" ; "abb" }}))
-tests/non-free/strcmp.c:100:[value] Call to builtin strcmp(({{ "abd" ; "abb" }},{{ "abc" }}))
-tests/non-free/strcmp.c:106:[value] Call to builtin strcmp(({{ &commonf[0] }},{{ &commonv[0] }}))
-tests/non-free/strcmp.c:111:[value] Call to builtin strcmp(({{ &commonf[0] }},{{ &commonv[0] }}))
-tests/non-free/strcmp.c:113:[value] Call to builtin strcmp(({{ &commonf[0] }},{{ &commonv[0] }}))
-tests/non-free/strcmp.c:117:[value] Call to builtin strcmp(({{ "abc" }},{{ &abc[0] }}))
-tests/non-free/strcmp.c:117:[kernel] warning: may not point to a valid string.
-                  assert \points_to_valid_string((char const *)abc);
-tests/non-free/strcmp.c:119:[value] Call to builtin strcmp(({{ "a" }},{{ &abc[0] }}))
-tests/non-free/strcmp.c:119:[kernel] warning: may not point to a valid string.
-                  assert \points_to_valid_string((char const *)abc);
-tests/non-free/strcmp.c:122:[value] Call to builtin strcmp(({{ &string[0] }},{{ &string_with_addr[0] }}))
-tests/non-free/strcmp.c:122:[kernel] warning: may not point to a valid string.
-                  assert \points_to_valid_string((char const *)string_with_addr);
-tests/non-free/strcmp.c:125:[value] Call to builtin strcmp(({{ &string[0] }},{{ &string_with_addr[0] }}))
-tests/non-free/strcmp.c:125:[kernel] warning: may not point to a valid string.
-                  assert \points_to_valid_string((char const *)string_with_addr);
-[value] Recording results for main
-[value] done for function main
-[value] ====== VALUES COMPUTED ======
-[value] Values at end of function expect:
-  
-[value] Values at end of function main:
-  string_with_addr[0] ∈ {113}
-                  [1] ∈ {119}
-                  [2] ∈ {101}
-                  [3] ∈ {114}
-                  [bits 32 to 63] ∈ {{ NULL ; (? *)&r1a }}
-                  [8..9] ∈ {111}
-                  [10] ∈ {112}
-                  [11] ∈ {0}
-  commonv[0] ∈ {99}
-         [1] ∈ {111}
-         [2..3] ∈ {109}
-         [4] ∈ {111}
-         [5] ∈ {0; 110}
-         [6] ∈ {32}
-         [7] ∈ {118}
-         [8] ∈ {97}
-         [9] ∈ {114}
-         [10] ∈ {105}
-         [11] ∈ {97}
-         [12] ∈ {116}
-         [13] ∈ {105}
-         [14] ∈ {111}
-         [15] ∈ {110}
-         [16] ∈ {0}
-  commonf[0] ∈ {99}
-         [1] ∈ {111}
-         [2..3] ∈ {109}
-         [4] ∈ {111}
-         [5] ∈ {0; 110}
-         [6] ∈ {32}
-         [7] ∈ {102}
-         [8] ∈ {117}
-         [9] ∈ {103}
-         [10] ∈ {117}
-         [11] ∈ {101}
-         [12] ∈ {0}
-  tmp[0] ∈ {192}
-     [1] ∈ {0}
-  t ∈ {-1}
-  r1a ∈ UNINITIALIZED
-  r2a ∈ {-1} or UNINITIALIZED
-  r3a ∈ {-1; 0; 1} or UNINITIALIZED
-  r4a ∈ {-1; 0; 1} or UNINITIALIZED
-  rn1 ∈ {0}
-  rn2 ∈ {0; 1}
-  rn3 ∈ {1}
-  p1 ∈ {{ "abd" ; "abb" }}
-  r1_1m1 ∈ {-1; 1}
-  r2_1m1 ∈ {-1; 1}
-  r3_1m1 ∈ {-1; 1} or UNINITIALIZED
-  r4_m1 ∈ {-1} or UNINITIALIZED
-  r5_10m1 ∈ {-1; 0; 1}
-  __retres ∈ {0}
diff --git a/tests/non-free/oracle/strlen.res.oracle b/tests/non-free/oracle/strlen.res.oracle
index ec734ef5458..a5f44175539 100644
--- a/tests/non-free/oracle/strlen.res.oracle
+++ b/tests/non-free/oracle/strlen.res.oracle
@@ -43,23 +43,19 @@ tests/non-free/strlen.c:71:[value] assertion got status valid.
 tests/non-free/strlen.c:75:[value] Call to builtin Frama_C_strlen(({{ "b\000c" + {0; 2} }}))
 tests/non-free/strlen.c:76:[value] assertion got status valid.
 tests/non-free/strlen.c:81:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
-tests/non-free/strlen.c:81:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:81:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:81:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:82:[value] assertion got status valid.
 [value] Recording results for small_sets
 [value] Done for function small_sets
 [value] computing for function zero_termination <- main.
         Called from tests/non-free/strlen.c:310.
 tests/non-free/strlen.c:89:[value] Call to builtin Frama_C_strlen(({{ &empty_or_non_terminated[0] }}))
-tests/non-free/strlen.c:89:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:89:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:89:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:90:[value] assertion got status valid.
 tests/non-free/strlen.c:93:[value] Call to builtin Frama_C_strlen(({{ &non_terminated[0] }}))
-tests/non-free/strlen.c:93:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:93:
-                 reading indeterminate data
+tests/non-free/strlen.c:93:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:97:[value] Call to builtin Frama_C_strlen(({{ &non_terminated2{[2], [3]} }}))
-tests/non-free/strlen.c:97:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:97:
-                 reading indeterminate data
+tests/non-free/strlen.c:97:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for zero_termination
 [value] Done for function zero_termination
 [value] computing for function strlen_initialization <- main.
@@ -67,31 +63,27 @@ tests/non-free/strlen.c:97:[value] warning: built-in Frama_C_strlen: tests/non-f
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:105.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &empty_or_uninitialized[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:106:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:109.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &uninitialized[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:116.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:117:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:124.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:125:[value] assertion got status valid.
@@ -139,8 +131,7 @@ tests/non-free/strlen.c:181:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large <- main.
         Called from tests/non-free/strlen.c:184.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:185:[value] assertion got status valid.
@@ -155,8 +146,7 @@ tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_strlen <- strlen_large <- main.
         Called from tests/non-free/strlen.c:189.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [50..70] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:190:[value] assertion got status valid.
@@ -180,8 +170,7 @@ tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:203.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [3..30] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:204:[value] assertion got status valid.
@@ -191,8 +180,7 @@ tests/non-free/strlen.c:204:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:208.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:209:[value] assertion got status valid.
@@ -202,7 +190,7 @@ tests/non-free/strlen.c:209:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:212.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [45..55] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 [value] Recording results for my_strlen
@@ -213,13 +201,11 @@ tests/non-free/strlen.c:213:[value] assertion got status valid.
 [value] computing for function misc <- main.
         Called from tests/non-free/strlen.c:314.
 tests/non-free/strlen.c:241:[value] Call to builtin Frama_C_strlen(({{ &unterminated_string[0] }}))
-tests/non-free/strlen.c:241:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:241:
-                 reading indeterminate data
+tests/non-free/strlen.c:241:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:244:[value] Call to builtin Frama_C_strlen(({{ "Hello World\n" ; "Bonjour Monde\n" }}))
 tests/non-free/strlen.c:245:[value] assertion got status valid.
 tests/non-free/strlen.c:248:[value] Call to builtin Frama_C_strlen(({{ &x + {0; 3} }}))
-tests/non-free/strlen.c:248:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:248:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:248:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:249:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- misc <- main.
         Called from tests/non-free/strlen.c:250.
@@ -230,8 +216,7 @@ tests/non-free/strlen.c:252:[value] Call to builtin Frama_C_strlen(({{ "" ; "a"
                                            "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" }}))
 tests/non-free/strlen.c:253:[value] assertion got status valid.
 tests/non-free/strlen.c:255:[value] Call to builtin Frama_C_strlen(({{ &loc_char_array[0] }}))
-tests/non-free/strlen.c:255:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:255:
-                 reading indeterminate data
+tests/non-free/strlen.c:255:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:256:[value] Call to builtin Frama_C_strlen(({{ "abc\000\000\000abc" }}))
 tests/non-free/strlen.c:257:[value] assertion got status valid.
 tests/non-free/strlen.c:260:[value] Call to builtin Frama_C_strlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }}))
@@ -250,16 +235,14 @@ tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000p
 tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
                                            "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }}))
 tests/non-free/strlen.c:277:[value] Call to builtin Frama_C_strlen(({{ &maybe_init[0] }}))
-tests/non-free/strlen.c:277:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:277:
-                 possible uninitialized values
+tests/non-free/strlen.c:277:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:278:[value] assertion got status valid.
 [value] Recording results for misc
 [value] Done for function misc
 [value] computing for function bitfields <- main.
         Called from tests/non-free/strlen.c:315.
 tests/non-free/strlen.c:140:[value] Call to builtin Frama_C_strlen(({{ (char const *)&s }}))
-tests/non-free/strlen.c:140:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:140:
-                 reading indeterminate data
+tests/non-free/strlen.c:140:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for bitfields
 [value] Done for function bitfields
 [value] computing for function bitfields2 <- main.
@@ -272,8 +255,7 @@ tests/non-free/strlen.c:156:[value] assertion got status valid.
         Called from tests/non-free/strlen.c:317.
 tests/non-free/strlen.c:222:[value] warning: locals {x} escaping the scope of a block of escaping through s
 tests/non-free/strlen.c:225:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
-tests/non-free/strlen.c:225:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:225:
-                 possible escaping addresses
+tests/non-free/strlen.c:225:[value] warning: builtin Frama_C_strlen: possible escaping addresses
 tests/non-free/strlen.c:226:[value] assertion got status valid.
 tests/non-free/strlen.c:228:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
 tests/non-free/strlen.c:229:[value] assertion got status valid.
@@ -285,29 +267,26 @@ tests/non-free/strlen.c:287:[value] warning: out of bounds write. assert \valid(
 tests/non-free/strlen.c:289:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strlen.c:291:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strlen.c:297:[value] Call to builtin Frama_C_strlen(({{ (char const *)&u }}))
-tests/non-free/strlen.c:297:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:297:
-                 possible uninitialized values
+tests/non-free/strlen.c:297:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:298:[value] Call to builtin Frama_C_strlen(({{ (char const *)&r }}))
 tests/non-free/strlen.c:298:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strlen.c:298:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:298:
-                 possible uninitialized values
+tests/non-free/strlen.c:298:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:299:[value] Call to builtin Frama_C_strlen(({{ (char const *)&t }}))
 tests/non-free/strlen.c:299:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strlen.c:299:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:299:
-                 possible uninitialized values
+tests/non-free/strlen.c:299:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Called Frama_C_show_each({1}, {1}, {1})
 tests/non-free/strlen.c:302:[value] Call to builtin Frama_C_strlen(({{ &u + [-8589934592..8589934588],0%4 }}))
-tests/non-free/strlen.c:302:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:302:
+tests/non-free/strlen.c:302:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strlen.c:303:[value] Call to builtin Frama_C_strlen(({{ &r + [-8589934592..8589934588],0%4 }}))
 tests/non-free/strlen.c:303:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strlen.c:303:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:303:
+tests/non-free/strlen.c:303:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strlen.c:304:[value] Call to builtin Frama_C_strlen(({{ &t + [-8589934592..8589934588],0%4 }}))
 tests/non-free/strlen.c:304:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strlen.c:304:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:304:
+tests/non-free/strlen.c:304:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 [value] Called Frama_C_show_each({0; 1; 2; 3}, [0..800], [0..3999996])
diff --git a/tests/non-free/oracle/strnlen.res.oracle b/tests/non-free/oracle/strnlen.res.oracle
index b32e96527ac..6e97c953b59 100644
--- a/tests/non-free/oracle/strnlen.res.oracle
+++ b/tests/non-free/oracle/strnlen.res.oracle
@@ -18,8 +18,7 @@
 tests/non-free/strnlen.i:9:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{3}))
 tests/non-free/strnlen.i:10:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{5}))
 tests/non-free/strnlen.i:11:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{6}))
-tests/non-free/strnlen.i:11:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen.i:11:
-                 reading indeterminate data
+tests/non-free/strnlen.i:11:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen.i:13:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{3}))
 tests/non-free/strnlen.i:14:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{5}))
 tests/non-free/strnlen.i:15:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{6}))
diff --git a/tests/non-free/oracle/strnlen2.res.oracle b/tests/non-free/oracle/strnlen2.res.oracle
index 170241239c5..993520f015f 100644
--- a/tests/non-free/oracle/strnlen2.res.oracle
+++ b/tests/non-free/oracle/strnlen2.res.oracle
@@ -51,29 +51,23 @@ tests/non-free/strnlen2.c:62:[value] assertion got status valid.
 tests/non-free/strnlen2.c:68:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_non_terminated[0] }},{1}))
 tests/non-free/strnlen2.c:69:[value] assertion got status valid.
 tests/non-free/strnlen2.c:73:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated[0] }},{2}))
-tests/non-free/strnlen2.c:73:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:73:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:73:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:79:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated2{[2], [3]} }},{4}))
-tests/non-free/strnlen2.c:79:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:79:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:79:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 [value] Recording results for zero_termination
 [value] Done for function zero_termination
 [value] computing for function initialization <- main.
         Called from tests/non-free/strnlen2.c:491.
 tests/non-free/strnlen2.c:85:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_uninitialized[0] }},{1}))
-tests/non-free/strnlen2.c:85:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:85:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:85:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:86:[value] assertion got status valid.
 tests/non-free/strnlen2.c:89:[value] Call to builtin Frama_C_strnlen(({{ &uninitialized[0] }},{1}))
-tests/non-free/strnlen2.c:89:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:89:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:89:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:94:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{2}))
-tests/non-free/strnlen2.c:94:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:94:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:94:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:95:[value] assertion got status valid.
 tests/non-free/strnlen2.c:101:[value] Call to builtin Frama_C_strnlen(({{ &t[0] }},{4}))
-tests/non-free/strnlen2.c:101:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:101:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:101:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:102:[value] assertion got status valid.
 [value] Recording results for initialization
 [value] Done for function initialization
@@ -105,8 +99,7 @@ tests/non-free/strnlen2.c:157:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:159.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:160:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
-tests/non-free/strnlen2.c:160:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:160:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:160:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:161:[value] assertion got status valid.
 [value] computing for function init_array_nondet <- large <- main.
         Called from tests/non-free/strnlen2.c:163.
@@ -117,8 +110,7 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a }},{
         Called from tests/non-free/strnlen2.c:164.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:165:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},{100}))
-tests/non-free/strnlen2.c:165:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:165:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:165:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:166:[value] assertion got status valid.
 [value] Recording results for large
 [value] Done for function large
@@ -138,21 +130,19 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[50]
         Called from tests/non-free/strnlen2.c:176.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:177:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..30] }},{100}))
-tests/non-free/strnlen2.c:177:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:177:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:177:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:178:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_uninit <- main.
         Called from tests/non-free/strnlen2.c:181.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:182:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
-tests/non-free/strnlen2.c:182:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:182:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:182:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:183:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_uninit <- main.
         Called from tests/non-free/strnlen2.c:185.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:186:[value] Call to builtin Frama_C_strnlen(({{ &a + [45..55] }},{100}))
-tests/non-free/strnlen2.c:186:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:186:
+tests/non-free/strnlen2.c:186:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:187:[value] assertion got status valid.
@@ -161,14 +151,12 @@ tests/non-free/strnlen2.c:187:[value] assertion got status valid.
 [value] computing for function misc <- main.
         Called from tests/non-free/strnlen2.c:494.
 tests/non-free/strnlen2.c:215:[value] Call to builtin Frama_C_strnlen(({{ &unterminated_string[0] }},{13}))
-tests/non-free/strnlen2.c:215:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:215:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:215:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:218:[value] Call to builtin Frama_C_strnlen(({{ "Hello World\n" ; "Bonjour Monde\n" }},
                                          {14}))
 tests/non-free/strnlen2.c:219:[value] assertion got status valid.
 tests/non-free/strnlen2.c:222:[value] Call to builtin Frama_C_strnlen(({{ &x + {0; 3} }},{12}))
-tests/non-free/strnlen2.c:222:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:222:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:222:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:223:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- misc <- main.
         Called from tests/non-free/strnlen2.c:224.
@@ -180,8 +168,7 @@ tests/non-free/strnlen2.c:226:[value] Call to builtin Frama_C_strnlen(({{ "" ; "
                                          {13}))
 tests/non-free/strnlen2.c:227:[value] assertion got status valid.
 tests/non-free/strnlen2.c:229:[value] Call to builtin Frama_C_strnlen(({{ &loc_char_array[0] }},{5}))
-tests/non-free/strnlen2.c:229:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:229:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:229:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:230:[value] Call to builtin Frama_C_strnlen(({{ "abc\000\000\000abc" }},{9}))
 tests/non-free/strnlen2.c:231:[value] assertion got status valid.
 tests/non-free/strnlen2.c:234:[value] Call to builtin Frama_C_strnlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }},{5}))
@@ -202,16 +189,14 @@ tests/non-free/strnlen2.c:244:[value] Call to builtin Frama_C_strnlen(({{ "mno\0
                                             "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }},
                                          {10}))
 tests/non-free/strnlen2.c:251:[value] Call to builtin Frama_C_strnlen(({{ &maybe_init[0] }},{2}))
-tests/non-free/strnlen2.c:251:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:251:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:251:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:252:[value] assertion got status valid.
 [value] Recording results for misc
 [value] Done for function misc
 [value] computing for function bitfields <- main.
         Called from tests/non-free/strnlen2.c:495.
 tests/non-free/strnlen2.c:117:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&s }},{3}))
-tests/non-free/strnlen2.c:117:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:117:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:117:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 [value] Recording results for bitfields
 [value] Done for function bitfields
 [value] computing for function bitfields2 <- main.
@@ -224,8 +209,7 @@ tests/non-free/strnlen2.c:133:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:497.
 tests/non-free/strnlen2.c:196:[value] warning: locals {x} escaping the scope of a block of escaping through s
 tests/non-free/strnlen2.c:199:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
-tests/non-free/strnlen2.c:199:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:199:
-                 possible escaping addresses
+tests/non-free/strnlen2.c:199:[value] warning: builtin Frama_C_strnlen: possible escaping addresses
 tests/non-free/strnlen2.c:200:[value] assertion got status valid.
 tests/non-free/strnlen2.c:202:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
 tests/non-free/strnlen2.c:203:[value] assertion got status valid.
@@ -237,35 +221,32 @@ tests/non-free/strnlen2.c:261:[value] warning: out of bounds write. assert \vali
 tests/non-free/strnlen2.c:263:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strnlen2.c:265:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strnlen2.c:272:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&u }},{800}))
-tests/non-free/strnlen2.c:272:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:272:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:272:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:273:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&r }},{804}))
 tests/non-free/strnlen2.c:273:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:273:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:273:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:273:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:274:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&t }},{4000000}))
 tests/non-free/strnlen2.c:274:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:274:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:274:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:274:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:275:[value] assertion got status valid.
 tests/non-free/strnlen2.c:276:[value] assertion got status valid.
 tests/non-free/strnlen2.c:277:[value] assertion got status valid.
 [value] Called Frama_C_show_each({1}, {1}, {1})
 tests/non-free/strnlen2.c:282:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
                                          {801}))
-tests/non-free/strnlen2.c:282:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:282:
+tests/non-free/strnlen2.c:282:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:283:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
                                          {805}))
 tests/non-free/strnlen2.c:283:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:283:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:283:
+tests/non-free/strnlen2.c:283:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:284:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
                                          {4000001}))
 tests/non-free/strnlen2.c:284:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:284:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:284:
+tests/non-free/strnlen2.c:284:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:285:[value] assertion got status valid.
@@ -301,18 +282,15 @@ tests/non-free/strnlen2.c:305:[value] assertion got status valid.
 [value] Called Frama_C_show_each([0..800], [0..804], [0..4000000])
 tests/non-free/strnlen2.c:308:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
                                          {801}))
-tests/non-free/strnlen2.c:308:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:308:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:308:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:309:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
                                          {805}))
 tests/non-free/strnlen2.c:309:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:309:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:309:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:309:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:310:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
                                          {4000001}))
 tests/non-free/strnlen2.c:310:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:310:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:310:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:310:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:311:[value] assertion got status valid.
 tests/non-free/strnlen2.c:312:[value] assertion got status valid.
 tests/non-free/strnlen2.c:313:[value] assertion got status valid.
@@ -330,8 +308,7 @@ tests/non-free/strnlen2.c:331:[value] assertion got status valid.
 tests/non-free/strnlen2.c:333:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [11]} }},{4}))
 tests/non-free/strnlen2.c:334:[value] assertion got status valid.
 tests/non-free/strnlen2.c:336:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [18]} }},{4}))
-tests/non-free/strnlen2.c:336:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:336:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:336:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:337:[value] assertion got status valid.
 [value] Recording results for no_zero_but_ok
 [value] Done for function no_zero_but_ok
@@ -397,8 +374,7 @@ tests/non-free/strnlen2.c:406:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:408.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:409:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},[0..100]))
-tests/non-free/strnlen2.c:409:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:409:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:409:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:410:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_n <- main.
         Called from tests/non-free/strnlen2.c:412.
@@ -454,8 +430,7 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[16]
         Called from tests/non-free/strnlen2.c:442.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:443:[value] Call to builtin Frama_C_strnlen(({{ &a + [0..9] }},[0..9]))
-tests/non-free/strnlen2.c:443:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:443:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:443:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:444:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:446.
@@ -465,8 +440,7 @@ tests/non-free/strnlen2.c:444:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:448:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
                                          [2..10]))
-tests/non-free/strnlen2.c:448:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:448:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:448:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:449:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:451.
@@ -476,8 +450,7 @@ tests/non-free/strnlen2.c:449:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:453:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
                                          [0..11]))
-tests/non-free/strnlen2.c:453:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:453:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:453:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:454:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:456.
@@ -487,8 +460,7 @@ tests/non-free/strnlen2.c:454:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:458:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..9]))
-tests/non-free/strnlen2.c:458:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:458:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:458:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:459:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:461.
@@ -498,8 +470,7 @@ tests/non-free/strnlen2.c:459:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:463:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..10]))
-tests/non-free/strnlen2.c:463:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:463:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:463:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:464:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:466.
@@ -509,8 +480,7 @@ tests/non-free/strnlen2.c:464:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:468:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..11]))
-tests/non-free/strnlen2.c:468:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:468:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:468:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:469:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:471.
@@ -519,7 +489,7 @@ tests/non-free/strnlen2.c:469:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:472.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:473:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..9]))
-tests/non-free/strnlen2.c:473:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:473:
+tests/non-free/strnlen2.c:473:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:474:[value] assertion got status valid.
@@ -530,7 +500,7 @@ tests/non-free/strnlen2.c:474:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:477.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:478:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..10]))
-tests/non-free/strnlen2.c:478:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:478:
+tests/non-free/strnlen2.c:478:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:479:[value] assertion got status valid.
@@ -541,7 +511,7 @@ tests/non-free/strnlen2.c:479:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:482.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:483:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..11]))
-tests/non-free/strnlen2.c:483:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:483:
+tests/non-free/strnlen2.c:483:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:484:[value] assertion got status valid.
diff --git a/tests/non-free/oracle_apron/Longinit_sequencer.res.oracle b/tests/non-free/oracle_apron/Longinit_sequencer.res.oracle
index 4cb50421baa..0ad94e2f922 100644
--- a/tests/non-free/oracle_apron/Longinit_sequencer.res.oracle
+++ b/tests/non-free/oracle_apron/Longinit_sequencer.res.oracle
@@ -369,11 +369,11 @@ tests/non-free/long_init2.c:34:[value] Assigning imprecise value to garbled_mix.
         Called from tests/non-free/long_init2.c:88.
 [value] Call to builtin Frama_C_load_state(({13},{{ "tea" }}))
 [value] Skipping call to init_inner, loading globals state from file:
-        tests/non-free/result/Longinit_sequencer.sav
+        tests/non-free/result_apron/Longinit_sequencer.sav
 [value] warning: importing garbled mix, locations may have changed
-[value] warning: variable `r (id 594)' is not global, possibly an escaping value; ignoring
-[value] warning: variable `r2 (id 597)' is not global, possibly an escaping value; ignoring
-[value] warning: variable `r2 (id 597)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r (id 602)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
 [value] warning: found new global variable `another_global'
 [value] Recording results for init_outer
 [value] Done for function init_outer
@@ -603,7 +603,7 @@ tests/non-free/long_init3.c:34:[value] Assigning imprecise value to garbled_mix.
   inited ∈ {0}
 [value] Call to builtin Frama_C_load_state(())
 [value] Skipping call to init_outer, loading globals state from file:
-        tests/non-free/result/Longinit_sequencer.sav
+        tests/non-free/result_apron/Longinit_sequencer.sav
 [value] warning: importing garbled mix, locations may have changed
 [value] warning: found new global variable `yet_another_global'
 [value] DUMPING STATE of file tests/non-free/long_init3.c line 90
diff --git a/tests/non-free/oracle_apron/alloc.0.res.oracle b/tests/non-free/oracle_apron/alloc.0.res.oracle
index 3462232225f..6bbe7a5e476 100644
--- a/tests/non-free/oracle_apron/alloc.0.res.oracle
+++ b/tests/non-free/oracle_apron/alloc.0.res.oracle
@@ -20,8 +20,8 @@
 [value] computing for function malloc <- main.
         Called from tests/non-free/alloc.c:16.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 [value] computing for function malloc <- main.
diff --git a/tests/non-free/oracle_apron/alloc.1.res.oracle b/tests/non-free/oracle_apron/alloc.1.res.oracle
index 225071d1e36..d4e9c812cea 100644
--- a/tests/non-free/oracle_apron/alloc.1.res.oracle
+++ b/tests/non-free/oracle_apron/alloc.1.res.oracle
@@ -21,8 +21,8 @@
 [value] computing for function malloc <- main_abs.
         Called from tests/non-free/alloc.c:50.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 tests/non-free/alloc.c:51:[value] warning: signed overflow. assert -2147483648 ≤ -((int)q);
diff --git a/tests/non-free/oracle_apron/allocated.0.res.oracle b/tests/non-free/oracle_apron/allocated.0.res.oracle
index 3b9554b452d..b48e8056265 100644
--- a/tests/non-free/oracle_apron/allocated.0.res.oracle
+++ b/tests/non-free/oracle_apron/allocated.0.res.oracle
@@ -143,7 +143,7 @@ tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final st
   \result FROM \nothing
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          __fc_heap_status; i; j; p; tmp; tmp_0; k; tmp_1; size; pb; __retres;
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
           __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..2];
           __malloc_main_l63; __malloc_main_l73; __malloc_w_main_l82[0..2];
           __malloc_main_l97[0]; __malloc_main_l114[0..3]
diff --git a/tests/non-free/oracle_apron/allocated.1.res.oracle b/tests/non-free/oracle_apron/allocated.1.res.oracle
index 8aafe4e383b..53cbaa8819d 100644
--- a/tests/non-free/oracle_apron/allocated.1.res.oracle
+++ b/tests/non-free/oracle_apron/allocated.1.res.oracle
@@ -510,7 +510,7 @@ tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final st
   \result FROM \nothing
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          __fc_heap_status; i; j; p; tmp; tmp_0; k; tmp_1; size; pb; __retres;
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
           __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..1];
           __malloc_main_l50_0[0..2]; __malloc_main_l63; __malloc_main_l63_0;
           __malloc_main_l63_1; __malloc_main_l63_2; __malloc_main_l73;
diff --git a/tests/non-free/oracle_apron/from_result.res.oracle b/tests/non-free/oracle_apron/from_result.res.oracle
index a7d3a58c3a5..36a5531a9c1 100644
--- a/tests/non-free/oracle_apron/from_result.res.oracle
+++ b/tests/non-free/oracle_apron/from_result.res.oracle
@@ -13,8 +13,8 @@
 [value] computing for function malloc <- bar <- main.
         Called from tests/non-free/from_result.c:18.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 [value] Recording results for bar
diff --git a/tests/non-free/oracle_apron/malloc_individual.res.oracle b/tests/non-free/oracle_apron/malloc_individual.res.oracle
index b0d76ac1835..b37ac463bb4 100644
--- a/tests/non-free/oracle_apron/malloc_individual.res.oracle
+++ b/tests/non-free/oracle_apron/malloc_individual.res.oracle
@@ -15,8 +15,8 @@
 [value] computing for function malloc <- main.
         Called from tests/non-free/malloc_individual.c:9.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 tests/non-free/malloc_individual.c:13:[value] warning: accessing uninitialized left-value. assert \initialized(p);
diff --git a/tests/non-free/oracle_apron/memchr.res.oracle b/tests/non-free/oracle_apron/memchr.res.oracle
index a0ddf368798..427a520aa37 100644
--- a/tests/non-free/oracle_apron/memchr.res.oracle
+++ b/tests/non-free/oracle_apron/memchr.res.oracle
@@ -79,16 +79,14 @@ tests/non-free/memchr.c:112:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_zero_termination <- main.
         Called from tests/non-free/memchr.c:113.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_zero_termination <- main.
         Called from tests/non-free/memchr.c:119.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated2{[2], [3]} }},
                                         {0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] Recording results for memchr_zero_termination
@@ -99,8 +97,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:127.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&empty_or_uninitialized }},
                                         {0},{1}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -108,15 +105,13 @@ tests/non-free/memchr.c:128:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:131.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&uninitialized }},{0},{1}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:136.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -124,8 +119,7 @@ tests/non-free/memchr.c:137:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:143.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({3})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -147,9 +141,8 @@ share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:196.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -164,9 +157,8 @@ tests/non-free/memchr.c:198:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:201.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -181,9 +173,8 @@ tests/non-free/memchr.c:203:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:206.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -198,9 +189,8 @@ tests/non-free/memchr.c:208:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:211.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -220,9 +210,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:217.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -251,9 +240,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:232.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -268,9 +256,8 @@ tests/non-free/memchr.c:234:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:238.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -285,9 +272,8 @@ tests/non-free/memchr.c:240:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:243.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [45..55] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -323,8 +309,7 @@ tests/non-free/memchr.c:269:[value] assertion got status valid.
         Called from tests/non-free/memchr.c:299.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&unterminated_string }},
                                         {0},{13}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_misc <- main.
@@ -338,8 +323,7 @@ tests/non-free/memchr.c:303:[value] assertion got status valid.
 [value] computing for function my_memchr2 <- memchr_misc <- main.
         Called from tests/non-free/memchr.c:305.
 tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ &x + {0; 3} }},{0},{12}))
-tests/non-free/memchr.c:64:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:64:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr2({0})
 [value] Recording results for my_memchr2
 [value] Done for function my_memchr2
@@ -347,8 +331,7 @@ tests/non-free/memchr.c:306:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_misc <- main.
         Called from tests/non-free/memchr.c:308.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&loc_char_array }},{0},{5}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_misc <- main.
@@ -441,8 +424,7 @@ tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "mno\000pq
 [value] computing for function my_memchr <- memchr_misc2 <- main.
         Called from tests/non-free/memchr.c:341.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&maybe_init }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -452,8 +434,7 @@ tests/non-free/memchr.c:342:[value] assertion got status valid.
 [value] computing for function memchr_bitfields <- main.
         Called from tests/non-free/memchr.c:653.
 tests/non-free/memchr.c:161:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{3}))
-tests/non-free/memchr.c:161:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:161:
-                 reading indeterminate data
+tests/non-free/memchr.c:161:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for memchr_bitfields
 [value] Done for function memchr_bitfields
 [value] computing for function memchr_bitfields2 <- main.
@@ -473,8 +454,7 @@ tests/non-free/memchr.c:255:[value] warning: locals {x} escaping the scope of a
 [value] computing for function my_memchr <- memchr_escaping <- main.
         Called from tests/non-free/memchr.c:258.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible escaping addresses
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible escaping addresses
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -496,8 +476,7 @@ tests/non-free/memchr.c:356:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:364.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{800}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -505,8 +484,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:365.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{805}))
 tests/non-free/memchr.c:50:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -514,8 +492,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:366.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4000001}))
 tests/non-free/memchr.c:50:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -526,24 +503,21 @@ tests/non-free/memchr.c:370:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:372.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{1600}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:373.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{1608}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:374.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{8000000}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -586,8 +560,7 @@ tests/non-free/memchr.c:396:[value] assertion got status valid.
 [value] computing for function my_memchr2 <- memchr_no_zero_but_ok <- main.
         Called from tests/non-free/memchr.c:397.
 tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s{[7], [18]} }},{0},{5}))
-tests/non-free/memchr.c:64:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:64:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr2({10; 18; 19})
 [value] Recording results for my_memchr2
 [value] Done for function my_memchr2
@@ -656,9 +629,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{1;
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:443.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -670,9 +642,8 @@ tests/non-free/memchr.c:445:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:449.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -684,9 +655,8 @@ tests/non-free/memchr.c:451:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:454.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -701,9 +671,8 @@ tests/non-free/memchr.c:456:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:459.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -718,9 +687,8 @@ tests/non-free/memchr.c:461:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:464.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -735,9 +703,8 @@ tests/non-free/memchr.c:466:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:469.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -757,9 +724,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:475.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -773,9 +739,8 @@ tests/non-free/memchr.c:476:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:479.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[0..100]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -792,9 +757,8 @@ tests/non-free/memchr.c:480:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:484.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..10] }},{0},[0..90]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -865,9 +829,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[16] }}
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:516.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..9] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -886,8 +849,7 @@ tests/non-free/memchr.c:518:[value] warning: assertion 'refined' got status unkn
         Called from tests/non-free/memchr.c:522.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9]} }},{0},[2..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -902,8 +864,7 @@ tests/non-free/memchr.c:523:[value] assertion got status valid.
         Called from tests/non-free/memchr.c:527.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9]} }},{0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -919,8 +880,7 @@ tests/non-free/memchr.c:528:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..9]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -936,8 +896,7 @@ tests/non-free/memchr.c:533:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -953,8 +912,7 @@ tests/non-free/memchr.c:538:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -968,9 +926,8 @@ tests/non-free/memchr.c:543:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:547.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -987,9 +944,8 @@ tests/non-free/memchr.c:548:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:552.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1006,9 +962,8 @@ tests/non-free/memchr.c:553:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:557.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1028,8 +983,7 @@ tests/non-free/memchr.c:558:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1124,8 +1078,7 @@ tests/non-free/memchr.c:606:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97; 98},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1174,8 +1127,7 @@ tests/non-free/memchr.c:617:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{98; 99},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 1; 2})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1229,8 +1181,7 @@ tests/non-free/memchr.c:629:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{0; 98; 99},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 1; 2; 3})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
diff --git a/tests/non-free/oracle_apron/str_allocated.res.oracle b/tests/non-free/oracle_apron/str_allocated.res.oracle
index 72baddb1c63..e5e44c91843 100644
--- a/tests/non-free/oracle_apron/str_allocated.res.oracle
+++ b/tests/non-free/oracle_apron/str_allocated.res.oracle
@@ -17,8 +17,7 @@ tests/non-free/str_allocated.c:12:[value:malloc] resizing variable `__malloc_w_m
 tests/non-free/str_allocated.c:14:[value] warning: accessing uninitialized left-value. assert \initialized(&b);
 tests/non-free/str_allocated.c:14:[value] Call to builtin Frama_C_memchr(({{ (void const *)&__malloc_w_memchr_bug_l12 }},
                                         {1},{1}))
-tests/non-free/str_allocated.c:14:[value] warning: built-in Frama_C_memchr: tests/non-free/str_allocated.c:14:
-                 reading indeterminate data
+tests/non-free/str_allocated.c:14:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for memchr_bug
 [value] Done for function memchr_bug
 [value] Recording results for main
diff --git a/tests/non-free/oracle_apron/strchr.res.oracle b/tests/non-free/oracle_apron/strchr.res.oracle
index e1b504509de..a49bc2418f6 100644
--- a/tests/non-free/oracle_apron/strchr.res.oracle
+++ b/tests/non-free/oracle_apron/strchr.res.oracle
@@ -53,8 +53,7 @@ tests/non-free/strchr.c:91:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_small_sets <- main.
         Called from tests/non-free/strchr.c:95.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -66,8 +65,7 @@ tests/non-free/strchr.c:96:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:104.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_non_terminated[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -75,15 +73,13 @@ tests/non-free/strchr.c:105:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:109.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:115.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated2[2] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] Recording results for strchr_zero_termination
@@ -93,8 +89,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:123.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_uninitialized[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -102,15 +97,13 @@ tests/non-free/strchr.c:124:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:127.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &uninitialized[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:132.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -118,8 +111,7 @@ tests/non-free/strchr.c:133:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:139.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({3})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -141,9 +133,8 @@ share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:192.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -157,9 +148,8 @@ tests/non-free/strchr.c:193:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:196.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [5..17] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -174,9 +164,8 @@ tests/non-free/strchr.c:198:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:201.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [60..74] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -191,9 +180,8 @@ tests/non-free/strchr.c:203:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:206.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -213,9 +201,8 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:212.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [50..70] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -243,9 +230,8 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:226.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -260,9 +246,8 @@ tests/non-free/strchr.c:228:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:232.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -277,9 +262,8 @@ tests/non-free/strchr.c:234:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:237.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [45..55] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -314,8 +298,7 @@ tests/non-free/strchr.c:263:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:293.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &unterminated_string[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_misc <- main.
@@ -329,8 +312,7 @@ tests/non-free/strchr.c:297:[value] assertion got status valid.
 [value] computing for function my_strchr2 <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:299.
 tests/non-free/strchr.c:62:[value] Call to builtin Frama_C_strchr(({{ &x + {0; 3} }},{0}))
-tests/non-free/strchr.c:62:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:62:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:62:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr2({0})
 [value] Recording results for my_strchr2
 [value] Done for function my_strchr2
@@ -338,8 +320,7 @@ tests/non-free/strchr.c:300:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:302.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &loc_char_array[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_misc <- main.
@@ -430,8 +411,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "mno\000pq
 [value] computing for function my_strchr <- strchr_misc2 <- main.
         Called from tests/non-free/strchr.c:335.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &maybe_init[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -441,8 +421,7 @@ tests/non-free/strchr.c:336:[value] assertion got status valid.
 [value] computing for function strchr_bitfields <- main.
         Called from tests/non-free/strchr.c:540.
 tests/non-free/strchr.c:157:[value] Call to builtin Frama_C_strchr(({{ (char const *)&s }},{0}))
-tests/non-free/strchr.c:157:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:157:
-                 reading indeterminate data
+tests/non-free/strchr.c:157:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for strchr_bitfields
 [value] Done for function strchr_bitfields
 [value] computing for function strchr_bitfields2 <- main.
@@ -462,8 +441,7 @@ tests/non-free/strchr.c:249:[value] warning: locals {x} escaping the scope of a
 [value] computing for function my_strchr <- strchr_escaping <- main.
         Called from tests/non-free/strchr.c:252.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible escaping addresses
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible escaping addresses
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -485,8 +463,7 @@ tests/non-free/strchr.c:350:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:359.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -494,8 +471,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
         Called from tests/non-free/strchr.c:360.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
 tests/non-free/strchr.c:49:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -503,8 +479,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
         Called from tests/non-free/strchr.c:361.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
 tests/non-free/strchr.c:49:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -515,9 +490,8 @@ tests/non-free/strchr.c:365:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:367.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -527,9 +501,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:368.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -539,9 +512,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:369.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -576,24 +548,21 @@ tests/non-free/strchr.c:386:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:387.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..799])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:388.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..803])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:389.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..3999999])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -604,9 +573,8 @@ tests/non-free/strchr.c:393:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:395.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -616,9 +584,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:396.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -628,9 +595,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:397.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -672,8 +638,7 @@ tests/non-free/strchr.c:421:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
         Called from tests/non-free/strchr.c:423.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [11]} }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({10; 14; 15; 16; 17; 18; 19})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -681,8 +646,7 @@ tests/non-free/strchr.c:424:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
         Called from tests/non-free/strchr.c:426.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [18]} }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({10; 18; 19})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -706,8 +670,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:438.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" + {0; 1} }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -715,8 +678,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -724,8 +686,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:443.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" + {0; 2} }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -733,8 +694,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -767,8 +727,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -783,8 +742,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -818,8 +776,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97; 98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -834,8 +791,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97; 98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -869,8 +825,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -885,8 +840,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -935,8 +889,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0; 98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1; 0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -968,8 +921,7 @@ tests/non-free/strchr.c:512:[value] assertion got status valid.
         Called from tests/non-free/strchr.c:516.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
                                         [-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([-1..26])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -983,8 +935,7 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&t }},{0;
         Called from tests/non-free/strchr.c:519.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
                                         [-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([-1..29])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -994,14 +945,8 @@ tests/non-free/strchr.c:520:[value] assertion got status valid.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] ;
                                            "ABCDEFGHIJKLMNOPQRSTUVWXYZ" +
                                            [0..4294967295] }},[-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
-                 possible escaping addresses
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1018,7 +963,7 @@ tests/non-free/strchr.c:522:[value] assertion got status valid.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ garbled mix of &{s; "hello"}
                                         (origin: Arithmetic
                                         {tests/non-free/strchr.c:49}) }},{1}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
                  string argument is too imprecise, cannot compute a useful result.
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
diff --git a/tests/non-free/oracle_apron/strlen.res.oracle b/tests/non-free/oracle_apron/strlen.res.oracle
index ec734ef5458..a5f44175539 100644
--- a/tests/non-free/oracle_apron/strlen.res.oracle
+++ b/tests/non-free/oracle_apron/strlen.res.oracle
@@ -43,23 +43,19 @@ tests/non-free/strlen.c:71:[value] assertion got status valid.
 tests/non-free/strlen.c:75:[value] Call to builtin Frama_C_strlen(({{ "b\000c" + {0; 2} }}))
 tests/non-free/strlen.c:76:[value] assertion got status valid.
 tests/non-free/strlen.c:81:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
-tests/non-free/strlen.c:81:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:81:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:81:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:82:[value] assertion got status valid.
 [value] Recording results for small_sets
 [value] Done for function small_sets
 [value] computing for function zero_termination <- main.
         Called from tests/non-free/strlen.c:310.
 tests/non-free/strlen.c:89:[value] Call to builtin Frama_C_strlen(({{ &empty_or_non_terminated[0] }}))
-tests/non-free/strlen.c:89:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:89:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:89:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:90:[value] assertion got status valid.
 tests/non-free/strlen.c:93:[value] Call to builtin Frama_C_strlen(({{ &non_terminated[0] }}))
-tests/non-free/strlen.c:93:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:93:
-                 reading indeterminate data
+tests/non-free/strlen.c:93:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:97:[value] Call to builtin Frama_C_strlen(({{ &non_terminated2{[2], [3]} }}))
-tests/non-free/strlen.c:97:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:97:
-                 reading indeterminate data
+tests/non-free/strlen.c:97:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for zero_termination
 [value] Done for function zero_termination
 [value] computing for function strlen_initialization <- main.
@@ -67,31 +63,27 @@ tests/non-free/strlen.c:97:[value] warning: built-in Frama_C_strlen: tests/non-f
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:105.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &empty_or_uninitialized[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:106:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:109.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &uninitialized[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:116.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:117:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:124.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:125:[value] assertion got status valid.
@@ -139,8 +131,7 @@ tests/non-free/strlen.c:181:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large <- main.
         Called from tests/non-free/strlen.c:184.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:185:[value] assertion got status valid.
@@ -155,8 +146,7 @@ tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_strlen <- strlen_large <- main.
         Called from tests/non-free/strlen.c:189.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [50..70] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:190:[value] assertion got status valid.
@@ -180,8 +170,7 @@ tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:203.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [3..30] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:204:[value] assertion got status valid.
@@ -191,8 +180,7 @@ tests/non-free/strlen.c:204:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:208.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:209:[value] assertion got status valid.
@@ -202,7 +190,7 @@ tests/non-free/strlen.c:209:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:212.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [45..55] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 [value] Recording results for my_strlen
@@ -213,13 +201,11 @@ tests/non-free/strlen.c:213:[value] assertion got status valid.
 [value] computing for function misc <- main.
         Called from tests/non-free/strlen.c:314.
 tests/non-free/strlen.c:241:[value] Call to builtin Frama_C_strlen(({{ &unterminated_string[0] }}))
-tests/non-free/strlen.c:241:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:241:
-                 reading indeterminate data
+tests/non-free/strlen.c:241:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:244:[value] Call to builtin Frama_C_strlen(({{ "Hello World\n" ; "Bonjour Monde\n" }}))
 tests/non-free/strlen.c:245:[value] assertion got status valid.
 tests/non-free/strlen.c:248:[value] Call to builtin Frama_C_strlen(({{ &x + {0; 3} }}))
-tests/non-free/strlen.c:248:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:248:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:248:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:249:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- misc <- main.
         Called from tests/non-free/strlen.c:250.
@@ -230,8 +216,7 @@ tests/non-free/strlen.c:252:[value] Call to builtin Frama_C_strlen(({{ "" ; "a"
                                            "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" }}))
 tests/non-free/strlen.c:253:[value] assertion got status valid.
 tests/non-free/strlen.c:255:[value] Call to builtin Frama_C_strlen(({{ &loc_char_array[0] }}))
-tests/non-free/strlen.c:255:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:255:
-                 reading indeterminate data
+tests/non-free/strlen.c:255:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:256:[value] Call to builtin Frama_C_strlen(({{ "abc\000\000\000abc" }}))
 tests/non-free/strlen.c:257:[value] assertion got status valid.
 tests/non-free/strlen.c:260:[value] Call to builtin Frama_C_strlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }}))
@@ -250,16 +235,14 @@ tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000p
 tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
                                            "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }}))
 tests/non-free/strlen.c:277:[value] Call to builtin Frama_C_strlen(({{ &maybe_init[0] }}))
-tests/non-free/strlen.c:277:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:277:
-                 possible uninitialized values
+tests/non-free/strlen.c:277:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:278:[value] assertion got status valid.
 [value] Recording results for misc
 [value] Done for function misc
 [value] computing for function bitfields <- main.
         Called from tests/non-free/strlen.c:315.
 tests/non-free/strlen.c:140:[value] Call to builtin Frama_C_strlen(({{ (char const *)&s }}))
-tests/non-free/strlen.c:140:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:140:
-                 reading indeterminate data
+tests/non-free/strlen.c:140:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for bitfields
 [value] Done for function bitfields
 [value] computing for function bitfields2 <- main.
@@ -272,8 +255,7 @@ tests/non-free/strlen.c:156:[value] assertion got status valid.
         Called from tests/non-free/strlen.c:317.
 tests/non-free/strlen.c:222:[value] warning: locals {x} escaping the scope of a block of escaping through s
 tests/non-free/strlen.c:225:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
-tests/non-free/strlen.c:225:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:225:
-                 possible escaping addresses
+tests/non-free/strlen.c:225:[value] warning: builtin Frama_C_strlen: possible escaping addresses
 tests/non-free/strlen.c:226:[value] assertion got status valid.
 tests/non-free/strlen.c:228:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
 tests/non-free/strlen.c:229:[value] assertion got status valid.
@@ -285,29 +267,26 @@ tests/non-free/strlen.c:287:[value] warning: out of bounds write. assert \valid(
 tests/non-free/strlen.c:289:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strlen.c:291:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strlen.c:297:[value] Call to builtin Frama_C_strlen(({{ (char const *)&u }}))
-tests/non-free/strlen.c:297:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:297:
-                 possible uninitialized values
+tests/non-free/strlen.c:297:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:298:[value] Call to builtin Frama_C_strlen(({{ (char const *)&r }}))
 tests/non-free/strlen.c:298:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strlen.c:298:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:298:
-                 possible uninitialized values
+tests/non-free/strlen.c:298:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:299:[value] Call to builtin Frama_C_strlen(({{ (char const *)&t }}))
 tests/non-free/strlen.c:299:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strlen.c:299:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:299:
-                 possible uninitialized values
+tests/non-free/strlen.c:299:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Called Frama_C_show_each({1}, {1}, {1})
 tests/non-free/strlen.c:302:[value] Call to builtin Frama_C_strlen(({{ &u + [-8589934592..8589934588],0%4 }}))
-tests/non-free/strlen.c:302:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:302:
+tests/non-free/strlen.c:302:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strlen.c:303:[value] Call to builtin Frama_C_strlen(({{ &r + [-8589934592..8589934588],0%4 }}))
 tests/non-free/strlen.c:303:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strlen.c:303:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:303:
+tests/non-free/strlen.c:303:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strlen.c:304:[value] Call to builtin Frama_C_strlen(({{ &t + [-8589934592..8589934588],0%4 }}))
 tests/non-free/strlen.c:304:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strlen.c:304:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:304:
+tests/non-free/strlen.c:304:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 [value] Called Frama_C_show_each({0; 1; 2; 3}, [0..800], [0..3999996])
diff --git a/tests/non-free/oracle_apron/strnlen.res.oracle b/tests/non-free/oracle_apron/strnlen.res.oracle
index b32e96527ac..6e97c953b59 100644
--- a/tests/non-free/oracle_apron/strnlen.res.oracle
+++ b/tests/non-free/oracle_apron/strnlen.res.oracle
@@ -18,8 +18,7 @@
 tests/non-free/strnlen.i:9:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{3}))
 tests/non-free/strnlen.i:10:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{5}))
 tests/non-free/strnlen.i:11:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{6}))
-tests/non-free/strnlen.i:11:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen.i:11:
-                 reading indeterminate data
+tests/non-free/strnlen.i:11:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen.i:13:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{3}))
 tests/non-free/strnlen.i:14:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{5}))
 tests/non-free/strnlen.i:15:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{6}))
diff --git a/tests/non-free/oracle_apron/strnlen2.res.oracle b/tests/non-free/oracle_apron/strnlen2.res.oracle
index 170241239c5..993520f015f 100644
--- a/tests/non-free/oracle_apron/strnlen2.res.oracle
+++ b/tests/non-free/oracle_apron/strnlen2.res.oracle
@@ -51,29 +51,23 @@ tests/non-free/strnlen2.c:62:[value] assertion got status valid.
 tests/non-free/strnlen2.c:68:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_non_terminated[0] }},{1}))
 tests/non-free/strnlen2.c:69:[value] assertion got status valid.
 tests/non-free/strnlen2.c:73:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated[0] }},{2}))
-tests/non-free/strnlen2.c:73:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:73:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:73:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:79:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated2{[2], [3]} }},{4}))
-tests/non-free/strnlen2.c:79:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:79:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:79:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 [value] Recording results for zero_termination
 [value] Done for function zero_termination
 [value] computing for function initialization <- main.
         Called from tests/non-free/strnlen2.c:491.
 tests/non-free/strnlen2.c:85:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_uninitialized[0] }},{1}))
-tests/non-free/strnlen2.c:85:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:85:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:85:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:86:[value] assertion got status valid.
 tests/non-free/strnlen2.c:89:[value] Call to builtin Frama_C_strnlen(({{ &uninitialized[0] }},{1}))
-tests/non-free/strnlen2.c:89:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:89:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:89:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:94:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{2}))
-tests/non-free/strnlen2.c:94:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:94:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:94:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:95:[value] assertion got status valid.
 tests/non-free/strnlen2.c:101:[value] Call to builtin Frama_C_strnlen(({{ &t[0] }},{4}))
-tests/non-free/strnlen2.c:101:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:101:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:101:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:102:[value] assertion got status valid.
 [value] Recording results for initialization
 [value] Done for function initialization
@@ -105,8 +99,7 @@ tests/non-free/strnlen2.c:157:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:159.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:160:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
-tests/non-free/strnlen2.c:160:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:160:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:160:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:161:[value] assertion got status valid.
 [value] computing for function init_array_nondet <- large <- main.
         Called from tests/non-free/strnlen2.c:163.
@@ -117,8 +110,7 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a }},{
         Called from tests/non-free/strnlen2.c:164.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:165:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},{100}))
-tests/non-free/strnlen2.c:165:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:165:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:165:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:166:[value] assertion got status valid.
 [value] Recording results for large
 [value] Done for function large
@@ -138,21 +130,19 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[50]
         Called from tests/non-free/strnlen2.c:176.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:177:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..30] }},{100}))
-tests/non-free/strnlen2.c:177:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:177:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:177:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:178:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_uninit <- main.
         Called from tests/non-free/strnlen2.c:181.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:182:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
-tests/non-free/strnlen2.c:182:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:182:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:182:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:183:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_uninit <- main.
         Called from tests/non-free/strnlen2.c:185.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:186:[value] Call to builtin Frama_C_strnlen(({{ &a + [45..55] }},{100}))
-tests/non-free/strnlen2.c:186:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:186:
+tests/non-free/strnlen2.c:186:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:187:[value] assertion got status valid.
@@ -161,14 +151,12 @@ tests/non-free/strnlen2.c:187:[value] assertion got status valid.
 [value] computing for function misc <- main.
         Called from tests/non-free/strnlen2.c:494.
 tests/non-free/strnlen2.c:215:[value] Call to builtin Frama_C_strnlen(({{ &unterminated_string[0] }},{13}))
-tests/non-free/strnlen2.c:215:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:215:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:215:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:218:[value] Call to builtin Frama_C_strnlen(({{ "Hello World\n" ; "Bonjour Monde\n" }},
                                          {14}))
 tests/non-free/strnlen2.c:219:[value] assertion got status valid.
 tests/non-free/strnlen2.c:222:[value] Call to builtin Frama_C_strnlen(({{ &x + {0; 3} }},{12}))
-tests/non-free/strnlen2.c:222:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:222:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:222:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:223:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- misc <- main.
         Called from tests/non-free/strnlen2.c:224.
@@ -180,8 +168,7 @@ tests/non-free/strnlen2.c:226:[value] Call to builtin Frama_C_strnlen(({{ "" ; "
                                          {13}))
 tests/non-free/strnlen2.c:227:[value] assertion got status valid.
 tests/non-free/strnlen2.c:229:[value] Call to builtin Frama_C_strnlen(({{ &loc_char_array[0] }},{5}))
-tests/non-free/strnlen2.c:229:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:229:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:229:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:230:[value] Call to builtin Frama_C_strnlen(({{ "abc\000\000\000abc" }},{9}))
 tests/non-free/strnlen2.c:231:[value] assertion got status valid.
 tests/non-free/strnlen2.c:234:[value] Call to builtin Frama_C_strnlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }},{5}))
@@ -202,16 +189,14 @@ tests/non-free/strnlen2.c:244:[value] Call to builtin Frama_C_strnlen(({{ "mno\0
                                             "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }},
                                          {10}))
 tests/non-free/strnlen2.c:251:[value] Call to builtin Frama_C_strnlen(({{ &maybe_init[0] }},{2}))
-tests/non-free/strnlen2.c:251:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:251:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:251:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:252:[value] assertion got status valid.
 [value] Recording results for misc
 [value] Done for function misc
 [value] computing for function bitfields <- main.
         Called from tests/non-free/strnlen2.c:495.
 tests/non-free/strnlen2.c:117:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&s }},{3}))
-tests/non-free/strnlen2.c:117:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:117:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:117:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 [value] Recording results for bitfields
 [value] Done for function bitfields
 [value] computing for function bitfields2 <- main.
@@ -224,8 +209,7 @@ tests/non-free/strnlen2.c:133:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:497.
 tests/non-free/strnlen2.c:196:[value] warning: locals {x} escaping the scope of a block of escaping through s
 tests/non-free/strnlen2.c:199:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
-tests/non-free/strnlen2.c:199:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:199:
-                 possible escaping addresses
+tests/non-free/strnlen2.c:199:[value] warning: builtin Frama_C_strnlen: possible escaping addresses
 tests/non-free/strnlen2.c:200:[value] assertion got status valid.
 tests/non-free/strnlen2.c:202:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
 tests/non-free/strnlen2.c:203:[value] assertion got status valid.
@@ -237,35 +221,32 @@ tests/non-free/strnlen2.c:261:[value] warning: out of bounds write. assert \vali
 tests/non-free/strnlen2.c:263:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strnlen2.c:265:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strnlen2.c:272:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&u }},{800}))
-tests/non-free/strnlen2.c:272:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:272:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:272:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:273:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&r }},{804}))
 tests/non-free/strnlen2.c:273:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:273:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:273:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:273:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:274:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&t }},{4000000}))
 tests/non-free/strnlen2.c:274:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:274:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:274:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:274:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:275:[value] assertion got status valid.
 tests/non-free/strnlen2.c:276:[value] assertion got status valid.
 tests/non-free/strnlen2.c:277:[value] assertion got status valid.
 [value] Called Frama_C_show_each({1}, {1}, {1})
 tests/non-free/strnlen2.c:282:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
                                          {801}))
-tests/non-free/strnlen2.c:282:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:282:
+tests/non-free/strnlen2.c:282:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:283:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
                                          {805}))
 tests/non-free/strnlen2.c:283:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:283:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:283:
+tests/non-free/strnlen2.c:283:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:284:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
                                          {4000001}))
 tests/non-free/strnlen2.c:284:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:284:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:284:
+tests/non-free/strnlen2.c:284:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:285:[value] assertion got status valid.
@@ -301,18 +282,15 @@ tests/non-free/strnlen2.c:305:[value] assertion got status valid.
 [value] Called Frama_C_show_each([0..800], [0..804], [0..4000000])
 tests/non-free/strnlen2.c:308:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
                                          {801}))
-tests/non-free/strnlen2.c:308:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:308:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:308:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:309:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
                                          {805}))
 tests/non-free/strnlen2.c:309:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:309:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:309:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:309:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:310:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
                                          {4000001}))
 tests/non-free/strnlen2.c:310:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:310:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:310:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:310:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:311:[value] assertion got status valid.
 tests/non-free/strnlen2.c:312:[value] assertion got status valid.
 tests/non-free/strnlen2.c:313:[value] assertion got status valid.
@@ -330,8 +308,7 @@ tests/non-free/strnlen2.c:331:[value] assertion got status valid.
 tests/non-free/strnlen2.c:333:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [11]} }},{4}))
 tests/non-free/strnlen2.c:334:[value] assertion got status valid.
 tests/non-free/strnlen2.c:336:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [18]} }},{4}))
-tests/non-free/strnlen2.c:336:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:336:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:336:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:337:[value] assertion got status valid.
 [value] Recording results for no_zero_but_ok
 [value] Done for function no_zero_but_ok
@@ -397,8 +374,7 @@ tests/non-free/strnlen2.c:406:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:408.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:409:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},[0..100]))
-tests/non-free/strnlen2.c:409:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:409:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:409:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:410:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_n <- main.
         Called from tests/non-free/strnlen2.c:412.
@@ -454,8 +430,7 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[16]
         Called from tests/non-free/strnlen2.c:442.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:443:[value] Call to builtin Frama_C_strnlen(({{ &a + [0..9] }},[0..9]))
-tests/non-free/strnlen2.c:443:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:443:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:443:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:444:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:446.
@@ -465,8 +440,7 @@ tests/non-free/strnlen2.c:444:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:448:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
                                          [2..10]))
-tests/non-free/strnlen2.c:448:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:448:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:448:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:449:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:451.
@@ -476,8 +450,7 @@ tests/non-free/strnlen2.c:449:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:453:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
                                          [0..11]))
-tests/non-free/strnlen2.c:453:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:453:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:453:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:454:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:456.
@@ -487,8 +460,7 @@ tests/non-free/strnlen2.c:454:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:458:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..9]))
-tests/non-free/strnlen2.c:458:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:458:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:458:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:459:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:461.
@@ -498,8 +470,7 @@ tests/non-free/strnlen2.c:459:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:463:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..10]))
-tests/non-free/strnlen2.c:463:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:463:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:463:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:464:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:466.
@@ -509,8 +480,7 @@ tests/non-free/strnlen2.c:464:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:468:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..11]))
-tests/non-free/strnlen2.c:468:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:468:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:468:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:469:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:471.
@@ -519,7 +489,7 @@ tests/non-free/strnlen2.c:469:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:472.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:473:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..9]))
-tests/non-free/strnlen2.c:473:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:473:
+tests/non-free/strnlen2.c:473:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:474:[value] assertion got status valid.
@@ -530,7 +500,7 @@ tests/non-free/strnlen2.c:474:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:477.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:478:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..10]))
-tests/non-free/strnlen2.c:478:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:478:
+tests/non-free/strnlen2.c:478:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:479:[value] assertion got status valid.
@@ -541,7 +511,7 @@ tests/non-free/strnlen2.c:479:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:482.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:483:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..11]))
-tests/non-free/strnlen2.c:483:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:483:
+tests/non-free/strnlen2.c:483:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:484:[value] assertion got status valid.
diff --git a/tests/non-free/oracle_bitwise/Longinit_sequencer.res.oracle b/tests/non-free/oracle_bitwise/Longinit_sequencer.res.oracle
index 4cb50421baa..074c32a4b09 100644
--- a/tests/non-free/oracle_bitwise/Longinit_sequencer.res.oracle
+++ b/tests/non-free/oracle_bitwise/Longinit_sequencer.res.oracle
@@ -369,11 +369,11 @@ tests/non-free/long_init2.c:34:[value] Assigning imprecise value to garbled_mix.
         Called from tests/non-free/long_init2.c:88.
 [value] Call to builtin Frama_C_load_state(({13},{{ "tea" }}))
 [value] Skipping call to init_inner, loading globals state from file:
-        tests/non-free/result/Longinit_sequencer.sav
+        tests/non-free/result_bitwise/Longinit_sequencer.sav
 [value] warning: importing garbled mix, locations may have changed
-[value] warning: variable `r (id 594)' is not global, possibly an escaping value; ignoring
-[value] warning: variable `r2 (id 597)' is not global, possibly an escaping value; ignoring
-[value] warning: variable `r2 (id 597)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r (id 602)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
 [value] warning: found new global variable `another_global'
 [value] Recording results for init_outer
 [value] Done for function init_outer
@@ -603,7 +603,7 @@ tests/non-free/long_init3.c:34:[value] Assigning imprecise value to garbled_mix.
   inited ∈ {0}
 [value] Call to builtin Frama_C_load_state(())
 [value] Skipping call to init_outer, loading globals state from file:
-        tests/non-free/result/Longinit_sequencer.sav
+        tests/non-free/result_bitwise/Longinit_sequencer.sav
 [value] warning: importing garbled mix, locations may have changed
 [value] warning: found new global variable `yet_another_global'
 [value] DUMPING STATE of file tests/non-free/long_init3.c line 90
diff --git a/tests/non-free/oracle_bitwise/alloc.0.res.oracle b/tests/non-free/oracle_bitwise/alloc.0.res.oracle
index 3462232225f..6bbe7a5e476 100644
--- a/tests/non-free/oracle_bitwise/alloc.0.res.oracle
+++ b/tests/non-free/oracle_bitwise/alloc.0.res.oracle
@@ -20,8 +20,8 @@
 [value] computing for function malloc <- main.
         Called from tests/non-free/alloc.c:16.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 [value] computing for function malloc <- main.
diff --git a/tests/non-free/oracle_bitwise/alloc.1.res.oracle b/tests/non-free/oracle_bitwise/alloc.1.res.oracle
index 225071d1e36..d4e9c812cea 100644
--- a/tests/non-free/oracle_bitwise/alloc.1.res.oracle
+++ b/tests/non-free/oracle_bitwise/alloc.1.res.oracle
@@ -21,8 +21,8 @@
 [value] computing for function malloc <- main_abs.
         Called from tests/non-free/alloc.c:50.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 tests/non-free/alloc.c:51:[value] warning: signed overflow. assert -2147483648 ≤ -((int)q);
diff --git a/tests/non-free/oracle_bitwise/allocated.0.res.oracle b/tests/non-free/oracle_bitwise/allocated.0.res.oracle
index 7e1f99f7e76..4531abb1b2d 100644
--- a/tests/non-free/oracle_bitwise/allocated.0.res.oracle
+++ b/tests/non-free/oracle_bitwise/allocated.0.res.oracle
@@ -118,7 +118,7 @@ tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final st
   \result FROM \nothing
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          __fc_heap_status; i; j; p; tmp; tmp_0; k; tmp_1; size; pb; __retres;
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
           __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..2];
           __malloc_main_l63; __malloc_main_l73; __malloc_w_main_l82[0..2];
           __malloc_main_l97[0]; __malloc_main_l114[0..3]
diff --git a/tests/non-free/oracle_bitwise/allocated.1.res.oracle b/tests/non-free/oracle_bitwise/allocated.1.res.oracle
index 0475bab630e..ecc341c8a71 100644
--- a/tests/non-free/oracle_bitwise/allocated.1.res.oracle
+++ b/tests/non-free/oracle_bitwise/allocated.1.res.oracle
@@ -277,7 +277,7 @@ tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final st
   \result FROM \nothing
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          __fc_heap_status; i; j; p; tmp; tmp_0; k; tmp_1; size; pb; __retres;
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
           __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..1];
           __malloc_main_l50_0[0..2]; __malloc_main_l63; __malloc_main_l63_0;
           __malloc_main_l63_1; __malloc_main_l63_2; __malloc_main_l73;
diff --git a/tests/non-free/oracle_bitwise/from_result.res.oracle b/tests/non-free/oracle_bitwise/from_result.res.oracle
index a7d3a58c3a5..36a5531a9c1 100644
--- a/tests/non-free/oracle_bitwise/from_result.res.oracle
+++ b/tests/non-free/oracle_bitwise/from_result.res.oracle
@@ -13,8 +13,8 @@
 [value] computing for function malloc <- bar <- main.
         Called from tests/non-free/from_result.c:18.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 [value] Recording results for bar
diff --git a/tests/non-free/oracle_bitwise/malloc_individual.res.oracle b/tests/non-free/oracle_bitwise/malloc_individual.res.oracle
index b0d76ac1835..b37ac463bb4 100644
--- a/tests/non-free/oracle_bitwise/malloc_individual.res.oracle
+++ b/tests/non-free/oracle_bitwise/malloc_individual.res.oracle
@@ -15,8 +15,8 @@
 [value] computing for function malloc <- main.
         Called from tests/non-free/malloc_individual.c:9.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 tests/non-free/malloc_individual.c:13:[value] warning: accessing uninitialized left-value. assert \initialized(p);
diff --git a/tests/non-free/oracle_bitwise/memchr.res.oracle b/tests/non-free/oracle_bitwise/memchr.res.oracle
index a0ddf368798..427a520aa37 100644
--- a/tests/non-free/oracle_bitwise/memchr.res.oracle
+++ b/tests/non-free/oracle_bitwise/memchr.res.oracle
@@ -79,16 +79,14 @@ tests/non-free/memchr.c:112:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_zero_termination <- main.
         Called from tests/non-free/memchr.c:113.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_zero_termination <- main.
         Called from tests/non-free/memchr.c:119.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated2{[2], [3]} }},
                                         {0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] Recording results for memchr_zero_termination
@@ -99,8 +97,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:127.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&empty_or_uninitialized }},
                                         {0},{1}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -108,15 +105,13 @@ tests/non-free/memchr.c:128:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:131.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&uninitialized }},{0},{1}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:136.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -124,8 +119,7 @@ tests/non-free/memchr.c:137:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:143.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({3})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -147,9 +141,8 @@ share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:196.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -164,9 +157,8 @@ tests/non-free/memchr.c:198:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:201.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -181,9 +173,8 @@ tests/non-free/memchr.c:203:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:206.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -198,9 +189,8 @@ tests/non-free/memchr.c:208:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:211.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -220,9 +210,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:217.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -251,9 +240,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:232.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -268,9 +256,8 @@ tests/non-free/memchr.c:234:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:238.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -285,9 +272,8 @@ tests/non-free/memchr.c:240:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:243.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [45..55] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -323,8 +309,7 @@ tests/non-free/memchr.c:269:[value] assertion got status valid.
         Called from tests/non-free/memchr.c:299.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&unterminated_string }},
                                         {0},{13}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_misc <- main.
@@ -338,8 +323,7 @@ tests/non-free/memchr.c:303:[value] assertion got status valid.
 [value] computing for function my_memchr2 <- memchr_misc <- main.
         Called from tests/non-free/memchr.c:305.
 tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ &x + {0; 3} }},{0},{12}))
-tests/non-free/memchr.c:64:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:64:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr2({0})
 [value] Recording results for my_memchr2
 [value] Done for function my_memchr2
@@ -347,8 +331,7 @@ tests/non-free/memchr.c:306:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_misc <- main.
         Called from tests/non-free/memchr.c:308.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&loc_char_array }},{0},{5}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_misc <- main.
@@ -441,8 +424,7 @@ tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "mno\000pq
 [value] computing for function my_memchr <- memchr_misc2 <- main.
         Called from tests/non-free/memchr.c:341.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&maybe_init }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -452,8 +434,7 @@ tests/non-free/memchr.c:342:[value] assertion got status valid.
 [value] computing for function memchr_bitfields <- main.
         Called from tests/non-free/memchr.c:653.
 tests/non-free/memchr.c:161:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{3}))
-tests/non-free/memchr.c:161:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:161:
-                 reading indeterminate data
+tests/non-free/memchr.c:161:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for memchr_bitfields
 [value] Done for function memchr_bitfields
 [value] computing for function memchr_bitfields2 <- main.
@@ -473,8 +454,7 @@ tests/non-free/memchr.c:255:[value] warning: locals {x} escaping the scope of a
 [value] computing for function my_memchr <- memchr_escaping <- main.
         Called from tests/non-free/memchr.c:258.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible escaping addresses
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible escaping addresses
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -496,8 +476,7 @@ tests/non-free/memchr.c:356:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:364.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{800}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -505,8 +484,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:365.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{805}))
 tests/non-free/memchr.c:50:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -514,8 +492,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:366.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4000001}))
 tests/non-free/memchr.c:50:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -526,24 +503,21 @@ tests/non-free/memchr.c:370:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:372.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{1600}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:373.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{1608}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:374.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{8000000}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -586,8 +560,7 @@ tests/non-free/memchr.c:396:[value] assertion got status valid.
 [value] computing for function my_memchr2 <- memchr_no_zero_but_ok <- main.
         Called from tests/non-free/memchr.c:397.
 tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s{[7], [18]} }},{0},{5}))
-tests/non-free/memchr.c:64:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:64:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr2({10; 18; 19})
 [value] Recording results for my_memchr2
 [value] Done for function my_memchr2
@@ -656,9 +629,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{1;
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:443.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -670,9 +642,8 @@ tests/non-free/memchr.c:445:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:449.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -684,9 +655,8 @@ tests/non-free/memchr.c:451:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:454.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -701,9 +671,8 @@ tests/non-free/memchr.c:456:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:459.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -718,9 +687,8 @@ tests/non-free/memchr.c:461:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:464.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -735,9 +703,8 @@ tests/non-free/memchr.c:466:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:469.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -757,9 +724,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:475.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -773,9 +739,8 @@ tests/non-free/memchr.c:476:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:479.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[0..100]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -792,9 +757,8 @@ tests/non-free/memchr.c:480:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:484.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..10] }},{0},[0..90]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -865,9 +829,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[16] }}
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:516.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..9] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -886,8 +849,7 @@ tests/non-free/memchr.c:518:[value] warning: assertion 'refined' got status unkn
         Called from tests/non-free/memchr.c:522.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9]} }},{0},[2..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -902,8 +864,7 @@ tests/non-free/memchr.c:523:[value] assertion got status valid.
         Called from tests/non-free/memchr.c:527.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9]} }},{0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -919,8 +880,7 @@ tests/non-free/memchr.c:528:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..9]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -936,8 +896,7 @@ tests/non-free/memchr.c:533:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -953,8 +912,7 @@ tests/non-free/memchr.c:538:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -968,9 +926,8 @@ tests/non-free/memchr.c:543:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:547.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -987,9 +944,8 @@ tests/non-free/memchr.c:548:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:552.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1006,9 +962,8 @@ tests/non-free/memchr.c:553:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:557.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1028,8 +983,7 @@ tests/non-free/memchr.c:558:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1124,8 +1078,7 @@ tests/non-free/memchr.c:606:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97; 98},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1174,8 +1127,7 @@ tests/non-free/memchr.c:617:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{98; 99},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 1; 2})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1229,8 +1181,7 @@ tests/non-free/memchr.c:629:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{0; 98; 99},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 1; 2; 3})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
diff --git a/tests/non-free/oracle_bitwise/str_allocated.res.oracle b/tests/non-free/oracle_bitwise/str_allocated.res.oracle
index 06bdb73d2fd..4e091dc0e9f 100644
--- a/tests/non-free/oracle_bitwise/str_allocated.res.oracle
+++ b/tests/non-free/oracle_bitwise/str_allocated.res.oracle
@@ -15,8 +15,7 @@ tests/non-free/str_allocated.c:12:[value] allocating variable __malloc_memchr_bu
 tests/non-free/str_allocated.c:14:[value] warning: accessing uninitialized left-value. assert \initialized(&b);
 tests/non-free/str_allocated.c:14:[value] Call to builtin Frama_C_memchr(({{ (void const *)&__malloc_w_memchr_bug_l12 }},
                                         {1},{1}))
-tests/non-free/str_allocated.c:14:[value] warning: built-in Frama_C_memchr: tests/non-free/str_allocated.c:14:
-                 reading indeterminate data
+tests/non-free/str_allocated.c:14:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for memchr_bug
 [value] Done for function memchr_bug
 [value] Recording results for main
diff --git a/tests/non-free/oracle_bitwise/strchr.res.oracle b/tests/non-free/oracle_bitwise/strchr.res.oracle
index e1b504509de..a49bc2418f6 100644
--- a/tests/non-free/oracle_bitwise/strchr.res.oracle
+++ b/tests/non-free/oracle_bitwise/strchr.res.oracle
@@ -53,8 +53,7 @@ tests/non-free/strchr.c:91:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_small_sets <- main.
         Called from tests/non-free/strchr.c:95.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -66,8 +65,7 @@ tests/non-free/strchr.c:96:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:104.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_non_terminated[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -75,15 +73,13 @@ tests/non-free/strchr.c:105:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:109.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:115.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated2[2] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] Recording results for strchr_zero_termination
@@ -93,8 +89,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:123.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_uninitialized[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -102,15 +97,13 @@ tests/non-free/strchr.c:124:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:127.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &uninitialized[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:132.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -118,8 +111,7 @@ tests/non-free/strchr.c:133:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:139.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({3})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -141,9 +133,8 @@ share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:192.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -157,9 +148,8 @@ tests/non-free/strchr.c:193:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:196.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [5..17] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -174,9 +164,8 @@ tests/non-free/strchr.c:198:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:201.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [60..74] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -191,9 +180,8 @@ tests/non-free/strchr.c:203:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:206.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -213,9 +201,8 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:212.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [50..70] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -243,9 +230,8 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:226.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -260,9 +246,8 @@ tests/non-free/strchr.c:228:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:232.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -277,9 +262,8 @@ tests/non-free/strchr.c:234:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:237.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [45..55] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -314,8 +298,7 @@ tests/non-free/strchr.c:263:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:293.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &unterminated_string[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_misc <- main.
@@ -329,8 +312,7 @@ tests/non-free/strchr.c:297:[value] assertion got status valid.
 [value] computing for function my_strchr2 <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:299.
 tests/non-free/strchr.c:62:[value] Call to builtin Frama_C_strchr(({{ &x + {0; 3} }},{0}))
-tests/non-free/strchr.c:62:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:62:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:62:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr2({0})
 [value] Recording results for my_strchr2
 [value] Done for function my_strchr2
@@ -338,8 +320,7 @@ tests/non-free/strchr.c:300:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:302.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &loc_char_array[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_misc <- main.
@@ -430,8 +411,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "mno\000pq
 [value] computing for function my_strchr <- strchr_misc2 <- main.
         Called from tests/non-free/strchr.c:335.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &maybe_init[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -441,8 +421,7 @@ tests/non-free/strchr.c:336:[value] assertion got status valid.
 [value] computing for function strchr_bitfields <- main.
         Called from tests/non-free/strchr.c:540.
 tests/non-free/strchr.c:157:[value] Call to builtin Frama_C_strchr(({{ (char const *)&s }},{0}))
-tests/non-free/strchr.c:157:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:157:
-                 reading indeterminate data
+tests/non-free/strchr.c:157:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for strchr_bitfields
 [value] Done for function strchr_bitfields
 [value] computing for function strchr_bitfields2 <- main.
@@ -462,8 +441,7 @@ tests/non-free/strchr.c:249:[value] warning: locals {x} escaping the scope of a
 [value] computing for function my_strchr <- strchr_escaping <- main.
         Called from tests/non-free/strchr.c:252.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible escaping addresses
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible escaping addresses
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -485,8 +463,7 @@ tests/non-free/strchr.c:350:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:359.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -494,8 +471,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
         Called from tests/non-free/strchr.c:360.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
 tests/non-free/strchr.c:49:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -503,8 +479,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
         Called from tests/non-free/strchr.c:361.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
 tests/non-free/strchr.c:49:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -515,9 +490,8 @@ tests/non-free/strchr.c:365:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:367.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -527,9 +501,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:368.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -539,9 +512,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:369.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -576,24 +548,21 @@ tests/non-free/strchr.c:386:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:387.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..799])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:388.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..803])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:389.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..3999999])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -604,9 +573,8 @@ tests/non-free/strchr.c:393:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:395.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -616,9 +584,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:396.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -628,9 +595,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:397.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -672,8 +638,7 @@ tests/non-free/strchr.c:421:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
         Called from tests/non-free/strchr.c:423.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [11]} }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({10; 14; 15; 16; 17; 18; 19})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -681,8 +646,7 @@ tests/non-free/strchr.c:424:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
         Called from tests/non-free/strchr.c:426.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [18]} }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({10; 18; 19})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -706,8 +670,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:438.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" + {0; 1} }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -715,8 +678,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -724,8 +686,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:443.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" + {0; 2} }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -733,8 +694,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -767,8 +727,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -783,8 +742,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -818,8 +776,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97; 98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -834,8 +791,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97; 98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -869,8 +825,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -885,8 +840,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -935,8 +889,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0; 98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1; 0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -968,8 +921,7 @@ tests/non-free/strchr.c:512:[value] assertion got status valid.
         Called from tests/non-free/strchr.c:516.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
                                         [-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([-1..26])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -983,8 +935,7 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&t }},{0;
         Called from tests/non-free/strchr.c:519.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
                                         [-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([-1..29])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -994,14 +945,8 @@ tests/non-free/strchr.c:520:[value] assertion got status valid.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] ;
                                            "ABCDEFGHIJKLMNOPQRSTUVWXYZ" +
                                            [0..4294967295] }},[-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
-                 possible escaping addresses
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1018,7 +963,7 @@ tests/non-free/strchr.c:522:[value] assertion got status valid.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ garbled mix of &{s; "hello"}
                                         (origin: Arithmetic
                                         {tests/non-free/strchr.c:49}) }},{1}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
                  string argument is too imprecise, cannot compute a useful result.
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
diff --git a/tests/non-free/oracle_bitwise/strlen.res.oracle b/tests/non-free/oracle_bitwise/strlen.res.oracle
index ec734ef5458..a5f44175539 100644
--- a/tests/non-free/oracle_bitwise/strlen.res.oracle
+++ b/tests/non-free/oracle_bitwise/strlen.res.oracle
@@ -43,23 +43,19 @@ tests/non-free/strlen.c:71:[value] assertion got status valid.
 tests/non-free/strlen.c:75:[value] Call to builtin Frama_C_strlen(({{ "b\000c" + {0; 2} }}))
 tests/non-free/strlen.c:76:[value] assertion got status valid.
 tests/non-free/strlen.c:81:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
-tests/non-free/strlen.c:81:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:81:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:81:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:82:[value] assertion got status valid.
 [value] Recording results for small_sets
 [value] Done for function small_sets
 [value] computing for function zero_termination <- main.
         Called from tests/non-free/strlen.c:310.
 tests/non-free/strlen.c:89:[value] Call to builtin Frama_C_strlen(({{ &empty_or_non_terminated[0] }}))
-tests/non-free/strlen.c:89:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:89:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:89:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:90:[value] assertion got status valid.
 tests/non-free/strlen.c:93:[value] Call to builtin Frama_C_strlen(({{ &non_terminated[0] }}))
-tests/non-free/strlen.c:93:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:93:
-                 reading indeterminate data
+tests/non-free/strlen.c:93:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:97:[value] Call to builtin Frama_C_strlen(({{ &non_terminated2{[2], [3]} }}))
-tests/non-free/strlen.c:97:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:97:
-                 reading indeterminate data
+tests/non-free/strlen.c:97:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for zero_termination
 [value] Done for function zero_termination
 [value] computing for function strlen_initialization <- main.
@@ -67,31 +63,27 @@ tests/non-free/strlen.c:97:[value] warning: built-in Frama_C_strlen: tests/non-f
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:105.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &empty_or_uninitialized[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:106:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:109.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &uninitialized[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:116.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:117:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:124.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:125:[value] assertion got status valid.
@@ -139,8 +131,7 @@ tests/non-free/strlen.c:181:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large <- main.
         Called from tests/non-free/strlen.c:184.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:185:[value] assertion got status valid.
@@ -155,8 +146,7 @@ tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_strlen <- strlen_large <- main.
         Called from tests/non-free/strlen.c:189.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [50..70] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:190:[value] assertion got status valid.
@@ -180,8 +170,7 @@ tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:203.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [3..30] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:204:[value] assertion got status valid.
@@ -191,8 +180,7 @@ tests/non-free/strlen.c:204:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:208.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:209:[value] assertion got status valid.
@@ -202,7 +190,7 @@ tests/non-free/strlen.c:209:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:212.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [45..55] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 [value] Recording results for my_strlen
@@ -213,13 +201,11 @@ tests/non-free/strlen.c:213:[value] assertion got status valid.
 [value] computing for function misc <- main.
         Called from tests/non-free/strlen.c:314.
 tests/non-free/strlen.c:241:[value] Call to builtin Frama_C_strlen(({{ &unterminated_string[0] }}))
-tests/non-free/strlen.c:241:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:241:
-                 reading indeterminate data
+tests/non-free/strlen.c:241:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:244:[value] Call to builtin Frama_C_strlen(({{ "Hello World\n" ; "Bonjour Monde\n" }}))
 tests/non-free/strlen.c:245:[value] assertion got status valid.
 tests/non-free/strlen.c:248:[value] Call to builtin Frama_C_strlen(({{ &x + {0; 3} }}))
-tests/non-free/strlen.c:248:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:248:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:248:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:249:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- misc <- main.
         Called from tests/non-free/strlen.c:250.
@@ -230,8 +216,7 @@ tests/non-free/strlen.c:252:[value] Call to builtin Frama_C_strlen(({{ "" ; "a"
                                            "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" }}))
 tests/non-free/strlen.c:253:[value] assertion got status valid.
 tests/non-free/strlen.c:255:[value] Call to builtin Frama_C_strlen(({{ &loc_char_array[0] }}))
-tests/non-free/strlen.c:255:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:255:
-                 reading indeterminate data
+tests/non-free/strlen.c:255:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:256:[value] Call to builtin Frama_C_strlen(({{ "abc\000\000\000abc" }}))
 tests/non-free/strlen.c:257:[value] assertion got status valid.
 tests/non-free/strlen.c:260:[value] Call to builtin Frama_C_strlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }}))
@@ -250,16 +235,14 @@ tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000p
 tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
                                            "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }}))
 tests/non-free/strlen.c:277:[value] Call to builtin Frama_C_strlen(({{ &maybe_init[0] }}))
-tests/non-free/strlen.c:277:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:277:
-                 possible uninitialized values
+tests/non-free/strlen.c:277:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:278:[value] assertion got status valid.
 [value] Recording results for misc
 [value] Done for function misc
 [value] computing for function bitfields <- main.
         Called from tests/non-free/strlen.c:315.
 tests/non-free/strlen.c:140:[value] Call to builtin Frama_C_strlen(({{ (char const *)&s }}))
-tests/non-free/strlen.c:140:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:140:
-                 reading indeterminate data
+tests/non-free/strlen.c:140:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for bitfields
 [value] Done for function bitfields
 [value] computing for function bitfields2 <- main.
@@ -272,8 +255,7 @@ tests/non-free/strlen.c:156:[value] assertion got status valid.
         Called from tests/non-free/strlen.c:317.
 tests/non-free/strlen.c:222:[value] warning: locals {x} escaping the scope of a block of escaping through s
 tests/non-free/strlen.c:225:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
-tests/non-free/strlen.c:225:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:225:
-                 possible escaping addresses
+tests/non-free/strlen.c:225:[value] warning: builtin Frama_C_strlen: possible escaping addresses
 tests/non-free/strlen.c:226:[value] assertion got status valid.
 tests/non-free/strlen.c:228:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
 tests/non-free/strlen.c:229:[value] assertion got status valid.
@@ -285,29 +267,26 @@ tests/non-free/strlen.c:287:[value] warning: out of bounds write. assert \valid(
 tests/non-free/strlen.c:289:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strlen.c:291:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strlen.c:297:[value] Call to builtin Frama_C_strlen(({{ (char const *)&u }}))
-tests/non-free/strlen.c:297:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:297:
-                 possible uninitialized values
+tests/non-free/strlen.c:297:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:298:[value] Call to builtin Frama_C_strlen(({{ (char const *)&r }}))
 tests/non-free/strlen.c:298:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strlen.c:298:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:298:
-                 possible uninitialized values
+tests/non-free/strlen.c:298:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:299:[value] Call to builtin Frama_C_strlen(({{ (char const *)&t }}))
 tests/non-free/strlen.c:299:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strlen.c:299:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:299:
-                 possible uninitialized values
+tests/non-free/strlen.c:299:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Called Frama_C_show_each({1}, {1}, {1})
 tests/non-free/strlen.c:302:[value] Call to builtin Frama_C_strlen(({{ &u + [-8589934592..8589934588],0%4 }}))
-tests/non-free/strlen.c:302:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:302:
+tests/non-free/strlen.c:302:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strlen.c:303:[value] Call to builtin Frama_C_strlen(({{ &r + [-8589934592..8589934588],0%4 }}))
 tests/non-free/strlen.c:303:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strlen.c:303:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:303:
+tests/non-free/strlen.c:303:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strlen.c:304:[value] Call to builtin Frama_C_strlen(({{ &t + [-8589934592..8589934588],0%4 }}))
 tests/non-free/strlen.c:304:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strlen.c:304:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:304:
+tests/non-free/strlen.c:304:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 [value] Called Frama_C_show_each({0; 1; 2; 3}, [0..800], [0..3999996])
diff --git a/tests/non-free/oracle_bitwise/strnlen.res.oracle b/tests/non-free/oracle_bitwise/strnlen.res.oracle
index b32e96527ac..6e97c953b59 100644
--- a/tests/non-free/oracle_bitwise/strnlen.res.oracle
+++ b/tests/non-free/oracle_bitwise/strnlen.res.oracle
@@ -18,8 +18,7 @@
 tests/non-free/strnlen.i:9:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{3}))
 tests/non-free/strnlen.i:10:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{5}))
 tests/non-free/strnlen.i:11:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{6}))
-tests/non-free/strnlen.i:11:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen.i:11:
-                 reading indeterminate data
+tests/non-free/strnlen.i:11:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen.i:13:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{3}))
 tests/non-free/strnlen.i:14:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{5}))
 tests/non-free/strnlen.i:15:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{6}))
diff --git a/tests/non-free/oracle_bitwise/strnlen2.res.oracle b/tests/non-free/oracle_bitwise/strnlen2.res.oracle
index 170241239c5..993520f015f 100644
--- a/tests/non-free/oracle_bitwise/strnlen2.res.oracle
+++ b/tests/non-free/oracle_bitwise/strnlen2.res.oracle
@@ -51,29 +51,23 @@ tests/non-free/strnlen2.c:62:[value] assertion got status valid.
 tests/non-free/strnlen2.c:68:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_non_terminated[0] }},{1}))
 tests/non-free/strnlen2.c:69:[value] assertion got status valid.
 tests/non-free/strnlen2.c:73:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated[0] }},{2}))
-tests/non-free/strnlen2.c:73:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:73:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:73:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:79:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated2{[2], [3]} }},{4}))
-tests/non-free/strnlen2.c:79:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:79:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:79:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 [value] Recording results for zero_termination
 [value] Done for function zero_termination
 [value] computing for function initialization <- main.
         Called from tests/non-free/strnlen2.c:491.
 tests/non-free/strnlen2.c:85:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_uninitialized[0] }},{1}))
-tests/non-free/strnlen2.c:85:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:85:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:85:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:86:[value] assertion got status valid.
 tests/non-free/strnlen2.c:89:[value] Call to builtin Frama_C_strnlen(({{ &uninitialized[0] }},{1}))
-tests/non-free/strnlen2.c:89:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:89:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:89:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:94:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{2}))
-tests/non-free/strnlen2.c:94:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:94:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:94:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:95:[value] assertion got status valid.
 tests/non-free/strnlen2.c:101:[value] Call to builtin Frama_C_strnlen(({{ &t[0] }},{4}))
-tests/non-free/strnlen2.c:101:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:101:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:101:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:102:[value] assertion got status valid.
 [value] Recording results for initialization
 [value] Done for function initialization
@@ -105,8 +99,7 @@ tests/non-free/strnlen2.c:157:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:159.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:160:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
-tests/non-free/strnlen2.c:160:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:160:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:160:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:161:[value] assertion got status valid.
 [value] computing for function init_array_nondet <- large <- main.
         Called from tests/non-free/strnlen2.c:163.
@@ -117,8 +110,7 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a }},{
         Called from tests/non-free/strnlen2.c:164.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:165:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},{100}))
-tests/non-free/strnlen2.c:165:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:165:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:165:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:166:[value] assertion got status valid.
 [value] Recording results for large
 [value] Done for function large
@@ -138,21 +130,19 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[50]
         Called from tests/non-free/strnlen2.c:176.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:177:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..30] }},{100}))
-tests/non-free/strnlen2.c:177:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:177:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:177:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:178:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_uninit <- main.
         Called from tests/non-free/strnlen2.c:181.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:182:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
-tests/non-free/strnlen2.c:182:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:182:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:182:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:183:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_uninit <- main.
         Called from tests/non-free/strnlen2.c:185.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:186:[value] Call to builtin Frama_C_strnlen(({{ &a + [45..55] }},{100}))
-tests/non-free/strnlen2.c:186:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:186:
+tests/non-free/strnlen2.c:186:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:187:[value] assertion got status valid.
@@ -161,14 +151,12 @@ tests/non-free/strnlen2.c:187:[value] assertion got status valid.
 [value] computing for function misc <- main.
         Called from tests/non-free/strnlen2.c:494.
 tests/non-free/strnlen2.c:215:[value] Call to builtin Frama_C_strnlen(({{ &unterminated_string[0] }},{13}))
-tests/non-free/strnlen2.c:215:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:215:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:215:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:218:[value] Call to builtin Frama_C_strnlen(({{ "Hello World\n" ; "Bonjour Monde\n" }},
                                          {14}))
 tests/non-free/strnlen2.c:219:[value] assertion got status valid.
 tests/non-free/strnlen2.c:222:[value] Call to builtin Frama_C_strnlen(({{ &x + {0; 3} }},{12}))
-tests/non-free/strnlen2.c:222:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:222:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:222:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:223:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- misc <- main.
         Called from tests/non-free/strnlen2.c:224.
@@ -180,8 +168,7 @@ tests/non-free/strnlen2.c:226:[value] Call to builtin Frama_C_strnlen(({{ "" ; "
                                          {13}))
 tests/non-free/strnlen2.c:227:[value] assertion got status valid.
 tests/non-free/strnlen2.c:229:[value] Call to builtin Frama_C_strnlen(({{ &loc_char_array[0] }},{5}))
-tests/non-free/strnlen2.c:229:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:229:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:229:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:230:[value] Call to builtin Frama_C_strnlen(({{ "abc\000\000\000abc" }},{9}))
 tests/non-free/strnlen2.c:231:[value] assertion got status valid.
 tests/non-free/strnlen2.c:234:[value] Call to builtin Frama_C_strnlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }},{5}))
@@ -202,16 +189,14 @@ tests/non-free/strnlen2.c:244:[value] Call to builtin Frama_C_strnlen(({{ "mno\0
                                             "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }},
                                          {10}))
 tests/non-free/strnlen2.c:251:[value] Call to builtin Frama_C_strnlen(({{ &maybe_init[0] }},{2}))
-tests/non-free/strnlen2.c:251:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:251:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:251:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:252:[value] assertion got status valid.
 [value] Recording results for misc
 [value] Done for function misc
 [value] computing for function bitfields <- main.
         Called from tests/non-free/strnlen2.c:495.
 tests/non-free/strnlen2.c:117:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&s }},{3}))
-tests/non-free/strnlen2.c:117:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:117:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:117:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 [value] Recording results for bitfields
 [value] Done for function bitfields
 [value] computing for function bitfields2 <- main.
@@ -224,8 +209,7 @@ tests/non-free/strnlen2.c:133:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:497.
 tests/non-free/strnlen2.c:196:[value] warning: locals {x} escaping the scope of a block of escaping through s
 tests/non-free/strnlen2.c:199:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
-tests/non-free/strnlen2.c:199:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:199:
-                 possible escaping addresses
+tests/non-free/strnlen2.c:199:[value] warning: builtin Frama_C_strnlen: possible escaping addresses
 tests/non-free/strnlen2.c:200:[value] assertion got status valid.
 tests/non-free/strnlen2.c:202:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
 tests/non-free/strnlen2.c:203:[value] assertion got status valid.
@@ -237,35 +221,32 @@ tests/non-free/strnlen2.c:261:[value] warning: out of bounds write. assert \vali
 tests/non-free/strnlen2.c:263:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strnlen2.c:265:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strnlen2.c:272:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&u }},{800}))
-tests/non-free/strnlen2.c:272:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:272:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:272:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:273:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&r }},{804}))
 tests/non-free/strnlen2.c:273:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:273:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:273:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:273:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:274:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&t }},{4000000}))
 tests/non-free/strnlen2.c:274:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:274:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:274:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:274:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:275:[value] assertion got status valid.
 tests/non-free/strnlen2.c:276:[value] assertion got status valid.
 tests/non-free/strnlen2.c:277:[value] assertion got status valid.
 [value] Called Frama_C_show_each({1}, {1}, {1})
 tests/non-free/strnlen2.c:282:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
                                          {801}))
-tests/non-free/strnlen2.c:282:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:282:
+tests/non-free/strnlen2.c:282:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:283:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
                                          {805}))
 tests/non-free/strnlen2.c:283:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:283:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:283:
+tests/non-free/strnlen2.c:283:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:284:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
                                          {4000001}))
 tests/non-free/strnlen2.c:284:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:284:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:284:
+tests/non-free/strnlen2.c:284:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:285:[value] assertion got status valid.
@@ -301,18 +282,15 @@ tests/non-free/strnlen2.c:305:[value] assertion got status valid.
 [value] Called Frama_C_show_each([0..800], [0..804], [0..4000000])
 tests/non-free/strnlen2.c:308:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
                                          {801}))
-tests/non-free/strnlen2.c:308:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:308:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:308:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:309:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
                                          {805}))
 tests/non-free/strnlen2.c:309:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:309:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:309:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:309:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:310:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
                                          {4000001}))
 tests/non-free/strnlen2.c:310:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:310:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:310:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:310:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:311:[value] assertion got status valid.
 tests/non-free/strnlen2.c:312:[value] assertion got status valid.
 tests/non-free/strnlen2.c:313:[value] assertion got status valid.
@@ -330,8 +308,7 @@ tests/non-free/strnlen2.c:331:[value] assertion got status valid.
 tests/non-free/strnlen2.c:333:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [11]} }},{4}))
 tests/non-free/strnlen2.c:334:[value] assertion got status valid.
 tests/non-free/strnlen2.c:336:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [18]} }},{4}))
-tests/non-free/strnlen2.c:336:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:336:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:336:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:337:[value] assertion got status valid.
 [value] Recording results for no_zero_but_ok
 [value] Done for function no_zero_but_ok
@@ -397,8 +374,7 @@ tests/non-free/strnlen2.c:406:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:408.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:409:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},[0..100]))
-tests/non-free/strnlen2.c:409:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:409:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:409:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:410:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_n <- main.
         Called from tests/non-free/strnlen2.c:412.
@@ -454,8 +430,7 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[16]
         Called from tests/non-free/strnlen2.c:442.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:443:[value] Call to builtin Frama_C_strnlen(({{ &a + [0..9] }},[0..9]))
-tests/non-free/strnlen2.c:443:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:443:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:443:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:444:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:446.
@@ -465,8 +440,7 @@ tests/non-free/strnlen2.c:444:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:448:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
                                          [2..10]))
-tests/non-free/strnlen2.c:448:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:448:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:448:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:449:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:451.
@@ -476,8 +450,7 @@ tests/non-free/strnlen2.c:449:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:453:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
                                          [0..11]))
-tests/non-free/strnlen2.c:453:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:453:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:453:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:454:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:456.
@@ -487,8 +460,7 @@ tests/non-free/strnlen2.c:454:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:458:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..9]))
-tests/non-free/strnlen2.c:458:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:458:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:458:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:459:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:461.
@@ -498,8 +470,7 @@ tests/non-free/strnlen2.c:459:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:463:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..10]))
-tests/non-free/strnlen2.c:463:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:463:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:463:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:464:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:466.
@@ -509,8 +480,7 @@ tests/non-free/strnlen2.c:464:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:468:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..11]))
-tests/non-free/strnlen2.c:468:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:468:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:468:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:469:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:471.
@@ -519,7 +489,7 @@ tests/non-free/strnlen2.c:469:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:472.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:473:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..9]))
-tests/non-free/strnlen2.c:473:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:473:
+tests/non-free/strnlen2.c:473:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:474:[value] assertion got status valid.
@@ -530,7 +500,7 @@ tests/non-free/strnlen2.c:474:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:477.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:478:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..10]))
-tests/non-free/strnlen2.c:478:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:478:
+tests/non-free/strnlen2.c:478:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:479:[value] assertion got status valid.
@@ -541,7 +511,7 @@ tests/non-free/strnlen2.c:479:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:482.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:483:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..11]))
-tests/non-free/strnlen2.c:483:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:483:
+tests/non-free/strnlen2.c:483:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:484:[value] assertion got status valid.
diff --git a/tests/non-free/oracle_equalities/Longinit_sequencer.res.oracle b/tests/non-free/oracle_equalities/Longinit_sequencer.res.oracle
index 4cb50421baa..1779be9b8a9 100644
--- a/tests/non-free/oracle_equalities/Longinit_sequencer.res.oracle
+++ b/tests/non-free/oracle_equalities/Longinit_sequencer.res.oracle
@@ -369,11 +369,11 @@ tests/non-free/long_init2.c:34:[value] Assigning imprecise value to garbled_mix.
         Called from tests/non-free/long_init2.c:88.
 [value] Call to builtin Frama_C_load_state(({13},{{ "tea" }}))
 [value] Skipping call to init_inner, loading globals state from file:
-        tests/non-free/result/Longinit_sequencer.sav
+        tests/non-free/result_equalities/Longinit_sequencer.sav
 [value] warning: importing garbled mix, locations may have changed
-[value] warning: variable `r (id 594)' is not global, possibly an escaping value; ignoring
-[value] warning: variable `r2 (id 597)' is not global, possibly an escaping value; ignoring
-[value] warning: variable `r2 (id 597)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r (id 602)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
 [value] warning: found new global variable `another_global'
 [value] Recording results for init_outer
 [value] Done for function init_outer
@@ -603,7 +603,7 @@ tests/non-free/long_init3.c:34:[value] Assigning imprecise value to garbled_mix.
   inited ∈ {0}
 [value] Call to builtin Frama_C_load_state(())
 [value] Skipping call to init_outer, loading globals state from file:
-        tests/non-free/result/Longinit_sequencer.sav
+        tests/non-free/result_equalities/Longinit_sequencer.sav
 [value] warning: importing garbled mix, locations may have changed
 [value] warning: found new global variable `yet_another_global'
 [value] DUMPING STATE of file tests/non-free/long_init3.c line 90
diff --git a/tests/non-free/oracle_equalities/alloc.0.res.oracle b/tests/non-free/oracle_equalities/alloc.0.res.oracle
index 3462232225f..6bbe7a5e476 100644
--- a/tests/non-free/oracle_equalities/alloc.0.res.oracle
+++ b/tests/non-free/oracle_equalities/alloc.0.res.oracle
@@ -20,8 +20,8 @@
 [value] computing for function malloc <- main.
         Called from tests/non-free/alloc.c:16.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 [value] computing for function malloc <- main.
diff --git a/tests/non-free/oracle_equalities/alloc.1.res.oracle b/tests/non-free/oracle_equalities/alloc.1.res.oracle
index 225071d1e36..d4e9c812cea 100644
--- a/tests/non-free/oracle_equalities/alloc.1.res.oracle
+++ b/tests/non-free/oracle_equalities/alloc.1.res.oracle
@@ -21,8 +21,8 @@
 [value] computing for function malloc <- main_abs.
         Called from tests/non-free/alloc.c:50.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 tests/non-free/alloc.c:51:[value] warning: signed overflow. assert -2147483648 ≤ -((int)q);
diff --git a/tests/non-free/oracle_equalities/allocated.0.res.oracle b/tests/non-free/oracle_equalities/allocated.0.res.oracle
index 3b9554b452d..b48e8056265 100644
--- a/tests/non-free/oracle_equalities/allocated.0.res.oracle
+++ b/tests/non-free/oracle_equalities/allocated.0.res.oracle
@@ -143,7 +143,7 @@ tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final st
   \result FROM \nothing
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          __fc_heap_status; i; j; p; tmp; tmp_0; k; tmp_1; size; pb; __retres;
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
           __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..2];
           __malloc_main_l63; __malloc_main_l73; __malloc_w_main_l82[0..2];
           __malloc_main_l97[0]; __malloc_main_l114[0..3]
diff --git a/tests/non-free/oracle_equalities/allocated.1.res.oracle b/tests/non-free/oracle_equalities/allocated.1.res.oracle
index 8aafe4e383b..53cbaa8819d 100644
--- a/tests/non-free/oracle_equalities/allocated.1.res.oracle
+++ b/tests/non-free/oracle_equalities/allocated.1.res.oracle
@@ -510,7 +510,7 @@ tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final st
   \result FROM \nothing
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          __fc_heap_status; i; j; p; tmp; tmp_0; k; tmp_1; size; pb; __retres;
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
           __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..1];
           __malloc_main_l50_0[0..2]; __malloc_main_l63; __malloc_main_l63_0;
           __malloc_main_l63_1; __malloc_main_l63_2; __malloc_main_l73;
diff --git a/tests/non-free/oracle_equalities/from_result.res.oracle b/tests/non-free/oracle_equalities/from_result.res.oracle
index a7d3a58c3a5..36a5531a9c1 100644
--- a/tests/non-free/oracle_equalities/from_result.res.oracle
+++ b/tests/non-free/oracle_equalities/from_result.res.oracle
@@ -13,8 +13,8 @@
 [value] computing for function malloc <- bar <- main.
         Called from tests/non-free/from_result.c:18.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 [value] Recording results for bar
diff --git a/tests/non-free/oracle_equalities/malloc_individual.res.oracle b/tests/non-free/oracle_equalities/malloc_individual.res.oracle
index b0d76ac1835..b37ac463bb4 100644
--- a/tests/non-free/oracle_equalities/malloc_individual.res.oracle
+++ b/tests/non-free/oracle_equalities/malloc_individual.res.oracle
@@ -15,8 +15,8 @@
 [value] computing for function malloc <- main.
         Called from tests/non-free/malloc_individual.c:9.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 tests/non-free/malloc_individual.c:13:[value] warning: accessing uninitialized left-value. assert \initialized(p);
diff --git a/tests/non-free/oracle_equalities/memchr.res.oracle b/tests/non-free/oracle_equalities/memchr.res.oracle
index a0ddf368798..427a520aa37 100644
--- a/tests/non-free/oracle_equalities/memchr.res.oracle
+++ b/tests/non-free/oracle_equalities/memchr.res.oracle
@@ -79,16 +79,14 @@ tests/non-free/memchr.c:112:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_zero_termination <- main.
         Called from tests/non-free/memchr.c:113.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_zero_termination <- main.
         Called from tests/non-free/memchr.c:119.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated2{[2], [3]} }},
                                         {0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] Recording results for memchr_zero_termination
@@ -99,8 +97,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:127.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&empty_or_uninitialized }},
                                         {0},{1}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -108,15 +105,13 @@ tests/non-free/memchr.c:128:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:131.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&uninitialized }},{0},{1}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:136.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -124,8 +119,7 @@ tests/non-free/memchr.c:137:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:143.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({3})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -147,9 +141,8 @@ share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:196.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -164,9 +157,8 @@ tests/non-free/memchr.c:198:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:201.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -181,9 +173,8 @@ tests/non-free/memchr.c:203:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:206.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -198,9 +189,8 @@ tests/non-free/memchr.c:208:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:211.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -220,9 +210,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:217.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -251,9 +240,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:232.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -268,9 +256,8 @@ tests/non-free/memchr.c:234:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:238.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -285,9 +272,8 @@ tests/non-free/memchr.c:240:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:243.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [45..55] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -323,8 +309,7 @@ tests/non-free/memchr.c:269:[value] assertion got status valid.
         Called from tests/non-free/memchr.c:299.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&unterminated_string }},
                                         {0},{13}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_misc <- main.
@@ -338,8 +323,7 @@ tests/non-free/memchr.c:303:[value] assertion got status valid.
 [value] computing for function my_memchr2 <- memchr_misc <- main.
         Called from tests/non-free/memchr.c:305.
 tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ &x + {0; 3} }},{0},{12}))
-tests/non-free/memchr.c:64:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:64:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr2({0})
 [value] Recording results for my_memchr2
 [value] Done for function my_memchr2
@@ -347,8 +331,7 @@ tests/non-free/memchr.c:306:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_misc <- main.
         Called from tests/non-free/memchr.c:308.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&loc_char_array }},{0},{5}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_misc <- main.
@@ -441,8 +424,7 @@ tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "mno\000pq
 [value] computing for function my_memchr <- memchr_misc2 <- main.
         Called from tests/non-free/memchr.c:341.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&maybe_init }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -452,8 +434,7 @@ tests/non-free/memchr.c:342:[value] assertion got status valid.
 [value] computing for function memchr_bitfields <- main.
         Called from tests/non-free/memchr.c:653.
 tests/non-free/memchr.c:161:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{3}))
-tests/non-free/memchr.c:161:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:161:
-                 reading indeterminate data
+tests/non-free/memchr.c:161:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for memchr_bitfields
 [value] Done for function memchr_bitfields
 [value] computing for function memchr_bitfields2 <- main.
@@ -473,8 +454,7 @@ tests/non-free/memchr.c:255:[value] warning: locals {x} escaping the scope of a
 [value] computing for function my_memchr <- memchr_escaping <- main.
         Called from tests/non-free/memchr.c:258.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible escaping addresses
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible escaping addresses
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -496,8 +476,7 @@ tests/non-free/memchr.c:356:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:364.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{800}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -505,8 +484,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:365.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{805}))
 tests/non-free/memchr.c:50:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -514,8 +492,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:366.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4000001}))
 tests/non-free/memchr.c:50:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -526,24 +503,21 @@ tests/non-free/memchr.c:370:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:372.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{1600}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:373.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{1608}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:374.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{8000000}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -586,8 +560,7 @@ tests/non-free/memchr.c:396:[value] assertion got status valid.
 [value] computing for function my_memchr2 <- memchr_no_zero_but_ok <- main.
         Called from tests/non-free/memchr.c:397.
 tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s{[7], [18]} }},{0},{5}))
-tests/non-free/memchr.c:64:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:64:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr2({10; 18; 19})
 [value] Recording results for my_memchr2
 [value] Done for function my_memchr2
@@ -656,9 +629,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{1;
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:443.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -670,9 +642,8 @@ tests/non-free/memchr.c:445:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:449.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -684,9 +655,8 @@ tests/non-free/memchr.c:451:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:454.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -701,9 +671,8 @@ tests/non-free/memchr.c:456:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:459.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -718,9 +687,8 @@ tests/non-free/memchr.c:461:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:464.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -735,9 +703,8 @@ tests/non-free/memchr.c:466:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:469.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -757,9 +724,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:475.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -773,9 +739,8 @@ tests/non-free/memchr.c:476:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:479.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[0..100]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -792,9 +757,8 @@ tests/non-free/memchr.c:480:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:484.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..10] }},{0},[0..90]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -865,9 +829,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[16] }}
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:516.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..9] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -886,8 +849,7 @@ tests/non-free/memchr.c:518:[value] warning: assertion 'refined' got status unkn
         Called from tests/non-free/memchr.c:522.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9]} }},{0},[2..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -902,8 +864,7 @@ tests/non-free/memchr.c:523:[value] assertion got status valid.
         Called from tests/non-free/memchr.c:527.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9]} }},{0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -919,8 +880,7 @@ tests/non-free/memchr.c:528:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..9]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -936,8 +896,7 @@ tests/non-free/memchr.c:533:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -953,8 +912,7 @@ tests/non-free/memchr.c:538:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -968,9 +926,8 @@ tests/non-free/memchr.c:543:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:547.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -987,9 +944,8 @@ tests/non-free/memchr.c:548:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:552.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1006,9 +962,8 @@ tests/non-free/memchr.c:553:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:557.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1028,8 +983,7 @@ tests/non-free/memchr.c:558:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1124,8 +1078,7 @@ tests/non-free/memchr.c:606:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97; 98},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1174,8 +1127,7 @@ tests/non-free/memchr.c:617:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{98; 99},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 1; 2})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1229,8 +1181,7 @@ tests/non-free/memchr.c:629:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{0; 98; 99},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 1; 2; 3})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
diff --git a/tests/non-free/oracle_equalities/str_allocated.res.oracle b/tests/non-free/oracle_equalities/str_allocated.res.oracle
index 72baddb1c63..e5e44c91843 100644
--- a/tests/non-free/oracle_equalities/str_allocated.res.oracle
+++ b/tests/non-free/oracle_equalities/str_allocated.res.oracle
@@ -17,8 +17,7 @@ tests/non-free/str_allocated.c:12:[value:malloc] resizing variable `__malloc_w_m
 tests/non-free/str_allocated.c:14:[value] warning: accessing uninitialized left-value. assert \initialized(&b);
 tests/non-free/str_allocated.c:14:[value] Call to builtin Frama_C_memchr(({{ (void const *)&__malloc_w_memchr_bug_l12 }},
                                         {1},{1}))
-tests/non-free/str_allocated.c:14:[value] warning: built-in Frama_C_memchr: tests/non-free/str_allocated.c:14:
-                 reading indeterminate data
+tests/non-free/str_allocated.c:14:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for memchr_bug
 [value] Done for function memchr_bug
 [value] Recording results for main
diff --git a/tests/non-free/oracle_equalities/strchr.res.oracle b/tests/non-free/oracle_equalities/strchr.res.oracle
index e1b504509de..a49bc2418f6 100644
--- a/tests/non-free/oracle_equalities/strchr.res.oracle
+++ b/tests/non-free/oracle_equalities/strchr.res.oracle
@@ -53,8 +53,7 @@ tests/non-free/strchr.c:91:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_small_sets <- main.
         Called from tests/non-free/strchr.c:95.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -66,8 +65,7 @@ tests/non-free/strchr.c:96:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:104.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_non_terminated[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -75,15 +73,13 @@ tests/non-free/strchr.c:105:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:109.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:115.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated2[2] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] Recording results for strchr_zero_termination
@@ -93,8 +89,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:123.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_uninitialized[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -102,15 +97,13 @@ tests/non-free/strchr.c:124:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:127.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &uninitialized[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:132.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -118,8 +111,7 @@ tests/non-free/strchr.c:133:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:139.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({3})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -141,9 +133,8 @@ share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:192.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -157,9 +148,8 @@ tests/non-free/strchr.c:193:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:196.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [5..17] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -174,9 +164,8 @@ tests/non-free/strchr.c:198:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:201.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [60..74] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -191,9 +180,8 @@ tests/non-free/strchr.c:203:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:206.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -213,9 +201,8 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:212.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [50..70] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -243,9 +230,8 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:226.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -260,9 +246,8 @@ tests/non-free/strchr.c:228:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:232.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -277,9 +262,8 @@ tests/non-free/strchr.c:234:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:237.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [45..55] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -314,8 +298,7 @@ tests/non-free/strchr.c:263:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:293.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &unterminated_string[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_misc <- main.
@@ -329,8 +312,7 @@ tests/non-free/strchr.c:297:[value] assertion got status valid.
 [value] computing for function my_strchr2 <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:299.
 tests/non-free/strchr.c:62:[value] Call to builtin Frama_C_strchr(({{ &x + {0; 3} }},{0}))
-tests/non-free/strchr.c:62:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:62:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:62:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr2({0})
 [value] Recording results for my_strchr2
 [value] Done for function my_strchr2
@@ -338,8 +320,7 @@ tests/non-free/strchr.c:300:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:302.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &loc_char_array[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_misc <- main.
@@ -430,8 +411,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "mno\000pq
 [value] computing for function my_strchr <- strchr_misc2 <- main.
         Called from tests/non-free/strchr.c:335.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &maybe_init[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -441,8 +421,7 @@ tests/non-free/strchr.c:336:[value] assertion got status valid.
 [value] computing for function strchr_bitfields <- main.
         Called from tests/non-free/strchr.c:540.
 tests/non-free/strchr.c:157:[value] Call to builtin Frama_C_strchr(({{ (char const *)&s }},{0}))
-tests/non-free/strchr.c:157:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:157:
-                 reading indeterminate data
+tests/non-free/strchr.c:157:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for strchr_bitfields
 [value] Done for function strchr_bitfields
 [value] computing for function strchr_bitfields2 <- main.
@@ -462,8 +441,7 @@ tests/non-free/strchr.c:249:[value] warning: locals {x} escaping the scope of a
 [value] computing for function my_strchr <- strchr_escaping <- main.
         Called from tests/non-free/strchr.c:252.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible escaping addresses
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible escaping addresses
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -485,8 +463,7 @@ tests/non-free/strchr.c:350:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:359.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -494,8 +471,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
         Called from tests/non-free/strchr.c:360.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
 tests/non-free/strchr.c:49:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -503,8 +479,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
         Called from tests/non-free/strchr.c:361.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
 tests/non-free/strchr.c:49:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -515,9 +490,8 @@ tests/non-free/strchr.c:365:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:367.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -527,9 +501,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:368.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -539,9 +512,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:369.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -576,24 +548,21 @@ tests/non-free/strchr.c:386:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:387.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..799])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:388.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..803])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:389.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..3999999])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -604,9 +573,8 @@ tests/non-free/strchr.c:393:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:395.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -616,9 +584,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:396.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -628,9 +595,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:397.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -672,8 +638,7 @@ tests/non-free/strchr.c:421:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
         Called from tests/non-free/strchr.c:423.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [11]} }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({10; 14; 15; 16; 17; 18; 19})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -681,8 +646,7 @@ tests/non-free/strchr.c:424:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
         Called from tests/non-free/strchr.c:426.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [18]} }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({10; 18; 19})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -706,8 +670,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:438.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" + {0; 1} }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -715,8 +678,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -724,8 +686,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:443.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" + {0; 2} }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -733,8 +694,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -767,8 +727,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -783,8 +742,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -818,8 +776,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97; 98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -834,8 +791,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97; 98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -869,8 +825,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -885,8 +840,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -935,8 +889,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0; 98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1; 0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -968,8 +921,7 @@ tests/non-free/strchr.c:512:[value] assertion got status valid.
         Called from tests/non-free/strchr.c:516.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
                                         [-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([-1..26])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -983,8 +935,7 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&t }},{0;
         Called from tests/non-free/strchr.c:519.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
                                         [-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([-1..29])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -994,14 +945,8 @@ tests/non-free/strchr.c:520:[value] assertion got status valid.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] ;
                                            "ABCDEFGHIJKLMNOPQRSTUVWXYZ" +
                                            [0..4294967295] }},[-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
-                 possible escaping addresses
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1018,7 +963,7 @@ tests/non-free/strchr.c:522:[value] assertion got status valid.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ garbled mix of &{s; "hello"}
                                         (origin: Arithmetic
                                         {tests/non-free/strchr.c:49}) }},{1}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
                  string argument is too imprecise, cannot compute a useful result.
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
diff --git a/tests/non-free/oracle_equalities/strlen.res.oracle b/tests/non-free/oracle_equalities/strlen.res.oracle
index ec734ef5458..a5f44175539 100644
--- a/tests/non-free/oracle_equalities/strlen.res.oracle
+++ b/tests/non-free/oracle_equalities/strlen.res.oracle
@@ -43,23 +43,19 @@ tests/non-free/strlen.c:71:[value] assertion got status valid.
 tests/non-free/strlen.c:75:[value] Call to builtin Frama_C_strlen(({{ "b\000c" + {0; 2} }}))
 tests/non-free/strlen.c:76:[value] assertion got status valid.
 tests/non-free/strlen.c:81:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
-tests/non-free/strlen.c:81:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:81:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:81:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:82:[value] assertion got status valid.
 [value] Recording results for small_sets
 [value] Done for function small_sets
 [value] computing for function zero_termination <- main.
         Called from tests/non-free/strlen.c:310.
 tests/non-free/strlen.c:89:[value] Call to builtin Frama_C_strlen(({{ &empty_or_non_terminated[0] }}))
-tests/non-free/strlen.c:89:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:89:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:89:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:90:[value] assertion got status valid.
 tests/non-free/strlen.c:93:[value] Call to builtin Frama_C_strlen(({{ &non_terminated[0] }}))
-tests/non-free/strlen.c:93:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:93:
-                 reading indeterminate data
+tests/non-free/strlen.c:93:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:97:[value] Call to builtin Frama_C_strlen(({{ &non_terminated2{[2], [3]} }}))
-tests/non-free/strlen.c:97:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:97:
-                 reading indeterminate data
+tests/non-free/strlen.c:97:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for zero_termination
 [value] Done for function zero_termination
 [value] computing for function strlen_initialization <- main.
@@ -67,31 +63,27 @@ tests/non-free/strlen.c:97:[value] warning: built-in Frama_C_strlen: tests/non-f
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:105.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &empty_or_uninitialized[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:106:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:109.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &uninitialized[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:116.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:117:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:124.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:125:[value] assertion got status valid.
@@ -139,8 +131,7 @@ tests/non-free/strlen.c:181:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large <- main.
         Called from tests/non-free/strlen.c:184.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:185:[value] assertion got status valid.
@@ -155,8 +146,7 @@ tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_strlen <- strlen_large <- main.
         Called from tests/non-free/strlen.c:189.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [50..70] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:190:[value] assertion got status valid.
@@ -180,8 +170,7 @@ tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:203.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [3..30] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:204:[value] assertion got status valid.
@@ -191,8 +180,7 @@ tests/non-free/strlen.c:204:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:208.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:209:[value] assertion got status valid.
@@ -202,7 +190,7 @@ tests/non-free/strlen.c:209:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:212.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [45..55] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 [value] Recording results for my_strlen
@@ -213,13 +201,11 @@ tests/non-free/strlen.c:213:[value] assertion got status valid.
 [value] computing for function misc <- main.
         Called from tests/non-free/strlen.c:314.
 tests/non-free/strlen.c:241:[value] Call to builtin Frama_C_strlen(({{ &unterminated_string[0] }}))
-tests/non-free/strlen.c:241:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:241:
-                 reading indeterminate data
+tests/non-free/strlen.c:241:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:244:[value] Call to builtin Frama_C_strlen(({{ "Hello World\n" ; "Bonjour Monde\n" }}))
 tests/non-free/strlen.c:245:[value] assertion got status valid.
 tests/non-free/strlen.c:248:[value] Call to builtin Frama_C_strlen(({{ &x + {0; 3} }}))
-tests/non-free/strlen.c:248:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:248:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:248:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:249:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- misc <- main.
         Called from tests/non-free/strlen.c:250.
@@ -230,8 +216,7 @@ tests/non-free/strlen.c:252:[value] Call to builtin Frama_C_strlen(({{ "" ; "a"
                                            "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" }}))
 tests/non-free/strlen.c:253:[value] assertion got status valid.
 tests/non-free/strlen.c:255:[value] Call to builtin Frama_C_strlen(({{ &loc_char_array[0] }}))
-tests/non-free/strlen.c:255:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:255:
-                 reading indeterminate data
+tests/non-free/strlen.c:255:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:256:[value] Call to builtin Frama_C_strlen(({{ "abc\000\000\000abc" }}))
 tests/non-free/strlen.c:257:[value] assertion got status valid.
 tests/non-free/strlen.c:260:[value] Call to builtin Frama_C_strlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }}))
@@ -250,16 +235,14 @@ tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000p
 tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
                                            "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }}))
 tests/non-free/strlen.c:277:[value] Call to builtin Frama_C_strlen(({{ &maybe_init[0] }}))
-tests/non-free/strlen.c:277:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:277:
-                 possible uninitialized values
+tests/non-free/strlen.c:277:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:278:[value] assertion got status valid.
 [value] Recording results for misc
 [value] Done for function misc
 [value] computing for function bitfields <- main.
         Called from tests/non-free/strlen.c:315.
 tests/non-free/strlen.c:140:[value] Call to builtin Frama_C_strlen(({{ (char const *)&s }}))
-tests/non-free/strlen.c:140:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:140:
-                 reading indeterminate data
+tests/non-free/strlen.c:140:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for bitfields
 [value] Done for function bitfields
 [value] computing for function bitfields2 <- main.
@@ -272,8 +255,7 @@ tests/non-free/strlen.c:156:[value] assertion got status valid.
         Called from tests/non-free/strlen.c:317.
 tests/non-free/strlen.c:222:[value] warning: locals {x} escaping the scope of a block of escaping through s
 tests/non-free/strlen.c:225:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
-tests/non-free/strlen.c:225:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:225:
-                 possible escaping addresses
+tests/non-free/strlen.c:225:[value] warning: builtin Frama_C_strlen: possible escaping addresses
 tests/non-free/strlen.c:226:[value] assertion got status valid.
 tests/non-free/strlen.c:228:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
 tests/non-free/strlen.c:229:[value] assertion got status valid.
@@ -285,29 +267,26 @@ tests/non-free/strlen.c:287:[value] warning: out of bounds write. assert \valid(
 tests/non-free/strlen.c:289:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strlen.c:291:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strlen.c:297:[value] Call to builtin Frama_C_strlen(({{ (char const *)&u }}))
-tests/non-free/strlen.c:297:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:297:
-                 possible uninitialized values
+tests/non-free/strlen.c:297:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:298:[value] Call to builtin Frama_C_strlen(({{ (char const *)&r }}))
 tests/non-free/strlen.c:298:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strlen.c:298:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:298:
-                 possible uninitialized values
+tests/non-free/strlen.c:298:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:299:[value] Call to builtin Frama_C_strlen(({{ (char const *)&t }}))
 tests/non-free/strlen.c:299:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strlen.c:299:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:299:
-                 possible uninitialized values
+tests/non-free/strlen.c:299:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Called Frama_C_show_each({1}, {1}, {1})
 tests/non-free/strlen.c:302:[value] Call to builtin Frama_C_strlen(({{ &u + [-8589934592..8589934588],0%4 }}))
-tests/non-free/strlen.c:302:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:302:
+tests/non-free/strlen.c:302:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strlen.c:303:[value] Call to builtin Frama_C_strlen(({{ &r + [-8589934592..8589934588],0%4 }}))
 tests/non-free/strlen.c:303:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strlen.c:303:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:303:
+tests/non-free/strlen.c:303:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strlen.c:304:[value] Call to builtin Frama_C_strlen(({{ &t + [-8589934592..8589934588],0%4 }}))
 tests/non-free/strlen.c:304:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strlen.c:304:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:304:
+tests/non-free/strlen.c:304:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 [value] Called Frama_C_show_each({0; 1; 2; 3}, [0..800], [0..3999996])
diff --git a/tests/non-free/oracle_equalities/strnlen.res.oracle b/tests/non-free/oracle_equalities/strnlen.res.oracle
index b32e96527ac..6e97c953b59 100644
--- a/tests/non-free/oracle_equalities/strnlen.res.oracle
+++ b/tests/non-free/oracle_equalities/strnlen.res.oracle
@@ -18,8 +18,7 @@
 tests/non-free/strnlen.i:9:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{3}))
 tests/non-free/strnlen.i:10:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{5}))
 tests/non-free/strnlen.i:11:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{6}))
-tests/non-free/strnlen.i:11:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen.i:11:
-                 reading indeterminate data
+tests/non-free/strnlen.i:11:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen.i:13:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{3}))
 tests/non-free/strnlen.i:14:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{5}))
 tests/non-free/strnlen.i:15:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{6}))
diff --git a/tests/non-free/oracle_equalities/strnlen2.res.oracle b/tests/non-free/oracle_equalities/strnlen2.res.oracle
index 170241239c5..993520f015f 100644
--- a/tests/non-free/oracle_equalities/strnlen2.res.oracle
+++ b/tests/non-free/oracle_equalities/strnlen2.res.oracle
@@ -51,29 +51,23 @@ tests/non-free/strnlen2.c:62:[value] assertion got status valid.
 tests/non-free/strnlen2.c:68:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_non_terminated[0] }},{1}))
 tests/non-free/strnlen2.c:69:[value] assertion got status valid.
 tests/non-free/strnlen2.c:73:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated[0] }},{2}))
-tests/non-free/strnlen2.c:73:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:73:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:73:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:79:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated2{[2], [3]} }},{4}))
-tests/non-free/strnlen2.c:79:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:79:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:79:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 [value] Recording results for zero_termination
 [value] Done for function zero_termination
 [value] computing for function initialization <- main.
         Called from tests/non-free/strnlen2.c:491.
 tests/non-free/strnlen2.c:85:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_uninitialized[0] }},{1}))
-tests/non-free/strnlen2.c:85:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:85:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:85:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:86:[value] assertion got status valid.
 tests/non-free/strnlen2.c:89:[value] Call to builtin Frama_C_strnlen(({{ &uninitialized[0] }},{1}))
-tests/non-free/strnlen2.c:89:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:89:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:89:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:94:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{2}))
-tests/non-free/strnlen2.c:94:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:94:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:94:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:95:[value] assertion got status valid.
 tests/non-free/strnlen2.c:101:[value] Call to builtin Frama_C_strnlen(({{ &t[0] }},{4}))
-tests/non-free/strnlen2.c:101:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:101:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:101:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:102:[value] assertion got status valid.
 [value] Recording results for initialization
 [value] Done for function initialization
@@ -105,8 +99,7 @@ tests/non-free/strnlen2.c:157:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:159.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:160:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
-tests/non-free/strnlen2.c:160:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:160:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:160:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:161:[value] assertion got status valid.
 [value] computing for function init_array_nondet <- large <- main.
         Called from tests/non-free/strnlen2.c:163.
@@ -117,8 +110,7 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a }},{
         Called from tests/non-free/strnlen2.c:164.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:165:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},{100}))
-tests/non-free/strnlen2.c:165:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:165:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:165:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:166:[value] assertion got status valid.
 [value] Recording results for large
 [value] Done for function large
@@ -138,21 +130,19 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[50]
         Called from tests/non-free/strnlen2.c:176.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:177:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..30] }},{100}))
-tests/non-free/strnlen2.c:177:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:177:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:177:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:178:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_uninit <- main.
         Called from tests/non-free/strnlen2.c:181.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:182:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
-tests/non-free/strnlen2.c:182:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:182:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:182:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:183:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_uninit <- main.
         Called from tests/non-free/strnlen2.c:185.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:186:[value] Call to builtin Frama_C_strnlen(({{ &a + [45..55] }},{100}))
-tests/non-free/strnlen2.c:186:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:186:
+tests/non-free/strnlen2.c:186:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:187:[value] assertion got status valid.
@@ -161,14 +151,12 @@ tests/non-free/strnlen2.c:187:[value] assertion got status valid.
 [value] computing for function misc <- main.
         Called from tests/non-free/strnlen2.c:494.
 tests/non-free/strnlen2.c:215:[value] Call to builtin Frama_C_strnlen(({{ &unterminated_string[0] }},{13}))
-tests/non-free/strnlen2.c:215:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:215:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:215:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:218:[value] Call to builtin Frama_C_strnlen(({{ "Hello World\n" ; "Bonjour Monde\n" }},
                                          {14}))
 tests/non-free/strnlen2.c:219:[value] assertion got status valid.
 tests/non-free/strnlen2.c:222:[value] Call to builtin Frama_C_strnlen(({{ &x + {0; 3} }},{12}))
-tests/non-free/strnlen2.c:222:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:222:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:222:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:223:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- misc <- main.
         Called from tests/non-free/strnlen2.c:224.
@@ -180,8 +168,7 @@ tests/non-free/strnlen2.c:226:[value] Call to builtin Frama_C_strnlen(({{ "" ; "
                                          {13}))
 tests/non-free/strnlen2.c:227:[value] assertion got status valid.
 tests/non-free/strnlen2.c:229:[value] Call to builtin Frama_C_strnlen(({{ &loc_char_array[0] }},{5}))
-tests/non-free/strnlen2.c:229:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:229:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:229:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:230:[value] Call to builtin Frama_C_strnlen(({{ "abc\000\000\000abc" }},{9}))
 tests/non-free/strnlen2.c:231:[value] assertion got status valid.
 tests/non-free/strnlen2.c:234:[value] Call to builtin Frama_C_strnlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }},{5}))
@@ -202,16 +189,14 @@ tests/non-free/strnlen2.c:244:[value] Call to builtin Frama_C_strnlen(({{ "mno\0
                                             "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }},
                                          {10}))
 tests/non-free/strnlen2.c:251:[value] Call to builtin Frama_C_strnlen(({{ &maybe_init[0] }},{2}))
-tests/non-free/strnlen2.c:251:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:251:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:251:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:252:[value] assertion got status valid.
 [value] Recording results for misc
 [value] Done for function misc
 [value] computing for function bitfields <- main.
         Called from tests/non-free/strnlen2.c:495.
 tests/non-free/strnlen2.c:117:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&s }},{3}))
-tests/non-free/strnlen2.c:117:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:117:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:117:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 [value] Recording results for bitfields
 [value] Done for function bitfields
 [value] computing for function bitfields2 <- main.
@@ -224,8 +209,7 @@ tests/non-free/strnlen2.c:133:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:497.
 tests/non-free/strnlen2.c:196:[value] warning: locals {x} escaping the scope of a block of escaping through s
 tests/non-free/strnlen2.c:199:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
-tests/non-free/strnlen2.c:199:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:199:
-                 possible escaping addresses
+tests/non-free/strnlen2.c:199:[value] warning: builtin Frama_C_strnlen: possible escaping addresses
 tests/non-free/strnlen2.c:200:[value] assertion got status valid.
 tests/non-free/strnlen2.c:202:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
 tests/non-free/strnlen2.c:203:[value] assertion got status valid.
@@ -237,35 +221,32 @@ tests/non-free/strnlen2.c:261:[value] warning: out of bounds write. assert \vali
 tests/non-free/strnlen2.c:263:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strnlen2.c:265:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strnlen2.c:272:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&u }},{800}))
-tests/non-free/strnlen2.c:272:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:272:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:272:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:273:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&r }},{804}))
 tests/non-free/strnlen2.c:273:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:273:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:273:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:273:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:274:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&t }},{4000000}))
 tests/non-free/strnlen2.c:274:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:274:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:274:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:274:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:275:[value] assertion got status valid.
 tests/non-free/strnlen2.c:276:[value] assertion got status valid.
 tests/non-free/strnlen2.c:277:[value] assertion got status valid.
 [value] Called Frama_C_show_each({1}, {1}, {1})
 tests/non-free/strnlen2.c:282:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
                                          {801}))
-tests/non-free/strnlen2.c:282:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:282:
+tests/non-free/strnlen2.c:282:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:283:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
                                          {805}))
 tests/non-free/strnlen2.c:283:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:283:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:283:
+tests/non-free/strnlen2.c:283:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:284:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
                                          {4000001}))
 tests/non-free/strnlen2.c:284:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:284:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:284:
+tests/non-free/strnlen2.c:284:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:285:[value] assertion got status valid.
@@ -301,18 +282,15 @@ tests/non-free/strnlen2.c:305:[value] assertion got status valid.
 [value] Called Frama_C_show_each([0..800], [0..804], [0..4000000])
 tests/non-free/strnlen2.c:308:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
                                          {801}))
-tests/non-free/strnlen2.c:308:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:308:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:308:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:309:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
                                          {805}))
 tests/non-free/strnlen2.c:309:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:309:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:309:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:309:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:310:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
                                          {4000001}))
 tests/non-free/strnlen2.c:310:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:310:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:310:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:310:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:311:[value] assertion got status valid.
 tests/non-free/strnlen2.c:312:[value] assertion got status valid.
 tests/non-free/strnlen2.c:313:[value] assertion got status valid.
@@ -330,8 +308,7 @@ tests/non-free/strnlen2.c:331:[value] assertion got status valid.
 tests/non-free/strnlen2.c:333:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [11]} }},{4}))
 tests/non-free/strnlen2.c:334:[value] assertion got status valid.
 tests/non-free/strnlen2.c:336:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [18]} }},{4}))
-tests/non-free/strnlen2.c:336:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:336:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:336:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:337:[value] assertion got status valid.
 [value] Recording results for no_zero_but_ok
 [value] Done for function no_zero_but_ok
@@ -397,8 +374,7 @@ tests/non-free/strnlen2.c:406:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:408.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:409:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},[0..100]))
-tests/non-free/strnlen2.c:409:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:409:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:409:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:410:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_n <- main.
         Called from tests/non-free/strnlen2.c:412.
@@ -454,8 +430,7 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[16]
         Called from tests/non-free/strnlen2.c:442.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:443:[value] Call to builtin Frama_C_strnlen(({{ &a + [0..9] }},[0..9]))
-tests/non-free/strnlen2.c:443:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:443:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:443:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:444:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:446.
@@ -465,8 +440,7 @@ tests/non-free/strnlen2.c:444:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:448:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
                                          [2..10]))
-tests/non-free/strnlen2.c:448:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:448:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:448:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:449:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:451.
@@ -476,8 +450,7 @@ tests/non-free/strnlen2.c:449:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:453:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
                                          [0..11]))
-tests/non-free/strnlen2.c:453:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:453:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:453:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:454:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:456.
@@ -487,8 +460,7 @@ tests/non-free/strnlen2.c:454:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:458:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..9]))
-tests/non-free/strnlen2.c:458:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:458:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:458:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:459:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:461.
@@ -498,8 +470,7 @@ tests/non-free/strnlen2.c:459:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:463:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..10]))
-tests/non-free/strnlen2.c:463:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:463:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:463:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:464:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:466.
@@ -509,8 +480,7 @@ tests/non-free/strnlen2.c:464:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:468:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..11]))
-tests/non-free/strnlen2.c:468:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:468:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:468:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:469:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:471.
@@ -519,7 +489,7 @@ tests/non-free/strnlen2.c:469:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:472.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:473:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..9]))
-tests/non-free/strnlen2.c:473:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:473:
+tests/non-free/strnlen2.c:473:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:474:[value] assertion got status valid.
@@ -530,7 +500,7 @@ tests/non-free/strnlen2.c:474:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:477.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:478:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..10]))
-tests/non-free/strnlen2.c:478:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:478:
+tests/non-free/strnlen2.c:478:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:479:[value] assertion got status valid.
@@ -541,7 +511,7 @@ tests/non-free/strnlen2.c:479:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:482.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:483:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..11]))
-tests/non-free/strnlen2.c:483:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:483:
+tests/non-free/strnlen2.c:483:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:484:[value] assertion got status valid.
diff --git a/tests/non-free/oracle_legacy/Longinit_sequencer.res.oracle b/tests/non-free/oracle_legacy/Longinit_sequencer.res.oracle
index 4cb50421baa..b23183be822 100644
--- a/tests/non-free/oracle_legacy/Longinit_sequencer.res.oracle
+++ b/tests/non-free/oracle_legacy/Longinit_sequencer.res.oracle
@@ -369,11 +369,11 @@ tests/non-free/long_init2.c:34:[value] Assigning imprecise value to garbled_mix.
         Called from tests/non-free/long_init2.c:88.
 [value] Call to builtin Frama_C_load_state(({13},{{ "tea" }}))
 [value] Skipping call to init_inner, loading globals state from file:
-        tests/non-free/result/Longinit_sequencer.sav
+        tests/non-free/result_legacy/Longinit_sequencer.sav
 [value] warning: importing garbled mix, locations may have changed
-[value] warning: variable `r (id 594)' is not global, possibly an escaping value; ignoring
-[value] warning: variable `r2 (id 597)' is not global, possibly an escaping value; ignoring
-[value] warning: variable `r2 (id 597)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r (id 602)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
 [value] warning: found new global variable `another_global'
 [value] Recording results for init_outer
 [value] Done for function init_outer
@@ -603,7 +603,7 @@ tests/non-free/long_init3.c:34:[value] Assigning imprecise value to garbled_mix.
   inited ∈ {0}
 [value] Call to builtin Frama_C_load_state(())
 [value] Skipping call to init_outer, loading globals state from file:
-        tests/non-free/result/Longinit_sequencer.sav
+        tests/non-free/result_legacy/Longinit_sequencer.sav
 [value] warning: importing garbled mix, locations may have changed
 [value] warning: found new global variable `yet_another_global'
 [value] DUMPING STATE of file tests/non-free/long_init3.c line 90
diff --git a/tests/non-free/oracle_legacy/alloc.0.res.oracle b/tests/non-free/oracle_legacy/alloc.0.res.oracle
index 3462232225f..6bbe7a5e476 100644
--- a/tests/non-free/oracle_legacy/alloc.0.res.oracle
+++ b/tests/non-free/oracle_legacy/alloc.0.res.oracle
@@ -20,8 +20,8 @@
 [value] computing for function malloc <- main.
         Called from tests/non-free/alloc.c:16.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 [value] computing for function malloc <- main.
diff --git a/tests/non-free/oracle_legacy/alloc.1.res.oracle b/tests/non-free/oracle_legacy/alloc.1.res.oracle
index 225071d1e36..d4e9c812cea 100644
--- a/tests/non-free/oracle_legacy/alloc.1.res.oracle
+++ b/tests/non-free/oracle_legacy/alloc.1.res.oracle
@@ -21,8 +21,8 @@
 [value] computing for function malloc <- main_abs.
         Called from tests/non-free/alloc.c:50.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 tests/non-free/alloc.c:51:[value] warning: signed overflow. assert -2147483648 ≤ -((int)q);
diff --git a/tests/non-free/oracle_legacy/allocated.0.res.oracle b/tests/non-free/oracle_legacy/allocated.0.res.oracle
index 3b9554b452d..b48e8056265 100644
--- a/tests/non-free/oracle_legacy/allocated.0.res.oracle
+++ b/tests/non-free/oracle_legacy/allocated.0.res.oracle
@@ -143,7 +143,7 @@ tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final st
   \result FROM \nothing
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          __fc_heap_status; i; j; p; tmp; tmp_0; k; tmp_1; size; pb; __retres;
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
           __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..2];
           __malloc_main_l63; __malloc_main_l73; __malloc_w_main_l82[0..2];
           __malloc_main_l97[0]; __malloc_main_l114[0..3]
diff --git a/tests/non-free/oracle_legacy/allocated.1.res.oracle b/tests/non-free/oracle_legacy/allocated.1.res.oracle
index 8aafe4e383b..53cbaa8819d 100644
--- a/tests/non-free/oracle_legacy/allocated.1.res.oracle
+++ b/tests/non-free/oracle_legacy/allocated.1.res.oracle
@@ -510,7 +510,7 @@ tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final st
   \result FROM \nothing
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          __fc_heap_status; i; j; p; tmp; tmp_0; k; tmp_1; size; pb; __retres;
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
           __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..1];
           __malloc_main_l50_0[0..2]; __malloc_main_l63; __malloc_main_l63_0;
           __malloc_main_l63_1; __malloc_main_l63_2; __malloc_main_l73;
diff --git a/tests/non-free/oracle_legacy/from_result.res.oracle b/tests/non-free/oracle_legacy/from_result.res.oracle
index a7d3a58c3a5..36a5531a9c1 100644
--- a/tests/non-free/oracle_legacy/from_result.res.oracle
+++ b/tests/non-free/oracle_legacy/from_result.res.oracle
@@ -13,8 +13,8 @@
 [value] computing for function malloc <- bar <- main.
         Called from tests/non-free/from_result.c:18.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 [value] Recording results for bar
diff --git a/tests/non-free/oracle_legacy/malloc_individual.res.oracle b/tests/non-free/oracle_legacy/malloc_individual.res.oracle
index b0d76ac1835..b37ac463bb4 100644
--- a/tests/non-free/oracle_legacy/malloc_individual.res.oracle
+++ b/tests/non-free/oracle_legacy/malloc_individual.res.oracle
@@ -15,8 +15,8 @@
 [value] computing for function malloc <- main.
         Called from tests/non-free/malloc_individual.c:9.
 share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
-share/libc/stdlib.h:164:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
-share/libc/stdlib.h:169:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
 [value] Recording results for malloc
 [value] Done for function malloc
 tests/non-free/malloc_individual.c:13:[value] warning: accessing uninitialized left-value. assert \initialized(p);
diff --git a/tests/non-free/oracle_legacy/memchr.res.oracle b/tests/non-free/oracle_legacy/memchr.res.oracle
index a0ddf368798..427a520aa37 100644
--- a/tests/non-free/oracle_legacy/memchr.res.oracle
+++ b/tests/non-free/oracle_legacy/memchr.res.oracle
@@ -79,16 +79,14 @@ tests/non-free/memchr.c:112:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_zero_termination <- main.
         Called from tests/non-free/memchr.c:113.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_zero_termination <- main.
         Called from tests/non-free/memchr.c:119.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated2{[2], [3]} }},
                                         {0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] Recording results for memchr_zero_termination
@@ -99,8 +97,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:127.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&empty_or_uninitialized }},
                                         {0},{1}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -108,15 +105,13 @@ tests/non-free/memchr.c:128:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:131.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&uninitialized }},{0},{1}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:136.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -124,8 +119,7 @@ tests/non-free/memchr.c:137:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_initialization <- main.
         Called from tests/non-free/memchr.c:143.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({3})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -147,9 +141,8 @@ share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:196.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -164,9 +157,8 @@ tests/non-free/memchr.c:198:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:201.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -181,9 +173,8 @@ tests/non-free/memchr.c:203:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:206.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -198,9 +189,8 @@ tests/non-free/memchr.c:208:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:211.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -220,9 +210,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_memchr <- memchr_large <- main.
         Called from tests/non-free/memchr.c:217.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -251,9 +240,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:232.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -268,9 +256,8 @@ tests/non-free/memchr.c:234:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:238.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -285,9 +272,8 @@ tests/non-free/memchr.c:240:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_uninit <- main.
         Called from tests/non-free/memchr.c:243.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [45..55] }},{0},{100}))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -323,8 +309,7 @@ tests/non-free/memchr.c:269:[value] assertion got status valid.
         Called from tests/non-free/memchr.c:299.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&unterminated_string }},
                                         {0},{13}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_misc <- main.
@@ -338,8 +323,7 @@ tests/non-free/memchr.c:303:[value] assertion got status valid.
 [value] computing for function my_memchr2 <- memchr_misc <- main.
         Called from tests/non-free/memchr.c:305.
 tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ &x + {0; 3} }},{0},{12}))
-tests/non-free/memchr.c:64:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:64:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr2({0})
 [value] Recording results for my_memchr2
 [value] Done for function my_memchr2
@@ -347,8 +331,7 @@ tests/non-free/memchr.c:306:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_misc <- main.
         Called from tests/non-free/memchr.c:308.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&loc_char_array }},{0},{5}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_misc <- main.
@@ -441,8 +424,7 @@ tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "mno\000pq
 [value] computing for function my_memchr <- memchr_misc2 <- main.
         Called from tests/non-free/memchr.c:341.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&maybe_init }},{0},{2}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -452,8 +434,7 @@ tests/non-free/memchr.c:342:[value] assertion got status valid.
 [value] computing for function memchr_bitfields <- main.
         Called from tests/non-free/memchr.c:653.
 tests/non-free/memchr.c:161:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{3}))
-tests/non-free/memchr.c:161:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:161:
-                 reading indeterminate data
+tests/non-free/memchr.c:161:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for memchr_bitfields
 [value] Done for function memchr_bitfields
 [value] computing for function memchr_bitfields2 <- main.
@@ -473,8 +454,7 @@ tests/non-free/memchr.c:255:[value] warning: locals {x} escaping the scope of a
 [value] computing for function my_memchr <- memchr_escaping <- main.
         Called from tests/non-free/memchr.c:258.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible escaping addresses
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible escaping addresses
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -496,8 +476,7 @@ tests/non-free/memchr.c:356:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:364.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{800}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -505,8 +484,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:365.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{805}))
 tests/non-free/memchr.c:50:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -514,8 +492,7 @@ tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-f
         Called from tests/non-free/memchr.c:366.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4000001}))
 tests/non-free/memchr.c:50:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -526,24 +503,21 @@ tests/non-free/memchr.c:370:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:372.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{1600}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:373.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{1608}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
 [value] computing for function my_memchr <- memchr_big_array <- main.
         Called from tests/non-free/memchr.c:374.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{8000000}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possible uninitialized values
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
 [value] Called Frama_C_show_each_mymemchr({1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -586,8 +560,7 @@ tests/non-free/memchr.c:396:[value] assertion got status valid.
 [value] computing for function my_memchr2 <- memchr_no_zero_but_ok <- main.
         Called from tests/non-free/memchr.c:397.
 tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s{[7], [18]} }},{0},{5}))
-tests/non-free/memchr.c:64:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:64:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr2({10; 18; 19})
 [value] Recording results for my_memchr2
 [value] Done for function my_memchr2
@@ -656,9 +629,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{1;
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:443.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -670,9 +642,8 @@ tests/non-free/memchr.c:445:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:449.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -684,9 +655,8 @@ tests/non-free/memchr.c:451:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:454.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -701,9 +671,8 @@ tests/non-free/memchr.c:456:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:459.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -718,9 +687,8 @@ tests/non-free/memchr.c:461:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:464.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -735,9 +703,8 @@ tests/non-free/memchr.c:466:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:469.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -757,9 +724,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:475.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[10..20]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -773,9 +739,8 @@ tests/non-free/memchr.c:476:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:479.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[0..100]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -792,9 +757,8 @@ tests/non-free/memchr.c:480:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_large_n <- main.
         Called from tests/non-free/memchr.c:484.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..10] }},{0},[0..90]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -865,9 +829,8 @@ tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[16] }}
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:516.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..9] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -886,8 +849,7 @@ tests/non-free/memchr.c:518:[value] warning: assertion 'refined' got status unkn
         Called from tests/non-free/memchr.c:522.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9]} }},{0},[2..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -902,8 +864,7 @@ tests/non-free/memchr.c:523:[value] assertion got status valid.
         Called from tests/non-free/memchr.c:527.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9]} }},{0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -919,8 +880,7 @@ tests/non-free/memchr.c:528:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..9]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -936,8 +896,7 @@ tests/non-free/memchr.c:533:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -953,8 +912,7 @@ tests/non-free/memchr.c:538:[value] assertion got status valid.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
                                                             [8], [9], [10]} }},
                                         {0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -968,9 +926,8 @@ tests/non-free/memchr.c:543:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:547.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -987,9 +944,8 @@ tests/non-free/memchr.c:548:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:552.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1006,9 +962,8 @@ tests/non-free/memchr.c:553:[value] assertion got status valid.
 [value] computing for function my_memchr <- memchr_intervals <- main.
         Called from tests/non-free/memchr.c:557.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..11]))
-tests/non-free/memchr.c:50:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1028,8 +983,7 @@ tests/non-free/memchr.c:558:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({0})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1124,8 +1078,7 @@ tests/non-free/memchr.c:606:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97; 98},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1174,8 +1127,7 @@ tests/non-free/memchr.c:617:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{98; 99},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 1; 2})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
@@ -1229,8 +1181,7 @@ tests/non-free/memchr.c:629:[value] assertion got status valid.
                                 memchr_small_sets_chars <- main.
         Called from tests/non-free/memchr.c:566.
 tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{0; 98; 99},{4}))
-tests/non-free/memchr.c:50:[value] warning: built-in Frama_C_memchr: tests/non-free/memchr.c:50:
-                 possibly reading indeterminate data
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mymemchr({-1; 1; 2; 3})
 [value] Recording results for my_memchr
 [value] Done for function my_memchr
diff --git a/tests/non-free/oracle_legacy/str_allocated.res.oracle b/tests/non-free/oracle_legacy/str_allocated.res.oracle
index 72baddb1c63..e5e44c91843 100644
--- a/tests/non-free/oracle_legacy/str_allocated.res.oracle
+++ b/tests/non-free/oracle_legacy/str_allocated.res.oracle
@@ -17,8 +17,7 @@ tests/non-free/str_allocated.c:12:[value:malloc] resizing variable `__malloc_w_m
 tests/non-free/str_allocated.c:14:[value] warning: accessing uninitialized left-value. assert \initialized(&b);
 tests/non-free/str_allocated.c:14:[value] Call to builtin Frama_C_memchr(({{ (void const *)&__malloc_w_memchr_bug_l12 }},
                                         {1},{1}))
-tests/non-free/str_allocated.c:14:[value] warning: built-in Frama_C_memchr: tests/non-free/str_allocated.c:14:
-                 reading indeterminate data
+tests/non-free/str_allocated.c:14:[value] warning: builtin Frama_C_memchr: reading indeterminate data
 [value] Recording results for memchr_bug
 [value] Done for function memchr_bug
 [value] Recording results for main
diff --git a/tests/non-free/oracle_legacy/strchr.res.oracle b/tests/non-free/oracle_legacy/strchr.res.oracle
index e1b504509de..a49bc2418f6 100644
--- a/tests/non-free/oracle_legacy/strchr.res.oracle
+++ b/tests/non-free/oracle_legacy/strchr.res.oracle
@@ -53,8 +53,7 @@ tests/non-free/strchr.c:91:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_small_sets <- main.
         Called from tests/non-free/strchr.c:95.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -66,8 +65,7 @@ tests/non-free/strchr.c:96:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:104.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_non_terminated[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -75,15 +73,13 @@ tests/non-free/strchr.c:105:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:109.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_zero_termination <- main.
         Called from tests/non-free/strchr.c:115.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated2[2] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] Recording results for strchr_zero_termination
@@ -93,8 +89,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:123.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_uninitialized[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -102,15 +97,13 @@ tests/non-free/strchr.c:124:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:127.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &uninitialized[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:132.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -118,8 +111,7 @@ tests/non-free/strchr.c:133:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_initialization <- main.
         Called from tests/non-free/strchr.c:139.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({3})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -141,9 +133,8 @@ share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:192.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -157,9 +148,8 @@ tests/non-free/strchr.c:193:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:196.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [5..17] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -174,9 +164,8 @@ tests/non-free/strchr.c:198:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:201.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [60..74] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -191,9 +180,8 @@ tests/non-free/strchr.c:203:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:206.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -213,9 +201,8 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_strchr <- strchr_large <- main.
         Called from tests/non-free/strchr.c:212.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [50..70] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -243,9 +230,8 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:226.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -260,9 +246,8 @@ tests/non-free/strchr.c:228:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:232.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -277,9 +262,8 @@ tests/non-free/strchr.c:234:[value] warning: assertion 'refined' got status unkn
 [value] computing for function my_strchr <- strchr_large_uninit <- main.
         Called from tests/non-free/strchr.c:237.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [45..55] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -314,8 +298,7 @@ tests/non-free/strchr.c:263:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:293.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &unterminated_string[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_misc <- main.
@@ -329,8 +312,7 @@ tests/non-free/strchr.c:297:[value] assertion got status valid.
 [value] computing for function my_strchr2 <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:299.
 tests/non-free/strchr.c:62:[value] Call to builtin Frama_C_strchr(({{ &x + {0; 3} }},{0}))
-tests/non-free/strchr.c:62:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:62:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:62:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr2({0})
 [value] Recording results for my_strchr2
 [value] Done for function my_strchr2
@@ -338,8 +320,7 @@ tests/non-free/strchr.c:300:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_misc <- main.
         Called from tests/non-free/strchr.c:302.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &loc_char_array[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_misc <- main.
@@ -430,8 +411,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "mno\000pq
 [value] computing for function my_strchr <- strchr_misc2 <- main.
         Called from tests/non-free/strchr.c:335.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &maybe_init[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -441,8 +421,7 @@ tests/non-free/strchr.c:336:[value] assertion got status valid.
 [value] computing for function strchr_bitfields <- main.
         Called from tests/non-free/strchr.c:540.
 tests/non-free/strchr.c:157:[value] Call to builtin Frama_C_strchr(({{ (char const *)&s }},{0}))
-tests/non-free/strchr.c:157:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:157:
-                 reading indeterminate data
+tests/non-free/strchr.c:157:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Recording results for strchr_bitfields
 [value] Done for function strchr_bitfields
 [value] computing for function strchr_bitfields2 <- main.
@@ -462,8 +441,7 @@ tests/non-free/strchr.c:249:[value] warning: locals {x} escaping the scope of a
 [value] computing for function my_strchr <- strchr_escaping <- main.
         Called from tests/non-free/strchr.c:252.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible escaping addresses
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible escaping addresses
 [value] Called Frama_C_show_each_mystrchr({0})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -485,8 +463,7 @@ tests/non-free/strchr.c:350:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:359.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -494,8 +471,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
         Called from tests/non-free/strchr.c:360.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
 tests/non-free/strchr.c:49:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -503,8 +479,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
         Called from tests/non-free/strchr.c:361.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
 tests/non-free/strchr.c:49:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
 [value] Called Frama_C_show_each_mystrchr({1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -515,9 +490,8 @@ tests/non-free/strchr.c:365:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:367.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -527,9 +501,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:368.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -539,9 +512,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:369.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -576,24 +548,21 @@ tests/non-free/strchr.c:386:[value] warning: out of bounds write. assert \valid(
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:387.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..799])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:388.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..803])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:389.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([0..3999999])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -604,9 +573,8 @@ tests/non-free/strchr.c:393:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:395.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -616,9 +584,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:396.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -628,9 +595,8 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
 [value] computing for function my_strchr <- strchr_big_array <- main.
         Called from tests/non-free/strchr.c:397.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -672,8 +638,7 @@ tests/non-free/strchr.c:421:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
         Called from tests/non-free/strchr.c:423.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [11]} }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({10; 14; 15; 16; 17; 18; 19})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -681,8 +646,7 @@ tests/non-free/strchr.c:424:[value] assertion got status valid.
 [value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
         Called from tests/non-free/strchr.c:426.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [18]} }},{0}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({10; 18; 19})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -706,8 +670,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:438.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" + {0; 1} }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -715,8 +678,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -724,8 +686,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:443.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" + {0; 2} }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -733,8 +694,7 @@ tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-f
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -767,8 +727,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -783,8 +742,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -818,8 +776,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97; 98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -834,8 +791,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97; 98}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -869,8 +825,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:440.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -885,8 +840,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -935,8 +889,7 @@ tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" +
                                 strchr_small_sets_chars <- main.
         Called from tests/non-free/strchr.c:447.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0; 98; 99}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr({-1; 0; 1})
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -968,8 +921,7 @@ tests/non-free/strchr.c:512:[value] assertion got status valid.
         Called from tests/non-free/strchr.c:516.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
                                         [-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([-1..26])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -983,8 +935,7 @@ tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&t }},{0;
         Called from tests/non-free/strchr.c:519.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
                                         [-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
 [value] Called Frama_C_show_each_mystrchr([-1..29])
 [value] Recording results for my_strchr
 [value] Done for function my_strchr
@@ -994,14 +945,8 @@ tests/non-free/strchr.c:520:[value] assertion got status valid.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] ;
                                            "ABCDEFGHIJKLMNOPQRSTUVWXYZ" +
                                            [0..4294967295] }},[-128..127]))
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in cannot deal with large imprecise ranges,
-                 over-approximating
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
-                 possible uninitialized values
-                 possible escaping addresses
-                 possibly reading indeterminate data
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
                  possible uninitialized values
                  possible escaping addresses
                  possibly reading indeterminate data
@@ -1018,7 +963,7 @@ tests/non-free/strchr.c:522:[value] assertion got status valid.
 tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ garbled mix of &{s; "hello"}
                                         (origin: Arithmetic
                                         {tests/non-free/strchr.c:49}) }},{1}))
-tests/non-free/strchr.c:49:[value] warning: built-in Frama_C_strchr: tests/non-free/strchr.c:49:
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
                  string argument is too imprecise, cannot compute a useful result.
 [value] Called Frama_C_show_each_mystrchr({-1})
 [value] Recording results for my_strchr
diff --git a/tests/non-free/oracle_legacy/strlen.res.oracle b/tests/non-free/oracle_legacy/strlen.res.oracle
index ec734ef5458..a5f44175539 100644
--- a/tests/non-free/oracle_legacy/strlen.res.oracle
+++ b/tests/non-free/oracle_legacy/strlen.res.oracle
@@ -43,23 +43,19 @@ tests/non-free/strlen.c:71:[value] assertion got status valid.
 tests/non-free/strlen.c:75:[value] Call to builtin Frama_C_strlen(({{ "b\000c" + {0; 2} }}))
 tests/non-free/strlen.c:76:[value] assertion got status valid.
 tests/non-free/strlen.c:81:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
-tests/non-free/strlen.c:81:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:81:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:81:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:82:[value] assertion got status valid.
 [value] Recording results for small_sets
 [value] Done for function small_sets
 [value] computing for function zero_termination <- main.
         Called from tests/non-free/strlen.c:310.
 tests/non-free/strlen.c:89:[value] Call to builtin Frama_C_strlen(({{ &empty_or_non_terminated[0] }}))
-tests/non-free/strlen.c:89:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:89:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:89:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:90:[value] assertion got status valid.
 tests/non-free/strlen.c:93:[value] Call to builtin Frama_C_strlen(({{ &non_terminated[0] }}))
-tests/non-free/strlen.c:93:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:93:
-                 reading indeterminate data
+tests/non-free/strlen.c:93:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:97:[value] Call to builtin Frama_C_strlen(({{ &non_terminated2{[2], [3]} }}))
-tests/non-free/strlen.c:97:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:97:
-                 reading indeterminate data
+tests/non-free/strlen.c:97:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for zero_termination
 [value] Done for function zero_termination
 [value] computing for function strlen_initialization <- main.
@@ -67,31 +63,27 @@ tests/non-free/strlen.c:97:[value] warning: built-in Frama_C_strlen: tests/non-f
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:105.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &empty_or_uninitialized[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:106:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:109.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &uninitialized[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:116.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:117:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_initialization <- main.
         Called from tests/non-free/strlen.c:124.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possible uninitialized values
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:125:[value] assertion got status valid.
@@ -139,8 +131,7 @@ tests/non-free/strlen.c:181:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large <- main.
         Called from tests/non-free/strlen.c:184.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:185:[value] assertion got status valid.
@@ -155,8 +146,7 @@ tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a }},{0;
 [value] computing for function my_strlen <- strlen_large <- main.
         Called from tests/non-free/strlen.c:189.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [50..70] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:190:[value] assertion got status valid.
@@ -180,8 +170,7 @@ tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a[50] }}
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:203.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [3..30] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:204:[value] assertion got status valid.
@@ -191,8 +180,7 @@ tests/non-free/strlen.c:204:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:208.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 [value] Recording results for my_strlen
 [value] Done for function my_strlen
 tests/non-free/strlen.c:209:[value] assertion got status valid.
@@ -202,7 +190,7 @@ tests/non-free/strlen.c:209:[value] assertion got status valid.
 [value] computing for function my_strlen <- strlen_large_uninit <- main.
         Called from tests/non-free/strlen.c:212.
 tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [45..55] }}))
-tests/non-free/strlen.c:54:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:54:
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 [value] Recording results for my_strlen
@@ -213,13 +201,11 @@ tests/non-free/strlen.c:213:[value] assertion got status valid.
 [value] computing for function misc <- main.
         Called from tests/non-free/strlen.c:314.
 tests/non-free/strlen.c:241:[value] Call to builtin Frama_C_strlen(({{ &unterminated_string[0] }}))
-tests/non-free/strlen.c:241:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:241:
-                 reading indeterminate data
+tests/non-free/strlen.c:241:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:244:[value] Call to builtin Frama_C_strlen(({{ "Hello World\n" ; "Bonjour Monde\n" }}))
 tests/non-free/strlen.c:245:[value] assertion got status valid.
 tests/non-free/strlen.c:248:[value] Call to builtin Frama_C_strlen(({{ &x + {0; 3} }}))
-tests/non-free/strlen.c:248:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:248:
-                 possibly reading indeterminate data
+tests/non-free/strlen.c:248:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
 tests/non-free/strlen.c:249:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- misc <- main.
         Called from tests/non-free/strlen.c:250.
@@ -230,8 +216,7 @@ tests/non-free/strlen.c:252:[value] Call to builtin Frama_C_strlen(({{ "" ; "a"
                                            "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" }}))
 tests/non-free/strlen.c:253:[value] assertion got status valid.
 tests/non-free/strlen.c:255:[value] Call to builtin Frama_C_strlen(({{ &loc_char_array[0] }}))
-tests/non-free/strlen.c:255:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:255:
-                 reading indeterminate data
+tests/non-free/strlen.c:255:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 tests/non-free/strlen.c:256:[value] Call to builtin Frama_C_strlen(({{ "abc\000\000\000abc" }}))
 tests/non-free/strlen.c:257:[value] assertion got status valid.
 tests/non-free/strlen.c:260:[value] Call to builtin Frama_C_strlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }}))
@@ -250,16 +235,14 @@ tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000p
 tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
                                            "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }}))
 tests/non-free/strlen.c:277:[value] Call to builtin Frama_C_strlen(({{ &maybe_init[0] }}))
-tests/non-free/strlen.c:277:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:277:
-                 possible uninitialized values
+tests/non-free/strlen.c:277:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:278:[value] assertion got status valid.
 [value] Recording results for misc
 [value] Done for function misc
 [value] computing for function bitfields <- main.
         Called from tests/non-free/strlen.c:315.
 tests/non-free/strlen.c:140:[value] Call to builtin Frama_C_strlen(({{ (char const *)&s }}))
-tests/non-free/strlen.c:140:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:140:
-                 reading indeterminate data
+tests/non-free/strlen.c:140:[value] warning: builtin Frama_C_strlen: reading indeterminate data
 [value] Recording results for bitfields
 [value] Done for function bitfields
 [value] computing for function bitfields2 <- main.
@@ -272,8 +255,7 @@ tests/non-free/strlen.c:156:[value] assertion got status valid.
         Called from tests/non-free/strlen.c:317.
 tests/non-free/strlen.c:222:[value] warning: locals {x} escaping the scope of a block of escaping through s
 tests/non-free/strlen.c:225:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
-tests/non-free/strlen.c:225:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:225:
-                 possible escaping addresses
+tests/non-free/strlen.c:225:[value] warning: builtin Frama_C_strlen: possible escaping addresses
 tests/non-free/strlen.c:226:[value] assertion got status valid.
 tests/non-free/strlen.c:228:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
 tests/non-free/strlen.c:229:[value] assertion got status valid.
@@ -285,29 +267,26 @@ tests/non-free/strlen.c:287:[value] warning: out of bounds write. assert \valid(
 tests/non-free/strlen.c:289:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strlen.c:291:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strlen.c:297:[value] Call to builtin Frama_C_strlen(({{ (char const *)&u }}))
-tests/non-free/strlen.c:297:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:297:
-                 possible uninitialized values
+tests/non-free/strlen.c:297:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:298:[value] Call to builtin Frama_C_strlen(({{ (char const *)&r }}))
 tests/non-free/strlen.c:298:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strlen.c:298:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:298:
-                 possible uninitialized values
+tests/non-free/strlen.c:298:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 tests/non-free/strlen.c:299:[value] Call to builtin Frama_C_strlen(({{ (char const *)&t }}))
 tests/non-free/strlen.c:299:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strlen.c:299:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:299:
-                 possible uninitialized values
+tests/non-free/strlen.c:299:[value] warning: builtin Frama_C_strlen: possible uninitialized values
 [value] Called Frama_C_show_each({1}, {1}, {1})
 tests/non-free/strlen.c:302:[value] Call to builtin Frama_C_strlen(({{ &u + [-8589934592..8589934588],0%4 }}))
-tests/non-free/strlen.c:302:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:302:
+tests/non-free/strlen.c:302:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strlen.c:303:[value] Call to builtin Frama_C_strlen(({{ &r + [-8589934592..8589934588],0%4 }}))
 tests/non-free/strlen.c:303:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strlen.c:303:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:303:
+tests/non-free/strlen.c:303:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strlen.c:304:[value] Call to builtin Frama_C_strlen(({{ &t + [-8589934592..8589934588],0%4 }}))
 tests/non-free/strlen.c:304:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strlen.c:304:[value] warning: built-in Frama_C_strlen: tests/non-free/strlen.c:304:
+tests/non-free/strlen.c:304:[value] warning: builtin Frama_C_strlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 [value] Called Frama_C_show_each({0; 1; 2; 3}, [0..800], [0..3999996])
diff --git a/tests/non-free/oracle_legacy/strnlen.res.oracle b/tests/non-free/oracle_legacy/strnlen.res.oracle
index 6a40698b4c7..fd445aa1bcd 100644
--- a/tests/non-free/oracle_legacy/strnlen.res.oracle
+++ b/tests/non-free/oracle_legacy/strnlen.res.oracle
@@ -18,8 +18,7 @@
 tests/non-free/strnlen.i:9:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{3}))
 tests/non-free/strnlen.i:10:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{5}))
 tests/non-free/strnlen.i:11:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{6}))
-tests/non-free/strnlen.i:11:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen.i:11:
-                 reading indeterminate data
+tests/non-free/strnlen.i:11:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen.i:13:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{3}))
 tests/non-free/strnlen.i:14:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{5}))
 tests/non-free/strnlen.i:15:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{6}))
diff --git a/tests/non-free/oracle_legacy/strnlen2.res.oracle b/tests/non-free/oracle_legacy/strnlen2.res.oracle
index 170241239c5..993520f015f 100644
--- a/tests/non-free/oracle_legacy/strnlen2.res.oracle
+++ b/tests/non-free/oracle_legacy/strnlen2.res.oracle
@@ -51,29 +51,23 @@ tests/non-free/strnlen2.c:62:[value] assertion got status valid.
 tests/non-free/strnlen2.c:68:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_non_terminated[0] }},{1}))
 tests/non-free/strnlen2.c:69:[value] assertion got status valid.
 tests/non-free/strnlen2.c:73:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated[0] }},{2}))
-tests/non-free/strnlen2.c:73:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:73:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:73:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:79:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated2{[2], [3]} }},{4}))
-tests/non-free/strnlen2.c:79:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:79:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:79:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 [value] Recording results for zero_termination
 [value] Done for function zero_termination
 [value] computing for function initialization <- main.
         Called from tests/non-free/strnlen2.c:491.
 tests/non-free/strnlen2.c:85:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_uninitialized[0] }},{1}))
-tests/non-free/strnlen2.c:85:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:85:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:85:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:86:[value] assertion got status valid.
 tests/non-free/strnlen2.c:89:[value] Call to builtin Frama_C_strnlen(({{ &uninitialized[0] }},{1}))
-tests/non-free/strnlen2.c:89:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:89:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:89:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:94:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{2}))
-tests/non-free/strnlen2.c:94:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:94:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:94:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:95:[value] assertion got status valid.
 tests/non-free/strnlen2.c:101:[value] Call to builtin Frama_C_strnlen(({{ &t[0] }},{4}))
-tests/non-free/strnlen2.c:101:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:101:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:101:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:102:[value] assertion got status valid.
 [value] Recording results for initialization
 [value] Done for function initialization
@@ -105,8 +99,7 @@ tests/non-free/strnlen2.c:157:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:159.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:160:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
-tests/non-free/strnlen2.c:160:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:160:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:160:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:161:[value] assertion got status valid.
 [value] computing for function init_array_nondet <- large <- main.
         Called from tests/non-free/strnlen2.c:163.
@@ -117,8 +110,7 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a }},{
         Called from tests/non-free/strnlen2.c:164.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:165:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},{100}))
-tests/non-free/strnlen2.c:165:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:165:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:165:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:166:[value] assertion got status valid.
 [value] Recording results for large
 [value] Done for function large
@@ -138,21 +130,19 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[50]
         Called from tests/non-free/strnlen2.c:176.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:177:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..30] }},{100}))
-tests/non-free/strnlen2.c:177:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:177:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:177:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:178:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_uninit <- main.
         Called from tests/non-free/strnlen2.c:181.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:182:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
-tests/non-free/strnlen2.c:182:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:182:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:182:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:183:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_uninit <- main.
         Called from tests/non-free/strnlen2.c:185.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:186:[value] Call to builtin Frama_C_strnlen(({{ &a + [45..55] }},{100}))
-tests/non-free/strnlen2.c:186:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:186:
+tests/non-free/strnlen2.c:186:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:187:[value] assertion got status valid.
@@ -161,14 +151,12 @@ tests/non-free/strnlen2.c:187:[value] assertion got status valid.
 [value] computing for function misc <- main.
         Called from tests/non-free/strnlen2.c:494.
 tests/non-free/strnlen2.c:215:[value] Call to builtin Frama_C_strnlen(({{ &unterminated_string[0] }},{13}))
-tests/non-free/strnlen2.c:215:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:215:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:215:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:218:[value] Call to builtin Frama_C_strnlen(({{ "Hello World\n" ; "Bonjour Monde\n" }},
                                          {14}))
 tests/non-free/strnlen2.c:219:[value] assertion got status valid.
 tests/non-free/strnlen2.c:222:[value] Call to builtin Frama_C_strnlen(({{ &x + {0; 3} }},{12}))
-tests/non-free/strnlen2.c:222:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:222:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:222:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:223:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- misc <- main.
         Called from tests/non-free/strnlen2.c:224.
@@ -180,8 +168,7 @@ tests/non-free/strnlen2.c:226:[value] Call to builtin Frama_C_strnlen(({{ "" ; "
                                          {13}))
 tests/non-free/strnlen2.c:227:[value] assertion got status valid.
 tests/non-free/strnlen2.c:229:[value] Call to builtin Frama_C_strnlen(({{ &loc_char_array[0] }},{5}))
-tests/non-free/strnlen2.c:229:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:229:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:229:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 tests/non-free/strnlen2.c:230:[value] Call to builtin Frama_C_strnlen(({{ "abc\000\000\000abc" }},{9}))
 tests/non-free/strnlen2.c:231:[value] assertion got status valid.
 tests/non-free/strnlen2.c:234:[value] Call to builtin Frama_C_strnlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }},{5}))
@@ -202,16 +189,14 @@ tests/non-free/strnlen2.c:244:[value] Call to builtin Frama_C_strnlen(({{ "mno\0
                                             "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }},
                                          {10}))
 tests/non-free/strnlen2.c:251:[value] Call to builtin Frama_C_strnlen(({{ &maybe_init[0] }},{2}))
-tests/non-free/strnlen2.c:251:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:251:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:251:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:252:[value] assertion got status valid.
 [value] Recording results for misc
 [value] Done for function misc
 [value] computing for function bitfields <- main.
         Called from tests/non-free/strnlen2.c:495.
 tests/non-free/strnlen2.c:117:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&s }},{3}))
-tests/non-free/strnlen2.c:117:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:117:
-                 reading indeterminate data
+tests/non-free/strnlen2.c:117:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
 [value] Recording results for bitfields
 [value] Done for function bitfields
 [value] computing for function bitfields2 <- main.
@@ -224,8 +209,7 @@ tests/non-free/strnlen2.c:133:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:497.
 tests/non-free/strnlen2.c:196:[value] warning: locals {x} escaping the scope of a block of escaping through s
 tests/non-free/strnlen2.c:199:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
-tests/non-free/strnlen2.c:199:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:199:
-                 possible escaping addresses
+tests/non-free/strnlen2.c:199:[value] warning: builtin Frama_C_strnlen: possible escaping addresses
 tests/non-free/strnlen2.c:200:[value] assertion got status valid.
 tests/non-free/strnlen2.c:202:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
 tests/non-free/strnlen2.c:203:[value] assertion got status valid.
@@ -237,35 +221,32 @@ tests/non-free/strnlen2.c:261:[value] warning: out of bounds write. assert \vali
 tests/non-free/strnlen2.c:263:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strnlen2.c:265:[value] warning: out of bounds write. assert \valid(p);
 tests/non-free/strnlen2.c:272:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&u }},{800}))
-tests/non-free/strnlen2.c:272:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:272:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:272:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:273:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&r }},{804}))
 tests/non-free/strnlen2.c:273:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:273:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:273:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:273:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:274:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&t }},{4000000}))
 tests/non-free/strnlen2.c:274:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:274:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:274:
-                 possible uninitialized values
+tests/non-free/strnlen2.c:274:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
 tests/non-free/strnlen2.c:275:[value] assertion got status valid.
 tests/non-free/strnlen2.c:276:[value] assertion got status valid.
 tests/non-free/strnlen2.c:277:[value] assertion got status valid.
 [value] Called Frama_C_show_each({1}, {1}, {1})
 tests/non-free/strnlen2.c:282:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
                                          {801}))
-tests/non-free/strnlen2.c:282:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:282:
+tests/non-free/strnlen2.c:282:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:283:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
                                          {805}))
 tests/non-free/strnlen2.c:283:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:283:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:283:
+tests/non-free/strnlen2.c:283:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:284:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
                                          {4000001}))
 tests/non-free/strnlen2.c:284:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:284:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:284:
+tests/non-free/strnlen2.c:284:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:285:[value] assertion got status valid.
@@ -301,18 +282,15 @@ tests/non-free/strnlen2.c:305:[value] assertion got status valid.
 [value] Called Frama_C_show_each([0..800], [0..804], [0..4000000])
 tests/non-free/strnlen2.c:308:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
                                          {801}))
-tests/non-free/strnlen2.c:308:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:308:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:308:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:309:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
                                          {805}))
 tests/non-free/strnlen2.c:309:[kernel] more than 200(201) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:309:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:309:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:309:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:310:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
                                          {4000001}))
 tests/non-free/strnlen2.c:310:[kernel] more than 200(1000000) locations to update in array. Approximating.
-tests/non-free/strnlen2.c:310:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:310:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:310:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:311:[value] assertion got status valid.
 tests/non-free/strnlen2.c:312:[value] assertion got status valid.
 tests/non-free/strnlen2.c:313:[value] assertion got status valid.
@@ -330,8 +308,7 @@ tests/non-free/strnlen2.c:331:[value] assertion got status valid.
 tests/non-free/strnlen2.c:333:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [11]} }},{4}))
 tests/non-free/strnlen2.c:334:[value] assertion got status valid.
 tests/non-free/strnlen2.c:336:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [18]} }},{4}))
-tests/non-free/strnlen2.c:336:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:336:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:336:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:337:[value] assertion got status valid.
 [value] Recording results for no_zero_but_ok
 [value] Done for function no_zero_but_ok
@@ -397,8 +374,7 @@ tests/non-free/strnlen2.c:406:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:408.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:409:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},[0..100]))
-tests/non-free/strnlen2.c:409:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:409:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:409:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:410:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- large_n <- main.
         Called from tests/non-free/strnlen2.c:412.
@@ -454,8 +430,7 @@ tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[16]
         Called from tests/non-free/strnlen2.c:442.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:443:[value] Call to builtin Frama_C_strnlen(({{ &a + [0..9] }},[0..9]))
-tests/non-free/strnlen2.c:443:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:443:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:443:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:444:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:446.
@@ -465,8 +440,7 @@ tests/non-free/strnlen2.c:444:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:448:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
                                          [2..10]))
-tests/non-free/strnlen2.c:448:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:448:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:448:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:449:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:451.
@@ -476,8 +450,7 @@ tests/non-free/strnlen2.c:449:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:453:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
                                          [0..11]))
-tests/non-free/strnlen2.c:453:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:453:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:453:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:454:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:456.
@@ -487,8 +460,7 @@ tests/non-free/strnlen2.c:454:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:458:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..9]))
-tests/non-free/strnlen2.c:458:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:458:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:458:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:459:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:461.
@@ -498,8 +470,7 @@ tests/non-free/strnlen2.c:459:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:463:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..10]))
-tests/non-free/strnlen2.c:463:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:463:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:463:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:464:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:466.
@@ -509,8 +480,7 @@ tests/non-free/strnlen2.c:464:[value] assertion got status valid.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:468:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
                                                [10]} }},[0..11]))
-tests/non-free/strnlen2.c:468:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:468:
-                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:468:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
 tests/non-free/strnlen2.c:469:[value] assertion got status valid.
 [value] computing for function Frama_C_interval <- intervals <- main.
         Called from tests/non-free/strnlen2.c:471.
@@ -519,7 +489,7 @@ tests/non-free/strnlen2.c:469:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:472.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:473:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..9]))
-tests/non-free/strnlen2.c:473:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:473:
+tests/non-free/strnlen2.c:473:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:474:[value] assertion got status valid.
@@ -530,7 +500,7 @@ tests/non-free/strnlen2.c:474:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:477.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:478:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..10]))
-tests/non-free/strnlen2.c:478:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:478:
+tests/non-free/strnlen2.c:478:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:479:[value] assertion got status valid.
@@ -541,7 +511,7 @@ tests/non-free/strnlen2.c:479:[value] assertion got status valid.
         Called from tests/non-free/strnlen2.c:482.
 [value] Done for function Frama_C_interval
 tests/non-free/strnlen2.c:483:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..11]))
-tests/non-free/strnlen2.c:483:[value] warning: built-in Frama_C_strnlen: tests/non-free/strnlen2.c:483:
+tests/non-free/strnlen2.c:483:[value] warning: builtin Frama_C_strnlen:
                  possible uninitialized values
                  possibly reading indeterminate data
 tests/non-free/strnlen2.c:484:[value] assertion got status valid.
diff --git a/tests/non-free/oracle_symblocs/Longinit_sequencer.err.oracle b/tests/non-free/oracle_symblocs/Longinit_sequencer.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/Longinit_sequencer.res.oracle b/tests/non-free/oracle_symblocs/Longinit_sequencer.res.oracle
new file mode 100644
index 00000000000..0dbb55ad945
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/Longinit_sequencer.res.oracle
@@ -0,0 +1,782 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/Longinit_sequencer.i (no preprocessing)
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/long_init.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/non-free/long_init.c:34:[value] Assigning imprecise value to garbled_mix.
+        The imprecision originates from Arithmetic {tests/non-free/long_init.c:34}
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  nondet ∈ [--..--]
+  a1[0..9] ∈ {0}
+  stuff ∈ {0}
+  garbled_mix ∈
+             {{ garbled mix of &{"abc"}
+              (origin: Arithmetic {tests/non-free/long_init.c:34}) }}
+  s ∈ {{ "abc" }}
+  pr ∈ {0}
+  pr2 ∈ {0}
+  pr_escaping ∈ {0}
+  ppr ∈ {0}
+  alloc1 ∈ {0}
+  alloc2 ∈ {0}
+  alloc3 ∈ {0}
+  fp ∈ {{ &fun }}
+  inited ∈ {0}
+[value] computing for function init_outer <- main.
+        Called from tests/non-free/long_init.c:88.
+[value] computing for function init_inner <- init_outer <- main.
+        Called from tests/non-free/long_init.c:83.
+tests/non-free/long_init.c:57:[value] entering loop for the first time
+tests/non-free/long_init.c:60:[value] entering loop for the first time
+tests/non-free/long_init.c:63:[value] entering loop for the first time
+[value] computing for function analyze <- init_inner <- init_outer <- main.
+        Called from tests/non-free/long_init.c:67.
+[value] computing for function subanalyze <- analyze <- init_inner <- init_outer <- 
+                                main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- init_inner <- init_outer <- 
+                                main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- init_inner <- init_outer <- 
+                                main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- init_inner <- init_outer <- 
+                                main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- init_inner <- init_outer <- 
+                                main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+tests/non-free/long_init.c:27:[value] entering loop for the first time
+[value] Recording results for analyze
+[value] Done for function analyze
+[value] computing for function analyze <- init_inner <- init_outer <- main.
+        Called from tests/non-free/long_init.c:68.
+[value] computing for function subanalyze <- analyze <- init_inner <- init_outer <- 
+                                main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- init_inner <- init_outer <- 
+                                main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- init_inner <- init_outer <- 
+                                main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- init_inner <- init_outer <- 
+                                main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- init_inner <- init_outer <- 
+                                main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] Recording results for analyze
+[value] Done for function analyze
+tests/non-free/long_init.c:72:[value] allocating variable __malloc_init_inner_l72
+tests/non-free/long_init.c:74:[value] allocating variable __malloc_init_inner_l74
+tests/non-free/long_init.c:77:[value] warning: locals {r; r2} escaping the scope of init_inner through pr
+tests/non-free/long_init.c:77:[value] warning: locals {r2} escaping the scope of init_inner through pr2
+tests/non-free/long_init.c:77:[value] warning: locals {r2} escaping the scope of init_inner through pr_escaping
+[value] Recording results for init_inner
+[value] Done for function init_inner
+[value] Recording results for init_outer
+[value] Done for function init_outer
+[value] DUMPING STATE of file tests/non-free/long_init.c line 90
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        nondet ∈ [--..--]
+        a1[0] ∈ {0}
+          [1] ∈ {1}
+          [2] ∈ {2}
+          [3] ∈ {3}
+          [4] ∈ {4}
+          [5] ∈ {5}
+          [6] ∈ {6}
+          [7] ∈ {7}
+          [8] ∈ {8}
+          [9] ∈ {9}
+        stuff.t[0..4] ∈ {3}
+             .t[5..9] ∈ {4}
+             .t[10..49] ∈ [0..12]
+             .d[0] ∈ {0}
+             .d[1] ∈ {3.125}
+             .d[2] ∈ {6.25}
+             .d[3] ∈ {9.375}
+             .d[4] ∈ {12.5}
+             .d[5] ∈ {15.625}
+             .d[6] ∈ {18.75}
+             .d[7] ∈ {21.875}
+             .d[8] ∈ {25.}
+             .d[9] ∈ {28.125}
+        garbled_mix ∈
+                   {{ garbled mix of &{"abc"}
+                    (origin: Arithmetic {tests/non-free/long_init.c:34}) }}
+        s ∈ {{ "abc" }}
+        pr ∈ ESCAPINGADDR
+        pr2 ∈ ESCAPINGADDR
+        pr_escaping ∈ ESCAPINGADDR
+        ppr ∈ {0}
+        alloc1 ∈ {{ &__malloc_init_inner_l72 }}
+        alloc2 ∈ ESCAPINGADDR
+        alloc3 ∈ {0}
+        fp ∈ {{ &fun }}
+        inited ∈ {1}
+        sa ∈ {{ "abc" }}
+        r ∈ UNINITIALIZED
+        r2 ∈ UNINITIALIZED
+        dm ∈ UNINITIALIZED
+        res_from_fp ∈ UNINITIALIZED
+        res ∈ UNINITIALIZED
+        local ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        __malloc_init_inner_l72 ∈ {{ (int)&__malloc_init_inner_l72 }}
+        =END OF DUMP==
+[value] computing for function analyze <- main.
+        Called from tests/non-free/long_init.c:91.
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] Recording results for analyze
+[value] Done for function analyze
+[value] computing for function analyze <- main.
+        Called from tests/non-free/long_init.c:92.
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] Recording results for analyze
+[value] Done for function analyze
+[value] computing for function dmin <- main.
+        Called from tests/non-free/long_init.c:96.
+[value] Recording results for dmin
+[value] Done for function dmin
+[value] computing for function fun <- main.
+        Called from tests/non-free/long_init.c:97.
+[value] Recording results for fun
+[value] Done for function fun
+tests/non-free/long_init.c:102:[value] allocating variable __malloc_main_l102
+[value] Recording results for main
+[value] done for function main
+[value] Saving globals state after call to function: init_inner
+
+Values at end of function dmin:
+  __retres ∈ [93.9166666667 .. 110.791666667]
+
+
+Values at end of function fun:
+  __retres ∈ {32}
+
+
+Values at end of function subanalyze:
+  
+
+Values at end of function analyze:
+  i ∈ {5}
+  res ∈ [93.9166666667 .. 110.791666667]
+
+Values at end of function init_inner:
+  __fc_heap_status ∈ [--..--]
+  a1[0] ∈ {0}
+    [1] ∈ {1}
+    [2] ∈ {2}
+    [3] ∈ {3}
+    [4] ∈ {4}
+    [5] ∈ {5}
+    [6] ∈ {6}
+    [7] ∈ {7}
+    [8] ∈ {8}
+    [9] ∈ {9}
+  stuff.t[0..4] ∈ {3}
+       .t[5..9] ∈ {4}
+       .t[10..49] ∈ [0..12]
+       .d[0] ∈ {0}
+       .d[1] ∈ {3.125}
+       .d[2] ∈ {6.25}
+       .d[3] ∈ {9.375}
+       .d[4] ∈ {12.5}
+       .d[5] ∈ {15.625}
+       .d[6] ∈ {18.75}
+       .d[7] ∈ {21.875}
+       .d[8] ∈ {25.}
+       .d[9] ∈ {28.125}
+  pr ∈ {{ &r ; &r2 }}
+  pr2 ∈ {{ &r2 }}
+  pr_escaping ∈ {{ &r2 }}
+  alloc1 ∈ {{ &__malloc_init_inner_l72 }}
+  alloc2 ∈ ESCAPINGADDR
+  i ∈ {10}
+  r ∈ {93.9166666667}
+  r2 ∈ {110.791666667}
+  __malloc_init_inner_l72 ∈ {{ (int)&__malloc_init_inner_l72 }}
+
+Values at end of function init_outer:
+  __fc_heap_status ∈ [--..--]
+  a1[0] ∈ {0}
+    [1] ∈ {1}
+    [2] ∈ {2}
+    [3] ∈ {3}
+    [4] ∈ {4}
+    [5] ∈ {5}
+    [6] ∈ {6}
+    [7] ∈ {7}
+    [8] ∈ {8}
+    [9] ∈ {9}
+  stuff.t[0..4] ∈ {3}
+       .t[5..9] ∈ {4}
+       .t[10..49] ∈ [0..12]
+       .d[0] ∈ {0}
+       .d[1] ∈ {3.125}
+       .d[2] ∈ {6.25}
+       .d[3] ∈ {9.375}
+       .d[4] ∈ {12.5}
+       .d[5] ∈ {15.625}
+       .d[6] ∈ {18.75}
+       .d[7] ∈ {21.875}
+       .d[8] ∈ {25.}
+       .d[9] ∈ {28.125}
+  pr ∈ ESCAPINGADDR
+  pr2 ∈ ESCAPINGADDR
+  pr_escaping ∈ ESCAPINGADDR
+  alloc1 ∈ {{ &__malloc_init_inner_l72 }}
+  alloc2 ∈ ESCAPINGADDR
+  inited ∈ {1}
+  __malloc_init_inner_l72 ∈ {{ (int)&__malloc_init_inner_l72 }}
+
+Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  a1[0] ∈ {0}
+    [1] ∈ {1}
+    [2] ∈ {2}
+    [3] ∈ {3}
+    [4] ∈ {4}
+    [5] ∈ {5}
+    [6] ∈ {6}
+    [7] ∈ {7}
+    [8] ∈ {8}
+    [9] ∈ {9}
+  stuff.t[0..4] ∈ {3}
+       .t[5..9] ∈ {4}
+       .t[10..49] ∈ [0..12]
+       .d[0] ∈ {0}
+       .d[1] ∈ {3.125}
+       .d[2] ∈ {6.25}
+       .d[3] ∈ {9.375}
+       .d[4] ∈ {12.5}
+       .d[5] ∈ {15.625}
+       .d[6] ∈ {18.75}
+       .d[7] ∈ {21.875}
+       .d[8] ∈ {25.}
+       .d[9] ∈ {28.125}
+  pr ∈ {{ &r ; &r2 }}
+  pr2 ∈ {{ &r ; &r2 }}
+  pr_escaping ∈ ESCAPINGADDR
+  ppr ∈ {{ &pr ; &pr2 }}
+  alloc1 ∈ ESCAPINGADDR
+  alloc2 ∈ ESCAPINGADDR
+  alloc3 ∈ {{ &__malloc_main_l102 }}
+  inited ∈ {1}
+  sa ∈ {{ "abc" }}
+  r ∈ {93.9166666667}
+  r2 ∈ {110.791666667}
+  dm ∈ [93.9166666667 .. 110.791666667]
+  res_from_fp ∈ {32}
+  res ∈ {93}
+  local ∈ {1}
+  __retres ∈ {0}[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/long_init2.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/non-free/long_init2.c:34:[value] Assigning imprecise value to garbled_mix.
+        The imprecision originates from Arithmetic {tests/non-free/long_init2.c:34}
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  nondet ∈ [--..--]
+  a1[0..9] ∈ {0}
+  stuff ∈ {0}
+  garbled_mix ∈
+             {{ garbled mix of &{"abc"}
+              (origin: Arithmetic {tests/non-free/long_init2.c:34}) }}
+  s ∈ {{ "abc" }}
+  another_global ∈ {42}
+  pr ∈ {0}
+  pr2 ∈ {0}
+  pr_escaping ∈ {0}
+  ppr ∈ {0}
+  alloc1 ∈ {0}
+  alloc2 ∈ {0}
+  alloc3 ∈ {0}
+  fp ∈ {{ &fun }}
+  inited ∈ {0}
+[value] computing for function init_outer <- main.
+        Called from tests/non-free/long_init2.c:88.
+[value] Call to builtin Frama_C_load_state(({13},{{ "tea" }}))
+[value] Skipping call to init_inner, loading globals state from file:
+        tests/non-free/result_symblocs/Longinit_sequencer.sav
+[value] warning: importing garbled mix, locations may have changed
+[value] warning: variable `r (id 602)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
+[value] warning: variable `r2 (id 605)' is not global, possibly an escaping value; ignoring
+[value] warning: found new global variable `another_global'
+[value] Recording results for init_outer
+[value] Done for function init_outer
+[value] DUMPING STATE of file tests/non-free/long_init2.c line 90
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        nondet ∈ [--..--]
+        a1[0] ∈ {0}
+          [1] ∈ {1}
+          [2] ∈ {2}
+          [3] ∈ {3}
+          [4] ∈ {4}
+          [5] ∈ {5}
+          [6] ∈ {6}
+          [7] ∈ {7}
+          [8] ∈ {8}
+          [9] ∈ {9}
+        stuff.t[0..4] ∈ {3}
+             .t[5..9] ∈ {4}
+             .t[10..49] ∈ [0..12]
+             .d[0] ∈ {0}
+             .d[1] ∈ {3.125}
+             .d[2] ∈ {6.25}
+             .d[3] ∈ {9.375}
+             .d[4] ∈ {12.5}
+             .d[5] ∈ {15.625}
+             .d[6] ∈ {18.75}
+             .d[7] ∈ {21.875}
+             .d[8] ∈ {25.}
+             .d[9] ∈ {28.125}
+        garbled_mix ∈
+                   {{ garbled mix of &{"abc"}
+                    (origin: Arithmetic {tests/non-free/long_init.c:34}) }}
+        s ∈ {{ "abc" }}
+        another_global ∈ {42}
+        pr ∈ ESCAPINGADDR
+        pr2 ∈ ESCAPINGADDR
+        pr_escaping ∈ ESCAPINGADDR
+        ppr ∈ {0}
+        alloc1 ∈ {{ &__malloc_init_inner_l72 }}
+        alloc2 ∈ ESCAPINGADDR
+        alloc3 ∈ {0}
+        fp ∈ {{ &fun }}
+        inited ∈ {1}
+        sa ∈ {{ "abc" }}
+        r ∈ UNINITIALIZED
+        r2 ∈ UNINITIALIZED
+        dm ∈ UNINITIALIZED
+        res_from_fp ∈ UNINITIALIZED
+        res ∈ UNINITIALIZED
+        local ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        __malloc_init_inner_l72 ∈ {{ (int)&__malloc_init_inner_l72 }}
+        =END OF DUMP==
+[value] computing for function analyze <- main.
+        Called from tests/non-free/long_init2.c:91.
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init2.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init2.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init2.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init2.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init2.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+tests/non-free/long_init2.c:27:[value] entering loop for the first time
+[value] Recording results for analyze
+[value] Done for function analyze
+[value] computing for function analyze <- main.
+        Called from tests/non-free/long_init2.c:92.
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init2.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init2.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init2.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init2.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init2.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] Recording results for analyze
+[value] Done for function analyze
+[value] computing for function dmin <- main.
+        Called from tests/non-free/long_init2.c:96.
+[value] Recording results for dmin
+[value] Done for function dmin
+[value] computing for function fun <- main.
+        Called from tests/non-free/long_init2.c:97.
+[value] Recording results for fun
+[value] Done for function fun
+tests/non-free/long_init2.c:102:[value] allocating variable __malloc_main_l102
+[value] Recording results for main
+[value] done for function main
+[value] Saving globals state after call to function: init_outer
+
+
+
+Values at end of function dmin:
+  __retres ∈ [93.9166666667 .. 110.791666667]
+
+
+Values at end of function fun:
+  __retres ∈ {32}
+
+
+Values at end of function init_outer:
+  a1[0] ∈ {0}
+    [1] ∈ {1}
+    [2] ∈ {2}
+    [3] ∈ {3}
+    [4] ∈ {4}
+    [5] ∈ {5}
+    [6] ∈ {6}
+    [7] ∈ {7}
+    [8] ∈ {8}
+    [9] ∈ {9}
+  stuff.t[0..4] ∈ {3}
+       .t[5..9] ∈ {4}
+       .t[10..49] ∈ [0..12]
+       .d[0] ∈ {0}
+       .d[1] ∈ {3.125}
+       .d[2] ∈ {6.25}
+       .d[3] ∈ {9.375}
+       .d[4] ∈ {12.5}
+       .d[5] ∈ {15.625}
+       .d[6] ∈ {18.75}
+       .d[7] ∈ {21.875}
+       .d[8] ∈ {25.}
+       .d[9] ∈ {28.125}
+  inited ∈ {1}
+
+
+Values at end of function subanalyze:
+  
+
+Values at end of function analyze:
+  i ∈ {5}
+  res ∈ [93.9166666667 .. 110.791666667]
+
+Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  a1[0] ∈ {0}
+    [1] ∈ {1}
+    [2] ∈ {2}
+    [3] ∈ {3}
+    [4] ∈ {4}
+    [5] ∈ {5}
+    [6] ∈ {6}
+    [7] ∈ {7}
+    [8] ∈ {8}
+    [9] ∈ {9}
+  stuff.t[0..4] ∈ {3}
+       .t[5..9] ∈ {4}
+       .t[10..49] ∈ [0..12]
+       .d[0] ∈ {0}
+       .d[1] ∈ {3.125}
+       .d[2] ∈ {6.25}
+       .d[3] ∈ {9.375}
+       .d[4] ∈ {12.5}
+       .d[5] ∈ {15.625}
+       .d[6] ∈ {18.75}
+       .d[7] ∈ {21.875}
+       .d[8] ∈ {25.}
+       .d[9] ∈ {28.125}
+  pr ∈ {{ &r ; &r2 }}
+  pr2 ∈ {{ &r ; &r2 }}
+  ppr ∈ {{ &pr ; &pr2 }}
+  alloc3 ∈ {{ &__malloc_main_l102 }}
+  inited ∈ {1}
+  sa ∈ {{ "abc" }}
+  r ∈ {93.9166666667}
+  r2 ∈ {110.791666667}
+  dm ∈ [93.9166666667 .. 110.791666667]
+  res_from_fp ∈ {32}
+  res ∈ {93}
+  local ∈ {42}
+  __retres ∈ {0}[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/long_init3.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/non-free/long_init3.c:34:[value] Assigning imprecise value to garbled_mix.
+        The imprecision originates from Arithmetic {tests/non-free/long_init3.c:34}
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  nondet ∈ [--..--]
+  a1[0..9] ∈ {0}
+  stuff ∈ {0}
+  garbled_mix ∈
+             {{ garbled mix of &{"abc"}
+              (origin: Arithmetic {tests/non-free/long_init3.c:34}) }}
+  s ∈ {{ "abc" }}
+  another_global ∈ {42}
+  yet_another_global ∈ {43}
+  pr ∈ {0}
+  pr2 ∈ {0}
+  pr_escaping ∈ {0}
+  ppr ∈ {0}
+  alloc1 ∈ {0}
+  alloc2 ∈ {0}
+  alloc3 ∈ {0}
+  fp ∈ {{ &fun }}
+  inited ∈ {0}
+[value] Call to builtin Frama_C_load_state(())
+[value] Skipping call to init_outer, loading globals state from file:
+        tests/non-free/result_symblocs/Longinit_sequencer.sav
+[value] warning: importing garbled mix, locations may have changed
+[value] warning: found new global variable `yet_another_global'
+[value] DUMPING STATE of file tests/non-free/long_init3.c line 90
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        nondet ∈ [--..--]
+        a1[0] ∈ {0}
+          [1] ∈ {1}
+          [2] ∈ {2}
+          [3] ∈ {3}
+          [4] ∈ {4}
+          [5] ∈ {5}
+          [6] ∈ {6}
+          [7] ∈ {7}
+          [8] ∈ {8}
+          [9] ∈ {9}
+        stuff.t[0..4] ∈ {3}
+             .t[5..9] ∈ {4}
+             .t[10..49] ∈ [0..12]
+             .d[0] ∈ {0}
+             .d[1] ∈ {3.125}
+             .d[2] ∈ {6.25}
+             .d[3] ∈ {9.375}
+             .d[4] ∈ {12.5}
+             .d[5] ∈ {15.625}
+             .d[6] ∈ {18.75}
+             .d[7] ∈ {21.875}
+             .d[8] ∈ {25.}
+             .d[9] ∈ {28.125}
+        garbled_mix ∈
+                   {{ garbled mix of &{"abc"}
+                    (origin: Arithmetic {tests/non-free/long_init.c:34}) }}
+        s ∈ {{ "abc" }}
+        another_global ∈ {42}
+        yet_another_global ∈ {43}
+        pr ∈ ESCAPINGADDR
+        pr2 ∈ ESCAPINGADDR
+        pr_escaping ∈ ESCAPINGADDR
+        ppr ∈ {0}
+        alloc1 ∈ {{ &__malloc_init_inner_l72 }}
+        alloc2 ∈ ESCAPINGADDR
+        alloc3 ∈ {0}
+        fp ∈ {{ &fun }}
+        inited ∈ {1}
+        sa ∈ {{ "abc" }}
+        r ∈ UNINITIALIZED
+        r2 ∈ UNINITIALIZED
+        dm ∈ UNINITIALIZED
+        res_from_fp ∈ UNINITIALIZED
+        res ∈ UNINITIALIZED
+        local ∈ UNINITIALIZED
+        local2 ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        __malloc_init_inner_l72 ∈ {{ (int)&__malloc_init_inner_l72 }}
+        =END OF DUMP==
+[value] computing for function analyze <- main.
+        Called from tests/non-free/long_init3.c:91.
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init3.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init3.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init3.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init3.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init3.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+tests/non-free/long_init3.c:27:[value] entering loop for the first time
+[value] Recording results for analyze
+[value] Done for function analyze
+[value] computing for function analyze <- main.
+        Called from tests/non-free/long_init3.c:92.
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init3.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init3.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init3.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init3.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] computing for function subanalyze <- analyze <- main.
+        Called from tests/non-free/long_init3.c:29.
+[value] Recording results for subanalyze
+[value] Done for function subanalyze
+[value] Recording results for analyze
+[value] Done for function analyze
+[value] computing for function dmin <- main.
+        Called from tests/non-free/long_init3.c:96.
+[value] Recording results for dmin
+[value] Done for function dmin
+[value] computing for function fun <- main.
+        Called from tests/non-free/long_init3.c:97.
+[value] Recording results for fun
+[value] Done for function fun
+tests/non-free/long_init3.c:102:[value] allocating variable __malloc_main_l102
+[value] Recording results for main
+[value] done for function main
+
+
+
+Values at end of function dmin:
+  __retres ∈ [93.9166666667 .. 110.791666667]
+
+
+Values at end of function fun:
+  __retres ∈ {32}
+
+
+
+
+Values at end of function subanalyze:
+  
+
+Values at end of function analyze:
+  i ∈ {5}
+  res ∈ [93.9166666667 .. 110.791666667]
+
+Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  a1[0] ∈ {0}
+    [1] ∈ {1}
+    [2] ∈ {2}
+    [3] ∈ {3}
+    [4] ∈ {4}
+    [5] ∈ {5}
+    [6] ∈ {6}
+    [7] ∈ {7}
+    [8] ∈ {8}
+    [9] ∈ {9}
+  stuff.t[0..4] ∈ {3}
+       .t[5..9] ∈ {4}
+       .t[10..49] ∈ [0..12]
+       .d[0] ∈ {0}
+       .d[1] ∈ {3.125}
+       .d[2] ∈ {6.25}
+       .d[3] ∈ {9.375}
+       .d[4] ∈ {12.5}
+       .d[5] ∈ {15.625}
+       .d[6] ∈ {18.75}
+       .d[7] ∈ {21.875}
+       .d[8] ∈ {25.}
+       .d[9] ∈ {28.125}
+  pr ∈ {{ &r ; &r2 }}
+  pr2 ∈ {{ &r ; &r2 }}
+  ppr ∈ {{ &pr ; &pr2 }}
+  alloc3 ∈ {{ &__malloc_main_l102 }}
+  inited ∈ {1}
+  sa ∈ {{ "abc" }}
+  r ∈ {93.9166666667}
+  r2 ∈ {110.791666667}
+  dm ∈ [93.9166666667 .. 110.791666667]
+  res_from_fp ∈ {32}
+  res ∈ {93}
+  local ∈ {42}
+  local2 ∈ {43}
+  __retres ∈ {0}
+
diff --git a/tests/non-free/oracle_symblocs/alloc.0.err.oracle b/tests/non-free/oracle_symblocs/alloc.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/alloc.0.res.oracle b/tests/non-free/oracle_symblocs/alloc.0.res.oracle
new file mode 100644
index 00000000000..6bbe7a5e476
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/alloc.0.res.oracle
@@ -0,0 +1,140 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/alloc.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  p ∈ {0}
+  q ∈ {0}
+  r ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  t ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  ch ∈ {44}
+[value] computing for function malloc <- main.
+        Called from tests/non-free/alloc.c:16.
+share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] computing for function malloc <- main.
+        Called from tests/non-free/alloc.c:17.
+share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39_0
+[value] Recording results for malloc
+[value] Done for function malloc
+tests/non-free/alloc.c:18:[value] warning: out of bounds write. assert \valid(p+(int)(-1));
+tests/non-free/alloc.c:18:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/non-free/alloc.c:19:[value] warning: out of bounds write. assert \valid(p+1);
+tests/non-free/alloc.c:19:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/non-free/alloc.c:20:[value] warning: out of bounds write. assert \valid(t+(int)(-1));
+tests/non-free/alloc.c:20:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/non-free/alloc.c:21:[value] warning: out of bounds write. assert \valid(t+10);
+tests/non-free/alloc.c:21:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] computing for function malloc <- main.
+        Called from tests/non-free/alloc.c:25.
+share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39_1
+[value] Recording results for malloc
+[value] Done for function malloc
+tests/non-free/alloc.c:26:[value] warning: signed overflow. assert -2147483648 ≤ -((int)q);
+tests/non-free/alloc.c:26:[value] warning: signed overflow. assert -((int)q) ≤ 2147483647;
+tests/non-free/alloc.c:26:[value] Assigning imprecise value to r.
+        The imprecision originates from Arithmetic {tests/non-free/alloc.c:26}
+tests/non-free/alloc.c:27:[value] warning: out of bounds write. assert \valid(r);
+tests/non-free/alloc.c:27:[value] warning: out of bounds read. assert \valid_read(r+1);
+[value] computing for function malloc <- main.
+        Called from tests/non-free/alloc.c:32.
+share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39_2
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] computing for function malloc <- main.
+        Called from tests/non-free/alloc.c:33.
+share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39_3
+[value] Recording results for malloc
+[value] Done for function malloc
+tests/non-free/alloc.c:34:[value] warning: out of bounds write. assert \valid(u);
+tests/non-free/alloc.c:35:[value] warning: out of bounds write. assert \valid(u);
+tests/non-free/alloc.c:36:[value] warning: out of bounds write. assert \valid(u+1);
+tests/non-free/alloc.c:36:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/non-free/alloc.c:37:[value] warning: out of bounds write. assert \valid(u+1);
+tests/non-free/alloc.c:37:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/non-free/alloc.c:40:[value] warning: out of bounds write. assert \valid(v+1);
+tests/non-free/alloc.c:41:[value] warning: out of bounds write. assert \valid(v+1);
+tests/non-free/alloc.c:42:[value] warning: out of bounds write. assert \valid(v+2);
+tests/non-free/alloc.c:42:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/non-free/alloc.c:43:[value] warning: out of bounds write. assert \valid(v+2);
+tests/non-free/alloc.c:43:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main
+[value] done for function main
+tests/non-free/alloc.c:18:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/alloc.c:19:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/alloc.c:20:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/alloc.c:21:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/alloc.c:36:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/alloc.c:37:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/alloc.c:42:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/alloc.c:43:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+share/libc/stdlib.c:39:[kernel] warning: Neither code nor specification for function Frama_C_alloc_size, generating default assigns from the prototype
+[value:final-states] Values at end of function malloc:
+  
+[value:final-states] Values at end of function main:
+  p ∈ {{ (int *)&__malloc_malloc_l39 }}
+  q ∈ {{ (int *)&__malloc_malloc_l39_1 }}
+  r ∈
+   {{ garbled mix of &{__malloc_malloc_l39_1}
+    (origin: Arithmetic {tests/non-free/alloc.c:26}) }}
+  a ∈ {1}
+  t ∈ {{ &__malloc_malloc_l39_0[0] }}
+  u ∈ {{ &__malloc_malloc_l39_2[0] }}
+  v ∈ {{ &__malloc_malloc_l39_3[0] }}
+  c ∈ [--..--]
+  __malloc_malloc_l39[bits 0 to 31] ∈ {107}
+  __malloc_malloc_l39_0[0] ∈ {111}
+                       [1..8] ∈ UNINITIALIZED
+                       [9] ∈ {111}
+  __malloc_malloc_l39_1[bits 0 to 31] ∈ {1}
+  __malloc_malloc_l39_2[0] ∈ {33}
+  __malloc_malloc_l39_3[0] ∈ {35}
+                       [1] ∈ {36}
+[from] Computing for function malloc
+[from] Computing for function Frama_C_alloc_size <-malloc
+[from] Done for function Frama_C_alloc_size
+[from] Done for function malloc
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function malloc:
+  \result FROM size
+[from] Function main:
+  p FROM \nothing
+  q FROM \nothing
+  r FROM \nothing
+  a FROM c
+  t FROM \nothing
+  u FROM d
+  v FROM d
+  __malloc_malloc_l39[0..3] FROM \nothing
+  __malloc_malloc_l39_0{[0]; [9]} FROM \nothing
+  __malloc_malloc_l39_1[0..3] FROM c
+  __malloc_malloc_l39_2[0] FROM d
+  __malloc_malloc_l39_3[0..1] FROM d
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function malloc:
+          tmp
+[inout] Inputs for function malloc:
+          \nothing
+[inout] Out (internal) for function main:
+          p; q; r; a; t; u; v; c; tmp; tmp_0; tmp_1; tmp_2; tmp_3; tmp_4;
+          __malloc_malloc_l39[0..3]; __malloc_malloc_l39_0{[0]; [9]};
+          __malloc_malloc_l39_1[0..3]; __malloc_malloc_l39_2[0];
+          __malloc_malloc_l39_3[0..1]
+[inout] Inputs for function main:
+          p; q; r; t; u; v; ch; __malloc_malloc_l39_1[0..3]
diff --git a/tests/non-free/oracle_symblocs/alloc.1.err.oracle b/tests/non-free/oracle_symblocs/alloc.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/alloc.1.res.oracle b/tests/non-free/oracle_symblocs/alloc.1.res.oracle
new file mode 100644
index 00000000000..d4e9c812cea
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/alloc.1.res.oracle
@@ -0,0 +1,75 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/alloc.c (with preprocessing)
+[value] Analyzing a complete application starting at main_abs
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 2048 to 4103] ∈ [--..--]
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  p ∈ {0}
+  q ∈ {0}
+  r ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  t ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  ch ∈ {44}
+[value] computing for function malloc <- main_abs.
+        Called from tests/non-free/alloc.c:50.
+share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+[value] Recording results for malloc
+[value] Done for function malloc
+tests/non-free/alloc.c:51:[value] warning: signed overflow. assert -2147483648 ≤ -((int)q);
+tests/non-free/alloc.c:51:[value] warning: signed overflow. assert -((int)q) ≤ 2147483647;
+tests/non-free/alloc.c:51:[value] Assigning imprecise value to r.
+        The imprecision originates from Arithmetic {tests/non-free/alloc.c:51}
+tests/non-free/alloc.c:54:[value] warning: out of bounds write. assert \valid(r);
+tests/non-free/alloc.c:56:[value] warning: signed overflow. assert -2147483648 ≤ *q+1;
+tests/non-free/alloc.c:56:[value] warning: signed overflow. assert *q+1 ≤ 2147483647;
+[value] Recording results for main_abs
+[value] done for function main_abs
+[value] ====== VALUES COMPUTED ======
+share/libc/stdlib.c:39:[kernel] warning: Neither code nor specification for function Frama_C_alloc_size, generating default assigns from the prototype
+[value:final-states] Values at end of function malloc:
+  
+[value:final-states] Values at end of function main_abs:
+  NULL[rbits 2048 to 4103] ∈
+      {{ garbled mix of &{__malloc_malloc_l39}
+       (origin: Misaligned {tests/non-free/alloc.c:54}) }}
+  q ∈ {{ (int *)&__malloc_malloc_l39 }}
+  r ∈ {{ NULL + [256..509] ; (int *)&__malloc_malloc_l39 }}
+  a ∈ {{ NULL + [1..510] ; (int)&__malloc_malloc_l39[1] }}
+  __malloc_malloc_l39[bits 0 to 31] ∈
+                     {{ NULL + [1..510] ; (? *)&__malloc_malloc_l39[1] }}
+[from] Computing for function malloc
+[from] Computing for function Frama_C_alloc_size <-malloc
+[from] Done for function Frama_C_alloc_size
+[from] Done for function malloc
+[from] Computing for function main_abs
+[from] Done for function main_abs
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function malloc:
+  \result FROM size
+[from] Function main_abs:
+  NULL{[256..259]; [264..512]} FROM \nothing (and SELF)
+      [260..263] FROM \nothing
+  q FROM \nothing
+  r FROM \nothing
+  a FROM \nothing
+  __malloc_malloc_l39[0..3] FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function malloc:
+          tmp
+[inout] Inputs for function malloc:
+          \nothing
+[inout] Out (internal) for function main_abs:
+          NULL[256..512]; q; r; a; __malloc_malloc_l39[0..3]
+[inout] Inputs for function main_abs:
+          q; r; __malloc_malloc_l39[0..3]
diff --git a/tests/non-free/oracle_symblocs/alloc_weak.err.oracle b/tests/non-free/oracle_symblocs/alloc_weak.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/alloc_weak.res.oracle b/tests/non-free/oracle_symblocs/alloc_weak.res.oracle
new file mode 100644
index 00000000000..f582c420938
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/alloc_weak.res.oracle
@@ -0,0 +1,912 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/alloc_weak.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/non-free/alloc_weak.c:46.
+tests/non-free/alloc_weak.c:23:[value] allocating variable __malloc_main1_l23
+tests/non-free/alloc_weak.c:23:[value:malloc] marking variable `__malloc_main1_l23' as weak
+tests/non-free/alloc_weak.c:22:[value] entering loop for the first time
+[value] computing for function copy <- main1 <- main.
+        Called from tests/non-free/alloc_weak.c:27.
+tests/non-free/alloc_weak.c:14:[value] Call to builtin memcpy(({{ (void *)&p }},{{ (void const *)&t[1] }},{1}))
+[value] Recording results for copy
+[value] Done for function copy
+[value] computing for function copy <- main1 <- main.
+        Called from tests/non-free/alloc_weak.c:28.
+tests/non-free/alloc_weak.c:14:[value] Call to builtin memcpy(({{ &p + {1} }},{{ &t + {1} }},{3}))
+[value] Recording results for copy
+[value] Done for function copy
+tests/non-free/alloc_weak.c:29:[value] warning: out of bounds write. assert \valid(p);
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/non-free/alloc_weak.c:47.
+tests/non-free/alloc_weak.c:37:[value] allocating variable __malloc_main2_l37
+[value] Semantic level unrolling superposing up to 100 states
+[value] Semantic level unrolling superposing up to 200 states
+[value] Semantic level unrolling superposing up to 300 states
+[value] Semantic level unrolling superposing up to 400 states
+[value] Semantic level unrolling superposing up to 500 states
+[value] Semantic level unrolling superposing up to 600 states
+[value] Semantic level unrolling superposing up to 700 states
+[value] Semantic level unrolling superposing up to 800 states
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2:
+  __fc_heap_status ∈ [--..--]
+  t[0] ∈ {0}
+   [1] ∈ {1}
+   [2] ∈ {2}
+   [3] ∈ {3}
+   [4] ∈ {4}
+   [5] ∈ {5}
+   [6] ∈ {6}
+   [7] ∈ {7}
+   [8] ∈ {8}
+   [9] ∈ {9}
+   [10] ∈ {10}
+   [11] ∈ {11}
+   [12] ∈ {12}
+   [13] ∈ {13}
+   [14] ∈ {14}
+   [15] ∈ {15}
+   [16] ∈ {16}
+   [17] ∈ {17}
+   [18] ∈ {18}
+   [19] ∈ {19}
+   [20] ∈ {20}
+   [21] ∈ {21}
+   [22] ∈ {22}
+   [23] ∈ {23}
+   [24] ∈ {24}
+   [25] ∈ {25}
+   [26] ∈ {26}
+   [27] ∈ {27}
+   [28] ∈ {28}
+   [29] ∈ {29}
+   [30] ∈ {30}
+   [31] ∈ {31}
+   [32] ∈ {32}
+   [33] ∈ {33}
+   [34] ∈ {34}
+   [35] ∈ {35}
+   [36] ∈ {36}
+   [37] ∈ {37}
+   [38] ∈ {38}
+   [39] ∈ {39}
+   [40] ∈ {40}
+   [41] ∈ {41}
+   [42] ∈ {42}
+   [43] ∈ {43}
+   [44] ∈ {44}
+   [45] ∈ {45}
+   [46] ∈ {46}
+   [47] ∈ {47}
+   [48] ∈ {48}
+   [49] ∈ {49}
+   [50] ∈ {50}
+   [51] ∈ {51}
+   [52] ∈ {52}
+   [53] ∈ {53}
+   [54] ∈ {54}
+   [55] ∈ {55}
+   [56] ∈ {56}
+   [57] ∈ {57}
+   [58] ∈ {58}
+   [59] ∈ {59}
+   [60] ∈ {60}
+   [61] ∈ {61}
+   [62] ∈ {62}
+   [63] ∈ {63}
+   [64] ∈ {64}
+   [65] ∈ {65}
+   [66] ∈ {66}
+   [67] ∈ {67}
+   [68] ∈ {68}
+   [69] ∈ {69}
+   [70] ∈ {70}
+   [71] ∈ {71}
+   [72] ∈ {72}
+   [73] ∈ {73}
+   [74] ∈ {74}
+   [75] ∈ {75}
+   [76] ∈ {76}
+   [77] ∈ {77}
+   [78] ∈ {78}
+   [79] ∈ {79}
+   [80] ∈ {80}
+   [81] ∈ {81}
+   [82] ∈ {82}
+   [83] ∈ {83}
+   [84] ∈ {84}
+   [85] ∈ {85}
+   [86] ∈ {86}
+   [87] ∈ {87}
+   [88] ∈ {88}
+   [89] ∈ {89}
+   [90] ∈ {90}
+   [91] ∈ {91}
+   [92] ∈ {92}
+   [93] ∈ {93}
+   [94] ∈ {94}
+   [95] ∈ {95}
+   [96] ∈ {96}
+   [97] ∈ {97}
+   [98] ∈ {98}
+   [99] ∈ {99}
+   [100] ∈ {100}
+   [101] ∈ {101}
+   [102] ∈ {102}
+   [103] ∈ {103}
+   [104] ∈ {104}
+   [105] ∈ {105}
+   [106] ∈ {106}
+   [107] ∈ {107}
+   [108] ∈ {108}
+   [109] ∈ {109}
+   [110] ∈ {110}
+   [111] ∈ {111}
+   [112] ∈ {112}
+   [113] ∈ {113}
+   [114] ∈ {114}
+   [115] ∈ {115}
+   [116] ∈ {116}
+   [117] ∈ {117}
+   [118] ∈ {118}
+   [119] ∈ {119}
+   [120] ∈ {120}
+   [121] ∈ {121}
+   [122] ∈ {122}
+   [123] ∈ {123}
+   [124] ∈ {124}
+   [125] ∈ {125}
+   [126] ∈ {126}
+   [127] ∈ {127}
+   [128] ∈ {128}
+   [129] ∈ {129}
+   [130] ∈ {130}
+   [131] ∈ {131}
+   [132] ∈ {132}
+   [133] ∈ {133}
+   [134] ∈ {134}
+   [135] ∈ {135}
+   [136] ∈ {136}
+   [137] ∈ {137}
+   [138] ∈ {138}
+   [139] ∈ {139}
+   [140] ∈ {140}
+   [141] ∈ {141}
+   [142] ∈ {142}
+   [143] ∈ {143}
+   [144] ∈ {144}
+   [145] ∈ {145}
+   [146] ∈ {146}
+   [147] ∈ {147}
+   [148] ∈ {148}
+   [149] ∈ {149}
+   [150] ∈ {150}
+   [151] ∈ {151}
+   [152] ∈ {152}
+   [153] ∈ {153}
+   [154] ∈ {154}
+   [155] ∈ {155}
+   [156] ∈ {156}
+   [157] ∈ {157}
+   [158] ∈ {158}
+   [159] ∈ {159}
+   [160] ∈ {160}
+   [161] ∈ {161}
+   [162] ∈ {162}
+   [163] ∈ {163}
+   [164] ∈ {164}
+   [165] ∈ {165}
+   [166] ∈ {166}
+   [167] ∈ {167}
+   [168] ∈ {168}
+   [169] ∈ {169}
+   [170] ∈ {170}
+   [171] ∈ {171}
+   [172] ∈ {172}
+   [173] ∈ {173}
+   [174] ∈ {174}
+   [175] ∈ {175}
+   [176] ∈ {176}
+   [177] ∈ {177}
+   [178] ∈ {178}
+   [179] ∈ {179}
+   [180] ∈ {180}
+   [181] ∈ {181}
+   [182] ∈ {182}
+   [183] ∈ {183}
+   [184] ∈ {184}
+   [185] ∈ {185}
+   [186] ∈ {186}
+   [187] ∈ {187}
+   [188] ∈ {188}
+   [189] ∈ {189}
+   [190] ∈ {190}
+   [191] ∈ {191}
+   [192] ∈ {192}
+   [193] ∈ {193}
+   [194] ∈ {194}
+   [195] ∈ {195}
+   [196] ∈ {196}
+   [197] ∈ {197}
+   [198] ∈ {198}
+   [199] ∈ {199}
+   [200] ∈ {200}
+   [201] ∈ {201}
+   [202] ∈ {202}
+   [203] ∈ {203}
+   [204] ∈ {204}
+   [205] ∈ {205}
+   [206] ∈ {206}
+   [207] ∈ {207}
+   [208] ∈ {208}
+   [209] ∈ {209}
+   [210] ∈ {210}
+   [211] ∈ {211}
+   [212] ∈ {212}
+   [213] ∈ {213}
+   [214] ∈ {214}
+   [215] ∈ {215}
+   [216] ∈ {216}
+   [217] ∈ {217}
+   [218] ∈ {218}
+   [219] ∈ {219}
+   [220] ∈ {220}
+   [221] ∈ {221}
+   [222] ∈ {222}
+   [223] ∈ {223}
+   [224] ∈ {224}
+   [225] ∈ {225}
+   [226] ∈ {226}
+   [227] ∈ {227}
+   [228] ∈ {228}
+   [229] ∈ {229}
+   [230] ∈ {230}
+   [231] ∈ {231}
+   [232] ∈ {232}
+   [233] ∈ {233}
+   [234] ∈ {234}
+   [235] ∈ {235}
+   [236] ∈ {236}
+   [237] ∈ {237}
+   [238] ∈ {238}
+   [239] ∈ {239}
+   [240] ∈ {240}
+   [241] ∈ {241}
+   [242] ∈ {242}
+   [243] ∈ {243}
+   [244] ∈ {244}
+   [245] ∈ {245}
+   [246] ∈ {246}
+   [247] ∈ {247}
+   [248] ∈ {248}
+   [249] ∈ {249}
+   [250] ∈ {250}
+   [251] ∈ {251}
+   [252] ∈ {252}
+   [253] ∈ {253}
+   [254] ∈ {254}
+   [255] ∈ {255}
+   [256] ∈ {256}
+   [257] ∈ {257}
+   [258] ∈ {258}
+   [259] ∈ {259}
+   [260] ∈ {260}
+   [261] ∈ {261}
+   [262] ∈ {262}
+   [263] ∈ {263}
+   [264] ∈ {264}
+   [265] ∈ {265}
+   [266] ∈ {266}
+   [267] ∈ {267}
+   [268] ∈ {268}
+   [269] ∈ {269}
+   [270] ∈ {270}
+   [271] ∈ {271}
+   [272] ∈ {272}
+   [273] ∈ {273}
+   [274] ∈ {274}
+   [275] ∈ {275}
+   [276] ∈ {276}
+   [277] ∈ {277}
+   [278] ∈ {278}
+   [279] ∈ {279}
+   [280] ∈ {280}
+   [281] ∈ {281}
+   [282] ∈ {282}
+   [283] ∈ {283}
+   [284] ∈ {284}
+   [285] ∈ {285}
+   [286] ∈ {286}
+   [287] ∈ {287}
+   [288] ∈ {288}
+   [289] ∈ {289}
+   [290] ∈ {290}
+   [291] ∈ {291}
+   [292] ∈ {292}
+   [293] ∈ {293}
+   [294] ∈ {294}
+   [295] ∈ {295}
+   [296] ∈ {296}
+   [297] ∈ {297}
+   [298] ∈ {298}
+   [299] ∈ {299}
+   [300] ∈ {300}
+   [301] ∈ {301}
+   [302] ∈ {302}
+   [303] ∈ {303}
+   [304] ∈ {304}
+   [305] ∈ {305}
+   [306] ∈ {306}
+   [307] ∈ {307}
+   [308] ∈ {308}
+   [309] ∈ {309}
+   [310] ∈ {310}
+   [311] ∈ {311}
+   [312] ∈ {312}
+   [313] ∈ {313}
+   [314] ∈ {314}
+   [315] ∈ {315}
+   [316] ∈ {316}
+   [317] ∈ {317}
+   [318] ∈ {318}
+   [319] ∈ {319}
+   [320] ∈ {320}
+   [321] ∈ {321}
+   [322] ∈ {322}
+   [323] ∈ {323}
+   [324] ∈ {324}
+   [325] ∈ {325}
+   [326] ∈ {326}
+   [327] ∈ {327}
+   [328] ∈ {328}
+   [329] ∈ {329}
+   [330] ∈ {330}
+   [331] ∈ {331}
+   [332] ∈ {332}
+   [333] ∈ {333}
+   [334] ∈ {334}
+   [335] ∈ {335}
+   [336] ∈ {336}
+   [337] ∈ {337}
+   [338] ∈ {338}
+   [339] ∈ {339}
+   [340] ∈ {340}
+   [341] ∈ {341}
+   [342] ∈ {342}
+   [343] ∈ {343}
+   [344] ∈ {344}
+   [345] ∈ {345}
+   [346] ∈ {346}
+   [347] ∈ {347}
+   [348] ∈ {348}
+   [349] ∈ {349}
+   [350] ∈ {350}
+   [351] ∈ {351}
+   [352] ∈ {352}
+   [353] ∈ {353}
+   [354] ∈ {354}
+   [355] ∈ {355}
+   [356] ∈ {356}
+   [357] ∈ {357}
+   [358] ∈ {358}
+   [359] ∈ {359}
+   [360] ∈ {360}
+   [361] ∈ {361}
+   [362] ∈ {362}
+   [363] ∈ {363}
+   [364] ∈ {364}
+   [365] ∈ {365}
+   [366] ∈ {366}
+   [367] ∈ {367}
+   [368] ∈ {368}
+   [369] ∈ {369}
+   [370] ∈ {370}
+   [371] ∈ {371}
+   [372] ∈ {372}
+   [373] ∈ {373}
+   [374] ∈ {374}
+   [375] ∈ {375}
+   [376] ∈ {376}
+   [377] ∈ {377}
+   [378] ∈ {378}
+   [379] ∈ {379}
+   [380] ∈ {380}
+   [381] ∈ {381}
+   [382] ∈ {382}
+   [383] ∈ {383}
+   [384] ∈ {384}
+   [385] ∈ {385}
+   [386] ∈ {386}
+   [387] ∈ {387}
+   [388] ∈ {388}
+   [389] ∈ {389}
+   [390] ∈ {390}
+   [391] ∈ {391}
+   [392] ∈ {392}
+   [393] ∈ {393}
+   [394] ∈ {394}
+   [395] ∈ {395}
+   [396] ∈ {396}
+   [397] ∈ {397}
+   [398] ∈ {398}
+   [399] ∈ {399}
+   [400] ∈ {400}
+   [401] ∈ {401}
+   [402] ∈ {402}
+   [403] ∈ {403}
+   [404] ∈ {404}
+   [405] ∈ {405}
+   [406] ∈ {406}
+   [407] ∈ {407}
+   [408] ∈ {408}
+   [409] ∈ {409}
+   [410] ∈ {410}
+   [411] ∈ {411}
+   [412] ∈ {412}
+   [413] ∈ {413}
+   [414] ∈ {414}
+   [415] ∈ {415}
+   [416] ∈ {416}
+   [417] ∈ {417}
+   [418] ∈ {418}
+   [419] ∈ {419}
+   [420] ∈ {420}
+   [421] ∈ {421}
+   [422] ∈ {422}
+   [423] ∈ {423}
+   [424] ∈ {424}
+   [425] ∈ {425}
+   [426] ∈ {426}
+   [427] ∈ {427}
+   [428] ∈ {428}
+   [429] ∈ {429}
+   [430] ∈ {430}
+   [431] ∈ {431}
+   [432] ∈ {432}
+   [433] ∈ {433}
+   [434] ∈ {434}
+   [435] ∈ {435}
+   [436] ∈ {436}
+   [437] ∈ {437}
+   [438] ∈ {438}
+   [439] ∈ {439}
+   [440] ∈ {440}
+   [441] ∈ {441}
+   [442] ∈ {442}
+   [443] ∈ {443}
+   [444] ∈ {444}
+   [445] ∈ {445}
+   [446] ∈ {446}
+   [447] ∈ {447}
+   [448] ∈ {448}
+   [449] ∈ {449}
+   [450] ∈ {450}
+   [451] ∈ {451}
+   [452] ∈ {452}
+   [453] ∈ {453}
+   [454] ∈ {454}
+   [455] ∈ {455}
+   [456] ∈ {456}
+   [457] ∈ {457}
+   [458] ∈ {458}
+   [459] ∈ {459}
+   [460] ∈ {460}
+   [461] ∈ {461}
+   [462] ∈ {462}
+   [463] ∈ {463}
+   [464] ∈ {464}
+   [465] ∈ {465}
+   [466] ∈ {466}
+   [467] ∈ {467}
+   [468] ∈ {468}
+   [469] ∈ {469}
+   [470] ∈ {470}
+   [471] ∈ {471}
+   [472] ∈ {472}
+   [473] ∈ {473}
+   [474] ∈ {474}
+   [475] ∈ {475}
+   [476] ∈ {476}
+   [477] ∈ {477}
+   [478] ∈ {478}
+   [479] ∈ {479}
+   [480] ∈ {480}
+   [481] ∈ {481}
+   [482] ∈ {482}
+   [483] ∈ {483}
+   [484] ∈ {484}
+   [485] ∈ {485}
+   [486] ∈ {486}
+   [487] ∈ {487}
+   [488] ∈ {488}
+   [489] ∈ {489}
+   [490] ∈ {490}
+   [491] ∈ {491}
+   [492] ∈ {492}
+   [493] ∈ {493}
+   [494] ∈ {494}
+   [495] ∈ {495}
+   [496] ∈ {496}
+   [497] ∈ {497}
+   [498] ∈ {498}
+   [499] ∈ {499}
+   [500] ∈ {500}
+   [501] ∈ {501}
+   [502] ∈ {502}
+   [503] ∈ {503}
+   [504] ∈ {504}
+   [505] ∈ {505}
+   [506] ∈ {506}
+   [507] ∈ {507}
+   [508] ∈ {508}
+   [509] ∈ {509}
+   [510] ∈ {510}
+   [511] ∈ {511}
+   [512] ∈ {512}
+   [513] ∈ {513}
+   [514] ∈ {514}
+   [515] ∈ {515}
+   [516] ∈ {516}
+   [517] ∈ {517}
+   [518] ∈ {518}
+   [519] ∈ {519}
+   [520] ∈ {520}
+   [521] ∈ {521}
+   [522] ∈ {522}
+   [523] ∈ {523}
+   [524] ∈ {524}
+   [525] ∈ {525}
+   [526] ∈ {526}
+   [527] ∈ {527}
+   [528] ∈ {528}
+   [529] ∈ {529}
+   [530] ∈ {530}
+   [531] ∈ {531}
+   [532] ∈ {532}
+   [533] ∈ {533}
+   [534] ∈ {534}
+   [535] ∈ {535}
+   [536] ∈ {536}
+   [537] ∈ {537}
+   [538] ∈ {538}
+   [539] ∈ {539}
+   [540] ∈ {540}
+   [541] ∈ {541}
+   [542] ∈ {542}
+   [543] ∈ {543}
+   [544] ∈ {544}
+   [545] ∈ {545}
+   [546] ∈ {546}
+   [547] ∈ {547}
+   [548] ∈ {548}
+   [549] ∈ {549}
+   [550] ∈ {550}
+   [551] ∈ {551}
+   [552] ∈ {552}
+   [553] ∈ {553}
+   [554] ∈ {554}
+   [555] ∈ {555}
+   [556] ∈ {556}
+   [557] ∈ {557}
+   [558] ∈ {558}
+   [559] ∈ {559}
+   [560] ∈ {560}
+   [561] ∈ {561}
+   [562] ∈ {562}
+   [563] ∈ {563}
+   [564] ∈ {564}
+   [565] ∈ {565}
+   [566] ∈ {566}
+   [567] ∈ {567}
+   [568] ∈ {568}
+   [569] ∈ {569}
+   [570] ∈ {570}
+   [571] ∈ {571}
+   [572] ∈ {572}
+   [573] ∈ {573}
+   [574] ∈ {574}
+   [575] ∈ {575}
+   [576] ∈ {576}
+   [577] ∈ {577}
+   [578] ∈ {578}
+   [579] ∈ {579}
+   [580] ∈ {580}
+   [581] ∈ {581}
+   [582] ∈ {582}
+   [583] ∈ {583}
+   [584] ∈ {584}
+   [585] ∈ {585}
+   [586] ∈ {586}
+   [587] ∈ {587}
+   [588] ∈ {588}
+   [589] ∈ {589}
+   [590] ∈ {590}
+   [591] ∈ {591}
+   [592] ∈ {592}
+   [593] ∈ {593}
+   [594] ∈ {594}
+   [595] ∈ {595}
+   [596] ∈ {596}
+   [597] ∈ {597}
+   [598] ∈ {598}
+   [599] ∈ {599}
+   [600] ∈ {600}
+   [601] ∈ {601}
+   [602] ∈ {602}
+   [603] ∈ {603}
+   [604] ∈ {604}
+   [605] ∈ {605}
+   [606] ∈ {606}
+   [607] ∈ {607}
+   [608] ∈ {608}
+   [609] ∈ {609}
+   [610] ∈ {610}
+   [611] ∈ {611}
+   [612] ∈ {612}
+   [613] ∈ {613}
+   [614] ∈ {614}
+   [615] ∈ {615}
+   [616] ∈ {616}
+   [617] ∈ {617}
+   [618] ∈ {618}
+   [619] ∈ {619}
+   [620] ∈ {620}
+   [621] ∈ {621}
+   [622] ∈ {622}
+   [623] ∈ {623}
+   [624] ∈ {624}
+   [625] ∈ {625}
+   [626] ∈ {626}
+   [627] ∈ {627}
+   [628] ∈ {628}
+   [629] ∈ {629}
+   [630] ∈ {630}
+   [631] ∈ {631}
+   [632] ∈ {632}
+   [633] ∈ {633}
+   [634] ∈ {634}
+   [635] ∈ {635}
+   [636] ∈ {636}
+   [637] ∈ {637}
+   [638] ∈ {638}
+   [639] ∈ {639}
+   [640] ∈ {640}
+   [641] ∈ {641}
+   [642] ∈ {642}
+   [643] ∈ {643}
+   [644] ∈ {644}
+   [645] ∈ {645}
+   [646] ∈ {646}
+   [647] ∈ {647}
+   [648] ∈ {648}
+   [649] ∈ {649}
+   [650] ∈ {650}
+   [651] ∈ {651}
+   [652] ∈ {652}
+   [653] ∈ {653}
+   [654] ∈ {654}
+   [655] ∈ {655}
+   [656] ∈ {656}
+   [657] ∈ {657}
+   [658] ∈ {658}
+   [659] ∈ {659}
+   [660] ∈ {660}
+   [661] ∈ {661}
+   [662] ∈ {662}
+   [663] ∈ {663}
+   [664] ∈ {664}
+   [665] ∈ {665}
+   [666] ∈ {666}
+   [667] ∈ {667}
+   [668] ∈ {668}
+   [669] ∈ {669}
+   [670] ∈ {670}
+   [671] ∈ {671}
+   [672] ∈ {672}
+   [673] ∈ {673}
+   [674] ∈ {674}
+   [675] ∈ {675}
+   [676] ∈ {676}
+   [677] ∈ {677}
+   [678] ∈ {678}
+   [679] ∈ {679}
+   [680] ∈ {680}
+   [681] ∈ {681}
+   [682] ∈ {682}
+   [683] ∈ {683}
+   [684] ∈ {684}
+   [685] ∈ {685}
+   [686] ∈ {686}
+   [687] ∈ {687}
+   [688] ∈ {688}
+   [689] ∈ {689}
+   [690] ∈ {690}
+   [691] ∈ {691}
+   [692] ∈ {692}
+   [693] ∈ {693}
+   [694] ∈ {694}
+   [695] ∈ {695}
+   [696] ∈ {696}
+   [697] ∈ {697}
+   [698] ∈ {698}
+   [699] ∈ {699}
+   [700] ∈ {700}
+   [701] ∈ {701}
+   [702] ∈ {702}
+   [703] ∈ {703}
+   [704] ∈ {704}
+   [705] ∈ {705}
+   [706] ∈ {706}
+   [707] ∈ {707}
+   [708] ∈ {708}
+   [709] ∈ {709}
+   [710] ∈ {710}
+   [711] ∈ {711}
+   [712] ∈ {712}
+   [713] ∈ {713}
+   [714] ∈ {714}
+   [715] ∈ {715}
+   [716] ∈ {716}
+   [717] ∈ {717}
+   [718] ∈ {718}
+   [719] ∈ {719}
+   [720] ∈ {720}
+   [721] ∈ {721}
+   [722] ∈ {722}
+   [723] ∈ {723}
+   [724] ∈ {724}
+   [725] ∈ {725}
+   [726] ∈ {726}
+   [727] ∈ {727}
+   [728] ∈ {728}
+   [729] ∈ {729}
+   [730] ∈ {730}
+   [731] ∈ {731}
+   [732] ∈ {732}
+   [733] ∈ {733}
+   [734] ∈ {734}
+   [735] ∈ {735}
+   [736] ∈ {736}
+   [737] ∈ {737}
+   [738] ∈ {738}
+   [739] ∈ {739}
+   [740] ∈ {740}
+   [741] ∈ {741}
+   [742] ∈ {742}
+   [743] ∈ {743}
+   [744] ∈ {744}
+   [745] ∈ {745}
+   [746] ∈ {746}
+   [747] ∈ {747}
+   [748] ∈ {748}
+   [749] ∈ {749}
+   [750] ∈ {750}
+   [751] ∈ {751}
+   [752] ∈ {752}
+   [753] ∈ {753}
+   [754] ∈ {754}
+   [755] ∈ {755}
+   [756] ∈ {756}
+   [757] ∈ {757}
+   [758] ∈ {758}
+   [759] ∈ {759}
+   [760] ∈ {760}
+   [761] ∈ {761}
+   [762] ∈ {762}
+   [763] ∈ {763}
+   [764] ∈ {764}
+   [765] ∈ {765}
+   [766] ∈ {766}
+   [767] ∈ {767}
+   [768] ∈ {768}
+   [769] ∈ {769}
+   [770] ∈ {770}
+   [771] ∈ {771}
+   [772] ∈ {772}
+   [773] ∈ {773}
+   [774] ∈ {774}
+   [775] ∈ {775}
+   [776] ∈ {776}
+   [777] ∈ {777}
+   [778] ∈ {778}
+   [779] ∈ {779}
+   [780] ∈ {780}
+   [781] ∈ {781}
+   [782] ∈ {782}
+   [783] ∈ {783}
+   [784] ∈ {784}
+   [785] ∈ {785}
+   [786] ∈ {786}
+   [787] ∈ {787}
+   [788] ∈ {788}
+   [789] ∈ {789}
+   [790] ∈ {790}
+   [791] ∈ {791}
+   [792] ∈ {792}
+   [793] ∈ {793}
+   [794] ∈ {794}
+   [795] ∈ {795}
+   [796] ∈ {796}
+   [797] ∈ {797}
+   [798] ∈ {798}
+   [799] ∈ {799}
+   [800..999] ∈ UNINITIALIZED
+  i ∈ {800}
+[value:final-states] Values at end of function copy:
+  dst ∈ {{ (char *)&p }}
+  src ∈ {{ (char *)&t{[0], [1]} }}
+  p[bits 0 to 7]# ∈ {{ (? *)&__malloc_w_main1_l23 }}%32, bits 0 to 7 
+   [bits 8 to 31]# ∈
+   {{ (? *)&__malloc_w_main1_l23 }} or UNINITIALIZED%32, bits 8 to 31 
+[value:final-states] Values at end of function main1:
+  __fc_heap_status ∈ [--..--]
+  t[0..1] ∈ {{ &__malloc_w_main1_l23[0] }}
+  p ∈ {{ &__malloc_w_main1_l23 + [0..124] }}
+  n ∈ {4}
+  r ∈ [--..--] or UNINITIALIZED
+  __malloc_w_main1_l23[0..31] ∈ [--..--] or UNINITIALIZED
+[value:final-states] Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  __malloc_w_main1_l23[0..31] ∈ [--..--] or UNINITIALIZED
+[from] Computing for function main2
+[from] Computing for function malloc <-main2
+[from] Done for function malloc
+[from] Done for function main2
+[from] Computing for function copy
+[from] Computing for function memcpy <-copy
+[from] Done for function memcpy
+[from] Done for function copy
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function malloc:
+  __fc_heap_status FROM __fc_heap_status; size (and SELF)
+  \result FROM __fc_heap_status; size
+[from] Function main2:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+[from] Function memcpy:
+  p FROM t{[0][bits 8 to 31]; [1][bits 0 to 23]} (and SELF)
+  \result FROM dest
+[from] Function copy:
+  p FROM t{[0][bits 8 to 31]; [1][bits 0 to 23]} (and SELF)
+[from] Function main1:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __malloc_w_main1_l23[0..31] FROM __fc_heap_status (and SELF)
+  \result FROM __fc_heap_status; __malloc_w_main1_l23[0..31]
+[from] Function main:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __malloc_w_main1_l23[0..31] FROM __fc_heap_status (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2:
+          __fc_heap_status; t[0..799]; i; tmp
+[inout] Inputs for function main2:
+          __fc_heap_status
+[inout] Out (internal) for function copy:
+          dst; src; p
+[inout] Inputs for function copy:
+          t[0..1]
+[inout] Out (internal) for function main1:
+          __fc_heap_status; t[0..1]; i; p; n; r; __malloc_w_main1_l23[0..31]
+[inout] Inputs for function main1:
+          __fc_heap_status; __malloc_w_main1_l23[0..31]
+[inout] Out (internal) for function main:
+          __fc_heap_status; __malloc_w_main1_l23[0..31]
+[inout] Inputs for function main:
+          __fc_heap_status; __malloc_w_main1_l23[0..31]
diff --git a/tests/non-free/oracle_symblocs/allocated.0.err.oracle b/tests/non-free/oracle_symblocs/allocated.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/allocated.0.res.oracle b/tests/non-free/oracle_symblocs/allocated.0.res.oracle
new file mode 100644
index 00000000000..b48e8056265
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/allocated.0.res.oracle
@@ -0,0 +1,153 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/allocated.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  nondet ∈ [--..--]
+tests/non-free/allocated.c:25:[value] allocating variable __malloc_main_l25
+tests/non-free/allocated.c:25:[value] assertion got status valid.
+tests/non-free/allocated.c:27:[value] warning: out of bounds read. assert \valid_read(p+1);
+tests/non-free/allocated.c:28:[value] warning: out of bounds read. assert \valid_read(p+2);
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l25 }})
+[value] Called Frama_C_show_each_p0({18})
+tests/non-free/allocated.c:31:[value:malloc] strong free on bases: {__malloc_main_l25}
+[value] Called Frama_C_show_each_p_after_free({{  }})
+tests/non-free/allocated.c:36:[value] allocating variable __malloc_main_l36
+tests/non-free/allocated.c:36:[value] assertion got status valid.
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l36 }})
+[value] Called Frama_C_show_each_p0({13})
+[value] Called Frama_C_show_each_p1({54})
+tests/non-free/allocated.c:43:[value:malloc] strong free on bases: {__malloc_main_l36}
+tests/non-free/allocated.c:44:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&p);
+tests/non-free/allocated.c:45:[value:malloc] strong free on bases: {__malloc_main_l36}
+tests/non-free/allocated.c:46:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&p);
+tests/non-free/allocated.c:46:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/non-free/allocated.c:50:[value] allocating variable __malloc_main_l50
+tests/non-free/allocated.c:50:[value] assertion got status valid.
+tests/non-free/allocated.c:53:[value] warning: out of bounds write. assert \valid(p+2);
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l50 }})
+[value] Called Frama_C_show_each_p0({13})
+[value] Called Frama_C_show_each_p1({42})
+tests/non-free/allocated.c:57:[value] warning: out of bounds read. assert \valid_read(p+2);
+[value] Called Frama_C_show_each_p2({77})
+tests/non-free/allocated.c:58:[value:malloc] strong free on bases: {__malloc_main_l50}
+tests/non-free/allocated.c:63:[value] allocating variable __malloc_main_l63
+tests/non-free/allocated.c:63:[value] assertion got status valid.
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l63 }})
+[value] Called Frama_C_show_each_p0({0})
+tests/non-free/allocated.c:67:[value:malloc] strong free on bases: {__malloc_main_l63}
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l63 }})
+[value] Called Frama_C_show_each_p0({1})
+tests/non-free/allocated.c:67:[value:malloc] strong free on bases: {__malloc_main_l63}
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l63 }})
+[value] Called Frama_C_show_each_p0({2})
+tests/non-free/allocated.c:67:[value:malloc] strong free on bases: {__malloc_main_l63}
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l63 }})
+[value] Called Frama_C_show_each_p0({3})
+tests/non-free/allocated.c:67:[value:malloc] strong free on bases: {__malloc_main_l63}
+tests/non-free/allocated.c:73:[value] allocating variable __malloc_main_l73
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l73 }})
+[value] Called Frama_C_show_each_p0({0})
+tests/non-free/allocated.c:77:[value:malloc] strong free on bases: {__malloc_main_l73}
+tests/non-free/allocated.c:72:[value] entering loop for the first time
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l73 }})
+[value] Called Frama_C_show_each_p0({1})
+tests/non-free/allocated.c:77:[value:malloc] strong free on bases: {__malloc_main_l73}
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l73 }})
+[value] Called Frama_C_show_each_p0({1; 2})
+tests/non-free/allocated.c:77:[value:malloc] strong free on bases: {__malloc_main_l73}
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l73 }})
+[value] Called Frama_C_show_each_p0({1; 2; 3})
+tests/non-free/allocated.c:77:[value:malloc] strong free on bases: {__malloc_main_l73}
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82
+tests/non-free/allocated.c:82:[value] assertion got status valid.
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82}
+tests/non-free/allocated.c:81:[value] entering loop for the first time
+tests/non-free/allocated.c:82:[value:malloc] marking variable `__malloc_main_l82' as weak
+tests/non-free/allocated.c:82:[value:malloc] resizing variable `__malloc_w_main_l82' (0..-1) to fit 0..31
+tests/non-free/allocated.c:84:[value] entering loop for the first time
+tests/non-free/allocated.c:85:[value] warning: out of bounds write. assert \valid(p+j);
+tests/non-free/allocated.c:87:[value:malloc] weak free on bases: {__malloc_w_main_l82}
+tests/non-free/allocated.c:82:[value:malloc] resizing variable `__malloc_w_main_l82' (0..-1/31) to fit 0..31/63
+tests/non-free/allocated.c:87:[value:malloc] weak free on bases: {__malloc_w_main_l82}
+tests/non-free/allocated.c:82:[value:malloc] resizing variable `__malloc_w_main_l82' (0..-1/63) to fit 0..31/95
+tests/non-free/allocated.c:87:[value:malloc] weak free on bases: {__malloc_w_main_l82}
+tests/non-free/allocated.c:82:[value:malloc] resizing variable `__malloc_w_main_l82' (0..-1/95) to fit 0..31/95
+tests/non-free/allocated.c:91:[value] allocating variable __malloc_main_l91
+tests/non-free/allocated.c:91:[value] assertion got status valid.
+tests/non-free/allocated.c:92:[value:malloc] strong free on bases: {__malloc_main_l91}
+tests/non-free/allocated.c:96:[value] warning: assertion 'Assume' got status unknown.
+tests/non-free/allocated.c:97:[value] allocating variable __malloc_main_l97
+[value] Called Frama_C_show_each({{ &__malloc_main_l97 }})
+tests/non-free/allocated.c:98:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/allocated.c:110:[value] warning: out of bounds read. assert \valid_read(&pb->i1);
+[value] Called Frama_C_show_each({0})
+tests/non-free/allocated.c:111:[value:malloc] strong free on bases: {__malloc_main_l97}
+tests/non-free/allocated.c:113:[value] warning: assertion got status unknown.
+tests/non-free/allocated.c:114:[value] allocating variable __malloc_main_l114
+[value] Called Frama_C_show_each({{ &__malloc_main_l114 }})
+tests/non-free/allocated.c:115:[value] warning: out of bounds write. assert \valid(p);
+[value] Called Frama_C_show_each({0})
+tests/non-free/allocated.c:118:[value:malloc] strong free on bases: {__malloc_main_l114}
+tests/non-free/allocated.c:120:[value] allocating variable __malloc_main_l120
+[value] Called Frama_C_show_each({{ &__malloc_main_l120 }})
+tests/non-free/allocated.c:123:[value] warning: out of bounds read. assert \valid_read(&pb->i1);
+tests/non-free/allocated.c:125:[value:malloc] strong free on bases: {__malloc_main_l120}
+[value] Recording results for main
+[value] done for function main
+tests/non-free/allocated.c:27:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/allocated.c:28:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/allocated.c:46:[value] assertion 'Value,dangling_pointer' got final status invalid.
+tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  i ∈ {4}
+  j ∈ [0..2147483647]
+  p ∈ ESCAPINGADDR
+  k ∈ {8; 12}
+  size ∈ [1..100]
+  pb ∈ ESCAPINGADDR
+  __retres ∈ {0}
+  __malloc_w_main_l82[0..1] ∈ [7..2147483647] or UNINITIALIZED
+                     [2] ∈ [7..27] or UNINITIALIZED
+[from] Computing for function main
+[from] Computing for function malloc <-main
+[from] Done for function malloc
+[from] Computing for function free <-main
+[from] Done for function free
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function free:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+[from] Function malloc:
+  __fc_heap_status FROM __fc_heap_status; size (and SELF)
+  \result FROM __fc_heap_status; size
+[from] Function main:
+  __fc_heap_status FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l25 FROM __fc_heap_status
+  __malloc_main_l36[0..1] FROM __fc_heap_status; nondet
+  __malloc_main_l50[0..2] FROM __fc_heap_status; nondet
+  __malloc_main_l63 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l73 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_w_main_l82[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l97[0] FROM __fc_heap_status; nondet
+  __malloc_main_l114[0..3] FROM __fc_heap_status; nondet
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
+          __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..2];
+          __malloc_main_l63; __malloc_main_l73; __malloc_w_main_l82[0..2];
+          __malloc_main_l97[0]; __malloc_main_l114[0..3]
+[inout] Inputs for function main:
+          __fc_heap_status; nondet; __malloc_main_l25; __malloc_main_l36[0..1];
+          __malloc_main_l50[0..2]; __malloc_main_l63; __malloc_main_l73;
+          __malloc_main_l97[0][bits 0 to 0]; __malloc_main_l114[0][bits 0 to 0]
diff --git a/tests/non-free/oracle_symblocs/allocated.1.err.oracle b/tests/non-free/oracle_symblocs/allocated.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/allocated.1.res.oracle b/tests/non-free/oracle_symblocs/allocated.1.res.oracle
new file mode 100644
index 00000000000..53cbaa8819d
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/allocated.1.res.oracle
@@ -0,0 +1,539 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/allocated.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  nondet ∈ [--..--]
+tests/non-free/allocated.c:25:[value] allocating variable __malloc_main_l25
+tests/non-free/allocated.c:25:[value] assertion got status valid.
+tests/non-free/allocated.c:27:[value] warning: out of bounds read. assert \valid_read(p+1);
+tests/non-free/allocated.c:28:[value] warning: out of bounds read. assert \valid_read(p+2);
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l25 }})
+[value] Called Frama_C_show_each_p0({18})
+tests/non-free/allocated.c:31:[value:malloc] strong free on bases: {__malloc_main_l25}
+[value] Called Frama_C_show_each_p_after_free({{  }})
+tests/non-free/allocated.c:36:[value] allocating variable __malloc_main_l36
+tests/non-free/allocated.c:36:[value] assertion got status valid.
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l36 }})
+[value] Called Frama_C_show_each_p0({13})
+[value] Called Frama_C_show_each_p1({54})
+tests/non-free/allocated.c:43:[value:malloc] strong free on bases: {__malloc_main_l36}
+tests/non-free/allocated.c:44:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&p);
+tests/non-free/allocated.c:44:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/non-free/allocated.c:45:[value:malloc] strong free on bases: {__malloc_main_l36}
+tests/non-free/allocated.c:46:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&p);
+tests/non-free/allocated.c:46:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/non-free/allocated.c:50:[value] allocating variable __malloc_main_l50
+tests/non-free/allocated.c:50:[value] allocating variable __malloc_main_l50_0
+tests/non-free/allocated.c:50:[value] assertion got status valid.
+tests/non-free/allocated.c:53:[value] warning: out of bounds write. assert \valid(p+2);
+tests/non-free/allocated.c:53:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l50_0 }})
+[value] Called Frama_C_show_each_p0({13})
+[value] Called Frama_C_show_each_p1({42})
+[value] Called Frama_C_show_each_p2({77})
+tests/non-free/allocated.c:58:[value:malloc] strong free on bases: {__malloc_main_l50_0}
+tests/non-free/allocated.c:63:[value] allocating variable __malloc_main_l63
+tests/non-free/allocated.c:63:[value] assertion got status valid.
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l63 }})
+[value] Called Frama_C_show_each_p0({0})
+tests/non-free/allocated.c:67:[value:malloc] strong free on bases: {__malloc_main_l63}
+tests/non-free/allocated.c:63:[value] allocating variable __malloc_main_l63_0
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l63_0 }})
+[value] Called Frama_C_show_each_p0({1})
+tests/non-free/allocated.c:67:[value:malloc] strong free on bases: {__malloc_main_l63_0}
+tests/non-free/allocated.c:63:[value] allocating variable __malloc_main_l63_1
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l63_1 }})
+[value] Called Frama_C_show_each_p0({2})
+tests/non-free/allocated.c:67:[value:malloc] strong free on bases: {__malloc_main_l63_1}
+tests/non-free/allocated.c:63:[value] allocating variable __malloc_main_l63_2
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l63_2 }})
+[value] Called Frama_C_show_each_p0({3})
+tests/non-free/allocated.c:67:[value:malloc] strong free on bases: {__malloc_main_l63_2}
+tests/non-free/allocated.c:73:[value] allocating variable __malloc_main_l73
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l73 }})
+[value] Called Frama_C_show_each_p0({0})
+tests/non-free/allocated.c:77:[value:malloc] strong free on bases: {__malloc_main_l73}
+tests/non-free/allocated.c:73:[value] allocating variable __malloc_main_l73_0
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l73_0 }})
+[value] Called Frama_C_show_each_p0({1})
+tests/non-free/allocated.c:77:[value:malloc] strong free on bases: {__malloc_main_l73_0}
+tests/non-free/allocated.c:73:[value] allocating variable __malloc_main_l73_1
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l73_1 }})
+[value] Called Frama_C_show_each_p0({2})
+tests/non-free/allocated.c:77:[value:malloc] strong free on bases: {__malloc_main_l73_1}
+tests/non-free/allocated.c:73:[value] allocating variable __malloc_main_l73_2
+[value] Called Frama_C_show_each_p({{ &__malloc_main_l73_2 }})
+[value] Called Frama_C_show_each_p0({3})
+tests/non-free/allocated.c:77:[value:malloc] strong free on bases: {__malloc_main_l73_2}
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82
+tests/non-free/allocated.c:82:[value] assertion got status valid.
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82}
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_0
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_1
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_0}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_1}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_1}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_0}
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_2
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_3
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_4
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_5
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_6
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_6}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_5}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_4}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_3}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_2}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_2}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_3}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_4}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_5}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_6}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_6}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_5}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_4}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_3}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_2}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_2}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_3}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_4}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_5}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_6}
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_7
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_8
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_9
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_10
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_11
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_12
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_13
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_14
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_15
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_16
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_17
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_18
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_19
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_20
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_21
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_22
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_23
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_24
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_25
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_26
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_27
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_28
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_29
+tests/non-free/allocated.c:82:[value] allocating variable __malloc_main_l82_30
+[value] Semantic level unrolling superposing up to 100 states
+[value] Semantic level unrolling superposing up to 200 states
+[value] Semantic level unrolling superposing up to 300 states
+[value] Semantic level unrolling superposing up to 400 states
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_30}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_29}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_28}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_27}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_26}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_25}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_24}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_23}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_22}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_21}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_20}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_19}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_18}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_17}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_16}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_15}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_14}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_13}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_12}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_11}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_10}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_9}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_8}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_7}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_7}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_8}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_9}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_10}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_11}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_12}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_13}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_14}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_15}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_16}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_17}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_18}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_19}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_20}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_21}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_22}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_23}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_24}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_25}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_26}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_27}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_28}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_29}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_30}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_30}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_29}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_28}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_27}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_26}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_25}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_24}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_23}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_22}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_21}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_20}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_19}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_18}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_17}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_16}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_15}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_14}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_13}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_12}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_11}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_10}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_9}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_8}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_7}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_7}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_8}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_9}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_10}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_11}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_12}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_13}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_14}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_15}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_16}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_17}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_18}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_19}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_20}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_21}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_22}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_23}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_24}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_25}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_26}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_27}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_28}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_29}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_30}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_30}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_29}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_28}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_27}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_26}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_25}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_24}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_23}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_22}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_21}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_20}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_19}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_18}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_17}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_16}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_15}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_14}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_13}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_12}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_11}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_10}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_9}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_8}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_7}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_7}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_8}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_9}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_10}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_11}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_12}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_13}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_14}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_15}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_16}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_17}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_18}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_19}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_20}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_21}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_22}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_23}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_24}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_25}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_26}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_27}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_28}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_29}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_30}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_30}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_29}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_28}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_27}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_26}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_25}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_24}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_23}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_22}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_21}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_20}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_19}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_18}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_17}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_16}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_15}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_14}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_13}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_12}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_11}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_10}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_9}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_8}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_7}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_7}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_8}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_9}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_10}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_11}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_12}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_13}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_14}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_15}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_16}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_17}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_18}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_19}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_20}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_21}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_22}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_23}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_24}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_25}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_26}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_27}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_28}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_29}
+tests/non-free/allocated.c:87:[value:malloc] strong free on bases: {__malloc_main_l82_30}
+tests/non-free/allocated.c:91:[value] allocating variable __malloc_main_l91
+tests/non-free/allocated.c:91:[value] assertion got status valid.
+tests/non-free/allocated.c:92:[value:malloc] strong free on bases: {__malloc_main_l91}
+tests/non-free/allocated.c:96:[value] warning: assertion 'Assume' got status unknown.
+tests/non-free/allocated.c:97:[value] allocating variable __malloc_main_l97
+[value] Called Frama_C_show_each({{ &__malloc_main_l97 }})
+tests/non-free/allocated.c:98:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/allocated.c:110:[value] warning: out of bounds read. assert \valid_read(&pb->i1);
+[value] Called Frama_C_show_each({0})
+tests/non-free/allocated.c:111:[value:malloc] strong free on bases: {__malloc_main_l97}
+tests/non-free/allocated.c:113:[value] warning: assertion got status unknown.
+tests/non-free/allocated.c:114:[value] allocating variable __malloc_main_l114
+[value] Called Frama_C_show_each({{ &__malloc_main_l114 }})
+tests/non-free/allocated.c:115:[value] warning: out of bounds write. assert \valid(p);
+[value] Called Frama_C_show_each({0})
+tests/non-free/allocated.c:118:[value:malloc] strong free on bases: {__malloc_main_l114}
+tests/non-free/allocated.c:120:[value] allocating variable __malloc_main_l120
+[value] Called Frama_C_show_each({{ &__malloc_main_l120 }})
+tests/non-free/allocated.c:123:[value] warning: out of bounds read. assert \valid_read(&pb->i1);
+tests/non-free/allocated.c:125:[value:malloc] strong free on bases: {__malloc_main_l120}
+[value] Recording results for main
+[value] done for function main
+tests/non-free/allocated.c:27:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/allocated.c:28:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/allocated.c:46:[value] assertion 'Value,dangling_pointer' got final status invalid.
+tests/non-free/allocated.c:123:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  i ∈ {4}
+  j ∈ {3}
+  p ∈ ESCAPINGADDR
+  k ∈ {12}
+  size ∈ [1..100]
+  pb ∈ ESCAPINGADDR
+  __retres ∈ {0}
+  __malloc_main_l82_0 ∈ {7} or UNINITIALIZED
+  __malloc_main_l82_1 ∈ {7} or UNINITIALIZED
+  __malloc_main_l82_2[0] ∈ {14} or UNINITIALIZED
+                     [1] ∈ {17} or UNINITIALIZED
+  __malloc_main_l82_3[0] ∈ {14} or UNINITIALIZED
+                     [1] ∈ {17} or UNINITIALIZED
+  __malloc_main_l82_4[0] ∈ {14} or UNINITIALIZED
+                     [1] ∈ {17} or UNINITIALIZED
+  __malloc_main_l82_5[0] ∈ {14} or UNINITIALIZED
+                     [1] ∈ {17} or UNINITIALIZED
+  __malloc_main_l82_6[0] ∈ {14} or UNINITIALIZED
+                     [1] ∈ {17} or UNINITIALIZED
+  __malloc_main_l82_7[0] ∈ {21} or UNINITIALIZED
+                     [1] ∈ {24} or UNINITIALIZED
+                     [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_8[0] ∈ {21} or UNINITIALIZED
+                     [1] ∈ {24} or UNINITIALIZED
+                     [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_9[0] ∈ {21} or UNINITIALIZED
+                     [1] ∈ {24} or UNINITIALIZED
+                     [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_10[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_11[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_12[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_13[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_14[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_15[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_16[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_17[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_18[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_19[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_20[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_21[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_22[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_23[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_24[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_25[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_26[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_27[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_28[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_29[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+  __malloc_main_l82_30[0] ∈ {21} or UNINITIALIZED
+                      [1] ∈ {24} or UNINITIALIZED
+                      [2] ∈ {27} or UNINITIALIZED
+[from] Computing for function main
+[from] Computing for function malloc <-main
+[from] Done for function malloc
+[from] Computing for function free <-main
+[from] Done for function free
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function free:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+[from] Function malloc:
+  __fc_heap_status FROM __fc_heap_status; size (and SELF)
+  \result FROM __fc_heap_status; size
+[from] Function main:
+  __fc_heap_status FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l25 FROM __fc_heap_status
+  __malloc_main_l36[0..1] FROM __fc_heap_status; nondet
+  __malloc_main_l50[0..1] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l50_0[0..1] FROM __fc_heap_status; nondet (and SELF)
+                     [2] FROM __fc_heap_status; nondet
+  __malloc_main_l63 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l63_0 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l63_1 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l63_2 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l73 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l73_0 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l73_1 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l73_2 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_0 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_1 FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_2[0..1] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_3[0..1] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_4[0..1] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_5[0..1] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_6[0..1] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_7[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_8[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_9[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_10[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_11[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_12[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_13[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_14[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_15[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_16[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_17[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_18[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_19[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_20[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_21[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_22[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_23[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_24[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_25[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_26[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_27[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_28[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_29[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l82_30[0..2] FROM __fc_heap_status; nondet (and SELF)
+  __malloc_main_l97[0] FROM __fc_heap_status; nondet
+  __malloc_main_l114[0..3] FROM __fc_heap_status; nondet
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __fc_heap_status; i; j; p; tmp; tmp_3; k; tmp_4; size; pb; __retres;
+          __malloc_main_l25; __malloc_main_l36[0..1]; __malloc_main_l50[0..1];
+          __malloc_main_l50_0[0..2]; __malloc_main_l63; __malloc_main_l63_0;
+          __malloc_main_l63_1; __malloc_main_l63_2; __malloc_main_l73;
+          __malloc_main_l73_0; __malloc_main_l73_1; __malloc_main_l73_2;
+          __malloc_main_l82_0; __malloc_main_l82_1; __malloc_main_l82_2[0..1];
+          __malloc_main_l82_3[0..1]; __malloc_main_l82_4[0..1];
+          __malloc_main_l82_5[0..1]; __malloc_main_l82_6[0..1];
+          __malloc_main_l82_7[0..2]; __malloc_main_l82_8[0..2];
+          __malloc_main_l82_9[0..2]; __malloc_main_l82_10[0..2];
+          __malloc_main_l82_11[0..2]; __malloc_main_l82_12[0..2];
+          __malloc_main_l82_13[0..2]; __malloc_main_l82_14[0..2];
+          __malloc_main_l82_15[0..2]; __malloc_main_l82_16[0..2];
+          __malloc_main_l82_17[0..2]; __malloc_main_l82_18[0..2];
+          __malloc_main_l82_19[0..2]; __malloc_main_l82_20[0..2];
+          __malloc_main_l82_21[0..2]; __malloc_main_l82_22[0..2];
+          __malloc_main_l82_23[0..2]; __malloc_main_l82_24[0..2];
+          __malloc_main_l82_25[0..2]; __malloc_main_l82_26[0..2];
+          __malloc_main_l82_27[0..2]; __malloc_main_l82_28[0..2];
+          __malloc_main_l82_29[0..2]; __malloc_main_l82_30[0..2];
+          __malloc_main_l97[0]; __malloc_main_l114[0..3]
+[inout] Inputs for function main:
+          __fc_heap_status; nondet; __malloc_main_l25; __malloc_main_l36[0..1];
+          __malloc_main_l50_0[0..2]; __malloc_main_l63; __malloc_main_l63_0;
+          __malloc_main_l63_1; __malloc_main_l63_2; __malloc_main_l73;
+          __malloc_main_l73_0; __malloc_main_l73_1; __malloc_main_l73_2;
+          __malloc_main_l97[0][bits 0 to 0]; __malloc_main_l114[0][bits 0 to 0]
diff --git a/tests/non-free/oracle_symblocs/big_local_array.0.err.oracle b/tests/non-free/oracle_symblocs/big_local_array.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/big_local_array.0.res.oracle b/tests/non-free/oracle_symblocs/big_local_array.0.res.oracle
new file mode 100644
index 00000000000..2d1b9a54e28
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/big_local_array.0.res.oracle
@@ -0,0 +1,153 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/big_local_array.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Call to builtin bzero(({{ (unsigned char *)&x }},{10496}))
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x[0].a[0] ∈ {1}
+   [0].a[1] ∈ {2}
+   [0].a[2] ∈ {3}
+   [0]{.a[3..49]; .b[0..4]} ∈ {0}
+   [0].b[5] ∈ {5}
+   [0].b[6] ∈ {6}
+   [0].b[7] ∈ {7}
+   {[0].b[8..31]; [1..2]; [3].a[0]} ∈ {0}
+   [3].a[1] ∈ {1}
+   [3].a[2] ∈ {2}
+   [3].a[3] ∈ {3}
+   [3]{.a[4..49]; .b[0..16]} ∈ {0}
+   [3].b[17] ∈ {17}
+   {[3].b[18..31]; [4..31]} ∈ {0}
+  __retres ∈ {0}
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_bzero'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin_for_normalization.i, line 32)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin_for_normalization.i, line 31)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin_for_normalization.i, line 31)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 15) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 15) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 15) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 15) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 15) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Assigns for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Behavior 'Frama_C_implicit_init' at block
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+    19 Completely validated
+     3 Considered valid
+    22 Total
+--------------------------------------------------------------------------------
+/* Generated by Frama-C */
+struct S {
+   int a[50] ;
+   int b[32] ;
+};
+/*@ requires \valid(dest+(0 .. n-1));
+    ensures ∀ ℤ i; 0 ≤ i < \old(n) ⇒ *(\old(dest)+i) ≡ 0;
+    assigns *(dest+(0 .. n-1));
+    assigns *(dest+(0 .. n-1)) \from \nothing;
+ */
+extern  __attribute__((__FC_BUILTIN__)) void Frama_C_bzero(unsigned char *dest,
+                                                           unsigned long n);
+
+int main(void)
+{
+  int __retres;
+  struct S x[32];
+  /*@ behavior Frama_C_implicit_init:
+        ensures x[0].a[0] ≡ 1;
+        ensures x[0].a[1] ≡ 2;
+        ensures x[0].a[2] ≡ 3;
+        ensures ∀ ℤ __i; 3 ≤ __i ≤ 49 ⇒ x[0].a[__i] ≡ 0;
+        ensures x[0].b[5] ≡ 5;
+        ensures x[0].b[6] ≡ 6;
+        ensures x[0].b[7] ≡ 7;
+        ensures
+          ∀ ℤ __i;
+            0 ≤ __i ≤ 4 ∧ 8 ≤ __i ≤ 31 ⇒ x[0].b[__i] ≡ 0;
+        ensures x[3].a[0] ≡ 0;
+        ensures x[3].a[1] ≡ 1;
+        ensures x[3].a[2] ≡ 2;
+        ensures x[3].a[3] ≡ 3;
+        ensures ∀ ℤ __i; 4 ≤ __i ≤ 49 ⇒ x[3].a[__i] ≡ 0;
+        ensures x[3].b[17] ≡ 17;
+        ensures
+          ∀ ℤ __i;
+            0 ≤ __i ≤ 16 ∧ 18 ≤ __i ≤ 31 ⇒ x[3].b[__i] ≡ 0;
+        ensures
+          ∀ ℤ __i;
+            1 ≤ __i ≤ 2 ∧ 4 ≤ __i ≤ 31 ⇒
+            (∀ ℤ __i0; 0 ≤ __i0 < 50 ⇒ x[__i].a[__i0] ≡ 0) ∧
+            (∀ ℤ __i0; 0 ≤ __i0 < 32 ⇒ x[__i].b[__i0] ≡ 0);
+        assigns x[0 .. 32-1];
+  */
+  {
+    Frama_C_bzero((unsigned char *)(x),(unsigned long)sizeof(struct S [32]));
+    x[0].a[0] = 1;
+    x[0].a[1] = 2;
+    x[0].a[2] = 3;
+    x[0].b[5] = 5;
+    x[0].b[6] = 6;
+    x[0].b[7] = 7;
+    x[3].a[0] = 0;
+    x[3].a[1] = 1;
+    x[3].a[2] = 2;
+    x[3].a[3] = 3;
+    x[3].b[17] = 17;
+  }
+  __retres = 0;
+  return __retres;
+}
+
+
diff --git a/tests/non-free/oracle_symblocs/big_local_array.1.err.oracle b/tests/non-free/oracle_symblocs/big_local_array.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/big_local_array.1.res.oracle b/tests/non-free/oracle_symblocs/big_local_array.1.res.oracle
new file mode 100644
index 00000000000..6118de9c521
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/big_local_array.1.res.oracle
@@ -0,0 +1,130 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/big_local_array.i (no preprocessing)
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/big_local_array.i (no preprocessing)
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_bzero'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin_for_normalization.i, line 32)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin_for_normalization.i, line 31)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin_for_normalization.i, line 31)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 14) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 15) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 15) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 15) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 15) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 15) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Post-condition for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Assigns for 'Frama_C_implicit_init' (file tests/non-free/big_local_array.i, line 13) at block
+            by Frama-C kernel.
+[  Valid  ] Behavior 'Frama_C_implicit_init' at block
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+    19 Completely validated
+     3 Considered valid
+    22 Total
+--------------------------------------------------------------------------------
+/* Generated by Frama-C */
+struct S {
+   int a[50] ;
+   int b[32] ;
+};
+/*@ requires \valid(dest+(0 .. n-1));
+    ensures ∀ ℤ i; 0 ≤ i < \old(n) ⇒ *(\old(dest)+i) ≡ 0;
+    assigns *(dest+(0 .. n-1));
+    assigns *(dest+(0 .. n-1)) \from \nothing;
+ */
+extern  __attribute__((__FC_BUILTIN__)) void Frama_C_bzero(unsigned char *dest,
+                                                           unsigned long n);
+
+int main(void)
+{
+  int __retres;
+  struct S x[32];
+  /*@ behavior Frama_C_implicit_init:
+        ensures x[0].a[0] ≡ 1;
+        ensures x[0].a[1] ≡ 2;
+        ensures x[0].a[2] ≡ 3;
+        ensures ∀ ℤ __i; 3 ≤ __i ≤ 49 ⇒ x[0].a[__i] ≡ 0;
+        ensures x[0].b[5] ≡ 5;
+        ensures x[0].b[6] ≡ 6;
+        ensures x[0].b[7] ≡ 7;
+        ensures
+          ∀ ℤ __i;
+            0 ≤ __i ≤ 4 ∧ 8 ≤ __i ≤ 31 ⇒ x[0].b[__i] ≡ 0;
+        ensures x[3].a[0] ≡ 0;
+        ensures x[3].a[1] ≡ 1;
+        ensures x[3].a[2] ≡ 2;
+        ensures x[3].a[3] ≡ 3;
+        ensures ∀ ℤ __i; 4 ≤ __i ≤ 49 ⇒ x[3].a[__i] ≡ 0;
+        ensures x[3].b[17] ≡ 17;
+        ensures
+          ∀ ℤ __i;
+            0 ≤ __i ≤ 16 ∧ 18 ≤ __i ≤ 31 ⇒ x[3].b[__i] ≡ 0;
+        ensures
+          ∀ ℤ __i;
+            1 ≤ __i ≤ 2 ∧ 4 ≤ __i ≤ 31 ⇒
+            (∀ ℤ __i0; 0 ≤ __i0 < 50 ⇒ x[__i].a[__i0] ≡ 0) ∧
+            (∀ ℤ __i0; 0 ≤ __i0 < 32 ⇒ x[__i].b[__i0] ≡ 0);
+        assigns x[0 .. 32-1];
+  */
+  {
+    Frama_C_bzero((unsigned char *)(x),(unsigned long)sizeof(struct S [32]));
+    x[0].a[0] = 1;
+    x[0].a[1] = 2;
+    x[0].a[2] = 3;
+    x[0].b[5] = 5;
+    x[0].b[6] = 6;
+    x[0].b[7] = 7;
+    x[3].a[0] = 0;
+    x[3].a[1] = 1;
+    x[3].a[2] = 2;
+    x[3].a[3] = 3;
+    x[3].b[17] = 17;
+  }
+  __retres = 0;
+  return __retres;
+}
+
+
diff --git a/tests/non-free/oracle_symblocs/big_local_array.2.err.oracle b/tests/non-free/oracle_symblocs/big_local_array.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/big_local_array.2.res.oracle b/tests/non-free/oracle_symblocs/big_local_array.2.res.oracle
new file mode 100644
index 00000000000..837256d7836
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/big_local_array.2.res.oracle
@@ -0,0 +1,104 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/big_local_array.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/non-free/big_local_array.i:13:[value] Call to builtin copy_block(({{ (unsigned char *)&x }},{4},{50}))
+tests/non-free/big_local_array.i:13:[value] Call to builtin copy_block(({{ (unsigned char *)&x[0].b }},{4},{32}))
+tests/non-free/big_local_array.i:13:[value] Call to builtin copy_block(({{ (unsigned char *)&x }},{328},{32}))
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x[0].a[0] ∈ {1}
+   [0].a[1] ∈ {2}
+   [0].a[2] ∈ {3}
+   [0]{.a[3..49]; .b[0..4]} ∈ {0}
+   [0].b[5] ∈ {5}
+   [0].b[6] ∈ {6}
+   [0].b[7] ∈ {7}
+   {[0].b[8..31]; [1..2]; [3].a[0]} ∈ {0}
+   [3].a[1] ∈ {1}
+   [3].a[2] ∈ {2}
+   [3].a[3] ∈ {3}
+   [3]{.a[4..49]; .b[0..16]} ∈ {0}
+   [3].b[17] ∈ {17}
+   {[3].b[18..31]; [4..31]} ∈ {0}
+  __retres ∈ {0}
+/* Generated by Frama-C */
+struct S {
+   int a[50] ;
+   int b[32] ;
+};
+/*@ requires \valid(dest+(0 .. size*n-1));
+    requires n ≥ 1;
+    ensures
+      ∀ ℤ i, ℤ j;
+        0 ≤ i < \old(size) ∧ 1 ≤ j < \old(n) ⇒
+        *(\old(dest)+(i+j*\old(size))) ≡ *(\old(dest)+i);
+    assigns *(dest+(size .. size*n-1));
+    assigns *(dest+(size .. size*n-1)) \from *(dest+(0 .. size-1));
+ */
+extern  __attribute__((__FC_BUILTIN__)) void Frama_C_copy_block(unsigned char *dest,
+                                                                unsigned long size,
+                                                                unsigned long n);
+
+int main(void)
+{
+  int __retres;
+  struct S x[32];
+  /*@ behavior Frama_C_implicit_init:
+        ensures x[0].a[0] ≡ 1;
+        ensures x[0].a[1] ≡ 2;
+        ensures x[0].a[2] ≡ 3;
+        ensures ∀ ℤ __i; 3 ≤ __i ≤ 49 ⇒ x[0].a[__i] ≡ 0;
+        ensures x[0].b[5] ≡ 5;
+        ensures x[0].b[6] ≡ 6;
+        ensures x[0].b[7] ≡ 7;
+        ensures
+          ∀ ℤ __i;
+            0 ≤ __i ≤ 4 ∧ 8 ≤ __i ≤ 31 ⇒ x[0].b[__i] ≡ 0;
+        ensures x[3].a[0] ≡ 0;
+        ensures x[3].a[1] ≡ 1;
+        ensures x[3].a[2] ≡ 2;
+        ensures x[3].a[3] ≡ 3;
+        ensures ∀ ℤ __i; 4 ≤ __i ≤ 49 ⇒ x[3].a[__i] ≡ 0;
+        ensures x[3].b[17] ≡ 17;
+        ensures
+          ∀ ℤ __i;
+            0 ≤ __i ≤ 16 ∧ 18 ≤ __i ≤ 31 ⇒ x[3].b[__i] ≡ 0;
+        ensures
+          ∀ ℤ __i;
+            1 ≤ __i ≤ 2 ∧ 4 ≤ __i ≤ 31 ⇒
+            (∀ ℤ __i0; 0 ≤ __i0 < 50 ⇒ x[__i].a[__i0] ≡ 0) ∧
+            (∀ ℤ __i0; 0 ≤ __i0 < 32 ⇒ x[__i].b[__i0] ≡ 0);
+        assigns x[0 .. 32-1];
+  */
+  {
+    x[0].a[0] = 0;
+    Frama_C_copy_block((unsigned char *)(x[0].a),(unsigned long)sizeof(int),
+                       50UL);
+    x[0].b[0] = 0;
+    Frama_C_copy_block((unsigned char *)(x[0].b),(unsigned long)sizeof(int),
+                       32UL);
+    Frama_C_copy_block((unsigned char *)(x),(unsigned long)sizeof(struct S),
+                       32UL);
+    x[0].a[0] = 1;
+    x[0].a[1] = 2;
+    x[0].a[2] = 3;
+    x[0].b[5] = 5;
+    x[0].b[6] = 6;
+    x[0].b[7] = 7;
+    x[3].a[0] = 0;
+    x[3].a[1] = 1;
+    x[3].a[2] = 2;
+    x[3].a[3] = 3;
+    x[3].b[17] = 17;
+  }
+  __retres = 0;
+  return __retres;
+}
+
+
diff --git a/tests/non-free/oracle_symblocs/fam.err.oracle b/tests/non-free/oracle_symblocs/fam.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/fam.res.oracle b/tests/non-free/oracle_symblocs/fam.res.oracle
new file mode 100644
index 00000000000..b4e61772eb1
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/fam.res.oracle
@@ -0,0 +1,37 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/fam.i (no preprocessing)
+tests/non-free/fam.i:14:[kernel] warning: Calling undeclared function Frama_C_memcpy. Old style K&R code?
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Called Frama_C_show_each({{ &buf + {11} }})
+tests/non-free/fam.i:14:[value] Call to builtin memcpy(({{ &buf[11] }},{{ &value[0] }},{2}))
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/non-free/fam.i:14:[kernel] warning: Neither code nor specification for function Frama_C_memcpy, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  buf[0] ∈ {42}
+     [1..9] ∈ UNINITIALIZED
+     [10] ∈ {5}
+     [11] ∈ {15}
+     [12] ∈ {20}
+     [13..99] ∈ UNINITIALIZED
+  value[0] ∈ {15}
+       [1] ∈ {20}
+  option ∈ {{ (TcpOption *)&buf[10] }}
+[from] Computing for function main
+[from] Computing for function Frama_C_memcpy <-main
+[from] Done for function Frama_C_memcpy
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          buf{[0]; [10..99]}; value[0..1]; option
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/non-free/oracle_symblocs/free.err.oracle b/tests/non-free/oracle_symblocs/free.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/free.res.oracle b/tests/non-free/oracle_symblocs/free.res.oracle
new file mode 100644
index 00000000000..344f97684c2
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/free.res.oracle
@@ -0,0 +1,73 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/free.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/non-free/free.i:5:[value] allocating variable __malloc_main_l5
+tests/non-free/free.i:7:[value] allocating variable __malloc_main_l7
+[value] DUMPING STATE of file tests/non-free/free.i line 10
+        foo ∈ [--..--]
+        p ∈ {{ &__malloc_main_l5[0] }}
+        q ∈ {{ &__malloc_main_l7[0] }}
+        r ∈ {{ &__malloc_main_l5[0] ; &__malloc_main_l7[0] }}
+        tmp_1 ∈ {{ &__malloc_main_l5[0] ; &__malloc_main_l7[0] }}
+        u ∈ UNINITIALIZED
+        t ∈ UNINITIALIZED
+        s ∈ UNINITIALIZED
+        __malloc_main_l5[0] ∈ UNINITIALIZED
+                        [1] ∈ {1}
+                        [2..9] ∈ UNINITIALIZED
+        __malloc_main_l7[0..1] ∈ UNINITIALIZED
+                        [2] ∈ {2}
+                        [3..9] ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/free.i:11:[value:malloc] weak free on bases: {__malloc_main_l5, __malloc_main_l7}
+tests/non-free/free.i:13:[value] allocating variable __malloc_main_l13
+tests/non-free/free.i:15:[value:malloc] strong free on bases: {__malloc_main_l13}
+tests/non-free/free.i:18:[value:malloc] strong free on bases: {}
+tests/non-free/free.i:20:[value] allocating variable __malloc_main_l20
+tests/non-free/free.i:23:[value:malloc] weak free on bases: {__malloc_main_l20}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/non-free/free.i:5:[kernel] warning: Neither code nor specification for function Frama_C_alloc_size, generating default assigns from the prototype
+tests/non-free/free.i:11:[kernel] warning: Neither code nor specification for function Frama_C_free, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  p ∈ {{ &__malloc_main_l5[0] }} or ESCAPINGADDR
+  q ∈ {{ &__malloc_main_l7[0] }} or ESCAPINGADDR
+  r ∈ {{ &__malloc_main_l5[0] ; &__malloc_main_l7[0] }} or ESCAPINGADDR
+  u ∈ ESCAPINGADDR
+  t ∈ {0}
+  s ∈ {{ NULL ; &__malloc_main_l20[0] }} or ESCAPINGADDR
+  __malloc_main_l5[0] ∈ UNINITIALIZED
+                  [1] ∈ {1}
+                  [2..9] ∈ UNINITIALIZED
+  __malloc_main_l7[0..1] ∈ UNINITIALIZED
+                  [2] ∈ {2}
+                  [3..9] ∈ UNINITIALIZED
+  __malloc_main_l20[0..3] ∈ UNINITIALIZED
+                   [4] ∈ {4}
+                   [5..9] ∈ UNINITIALIZED
+[from] Computing for function main
+[from] Computing for function Frama_C_alloc_size <-main
+[from] Done for function Frama_C_alloc_size
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Computing for function Frama_C_free <-main
+[from] Done for function Frama_C_free
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  __malloc_main_l5[1] FROM \nothing
+  __malloc_main_l7[2] FROM \nothing
+  __malloc_main_l13[3] FROM \nothing
+  __malloc_main_l20[4] FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; q; r; tmp_1; u; t; s; __malloc_main_l5[1]; __malloc_main_l7[2];
+          __malloc_main_l13[3]; __malloc_main_l20[4]
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/non-free/oracle_symblocs/from_result.err.oracle b/tests/non-free/oracle_symblocs/from_result.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/from_result.res.oracle b/tests/non-free/oracle_symblocs/from_result.res.oracle
new file mode 100644
index 00000000000..36a5531a9c1
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/from_result.res.oracle
@@ -0,0 +1,88 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/from_result.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+[value] computing for function bar <- main.
+        Called from tests/non-free/from_result.c:32.
+[value] computing for function malloc <- bar <- main.
+        Called from tests/non-free/from_result.c:18.
+share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] Recording results for bar
+[value] Done for function bar
+[value] computing for function bar <- main.
+        Called from tests/non-free/from_result.c:33.
+[value] computing for function malloc <- bar <- main.
+        Called from tests/non-free/from_result.c:18.
+share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39_0
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] Recording results for bar
+[value] Done for function bar
+[value] computing for function create_t <- main.
+        Called from tests/non-free/from_result.c:34.
+[value] using specification for function create_t
+[value] Done for function create_t
+[value] computing for function create_t1 <- main.
+        Called from tests/non-free/from_result.c:35.
+[value] using specification for function create_t1
+[value] Done for function create_t1
+[value] computing for function change_t <- main.
+        Called from tests/non-free/from_result.c:36.
+[value] Recording results for change_t
+[value] Done for function change_t
+[value] computing for function foo <- main.
+        Called from tests/non-free/from_result.c:37.
+[value] using specification for function foo
+tests/non-free/from_result.c:29:[value] warning: no 'assigns \result \from ...' clause specified for function foo
+[value] Done for function foo
+[value] Recording results for main
+[value] done for function main
+[from] Computing for function change_t
+[from] Done for function change_t
+[from] Computing for function malloc
+[from] Computing for function Frama_C_alloc_size <-malloc
+share/libc/stdlib.c:39:[kernel] warning: Neither code nor specification for function Frama_C_alloc_size, generating default assigns from the prototype
+[from] Done for function Frama_C_alloc_size
+[from] Done for function malloc
+[from] Computing for function bar
+[from] Done for function bar
+[from] Computing for function main
+[from] Computing for function create_t <-main
+[from] Done for function create_t
+[from] Computing for function create_t1 <-main
+[from] Done for function create_t1
+[from] Computing for function foo <-main
+[from] Done for function foo
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function change_t:
+  v.a FROM t0; x
+   .b FROM t0; y
+[from] Function create_t:
+  \result FROM x; y
+[from] Function create_t1:
+  \result FROM x; y
+[from] Function foo:
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function malloc:
+  \result FROM size
+[from] Function bar:
+  __malloc_malloc_l39[0..3] FROM x (and SELF)
+  __malloc_malloc_l39_0[0..3] FROM x (and SELF)
+  \result FROM \nothing
+[from] Function main:
+  __malloc_malloc_l39[0..3] FROM \nothing (and SELF)
+  __malloc_malloc_l39_0[0..3] FROM \nothing (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
diff --git a/tests/non-free/oracle_symblocs/gcc_zero_length_array.err.oracle b/tests/non-free/oracle_symblocs/gcc_zero_length_array.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/gcc_zero_length_array.res.oracle b/tests/non-free/oracle_symblocs/gcc_zero_length_array.res.oracle
new file mode 100644
index 00000000000..b2019ae1cf4
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/gcc_zero_length_array.res.oracle
@@ -0,0 +1,73 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/gcc_zero_length_array.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+[value] computing for function make_fam <- main.
+        Called from tests/non-free/gcc_zero_length_array.c:24.
+tests/non-free/gcc_zero_length_array.c:15:[value] allocating variable __malloc_make_fam_l15
+tests/non-free/gcc_zero_length_array.c:17:[value] entering loop for the first time
+[value] Recording results for make_fam
+[value] Done for function make_fam
+tests/non-free/gcc_zero_length_array.c:26:[value:malloc] strong free on bases: {__malloc_make_fam_l15}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function make_fam:
+  __fc_heap_status ∈ [--..--]
+  i ∈ {11}
+  p ∈ {{ &__malloc_make_fam_l15[0] }}
+  __malloc_make_fam_l15[0].len ∈ {11}
+                       [1] ∈ {0}
+                       [2].len ∈ {1}
+                       [3].len ∈ {2}
+                       [4].len ∈ {3}
+                       [5].len ∈ {4}
+                       [6].len ∈ {5}
+                       [7].len ∈ {6}
+                       [8].len ∈ {7}
+                       [9].len ∈ {8}
+                       [10].len ∈ {9}
+                       [11].len ∈ {10}
+[value:final-states] Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  pfam ∈ ESCAPINGADDR
+  res ∈ {10}
+[from] Computing for function make_fam
+[from] Computing for function malloc <-make_fam
+[from] Done for function malloc
+[from] Done for function make_fam
+[from] Computing for function main
+[from] Computing for function free <-main
+[from] Done for function free
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function free:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+[from] Function malloc:
+  __fc_heap_status FROM __fc_heap_status; size (and SELF)
+  \result FROM __fc_heap_status; size
+[from] Function make_fam:
+  __fc_heap_status FROM __fc_heap_status; len (and SELF)
+  __malloc_make_fam_l15[0] FROM __fc_heap_status; len
+                       [1..11] FROM __fc_heap_status; len (and SELF)
+  \result FROM __fc_heap_status; len
+[from] Function main:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __malloc_make_fam_l15[0] FROM __fc_heap_status
+                       [1..11] FROM __fc_heap_status (and SELF)
+  \result FROM __fc_heap_status; __malloc_make_fam_l15[11]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function make_fam:
+          __fc_heap_status; i; p; __malloc_make_fam_l15[0..11]
+[inout] Inputs for function make_fam:
+          __fc_heap_status
+[inout] Out (internal) for function main:
+          __fc_heap_status; pfam; res; __malloc_make_fam_l15[0..11]
+[inout] Inputs for function main:
+          __fc_heap_status; __malloc_make_fam_l15[11]
diff --git a/tests/non-free/oracle_symblocs/imprecise-malloc-free.err.oracle b/tests/non-free/oracle_symblocs/imprecise-malloc-free.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/imprecise-malloc-free.res.oracle b/tests/non-free/oracle_symblocs/imprecise-malloc-free.res.oracle
new file mode 100644
index 00000000000..64033e6369b
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/imprecise-malloc-free.res.oracle
@@ -0,0 +1,88 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/imprecise-malloc-free.i (no preprocessing)
+tests/non-free/imprecise-malloc-free.i:25:[kernel] warning: Calling undeclared function Frama_C_free. Old style K&R code?
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ [--..--]
+tests/non-free/imprecise-malloc-free.i:13:[value] warning: signed overflow. assert -2147483648 ≤ i+(int)((int)(&size2)>>1);
+tests/non-free/imprecise-malloc-free.i:13:[value] warning: signed overflow. assert i+(int)((int)(&size2)>>1) ≤ 2147483647;
+tests/non-free/imprecise-malloc-free.i:13:[value] Assigning imprecise value to size2.
+        The imprecision originates from Arithmetic
+        {tests/non-free/imprecise-malloc-free.i:13}
+tests/non-free/imprecise-malloc-free.i:14:[value] allocating variable __malloc_main_l14
+tests/non-free/imprecise-malloc-free.i:15:[value] allocating variable __malloc_main_l15
+tests/non-free/imprecise-malloc-free.i:16:[value] allocating variable __malloc_main_l16
+[value] Called Frama_C_show_each({{ &__malloc_main_l14 }},
+                                 {{ &__malloc_main_l15 }},
+                                 {{ &__malloc_main_l16 }})
+[value] Called Frama_C_show_each({{ garbled mix of &{__malloc_main_l14}
+                                 (origin: Arithmetic
+                                 {tests/non-free/imprecise-malloc-free.i:19}) }})
+tests/non-free/imprecise-malloc-free.i:21:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/imprecise-malloc-free.i:22:[value] warning: out of bounds write. assert \valid(q);
+tests/non-free/imprecise-malloc-free.i:23:[value] warning: out of bounds write. assert \valid(r);
+tests/non-free/imprecise-malloc-free.i:25:[value] warning: Wrong free: assert(pass a freeable address)
+tests/non-free/imprecise-malloc-free.i:25:[value:malloc] weak free on bases: {__malloc_main_l14}
+tests/non-free/imprecise-malloc-free.i:26:[value] warning: Wrong free: assert(pass a freeable address)
+tests/non-free/imprecise-malloc-free.i:26:[value:malloc] weak free on bases: {__malloc_main_l15, __malloc_main_l16}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/non-free/imprecise-malloc-free.i:14:[kernel] warning: No code nor implicit assigns clause for function Frama_C_alloc_by_stack, generating default assigns from the prototype
+tests/non-free/imprecise-malloc-free.i:25:[kernel] warning: Neither code nor specification for function Frama_C_free, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  size1 ∈ {{ &size1 + [-8589934592..8589934588],0%4 }}
+  size2 ∈
+       {{ garbled mix of &{size2}
+        (origin: Arithmetic {tests/non-free/imprecise-malloc-free.i:13}) }}
+  p ∈ {{ &__malloc_main_l14[0] }} or ESCAPINGADDR
+  q ∈ {{ &__malloc_main_l15[0] }} or ESCAPINGADDR
+  r ∈ {{ &__malloc_main_l16[0] }} or ESCAPINGADDR
+  __malloc_main_l14[0] ∈ {{ (int)&__malloc_main_l14[1] }} or ESCAPINGADDR
+                   [1..1073741823] ∈ UNINITIALIZED
+  __malloc_main_l15[0] ∈ {{ (int)&__malloc_main_l15[2] }} or ESCAPINGADDR
+                   [1..1073741823] ∈ UNINITIALIZED
+  __malloc_main_l16[0] ∈ {{ (int)&__malloc_main_l16[3] }} or ESCAPINGADDR
+                   [1..1073741823] ∈ UNINITIALIZED
+[from] Computing for function main
+[from] Computing for function Frama_C_alloc_by_stack <-main
+[from] Done for function Frama_C_alloc_by_stack
+[from] Computing for function Frama_C_free <-main
+[from] Done for function Frama_C_free
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  __malloc_main_l14[0]
+                   FROM __malloc_main_l14[1..1073741823];
+                        __malloc_main_l15[1..1073741823];
+                        __malloc_main_l16[1..1073741823]
+                   [1..1073741823]
+                   FROM __malloc_main_l14[1..1073741823];
+                        __malloc_main_l15[1..1073741823];
+                        __malloc_main_l16[1..1073741823] (and SELF)
+  __malloc_main_l15[0]
+                   FROM __malloc_main_l14[1..1073741823];
+                        __malloc_main_l15[1..1073741823];
+                        __malloc_main_l16[1..1073741823]
+                   [1..1073741823]
+                   FROM __malloc_main_l14[1..1073741823];
+                        __malloc_main_l15[1..1073741823];
+                        __malloc_main_l16[1..1073741823] (and SELF)
+  __malloc_main_l16[0]
+                   FROM __malloc_main_l14[1..1073741823];
+                        __malloc_main_l15[1..1073741823];
+                        __malloc_main_l16[1..1073741823]
+                   [1..1073741823]
+                   FROM __malloc_main_l14[1..1073741823];
+                        __malloc_main_l15[1..1073741823];
+                        __malloc_main_l16[1..1073741823] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          size1; size2; p; q; r; __malloc_main_l14[0..1073741823];
+          __malloc_main_l15[0..1073741823]; __malloc_main_l16[0..1073741823]
+[inout] Inputs for function main:
+          i; __malloc_main_l14[0..1073741823]; __malloc_main_l15[0..1073741823];
+          __malloc_main_l16[0..1073741823]
diff --git a/tests/non-free/oracle_symblocs/imprecise.err.oracle b/tests/non-free/oracle_symblocs/imprecise.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/imprecise.res.oracle b/tests/non-free/oracle_symblocs/imprecise.res.oracle
new file mode 100644
index 00000000000..e784640a7f9
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/imprecise.res.oracle
@@ -0,0 +1,1264 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/imprecise.c (with preprocessing)
+tests/non-free/imprecise.c:77:[kernel] warning: Calling undeclared function gm_f2. Old style K&R code?
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/non-free/imprecise.c:27:[value] warning: during initialization of variable 'v1', size of type 'struct s' cannot be
+                 computed (abstract type 'struct s')
+tests/non-free/imprecise.c:27:[kernel] imprecise size for variable v1 (abstract type 'struct s')
+tests/non-free/imprecise.c:27:[value] warning: during initialization of variable 'v2', size of type 'struct s' cannot be
+                 computed (abstract type 'struct s')
+tests/non-free/imprecise.c:27:[kernel] imprecise size for variable v2 (abstract type 'struct s')
+tests/non-free/imprecise.c:28:[value] warning: during initialization of variable 'v3', size of type 'struct u' cannot be
+                 computed (abstract type 'struct u')
+tests/non-free/imprecise.c:28:[kernel] imprecise size for variable v3 (abstract type 'struct u')
+tests/non-free/imprecise.c:28:[value] warning: during initialization of variable 'v5', size of type 'struct u' cannot be
+                 computed (abstract type 'struct u')
+tests/non-free/imprecise.c:28:[kernel] imprecise size for variable v5 (abstract type 'struct u')
+tests/non-free/imprecise.c:83:[value] warning: during initialization of variable 's1', size of type 'struct s' cannot be
+                 computed (abstract type 'struct s')
+tests/non-free/imprecise.c:83:[kernel] imprecise size for variable s1 (abstract type 'struct s')
+tests/non-free/imprecise.c:83:[value] warning: during initialization of variable 's2', size of type 'struct s' cannot be
+                 computed (abstract type 'struct s')
+tests/non-free/imprecise.c:83:[kernel] imprecise size for variable s2 (abstract type 'struct s')
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 800 to 1607] ∈ [--..--]
+  v ∈ [--..--]
+  addr ∈ [--..--]
+  v1.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+  v2.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+  v3.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+  v5.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+  t[0..9] ∈ {0}
+  p_gm_null ∈ {0}
+  s1.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+  s2.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+[value] computing for function invalid_assigns_imprecise <- main.
+        Called from tests/non-free/imprecise.c:143.
+[value] computing for function f <- invalid_assigns_imprecise <- main.
+        Called from tests/non-free/imprecise.c:11.
+[value] using specification for function f
+[value] Done for function f
+[value] Recording results for invalid_assigns_imprecise
+[from] Computing for function invalid_assigns_imprecise
+[from] Done for function invalid_assigns_imprecise
+[value] Done for function invalid_assigns_imprecise
+[value] computing for function write_garbled <- main.
+        Called from tests/non-free/imprecise.c:144.
+[value] Call to builtin bzero(({{ (unsigned char *)&k }},{20}))
+tests/non-free/imprecise.c:19:[value] Assigning imprecise value to p.
+        The imprecision originates from Arithmetic {tests/non-free/imprecise.c:19}
+tests/non-free/imprecise.c:20:[value] warning: out of bounds write. assert \valid(p);
+[value] DUMPING STATE of file tests/non-free/imprecise.c line 21
+        NULL[rbits 800 to 1607] ∈ [--..--]
+        i ∈ {1}
+        j ∈ {1; 2}
+        k[0..4] ∈ [--..--]
+        p ∈ {{ NULL + [100..197] ; &j ; &k + [0..16] }}
+        v ∈ [--..--]
+        addr ∈ [--..--]
+        v1.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+        v2.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+        v3.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+        v5.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+        t[0..9] ∈ {0}
+        p_gm_null ∈ {0}
+        s1.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+        s2.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/imprecise.c:23:[value] warning: locals {j; k} escaping the scope of write_garbled through NULL
+[value] Recording results for write_garbled
+[from] Computing for function write_garbled
+[from] Done for function write_garbled
+[value] Done for function write_garbled
+[value] computing for function abstract_structs <- main.
+        Called from tests/non-free/imprecise.c:145.
+tests/non-free/imprecise.c:37:[value] warning: accessing uninitialized left-value. assert \initialized(p);
+tests/non-free/imprecise.c:37:[value] warning: out of bounds read. assert \valid_read(p);
+tests/non-free/imprecise.c:40:[value] warning: out of bounds read. assert \valid_read(p);
+tests/non-free/imprecise.c:45:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/imprecise.c:46:[value] warning: out of bounds read. assert \valid_read(p);
+tests/non-free/imprecise.c:48:[value] warning: out of bounds write. assert \valid(&v1);
+tests/non-free/imprecise.c:48:[value] warning: accessing uninitialized left-value. assert \initialized(&v2);
+tests/non-free/imprecise.c:48:[value] warning: out of bounds read. assert \valid_read(&v2);
+tests/non-free/imprecise.c:50:[value] warning: out of bounds write. assert \valid(&v2);
+tests/non-free/imprecise.c:50:[value] warning: accessing uninitialized left-value. assert \initialized(&v1);
+tests/non-free/imprecise.c:50:[value] warning: out of bounds read. assert \valid_read(&v1);
+tests/non-free/imprecise.c:51:[value] Call to builtin memset(({{ (void *)&v3 }},{-5},[0..4294967295]))
+tests/non-free/imprecise.c:51:[value] warning: out of bounds write.
+                 assert \valid((char *)(&v3)+(0 .. (unsigned long)sizeof(v3)-1));
+tests/non-free/imprecise.c:53:[value] warning: out of bounds write. assert \valid(p2);
+tests/non-free/imprecise.c:54:[value] warning: out of bounds write. assert \valid(t[5]);
+tests/non-free/imprecise.c:54:[value] warning: accessing uninitialized left-value. assert \initialized(&v2);
+tests/non-free/imprecise.c:54:[value] warning: out of bounds read. assert \valid_read(&v2);
+tests/non-free/imprecise.c:54:[value] Assigning imprecise value to *(t[5]) (pointing to NULL with offsets {0}).
+        The imprecision originates from Misaligned {tests/non-free/imprecise.c:54}
+tests/non-free/imprecise.c:56:[value] warning: out of bounds write. assert \valid(p4);
+tests/non-free/imprecise.c:58:[value] warning: out of bounds write. assert \valid(p5);
+tests/non-free/imprecise.c:60:[value] warning: out of bounds write. assert \valid(p6);
+[value] Recording results for abstract_structs
+[from] Computing for function abstract_structs
+[from] Done for function abstract_structs
+[value] Done for function abstract_structs
+[value] computing for function cast_address <- main.
+        Called from tests/non-free/imprecise.c:146.
+tests/non-free/imprecise.c:66:[value] Assigning imprecise value to c1.
+        The imprecision originates from Arithmetic {tests/non-free/imprecise.c:66}
+tests/non-free/imprecise.c:68:[value] warning: signed overflow. assert -2147483648 ≤ (int)*((char *)(&p))+0;
+tests/non-free/imprecise.c:68:[value] warning: signed overflow. assert (int)*((char *)(&p))+0 ≤ 2147483647;
+tests/non-free/imprecise.c:68:[value] Assigning imprecise value to c3.
+        The imprecision originates from Misaligned {tests/non-free/imprecise.c:68}
+[value] Recording results for cast_address
+[from] Computing for function cast_address
+[from] Done for function cast_address
+[value] Done for function cast_address
+[value] computing for function garbled_mix_null <- main.
+        Called from tests/non-free/imprecise.c:147.
+[value] computing for function gm_f1 <- garbled_mix_null <- main.
+        Called from tests/non-free/imprecise.c:75.
+tests/non-free/imprecise.c:75:[kernel] warning: Neither code nor specification for function gm_f1, generating default assigns from the prototype
+[value] using specification for function gm_f1
+[value] Done for function gm_f1
+[value] DUMPING STATE of file tests/non-free/imprecise.c line 76
+        NULL[rbits 800 to 1607] ∈
+            {{ garbled mix of &{addr}
+             (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or ESCAPINGADDR
+        v ∈ [--..--]
+        addr ∈ [--..--]
+        v1.[bits 0 to 7] ∈ [--..--]
+          .[bits 8 to ..] ∈ {0} or UNINITIALIZED
+        v2.[bits 0 to 31] ∈ [--..--] or UNINITIALIZED
+          .[bits 32 to 63] ∈ {{ (? *)&addr }}
+          .[bits 64 to ..] ∈ [--..--] or UNINITIALIZED
+        v3.[bits 0 to 34359738359]# ∈ {0; 251} or UNINITIALIZED repeated %8 
+          .[bits 34359738360 to ..] ∈ {0} or UNINITIALIZED
+        v5.[bits 0 to 262143]# ∈ {0; 18; 19; 20} or UNINITIALIZED repeated %8 
+          .[bits 262144 to 17179869183]# ∈
+          {0; 19; 20} or UNINITIALIZED repeated %8 
+          .[bits 17179869184 to ..]# ∈ {0; 20} or UNINITIALIZED repeated %8 
+        t[0..9] ∈ {0}
+        p_gm_null ∈ {{ NULL + [--..--] ; &alloced_return_gm_f1 + [0..2147483647] }}
+        s1.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+        s2.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+        alloced_return_gm_f1[bits 0 to ..] ∈
+                            {{ garbled mix of &{alloced_return_gm_f1}
+                             (origin: Library function
+                             {tests/non-free/imprecise.c:75}) }}
+        =END OF DUMP==
+tests/non-free/imprecise.c:77:[value] warning: out of bounds read. assert \valid_read(p_gm_null);
+tests/non-free/imprecise.c:77:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(p_gm_null);
+[value] computing for function gm_f2 <- garbled_mix_null <- main.
+        Called from tests/non-free/imprecise.c:77.
+tests/non-free/imprecise.c:77:[kernel] warning: Neither code nor specification for function gm_f2, generating default assigns from the prototype
+[value] using specification for function gm_f2
+[value] Done for function gm_f2
+[value] DUMPING STATE of file tests/non-free/imprecise.c line 78
+        NULL[rbits 800 to 1607] ∈
+            {{ garbled mix of &{addr; alloced_return_gm_f1}
+             (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or ESCAPINGADDR
+        v ∈ [--..--]
+        addr ∈
+            {{ garbled mix of &{addr; alloced_return_gm_f1}
+             (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+        v1.[bits 0 to 7] ∈ [--..--]
+          .[bits 8 to ..] ∈ {0} or UNINITIALIZED
+        v2.[bits 0 to 31] ∈ [--..--] or UNINITIALIZED
+          .[bits 32 to 63] ∈ {{ (? *)&addr }}
+          .[bits 64 to ..] ∈ [--..--] or UNINITIALIZED
+        v3.[bits 0 to 34359738359]# ∈ {0; 251} or UNINITIALIZED repeated %8 
+          .[bits 34359738360 to ..] ∈ {0} or UNINITIALIZED
+        v5.[bits 0 to 262143]# ∈ {0; 18; 19; 20} or UNINITIALIZED repeated %8 
+          .[bits 262144 to 17179869183]# ∈
+          {0; 19; 20} or UNINITIALIZED repeated %8 
+          .[bits 17179869184 to ..]# ∈ {0; 20} or UNINITIALIZED repeated %8 
+        t[0..9] ∈ {0}
+        p_gm_null ∈
+                 {{ NULL + [100..197] ; &alloced_return_gm_f1 + [0..2147483647] }}
+        s1.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+        s2.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+        alloced_return_gm_f1[bits 0 to ..] ∈
+                            {{ garbled mix of &{addr; alloced_return_gm_f1}
+                             (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+        =END OF DUMP==
+[value] Recording results for garbled_mix_null
+[from] Computing for function garbled_mix_null
+[from] Done for function garbled_mix_null
+[value] Done for function garbled_mix_null
+[value] computing for function weak_update_imprecise_size <- main.
+        Called from tests/non-free/imprecise.c:148.
+tests/non-free/imprecise.c:86:[value] warning: out of bounds write. assert \valid(&s1);
+tests/non-free/imprecise.c:86:[value] warning: accessing uninitialized left-value. assert \initialized(&s2);
+tests/non-free/imprecise.c:86:[value] warning: out of bounds read. assert \valid_read(&s2);
+[value] Recording results for weak_update_imprecise_size
+[from] Computing for function weak_update_imprecise_size
+[from] Done for function weak_update_imprecise_size
+[value] Done for function weak_update_imprecise_size
+[value] computing for function many_writes <- main.
+        Called from tests/non-free/imprecise.c:149.
+tests/non-free/imprecise.c:110:[value] warning: accessing out of bounds index. assert 0 ≤ v;
+tests/non-free/imprecise.c:110:[value] warning: accessing out of bounds index. assert v < 300;
+tests/non-free/imprecise.c:110:[kernel] more than 200(300) locations to update in array. Approximating.
+tests/non-free/imprecise.c:110:[kernel] more than 200(300) elements to enumerate. Approximating.
+tests/non-free/imprecise.c:111:[value] warning: assertion got status unknown.
+tests/non-free/imprecise.c:113:[value] warning: accessing out of bounds index. assert 0 ≤ v;
+tests/non-free/imprecise.c:113:[value] warning: accessing out of bounds index. assert v < 300;
+tests/non-free/imprecise.c:113:[kernel] more than 200(300) locations to update in array. Approximating.
+tests/non-free/imprecise.c:113:[kernel] approximating value to write.
+tests/non-free/imprecise.c:113:[kernel] more than 200(300) elements to enumerate. Approximating.
+tests/non-free/imprecise.c:115:[value] warning: assertion got status unknown.
+[value] Recording results for many_writes
+[from] Computing for function many_writes
+tests/non-free/imprecise.c:110:[kernel] more than 200(300) dependencies to update. Approximating.
+tests/non-free/imprecise.c:113:[kernel] more than 200(300) dependencies to update. Approximating.
+[from] Done for function many_writes
+[value] Done for function many_writes
+[value] computing for function overlap <- main.
+        Called from tests/non-free/imprecise.c:150.
+tests/non-free/imprecise.c:121:[value] warning: out of bounds write. assert \valid((int *)(&t_char[v]));
+[value] Recording results for overlap
+[from] Computing for function overlap
+[from] Done for function overlap
+[value] Done for function overlap
+[value] computing for function paste_big <- main.
+        Called from tests/non-free/imprecise.c:151.
+tests/non-free/imprecise.c:132:[value] Call to builtin memset(({{ (void *)&s }},{2},{20484}))
+tests/non-free/imprecise.c:135:[value] warning: assertion got status unknown.
+tests/non-free/imprecise.c:136:[kernel] too many locations to update in array. Approximating.
+[value] Recording results for paste_big
+[from] Computing for function paste_big
+[from] Done for function paste_big
+[value] Done for function paste_big
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function abstract_structs:
+  NULL[rbits 800 to 1607] ∈
+      {{ garbled mix of &{addr}
+       (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or ESCAPINGADDR
+  v1.[bits 0 to 7] ∈ [--..--]
+    .[bits 8 to ..] ∈ {0} or UNINITIALIZED
+  v2.[bits 0 to 31] ∈ [--..--] or UNINITIALIZED
+    .[bits 32 to 63] ∈ {{ (? *)&addr }}
+    .[bits 64 to ..] ∈ [--..--] or UNINITIALIZED
+  v3.[bits 0 to 34359738359]# ∈ {0; 251} or UNINITIALIZED repeated %8 
+    .[bits 34359738360 to ..] ∈ {0} or UNINITIALIZED
+  v5.[bits 0 to 262143]# ∈ {0; 18; 19; 20} or UNINITIALIZED repeated %8 
+    .[bits 262144 to 17179869183]# ∈
+    {0; 19; 20} or UNINITIALIZED repeated %8 
+    .[bits 17179869184 to ..]# ∈ {0; 20} or UNINITIALIZED repeated %8 
+  p ∈ {{ (char *)&v1 }}
+  q ∈ {1}
+  p2 ∈ {{ &v2 + {4} }}
+  p4 ∈ {{ &v5 + [0..32767] }}
+  p5 ∈ {{ &v5 + [0..2147483647] }}
+  p6 ∈ {{ &v5 + [0..4294967295] }}
+[value:final-states] Values at end of function cast_address:
+  p ∈ {{ &x }}
+  c1 ∈
+    {{ garbled mix of &{x}
+     (origin: Arithmetic {tests/non-free/imprecise.c:66}) }}
+  c2# ∈ {{ (? *)&x }}%32, bits 0 to 7 
+  c3 ∈
+    {{ garbled mix of &{x}
+     (origin: Misaligned {tests/non-free/imprecise.c:68}) }}
+[value:final-states] Values at end of function garbled_mix_null:
+  NULL[rbits 800 to 1607] ∈
+      {{ garbled mix of &{addr; alloced_return_gm_f1}
+       (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or ESCAPINGADDR
+  addr ∈
+      {{ garbled mix of &{addr; alloced_return_gm_f1}
+       (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+  p_gm_null ∈
+           {{ NULL + [100..197] ; &alloced_return_gm_f1 + [0..2147483647] }}
+  alloced_return_gm_f1[bits 0 to ..] ∈
+                      {{ garbled mix of &{addr; alloced_return_gm_f1}
+                       (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+[value:final-states] Values at end of function invalid_assigns_imprecise:
+  NULL[rbits 800 to 1607] ∈ [--..--]
+  p ∈ {0}
+[value:final-states] Values at end of function many_writes:
+  t_packed1{[0..298]{.i1; .i2#; .[bits 48 to 63]#}; [299].i1} ∈
+           {1} or UNINITIALIZED repeated %32 
+           [299]{.i2; .[bits 48 to 63]} ∈ UNINITIALIZED
+  t_packed2{[0..298]; [299].i1} ∈ [--..--] or UNINITIALIZED
+           [299].i2 ∈ UNINITIALIZED
+[value:final-states] Values at end of function overlap:
+  t_char[0..99] ∈ [--..--] or UNINITIALIZED
+[value:final-states] Values at end of function paste_big:
+  i ∈ [0..299]
+  s.c[0..20479] ∈ {2}
+   .i ∈ {33686018}
+  t_big[0..299] ∈ [--..--] or UNINITIALIZED
+  v_0 ∈ [--..--] or UNINITIALIZED
+[value:final-states] Values at end of function weak_update_imprecise_size:
+  s1.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+  vx ∈ {1}
+  vy ∈ {1} or UNINITIALIZED
+[value:final-states] Values at end of function write_garbled:
+  NULL[rbits 800 to 1607] ∈
+      {{ garbled mix of &{j; k}
+       (origin: Misaligned {tests/non-free/imprecise.c:22}) }}
+  i ∈ {1}
+  j ∈ {{ NULL + [1..197] ; (int)&j ; &k + [0..16] }}
+  k[0..4] ∈
+   {{ garbled mix of &{j; k}
+    (origin: Misaligned {tests/non-free/imprecise.c:22}) }}
+  p ∈ {{ NULL + [100..197] ; &j ; &k + [0..16] }}
+[value:final-states] Values at end of function main:
+  NULL[rbits 800 to 1607] ∈
+      {{ garbled mix of &{addr; alloced_return_gm_f1}
+       (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or ESCAPINGADDR
+  addr ∈
+      {{ garbled mix of &{addr; alloced_return_gm_f1}
+       (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+  v1.[bits 0 to 7] ∈ [--..--]
+    .[bits 8 to ..] ∈ {0} or UNINITIALIZED
+  v2.[bits 0 to 31] ∈ [--..--] or UNINITIALIZED
+    .[bits 32 to 63] ∈ {{ (? *)&addr }}
+    .[bits 64 to ..] ∈ [--..--] or UNINITIALIZED
+  v3.[bits 0 to 34359738359]# ∈ {0; 251} or UNINITIALIZED repeated %8 
+    .[bits 34359738360 to ..] ∈ {0} or UNINITIALIZED
+  v5.[bits 0 to 262143]# ∈ {0; 18; 19; 20} or UNINITIALIZED repeated %8 
+    .[bits 262144 to 17179869183]# ∈
+    {0; 19; 20} or UNINITIALIZED repeated %8 
+    .[bits 17179869184 to ..]# ∈ {0; 20} or UNINITIALIZED repeated %8 
+  p_gm_null ∈
+           {{ NULL + [100..197] ; &alloced_return_gm_f1 + [0..2147483647] }}
+  s1.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+  alloced_return_gm_f1[bits 0 to ..] ∈
+                      {{ garbled mix of &{addr; alloced_return_gm_f1}
+                       (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+[from] Computing for function abstract_structs
+[from] Computing for function Frama_C_memset <-abstract_structs
+[from] Done for function Frama_C_memset
+[from] Done for function abstract_structs
+[from] Computing for function cast_address
+[from] Done for function cast_address
+[from] Computing for function garbled_mix_null
+[from] Computing for function gm_f1 <-garbled_mix_null
+[from] Done for function gm_f1
+[from] Computing for function Frama_C_dump_each <-garbled_mix_null
+[from] Done for function Frama_C_dump_each
+[from] Computing for function gm_f2 <-garbled_mix_null
+[from] Done for function gm_f2
+[from] Done for function garbled_mix_null
+[from] Computing for function invalid_assigns_imprecise
+[from] Computing for function f <-invalid_assigns_imprecise
+[from] Done for function f
+[from] Done for function invalid_assigns_imprecise
+[from] Computing for function many_writes
+[from] Done for function many_writes
+[from] Computing for function overlap
+[from] Done for function overlap
+[from] Computing for function paste_big
+[from] Done for function paste_big
+[from] Computing for function weak_update_imprecise_size
+[from] Done for function weak_update_imprecise_size
+[from] Computing for function write_garbled
+[from] Computing for function Frama_C_bzero <-write_garbled
+[from] Done for function Frama_C_bzero
+[from] Done for function write_garbled
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function abstract_structs:
+  NULL[100..200] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+  v1.[bits 0 to 7] FROM v; v2[..]
+    .[bits 8 to ..] FROM v; v2[..] (and SELF)
+  v2{.[bits 0 to 31]; .[bits 64 to ..]}
+    FROM v; v1.[bits 8 to ..]; v2[..] (and SELF)
+    .[bits 32 to 63] FROM \nothing
+  v3.[bits 0 to 34359738359] FROM \nothing (and SELF)
+  v5.[bits 0 to ..] FROM v (and SELF)
+[from] Function cast_address:
+  NO EFFECTS
+[from] Function f:
+  NULL[100..200] FROM \nothing (and SELF)
+[from] Function gm_f1:
+  \result FROM \nothing
+[from] Function gm_f2:
+  NULL[100..200]
+      FROM NULL[100..200]; addr;
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; addr;
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; addr;
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  \result FROM NULL[100..200]; addr; alloced_return_gm_f1[bits 0 to ..]
+[from] Function garbled_mix_null:
+  NULL[100..200]
+      FROM NULL[100..200]; addr;
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; addr;
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  p_gm_null FROM \nothing
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; addr;
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+[from] Function invalid_assigns_imprecise:
+  NULL[100..200] FROM \nothing (and SELF)
+[from] Function many_writes:
+  NO EFFECTS
+[from] Function overlap:
+  NO EFFECTS
+[from] Function paste_big:
+  v3.[bits 0 to 34359738359] FROM \nothing (and SELF)
+[from] Function weak_update_imprecise_size:
+  s1.[bits 0 to ..] FROM s2[..] (and SELF)
+[from] Function write_garbled:
+  NULL[100..200] FROM \nothing (and SELF)
+[from] Function main:
+  NULL[100..200]
+      FROM NULL[100..200]; v; addr; v1.[bits 8 to ..]; v2[..]; t[5];
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; v; addr; v1.[bits 8 to ..]; v2[..]; t[5];
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  v1.[bits 0 to 7] FROM v; v2[..]
+    .[bits 8 to ..] FROM v; v2[..] (and SELF)
+  v2{.[bits 0 to 31]; .[bits 64 to ..]}
+    FROM v; v1.[bits 8 to ..]; v2[..] (and SELF)
+    .[bits 32 to 63] FROM \nothing
+  v3.[bits 0 to 34359738359] FROM \nothing (and SELF)
+  v5.[bits 0 to ..] FROM v (and SELF)
+  p_gm_null FROM \nothing
+  s1.[bits 0 to ..] FROM s2[..] (and SELF)
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; v; addr; v1.[bits 8 to ..];
+                           v2[..]; t[5];
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to Frama_C_memset at tests/non-free/imprecise.c:51 (by abstract_structs):
+  v3.[bits 0 to 34359738359] FROM c (and SELF)
+[from] call to gm_f1 at tests/non-free/imprecise.c:75 (by garbled_mix_null):
+  \result FROM \nothing
+[from] call to Frama_C_dump_each at tests/non-free/imprecise.c:76 (by garbled_mix_null):
+  \result FROM \nothing
+[from] call to gm_f2 at tests/non-free/imprecise.c:77 (by garbled_mix_null):
+  NULL[100..200]
+      FROM NULL[100..200]; addr;
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; addr;
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; addr;
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  \result FROM NULL[100..200]; addr; alloced_return_gm_f1[bits 0 to ..]
+[from] call to Frama_C_dump_each at tests/non-free/imprecise.c:78 (by garbled_mix_null):
+  \result FROM \nothing
+[from] call to f at tests/non-free/imprecise.c:11 (by invalid_assigns_imprecise):
+  NULL[100..200] FROM \nothing (and SELF)
+[from] call to Frama_C_memset at tests/non-free/imprecise.c:132 (by paste_big):
+  s FROM c
+[from] call to Frama_C_bzero at tests/non-free/imprecise.c:17 (by write_garbled):
+  k[0..4] FROM \nothing
+[from] call to Frama_C_dump_each at tests/non-free/imprecise.c:21 (by write_garbled):
+  \result FROM \nothing
+[from] call to invalid_assigns_imprecise at tests/non-free/imprecise.c:143 (by main):
+  NULL[100..200] FROM \nothing (and SELF)
+[from] call to write_garbled at tests/non-free/imprecise.c:144 (by main):
+  NULL[100..200] FROM \nothing (and SELF)
+[from] call to abstract_structs at tests/non-free/imprecise.c:145 (by main):
+  NULL[100..200] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+  v1.[bits 0 to 7] FROM v; v2[..]
+    .[bits 8 to ..] FROM v; v2[..] (and SELF)
+  v2{.[bits 0 to 31]; .[bits 64 to ..]}
+    FROM v; v1.[bits 8 to ..]; v2[..] (and SELF)
+    .[bits 32 to 63] FROM \nothing
+  v3.[bits 0 to 34359738359] FROM \nothing (and SELF)
+  v5.[bits 0 to ..] FROM v (and SELF)
+[from] call to cast_address at tests/non-free/imprecise.c:146 (by main):
+  NO EFFECTS
+[from] call to garbled_mix_null at tests/non-free/imprecise.c:147 (by main):
+  NULL[100..200]
+      FROM NULL[100..200]; addr;
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; addr;
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  p_gm_null FROM \nothing
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; addr;
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+[from] call to weak_update_imprecise_size at tests/non-free/imprecise.c:148 (by main):
+  s1.[bits 0 to ..] FROM s2[..] (and SELF)
+[from] call to many_writes at tests/non-free/imprecise.c:149 (by main):
+  NO EFFECTS
+[from] call to overlap at tests/non-free/imprecise.c:150 (by main):
+  NO EFFECTS
+[from] call to paste_big at tests/non-free/imprecise.c:151 (by main):
+  NO EFFECTS
+[from] entry point:
+  NULL[100..200]
+      FROM NULL[100..200]; v; addr; v1.[bits 8 to ..]; v2[..]; t[5];
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; v; addr; v1.[bits 8 to ..]; v2[..]; t[5];
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  v1.[bits 0 to 7] FROM v; v2[..]
+    .[bits 8 to ..] FROM v; v2[..] (and SELF)
+  v2{.[bits 0 to 31]; .[bits 64 to ..]}
+    FROM v; v1.[bits 8 to ..]; v2[..] (and SELF)
+    .[bits 32 to 63] FROM \nothing
+  v3.[bits 0 to 34359738359] FROM \nothing (and SELF)
+  v5.[bits 0 to ..] FROM v (and SELF)
+  p_gm_null FROM \nothing
+  s1.[bits 0 to ..] FROM s2[..] (and SELF)
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; v; addr; v1.[bits 8 to ..];
+                           v2[..]; t[5];
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] Out (internal) for function abstract_structs:
+          NULL[..]; v1[..]; v2[..]; v3.[bits 0 to 34359738359]; v5.[bits 0 to ..]; 
+          p; w1; w; q; p2; p4; p5; p6
+[inout] Inputs for function abstract_structs:
+          v; v1[..]; v2[..]; v3[..]; t[5]
+[inout] InOut (internal) for function abstract_structs:
+        Operational inputs:
+          v; v1[..]; v2[..]; t[5]
+        Operational inputs on termination:
+          v; v1[..]; v2[..]; t[5]
+        Sure outputs:
+          v1.[bits 0 to 7]; v2.[bits 32 to 63]; p; q; p2; p4; p5; p6
+[inout] Out (internal) for function cast_address:
+          p; c1; c2; c3
+[inout] Inputs for function cast_address:
+          \nothing
+[inout] InOut (internal) for function cast_address:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          p; c1; c2; c3
+[inout] Out (internal) for function garbled_mix_null:
+          NULL[100..200]; addr; p_gm_null; alloced_return_gm_f1[bits 0 to ..]
+[inout] Inputs for function garbled_mix_null:
+          NULL[100..200]; addr; p_gm_null; alloced_return_gm_f1[bits 0 to ..]
+[inout] InOut (internal) for function garbled_mix_null:
+        Operational inputs:
+          NULL[100..200]; addr; alloced_return_gm_f1[bits 0 to ..]
+        Operational inputs on termination:
+          NULL[100..200]; addr; alloced_return_gm_f1[bits 0 to ..]
+        Sure outputs:
+          p_gm_null
+[inout] Out (internal) for function invalid_assigns_imprecise:
+          NULL[..]; p
+[inout] Inputs for function invalid_assigns_imprecise:
+          \nothing
+[inout] InOut (internal) for function invalid_assigns_imprecise:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          p
+[inout] Out (internal) for function many_writes:
+          t_packed1{[0..298]; [299].i1}; t_packed2{[0..298]; [299].i1}
+[inout] Inputs for function many_writes:
+          v
+[inout] InOut (internal) for function many_writes:
+        Operational inputs:
+          v
+        Operational inputs on termination:
+          v
+        Sure outputs:
+          \nothing
+[inout] Out (internal) for function overlap:
+          t_char[0..99]
+[inout] Inputs for function overlap:
+          v
+[inout] InOut (internal) for function overlap:
+        Operational inputs:
+          v
+        Operational inputs on termination:
+          v
+        Sure outputs:
+          \nothing
+[inout] Out (internal) for function paste_big:
+          i; s; t_big[0..299]; v_0
+[inout] Inputs for function paste_big:
+          v
+[inout] InOut (internal) for function paste_big:
+        Operational inputs:
+          v; t_big[0].c[192..195]
+        Operational inputs on termination:
+          v; t_big[0].c[192..195]
+        Sure outputs:
+          i; s; v_0
+[inout] Out (internal) for function weak_update_imprecise_size:
+          s1[..]; vx; vy
+[inout] Inputs for function weak_update_imprecise_size:
+          v; s2[..]
+[inout] InOut (internal) for function weak_update_imprecise_size:
+        Operational inputs:
+          v; s2[..]
+        Operational inputs on termination:
+          v; s2[..]
+        Sure outputs:
+          vx
+[inout] Out (internal) for function write_garbled:
+          NULL[100..200]; i; j; k[0..4]; p
+[inout] Inputs for function write_garbled:
+          \nothing
+[inout] InOut (internal) for function write_garbled:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          i; j; k[0..4]; p
+[inout] Out (internal) for function main:
+          NULL[..]; addr; v1[..]; v2[..]; v3.[bits 0 to 34359738359];
+          v5.[bits 0 to ..]; p_gm_null; s1[..]; alloced_return_gm_f1[bits 0 to ..]
+[inout] Inputs for function main:
+          NULL[100..200]; v; addr; v1[..]; v2[..]; v3[..]; t[5]; p_gm_null; s2[..];
+          alloced_return_gm_f1[bits 0 to ..]
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          NULL[100..200]; v; addr; v1[..]; v2[..]; t[5]; s2[..];
+          alloced_return_gm_f1[bits 0 to ..]
+        Operational inputs on termination:
+          NULL[100..200]; v; addr; v1[..]; v2[..]; t[5]; s2[..];
+          alloced_return_gm_f1[bits 0 to ..]
+        Sure outputs:
+          v1.[bits 0 to 7]; v2.[bits 32 to 63]; p_gm_null
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+tests/non-free/imprecise.c:29:[value] warning: during initialization of variable 't', size of type 'struct s' cannot be
+                 computed (abstract type 'struct s')
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 800 to 1607] ∈ [--..--]
+  v ∈ [--..--]
+  addr ∈ [--..--]
+  v1.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  v2.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  v3.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  v5.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  t[0] ∈ {{ NULL ; (struct s *)&S_0_t }}
+   [1] ∈ {{ NULL ; (struct s *)&S_1_t }}
+   [2..9] ∈ {{ NULL ; (struct s *)&S_0_t ; (struct s *)&S_1_t }}
+  p_gm_null ∈ {{ NULL ; &S_p_gm_null[0] }}
+  s1.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  s2.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_0_t[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_t[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_p_gm_null[0] ∈ {{ NULL ; &S_0_S_p_gm_null[0] }}
+             [1] ∈ {{ NULL ; &S_1_S_p_gm_null[0] }}
+  S_0_S_p_gm_null[0..1] ∈ [--..--]
+  S_1_S_p_gm_null[0..1] ∈ [--..--]
+[value] computing for function invalid_assigns_imprecise <- main.
+        Called from tests/non-free/imprecise.c:143.
+[value] computing for function f <- invalid_assigns_imprecise <- main.
+        Called from tests/non-free/imprecise.c:11.
+[value] Done for function f
+[value] Recording results for invalid_assigns_imprecise
+[from] Computing for function invalid_assigns_imprecise
+[from] Done for function invalid_assigns_imprecise
+[value] Done for function invalid_assigns_imprecise
+[value] computing for function write_garbled <- main.
+        Called from tests/non-free/imprecise.c:144.
+[value] Call to builtin bzero(({{ (unsigned char *)&k }},{20}))
+tests/non-free/imprecise.c:20:[value] warning: out of bounds write. assert \valid(p);
+[value] DUMPING STATE of file tests/non-free/imprecise.c line 21
+        NULL[rbits 800 to 1607] ∈ [--..--]
+        i ∈ {1}
+        j ∈ {1; 2}
+        k[0..4] ∈ [--..--]
+        p ∈ {{ NULL + [100..197] ; &j ; &k + [0..16] }}
+        v ∈ [--..--]
+        addr ∈ [--..--]
+        v1.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        v2.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        v3.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        v5.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        t[0] ∈ {{ NULL ; (struct s *)&S_0_t }}
+         [1] ∈ {{ NULL ; (struct s *)&S_1_t }}
+         [2..9] ∈ {{ NULL ; (struct s *)&S_0_t ; (struct s *)&S_1_t }}
+        p_gm_null ∈ {{ NULL ; &S_p_gm_null[0] }}
+        s1.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        s2.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        S_0_t[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        S_1_t[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        S_p_gm_null[0] ∈ {{ NULL ; &S_0_S_p_gm_null[0] }}
+                   [1] ∈ {{ NULL ; &S_1_S_p_gm_null[0] }}
+        S_0_S_p_gm_null[0..1] ∈ [--..--]
+        S_1_S_p_gm_null[0..1] ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for write_garbled
+[from] Computing for function write_garbled
+[from] Done for function write_garbled
+[value] Done for function write_garbled
+[value] computing for function abstract_structs <- main.
+        Called from tests/non-free/imprecise.c:145.
+tests/non-free/imprecise.c:37:[value] warning: accessing uninitialized left-value. assert \initialized(p);
+tests/non-free/imprecise.c:37:[value] warning: out of bounds read. assert \valid_read(p);
+tests/non-free/imprecise.c:40:[value] warning: out of bounds read. assert \valid_read(p);
+tests/non-free/imprecise.c:45:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/imprecise.c:46:[value] warning: out of bounds read. assert \valid_read(p);
+tests/non-free/imprecise.c:48:[value] warning: out of bounds write. assert \valid(&v1);
+tests/non-free/imprecise.c:48:[value] warning: accessing uninitialized left-value. assert \initialized(&v2);
+tests/non-free/imprecise.c:48:[value] warning: out of bounds read. assert \valid_read(&v2);
+tests/non-free/imprecise.c:50:[value] warning: out of bounds write. assert \valid(&v2);
+tests/non-free/imprecise.c:50:[value] warning: accessing uninitialized left-value. assert \initialized(&v1);
+tests/non-free/imprecise.c:50:[value] warning: out of bounds read. assert \valid_read(&v1);
+tests/non-free/imprecise.c:51:[value] Call to builtin memset(({{ (void *)&v3 }},{-5},[0..4294967295]))
+tests/non-free/imprecise.c:51:[value] warning: out of bounds write.
+                 assert \valid((char *)(&v3)+(0 .. (unsigned long)sizeof(v3)-1));
+tests/non-free/imprecise.c:53:[value] warning: out of bounds write. assert \valid(p2);
+tests/non-free/imprecise.c:54:[value] warning: out of bounds write. assert \valid(t[5]);
+tests/non-free/imprecise.c:54:[value] warning: accessing uninitialized left-value. assert \initialized(&v2);
+tests/non-free/imprecise.c:54:[value] warning: out of bounds read. assert \valid_read(&v2);
+tests/non-free/imprecise.c:54:[value] Assigning imprecise value to *(t[5]) (pointing to NULL with offsets {0};
+        S_0_t with offsets {0}; S_1_t with offsets {0}).
+        The imprecision originates from Misaligned {tests/non-free/imprecise.c:54}
+tests/non-free/imprecise.c:56:[value] warning: out of bounds write. assert \valid(p4);
+tests/non-free/imprecise.c:58:[value] warning: out of bounds write. assert \valid(p5);
+tests/non-free/imprecise.c:60:[value] warning: out of bounds write. assert \valid(p6);
+[value] Recording results for abstract_structs
+[from] Computing for function abstract_structs
+[from] Done for function abstract_structs
+[value] Done for function abstract_structs
+[value] computing for function cast_address <- main.
+        Called from tests/non-free/imprecise.c:146.
+tests/non-free/imprecise.c:68:[value] warning: signed overflow. assert -2147483648 ≤ (int)*((char *)(&p))+0;
+tests/non-free/imprecise.c:68:[value] warning: signed overflow. assert (int)*((char *)(&p))+0 ≤ 2147483647;
+[value] Recording results for cast_address
+[from] Computing for function cast_address
+[from] Done for function cast_address
+[value] Done for function cast_address
+[value] computing for function garbled_mix_null <- main.
+        Called from tests/non-free/imprecise.c:147.
+[value] computing for function gm_f1 <- garbled_mix_null <- main.
+        Called from tests/non-free/imprecise.c:75.
+[value] Done for function gm_f1
+[value] DUMPING STATE of file tests/non-free/imprecise.c line 76
+        NULL[rbits 800 to 1607] ∈
+            {{ garbled mix of &{addr}
+             (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or ESCAPINGADDR
+        v ∈ [--..--]
+        addr ∈ [--..--]
+        v1.[bits 0 to 7] ∈ [--..--]
+          .[bits 8 to ..] ∈ [--..--] or UNINITIALIZED
+        v2.[bits 0 to 31] ∈ [--..--] or UNINITIALIZED
+          .[bits 32 to 63] ∈ {{ (? *)&addr }}
+          .[bits 64 to ..] ∈ [--..--] or UNINITIALIZED
+        v3.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        v5.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        t[0] ∈ {{ NULL ; (struct s *)&S_0_t }}
+         [1] ∈ {{ NULL ; (struct s *)&S_1_t }}
+         [2..9] ∈ {{ NULL ; (struct s *)&S_0_t ; (struct s *)&S_1_t }}
+        p_gm_null ∈ {{ NULL + [--..--] ; &alloced_return_gm_f1 + [0..2147483647] }}
+        s1.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        s2.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        alloced_return_gm_f1[bits 0 to ..] ∈
+                            {{ garbled mix of &{alloced_return_gm_f1}
+                             (origin: Library function
+                             {tests/non-free/imprecise.c:75}) }}
+        S_0_t[bits 0 to ..] ∈
+             {{ garbled mix of &{addr}
+              (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or UNINITIALIZED
+        S_1_t[bits 0 to ..] ∈
+             {{ garbled mix of &{addr}
+              (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or UNINITIALIZED
+        S_p_gm_null[0] ∈ {{ NULL ; &S_0_S_p_gm_null[0] }}
+                   [1] ∈ {{ NULL ; &S_1_S_p_gm_null[0] }}
+        S_0_S_p_gm_null[0..1] ∈ [--..--]
+        S_1_S_p_gm_null[0..1] ∈ [--..--]
+        =END OF DUMP==
+tests/non-free/imprecise.c:77:[value] warning: out of bounds read. assert \valid_read(p_gm_null);
+tests/non-free/imprecise.c:77:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(p_gm_null);
+[value] computing for function gm_f2 <- garbled_mix_null <- main.
+        Called from tests/non-free/imprecise.c:77.
+[value] Done for function gm_f2
+[value] DUMPING STATE of file tests/non-free/imprecise.c line 78
+        NULL[rbits 800 to 1607] ∈
+            {{ garbled mix of &{addr; alloced_return_gm_f1}
+             (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or ESCAPINGADDR
+        v ∈ [--..--]
+        addr ∈
+            {{ garbled mix of &{addr; alloced_return_gm_f1}
+             (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+        v1.[bits 0 to 7] ∈ [--..--]
+          .[bits 8 to ..] ∈ [--..--] or UNINITIALIZED
+        v2.[bits 0 to 31] ∈ [--..--] or UNINITIALIZED
+          .[bits 32 to 63] ∈ {{ (? *)&addr }}
+          .[bits 64 to ..] ∈ [--..--] or UNINITIALIZED
+        v3.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        v5.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        t[0] ∈ {{ NULL ; (struct s *)&S_0_t }}
+         [1] ∈ {{ NULL ; (struct s *)&S_1_t }}
+         [2..9] ∈ {{ NULL ; (struct s *)&S_0_t ; (struct s *)&S_1_t }}
+        p_gm_null ∈
+                 {{ NULL + [100..197] ; &alloced_return_gm_f1 + [0..2147483647] }}
+        s1.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        s2.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+        alloced_return_gm_f1[bits 0 to ..] ∈
+                            {{ garbled mix of &{addr; alloced_return_gm_f1}
+                             (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+        S_0_t[bits 0 to ..] ∈
+             {{ garbled mix of &{addr}
+              (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or UNINITIALIZED
+        S_1_t[bits 0 to ..] ∈
+             {{ garbled mix of &{addr}
+              (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or UNINITIALIZED
+        S_p_gm_null[0] ∈ {{ NULL ; &S_0_S_p_gm_null[0] }}
+                   [1] ∈ {{ NULL ; &S_1_S_p_gm_null[0] }}
+        S_0_S_p_gm_null[0..1] ∈ [--..--]
+        S_1_S_p_gm_null[0..1] ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for garbled_mix_null
+[from] Computing for function garbled_mix_null
+[from] Done for function garbled_mix_null
+[value] Done for function garbled_mix_null
+[value] computing for function weak_update_imprecise_size <- main.
+        Called from tests/non-free/imprecise.c:148.
+tests/non-free/imprecise.c:86:[value] warning: out of bounds write. assert \valid(&s1);
+tests/non-free/imprecise.c:86:[value] warning: accessing uninitialized left-value. assert \initialized(&s2);
+tests/non-free/imprecise.c:86:[value] warning: out of bounds read. assert \valid_read(&s2);
+[value] Recording results for weak_update_imprecise_size
+[from] Computing for function weak_update_imprecise_size
+[from] Done for function weak_update_imprecise_size
+[value] Done for function weak_update_imprecise_size
+[value] computing for function many_writes <- main.
+        Called from tests/non-free/imprecise.c:149.
+tests/non-free/imprecise.c:110:[value] warning: accessing out of bounds index. assert 0 ≤ v;
+tests/non-free/imprecise.c:110:[value] warning: accessing out of bounds index. assert v < 300;
+tests/non-free/imprecise.c:113:[value] warning: accessing out of bounds index. assert 0 ≤ v;
+tests/non-free/imprecise.c:113:[value] warning: accessing out of bounds index. assert v < 300;
+[value] Recording results for many_writes
+[from] Computing for function many_writes
+[from] Done for function many_writes
+[value] Done for function many_writes
+[value] computing for function overlap <- main.
+        Called from tests/non-free/imprecise.c:150.
+tests/non-free/imprecise.c:121:[value] warning: out of bounds write. assert \valid((int *)(&t_char[v]));
+[value] Recording results for overlap
+[from] Computing for function overlap
+[from] Done for function overlap
+[value] Done for function overlap
+[value] computing for function paste_big <- main.
+        Called from tests/non-free/imprecise.c:151.
+tests/non-free/imprecise.c:132:[value] Call to builtin memset(({{ (void *)&s }},{2},{20484}))
+[value] Recording results for paste_big
+[from] Computing for function paste_big
+[from] Done for function paste_big
+[value] Done for function paste_big
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function abstract_structs:
+  NULL[rbits 800 to 1607] ∈
+      {{ garbled mix of &{addr}
+       (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or ESCAPINGADDR
+  v1.[bits 0 to 7] ∈ [--..--]
+    .[bits 8 to ..] ∈ [--..--] or UNINITIALIZED
+  v2.[bits 0 to 31] ∈ [--..--] or UNINITIALIZED
+    .[bits 32 to 63] ∈ {{ (? *)&addr }}
+    .[bits 64 to ..] ∈ [--..--] or UNINITIALIZED
+  v3.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  v5.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  p ∈ {{ (char *)&v1 }}
+  q ∈ {1}
+  p2 ∈ {{ &v2 + {4} }}
+  p4 ∈ {{ &v5 + [0..32767] }}
+  p5 ∈ {{ &v5 + [0..2147483647] }}
+  p6 ∈ {{ &v5 + [0..4294967295] }}
+  S_0_t[bits 0 to ..] ∈
+       {{ garbled mix of &{addr}
+        (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or UNINITIALIZED
+  S_1_t[bits 0 to ..] ∈
+       {{ garbled mix of &{addr}
+        (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or UNINITIALIZED
+[value:final-states] Values at end of function cast_address:
+  p ∈ {{ &x }}
+  c1 ∈
+    {{ garbled mix of &{x}
+     (origin: Arithmetic {tests/non-free/imprecise.c:66}) }}
+  c2# ∈ {{ (? *)&x }}%32, bits 0 to 7 
+  c3 ∈
+    {{ garbled mix of &{x}
+     (origin: Misaligned {tests/non-free/imprecise.c:68}) }}
+[value:final-states] Values at end of function garbled_mix_null:
+  NULL[rbits 800 to 1607] ∈
+      {{ garbled mix of &{addr; alloced_return_gm_f1}
+       (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or ESCAPINGADDR
+  addr ∈
+      {{ garbled mix of &{addr; alloced_return_gm_f1}
+       (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+  p_gm_null ∈
+           {{ NULL + [100..197] ; &alloced_return_gm_f1 + [0..2147483647] }}
+  alloced_return_gm_f1[bits 0 to ..] ∈
+                      {{ garbled mix of &{addr; alloced_return_gm_f1}
+                       (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+[value:final-states] Values at end of function invalid_assigns_imprecise:
+  NULL[rbits 800 to 1607] ∈ [--..--]
+  p ∈ {0}
+[value:final-states] Values at end of function many_writes:
+  t_packed1{[0..298]{.i1; .i2#; .[bits 48 to 63]#}; [299].i1} ∈
+           {1} or UNINITIALIZED repeated %32 
+           [299]{.i2; .[bits 48 to 63]} ∈ UNINITIALIZED
+  t_packed2{[0..298]; [299].i1} ∈ [--..--] or UNINITIALIZED
+           [299].i2 ∈ UNINITIALIZED
+[value:final-states] Values at end of function overlap:
+  t_char[0..99] ∈ [--..--] or UNINITIALIZED
+[value:final-states] Values at end of function paste_big:
+  i ∈ [0..299]
+  s.c[0..20479] ∈ {2}
+   .i ∈ {33686018}
+  t_big[0..299] ∈ [--..--] or UNINITIALIZED
+  v_0 ∈ [--..--] or UNINITIALIZED
+[value:final-states] Values at end of function weak_update_imprecise_size:
+  s1.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  vx ∈ {1}
+  vy ∈ {1} or UNINITIALIZED
+[value:final-states] Values at end of function write_garbled:
+  NULL[rbits 800 to 1607] ∈
+      {{ garbled mix of &{j; k}
+       (origin: Misaligned {tests/non-free/imprecise.c:22}) }}
+  i ∈ {1}
+  j ∈ {{ NULL + [1..197] ; (int)&j ; &k + [0..16] }}
+  k[0..4] ∈
+   {{ garbled mix of &{j; k}
+    (origin: Misaligned {tests/non-free/imprecise.c:22}) }}
+  p ∈ {{ NULL + [100..197] ; &j ; &k + [0..16] }}
+[value:final-states] Values at end of function main:
+  NULL[rbits 800 to 1607] ∈
+      {{ garbled mix of &{addr; alloced_return_gm_f1}
+       (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or ESCAPINGADDR
+  addr ∈
+      {{ garbled mix of &{addr; alloced_return_gm_f1}
+       (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+  v1.[bits 0 to 7] ∈ [--..--]
+    .[bits 8 to ..] ∈ [--..--] or UNINITIALIZED
+  v2.[bits 0 to 31] ∈ [--..--] or UNINITIALIZED
+    .[bits 32 to 63] ∈ {{ (? *)&addr }}
+    .[bits 64 to ..] ∈ [--..--] or UNINITIALIZED
+  v3.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  v5.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  p_gm_null ∈
+           {{ NULL + [100..197] ; &alloced_return_gm_f1 + [0..2147483647] }}
+  s1.[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  alloced_return_gm_f1[bits 0 to ..] ∈
+                      {{ garbled mix of &{addr; alloced_return_gm_f1}
+                       (origin: Misaligned {tests/non-free/imprecise.c:54}) }}
+  S_0_t[bits 0 to ..] ∈
+       {{ garbled mix of &{addr}
+        (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or UNINITIALIZED
+  S_1_t[bits 0 to ..] ∈
+       {{ garbled mix of &{addr}
+        (origin: Misaligned {tests/non-free/imprecise.c:54}) }} or UNINITIALIZED
+[from] Computing for function abstract_structs
+[from] Computing for function Frama_C_memset <-abstract_structs
+[from] Done for function Frama_C_memset
+[from] Done for function abstract_structs
+[from] Computing for function cast_address
+[from] Done for function cast_address
+[from] Computing for function garbled_mix_null
+[from] Computing for function gm_f1 <-garbled_mix_null
+[from] Done for function gm_f1
+[from] Computing for function Frama_C_dump_each <-garbled_mix_null
+[from] Done for function Frama_C_dump_each
+[from] Computing for function gm_f2 <-garbled_mix_null
+[from] Done for function gm_f2
+[from] Done for function garbled_mix_null
+[from] Computing for function invalid_assigns_imprecise
+[from] Computing for function f <-invalid_assigns_imprecise
+[from] Done for function f
+[from] Done for function invalid_assigns_imprecise
+[from] Computing for function many_writes
+[from] Done for function many_writes
+[from] Computing for function overlap
+[from] Done for function overlap
+[from] Computing for function paste_big
+[from] Done for function paste_big
+[from] Computing for function weak_update_imprecise_size
+[from] Done for function weak_update_imprecise_size
+[from] Computing for function write_garbled
+[from] Computing for function Frama_C_bzero <-write_garbled
+[from] Done for function Frama_C_bzero
+[from] Done for function write_garbled
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function abstract_structs:
+  NULL[100..200] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+  v1.[bits 0 to 7] FROM v; v2[..]
+    .[bits 8 to ..] FROM v; v2[..] (and SELF)
+  v2{.[bits 0 to 31]; .[bits 64 to ..]}
+    FROM v; v1.[bits 8 to ..]; v2[..] (and SELF)
+    .[bits 32 to 63] FROM \nothing
+  v3.[bits 0 to 34359738359] FROM \nothing (and SELF)
+  v5.[bits 0 to ..] FROM v (and SELF)
+  S_0_t[bits 0 to ..] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+  S_1_t[bits 0 to ..] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+[from] Function cast_address:
+  NO EFFECTS
+[from] Function f:
+  NULL[100..200] FROM \nothing (and SELF)
+[from] Function gm_f1:
+  \result FROM \nothing
+[from] Function gm_f2:
+  NULL[100..200]
+      FROM NULL[100..200]; addr;
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; addr;
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; addr;
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  \result FROM NULL[100..200]; addr; alloced_return_gm_f1[bits 0 to ..]
+[from] Function garbled_mix_null:
+  NULL[100..200]
+      FROM NULL[100..200]; addr;
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; addr;
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  p_gm_null FROM \nothing
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; addr;
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+[from] Function invalid_assigns_imprecise:
+  NULL[100..200] FROM \nothing (and SELF)
+[from] Function many_writes:
+  NO EFFECTS
+[from] Function overlap:
+  NO EFFECTS
+[from] Function paste_big:
+  v3.[bits 0 to 34359738359] FROM \nothing (and SELF)
+[from] Function weak_update_imprecise_size:
+  s1.[bits 0 to ..] FROM s2[..] (and SELF)
+[from] Function write_garbled:
+  NULL[100..200] FROM \nothing (and SELF)
+[from] Function main:
+  NULL[100..200]
+      FROM NULL[100..200]; v; addr; v1.[bits 8 to ..]; v2[..]; t[5];
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; v; addr; v1.[bits 8 to ..]; v2[..]; t[5];
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  v1.[bits 0 to 7] FROM v; v2[..]
+    .[bits 8 to ..] FROM v; v2[..] (and SELF)
+  v2{.[bits 0 to 31]; .[bits 64 to ..]}
+    FROM v; v1.[bits 8 to ..]; v2[..] (and SELF)
+    .[bits 32 to 63] FROM \nothing
+  v3.[bits 0 to 34359738359] FROM \nothing (and SELF)
+  v5.[bits 0 to ..] FROM v (and SELF)
+  p_gm_null FROM \nothing
+  s1.[bits 0 to ..] FROM s2[..] (and SELF)
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; v; addr; v1.[bits 8 to ..];
+                           v2[..]; t[5];
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  S_0_t[bits 0 to ..] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+  S_1_t[bits 0 to ..] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to Frama_C_memset at tests/non-free/imprecise.c:51 (by abstract_structs):
+  v3.[bits 0 to 34359738359] FROM c (and SELF)
+[from] call to gm_f1 at tests/non-free/imprecise.c:75 (by garbled_mix_null):
+  \result FROM \nothing
+[from] call to Frama_C_dump_each at tests/non-free/imprecise.c:76 (by garbled_mix_null):
+  \result FROM \nothing
+[from] call to gm_f2 at tests/non-free/imprecise.c:77 (by garbled_mix_null):
+  NULL[100..200]
+      FROM NULL[100..200]; addr;
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; addr;
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; addr;
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  \result FROM NULL[100..200]; addr; alloced_return_gm_f1[bits 0 to ..]
+[from] call to Frama_C_dump_each at tests/non-free/imprecise.c:78 (by garbled_mix_null):
+  \result FROM \nothing
+[from] call to f at tests/non-free/imprecise.c:11 (by invalid_assigns_imprecise):
+  NULL[100..200] FROM \nothing (and SELF)
+[from] call to Frama_C_memset at tests/non-free/imprecise.c:132 (by paste_big):
+  s FROM c
+[from] call to Frama_C_bzero at tests/non-free/imprecise.c:17 (by write_garbled):
+  k[0..4] FROM \nothing
+[from] call to Frama_C_dump_each at tests/non-free/imprecise.c:21 (by write_garbled):
+  \result FROM \nothing
+[from] call to invalid_assigns_imprecise at tests/non-free/imprecise.c:143 (by main):
+  NULL[100..200] FROM \nothing (and SELF)
+[from] call to write_garbled at tests/non-free/imprecise.c:144 (by main):
+  NULL[100..200] FROM \nothing (and SELF)
+[from] call to abstract_structs at tests/non-free/imprecise.c:145 (by main):
+  NULL[100..200] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+  v1.[bits 0 to 7] FROM v; v2[..]
+    .[bits 8 to ..] FROM v; v2[..] (and SELF)
+  v2{.[bits 0 to 31]; .[bits 64 to ..]}
+    FROM v; v1.[bits 8 to ..]; v2[..] (and SELF)
+    .[bits 32 to 63] FROM \nothing
+  v3.[bits 0 to 34359738359] FROM \nothing (and SELF)
+  v5.[bits 0 to ..] FROM v (and SELF)
+  S_0_t[bits 0 to ..] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+  S_1_t[bits 0 to ..] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+[from] call to cast_address at tests/non-free/imprecise.c:146 (by main):
+  NO EFFECTS
+[from] call to garbled_mix_null at tests/non-free/imprecise.c:147 (by main):
+  NULL[100..200]
+      FROM NULL[100..200]; addr;
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; addr;
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  p_gm_null FROM \nothing
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; addr;
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+[from] call to weak_update_imprecise_size at tests/non-free/imprecise.c:148 (by main):
+  s1.[bits 0 to ..] FROM s2[..] (and SELF)
+[from] call to many_writes at tests/non-free/imprecise.c:149 (by main):
+  NO EFFECTS
+[from] call to overlap at tests/non-free/imprecise.c:150 (by main):
+  NO EFFECTS
+[from] call to paste_big at tests/non-free/imprecise.c:151 (by main):
+  NO EFFECTS
+[from] entry point:
+  NULL[100..200]
+      FROM NULL[100..200]; v; addr; v1.[bits 8 to ..]; v2[..]; t[5];
+           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  addr FROM NULL[100..200]; v; addr; v1.[bits 8 to ..]; v2[..]; t[5];
+            alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  v1.[bits 0 to 7] FROM v; v2[..]
+    .[bits 8 to ..] FROM v; v2[..] (and SELF)
+  v2{.[bits 0 to 31]; .[bits 64 to ..]}
+    FROM v; v1.[bits 8 to ..]; v2[..] (and SELF)
+    .[bits 32 to 63] FROM \nothing
+  v3.[bits 0 to 34359738359] FROM \nothing (and SELF)
+  v5.[bits 0 to ..] FROM v (and SELF)
+  p_gm_null FROM \nothing
+  s1.[bits 0 to ..] FROM s2[..] (and SELF)
+  alloced_return_gm_f1[bits 0 to ..]
+                      FROM NULL[100..200]; v; addr; v1.[bits 8 to ..];
+                           v2[..]; t[5];
+                           alloced_return_gm_f1[bits 0 to ..] (and SELF)
+  S_0_t[bits 0 to ..] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+  S_1_t[bits 0 to ..] FROM v; v1.[bits 8 to ..]; v2[..]; t[5] (and SELF)
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] Out (internal) for function abstract_structs:
+          NULL[..]; v1[..]; v2[..]; v3.[bits 0 to 34359738359]; v5.[bits 0 to ..]; 
+          p; w1; w; q; p2; p4; p5; p6; S_0_t[..]; S_1_t[..]
+[inout] Inputs for function abstract_structs:
+          v; v1[..]; v2[..]; v3[..]; t[5]
+[inout] InOut (internal) for function abstract_structs:
+        Operational inputs:
+          v; v1[..]; v2[..]; t[5]
+        Operational inputs on termination:
+          v; v1[..]; v2[..]; t[5]
+        Sure outputs:
+          v1.[bits 0 to 7]; v2.[bits 32 to 63]; p; q; p2; p4; p5; p6
+[inout] Out (internal) for function cast_address:
+          p; c1; c2; c3
+[inout] Inputs for function cast_address:
+          \nothing
+[inout] InOut (internal) for function cast_address:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          p; c1; c2; c3
+[inout] Out (internal) for function garbled_mix_null:
+          NULL[100..200]; addr; p_gm_null; alloced_return_gm_f1[bits 0 to ..]
+[inout] Inputs for function garbled_mix_null:
+          NULL[100..200]; addr; p_gm_null; alloced_return_gm_f1[bits 0 to ..]
+[inout] InOut (internal) for function garbled_mix_null:
+        Operational inputs:
+          NULL[100..200]; addr; alloced_return_gm_f1[bits 0 to ..]
+        Operational inputs on termination:
+          NULL[100..200]; addr; alloced_return_gm_f1[bits 0 to ..]
+        Sure outputs:
+          p_gm_null
+[inout] Out (internal) for function invalid_assigns_imprecise:
+          NULL[..]; p
+[inout] Inputs for function invalid_assigns_imprecise:
+          \nothing
+[inout] InOut (internal) for function invalid_assigns_imprecise:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          p
+[inout] Out (internal) for function many_writes:
+          t_packed1{[0..298]; [299].i1}; t_packed2{[0..298]; [299].i1}
+[inout] Inputs for function many_writes:
+          v
+[inout] InOut (internal) for function many_writes:
+        Operational inputs:
+          v
+        Operational inputs on termination:
+          v
+        Sure outputs:
+          \nothing
+[inout] Out (internal) for function overlap:
+          t_char[0..99]
+[inout] Inputs for function overlap:
+          v
+[inout] InOut (internal) for function overlap:
+        Operational inputs:
+          v
+        Operational inputs on termination:
+          v
+        Sure outputs:
+          \nothing
+[inout] Out (internal) for function paste_big:
+          i; s; t_big[0..299]; v_0
+[inout] Inputs for function paste_big:
+          v
+[inout] InOut (internal) for function paste_big:
+        Operational inputs:
+          v; t_big[0].c[192..195]
+        Operational inputs on termination:
+          v; t_big[0].c[192..195]
+        Sure outputs:
+          i; s; v_0
+[inout] Out (internal) for function weak_update_imprecise_size:
+          s1[..]; vx; vy
+[inout] Inputs for function weak_update_imprecise_size:
+          v; s2[..]
+[inout] InOut (internal) for function weak_update_imprecise_size:
+        Operational inputs:
+          v; s2[..]
+        Operational inputs on termination:
+          v; s2[..]
+        Sure outputs:
+          vx
+[inout] Out (internal) for function write_garbled:
+          NULL[100..200]; i; j; k[0..4]; p
+[inout] Inputs for function write_garbled:
+          \nothing
+[inout] InOut (internal) for function write_garbled:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          i; j; k[0..4]; p
+[inout] Out (internal) for function main:
+          NULL[..]; addr; v1[..]; v2[..]; v3.[bits 0 to 34359738359];
+          v5.[bits 0 to ..]; p_gm_null; s1[..]; alloced_return_gm_f1[bits 0 to ..];
+          S_0_t[..]; S_1_t[..]
+[inout] Inputs for function main:
+          NULL[100..200]; v; addr; v1[..]; v2[..]; v3[..]; t[5]; p_gm_null; s2[..];
+          alloced_return_gm_f1[bits 0 to ..]
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          NULL[100..200]; v; addr; v1[..]; v2[..]; t[5]; s2[..];
+          alloced_return_gm_f1[bits 0 to ..]
+        Operational inputs on termination:
+          NULL[100..200]; v; addr; v1[..]; v2[..]; t[5]; s2[..];
+          alloced_return_gm_f1[bits 0 to ..]
+        Sure outputs:
+          v1.[bits 0 to 7]; v2.[bits 32 to 63]; p_gm_null
diff --git a/tests/non-free/oracle_symblocs/linked_list.0.err.oracle b/tests/non-free/oracle_symblocs/linked_list.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/linked_list.0.res.oracle b/tests/non-free/oracle_symblocs/linked_list.0.res.oracle
new file mode 100644
index 00000000000..c5ec082db07
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/linked_list.0.res.oracle
@@ -0,0 +1,1298 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/linked_list.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  MEMORY[0..1023] ∈ {0}
+  __FC_errno ∈ [--..--]
+  __fc_stderr ∈ {{ &__fc_initial_stderr }}
+  __fc_stdin ∈ {{ &__fc_initial_stdin }}
+  __fc_stdout ∈ {{ &__fc_initial_stdout }}
+  __fc_fopen[0..511] ∈ {0}
+  __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+  __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                     {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                     {0}
+  __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                     {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                     {0}
+  __fc_initial_stdin ∈ {0}
+  next_free ∈ {0}
+tests/non-free/linked_list.c:39:[value] entering loop for the first time
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[0..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ UNINITIALIZED
+        head ∈ {0}
+        i ∈ {1}
+        next_free ∈ {0}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[0..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY }}
+        head ∈ {0}
+        i ∈ {1}
+        next_free ∈ {8}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {0; 1}
+              [4..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY }} or UNINITIALIZED
+        head ∈ {{ NULL ; (item *)&MEMORY }}
+        i ∈ {1; 2}
+        next_free ∈ {0; 8}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {0; 1}
+              [4..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8]} }}
+        head ∈ {{ NULL ; (item *)&MEMORY }}
+        i ∈ {1; 2}
+        next_free ∈ {8; 16}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {0; 1; 2}
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY }}
+              [bits 64 to 95] ∈ {0; 1; 2}
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY }}
+              [16..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8]} }} or UNINITIALIZED
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8]} }}
+        i ∈ {1; 2; 3}
+        next_free ∈ {0; 8; 16}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {0; 1; 2}
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY }}
+              [bits 64 to 95] ∈ {0; 1; 2}
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY }}
+              [16..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8], [16]} }}
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8]} }}
+        i ∈ {1; 2; 3}
+        next_free ∈ {8; 16; 24}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {0; 1; 2; 3}
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [bits 64 to 95] ∈ {0; 1; 2; 3}
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [bits 128 to 159] ∈ {0; 1; 2; 3}
+              [bits 160 to 191] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [24..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8], [16]} }} or UNINITIALIZED
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8], [16]} }}
+        i ∈ [1..10]
+        next_free ∈ {0; 8; 16; 24}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {0; 1; 2; 3}
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [bits 64 to 95] ∈ {0; 1; 2; 3}
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [bits 128 to 159] ∈ {0; 1; 2; 3}
+              [bits 160 to 191] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [24..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8], [16], [24]} }}
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8], [16]} }}
+        i ∈ [1..10]
+        next_free ∈ {8; 16; 24; 32}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 64 to 95] ∈ [0..10]
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 128 to 159] ∈ [0..10]
+              [bits 160 to 191] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 192 to 223] ∈ [0..10]
+              [bits 224 to 255] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [32..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8], [16], [24]} }} or UNINITIALIZED
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8], [16], [24]} }}
+        i ∈ [1..10]
+        next_free ∈ {0; 8; 16; 24; 32}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 64 to 95] ∈ [0..10]
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 128 to 159] ∈ [0..10]
+              [bits 160 to 191] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 192 to 223] ∈ [0..10]
+              [bits 224 to 255] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [32..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8], [16], [24], [32]} }}
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8], [16], [24]} }}
+        i ∈ [1..10]
+        next_free ∈ {8; 16; 24; 32; 40}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 63] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 64 to 95] ∈ [0..10]
+              [bits 96 to 127] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 128 to 159] ∈ [0..10]
+              [bits 160 to 191] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 192 to 223] ∈ [0..10]
+              [bits 224 to 255] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 256 to 287] ∈ [0..10]
+              [bits 288 to 319] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16], [24]} }}
+              [40..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ &MEMORY + [0..1016],0%8 }} or UNINITIALIZED
+        head ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        i ∈ [1..10]
+        next_free ∈ [0..2147483640],0%8
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 63] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 64 to 95] ∈ [0..10]
+              [bits 96 to 127] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 128 to 159] ∈ [0..10]
+              [bits 160 to 191] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 192 to 223] ∈ [0..10]
+              [bits 224 to 255] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 256 to 287] ∈ [0..10]
+              [bits 288 to 319] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16], [24]} }}
+              [40..1023] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ NULL ; &MEMORY + [0..4294967288],0%8 }}
+        head ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        i ∈ [1..10]
+        next_free ∈ [-2147483648..2147483640],0%8
+        =END OF DUMP==
+tests/non-free/linked_list.c:43:[value] warning: out of bounds write. assert \valid(&curr->val);
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 63] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 64 to 95] ∈ [0..10]
+              [bits 96 to 127] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 128 to 159] ∈ [0..10]
+              [bits 160 to 191] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 192 to 223] ∈ [0..10]
+              [bits 224 to 255] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 256 to 287] ∈ [0..10]
+              [bits 288 to 319] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 320 to 351] ∈ [0..10]
+              [bits 352 to 383] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 384 to 415] ∈ [0..10]
+              [bits 416 to 447] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 448 to 479] ∈ [0..10]
+              [bits 480 to 511] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 512 to 543] ∈ [0..10]
+              [bits 544 to 575] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 576 to 607] ∈ [0..10]
+              [bits 608 to 639] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 640 to 671] ∈ [0..10]
+              [bits 672 to 703] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 704 to 735] ∈ [0..10]
+              [bits 736 to 767] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 768 to 799] ∈ [0..10]
+              [bits 800 to 831] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 832 to 863] ∈ [0..10]
+              [bits 864 to 895] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 896 to 927] ∈ [0..10]
+              [bits 928 to 959] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 960 to 991] ∈ [0..10]
+              [bits 992 to 1023] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1024 to 1055] ∈ [0..10]
+              [bits 1056 to 1087] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1088 to 1119] ∈ [0..10]
+              [bits 1120 to 1151] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1152 to 1183] ∈ [0..10]
+              [bits 1184 to 1215] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1216 to 1247] ∈ [0..10]
+              [bits 1248 to 1279] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1280 to 1311] ∈ [0..10]
+              [bits 1312 to 1343] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1344 to 1375] ∈ [0..10]
+              [bits 1376 to 1407] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1408 to 1439] ∈ [0..10]
+              [bits 1440 to 1471] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1472 to 1503] ∈ [0..10]
+              [bits 1504 to 1535] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1536 to 1567] ∈ [0..10]
+              [bits 1568 to 1599] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1600 to 1631] ∈ [0..10]
+              [bits 1632 to 1663] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1664 to 1695] ∈ [0..10]
+              [bits 1696 to 1727] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1728 to 1759] ∈ [0..10]
+              [bits 1760 to 1791] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1792 to 1823] ∈ [0..10]
+              [bits 1824 to 1855] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1856 to 1887] ∈ [0..10]
+              [bits 1888 to 1919] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1920 to 1951] ∈ [0..10]
+              [bits 1952 to 1983] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1984 to 2015] ∈ [0..10]
+              [bits 2016 to 2047] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2048 to 2079] ∈ [0..10]
+              [bits 2080 to 2111] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2112 to 2143] ∈ [0..10]
+              [bits 2144 to 2175] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2176 to 2207] ∈ [0..10]
+              [bits 2208 to 2239] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2240 to 2271] ∈ [0..10]
+              [bits 2272 to 2303] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2304 to 2335] ∈ [0..10]
+              [bits 2336 to 2367] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2368 to 2399] ∈ [0..10]
+              [bits 2400 to 2431] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2432 to 2463] ∈ [0..10]
+              [bits 2464 to 2495] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2496 to 2527] ∈ [0..10]
+              [bits 2528 to 2559] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2560 to 2591] ∈ [0..10]
+              [bits 2592 to 2623] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2624 to 2655] ∈ [0..10]
+              [bits 2656 to 2687] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2688 to 2719] ∈ [0..10]
+              [bits 2720 to 2751] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2752 to 2783] ∈ [0..10]
+              [bits 2784 to 2815] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2816 to 2847] ∈ [0..10]
+              [bits 2848 to 2879] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2880 to 2911] ∈ [0..10]
+              [bits 2912 to 2943] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2944 to 2975] ∈ [0..10]
+              [bits 2976 to 3007] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3008 to 3039] ∈ [0..10]
+              [bits 3040 to 3071] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3072 to 3103] ∈ [0..10]
+              [bits 3104 to 3135] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3136 to 3167] ∈ [0..10]
+              [bits 3168 to 3199] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3200 to 3231] ∈ [0..10]
+              [bits 3232 to 3263] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3264 to 3295] ∈ [0..10]
+              [bits 3296 to 3327] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3328 to 3359] ∈ [0..10]
+              [bits 3360 to 3391] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3392 to 3423] ∈ [0..10]
+              [bits 3424 to 3455] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3456 to 3487] ∈ [0..10]
+              [bits 3488 to 3519] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3520 to 3551] ∈ [0..10]
+              [bits 3552 to 3583] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3584 to 3615] ∈ [0..10]
+              [bits 3616 to 3647] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3648 to 3679] ∈ [0..10]
+              [bits 3680 to 3711] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3712 to 3743] ∈ [0..10]
+              [bits 3744 to 3775] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3776 to 3807] ∈ [0..10]
+              [bits 3808 to 3839] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3840 to 3871] ∈ [0..10]
+              [bits 3872 to 3903] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3904 to 3935] ∈ [0..10]
+              [bits 3936 to 3967] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3968 to 3999] ∈ [0..10]
+              [bits 4000 to 4031] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4032 to 4063] ∈ [0..10]
+              [bits 4064 to 4095] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4096 to 4127] ∈ [0..10]
+              [bits 4128 to 4159] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4160 to 4191] ∈ [0..10]
+              [bits 4192 to 4223] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4224 to 4255] ∈ [0..10]
+              [bits 4256 to 4287] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4288 to 4319] ∈ [0..10]
+              [bits 4320 to 4351] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4352 to 4383] ∈ [0..10]
+              [bits 4384 to 4415] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4416 to 4447] ∈ [0..10]
+              [bits 4448 to 4479] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4480 to 4511] ∈ [0..10]
+              [bits 4512 to 4543] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4544 to 4575] ∈ [0..10]
+              [bits 4576 to 4607] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4608 to 4639] ∈ [0..10]
+              [bits 4640 to 4671] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4672 to 4703] ∈ [0..10]
+              [bits 4704 to 4735] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4736 to 4767] ∈ [0..10]
+              [bits 4768 to 4799] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4800 to 4831] ∈ [0..10]
+              [bits 4832 to 4863] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4864 to 4895] ∈ [0..10]
+              [bits 4896 to 4927] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4928 to 4959] ∈ [0..10]
+              [bits 4960 to 4991] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4992 to 5023] ∈ [0..10]
+              [bits 5024 to 5055] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5056 to 5087] ∈ [0..10]
+              [bits 5088 to 5119] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5120 to 5151] ∈ [0..10]
+              [bits 5152 to 5183] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5184 to 5215] ∈ [0..10]
+              [bits 5216 to 5247] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5248 to 5279] ∈ [0..10]
+              [bits 5280 to 5311] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5312 to 5343] ∈ [0..10]
+              [bits 5344 to 5375] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5376 to 5407] ∈ [0..10]
+              [bits 5408 to 5439] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5440 to 5471] ∈ [0..10]
+              [bits 5472 to 5503] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5504 to 5535] ∈ [0..10]
+              [bits 5536 to 5567] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5568 to 5599] ∈ [0..10]
+              [bits 5600 to 5631] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5632 to 5663] ∈ [0..10]
+              [bits 5664 to 5695] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5696 to 5727] ∈ [0..10]
+              [bits 5728 to 5759] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5760 to 5791] ∈ [0..10]
+              [bits 5792 to 5823] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5824 to 5855] ∈ [0..10]
+              [bits 5856 to 5887] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5888 to 5919] ∈ [0..10]
+              [bits 5920 to 5951] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5952 to 5983] ∈ [0..10]
+              [bits 5984 to 6015] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6016 to 6047] ∈ [0..10]
+              [bits 6048 to 6079] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6080 to 6111] ∈ [0..10]
+              [bits 6112 to 6143] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6144 to 6175] ∈ [0..10]
+              [bits 6176 to 6207] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6208 to 6239] ∈ [0..10]
+              [bits 6240 to 6271] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6272 to 6303] ∈ [0..10]
+              [bits 6304 to 6335] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6336 to 6367] ∈ [0..10]
+              [bits 6368 to 6399] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6400 to 6431] ∈ [0..10]
+              [bits 6432 to 6463] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6464 to 6495] ∈ [0..10]
+              [bits 6496 to 6527] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6528 to 6559] ∈ [0..10]
+              [bits 6560 to 6591] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6592 to 6623] ∈ [0..10]
+              [bits 6624 to 6655] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6656 to 6687] ∈ [0..10]
+              [bits 6688 to 6719] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6720 to 6751] ∈ [0..10]
+              [bits 6752 to 6783] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6784 to 6815] ∈ [0..10]
+              [bits 6816 to 6847] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6848 to 6879] ∈ [0..10]
+              [bits 6880 to 6911] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6912 to 6943] ∈ [0..10]
+              [bits 6944 to 6975] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6976 to 7007] ∈ [0..10]
+              [bits 7008 to 7039] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7040 to 7071] ∈ [0..10]
+              [bits 7072 to 7103] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7104 to 7135] ∈ [0..10]
+              [bits 7136 to 7167] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7168 to 7199] ∈ [0..10]
+              [bits 7200 to 7231] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7232 to 7263] ∈ [0..10]
+              [bits 7264 to 7295] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7296 to 7327] ∈ [0..10]
+              [bits 7328 to 7359] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7360 to 7391] ∈ [0..10]
+              [bits 7392 to 7423] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7424 to 7455] ∈ [0..10]
+              [bits 7456 to 7487] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7488 to 7519] ∈ [0..10]
+              [bits 7520 to 7551] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7552 to 7583] ∈ [0..10]
+              [bits 7584 to 7615] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7616 to 7647] ∈ [0..10]
+              [bits 7648 to 7679] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7680 to 7711] ∈ [0..10]
+              [bits 7712 to 7743] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7744 to 7775] ∈ [0..10]
+              [bits 7776 to 7807] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7808 to 7839] ∈ [0..10]
+              [bits 7840 to 7871] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7872 to 7903] ∈ [0..10]
+              [bits 7904 to 7935] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7936 to 7967] ∈ [0..10]
+              [bits 7968 to 7999] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 8000 to 8031] ∈ [0..10]
+              [bits 8032 to 8063] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 8064 to 8095] ∈ [0..10]
+              [bits 8096 to 8127] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 8128 to 8159] ∈ [0..10]
+              [bits 8160 to 8191] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ &MEMORY + [0..1016],0%8 }} or UNINITIALIZED
+        head ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        i ∈ [1..10]
+        next_free ∈ [-2147483648..2147483640],0%8
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 63] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 64 to 95] ∈ [0..10]
+              [bits 96 to 127] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 128 to 159] ∈ [0..10]
+              [bits 160 to 191] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 192 to 223] ∈ [0..10]
+              [bits 224 to 255] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 256 to 287] ∈ [0..10]
+              [bits 288 to 319] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 320 to 351] ∈ [0..10]
+              [bits 352 to 383] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 384 to 415] ∈ [0..10]
+              [bits 416 to 447] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 448 to 479] ∈ [0..10]
+              [bits 480 to 511] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 512 to 543] ∈ [0..10]
+              [bits 544 to 575] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 576 to 607] ∈ [0..10]
+              [bits 608 to 639] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 640 to 671] ∈ [0..10]
+              [bits 672 to 703] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 704 to 735] ∈ [0..10]
+              [bits 736 to 767] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 768 to 799] ∈ [0..10]
+              [bits 800 to 831] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 832 to 863] ∈ [0..10]
+              [bits 864 to 895] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 896 to 927] ∈ [0..10]
+              [bits 928 to 959] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 960 to 991] ∈ [0..10]
+              [bits 992 to 1023] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1024 to 1055] ∈ [0..10]
+              [bits 1056 to 1087] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1088 to 1119] ∈ [0..10]
+              [bits 1120 to 1151] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1152 to 1183] ∈ [0..10]
+              [bits 1184 to 1215] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1216 to 1247] ∈ [0..10]
+              [bits 1248 to 1279] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1280 to 1311] ∈ [0..10]
+              [bits 1312 to 1343] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1344 to 1375] ∈ [0..10]
+              [bits 1376 to 1407] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1408 to 1439] ∈ [0..10]
+              [bits 1440 to 1471] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1472 to 1503] ∈ [0..10]
+              [bits 1504 to 1535] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1536 to 1567] ∈ [0..10]
+              [bits 1568 to 1599] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1600 to 1631] ∈ [0..10]
+              [bits 1632 to 1663] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1664 to 1695] ∈ [0..10]
+              [bits 1696 to 1727] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1728 to 1759] ∈ [0..10]
+              [bits 1760 to 1791] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1792 to 1823] ∈ [0..10]
+              [bits 1824 to 1855] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1856 to 1887] ∈ [0..10]
+              [bits 1888 to 1919] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1920 to 1951] ∈ [0..10]
+              [bits 1952 to 1983] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 1984 to 2015] ∈ [0..10]
+              [bits 2016 to 2047] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2048 to 2079] ∈ [0..10]
+              [bits 2080 to 2111] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2112 to 2143] ∈ [0..10]
+              [bits 2144 to 2175] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2176 to 2207] ∈ [0..10]
+              [bits 2208 to 2239] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2240 to 2271] ∈ [0..10]
+              [bits 2272 to 2303] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2304 to 2335] ∈ [0..10]
+              [bits 2336 to 2367] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2368 to 2399] ∈ [0..10]
+              [bits 2400 to 2431] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2432 to 2463] ∈ [0..10]
+              [bits 2464 to 2495] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2496 to 2527] ∈ [0..10]
+              [bits 2528 to 2559] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2560 to 2591] ∈ [0..10]
+              [bits 2592 to 2623] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2624 to 2655] ∈ [0..10]
+              [bits 2656 to 2687] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2688 to 2719] ∈ [0..10]
+              [bits 2720 to 2751] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2752 to 2783] ∈ [0..10]
+              [bits 2784 to 2815] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2816 to 2847] ∈ [0..10]
+              [bits 2848 to 2879] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2880 to 2911] ∈ [0..10]
+              [bits 2912 to 2943] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 2944 to 2975] ∈ [0..10]
+              [bits 2976 to 3007] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3008 to 3039] ∈ [0..10]
+              [bits 3040 to 3071] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3072 to 3103] ∈ [0..10]
+              [bits 3104 to 3135] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3136 to 3167] ∈ [0..10]
+              [bits 3168 to 3199] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3200 to 3231] ∈ [0..10]
+              [bits 3232 to 3263] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3264 to 3295] ∈ [0..10]
+              [bits 3296 to 3327] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3328 to 3359] ∈ [0..10]
+              [bits 3360 to 3391] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3392 to 3423] ∈ [0..10]
+              [bits 3424 to 3455] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3456 to 3487] ∈ [0..10]
+              [bits 3488 to 3519] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3520 to 3551] ∈ [0..10]
+              [bits 3552 to 3583] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3584 to 3615] ∈ [0..10]
+              [bits 3616 to 3647] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3648 to 3679] ∈ [0..10]
+              [bits 3680 to 3711] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3712 to 3743] ∈ [0..10]
+              [bits 3744 to 3775] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3776 to 3807] ∈ [0..10]
+              [bits 3808 to 3839] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3840 to 3871] ∈ [0..10]
+              [bits 3872 to 3903] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3904 to 3935] ∈ [0..10]
+              [bits 3936 to 3967] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 3968 to 3999] ∈ [0..10]
+              [bits 4000 to 4031] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4032 to 4063] ∈ [0..10]
+              [bits 4064 to 4095] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4096 to 4127] ∈ [0..10]
+              [bits 4128 to 4159] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4160 to 4191] ∈ [0..10]
+              [bits 4192 to 4223] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4224 to 4255] ∈ [0..10]
+              [bits 4256 to 4287] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4288 to 4319] ∈ [0..10]
+              [bits 4320 to 4351] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4352 to 4383] ∈ [0..10]
+              [bits 4384 to 4415] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4416 to 4447] ∈ [0..10]
+              [bits 4448 to 4479] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4480 to 4511] ∈ [0..10]
+              [bits 4512 to 4543] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4544 to 4575] ∈ [0..10]
+              [bits 4576 to 4607] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4608 to 4639] ∈ [0..10]
+              [bits 4640 to 4671] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4672 to 4703] ∈ [0..10]
+              [bits 4704 to 4735] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4736 to 4767] ∈ [0..10]
+              [bits 4768 to 4799] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4800 to 4831] ∈ [0..10]
+              [bits 4832 to 4863] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4864 to 4895] ∈ [0..10]
+              [bits 4896 to 4927] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4928 to 4959] ∈ [0..10]
+              [bits 4960 to 4991] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 4992 to 5023] ∈ [0..10]
+              [bits 5024 to 5055] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5056 to 5087] ∈ [0..10]
+              [bits 5088 to 5119] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5120 to 5151] ∈ [0..10]
+              [bits 5152 to 5183] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5184 to 5215] ∈ [0..10]
+              [bits 5216 to 5247] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5248 to 5279] ∈ [0..10]
+              [bits 5280 to 5311] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5312 to 5343] ∈ [0..10]
+              [bits 5344 to 5375] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5376 to 5407] ∈ [0..10]
+              [bits 5408 to 5439] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5440 to 5471] ∈ [0..10]
+              [bits 5472 to 5503] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5504 to 5535] ∈ [0..10]
+              [bits 5536 to 5567] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5568 to 5599] ∈ [0..10]
+              [bits 5600 to 5631] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5632 to 5663] ∈ [0..10]
+              [bits 5664 to 5695] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5696 to 5727] ∈ [0..10]
+              [bits 5728 to 5759] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5760 to 5791] ∈ [0..10]
+              [bits 5792 to 5823] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5824 to 5855] ∈ [0..10]
+              [bits 5856 to 5887] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5888 to 5919] ∈ [0..10]
+              [bits 5920 to 5951] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 5952 to 5983] ∈ [0..10]
+              [bits 5984 to 6015] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6016 to 6047] ∈ [0..10]
+              [bits 6048 to 6079] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6080 to 6111] ∈ [0..10]
+              [bits 6112 to 6143] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6144 to 6175] ∈ [0..10]
+              [bits 6176 to 6207] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6208 to 6239] ∈ [0..10]
+              [bits 6240 to 6271] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6272 to 6303] ∈ [0..10]
+              [bits 6304 to 6335] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6336 to 6367] ∈ [0..10]
+              [bits 6368 to 6399] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6400 to 6431] ∈ [0..10]
+              [bits 6432 to 6463] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6464 to 6495] ∈ [0..10]
+              [bits 6496 to 6527] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6528 to 6559] ∈ [0..10]
+              [bits 6560 to 6591] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6592 to 6623] ∈ [0..10]
+              [bits 6624 to 6655] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6656 to 6687] ∈ [0..10]
+              [bits 6688 to 6719] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6720 to 6751] ∈ [0..10]
+              [bits 6752 to 6783] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6784 to 6815] ∈ [0..10]
+              [bits 6816 to 6847] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6848 to 6879] ∈ [0..10]
+              [bits 6880 to 6911] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6912 to 6943] ∈ [0..10]
+              [bits 6944 to 6975] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 6976 to 7007] ∈ [0..10]
+              [bits 7008 to 7039] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7040 to 7071] ∈ [0..10]
+              [bits 7072 to 7103] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7104 to 7135] ∈ [0..10]
+              [bits 7136 to 7167] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7168 to 7199] ∈ [0..10]
+              [bits 7200 to 7231] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7232 to 7263] ∈ [0..10]
+              [bits 7264 to 7295] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7296 to 7327] ∈ [0..10]
+              [bits 7328 to 7359] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7360 to 7391] ∈ [0..10]
+              [bits 7392 to 7423] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7424 to 7455] ∈ [0..10]
+              [bits 7456 to 7487] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7488 to 7519] ∈ [0..10]
+              [bits 7520 to 7551] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7552 to 7583] ∈ [0..10]
+              [bits 7584 to 7615] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7616 to 7647] ∈ [0..10]
+              [bits 7648 to 7679] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7680 to 7711] ∈ [0..10]
+              [bits 7712 to 7743] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7744 to 7775] ∈ [0..10]
+              [bits 7776 to 7807] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7808 to 7839] ∈ [0..10]
+              [bits 7840 to 7871] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7872 to 7903] ∈ [0..10]
+              [bits 7904 to 7935] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 7936 to 7967] ∈ [0..10]
+              [bits 7968 to 7999] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 8000 to 8031] ∈ [0..10]
+              [bits 8032 to 8063] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 8064 to 8095] ∈ [0..10]
+              [bits 8096 to 8127] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+              [bits 8128 to 8159] ∈ [0..10]
+              [bits 8160 to 8191] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..511] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ NULL ; &MEMORY + [0..4294967288],0%8 }}
+        head ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        i ∈ [1..10]
+        next_free ∈ [-2147483648..2147483640],0%8
+        =END OF DUMP==
+tests/non-free/linked_list.c:50:[value] entering loop for the first time
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] using specification for function printf
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] Done for function printf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function malloc:
+  next_free ∈ [-2147483648..2147483640],0%8
+  __retres ∈ {{ NULL ; &MEMORY + [0..4294967288],0%8 }}
+[value:final-states] Values at end of function main:
+  MEMORY[bits 0 to 31] ∈ [0..10]
+        [bits 32 to 63] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 64 to 95] ∈ [0..10]
+        [bits 96 to 127] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 128 to 159] ∈ [0..10]
+        [bits 160 to 191] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 192 to 223] ∈ [0..10]
+        [bits 224 to 255] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 256 to 287] ∈ [0..10]
+        [bits 288 to 319] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 320 to 351] ∈ [0..10]
+        [bits 352 to 383] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 384 to 415] ∈ [0..10]
+        [bits 416 to 447] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 448 to 479] ∈ [0..10]
+        [bits 480 to 511] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 512 to 543] ∈ [0..10]
+        [bits 544 to 575] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 576 to 607] ∈ [0..10]
+        [bits 608 to 639] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 640 to 671] ∈ [0..10]
+        [bits 672 to 703] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 704 to 735] ∈ [0..10]
+        [bits 736 to 767] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 768 to 799] ∈ [0..10]
+        [bits 800 to 831] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 832 to 863] ∈ [0..10]
+        [bits 864 to 895] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 896 to 927] ∈ [0..10]
+        [bits 928 to 959] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 960 to 991] ∈ [0..10]
+        [bits 992 to 1023] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1024 to 1055] ∈ [0..10]
+        [bits 1056 to 1087] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1088 to 1119] ∈ [0..10]
+        [bits 1120 to 1151] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1152 to 1183] ∈ [0..10]
+        [bits 1184 to 1215] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1216 to 1247] ∈ [0..10]
+        [bits 1248 to 1279] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1280 to 1311] ∈ [0..10]
+        [bits 1312 to 1343] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1344 to 1375] ∈ [0..10]
+        [bits 1376 to 1407] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1408 to 1439] ∈ [0..10]
+        [bits 1440 to 1471] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1472 to 1503] ∈ [0..10]
+        [bits 1504 to 1535] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1536 to 1567] ∈ [0..10]
+        [bits 1568 to 1599] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1600 to 1631] ∈ [0..10]
+        [bits 1632 to 1663] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1664 to 1695] ∈ [0..10]
+        [bits 1696 to 1727] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1728 to 1759] ∈ [0..10]
+        [bits 1760 to 1791] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1792 to 1823] ∈ [0..10]
+        [bits 1824 to 1855] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1856 to 1887] ∈ [0..10]
+        [bits 1888 to 1919] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1920 to 1951] ∈ [0..10]
+        [bits 1952 to 1983] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 1984 to 2015] ∈ [0..10]
+        [bits 2016 to 2047] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2048 to 2079] ∈ [0..10]
+        [bits 2080 to 2111] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2112 to 2143] ∈ [0..10]
+        [bits 2144 to 2175] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2176 to 2207] ∈ [0..10]
+        [bits 2208 to 2239] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2240 to 2271] ∈ [0..10]
+        [bits 2272 to 2303] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2304 to 2335] ∈ [0..10]
+        [bits 2336 to 2367] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2368 to 2399] ∈ [0..10]
+        [bits 2400 to 2431] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2432 to 2463] ∈ [0..10]
+        [bits 2464 to 2495] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2496 to 2527] ∈ [0..10]
+        [bits 2528 to 2559] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2560 to 2591] ∈ [0..10]
+        [bits 2592 to 2623] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2624 to 2655] ∈ [0..10]
+        [bits 2656 to 2687] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2688 to 2719] ∈ [0..10]
+        [bits 2720 to 2751] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2752 to 2783] ∈ [0..10]
+        [bits 2784 to 2815] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2816 to 2847] ∈ [0..10]
+        [bits 2848 to 2879] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2880 to 2911] ∈ [0..10]
+        [bits 2912 to 2943] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 2944 to 2975] ∈ [0..10]
+        [bits 2976 to 3007] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3008 to 3039] ∈ [0..10]
+        [bits 3040 to 3071] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3072 to 3103] ∈ [0..10]
+        [bits 3104 to 3135] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3136 to 3167] ∈ [0..10]
+        [bits 3168 to 3199] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3200 to 3231] ∈ [0..10]
+        [bits 3232 to 3263] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3264 to 3295] ∈ [0..10]
+        [bits 3296 to 3327] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3328 to 3359] ∈ [0..10]
+        [bits 3360 to 3391] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3392 to 3423] ∈ [0..10]
+        [bits 3424 to 3455] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3456 to 3487] ∈ [0..10]
+        [bits 3488 to 3519] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3520 to 3551] ∈ [0..10]
+        [bits 3552 to 3583] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3584 to 3615] ∈ [0..10]
+        [bits 3616 to 3647] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3648 to 3679] ∈ [0..10]
+        [bits 3680 to 3711] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3712 to 3743] ∈ [0..10]
+        [bits 3744 to 3775] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3776 to 3807] ∈ [0..10]
+        [bits 3808 to 3839] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3840 to 3871] ∈ [0..10]
+        [bits 3872 to 3903] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3904 to 3935] ∈ [0..10]
+        [bits 3936 to 3967] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 3968 to 3999] ∈ [0..10]
+        [bits 4000 to 4031] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4032 to 4063] ∈ [0..10]
+        [bits 4064 to 4095] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4096 to 4127] ∈ [0..10]
+        [bits 4128 to 4159] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4160 to 4191] ∈ [0..10]
+        [bits 4192 to 4223] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4224 to 4255] ∈ [0..10]
+        [bits 4256 to 4287] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4288 to 4319] ∈ [0..10]
+        [bits 4320 to 4351] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4352 to 4383] ∈ [0..10]
+        [bits 4384 to 4415] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4416 to 4447] ∈ [0..10]
+        [bits 4448 to 4479] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4480 to 4511] ∈ [0..10]
+        [bits 4512 to 4543] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4544 to 4575] ∈ [0..10]
+        [bits 4576 to 4607] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4608 to 4639] ∈ [0..10]
+        [bits 4640 to 4671] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4672 to 4703] ∈ [0..10]
+        [bits 4704 to 4735] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4736 to 4767] ∈ [0..10]
+        [bits 4768 to 4799] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4800 to 4831] ∈ [0..10]
+        [bits 4832 to 4863] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4864 to 4895] ∈ [0..10]
+        [bits 4896 to 4927] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4928 to 4959] ∈ [0..10]
+        [bits 4960 to 4991] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 4992 to 5023] ∈ [0..10]
+        [bits 5024 to 5055] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5056 to 5087] ∈ [0..10]
+        [bits 5088 to 5119] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5120 to 5151] ∈ [0..10]
+        [bits 5152 to 5183] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5184 to 5215] ∈ [0..10]
+        [bits 5216 to 5247] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5248 to 5279] ∈ [0..10]
+        [bits 5280 to 5311] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5312 to 5343] ∈ [0..10]
+        [bits 5344 to 5375] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5376 to 5407] ∈ [0..10]
+        [bits 5408 to 5439] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5440 to 5471] ∈ [0..10]
+        [bits 5472 to 5503] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5504 to 5535] ∈ [0..10]
+        [bits 5536 to 5567] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5568 to 5599] ∈ [0..10]
+        [bits 5600 to 5631] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5632 to 5663] ∈ [0..10]
+        [bits 5664 to 5695] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5696 to 5727] ∈ [0..10]
+        [bits 5728 to 5759] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5760 to 5791] ∈ [0..10]
+        [bits 5792 to 5823] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5824 to 5855] ∈ [0..10]
+        [bits 5856 to 5887] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5888 to 5919] ∈ [0..10]
+        [bits 5920 to 5951] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 5952 to 5983] ∈ [0..10]
+        [bits 5984 to 6015] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6016 to 6047] ∈ [0..10]
+        [bits 6048 to 6079] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6080 to 6111] ∈ [0..10]
+        [bits 6112 to 6143] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6144 to 6175] ∈ [0..10]
+        [bits 6176 to 6207] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6208 to 6239] ∈ [0..10]
+        [bits 6240 to 6271] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6272 to 6303] ∈ [0..10]
+        [bits 6304 to 6335] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6336 to 6367] ∈ [0..10]
+        [bits 6368 to 6399] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6400 to 6431] ∈ [0..10]
+        [bits 6432 to 6463] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6464 to 6495] ∈ [0..10]
+        [bits 6496 to 6527] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6528 to 6559] ∈ [0..10]
+        [bits 6560 to 6591] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6592 to 6623] ∈ [0..10]
+        [bits 6624 to 6655] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6656 to 6687] ∈ [0..10]
+        [bits 6688 to 6719] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6720 to 6751] ∈ [0..10]
+        [bits 6752 to 6783] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6784 to 6815] ∈ [0..10]
+        [bits 6816 to 6847] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6848 to 6879] ∈ [0..10]
+        [bits 6880 to 6911] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6912 to 6943] ∈ [0..10]
+        [bits 6944 to 6975] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 6976 to 7007] ∈ [0..10]
+        [bits 7008 to 7039] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7040 to 7071] ∈ [0..10]
+        [bits 7072 to 7103] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7104 to 7135] ∈ [0..10]
+        [bits 7136 to 7167] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7168 to 7199] ∈ [0..10]
+        [bits 7200 to 7231] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7232 to 7263] ∈ [0..10]
+        [bits 7264 to 7295] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7296 to 7327] ∈ [0..10]
+        [bits 7328 to 7359] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7360 to 7391] ∈ [0..10]
+        [bits 7392 to 7423] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7424 to 7455] ∈ [0..10]
+        [bits 7456 to 7487] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7488 to 7519] ∈ [0..10]
+        [bits 7520 to 7551] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7552 to 7583] ∈ [0..10]
+        [bits 7584 to 7615] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7616 to 7647] ∈ [0..10]
+        [bits 7648 to 7679] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7680 to 7711] ∈ [0..10]
+        [bits 7712 to 7743] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7744 to 7775] ∈ [0..10]
+        [bits 7776 to 7807] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7808 to 7839] ∈ [0..10]
+        [bits 7840 to 7871] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7872 to 7903] ∈ [0..10]
+        [bits 7904 to 7935] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 7936 to 7967] ∈ [0..10]
+        [bits 7968 to 7999] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 8000 to 8031] ∈ [0..10]
+        [bits 8032 to 8063] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 8064 to 8095] ∈ [0..10]
+        [bits 8096 to 8127] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+        [bits 8128 to 8159] ∈ [0..10]
+        [bits 8160 to 8191] ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+  __fc_initial_stdout ∈ [--..--]
+  curr ∈ {0}
+  head ∈ {{ NULL ; &MEMORY + [0..1016],0%8 }}
+  i ∈ {11}
+  next_free ∈ [-2147483648..2147483640],0%8
+[from] Computing for function malloc
+[from] Done for function malloc
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Computing for function printf <-main
+[from] Done for function printf
+tests/non-free/linked_list.c:51:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function malloc:
+  next_free FROM size; next_free
+  \result FROM size; next_free
+[from] Function printf:
+  __fc_initial_stdout FROM "%d\n"
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function main:
+  MEMORY{[0..3]; [8..11]; [16..19]; [24..27]; [32..35]; [40..43]; [48..51];
+         [56..59]; [64..67]; [72..75]; [80..83]; [88..91]; [96..99];
+         [104..107]; [112..115]; [120..123]; [128..131]; [136..139];
+         [144..147]; [152..155]; [160..163]; [168..171]; [176..179];
+         [184..187]; [192..195]; [200..203]; [208..211]; [216..219];
+         [224..227]; [232..235]; [240..243]; [248..251]; [256..259];
+         [264..267]; [272..275]; [280..283]; [288..291]; [296..299];
+         [304..307]; [312..315]; [320..323]; [328..331]; [336..339];
+         [344..347]; [352..355]; [360..363]; [368..371]; [376..379];
+         [384..387]; [392..395]; [400..403]; [408..411]; [416..419];
+         [424..427]; [432..435]; [440..443]; [448..451]; [456..459];
+         [464..467]; [472..475]; [480..483]; [488..491]; [496..499];
+         [504..507]; [512..515]; [520..523]; [528..531]; [536..539];
+         [544..547]; [552..555]; [560..563]; [568..571]; [576..579];
+         [584..587]; [592..595]; [600..603]; [608..611]; [616..619];
+         [624..627]; [632..635]; [640..643]; [648..651]; [656..659];
+         [664..667]; [672..675]; [680..683]; [688..691]; [696..699];
+         [704..707]; [712..715]; [720..723]; [728..731]; [736..739];
+         [744..747]; [752..755]; [760..763]; [768..771]; [776..779];
+         [784..787]; [792..795]; [800..803]; [808..811]; [816..819];
+         [824..827]; [832..835]; [840..843]; [848..851]; [856..859];
+         [864..867]; [872..875]; [880..883]; [888..891]; [896..899];
+         [904..907]; [912..915]; [920..923]; [928..931]; [936..939];
+         [944..947]; [952..955]; [960..963]; [968..971]; [976..979];
+         [984..987]; [992..995]; [1000..1003]; [1008..1011]; [1016..1019]}
+        FROM next_free (and SELF)
+        {[4..7]; [12..15]; [20..23]; [28..31]; [36..39]; [44..47]; [52..55];
+         [60..63]; [68..71]; [76..79]; [84..87]; [92..95]; [100..103];
+         [108..111]; [116..119]; [124..127]; [132..135]; [140..143];
+         [148..151]; [156..159]; [164..167]; [172..175]; [180..183];
+         [188..191]; [196..199]; [204..207]; [212..215]; [220..223];
+         [228..231]; [236..239]; [244..247]; [252..255]; [260..263];
+         [268..271]; [276..279]; [284..287]; [292..295]; [300..303];
+         [308..311]; [316..319]; [324..327]; [332..335]; [340..343];
+         [348..351]; [356..359]; [364..367]; [372..375]; [380..383];
+         [388..391]; [396..399]; [404..407]; [412..415]; [420..423];
+         [428..431]; [436..439]; [444..447]; [452..455]; [460..463];
+         [468..471]; [476..479]; [484..487]; [492..495]; [500..503];
+         [508..511]; [516..519]; [524..527]; [532..535]; [540..543];
+         [548..551]; [556..559]; [564..567]; [572..575]; [580..583];
+         [588..591]; [596..599]; [604..607]; [612..615]; [620..623];
+         [628..631]; [636..639]; [644..647]; [652..655]; [660..663];
+         [668..671]; [676..679]; [684..687]; [692..695]; [700..703];
+         [708..711]; [716..719]; [724..727]; [732..735]; [740..743];
+         [748..751]; [756..759]; [764..767]; [772..775]; [780..783];
+         [788..791]; [796..799]; [804..807]; [812..815]; [820..823];
+         [828..831]; [836..839]; [844..847]; [852..855]; [860..863];
+         [868..871]; [876..879]; [884..887]; [892..895]; [900..903];
+         [908..911]; [916..919]; [924..927]; [932..935]; [940..943];
+         [948..951]; [956..959]; [964..967]; [972..975]; [980..983];
+         [988..991]; [996..999]; [1004..1007]; [1012..1015]; [1020..1023]}
+        FROM next_free (and SELF)
+  __fc_initial_stdout FROM MEMORY{[4..7]; [12..15]; [20..23]; [28..31];
+                                  [36..39]; [44..47]; [52..55]; [60..63];
+                                  [68..71]; [76..79]; [84..87]; [92..95];
+                                  [100..103]; [108..111]; [116..119];
+                                  [124..127]; [132..135]; [140..143];
+                                  [148..151]; [156..159]; [164..167];
+                                  [172..175]; [180..183]; [188..191];
+                                  [196..199]; [204..207]; [212..215];
+                                  [220..223]; [228..231]; [236..239];
+                                  [244..247]; [252..255]; [260..263];
+                                  [268..271]; [276..279]; [284..287];
+                                  [292..295]; [300..303]; [308..311];
+                                  [316..319]; [324..327]; [332..335];
+                                  [340..343]; [348..351]; [356..359];
+                                  [364..367]; [372..375]; [380..383];
+                                  [388..391]; [396..399]; [404..407];
+                                  [412..415]; [420..423]; [428..431];
+                                  [436..439]; [444..447]; [452..455];
+                                  [460..463]; [468..471]; [476..479];
+                                  [484..487]; [492..495]; [500..503];
+                                  [508..511]; [516..519]; [524..527];
+                                  [532..535]; [540..543]; [548..551];
+                                  [556..559]; [564..567]; [572..575];
+                                  [580..583]; [588..591]; [596..599];
+                                  [604..607]; [612..615]; [620..623];
+                                  [628..631]; [636..639]; [644..647];
+                                  [652..655]; [660..663]; [668..671];
+                                  [676..679]; [684..687]; [692..695];
+                                  [700..703]; [708..711]; [716..719];
+                                  [724..727]; [732..735]; [740..743];
+                                  [748..751]; [756..759]; [764..767];
+                                  [772..775]; [780..783]; [788..791];
+                                  [796..799]; [804..807]; [812..815];
+                                  [820..823]; [828..831]; [836..839];
+                                  [844..847]; [852..855]; [860..863];
+                                  [868..871]; [876..879]; [884..887];
+                                  [892..895]; [900..903]; [908..911];
+                                  [916..919]; [924..927]; [932..935];
+                                  [940..943]; [948..951]; [956..959];
+                                  [964..967]; [972..975]; [980..983];
+                                  [988..991]; [996..999]; [1004..1007];
+                                  [1012..1015]; [1020..1023]};
+                            next_free; "%d\n" (and SELF)
+  next_free FROM next_free (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function malloc:
+          next_free; __retres
+[inout] Inputs for function malloc:
+          next_free
+[inout] Out (internal) for function main:
+          MEMORY[0..1023]; __fc_initial_stdout; curr; head; i; next_free
+[inout] Inputs for function main:
+          MEMORY[0..1023]; next_free; "%d\n"
diff --git a/tests/non-free/oracle_symblocs/linked_list.1.err.oracle b/tests/non-free/oracle_symblocs/linked_list.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/linked_list.1.res.oracle b/tests/non-free/oracle_symblocs/linked_list.1.res.oracle
new file mode 100644
index 00000000000..b8df531e663
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/linked_list.1.res.oracle
@@ -0,0 +1,459 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/linked_list.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  MEMORY[0..0x3FF] ∈ {0}
+  __FC_errno ∈ [--..--]
+  __fc_stderr ∈ {{ &__fc_initial_stderr }}
+  __fc_stdin ∈ {{ &__fc_initial_stdin }}
+  __fc_stdout ∈ {{ &__fc_initial_stdout }}
+  __fc_fopen[0..0x1FF] ∈ {0}
+  __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+  __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                     {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                     {0}
+  __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                     {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                     {0}
+  __fc_initial_stdin ∈ {0}
+  next_free ∈ {0}
+tests/non-free/linked_list.c:39:[value] entering loop for the first time
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[0..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ UNINITIALIZED
+        head ∈ {0}
+        i ∈ {1}
+        next_free ∈ {0}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[0..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY }}
+        head ∈ {0}
+        i ∈ {1}
+        next_free ∈ {8}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {0; 1}
+              [4..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY }} or UNINITIALIZED
+        head ∈ {{ NULL ; (item *)&MEMORY }}
+        i ∈ {1; 2}
+        next_free ∈ {0; 8}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {0; 1}
+              [4..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8]} }}
+        head ∈ {{ NULL ; (item *)&MEMORY }}
+        i ∈ {1; 2}
+        next_free ∈ {8; 16}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {0; 1; 2}
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY }}
+              [bits 64 to 95] ∈ {0; 1; 2}
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY }}
+              [16..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8]} }} or UNINITIALIZED
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8]} }}
+        i ∈ {1; 2; 3}
+        next_free ∈ {0; 8; 16}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {0; 1; 2}
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY }}
+              [bits 64 to 95] ∈ {0; 1; 2}
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY }}
+              [16..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8], [16]} }}
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8]} }}
+        i ∈ {1; 2; 3}
+        next_free ∈ {8; 16; 24}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {0; 1; 2; 3}
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [bits 64 to 95] ∈ {0; 1; 2; 3}
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [bits 128 to 159] ∈ {0; 1; 2; 3}
+              [bits 160 to 191] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [24..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8], [16]} }} or UNINITIALIZED
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8], [16]} }}
+        i ∈ [1..10]
+        next_free ∈ {0; 8; 16; 24}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {0; 1; 2; 3}
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [bits 64 to 95] ∈ {0; 1; 2; 3}
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [bits 128 to 159] ∈ {0; 1; 2; 3}
+              [bits 160 to 191] ∈ {{ NULL ; (? *)&MEMORY{[0], [8]} }}
+              [24..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8], [16], [24]} }}
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8], [16]} }}
+        i ∈ [1..10]
+        next_free ∈ {8; 16; 24; 32}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 64 to 95] ∈ [0..10]
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 128 to 159] ∈ [0..10]
+              [bits 160 to 191] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 192 to 223] ∈ [0..10]
+              [bits 224 to 255] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [32..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8], [16], [24]} }} or UNINITIALIZED
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8], [16], [24]} }}
+        i ∈ [1..10]
+        next_free ∈ {0; 8; 16; 24; 32}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 63] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 64 to 95] ∈ [0..10]
+              [bits 96 to 127] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 128 to 159] ∈ [0..10]
+              [bits 160 to 191] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [bits 192 to 223] ∈ [0..10]
+              [bits 224 to 255] ∈ {{ NULL ; (? *)&MEMORY{[0], [8], [16]} }}
+              [32..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY{[0], [8], [16], [24], [32]} }}
+        head ∈ {{ NULL ; (item *)&MEMORY{[0], [8], [16], [24]} }}
+        i ∈ [1..10]
+        next_free ∈ {8; 16; 24; 32; 40}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 63] ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+              [bits 64 to 95] ∈ [0..10]
+              [bits 96 to 127] ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+              [bits 128 to 159] ∈ [0..10]
+              [bits 160 to 191] ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+              [bits 192 to 223] ∈ [0..10]
+              [bits 224 to 255] ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+              [bits 256 to 0x11F] ∈ [0..10]
+              [bits 0x120 to 0x13F] ∈
+              {{ NULL ; (? *)&MEMORY{[0], [8], [16], [24]} }}
+              [40..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ &MEMORY + [0..0x3F8],0%8 }} or UNINITIALIZED
+        head ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+        i ∈ [1..10]
+        next_free ∈ [0..0x7FFFFFF8],0%8
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 63] ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+              [bits 64 to 95] ∈ [0..10]
+              [bits 96 to 127] ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+              [bits 128 to 159] ∈ [0..10]
+              [bits 160 to 191] ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+              [bits 192 to 223] ∈ [0..10]
+              [bits 224 to 255] ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+              [bits 256 to 0x11F] ∈ [0..10]
+              [bits 0x120 to 0x13F] ∈
+              {{ NULL ; (? *)&MEMORY{[0], [8], [16], [24]} }}
+              [40..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ NULL ; &MEMORY + [0..0xFFFFFFF8],0%8 }}
+        head ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+        i ∈ [1..10]
+        next_free ∈ [-0x80000000..0x7FFFFFF8],0%8
+        =END OF DUMP==
+tests/non-free/linked_list.c:43:[value] warning: out of bounds write. assert \valid(&curr->val);
+tests/non-free/linked_list.c:43:[kernel] more than 100(128) locations to update in array. Approximating.
+tests/non-free/linked_list.c:43:[kernel] more than 100(128) elements to enumerate. Approximating.
+tests/non-free/linked_list.c:44:[kernel] more than 100(128) locations to update in array. Approximating.
+tests/non-free/linked_list.c:44:[kernel] more than 100(128) elements to enumerate. Approximating.
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 0x1FDF]# ∈
+              {{ NULL + [0..10] ; &MEMORY + [0..0x3F8],0%8 }} repeated %32 
+              [bits 0x1FE0 to 0x1FFF] ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ &MEMORY + [0..0x3F8],0%8 }} or UNINITIALIZED
+        head ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+        i ∈ [1..10]
+        next_free ∈ [-0x80000000..0x7FFFFFF8],0%8
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ [0..10]
+              [bits 32 to 0x1FDF]# ∈
+              {{ NULL + [0..10] ; &MEMORY + [0..0x3F8],0%8 }} repeated %32 
+              [bits 0x1FE0 to 0x1FFF] ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ NULL ; &MEMORY + [0..0xFFFFFFF8],0%8 }}
+        head ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+        i ∈ [1..10]
+        next_free ∈ [-0x80000000..0x7FFFFFF8],0%8
+        =END OF DUMP==
+tests/non-free/linked_list.c:50:[value] entering loop for the first time
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] using specification for function printf
+[value] Done for function printf
+tests/non-free/linked_list.c:51:[value] warning: out of bounds read. assert \valid_read(&curr->val);
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] Done for function printf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function malloc:
+  next_free ∈ [-0x80000000..0x7FFFFFF8],0%8
+  __retres ∈ {{ NULL ; &MEMORY + [0..0xFFFFFFF8],0%8 }}
+[value:final-states] Values at end of function main:
+  MEMORY[bits 0 to 31] ∈ [0..10]
+        [bits 32 to 0x1FDF]# ∈
+        {{ NULL + [0..10] ; &MEMORY + [0..0x3F8],0%8 }} repeated %32 
+        [bits 0x1FE0 to 0x1FFF] ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+  __fc_initial_stdout ∈ [--..--]
+  curr ∈ {0}
+  head ∈ {{ NULL ; &MEMORY + [0..0x3F8],0%8 }}
+  i ∈ {11}
+  next_free ∈ [-0x80000000..0x7FFFFFF8],0%8
+[from] Computing for function malloc
+[from] Done for function malloc
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+tests/non-free/linked_list.c:43:[kernel] more than 100(128) dependencies to update. Approximating.
+tests/non-free/linked_list.c:44:[kernel] more than 100(128) dependencies to update. Approximating.
+[from] Computing for function printf <-main
+[from] Done for function printf
+tests/non-free/linked_list.c:51:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function malloc:
+  next_free FROM size; next_free
+  \result FROM size; next_free
+[from] Function printf:
+  __fc_initial_stdout FROM "%d\n"
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function main:
+  MEMORY[0..3] FROM next_free (and SELF)
+        [4..0x3FF] FROM next_free (and SELF)
+  __fc_initial_stdout FROM MEMORY[4..0x3FF]; next_free; "%d\n" (and SELF)
+  next_free FROM next_free (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function malloc:
+          next_free; __retres
+[inout] Inputs for function malloc:
+          next_free
+[inout] Out (internal) for function main:
+          MEMORY[0..0x3FF]; __fc_initial_stdout; curr; head; i; next_free
+[inout] Inputs for function main:
+          MEMORY[0..0x3FF]; next_free; "%d\n"
diff --git a/tests/non-free/oracle_symblocs/linked_list.2.err.oracle b/tests/non-free/oracle_symblocs/linked_list.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/linked_list.2.res.oracle b/tests/non-free/oracle_symblocs/linked_list.2.res.oracle
new file mode 100644
index 00000000000..31e088625e9
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/linked_list.2.res.oracle
@@ -0,0 +1,741 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/linked_list.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  MEMORY[0..0x3FF] ∈ {0}
+  __FC_errno ∈ [--..--]
+  __fc_stderr ∈ {{ &__fc_initial_stderr }}
+  __fc_stdin ∈ {{ &__fc_initial_stdin }}
+  __fc_stdout ∈ {{ &__fc_initial_stdout }}
+  __fc_fopen[0..0x1FF] ∈ {0}
+  __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+  __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                     {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                     {0}
+  __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                     {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                     {0}
+  __fc_initial_stdin ∈ {0}
+  next_free ∈ {0}
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[0..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ UNINITIALIZED
+        head ∈ {0}
+        i ∈ {1}
+        next_free ∈ {0}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[0..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY }}
+        head ∈ {0}
+        i ∈ {1}
+        next_free ∈ {8}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY }}
+        head ∈ {{ (item *)&MEMORY }}
+        i ∈ {2}
+        next_free ∈ {8}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[8] }}
+        head ∈ {{ (item *)&MEMORY }}
+        i ∈ {2}
+        next_free ∈ {16}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [16..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[8] }}
+        head ∈ {{ (item *)&MEMORY[8] }}
+        i ∈ {3}
+        next_free ∈ {16}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [16..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[16] }}
+        head ∈ {{ (item *)&MEMORY[8] }}
+        i ∈ {3}
+        next_free ∈ {24}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [24..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[16] }}
+        head ∈ {{ (item *)&MEMORY[16] }}
+        i ∈ {4}
+        next_free ∈ {24}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [24..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[24] }}
+        head ∈ {{ (item *)&MEMORY[16] }}
+        i ∈ {4}
+        next_free ∈ {32}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [32..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[24] }}
+        head ∈ {{ (item *)&MEMORY[24] }}
+        i ∈ {5}
+        next_free ∈ {32}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [32..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[32] }}
+        head ∈ {{ (item *)&MEMORY[24] }}
+        i ∈ {5}
+        next_free ∈ {40}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [bits 256 to 0x11F] ∈ {5}
+              [bits 0x120 to 0x13F] ∈ {{ (? *)&MEMORY[24] }}
+              [40..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[32] }}
+        head ∈ {{ (item *)&MEMORY[32] }}
+        i ∈ {6}
+        next_free ∈ {40}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [bits 256 to 0x11F] ∈ {5}
+              [bits 0x120 to 0x13F] ∈ {{ (? *)&MEMORY[24] }}
+              [40..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[40] }}
+        head ∈ {{ (item *)&MEMORY[32] }}
+        i ∈ {6}
+        next_free ∈ {48}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [bits 256 to 0x11F] ∈ {5}
+              [bits 0x120 to 0x13F] ∈ {{ (? *)&MEMORY[24] }}
+              [bits 0x140 to 0x15F] ∈ {6}
+              [bits 0x160 to 0x17F] ∈ {{ (? *)&MEMORY[32] }}
+              [48..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[40] }}
+        head ∈ {{ (item *)&MEMORY[40] }}
+        i ∈ {7}
+        next_free ∈ {48}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [bits 256 to 0x11F] ∈ {5}
+              [bits 0x120 to 0x13F] ∈ {{ (? *)&MEMORY[24] }}
+              [bits 0x140 to 0x15F] ∈ {6}
+              [bits 0x160 to 0x17F] ∈ {{ (? *)&MEMORY[32] }}
+              [48..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[48] }}
+        head ∈ {{ (item *)&MEMORY[40] }}
+        i ∈ {7}
+        next_free ∈ {56}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [bits 256 to 0x11F] ∈ {5}
+              [bits 0x120 to 0x13F] ∈ {{ (? *)&MEMORY[24] }}
+              [bits 0x140 to 0x15F] ∈ {6}
+              [bits 0x160 to 0x17F] ∈ {{ (? *)&MEMORY[32] }}
+              [bits 0x180 to 0x19F] ∈ {7}
+              [bits 0x1A0 to 0x1BF] ∈ {{ (? *)&MEMORY[40] }}
+              [56..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[48] }}
+        head ∈ {{ (item *)&MEMORY[48] }}
+        i ∈ {8}
+        next_free ∈ {56}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [bits 256 to 0x11F] ∈ {5}
+              [bits 0x120 to 0x13F] ∈ {{ (? *)&MEMORY[24] }}
+              [bits 0x140 to 0x15F] ∈ {6}
+              [bits 0x160 to 0x17F] ∈ {{ (? *)&MEMORY[32] }}
+              [bits 0x180 to 0x19F] ∈ {7}
+              [bits 0x1A0 to 0x1BF] ∈ {{ (? *)&MEMORY[40] }}
+              [56..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[56] }}
+        head ∈ {{ (item *)&MEMORY[48] }}
+        i ∈ {8}
+        next_free ∈ {64}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [bits 256 to 0x11F] ∈ {5}
+              [bits 0x120 to 0x13F] ∈ {{ (? *)&MEMORY[24] }}
+              [bits 0x140 to 0x15F] ∈ {6}
+              [bits 0x160 to 0x17F] ∈ {{ (? *)&MEMORY[32] }}
+              [bits 0x180 to 0x19F] ∈ {7}
+              [bits 0x1A0 to 0x1BF] ∈ {{ (? *)&MEMORY[40] }}
+              [bits 0x1C0 to 0x1DF] ∈ {8}
+              [bits 0x1E0 to 0x1FF] ∈ {{ (? *)&MEMORY[48] }}
+              [64..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[56] }}
+        head ∈ {{ (item *)&MEMORY[56] }}
+        i ∈ {9}
+        next_free ∈ {64}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [bits 256 to 0x11F] ∈ {5}
+              [bits 0x120 to 0x13F] ∈ {{ (? *)&MEMORY[24] }}
+              [bits 0x140 to 0x15F] ∈ {6}
+              [bits 0x160 to 0x17F] ∈ {{ (? *)&MEMORY[32] }}
+              [bits 0x180 to 0x19F] ∈ {7}
+              [bits 0x1A0 to 0x1BF] ∈ {{ (? *)&MEMORY[40] }}
+              [bits 0x1C0 to 0x1DF] ∈ {8}
+              [bits 0x1E0 to 0x1FF] ∈ {{ (? *)&MEMORY[48] }}
+              [64..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[64] }}
+        head ∈ {{ (item *)&MEMORY[56] }}
+        i ∈ {9}
+        next_free ∈ {72}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 40
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [bits 256 to 0x11F] ∈ {5}
+              [bits 0x120 to 0x13F] ∈ {{ (? *)&MEMORY[24] }}
+              [bits 0x140 to 0x15F] ∈ {6}
+              [bits 0x160 to 0x17F] ∈ {{ (? *)&MEMORY[32] }}
+              [bits 0x180 to 0x19F] ∈ {7}
+              [bits 0x1A0 to 0x1BF] ∈ {{ (? *)&MEMORY[40] }}
+              [bits 0x1C0 to 0x1DF] ∈ {8}
+              [bits 0x1E0 to 0x1FF] ∈ {{ (? *)&MEMORY[48] }}
+              [bits 0x200 to 0x21F] ∈ {9}
+              [bits 0x220 to 0x23F] ∈ {{ (? *)&MEMORY[56] }}
+              [72..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[64] }}
+        head ∈ {{ (item *)&MEMORY[64] }}
+        i ∈ {10}
+        next_free ∈ {72}
+        =END OF DUMP==
+[value] computing for function malloc <- main.
+        Called from tests/non-free/linked_list.c:41.
+[value] Recording results for malloc
+[value] Done for function malloc
+[value] DUMPING STATE of file tests/non-free/linked_list.c line 42
+        MEMORY[bits 0 to 31] ∈ {1}
+              [4..7] ∈ {0}
+              [bits 64 to 95] ∈ {2}
+              [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+              [bits 128 to 159] ∈ {3}
+              [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+              [bits 192 to 223] ∈ {4}
+              [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+              [bits 256 to 0x11F] ∈ {5}
+              [bits 0x120 to 0x13F] ∈ {{ (? *)&MEMORY[24] }}
+              [bits 0x140 to 0x15F] ∈ {6}
+              [bits 0x160 to 0x17F] ∈ {{ (? *)&MEMORY[32] }}
+              [bits 0x180 to 0x19F] ∈ {7}
+              [bits 0x1A0 to 0x1BF] ∈ {{ (? *)&MEMORY[40] }}
+              [bits 0x1C0 to 0x1DF] ∈ {8}
+              [bits 0x1E0 to 0x1FF] ∈ {{ (? *)&MEMORY[48] }}
+              [bits 0x200 to 0x21F] ∈ {9}
+              [bits 0x220 to 0x23F] ∈ {{ (? *)&MEMORY[56] }}
+              [72..0x3FF] ∈ {0}
+        __FC_errno ∈ [--..--]
+        __fc_stderr ∈ {{ &__fc_initial_stderr }}
+        __fc_stdin ∈ {{ &__fc_initial_stdin }}
+        __fc_stdout ∈ {{ &__fc_initial_stdout }}
+        __fc_fopen[0..0x1FF] ∈ {0}
+        __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+        __fc_initial_stdout.__fc_stdio_id ∈ {1}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stderr.__fc_stdio_id ∈ {2}
+                           {.__fc_position; .__fc_error; .__fc_eof; .__fc_flags; .__fc_inode; .__fc_real_data; .__fc_real_data_max_size; .[bits 80 to 95]} ∈
+                           {0}
+        __fc_initial_stdin ∈ {0}
+        curr ∈ {{ (item *)&MEMORY[72] }}
+        head ∈ {{ (item *)&MEMORY[64] }}
+        i ∈ {10}
+        next_free ∈ {80}
+        =END OF DUMP==
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] using specification for function printf
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/non-free/linked_list.c:51.
+[value] Done for function printf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function malloc:
+  next_free ∈ [8..80],0%8
+  __retres ∈ {{ &MEMORY + [0..72],0%8 }}
+[value:final-states] Values at end of function main:
+  MEMORY[bits 0 to 31] ∈ {1}
+        [4..7] ∈ {0}
+        [bits 64 to 95] ∈ {2}
+        [bits 96 to 127] ∈ {{ (? *)&MEMORY }}
+        [bits 128 to 159] ∈ {3}
+        [bits 160 to 191] ∈ {{ (? *)&MEMORY[8] }}
+        [bits 192 to 223] ∈ {4}
+        [bits 224 to 255] ∈ {{ (? *)&MEMORY[16] }}
+        [bits 256 to 0x11F] ∈ {5}
+        [bits 0x120 to 0x13F] ∈ {{ (? *)&MEMORY[24] }}
+        [bits 0x140 to 0x15F] ∈ {6}
+        [bits 0x160 to 0x17F] ∈ {{ (? *)&MEMORY[32] }}
+        [bits 0x180 to 0x19F] ∈ {7}
+        [bits 0x1A0 to 0x1BF] ∈ {{ (? *)&MEMORY[40] }}
+        [bits 0x1C0 to 0x1DF] ∈ {8}
+        [bits 0x1E0 to 0x1FF] ∈ {{ (? *)&MEMORY[48] }}
+        [bits 0x200 to 0x21F] ∈ {9}
+        [bits 0x220 to 0x23F] ∈ {{ (? *)&MEMORY[56] }}
+        [bits 0x240 to 0x25F] ∈ {10}
+        [bits 0x260 to 0x27F] ∈ {{ (? *)&MEMORY[64] }}
+        [80..0x3FF] ∈ {0}
+  __fc_initial_stdout ∈ [--..--]
+  curr ∈ {0}
+  head ∈ {{ (item *)&MEMORY[72] }}
+  i ∈ {11}
+  next_free ∈ {80}
+[from] Computing for function malloc
+[from] Done for function malloc
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Computing for function printf <-main
+[from] Done for function printf
+tests/non-free/linked_list.c:51:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function malloc:
+  next_free FROM size; next_free
+  \result FROM size; next_free
+[from] Function printf:
+  __fc_initial_stdout FROM "%d\n"
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function main:
+  MEMORY{[0..3]; [8..11]; [16..19]; [24..27]; [32..35]; [40..43]; [48..51];
+         [56..59]; [64..67]; [72..75]}
+        FROM next_free (and SELF)
+        {[4..7]; [12..15]; [20..23]; [28..31]; [36..39]; [44..47]; [52..55];
+         [60..63]; [68..71]; [76..79]}
+        FROM next_free (and SELF)
+  __fc_initial_stdout FROM MEMORY{[4..7]; [12..15]; [20..23]; [28..31];
+                                  [36..39]; [44..47]; [52..55]; [60..63];
+                                  [68..71]; [76..79]};
+                            next_free; "%d\n" (and SELF)
+  next_free FROM next_free (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function malloc:
+          next_free; __retres
+[inout] Inputs for function malloc:
+          next_free
+[inout] Out (internal) for function main:
+          MEMORY[0..79]; __fc_initial_stdout; curr; head; i; next_free
+[inout] Inputs for function main:
+          MEMORY[0..79]; next_free; "%d\n"
diff --git a/tests/non-free/oracle_symblocs/loopalloc.err.oracle b/tests/non-free/oracle_symblocs/loopalloc.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/loopalloc.res.oracle b/tests/non-free/oracle_symblocs/loopalloc.res.oracle
new file mode 100644
index 00000000000..7004a953ced
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/loopalloc.res.oracle
@@ -0,0 +1,305 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/loopalloc.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  v ∈ [--..--]
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 17
+        p ∈ {0}
+        v ∈ [--..--]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:18:[value] allocating variable __malloc_main_l18
+tests/non-free/loopalloc.i:19:[value:malloc] strong free on bases: {__malloc_main_l18}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 20
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:15:[value] entering loop for the first time
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 17
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:18:[value] allocating variable __malloc_main_l18_0
+tests/non-free/loopalloc.i:19:[value:malloc] strong free on bases: {__malloc_main_l18_0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/non-free/loopalloc.i:18:[kernel] warning: Neither code nor specification for function Frama_C_alloc_size, generating default assigns from the prototype
+tests/non-free/loopalloc.i:19:[kernel] warning: Neither code nor specification for function Frama_C_free, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Computing for function Frama_C_alloc_size <-main
+[from] Done for function Frama_C_alloc_size
+[from] Computing for function Frama_C_free <-main
+[from] Done for function Frama_C_free
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p
+[inout] Inputs for function main:
+          p
+[value] Analyzing a complete application starting at main2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  v ∈ [--..--]
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 41
+        p ∈ {0}
+        v ∈ [--..--]
+        c ∈ {0; 1}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:42:[value] allocating variable __malloc_main2_l42
+[value] Called Frama_C_show_each({{ &__malloc_main2_l42 }})
+tests/non-free/loopalloc.i:44:[value:malloc] strong free on bases: {__malloc_main2_l42}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 45
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 41
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:42:[value] allocating variable __malloc_main2_l42_0
+[value] Called Frama_C_show_each({{ &__malloc_main2_l42_0 }})
+tests/non-free/loopalloc.i:44:[value:malloc] strong free on bases: {__malloc_main2_l42_0}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 45
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 41
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2; 3}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:42:[value] allocating variable __malloc_main2_l42_1
+[value] Called Frama_C_show_each({{ &__malloc_main2_l42_1 }})
+tests/non-free/loopalloc.i:44:[value:malloc] strong free on bases: {__malloc_main2_l42_1}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 45
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2; 3}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 41
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2; 3; 4}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:42:[value] allocating variable __malloc_main2_l42_2
+[value] Called Frama_C_show_each({{ &__malloc_main2_l42_2 }})
+tests/non-free/loopalloc.i:44:[value:malloc] strong free on bases: {__malloc_main2_l42_2}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 45
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2; 3; 4}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 41
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2; 3; 4; 5}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:42:[value] allocating variable __malloc_main2_l42_3
+[value] Called Frama_C_show_each({{ &__malloc_main2_l42_3 }})
+tests/non-free/loopalloc.i:44:[value:malloc] strong free on bases: {__malloc_main2_l42_3}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 45
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2; 3; 4; 5}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 41
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2; 3; 4; 5; 6}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:42:[value] allocating variable __malloc_main2_l42_4
+[value] Called Frama_C_show_each({{ &__malloc_main2_l42_4 }})
+tests/non-free/loopalloc.i:44:[value:malloc] strong free on bases: {__malloc_main2_l42_4}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 45
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2; 3; 4; 5; 6}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 41
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:42:[value] allocating variable __malloc_main2_l42_5
+[value] Called Frama_C_show_each({{ &__malloc_main2_l42_5 }})
+tests/non-free/loopalloc.i:44:[value:malloc] strong free on bases: {__malloc_main2_l42_5}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 45
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 41
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ [0..8]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:42:[value] allocating variable __malloc_main2_l42_6
+[value] Called Frama_C_show_each({{ &__malloc_main2_l42_6 }})
+tests/non-free/loopalloc.i:44:[value:malloc] strong free on bases: {__malloc_main2_l42_6}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 45
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ [0..8]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 41
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ [0..9]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:42:[value] allocating variable __malloc_main2_l42_7
+[value] Called Frama_C_show_each({{ &__malloc_main2_l42_7 }})
+tests/non-free/loopalloc.i:44:[value:malloc] strong free on bases: {__malloc_main2_l42_7}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 45
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ [0..9]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 41
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ [0..10]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:42:[value] allocating variable __malloc_main2_l42_8
+[value] Called Frama_C_show_each({{ &__malloc_main2_l42_8 }})
+tests/non-free/loopalloc.i:44:[value:malloc] strong free on bases: {__malloc_main2_l42_8}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 45
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ [0..10]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 41
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ [0..11]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/loopalloc.i:42:[value] allocating variable __malloc_main2_l42_9
+[value] Called Frama_C_show_each({{ &__malloc_main2_l42_9 }})
+tests/non-free/loopalloc.i:44:[value:malloc] strong free on bases: {__malloc_main2_l42_9}
+[value] DUMPING STATE of file tests/non-free/loopalloc.i line 45
+        p ∈ ESCAPINGADDR
+        v ∈ [--..--]
+        c ∈ [0..11]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function incr <- main2.
+        Called from tests/non-free/loopalloc.i:39.
+[value] Recording results for incr
+[value] Done for function incr
+[value] Recording results for main2
+[value] done for function main2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function incr:
+  c ∈ [0..11]
+[value:final-states] Values at end of function main2:
+  NON TERMINATING FUNCTION
+[from] Computing for function incr
+[from] Done for function incr
+[from] Computing for function main2
+[from] Computing for function Frama_C_dump_each <-main2
+[from] Done for function Frama_C_dump_each
+[from] Computing for function Frama_C_alloc_size <-main2
+[from] Done for function Frama_C_alloc_size
+[from] Computing for function Frama_C_free <-main2
+[from] Done for function Frama_C_free
+[from] Non-terminating function main2 (no dependencies)
+[from] Done for function main2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function incr:
+  c FROM v; p_0; c (and SELF)
+[from] Function main2:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function incr:
+          c
+[inout] Inputs for function incr:
+          v; c
+[inout] Out (internal) for function main2:
+          p; c
+[inout] Inputs for function main2:
+          p; v
diff --git a/tests/non-free/oracle_symblocs/malloc-deps.err.oracle b/tests/non-free/oracle_symblocs/malloc-deps.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/malloc-deps.res.oracle b/tests/non-free/oracle_symblocs/malloc-deps.res.oracle
new file mode 100644
index 00000000000..bb04d1f19d9
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/malloc-deps.res.oracle
@@ -0,0 +1,146 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/malloc-deps.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+tests/non-free/malloc-deps.i:17:[value] allocating weak variable __malloc_w_main_l17
+tests/non-free/malloc-deps.i:21:[value] allocating variable __malloc_main_l21
+tests/non-free/malloc-deps.i:28:[value] allocating variable __malloc_main_l28
+[value] computing for function g <- main.
+        Called from tests/non-free/malloc-deps.i:29.
+tests/non-free/malloc-deps.i:13:[value] warning: out of bounds write. assert \valid(p+k);
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+tests/non-free/malloc-deps.i:28:[value:malloc] marking variable `__malloc_main_l28' as weak
+tests/non-free/malloc-deps.i:28:[value:malloc] resizing variable `__malloc_w_main_l28' (0..31) to fit 0..63
+tests/non-free/malloc-deps.i:29:[value] warning: signed overflow. assert l+v ≤ 2147483647;
+[value] computing for function g <- main.
+        Called from tests/non-free/malloc-deps.i:29.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+tests/non-free/malloc-deps.i:28:[value:malloc] resizing variable `__malloc_w_main_l28' (0..31/63) to fit 0..95
+[value] computing for function g <- main.
+        Called from tests/non-free/malloc-deps.i:29.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+tests/non-free/malloc-deps.i:28:[value:malloc] resizing variable `__malloc_w_main_l28' (0..31/95) to fit 0..127
+[value] computing for function g <- main.
+        Called from tests/non-free/malloc-deps.i:29.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+tests/non-free/malloc-deps.i:28:[value:malloc] resizing variable `__malloc_w_main_l28' (0..31/127) to fit 0..159
+[value] computing for function g <- main.
+        Called from tests/non-free/malloc-deps.i:29.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+tests/non-free/malloc-deps.i:27:[value] entering loop for the first time
+tests/non-free/malloc-deps.i:28:[value:malloc] resizing variable `__malloc_w_main_l28' (0..31/159) to fit 0..191
+[value] computing for function g <- main.
+        Called from tests/non-free/malloc-deps.i:29.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+tests/non-free/malloc-deps.i:28:[value:malloc] resizing variable `__malloc_w_main_l28' (0..31/191) to fit 0..191/223
+[value] computing for function g <- main.
+        Called from tests/non-free/malloc-deps.i:29.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+tests/non-free/malloc-deps.i:28:[value:malloc] resizing variable `__malloc_w_main_l28' (0..31/223) to fit 0..191/255
+[value] computing for function g <- main.
+        Called from tests/non-free/malloc-deps.i:29.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+tests/non-free/malloc-deps.i:28:[value:malloc] resizing variable `__malloc_w_main_l28' (0..31/255) to fit 0..191/319
+[value] computing for function g <- main.
+        Called from tests/non-free/malloc-deps.i:29.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+tests/non-free/malloc-deps.i:28:[value:malloc] resizing variable `__malloc_w_main_l28' (0..31/319) to fit 0..191/319
+[value] computing for function g <- main.
+        Called from tests/non-free/malloc-deps.i:29.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  __malloc_w_main_l28[0..9] ∈ [0..9] or UNINITIALIZED
+[value:final-states] Values at end of function main:
+  p ∈ {{ &__malloc_w_main_l17[0] }}
+  q ∈ {{ &__malloc_main_l21[0] }}
+  r ∈ {{ &__malloc_w_main_l28[0] }}
+  __malloc_w_main_l17[0] ∈ [--..--] or UNINITIALIZED
+                     [1..24] ∈ UNINITIALIZED
+  __malloc_main_l21[0] ∈ [--..--]
+                   [1..24] ∈ UNINITIALIZED
+  __malloc_w_main_l28[0..9] ∈ [0..9] or UNINITIALIZED
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main
+[from] Computing for function Frama_C_alloc_size_weak <-main
+[from] Done for function Frama_C_alloc_size_weak
+[from] Computing for function Frama_C_alloc_size <-main
+[from] Done for function Frama_C_alloc_size
+[from] Computing for function Frama_C_alloc_by_stack <-main
+[from] Done for function Frama_C_alloc_by_stack
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function g:
+  __malloc_w_main_l28[0..9] FROM p; k (and SELF)
+[from] Function main:
+  __malloc_w_main_l17[0] FROM i; j (and SELF)
+  __malloc_main_l21[0] FROM j
+  __malloc_w_main_l28[0..9] FROM v (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to Frama_C_alloc_size_weak at tests/non-free/malloc-deps.i:17 (by main):
+  \result FROM \nothing
+[from] call to Frama_C_alloc_size at tests/non-free/malloc-deps.i:21 (by main):
+  \result FROM \nothing
+[from] call to Frama_C_alloc_by_stack at tests/non-free/malloc-deps.i:28 (by main):
+  \result FROM \nothing
+[from] call to g at tests/non-free/malloc-deps.i:29 (by main):
+  __malloc_w_main_l28[0..9] FROM p; k (and SELF)
+[from] entry point:
+  __malloc_w_main_l17[0] FROM i; j (and SELF)
+  __malloc_main_l21[0] FROM j
+  __malloc_w_main_l28[0..9] FROM v (and SELF)
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] InOut (internal) for function g:
+        Operational inputs:
+          p; k
+        Operational inputs on termination:
+          p; k
+        Sure outputs:
+          \nothing
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          v; i; j
+        Operational inputs on termination:
+          v; i; j
+        Sure outputs:
+          p; q; l; __malloc_main_l21[0]
diff --git a/tests/non-free/oracle_symblocs/malloc-optimistic.err.oracle b/tests/non-free/oracle_symblocs/malloc-optimistic.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/malloc-optimistic.res.oracle b/tests/non-free/oracle_symblocs/malloc-optimistic.res.oracle
new file mode 100644
index 00000000000..814eac8c6e0
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/malloc-optimistic.res.oracle
@@ -0,0 +1,3026 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/malloc-optimistic.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/non-free/malloc-optimistic.c:135.
+[value] Called Frama_C_show_each_1_1({0})
+[value] Called Frama_C_show_each_1_1({1})
+tests/non-free/malloc-optimistic.c:17:[value] allocating variable __malloc_main1_l17
+tests/non-free/malloc-optimistic.c:17:[value:malloc] resizing variable `__malloc_main1_l17' (0..31) to fit 0..63
+[value] Called Frama_C_show_each_1_2({0})
+[value] Called Frama_C_show_each_1_2({1})
+tests/non-free/malloc-optimistic.c:19:[value] warning: out of bounds write. assert \valid(p+i);
+[value] Recording results for main1
+[value] Done for function main1
+tests/non-free/malloc-optimistic.c:136:[value:malloc] strong free on bases: {__malloc_main1_l17}
+[value] computing for function main2 <- main.
+        Called from tests/non-free/malloc-optimistic.c:137.
+[value] Called Frama_C_show_each_2_1({2})
+[value] Called Frama_C_show_each_2_1({1})
+tests/non-free/malloc-optimistic.c:27:[value] allocating variable __malloc_main2_l27
+tests/non-free/malloc-optimistic.c:27:[value:malloc] resizing variable `__malloc_main2_l27' (0..95) to fit 0..63
+[value] Called Frama_C_show_each_2_2({2})
+[value] Called Frama_C_show_each_2_2({1})
+tests/non-free/malloc-optimistic.c:29:[value] warning: out of bounds write. assert \valid(p+i);
+[value] Recording results for main2
+[value] Done for function main2
+tests/non-free/malloc-optimistic.c:138:[value:malloc] strong free on bases: {__malloc_main2_l27}
+[value] computing for function main3 <- main.
+        Called from tests/non-free/malloc-optimistic.c:139.
+[value] computing for function main_3_aux <- main3 <- main.
+        Called from tests/non-free/malloc-optimistic.c:48.
+tests/non-free/malloc-optimistic.c:34:[value] allocating variable __malloc_main_3_aux_l34
+[value] Recording results for main_3_aux
+[value] Done for function main_3_aux
+[value] computing for function main_3_aux <- main3 <- main.
+        Called from tests/non-free/malloc-optimistic.c:48.
+tests/non-free/malloc-optimistic.c:34:[value:malloc] resizing variable `__malloc_main_3_aux_l34' (0..31) to fit 0..63
+tests/non-free/malloc-optimistic.c:35:[value] warning: out of bounds write. assert \valid(p+i);
+[value] Recording results for main_3_aux
+[value] Done for function main_3_aux
+[value] Recording results for main3
+[value] Done for function main3
+tests/non-free/malloc-optimistic.c:140:[value:malloc] strong free on bases: {__malloc_main_3_aux_l34}
+[value] computing for function main4 <- main.
+        Called from tests/non-free/malloc-optimistic.c:141.
+[value] computing for function main_4_aux <- main4 <- main.
+        Called from tests/non-free/malloc-optimistic.c:56.
+tests/non-free/malloc-optimistic.c:40:[value] allocating variable __malloc_main_4_aux_l40
+[value] Recording results for main_4_aux
+[value] Done for function main_4_aux
+[value] computing for function main_4_aux <- main4 <- main.
+        Called from tests/non-free/malloc-optimistic.c:56.
+tests/non-free/malloc-optimistic.c:40:[value:malloc] resizing variable `__malloc_main_4_aux_l40' (0..95) to fit 0..63
+[value] Recording results for main_4_aux
+[value] Done for function main_4_aux
+[value] Recording results for main4
+[value] Done for function main4
+tests/non-free/malloc-optimistic.c:142:[value:malloc] strong free on bases: {__malloc_main_4_aux_l40}
+[value] computing for function main5 <- main.
+        Called from tests/non-free/malloc-optimistic.c:144.
+tests/non-free/malloc-optimistic.c:64:[value] allocating variable __malloc_main5_l64
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31) to fit 0..63
+tests/non-free/malloc-optimistic.c:65:[value] warning: out of bounds write. assert \valid(p+i);
+tests/non-free/malloc-optimistic.c:66:[value] warning: out of bounds read. assert \valid_read(p+i);
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {0}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {0}
+        k ∈ {-2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0] ∈ {0}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {1}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {0}
+        k ∈ {-2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0] ∈ UNINITIALIZED
+                          [1] ∈ {0}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/63) to fit 0..63
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/63) to fit 0..95
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {2}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {1}
+        k ∈ {-1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..1] ∈ UNINITIALIZED
+                          [2] ∈ {1}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {1}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {1}
+        k ∈ {-1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0] ∈ UNINITIALIZED
+                          [1] ∈ {1}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/95) to fit 0..95
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/95) to fit 0..127
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {3}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {2}
+        k ∈ {0}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..2] ∈ UNINITIALIZED
+                          [3] ∈ {2}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {2}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {2}
+        k ∈ {0}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..1] ∈ UNINITIALIZED
+                          [2] ∈ {2}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/127) to fit 0..127
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/127) to fit 0..159
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {4}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {3}
+        k ∈ {1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..3] ∈ UNINITIALIZED
+                          [4] ∈ {3}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {3}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {3}
+        k ∈ {1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..2] ∈ UNINITIALIZED
+                          [3] ∈ {3}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/159) to fit 0..159
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/159) to fit 0..191
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {5}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {4}
+        k ∈ {2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..4] ∈ UNINITIALIZED
+                          [5] ∈ {4}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {4}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {4}
+        k ∈ {2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..3] ∈ UNINITIALIZED
+                          [4] ∈ {4}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/191) to fit 0..191
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/191) to fit 0..223
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {6}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {5}
+        k ∈ {3}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..5] ∈ UNINITIALIZED
+                          [6] ∈ {5}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {5}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {5}
+        k ∈ {3}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..4] ∈ UNINITIALIZED
+                          [5] ∈ {5}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/223) to fit 0..223
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/223) to fit 0..255
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {7}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {6}
+        k ∈ {4}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..6] ∈ UNINITIALIZED
+                          [7] ∈ {6}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {6}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {6}
+        k ∈ {4}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..5] ∈ UNINITIALIZED
+                          [6] ∈ {6}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/255) to fit 0..255
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/255) to fit 0..287
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {8}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {7}
+        k ∈ {5}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..7] ∈ UNINITIALIZED
+                          [8] ∈ {7}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {7}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {7}
+        k ∈ {5}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..6] ∈ UNINITIALIZED
+                          [7] ∈ {7}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/287) to fit 0..287
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/287) to fit 0..319
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {9}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {8}
+        k ∈ {6}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..8] ∈ UNINITIALIZED
+                          [9] ∈ {8}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {8}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {8}
+        k ∈ {6}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..7] ∈ UNINITIALIZED
+                          [8] ∈ {8}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/319) to fit 0..319
+tests/non-free/malloc-optimistic.c:64:[value:malloc] resizing variable `__malloc_main5_l64' (0..31/319) to fit 0..351
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {10}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {9}
+        k ∈ {7}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..9] ∈ UNINITIALIZED
+                          [10] ∈ {9}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 67
+        v ∈ [--..--]
+        i ∈ {9}
+        p ∈ {{ &__malloc_main5_l64[0] }}
+        j ∈ {9}
+        k ∈ {7}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main5_l64[0..8] ∈ UNINITIALIZED
+                          [9] ∈ {9}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+tests/non-free/malloc-optimistic.c:68:[value:malloc] strong free on bases: {__malloc_main5_l64}
+[value] Recording results for main5
+[value] Done for function main5
+[value] computing for function main6 <- main.
+        Called from tests/non-free/malloc-optimistic.c:145.
+tests/non-free/malloc-optimistic.c:77:[value] allocating variable __malloc_main6_l77
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_main6_l77' (0..31) to fit 0..63
+tests/non-free/malloc-optimistic.c:78:[value] warning: out of bounds write. assert \valid(p+i);
+tests/non-free/malloc-optimistic.c:79:[value] warning: out of bounds read. assert \valid_read(p+i);
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {0}
+        p ∈ {{ &__malloc_main6_l77[0] }}
+        j ∈ {0}
+        k ∈ {-2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main6_l77[0] ∈ {0}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {1}
+        p ∈ {{ &__malloc_main6_l77[0] }}
+        j ∈ {0}
+        k ∈ {-2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_main6_l77[0] ∈ UNINITIALIZED
+                          [1] ∈ {0}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:81:[value:malloc] strong free on bases: {__malloc_main6_l77}
+tests/non-free/malloc-optimistic.c:77:[value:malloc] marking variable `__malloc_main6_l77' as weak
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/63) to fit 0..63
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/63) to fit 0..95
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {2}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {1}
+        k ∈ {-1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0} or UNINITIALIZED
+                            [2] ∈ {1} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {1}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {1}
+        k ∈ {-1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:81:[value:malloc] weak free on bases: {__malloc_w_main6_l77}
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/95) to fit 0..95
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/95) to fit 0..127
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {3}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {2}
+        k ∈ {0}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1} or UNINITIALIZED
+                            [3] ∈ {2} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {2}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {2}
+        k ∈ {0}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:81:[value:malloc] weak free on bases: {__malloc_w_main6_l77}
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/127) to fit 0..127
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/127) to fit 0..159
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {4}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {3}
+        k ∈ {1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2} or UNINITIALIZED
+                            [4] ∈ {3} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {3}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {3}
+        k ∈ {1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:81:[value:malloc] weak free on bases: {__malloc_w_main6_l77}
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/159) to fit 0..159
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/159) to fit 0..191
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {5}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {4}
+        k ∈ {2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3} or UNINITIALIZED
+                            [5] ∈ {4} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {4}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {4}
+        k ∈ {2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:81:[value:malloc] weak free on bases: {__malloc_w_main6_l77}
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/191) to fit 0..191
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/191) to fit 0..223
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {6}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {5}
+        k ∈ {3}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4} or UNINITIALIZED
+                            [6] ∈ {5} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {5}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {5}
+        k ∈ {3}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:81:[value:malloc] weak free on bases: {__malloc_w_main6_l77}
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/223) to fit 0..223
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/223) to fit 0..255
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {7}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {6}
+        k ∈ {4}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5} or UNINITIALIZED
+                            [7] ∈ {6} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {6}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {6}
+        k ∈ {4}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:81:[value:malloc] weak free on bases: {__malloc_w_main6_l77}
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/255) to fit 0..255
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/255) to fit 0..287
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {8}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {7}
+        k ∈ {5}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6} or UNINITIALIZED
+                            [8] ∈ {7} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {7}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {7}
+        k ∈ {5}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:81:[value:malloc] weak free on bases: {__malloc_w_main6_l77}
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/287) to fit 0..287
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/287) to fit 0..319
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {9}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {8}
+        k ∈ {6}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7} or UNINITIALIZED
+                            [9] ∈ {8} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {8}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {8}
+        k ∈ {6}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:81:[value:malloc] weak free on bases: {__malloc_w_main6_l77}
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/319) to fit 0..319
+tests/non-free/malloc-optimistic.c:77:[value:malloc] resizing variable `__malloc_w_main6_l77' (0..31/319) to fit 0..351
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {10}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {9}
+        k ∈ {7}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 80
+        v ∈ [--..--]
+        i ∈ {9}
+        p ∈ {{ &__malloc_w_main6_l77[0] }}
+        j ∈ {9}
+        k ∈ {7}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:81:[value:malloc] weak free on bases: {__malloc_w_main6_l77}
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main7 <- main.
+        Called from tests/non-free/malloc-optimistic.c:148.
+tests/non-free/malloc-optimistic.c:90:[value] allocating variable __malloc_main7_l90
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31) to fit 0..63
+tests/non-free/malloc-optimistic.c:91:[value] warning: out of bounds write. assert \valid(p+i);
+tests/non-free/malloc-optimistic.c:92:[value] warning: out of bounds read. assert \valid_read(p+i);
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {0}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {0}
+        k ∈ {-2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0] ∈ {0}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {1}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {0}
+        k ∈ {-2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0] ∈ UNINITIALIZED
+                          [1] ∈ {0}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/63) to fit 0..63
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/63) to fit 0..95
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {2}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {1}
+        k ∈ {-1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..1] ∈ UNINITIALIZED
+                          [2] ∈ {1}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {1}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {1}
+        k ∈ {-1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0] ∈ UNINITIALIZED
+                          [1] ∈ {1}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/95) to fit 0..95
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/95) to fit 0..127
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {3}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {2}
+        k ∈ {0}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..2] ∈ UNINITIALIZED
+                          [3] ∈ {2}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {2}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {2}
+        k ∈ {0}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..1] ∈ UNINITIALIZED
+                          [2] ∈ {2}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/127) to fit 0..127
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/127) to fit 0..159
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {4}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {3}
+        k ∈ {1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..3] ∈ UNINITIALIZED
+                          [4] ∈ {3}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {3}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {3}
+        k ∈ {1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..2] ∈ UNINITIALIZED
+                          [3] ∈ {3}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/159) to fit 0..159
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/159) to fit 0..191
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {5}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {4}
+        k ∈ {2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..4] ∈ UNINITIALIZED
+                          [5] ∈ {4}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {4}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {4}
+        k ∈ {2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..3] ∈ UNINITIALIZED
+                          [4] ∈ {4}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/191) to fit 0..191
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/191) to fit 0..223
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {6}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {5}
+        k ∈ {3}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..5] ∈ UNINITIALIZED
+                          [6] ∈ {5}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {5}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {5}
+        k ∈ {3}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..4] ∈ UNINITIALIZED
+                          [5] ∈ {5}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/223) to fit 0..223
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/223) to fit 0..255
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {7}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {6}
+        k ∈ {4}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..6] ∈ UNINITIALIZED
+                          [7] ∈ {6}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {6}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {6}
+        k ∈ {4}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..5] ∈ UNINITIALIZED
+                          [6] ∈ {6}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/255) to fit 0..255
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/255) to fit 0..287
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {8}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {7}
+        k ∈ {5}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..7] ∈ UNINITIALIZED
+                          [8] ∈ {7}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {7}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {7}
+        k ∈ {5}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..6] ∈ UNINITIALIZED
+                          [7] ∈ {7}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/287) to fit 0..287
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/287) to fit 0..319
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {9}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {8}
+        k ∈ {6}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..8] ∈ UNINITIALIZED
+                          [9] ∈ {8}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {8}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {8}
+        k ∈ {6}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..7] ∈ UNINITIALIZED
+                          [8] ∈ {8}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/319) to fit 0..319
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/319) to fit 0..351
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {10}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {9}
+        k ∈ {7}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..9] ∈ UNINITIALIZED
+                          [10] ∈ {9}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {9}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {9}
+        k ∈ {7}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..8] ∈ UNINITIALIZED
+                          [9] ∈ {9}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/351) to fit 0..351
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/351) to fit 0..383
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {11}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {10}
+        k ∈ {8}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..10] ∈ UNINITIALIZED
+                          [11] ∈ {10}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {10}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {10}
+        k ∈ {8}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..9] ∈ UNINITIALIZED
+                          [10] ∈ {10}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/383) to fit 0..383
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/383) to fit 0..415
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {12}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {11}
+        k ∈ {9}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..11] ∈ UNINITIALIZED
+                          [12] ∈ {11}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {11}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {11}
+        k ∈ {9}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..10] ∈ UNINITIALIZED
+                          [11] ∈ {11}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/415) to fit 0..415
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/415) to fit 0..447
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {13}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {12}
+        k ∈ {10}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..12] ∈ UNINITIALIZED
+                          [13] ∈ {12}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {12}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {12}
+        k ∈ {10}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..11] ∈ UNINITIALIZED
+                          [12] ∈ {12}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/447) to fit 0..447
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/447) to fit 0..479
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {14}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {13}
+        k ∈ {11}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..13] ∈ UNINITIALIZED
+                          [14] ∈ {13}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {13}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {13}
+        k ∈ {11}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..12] ∈ UNINITIALIZED
+                          [13] ∈ {13}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/479) to fit 0..479
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/479) to fit 0..511
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {15}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {14}
+        k ∈ {12}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..14] ∈ UNINITIALIZED
+                          [15] ∈ {14}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {14}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {14}
+        k ∈ {12}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..13] ∈ UNINITIALIZED
+                          [14] ∈ {14}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:88:[value] entering loop for the first time
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/511) to fit 0..511/543
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {15; 16}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {15}
+        k ∈ {13}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..14] ∈ UNINITIALIZED
+                          [15..16] ∈ {15} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/543) to fit 0..511/575
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {15; 16; 17}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {15; 16}
+        k ∈ {13; 14}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..14] ∈ UNINITIALIZED
+                          [15..17] ∈ {15; 16} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/575) to fit 0..511/607
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ {15; 16; 17; 18}
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ {15; 16; 17}
+        k ∈ {13; 14; 15}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..14] ∈ UNINITIALIZED
+                          [15..18] ∈ {15; 16; 17} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+tests/non-free/malloc-optimistic.c:90:[value:malloc] resizing variable `__malloc_main7_l90' (0..31/607) to fit 0..511/3231
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 93
+        v ∈ [--..--]
+        i ∈ [15..100]
+        p ∈ {{ &__malloc_main7_l90[0] }}
+        j ∈ [15..99]
+        k ∈ [13..97]
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main7_l90[0..14] ∈ UNINITIALIZED
+                          [15..100] ∈ [15..99] or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:94:[value:malloc] strong free on bases: {__malloc_main7_l90}
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main8 <- main.
+        Called from tests/non-free/malloc-optimistic.c:149.
+tests/non-free/malloc-optimistic.c:103:[value] allocating variable __malloc_main8_l103
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_main8_l103' (0..31) to fit 0..63
+tests/non-free/malloc-optimistic.c:104:[value] warning: out of bounds write. assert \valid(p+i);
+tests/non-free/malloc-optimistic.c:105:[value] warning: out of bounds read. assert \valid_read(p+i);
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {0}
+        p ∈ {{ &__malloc_main8_l103[0] }}
+        j ∈ {0}
+        k ∈ {-2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main8_l103[0] ∈ {0}
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {1}
+        p ∈ {{ &__malloc_main8_l103[0] }}
+        j ∈ {0}
+        k ∈ {-2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_main8_l103[0] ∈ UNINITIALIZED
+                           [1] ∈ {0}
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] strong free on bases: {__malloc_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] marking variable `__malloc_main8_l103' as weak
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/63) to fit 0..63
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/63) to fit 0..95
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {2}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {1}
+        k ∈ {-1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0} or UNINITIALIZED
+                             [2] ∈ {1} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {1}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {1}
+        k ∈ {-1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/95) to fit 0..95
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/95) to fit 0..127
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {3}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {2}
+        k ∈ {0}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1} or UNINITIALIZED
+                             [3] ∈ {2} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {2}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {2}
+        k ∈ {0}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/127) to fit 0..127
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/127) to fit 0..159
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {4}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {3}
+        k ∈ {1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2} or UNINITIALIZED
+                             [4] ∈ {3} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {3}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {3}
+        k ∈ {1}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/159) to fit 0..159
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/159) to fit 0..191
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {5}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {4}
+        k ∈ {2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3} or UNINITIALIZED
+                             [5] ∈ {4} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {4}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {4}
+        k ∈ {2}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/191) to fit 0..191
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/191) to fit 0..223
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {6}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {5}
+        k ∈ {3}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4} or UNINITIALIZED
+                             [6] ∈ {5} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {5}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {5}
+        k ∈ {3}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/223) to fit 0..223
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/223) to fit 0..255
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {7}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {6}
+        k ∈ {4}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5} or UNINITIALIZED
+                             [7] ∈ {6} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {6}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {6}
+        k ∈ {4}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/255) to fit 0..255
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/255) to fit 0..287
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {8}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {7}
+        k ∈ {5}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6} or UNINITIALIZED
+                             [8] ∈ {7} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {7}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {7}
+        k ∈ {5}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/287) to fit 0..287
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/287) to fit 0..319
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {9}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {8}
+        k ∈ {6}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7} or UNINITIALIZED
+                             [9] ∈ {8} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {8}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {8}
+        k ∈ {6}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/319) to fit 0..319
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/319) to fit 0..351
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {10}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {9}
+        k ∈ {7}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8} or UNINITIALIZED
+                             [10] ∈ {9} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {9}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {9}
+        k ∈ {7}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/351) to fit 0..351
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/351) to fit 0..383
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {11}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {10}
+        k ∈ {8}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9} or UNINITIALIZED
+                             [11] ∈ {10} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {10}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {10}
+        k ∈ {8}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/383) to fit 0..383
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/383) to fit 0..415
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {12}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {11}
+        k ∈ {9}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10} or UNINITIALIZED
+                             [12] ∈ {11} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {11}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {11}
+        k ∈ {9}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10; 11} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/415) to fit 0..415
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/415) to fit 0..447
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {13}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {12}
+        k ∈ {10}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10; 11} or UNINITIALIZED
+                             [12] ∈ {11} or UNINITIALIZED
+                             [13] ∈ {12} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {12}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {12}
+        k ∈ {10}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10; 11} or UNINITIALIZED
+                             [12] ∈ {11; 12} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/447) to fit 0..447
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/447) to fit 0..479
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {14}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {13}
+        k ∈ {11}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10; 11} or UNINITIALIZED
+                             [12] ∈ {11; 12} or UNINITIALIZED
+                             [13] ∈ {12} or UNINITIALIZED
+                             [14] ∈ {13} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {13}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {13}
+        k ∈ {11}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10; 11} or UNINITIALIZED
+                             [12] ∈ {11; 12} or UNINITIALIZED
+                             [13] ∈ {12; 13} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/479) to fit 0..479
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/479) to fit 0..511
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {15}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {14}
+        k ∈ {12}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10; 11} or UNINITIALIZED
+                             [12] ∈ {11; 12} or UNINITIALIZED
+                             [13] ∈ {12; 13} or UNINITIALIZED
+                             [14] ∈ {13} or UNINITIALIZED
+                             [15] ∈ {14} or UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {14}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {14}
+        k ∈ {12}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10; 11} or UNINITIALIZED
+                             [12] ∈ {11; 12} or UNINITIALIZED
+                             [13] ∈ {12; 13} or UNINITIALIZED
+                             [14] ∈ {13; 14} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:101:[value] entering loop for the first time
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/511) to fit 0..511/543
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {15; 16}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {15}
+        k ∈ {13}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10; 11} or UNINITIALIZED
+                             [12] ∈ {11; 12} or UNINITIALIZED
+                             [13] ∈ {12; 13} or UNINITIALIZED
+                             [14] ∈ {13; 14} or UNINITIALIZED
+                             [15] ∈ {14; 15} or UNINITIALIZED
+                             [16] ∈ {15} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/543) to fit 0..511/575
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {15; 16; 17}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {15; 16}
+        k ∈ {13; 14}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10; 11} or UNINITIALIZED
+                             [12] ∈ {11; 12} or UNINITIALIZED
+                             [13] ∈ {12; 13} or UNINITIALIZED
+                             [14] ∈ {13; 14} or UNINITIALIZED
+                             [15] ∈ {14; 15; 16} or UNINITIALIZED
+                             [16..17] ∈ {15; 16} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/575) to fit 0..511/607
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ {15; 16; 17; 18}
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ {15; 16; 17}
+        k ∈ {13; 14; 15}
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10; 11} or UNINITIALIZED
+                             [12] ∈ {11; 12} or UNINITIALIZED
+                             [13] ∈ {12; 13} or UNINITIALIZED
+                             [14] ∈ {13; 14} or UNINITIALIZED
+                             [15] ∈ {14; 15; 16; 17} or UNINITIALIZED
+                             [16..18] ∈ {15; 16; 17} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/607) to fit 0..511/3231
+[value] DUMPING STATE of file tests/non-free/malloc-optimistic.c line 106
+        v ∈ [--..--]
+        i ∈ [15..100]
+        p ∈ {{ &__malloc_w_main8_l103[0] }}
+        j ∈ [15..99]
+        k ∈ [13..97]
+        p ∈ ESCAPINGADDR
+        __retres ∈ UNINITIALIZED
+        __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                            [1] ∈ {0; 1} or UNINITIALIZED
+                            [2] ∈ {1; 2} or UNINITIALIZED
+                            [3] ∈ {2; 3} or UNINITIALIZED
+                            [4] ∈ {3; 4} or UNINITIALIZED
+                            [5] ∈ {4; 5} or UNINITIALIZED
+                            [6] ∈ {5; 6} or UNINITIALIZED
+                            [7] ∈ {6; 7} or UNINITIALIZED
+                            [8] ∈ {7; 8} or UNINITIALIZED
+                            [9] ∈ {8; 9} or UNINITIALIZED
+                            [10] ∈ {9} or UNINITIALIZED
+        __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                             [1] ∈ {0; 1} or UNINITIALIZED
+                             [2] ∈ {1; 2} or UNINITIALIZED
+                             [3] ∈ {2; 3} or UNINITIALIZED
+                             [4] ∈ {3; 4} or UNINITIALIZED
+                             [5] ∈ {4; 5} or UNINITIALIZED
+                             [6] ∈ {5; 6} or UNINITIALIZED
+                             [7] ∈ {6; 7} or UNINITIALIZED
+                             [8] ∈ {7; 8} or UNINITIALIZED
+                             [9] ∈ {8; 9} or UNINITIALIZED
+                             [10] ∈ {9; 10} or UNINITIALIZED
+                             [11] ∈ {10; 11} or UNINITIALIZED
+                             [12] ∈ {11; 12} or UNINITIALIZED
+                             [13] ∈ {12; 13} or UNINITIALIZED
+                             [14] ∈ {13; 14} or UNINITIALIZED
+                             [15] ∈ [14..99] or UNINITIALIZED
+                             [16..100] ∈ [15..99] or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/malloc-optimistic.c:107:[value:malloc] weak free on bases: {__malloc_w_main8_l103}
+tests/non-free/malloc-optimistic.c:103:[value:malloc] resizing variable `__malloc_w_main8_l103' (0..31/3231) to fit 0..511/3231
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:150.
+tests/non-free/malloc-optimistic.c:119:[value] allocating variable __malloc_main9_l119
+[value] Called Frama_C_show_each({0}, {{ &__malloc_main9_l119 }})
+[value] Called Frama_C_show_each({0})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+tests/non-free/malloc-optimistic.c:119:[value:malloc] marking variable `__malloc_main9_l119' as weak
+[value] Called Frama_C_show_each({1}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({1})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({2}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({2})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({3}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({3})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({4}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({4})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({5}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({5})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({6}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({6})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({7}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({7})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({8}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({8})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({9}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({9})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({10}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({10})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({11}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({11})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({12}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({12})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({13}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({13})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({14}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({14})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({15}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({15})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({16}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({16})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({17}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({17})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({18}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({18})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({19}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({19})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({20}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({20})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({21}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({21})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({22}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({22})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({23}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({23})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({24}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({24})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({25}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({25})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({26}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({26})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({27}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({27})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({28}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({28})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({29}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({29})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+tests/non-free/malloc-optimistic.c:118:[value] entering loop for the first time
+[value] Called Frama_C_show_each({30}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({30})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({30; 31}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({30; 31})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each({30; 31; 32}, {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each({30; 31; 32})
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each([30..99], {{ &__malloc_w_main9_l119 }})
+[value] Called Frama_C_show_each([30..99])
+[value] computing for function main9_aux <- main9 <- main.
+        Called from tests/non-free/malloc-optimistic.c:123.
+[value] Recording results for main9_aux
+[value] Done for function main9_aux
+[value] Called Frama_C_show_each([30..99], {{ &__malloc_w_main9_l119 }})
+[value] Recording results for main9
+[value] Done for function main9
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main9_aux:
+  __malloc_w_main9_l119 ∈ [-20..99] or UNINITIALIZED
+[value:final-states] Values at end of function main1:
+  i ∈ {0; 1}
+  p ∈ {{ &__malloc_main1_l17[0] }}
+  __retres ∈ {{ (void *)&__malloc_main1_l17 }}
+  __malloc_main1_l17[0] ∈ {0} or UNINITIALIZED
+                    [1] ∈ {1}
+[value:final-states] Values at end of function main2:
+  i ∈ {1; 2}
+  p ∈ {{ &__malloc_main2_l27[0] }}
+  __retres ∈ {{ (void *)&__malloc_main2_l27 }}
+  __malloc_main2_l27[0] ∈ UNINITIALIZED
+                    [1] ∈ {1} or UNINITIALIZED
+                    [2] ∈ {2}
+[value:final-states] Values at end of function main5:
+  i ∈ {9; 10}
+  p ∈ ESCAPINGADDR
+  __retres ∈ {0}
+[value:final-states] Values at end of function main6:
+  i ∈ {9; 10}
+  p ∈ {{ &__malloc_w_main6_l77[0] }} or ESCAPINGADDR
+  __retres ∈ {0}
+  __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                      [1] ∈ {0; 1} or UNINITIALIZED
+                      [2] ∈ {1; 2} or UNINITIALIZED
+                      [3] ∈ {2; 3} or UNINITIALIZED
+                      [4] ∈ {3; 4} or UNINITIALIZED
+                      [5] ∈ {4; 5} or UNINITIALIZED
+                      [6] ∈ {5; 6} or UNINITIALIZED
+                      [7] ∈ {6; 7} or UNINITIALIZED
+                      [8] ∈ {7; 8} or UNINITIALIZED
+                      [9] ∈ {8; 9} or UNINITIALIZED
+                      [10] ∈ {9} or UNINITIALIZED
+[value:final-states] Values at end of function main7:
+  i ∈ [14..100]
+  p ∈ ESCAPINGADDR
+  __retres ∈ {0}
+[value:final-states] Values at end of function main8:
+  i ∈ [14..100]
+  p ∈ {{ &__malloc_w_main8_l103[0] }} or ESCAPINGADDR
+  __retres ∈ {0}
+  __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                       [1] ∈ {0; 1} or UNINITIALIZED
+                       [2] ∈ {1; 2} or UNINITIALIZED
+                       [3] ∈ {2; 3} or UNINITIALIZED
+                       [4] ∈ {3; 4} or UNINITIALIZED
+                       [5] ∈ {4; 5} or UNINITIALIZED
+                       [6] ∈ {5; 6} or UNINITIALIZED
+                       [7] ∈ {6; 7} or UNINITIALIZED
+                       [8] ∈ {7; 8} or UNINITIALIZED
+                       [9] ∈ {8; 9} or UNINITIALIZED
+                       [10] ∈ {9; 10} or UNINITIALIZED
+                       [11] ∈ {10; 11} or UNINITIALIZED
+                       [12] ∈ {11; 12} or UNINITIALIZED
+                       [13] ∈ {12; 13} or UNINITIALIZED
+                       [14] ∈ {13; 14} or UNINITIALIZED
+                       [15] ∈ [14..99] or UNINITIALIZED
+                       [16..100] ∈ [15..99] or UNINITIALIZED
+[value:final-states] Values at end of function main9:
+  p ∈ {{ &__malloc_w_main9_l119 }}
+  __retres ∈ {0}
+  __malloc_w_main9_l119 ∈ [-20..99] or UNINITIALIZED
+[value:final-states] Values at end of function main_3_aux:
+  p ∈ {{ &__malloc_main_3_aux_l34[0] }}
+  __retres ∈ {{ (void *)&__malloc_main_3_aux_l34 }}
+  __malloc_main_3_aux_l34[0] ∈ {0} or UNINITIALIZED
+                         [1] ∈ {1}
+[value:final-states] Values at end of function main3:
+  i ∈ {0; 1}
+  p ∈ {{ &__malloc_main_3_aux_l34[0] }}
+  __retres ∈ {{ (void *)&__malloc_main_3_aux_l34 }}
+  __malloc_main_3_aux_l34[0] ∈ {0} or UNINITIALIZED
+                         [1] ∈ {1}
+[value:final-states] Values at end of function main_4_aux:
+  p ∈ {{ &__malloc_main_4_aux_l40[0] }}
+  __retres ∈ {{ (void *)&__malloc_main_4_aux_l40 }}
+  __malloc_main_4_aux_l40[0] ∈ UNINITIALIZED
+                         [1] ∈ {1} or UNINITIALIZED
+                         [2] ∈ {2}
+[value:final-states] Values at end of function main4:
+  i ∈ {1; 2}
+  p ∈ {{ &__malloc_main_4_aux_l40[0] }}
+  __retres ∈ {{ (void *)&__malloc_main_4_aux_l40 }}
+  __malloc_main_4_aux_l40[0] ∈ UNINITIALIZED
+                         [1] ∈ {1} or UNINITIALIZED
+                         [2] ∈ {2}
+[value:final-states] Values at end of function main:
+  p ∈ ESCAPINGADDR
+  __malloc_w_main6_l77[0] ∈ UNINITIALIZED
+                      [1] ∈ {0; 1} or UNINITIALIZED
+                      [2] ∈ {1; 2} or UNINITIALIZED
+                      [3] ∈ {2; 3} or UNINITIALIZED
+                      [4] ∈ {3; 4} or UNINITIALIZED
+                      [5] ∈ {4; 5} or UNINITIALIZED
+                      [6] ∈ {5; 6} or UNINITIALIZED
+                      [7] ∈ {6; 7} or UNINITIALIZED
+                      [8] ∈ {7; 8} or UNINITIALIZED
+                      [9] ∈ {8; 9} or UNINITIALIZED
+                      [10] ∈ {9} or UNINITIALIZED
+  __malloc_w_main8_l103[0] ∈ UNINITIALIZED
+                       [1] ∈ {0; 1} or UNINITIALIZED
+                       [2] ∈ {1; 2} or UNINITIALIZED
+                       [3] ∈ {2; 3} or UNINITIALIZED
+                       [4] ∈ {3; 4} or UNINITIALIZED
+                       [5] ∈ {4; 5} or UNINITIALIZED
+                       [6] ∈ {5; 6} or UNINITIALIZED
+                       [7] ∈ {6; 7} or UNINITIALIZED
+                       [8] ∈ {7; 8} or UNINITIALIZED
+                       [9] ∈ {8; 9} or UNINITIALIZED
+                       [10] ∈ {9; 10} or UNINITIALIZED
+                       [11] ∈ {10; 11} or UNINITIALIZED
+                       [12] ∈ {11; 12} or UNINITIALIZED
+                       [13] ∈ {12; 13} or UNINITIALIZED
+                       [14] ∈ {13; 14} or UNINITIALIZED
+                       [15] ∈ [14..99] or UNINITIALIZED
+                       [16..100] ∈ [15..99] or UNINITIALIZED
+  __malloc_w_main9_l119 ∈ [-20..99] or UNINITIALIZED
+[from] Computing for function main9_aux
+[from] Done for function main9_aux
+[from] Computing for function main1
+[from] Computing for function malloc <-main1
+[from] Done for function malloc
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main5
+[from] Computing for function Frama_C_dump_each <-main5
+[from] Done for function Frama_C_dump_each
+[from] Computing for function free <-main5
+[from] Done for function free
+[from] Done for function main5
+[from] Computing for function main6
+[from] Done for function main6
+[from] Computing for function main7
+[from] Done for function main7
+[from] Computing for function main8
+[from] Done for function main8
+[from] Computing for function main9
+[from] Done for function main9
+[from] Computing for function main_3_aux
+[from] Done for function main_3_aux
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main_4_aux
+[from] Done for function main_4_aux
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function free:
+  NO EFFECTS
+[from] Function main9_aux:
+  __malloc_w_main9_l119 FROM p (and SELF)
+[from] Function malloc:
+  \result FROM \nothing
+[from] Function main1:
+  __malloc_main1_l17[0..1] FROM v (and SELF)
+  \result FROM \nothing
+[from] Function main2:
+  __malloc_main2_l27[1..2] FROM v (and SELF)
+  \result FROM \nothing
+[from] Function main5:
+  __malloc_main5_l64[0..10] FROM v (and SELF)
+  \result FROM \nothing
+[from] Function main6:
+  __malloc_w_main6_l77[0..10] FROM v (and SELF)
+  \result FROM \nothing
+[from] Function main7:
+  __malloc_main7_l90[0..100] FROM v (and SELF)
+  \result FROM \nothing
+[from] Function main8:
+  __malloc_w_main8_l103[0..100] FROM v (and SELF)
+  \result FROM \nothing
+[from] Function main9:
+  __malloc_w_main9_l119 FROM \nothing (and SELF)
+  \result FROM \nothing
+[from] Function main_3_aux:
+  __malloc_main_3_aux_l34[0..1] FROM i (and SELF)
+  \result FROM \nothing
+[from] Function main3:
+  __malloc_main_3_aux_l34[0..1] FROM v (and SELF)
+  \result FROM \nothing
+[from] Function main_4_aux:
+  __malloc_main_4_aux_l40[1..2] FROM i (and SELF)
+  \result FROM \nothing
+[from] Function main4:
+  __malloc_main_4_aux_l40[1..2] FROM v (and SELF)
+  \result FROM \nothing
+[from] Function main:
+  __malloc_main1_l17[0..1] FROM v (and SELF)
+  __malloc_main2_l27[1..2] FROM v (and SELF)
+  __malloc_main_3_aux_l34[0..1] FROM v (and SELF)
+  __malloc_main_4_aux_l40[1..2] FROM v (and SELF)
+  __malloc_main5_l64[0..10] FROM v (and SELF)
+  __malloc_w_main6_l77[0..10] FROM v (and SELF)
+  __malloc_main7_l90[0..100] FROM v (and SELF)
+  __malloc_w_main8_l103[0..100] FROM v (and SELF)
+  __malloc_w_main9_l119 FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main9_aux:
+          __malloc_w_main9_l119
+[inout] Inputs for function main9_aux:
+          \nothing
+[inout] Out (internal) for function main1:
+          i; p; __retres; __malloc_main1_l17[0..1]
+[inout] Inputs for function main1:
+          v
+[inout] Out (internal) for function main2:
+          i; p; __retres; __malloc_main2_l27[1..2]
+[inout] Inputs for function main2:
+          v
+[inout] Out (internal) for function main5:
+          i; p; j; k; __retres; __malloc_main5_l64[0..10]
+[inout] Inputs for function main5:
+          v; __malloc_main5_l64[0..10]
+[inout] Out (internal) for function main6:
+          i; p; j; k; __retres; __malloc_w_main6_l77[0..10]
+[inout] Inputs for function main6:
+          v; __malloc_w_main6_l77[0..10]
+[inout] Out (internal) for function main7:
+          i; p; j; k; __retres; __malloc_main7_l90[0..100]
+[inout] Inputs for function main7:
+          v; __malloc_main7_l90[0..100]
+[inout] Out (internal) for function main8:
+          i; p; j; k; __retres; __malloc_w_main8_l103[0..100]
+[inout] Inputs for function main8:
+          v; __malloc_w_main8_l103[0..100]
+[inout] Out (internal) for function main9:
+          p; j; __retres; __malloc_w_main9_l119
+[inout] Inputs for function main9:
+          __malloc_w_main9_l119
+[inout] Out (internal) for function main_3_aux:
+          p; __retres; __malloc_main_3_aux_l34[0..1]
+[inout] Inputs for function main_3_aux:
+          \nothing
+[inout] Out (internal) for function main3:
+          i; p; __retres; __malloc_main_3_aux_l34[0..1]
+[inout] Inputs for function main3:
+          v
+[inout] Out (internal) for function main_4_aux:
+          p; __retres; __malloc_main_4_aux_l40[1..2]
+[inout] Inputs for function main_4_aux:
+          \nothing
+[inout] Out (internal) for function main4:
+          i; p; __retres; __malloc_main_4_aux_l40[1..2]
+[inout] Inputs for function main4:
+          v
+[inout] Out (internal) for function main:
+          p; __malloc_main1_l17[0..1]; __malloc_main2_l27[1..2];
+          __malloc_main_3_aux_l34[0..1]; __malloc_main_4_aux_l40[1..2];
+          __malloc_main5_l64[0..10]; __malloc_w_main6_l77[0..10];
+          __malloc_main7_l90[0..100]; __malloc_w_main8_l103[0..100];
+          __malloc_w_main9_l119
+[inout] Inputs for function main:
+          v; __malloc_main5_l64[0..10]; __malloc_w_main6_l77[0..10];
+          __malloc_main7_l90[0..100]; __malloc_w_main8_l103[0..100];
+          __malloc_w_main9_l119
diff --git a/tests/non-free/oracle_symblocs/malloc-size-zero.0.err.oracle b/tests/non-free/oracle_symblocs/malloc-size-zero.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/malloc-size-zero.0.res.oracle b/tests/non-free/oracle_symblocs/malloc-size-zero.0.res.oracle
new file mode 100644
index 00000000000..761ab8df8cb
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/malloc-size-zero.0.res.oracle
@@ -0,0 +1,79 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/malloc-size-zero.i (no preprocessing)
+[value] user error: no assigns specified for function 'malloc', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] user error: no assigns specified for function 'free', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  foo ∈ [--..--]
+[value] computing for function calloc <- main.
+        Called from tests/non-free/malloc-size-zero.i:16.
+tests/non-free/malloc-size-zero.i:10:[value] allocating variable __malloc_calloc_l10
+[value] Recording results for calloc
+[value] Done for function calloc
+[value] Called Frama_C_show_each_not_NULL_p1()
+tests/non-free/malloc-size-zero.i:24:[value] warning: pointer comparison. assert \pointer_comparable((void *)(p1+1), (void *)0);
+tests/non-free/malloc-size-zero.i:27:[value] entering loop for the first time
+[value] computing for function calloc <- main.
+        Called from tests/non-free/malloc-size-zero.i:29.
+tests/non-free/malloc-size-zero.i:10:[value] allocating variable __malloc_calloc_l10_0
+[value] Recording results for calloc
+[value] Done for function calloc
+[value] computing for function calloc <- main.
+        Called from tests/non-free/malloc-size-zero.i:29.
+tests/non-free/malloc-size-zero.i:10:[value] allocating variable __malloc_calloc_l10_1
+[value] Recording results for calloc
+[value] Done for function calloc
+[value] computing for function calloc <- main.
+        Called from tests/non-free/malloc-size-zero.i:29.
+tests/non-free/malloc-size-zero.i:10:[value] allocating variable __malloc_calloc_l10_2
+[value] Recording results for calloc
+[value] Done for function calloc
+[value] computing for function calloc <- main.
+        Called from tests/non-free/malloc-size-zero.i:29.
+tests/non-free/malloc-size-zero.i:10:[value] allocating variable __malloc_calloc_l10_3
+[value] Recording results for calloc
+[value] Done for function calloc
+[value] computing for function calloc <- main.
+        Called from tests/non-free/malloc-size-zero.i:29.
+[value] Recording results for calloc
+[value] Done for function calloc
+[value] DUMPING STATE of file tests/non-free/malloc-size-zero.i line 33
+        foo ∈ [--..--]
+        p1 ∈ {{ &__malloc_calloc_l10[0] }}
+        q1 ∈
+          {{ &__malloc_calloc_l10_0[0] ; &__malloc_calloc_l10_1[0] ;
+             &__malloc_calloc_l10_2[0] ; &__malloc_w_calloc_l10_3[0] }} or UNINITIALIZED
+        __malloc_calloc_l10∈ ∅
+        __malloc_calloc_l10_0∈ ∅
+        __malloc_calloc_l10_1∈ ∅
+        __malloc_calloc_l10_2∈ ∅
+        __malloc_w_calloc_l10_3∈ ∅
+        =END OF DUMP==
+tests/non-free/malloc-size-zero.i:35:[value] warning: out of bounds write. assert \valid(p1);
+tests/non-free/malloc-size-zero.i:35:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Called Frama_C_show_each({{ &__malloc_calloc_l10_0 ; &__malloc_calloc_l10_1 ;
+                                    &__malloc_calloc_l10_2 ;
+                                    &__malloc_w_calloc_l10_3 }})
+tests/non-free/malloc-size-zero.i:40:[value] assertion got status valid.
+tests/non-free/malloc-size-zero.i:42:[value] warning: accessing uninitialized left-value. assert \initialized(&q1);
+tests/non-free/malloc-size-zero.i:42:[value] warning: out of bounds write. assert \valid(q1);
+tests/non-free/malloc-size-zero.i:42:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/non-free/malloc-size-zero.i:44:[value] warning: accessing uninitialized left-value. assert \initialized(&q1);
+[value] Recording results for main
+[value] done for function main
+tests/non-free/malloc-size-zero.i:35:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/malloc-size-zero.i:42:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+tests/non-free/malloc-size-zero.i:10:[kernel] warning: Neither code nor specification for function malloc, generating default assigns from the prototype
+[value:final-states] Values at end of function calloc:
+  
+tests/non-free/malloc-size-zero.i:37:[kernel] warning: Neither code nor specification for function free, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  p1 ∈ ESCAPINGADDR
+  q1 ∈
+    {{ &__malloc_calloc_l10_0[0] ; &__malloc_calloc_l10_1[0] ;
+       &__malloc_calloc_l10_2[0] ; &__malloc_w_calloc_l10_3[0] }} or ESCAPINGADDR
diff --git a/tests/non-free/oracle_symblocs/malloc-size-zero.1.err.oracle b/tests/non-free/oracle_symblocs/malloc-size-zero.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/malloc-size-zero.1.res.oracle b/tests/non-free/oracle_symblocs/malloc-size-zero.1.res.oracle
new file mode 100644
index 00000000000..b8d8df7107f
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/malloc-size-zero.1.res.oracle
@@ -0,0 +1,55 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/malloc-size-zero.i (no preprocessing)
+[value] user error: no assigns specified for function 'malloc', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] user error: no assigns specified for function 'free', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  foo ∈ [--..--]
+[value] computing for function calloc <- main.
+        Called from tests/non-free/malloc-size-zero.i:16.
+tests/non-free/malloc-size-zero.i:10:[value] allocating variable __malloc_main_l16
+[value] Recording results for calloc
+[value] Done for function calloc
+[value] Called Frama_C_show_each_not_NULL_p1()
+tests/non-free/malloc-size-zero.i:24:[value] warning: pointer comparison. assert \pointer_comparable((void *)(p1+1), (void *)0);
+tests/non-free/malloc-size-zero.i:27:[value] entering loop for the first time
+[value] computing for function calloc <- main.
+        Called from tests/non-free/malloc-size-zero.i:29.
+tests/non-free/malloc-size-zero.i:10:[value] allocating variable __malloc_main_l29
+[value] Recording results for calloc
+[value] Done for function calloc
+[value] computing for function calloc <- main.
+        Called from tests/non-free/malloc-size-zero.i:29.
+[value] Recording results for calloc
+[value] Done for function calloc
+[value] DUMPING STATE of file tests/non-free/malloc-size-zero.i line 33
+        foo ∈ [--..--]
+        p1 ∈ {{ &__malloc_main_l16[0] }}
+        q1 ∈ {{ &__malloc_w_main_l29[0] }} or UNINITIALIZED
+        __malloc_main_l16∈ ∅
+        __malloc_w_main_l29∈ ∅
+        =END OF DUMP==
+tests/non-free/malloc-size-zero.i:35:[value] warning: out of bounds write. assert \valid(p1);
+tests/non-free/malloc-size-zero.i:35:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Called Frama_C_show_each({{ &__malloc_w_main_l29 }})
+tests/non-free/malloc-size-zero.i:40:[value] assertion got status valid.
+tests/non-free/malloc-size-zero.i:42:[value] warning: accessing uninitialized left-value. assert \initialized(&q1);
+tests/non-free/malloc-size-zero.i:42:[value] warning: out of bounds write. assert \valid(q1);
+tests/non-free/malloc-size-zero.i:42:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/non-free/malloc-size-zero.i:44:[value] warning: accessing uninitialized left-value. assert \initialized(&q1);
+[value] Recording results for main
+[value] done for function main
+tests/non-free/malloc-size-zero.i:35:[value] assertion 'Value,mem_access' got final status invalid.
+tests/non-free/malloc-size-zero.i:42:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+tests/non-free/malloc-size-zero.i:10:[kernel] warning: Neither code nor specification for function malloc, generating default assigns from the prototype
+[value:final-states] Values at end of function calloc:
+  
+tests/non-free/malloc-size-zero.i:37:[kernel] warning: Neither code nor specification for function free, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  p1 ∈ ESCAPINGADDR
+  q1 ∈ {{ &__malloc_w_main_l29[0] }} or ESCAPINGADDR
diff --git a/tests/non-free/oracle_symblocs/malloc.err.oracle b/tests/non-free/oracle_symblocs/malloc.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/malloc.res.oracle b/tests/non-free/oracle_symblocs/malloc.res.oracle
new file mode 100644
index 00000000000..f6f437cede0
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/malloc.res.oracle
@@ -0,0 +1,45 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/malloc.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/non-free/malloc.c:13:[value] allocating variable __malloc_main_l13
+tests/non-free/malloc.c:19:[value] allocating variable __malloc_main_l19
+tests/non-free/malloc.c:20:[value] allocating variable __malloc_main_l20
+tests/non-free/malloc.c:21:[value] allocating variable __malloc_main_l21
+tests/non-free/malloc.c:21:[value] allocating variable __malloc_main_l21_0
+tests/non-free/malloc.c:22:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/malloc.c:23:[value] warning: out of bounds write. assert \valid(p+2);
+tests/non-free/malloc.c:24:[value] warning: out of bounds write. assert \valid(p+24999);
+[value] Called Frama_C_show_each({{ &__malloc_main_l20 + {8} }})
+[value] Called Frama_C_show_each({{ &__malloc_main_l20 + {8} }})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/non-free/malloc.c:13:[kernel] warning: Neither code nor specification for function Frama_C_alloc_by_stack, generating default assigns from the prototype
+tests/non-free/malloc.c:21:[kernel] warning: Neither code nor specification for function Frama_C_alloc_size, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  x ∈ {1; 2}
+  s ∈ {{ NULL ; &__malloc_main_l13[0] }}
+  p ∈ {{ (int *)&__malloc_main_l19 }}
+  q ∈ {{ &__malloc_main_l20[0] }}
+  r ∈ {{ &__malloc_main_l21[0] ; &__malloc_main_l21_0[0] }}
+  __malloc_main_l19[bits 0 to 31] ∈ {1}
+                   [4..7] ∈ UNINITIALIZED
+                   [bits 64 to 95] ∈ {3}
+                   [12..99995] ∈ UNINITIALIZED
+                   [bits 799968 to 799999] ∈ {4}
+                   [100000..4294967294] ∈ UNINITIALIZED
+  __malloc_main_l20[0] ∈ {1}
+                   [1] ∈ UNINITIALIZED
+                   [2] ∈ {3}
+  __malloc_main_l21[0] ∈ {1}
+                   [1] ∈ UNINITIALIZED
+                   [2] ∈ {3}
+                   [3..24] ∈ UNINITIALIZED
+  __malloc_main_l21_0[0] ∈ {1}
+                     [1] ∈ UNINITIALIZED
+                     [2] ∈ {3}
+                     [3..24] ∈ UNINITIALIZED
diff --git a/tests/non-free/oracle_symblocs/malloc_bug_tr.err.oracle b/tests/non-free/oracle_symblocs/malloc_bug_tr.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/malloc_bug_tr.res.oracle b/tests/non-free/oracle_symblocs/malloc_bug_tr.res.oracle
new file mode 100644
index 00000000000..98392a01f61
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/malloc_bug_tr.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/malloc_bug_tr.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/non-free/malloc_bug_tr.c:12.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+tests/non-free/malloc_bug_tr.c:12:[value] allocating variable __malloc_main_l12
+tests/non-free/malloc_bug_tr.c:13:[value] Call to builtin memcpy(({{ (void *)&__malloc_main_l12 }},{{ "foo" }},{4}))
+tests/non-free/malloc_bug_tr.c:14:[value] Call to builtin memcpy(({{ (void *)&__malloc_main_l12[4] }},{{ "x" }},{2}))
+tests/non-free/malloc_bug_tr.c:14:[value] warning: out of bounds write. assert \valid((p+4)+(0 .. (unsigned int)2-1));
+tests/non-free/malloc_bug_tr.c:15:[value] Call to builtin memcpy(({{ (void *)&__malloc_main_l12 }},
+                                {{ (void const *)&__malloc_main_l12[5] }},{1}))
+tests/non-free/malloc_bug_tr.c:15:[value] warning: out of bounds read. assert \valid_read((p+5)+(0 .. (unsigned int)1-1));
+tests/non-free/malloc_bug_tr.c:16:[value] warning: out of bounds write. assert \valid(p+5);
+tests/non-free/malloc_bug_tr.c:17:[value] warning: out of bounds read. assert \valid_read(p+5);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  p ∈ ESCAPINGADDR
+  r ∈ {120}
+  __retres ∈ {0}
diff --git a/tests/non-free/oracle_symblocs/malloc_individual.err.oracle b/tests/non-free/oracle_symblocs/malloc_individual.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/malloc_individual.res.oracle b/tests/non-free/oracle_symblocs/malloc_individual.res.oracle
new file mode 100644
index 00000000000..b37ac463bb4
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/malloc_individual.res.oracle
@@ -0,0 +1,59 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/malloc_individual.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  p ∈ {0}
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+[value] computing for function malloc <- main.
+        Called from tests/non-free/malloc_individual.c:9.
+share/libc/stdlib.c:39:[value] allocating variable __malloc_malloc_l39
+share/libc/stdlib.h:177:[value] warning: function malloc, behavior allocation: postcondition got status unknown. (Behavior may be inactive, no reduction performed.)
+share/libc/stdlib.h:182:[value] warning: function malloc, behavior no_allocation: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+[value] Recording results for malloc
+[value] Done for function malloc
+tests/non-free/malloc_individual.c:13:[value] warning: accessing uninitialized left-value. assert \initialized(p);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+share/libc/stdlib.c:39:[kernel] warning: Neither code nor specification for function Frama_C_alloc_size, generating default assigns from the prototype
+[value:final-states] Values at end of function malloc:
+  
+[value:final-states] Values at end of function main:
+  p ∈ {{ (int *)&__malloc_malloc_l39 }}
+  A ∈ {3} or UNINITIALIZED
+  B ∈ {3} or UNINITIALIZED
+  C ∈ {4}
+  __malloc_malloc_l39[bits 0 to 31] ∈ {3}
+[from] Computing for function malloc
+[from] Computing for function Frama_C_alloc_size <-malloc
+[from] Done for function Frama_C_alloc_size
+[from] Done for function malloc
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function malloc:
+  \result FROM size
+[from] Function main:
+  p FROM \nothing
+  A FROM c; __malloc_malloc_l39[0..3]
+  B FROM c; __malloc_malloc_l39[0..3]
+  C FROM c; __malloc_malloc_l39[0..3]
+  __malloc_malloc_l39[0..3] FROM c (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function malloc:
+          tmp
+[inout] Inputs for function malloc:
+          \nothing
+[inout] Out (internal) for function main:
+          p; A; B; C; __malloc_malloc_l39[0..3]
+[inout] Inputs for function main:
+          p; A; __malloc_malloc_l39[0..3]
diff --git a/tests/non-free/oracle_symblocs/malloc_memexec.err.oracle b/tests/non-free/oracle_symblocs/malloc_memexec.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/malloc_memexec.res.oracle b/tests/non-free/oracle_symblocs/malloc_memexec.res.oracle
new file mode 100644
index 00000000000..481f4e45362
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/malloc_memexec.res.oracle
@@ -0,0 +1,75 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/malloc_memexec.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+tests/non-free/malloc_memexec.c:19:[value] allocating variable __malloc_main_l19
+[value] computing for function f <- main.
+        Called from tests/non-free/malloc_memexec.c:21.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/non-free/malloc_memexec.c:22.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/non-free/malloc_memexec.c:24.
+[value] Recording results for f
+[value] Done for function f
+tests/non-free/malloc_memexec.c:27:[value] allocating weak variable __malloc_w_main_l27
+[value] computing for function f <- main.
+        Called from tests/non-free/malloc_memexec.c:29.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/non-free/malloc_memexec.c:30.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/non-free/malloc_memexec.c:32.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __malloc_main_l19 ∈ {1; 2}
+  __malloc_w_main_l27[0] ∈ {1; 2} or UNINITIALIZED
+[value:final-states] Values at end of function main:
+  p ∈ {{ &__malloc_main_l19 }}
+  q ∈ {{ &__malloc_w_main_l27[0] }}
+  __malloc_main_l19 ∈ {1}
+  __malloc_w_main_l27[0] ∈ {1; 2} or UNINITIALIZED
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Computing for function Frama_C_alloc_size <-main
+[from] Done for function Frama_C_alloc_size
+[from] Computing for function Frama_C_alloc_size_weak <-main
+[from] Done for function Frama_C_alloc_size_weak
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  __malloc_main_l19 FROM p; i (and SELF)
+  __malloc_w_main_l27[0] FROM p; i (and SELF)
+[from] Function main:
+  __malloc_main_l19 FROM ANYTHING(origin:Unknown) (and SELF)
+  __malloc_w_main_l27[0] FROM ANYTHING(origin:Unknown) (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] InOut (internal) for function f:
+        Operational inputs:
+          p; i
+        Operational inputs on termination:
+          p; i
+        Sure outputs:
+          \nothing
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          v
+        Operational inputs on termination:
+          v
+        Sure outputs:
+          p; q; __malloc_main_l19
diff --git a/tests/non-free/oracle_symblocs/malloc_multiple.err.oracle b/tests/non-free/oracle_symblocs/malloc_multiple.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/malloc_multiple.res.oracle b/tests/non-free/oracle_symblocs/malloc_multiple.res.oracle
new file mode 100644
index 00000000000..29789aad7bc
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/malloc_multiple.res.oracle
@@ -0,0 +1,137 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/malloc_multiple.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  T[0..9] ∈ {0}
+  F[0..9] ∈ {0}
+[value] computing for function allocate_T <- main.
+        Called from tests/non-free/malloc_multiple.c:42.
+tests/non-free/malloc_multiple.c:11:[value] allocating variable __malloc_allocate_T_l11
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14_0
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14_1
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14_2
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14_3
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14_4
+[value] Recording results for allocate_T
+[value] Done for function allocate_T
+[value] computing for function allocate_T <- main.
+        Called from tests/non-free/malloc_multiple.c:43.
+tests/non-free/malloc_multiple.c:11:[value] allocating variable __malloc_allocate_T_l11_0
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14_5
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14_6
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14_7
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14_8
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14_9
+tests/non-free/malloc_multiple.c:14:[value] allocating variable __malloc_allocate_T_l14_10
+[value] Recording results for allocate_T
+[value] Done for function allocate_T
+[value] computing for function allocate_and_free_last <- main.
+        Called from tests/non-free/malloc_multiple.c:44.
+tests/non-free/malloc_multiple.c:29:[value] allocating variable __malloc_allocate_and_free_last_l29
+[value] Called Frama_C_show_each_F({{ &__malloc_allocate_and_free_last_l29 }})
+tests/non-free/malloc_multiple.c:29:[value] allocating variable __malloc_allocate_and_free_last_l29_0
+[value] Called Frama_C_show_each_F({{ &__malloc_allocate_and_free_last_l29_0 }})
+tests/non-free/malloc_multiple.c:29:[value] allocating variable __malloc_allocate_and_free_last_l29_1
+[value] Called Frama_C_show_each_F({{ &__malloc_allocate_and_free_last_l29_1 }})
+tests/non-free/malloc_multiple.c:29:[value] allocating variable __malloc_allocate_and_free_last_l29_2
+[value] Called Frama_C_show_each_F({{ &__malloc_allocate_and_free_last_l29_2 }})
+tests/non-free/malloc_multiple.c:29:[value] allocating variable __malloc_allocate_and_free_last_l29_3
+[value] Called Frama_C_show_each_F({{ &__malloc_allocate_and_free_last_l29_3 }})
+tests/non-free/malloc_multiple.c:29:[value] allocating variable __malloc_allocate_and_free_last_l29_4
+[value] Called Frama_C_show_each_F({{ &__malloc_allocate_and_free_last_l29_4 }})
+[value] Called Frama_C_show_each_F({{ &__malloc_w_allocate_and_free_last_l29_4 }})
+[value] Called Frama_C_show_each_F({{ &__malloc_w_allocate_and_free_last_l29_4 }})
+[value] Called Frama_C_show_each_F({{ &__malloc_w_allocate_and_free_last_l29_4 }})
+[value] Called Frama_C_show_each_F({{ &__malloc_w_allocate_and_free_last_l29_4 }})
+tests/non-free/malloc_multiple.c:35:[value] assertion got status valid.
+tests/non-free/malloc_multiple.c:36:[value] warning: assertion got status unknown.
+tests/non-free/malloc_multiple.c:37:[value] warning: assertion got status unknown.
+[value] Recording results for allocate_and_free_last
+[value] Done for function allocate_and_free_last
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function allocate_T:
+  __fc_heap_status ∈ [--..--]
+  T[0] ∈ {{ &__malloc_allocate_T_l11 ; &__malloc_allocate_T_l11_0 }}
+   [1] ∈ {{ &__malloc_allocate_T_l14 ; &__malloc_allocate_T_l14_5 }}
+   [2] ∈ {{ &__malloc_allocate_T_l14_0 ; &__malloc_allocate_T_l14_6 }}
+   [3] ∈ {{ &__malloc_allocate_T_l14_1 ; &__malloc_allocate_T_l14_7 }}
+   [4] ∈ {{ &__malloc_allocate_T_l14_2 ; &__malloc_allocate_T_l14_8 }}
+   [5] ∈ {{ &__malloc_allocate_T_l14_3 ; &__malloc_allocate_T_l14_9 }}
+   [6..9] ∈
+   {{ &__malloc_w_allocate_T_l14_4 ; &__malloc_w_allocate_T_l14_10 }}
+  counter ∈ {10}
+  error ∈ {0}
+  __malloc_allocate_T_l11 ∈ {111}
+  __malloc_allocate_T_l14 ∈ {222}
+  __malloc_allocate_T_l14_0 ∈ {333}
+  __malloc_allocate_T_l14_1 ∈ {444}
+  __malloc_allocate_T_l14_2 ∈ {555}
+  __malloc_allocate_T_l14_3 ∈ {1}
+  __malloc_w_allocate_T_l14_4 ∈ {1} or UNINITIALIZED
+  __malloc_allocate_T_l11_0 ∈ {111}
+  __malloc_allocate_T_l14_5 ∈ {222}
+  __malloc_allocate_T_l14_6 ∈ {333}
+  __malloc_allocate_T_l14_7 ∈ {444}
+  __malloc_allocate_T_l14_8 ∈ {555}
+  __malloc_allocate_T_l14_9 ∈ {2}
+  __malloc_w_allocate_T_l14_10 ∈ {2} or UNINITIALIZED
+[value:final-states] Values at end of function allocate_and_free_last:
+  __fc_heap_status ∈ [--..--]
+  F[0] ∈ {{ &__malloc_allocate_and_free_last_l29 }}
+   [1] ∈ {{ &__malloc_allocate_and_free_last_l29_0 }}
+   [2] ∈ {{ &__malloc_allocate_and_free_last_l29_1 }}
+   [3] ∈ {{ &__malloc_allocate_and_free_last_l29_2 }}
+   [4] ∈ {{ &__malloc_allocate_and_free_last_l29_3 }}
+   [5..9] ∈ {{ &__malloc_w_allocate_and_free_last_l29_4 }} or ESCAPINGADDR
+  __malloc_allocate_and_free_last_l29 ∈ {0}
+  __malloc_allocate_and_free_last_l29_0 ∈ {1}
+  __malloc_allocate_and_free_last_l29_1 ∈ {2}
+  __malloc_allocate_and_free_last_l29_2 ∈ {3}
+  __malloc_allocate_and_free_last_l29_3 ∈ {4}
+  __malloc_w_allocate_and_free_last_l29_4 ∈
+                                         {5; 6; 7; 8; 9} or UNINITIALIZED
+[value:final-states] Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  T[0] ∈ {{ &__malloc_allocate_T_l11_0 }}
+   [1] ∈ {{ &__malloc_allocate_T_l14_5 }}
+   [2] ∈ {{ &__malloc_allocate_T_l14_6 }}
+   [3] ∈ {{ &__malloc_allocate_T_l14_7 }}
+   [4] ∈ {{ &__malloc_allocate_T_l14_8 }}
+   [5] ∈ {{ &__malloc_allocate_T_l14_9 }}
+   [6..9] ∈ {{ &__malloc_w_allocate_T_l14_10 }}
+  F[0] ∈ {{ &__malloc_allocate_and_free_last_l29 }}
+   [1] ∈ {{ &__malloc_allocate_and_free_last_l29_0 }}
+   [2] ∈ {{ &__malloc_allocate_and_free_last_l29_1 }}
+   [3] ∈ {{ &__malloc_allocate_and_free_last_l29_2 }}
+   [4] ∈ {{ &__malloc_allocate_and_free_last_l29_3 }}
+   [5..9] ∈ {{ &__malloc_w_allocate_and_free_last_l29_4 }} or ESCAPINGADDR
+  __retres ∈ {0}
+  __malloc_allocate_T_l11 ∈ {111}
+  __malloc_allocate_T_l14 ∈ {222}
+  __malloc_allocate_T_l14_0 ∈ {333}
+  __malloc_allocate_T_l14_1 ∈ {444}
+  __malloc_allocate_T_l14_2 ∈ {555}
+  __malloc_allocate_T_l14_3 ∈ {1}
+  __malloc_w_allocate_T_l14_4 ∈ {1} or UNINITIALIZED
+  __malloc_allocate_T_l11_0 ∈ {111}
+  __malloc_allocate_T_l14_5 ∈ {222}
+  __malloc_allocate_T_l14_6 ∈ {333}
+  __malloc_allocate_T_l14_7 ∈ {444}
+  __malloc_allocate_T_l14_8 ∈ {555}
+  __malloc_allocate_T_l14_9 ∈ {2}
+  __malloc_w_allocate_T_l14_10 ∈ {2} or UNINITIALIZED
+  __malloc_allocate_and_free_last_l29 ∈ {0}
+  __malloc_allocate_and_free_last_l29_0 ∈ {1}
+  __malloc_allocate_and_free_last_l29_1 ∈ {2}
+  __malloc_allocate_and_free_last_l29_2 ∈ {3}
+  __malloc_allocate_and_free_last_l29_3 ∈ {4}
+  __malloc_w_allocate_and_free_last_l29_4 ∈
+                                         {5; 6; 7; 8; 9} or UNINITIALIZED
diff --git a/tests/non-free/oracle_symblocs/memchr.err.oracle b/tests/non-free/oracle_symblocs/memchr.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/memchr.res.oracle b/tests/non-free/oracle_symblocs/memchr.res.oracle
new file mode 100644
index 00000000000..427a520aa37
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/memchr.res.oracle
@@ -0,0 +1,1950 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/memchr.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  tab_str[0] ∈ {{ "" }}
+         [1] ∈ {{ "a" }}
+         [2] ∈ {{ "aa" }}
+         [3] ∈ {{ "aaa" }}
+         [4] ∈ {{ "aaaa" }}
+         [5] ∈ {{ "aaaaa" }}
+         [6] ∈ {{ "aaaaaa" }}
+         [7] ∈ {{ "aaaaaaaaa" }}
+         [8] ∈ {{ "aaaaaaaaaa" }}
+         [9] ∈ {{ "aaaaaaaaaaa" }}
+         [10] ∈ {{ "aaaaaaaaaaaa" }}
+         [11] ∈ {{ "aaaaaaaaaaaaa" }}
+  nondet ∈ [--..--]
+  static_str ∈ {0}
+  zero_str ∈ {0}
+[value] computing for function memchr_small_sets <- main.
+        Called from tests/non-free/memchr.c:645.
+[value] computing for function my_memchr <- memchr_small_sets <- main.
+        Called from tests/non-free/memchr.c:81.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{0},{4}))
+[value] Called Frama_C_show_each_mymemchr({3})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:82:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_small_sets <- main.
+        Called from tests/non-free/memchr.c:85.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "\000bc" + {0; 1} }},{0},{3}))
+[value] Called Frama_C_show_each_mymemchr({0; 3})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:86:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_small_sets <- main.
+        Called from tests/non-free/memchr.c:88.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "" }},{0},{0}))
+[value] Called Frama_C_show_each_mymemchr({-1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:89:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_small_sets <- main.
+        Called from tests/non-free/memchr.c:92.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "b\000c" + {0; 2} }},{0},{2}))
+[value] Called Frama_C_show_each_mymemchr({1; 3})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:93:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_small_sets <- main.
+        Called from tests/non-free/memchr.c:97.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:98:[value] assertion got status valid.
+[value] Recording results for memchr_small_sets
+[value] Done for function memchr_small_sets
+[value] computing for function memchr_zero_termination <- main.
+        Called from tests/non-free/memchr.c:646.
+[value] computing for function my_memchr <- memchr_zero_termination <- main.
+        Called from tests/non-free/memchr.c:106.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&empty_or_non_terminated }},
+                                        {0},{1}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:107:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_zero_termination <- main.
+        Called from tests/non-free/memchr.c:111.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated }},{0},{1}))
+[value] Called Frama_C_show_each_mymemchr({-1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:112:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_zero_termination <- main.
+        Called from tests/non-free/memchr.c:113.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated }},{0},{2}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_zero_termination <- main.
+        Called from tests/non-free/memchr.c:119.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&non_terminated2{[2], [3]} }},
+                                        {0},{4}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] Recording results for memchr_zero_termination
+[value] Done for function memchr_zero_termination
+[value] computing for function memchr_initialization <- main.
+        Called from tests/non-free/memchr.c:647.
+[value] computing for function my_memchr <- memchr_initialization <- main.
+        Called from tests/non-free/memchr.c:127.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&empty_or_uninitialized }},
+                                        {0},{1}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
+[value] Called Frama_C_show_each_mymemchr({0})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:128:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_initialization <- main.
+        Called from tests/non-free/memchr.c:131.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&uninitialized }},{0},{1}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_initialization <- main.
+        Called from tests/non-free/memchr.c:136.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{2}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
+[value] Called Frama_C_show_each_mymemchr({1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:137:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_initialization <- main.
+        Called from tests/non-free/memchr.c:143.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
+[value] Called Frama_C_show_each_mymemchr({3})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:144:[value] assertion got status valid.
+[value] Recording results for memchr_initialization
+[value] Done for function memchr_initialization
+[value] computing for function memchr_large <- main.
+        Called from tests/non-free/memchr.c:648.
+[value] computing for function init_array_nondet <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:192.
+tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{1; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:195.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:196.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..75])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:197:[value] assertion got status valid.
+tests/non-free/memchr.c:198:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:200.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:201.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},{100}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..20])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:202:[value] assertion got status valid.
+tests/non-free/memchr.c:203:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:205.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:206.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},{100}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..75])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:207:[value] assertion got status valid.
+tests/non-free/memchr.c:208:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:210.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:211.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..79])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:212:[value] assertion got status valid.
+tests/non-free/memchr.c:213:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function init_array_nondet <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:215.
+tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:216.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large <- main.
+        Called from tests/non-free/memchr.c:217.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},{100}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..99])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:218:[value] assertion got status valid.
+tests/non-free/memchr.c:219:[value] warning: assertion 'refined' got status unknown.
+[value] Recording results for memchr_large
+[value] Done for function memchr_large
+[value] computing for function memchr_large_uninit <- main.
+        Called from tests/non-free/memchr.c:649.
+[value] computing for function init_array_nondet <- memchr_large_uninit <- main.
+        Called from tests/non-free/memchr.c:226.
+tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{1; 2},{40}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- memchr_large_uninit <- main.
+        Called from tests/non-free/memchr.c:227.
+tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[50] }},{3; 4},{45}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- memchr_large_uninit <- main.
+        Called from tests/non-free/memchr.c:231.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large_uninit <- main.
+        Called from tests/non-free/memchr.c:232.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},{100}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..29])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:233:[value] assertion got status valid.
+tests/non-free/memchr.c:234:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- memchr_large_uninit <- main.
+        Called from tests/non-free/memchr.c:237.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large_uninit <- main.
+        Called from tests/non-free/memchr.c:238.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},{100}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..79])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:239:[value] assertion got status valid.
+tests/non-free/memchr.c:240:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- memchr_large_uninit <- main.
+        Called from tests/non-free/memchr.c:242.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large_uninit <- main.
+        Called from tests/non-free/memchr.c:243.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [45..55] }},{0},{100}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..75])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:244:[value] assertion got status valid.
+tests/non-free/memchr.c:245:[value] warning: assertion 'refined' got status unknown.
+[value] Recording results for memchr_large_uninit
+[value] Done for function memchr_large_uninit
+[value] computing for function memchr_misc_array <- main.
+        Called from tests/non-free/memchr.c:650.
+[value] computing for function Frama_C_interval <- memchr_misc_array <- main.
+        Called from tests/non-free/memchr.c:267.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_misc_array <- main.
+        Called from tests/non-free/memchr.c:268.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "" ; "a" ; "aa" ; "aaa" ; "aaaa" ;
+                                           "aaaaa" ; "aaaaaa" ; "aaaaaaaaa" ;
+                                           "aaaaaaaaaa" ; "aaaaaaaaaaa" ;
+                                           "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" }},
+                                        {0},{14}))
+tests/non-free/memchr.c:55:[value] warning: pointer subtraction. assert \base_addr(ss) ≡ \base_addr((char *)p);
+[value] Called Frama_C_show_each_mymemchr([0..13])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:269:[value] assertion got status valid.
+[value] Recording results for memchr_misc_array
+[value] Done for function memchr_misc_array
+[value] computing for function memchr_misc <- main.
+        Called from tests/non-free/memchr.c:651.
+[value] computing for function my_memchr <- memchr_misc <- main.
+        Called from tests/non-free/memchr.c:299.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&unterminated_string }},
+                                        {0},{13}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_misc <- main.
+        Called from tests/non-free/memchr.c:302.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "Hello World\n" ; "Bonjour Monde\n" }},
+                                        {0},{15}))
+[value] Called Frama_C_show_each_mymemchr({12; 14})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:303:[value] assertion got status valid.
+[value] computing for function my_memchr2 <- memchr_misc <- main.
+        Called from tests/non-free/memchr.c:305.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ &x + {0; 3} }},{0},{12}))
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr2({0})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:306:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_misc <- main.
+        Called from tests/non-free/memchr.c:308.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&loc_char_array }},{0},{5}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: reading indeterminate data
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_misc <- main.
+        Called from tests/non-free/memchr.c:309.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc\000\000\000abc" }},{0},{9}))
+[value] Called Frama_C_show_each_mymemchr({3})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:310:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_misc <- main.
+        Called from tests/non-free/memchr.c:311.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc\000\000\000abc" + {4} }},{0},{9}))
+[value] Called Frama_C_show_each_mymemchr({4})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:312:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_misc <- main.
+        Called from tests/non-free/memchr.c:313.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc\000\000\000abc" + {5} }},{0},{9}))
+[value] Called Frama_C_show_each_mymemchr({5})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:314:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_misc <- main.
+        Called from tests/non-free/memchr.c:315.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc\000\000\000abc" + {6} }},{0},{9}))
+[value] Called Frama_C_show_each_mymemchr({9})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:316:[value] assertion got status valid.
+[value] Recording results for memchr_misc
+[value] Done for function memchr_misc
+[value] computing for function memchr_misc2 <- main.
+        Called from tests/non-free/memchr.c:652.
+[value] computing for function my_memchr2 <- memchr_misc2 <- main.
+        Called from tests/non-free/memchr.c:325.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }},
+                                        {0},{5}))
+tests/non-free/memchr.c:69:[value] warning: pointer subtraction. assert \base_addr(s) ≡ \base_addr((char *)base);
+[value] Called Frama_C_show_each_mymemchr2({3; 4})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:326:[value] assertion got status valid.
+[value] computing for function my_memchr2 <- memchr_misc2 <- main.
+        Called from tests/non-free/memchr.c:329.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ "efg" + {1; 2} ; "EFGH" + {1; 2} }},
+                                        {0},{5}))
+[value] Called Frama_C_show_each_mymemchr2({3; 4})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:330:[value] assertion got status valid.
+tests/non-free/memchr.c:333:[value] entering loop for the first time
+[value] computing for function my_memchr <- memchr_misc2 <- main.
+        Called from tests/non-free/memchr.c:334.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "mno\000pqr" ; "MNOP\000QRS" }},{0},{10}))
+[value] Called Frama_C_show_each_mymemchr({3; 4})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:335:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_misc2 <- main.
+        Called from tests/non-free/memchr.c:334.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "mno\000pqr" + {0; 1} ;
+                                           "MNOP\000QRS" + {0; 1} }},{0},{10}))
+[value] Called Frama_C_show_each_mymemchr({3; 4})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_misc2 <- main.
+        Called from tests/non-free/memchr.c:334.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "mno\000pqr" + {0; 1; 2} ;
+                                           "MNOP\000QRS" + {0; 1; 2} }},{0},{10}))
+[value] Called Frama_C_show_each_mymemchr({3; 4})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_misc2 <- main.
+        Called from tests/non-free/memchr.c:334.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
+                                           "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }},
+                                        {0},{10}))
+[value] Called Frama_C_show_each_mymemchr({3; 4; 7; 8})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_misc2 <- main.
+        Called from tests/non-free/memchr.c:334.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
+                                           "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }},
+                                        {0},{10}))
+[value] Called Frama_C_show_each_mymemchr({3; 4; 7; 8})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_misc2 <- main.
+        Called from tests/non-free/memchr.c:341.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&maybe_init }},{0},{2}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
+[value] Called Frama_C_show_each_mymemchr({1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:342:[value] assertion got status valid.
+[value] Recording results for memchr_misc2
+[value] Done for function memchr_misc2
+[value] computing for function memchr_bitfields <- main.
+        Called from tests/non-free/memchr.c:653.
+tests/non-free/memchr.c:161:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{3}))
+tests/non-free/memchr.c:161:[value] warning: builtin Frama_C_memchr: reading indeterminate data
+[value] Recording results for memchr_bitfields
+[value] Done for function memchr_bitfields
+[value] computing for function memchr_bitfields2 <- main.
+        Called from tests/non-free/memchr.c:654.
+[value] computing for function my_memchr <- memchr_bitfields2 <- main.
+        Called from tests/non-free/memchr.c:178.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{3}))
+[value] Called Frama_C_show_each_mymemchr({2})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:179:[value] assertion got status valid.
+[value] Recording results for memchr_bitfields2
+[value] Done for function memchr_bitfields2
+[value] computing for function memchr_escaping <- main.
+        Called from tests/non-free/memchr.c:655.
+tests/non-free/memchr.c:255:[value] warning: locals {x} escaping the scope of a block of memchr_escaping through s
+[value] computing for function my_memchr <- memchr_escaping <- main.
+        Called from tests/non-free/memchr.c:258.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{4}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible escaping addresses
+[value] Called Frama_C_show_each_mymemchr({0})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:259:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_escaping <- main.
+        Called from tests/non-free/memchr.c:261.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{4}))
+[value] Called Frama_C_show_each_mymemchr({0})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:262:[value] assertion got status valid.
+[value] Recording results for memchr_escaping
+[value] Done for function memchr_escaping
+[value] computing for function memchr_big_array <- main.
+        Called from tests/non-free/memchr.c:656.
+tests/non-free/memchr.c:352:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/memchr.c:354:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/memchr.c:356:[value] warning: out of bounds write. assert \valid(p);
+[value] computing for function my_memchr <- memchr_big_array <- main.
+        Called from tests/non-free/memchr.c:364.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{800}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
+[value] Called Frama_C_show_each_mymemchr({1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_big_array <- main.
+        Called from tests/non-free/memchr.c:365.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{805}))
+tests/non-free/memchr.c:50:[kernel] more than 200(201) locations to update in array. Approximating.
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
+[value] Called Frama_C_show_each_mymemchr({1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_big_array <- main.
+        Called from tests/non-free/memchr.c:366.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{4000001}))
+tests/non-free/memchr.c:50:[kernel] more than 200(1000000) locations to update in array. Approximating.
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
+[value] Called Frama_C_show_each_mymemchr({1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] Called Frama_C_show_each({1}, {1}, {1})
+tests/non-free/memchr.c:368:[value] assertion got status valid.
+tests/non-free/memchr.c:369:[value] assertion got status valid.
+tests/non-free/memchr.c:370:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_big_array <- main.
+        Called from tests/non-free/memchr.c:372.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&u }},{0},{1600}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
+[value] Called Frama_C_show_each_mymemchr({1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_big_array <- main.
+        Called from tests/non-free/memchr.c:373.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&r }},{0},{1608}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
+[value] Called Frama_C_show_each_mymemchr({1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_big_array <- main.
+        Called from tests/non-free/memchr.c:374.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0},{8000000}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possible uninitialized values
+[value] Called Frama_C_show_each_mymemchr({1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] Called Frama_C_show_each({1}, {1}, {1})
+tests/non-free/memchr.c:376:[value] assertion got status valid.
+tests/non-free/memchr.c:377:[value] assertion got status valid.
+tests/non-free/memchr.c:378:[value] assertion got status valid.
+[value] Recording results for memchr_big_array
+[value] Done for function memchr_big_array
+[value] computing for function memchr_no_zero_but_ok <- main.
+        Called from tests/non-free/memchr.c:657.
+[value] computing for function my_memchr <- memchr_no_zero_but_ok <- main.
+        Called from tests/non-free/memchr.c:389.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{5}))
+[value] Called Frama_C_show_each_mymemchr({-1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:390:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_no_zero_but_ok <- main.
+        Called from tests/non-free/memchr.c:391.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s }},{0},{11}))
+[value] Called Frama_C_show_each_mymemchr({10})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:392:[value] assertion got status valid.
+[value] computing for function my_memchr2 <- memchr_no_zero_but_ok <- main.
+        Called from tests/non-free/memchr.c:393.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s{[1], [8]} }},{0},{11}))
+[value] Called Frama_C_show_each_mymemchr2({10})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:394:[value] assertion got status valid.
+[value] computing for function my_memchr2 <- memchr_no_zero_but_ok <- main.
+        Called from tests/non-free/memchr.c:395.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s{[7], [11]} }},{0},{4}))
+[value] Called Frama_C_show_each_mymemchr2({-1; 10; 14})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:396:[value] assertion got status valid.
+[value] computing for function my_memchr2 <- memchr_no_zero_but_ok <- main.
+        Called from tests/non-free/memchr.c:397.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ (void const *)&s{[7], [18]} }},{0},{5}))
+tests/non-free/memchr.c:64:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr2({10; 18; 19})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:398:[value] assertion got status valid.
+[value] Recording results for memchr_no_zero_but_ok
+[value] Done for function memchr_no_zero_but_ok
+[value] computing for function memchr_small_sets_n <- main.
+        Called from tests/non-free/memchr.c:658.
+[value] computing for function my_memchr2 <- memchr_small_sets_n <- main.
+        Called from tests/non-free/memchr.c:407.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ "abcde" + {0; 1} }},{0},{2; 5}))
+[value] Called Frama_C_show_each_mymemchr2({-1; 5})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:408:[value] assertion got status valid.
+[value] computing for function my_memchr2 <- memchr_small_sets_n <- main.
+        Called from tests/non-free/memchr.c:412.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ "\000bcdef" + {0; 1} }},{0},{1; 6}))
+[value] Called Frama_C_show_each_mymemchr2({-1; 0; 6})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:413:[value] assertion got status valid.
+[value] computing for function my_memchr2 <- memchr_small_sets_n <- main.
+        Called from tests/non-free/memchr.c:416.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ "bcd\000efg" + {0; 2} }},{0},{4}))
+[value] Called Frama_C_show_each_mymemchr2({3})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:417:[value] assertion got status valid.
+[value] computing for function my_memchr2 <- memchr_small_sets_n <- main.
+        Called from tests/non-free/memchr.c:420.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ "bcd\000efg" + {0; 2} }},{0},{3; 4}))
+[value] Called Frama_C_show_each_mymemchr2({-1; 3})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:421:[value] assertion got status valid.
+[value] computing for function my_memchr2 <- memchr_small_sets_n <- main.
+        Called from tests/non-free/memchr.c:424.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ "bcd\000efg" + {0; 2} }},{0},{2; 3}))
+[value] Called Frama_C_show_each_mymemchr2({-1; 3})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:425:[value] assertion got status valid.
+[value] computing for function my_memchr2 <- memchr_small_sets_n <- main.
+        Called from tests/non-free/memchr.c:428.
+tests/non-free/memchr.c:64:[value] Call to builtin Frama_C_memchr(({{ "bcd\000efg" + {2; 4} }},{0},{2; 7}))
+[value] Called Frama_C_show_each_mymemchr2({-1; 3; 7})
+[value] Recording results for my_memchr2
+[value] Done for function my_memchr2
+tests/non-free/memchr.c:429:[value] assertion got status valid.
+[value] Recording results for memchr_small_sets_n
+[value] Done for function memchr_small_sets_n
+[value] computing for function memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:659.
+[value] computing for function init_array_nondet <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:436.
+tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{1; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:441.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:442.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:443.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..40])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:444:[value] assertion got status valid.
+tests/non-free/memchr.c:445:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function my_memchr <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:449.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..40])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:450:[value] assertion got status valid.
+tests/non-free/memchr.c:451:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function my_memchr <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:454.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..30] }},{0},[10..20]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..29])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:455:[value] assertion got status valid.
+tests/non-free/memchr.c:456:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:458.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:459.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [5..17] }},{0},[10..20]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..29])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:460:[value] assertion got status valid.
+tests/non-free/memchr.c:461:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:463.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:464.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [60..74] }},{0},[10..20]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..75])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:465:[value] assertion got status valid.
+tests/non-free/memchr.c:466:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:468.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:469.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [63..80] }},{0},[10..20]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..79])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:470:[value] assertion got status valid.
+tests/non-free/memchr.c:471:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function init_array_nondet <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:473.
+tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:474.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:475.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[10..20]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..89])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:476:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:478.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:479.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [50..70] }},{0},[0..100]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..99])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:480:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:482.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:483.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_large_n <- main.
+        Called from tests/non-free/memchr.c:484.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..10] }},{0},[0..90]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..99])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:485:[value] assertion got status valid.
+[value] Recording results for memchr_large_n
+[value] Done for function memchr_large_n
+[value] computing for function memchr_unbounded_n <- main.
+        Called from tests/non-free/memchr.c:660.
+[value] computing for function my_memchr <- memchr_unbounded_n <- main.
+        Called from tests/non-free/memchr.c:494.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" }},{0},[0..2147483647]))
+[value] Called Frama_C_show_each_mymemchr({-1; 3})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:495:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_unbounded_n <- main.
+        Called from tests/non-free/memchr.c:497.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{0},[0..2147483647]))
+[value] Called Frama_C_show_each_mymemchr({-1; 3})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:498:[value] assertion got status valid.
+[value] computing for function my_memchr <- memchr_unbounded_n <- main.
+        Called from tests/non-free/memchr.c:500.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "bcd\000eg" }},{0},[0..2147483647]))
+[value] Called Frama_C_show_each_mymemchr({-1; 3})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:501:[value] assertion got status valid.
+[value] Recording results for memchr_unbounded_n
+[value] Done for function memchr_unbounded_n
+[value] computing for function memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:661.
+[value] computing for function init_array_nondet <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:508.
+tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a }},{0; 1},{10}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:509.
+tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[3] }},{1},{4}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:510.
+tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[11] }},{0; 1},{1}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:511.
+tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[12] }},{1},{4}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:512.
+tests/non-free/memchr.c:184:[value] Call to builtin memset(({{ (void *)&a[16] }},{0; 1},{4}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:514.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:515.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:516.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [0..9] }},{0},[0..10]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..9])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:517:[value] assertion got status valid.
+tests/non-free/memchr.c:518:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:520.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:521.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:522.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
+                                                            [8], [9]} }},{0},[2..10]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:523:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:525.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:526.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:527.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
+                                                            [8], [9]} }},{0},[0..11]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:528:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:530.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:531.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:532.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
+                                                            [8], [9], [10]} }},
+                                        {0},[0..9]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:533:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:535.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:536.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:537.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
+                                                            [8], [9], [10]} }},
+                                        {0},[0..10]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:538:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:540.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:541.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:542.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&a{[3], [4], [5], [6], [7],
+                                                            [8], [9], [10]} }},
+                                        {0},[0..11]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr({-1; 7; 8; 9})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:543:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:545.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:546.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:547.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..19])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:548:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:550.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:551.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:552.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..10]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..19])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:553:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:555.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:556.
+[value] Done for function Frama_C_interval
+[value] computing for function my_memchr <- memchr_intervals <- main.
+        Called from tests/non-free/memchr.c:557.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ &a + [3..11] }},{0},[0..11]))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr([-1..19])
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+tests/non-free/memchr.c:558:[value] assertion got status valid.
+[value] Recording results for memchr_intervals
+[value] Done for function memchr_intervals
+[value] computing for function memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:662.
+[value] Called Frama_C_show_each_c({97})
+[value] computing for function memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:590.
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:566.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97},{4}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr({0})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:569.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "\000bc" + {0; 1} }},{97},{3}))
+[value] Called Frama_C_show_each_mymemchr({-1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:571.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "" }},{97},{0}))
+[value] Called Frama_C_show_each_mymemchr({-1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:574.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "b\000c" + {0; 2} }},{97},{2}))
+[value] Called Frama_C_show_each_mymemchr({-1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:578.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{97},{4}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] Recording results for memchr_small_sets_no_assertions
+[value] Done for function memchr_small_sets_no_assertions
+[value] Called Frama_C_show_each_res({0}, {-1}, {-1}, {-1}, {-1; 0; 1})
+tests/non-free/memchr.c:592:[value] assertion got status valid.
+tests/non-free/memchr.c:593:[value] assertion got status valid.
+tests/non-free/memchr.c:594:[value] assertion got status valid.
+tests/non-free/memchr.c:595:[value] assertion got status valid.
+tests/non-free/memchr.c:596:[value] assertion got status valid.
+[value] Called Frama_C_show_each_c({98})
+[value] computing for function memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:600.
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:566.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{98},{4}))
+[value] Called Frama_C_show_each_mymemchr({1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:569.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "\000bc" + {0; 1} }},{98},{3}))
+[value] Called Frama_C_show_each_mymemchr({1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:571.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "" }},{98},{0}))
+[value] Called Frama_C_show_each_mymemchr({-1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:574.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "b\000c" + {0; 2} }},{98},{2}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:578.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{98},{4}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] Recording results for memchr_small_sets_no_assertions
+[value] Done for function memchr_small_sets_no_assertions
+[value] Called Frama_C_show_each_res({1}, {1}, {-1}, {-1; 0}, {-1; 0; 1})
+tests/non-free/memchr.c:602:[value] assertion got status valid.
+tests/non-free/memchr.c:603:[value] assertion got status valid.
+tests/non-free/memchr.c:604:[value] assertion got status valid.
+tests/non-free/memchr.c:605:[value] assertion got status valid.
+tests/non-free/memchr.c:606:[value] assertion got status valid.
+[value] Called Frama_C_show_each_c({97; 98})
+[value] computing for function memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:610.
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:566.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{97; 98},{4}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:569.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "\000bc" + {0; 1} }},{97; 98},{3}))
+[value] Called Frama_C_show_each_mymemchr({-1; 1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:571.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "" }},{97; 98},{0}))
+[value] Called Frama_C_show_each_mymemchr({-1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:574.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "b\000c" + {0; 2} }},{97; 98},{2}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:578.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{97; 98},{4}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] Recording results for memchr_small_sets_no_assertions
+[value] Done for function memchr_small_sets_no_assertions
+[value] Called Frama_C_show_each_res({-1; 0; 1}, {-1; 1}, {-1}, {-1; 0}, {-1; 0; 1})
+tests/non-free/memchr.c:612:[value] assertion got status valid.
+tests/non-free/memchr.c:613:[value] warning: assertion 'refined' got status unknown.
+tests/non-free/memchr.c:614:[value] assertion got status valid.
+tests/non-free/memchr.c:615:[value] assertion got status valid.
+tests/non-free/memchr.c:616:[value] assertion got status valid.
+tests/non-free/memchr.c:617:[value] assertion got status valid.
+[value] Called Frama_C_show_each_c({98; 99})
+[value] computing for function memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:621.
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:566.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{98; 99},{4}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr({-1; 1; 2})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:569.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "\000bc" + {0; 1} }},{98; 99},{3}))
+[value] Called Frama_C_show_each_mymemchr({-1; 1; 2})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:571.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "" }},{98; 99},{0}))
+[value] Called Frama_C_show_each_mymemchr({-1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:574.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "b\000c" + {0; 2} }},{98; 99},{2}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0; 2})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:578.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{98; 99},{4}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] Recording results for memchr_small_sets_no_assertions
+[value] Done for function memchr_small_sets_no_assertions
+[value] Called Frama_C_show_each_res({-1; 1; 2},
+                                     {-1; 1; 2},
+                                     {-1},
+                                     {-1; 0; 2},
+                                     {-1; 0; 1})
+tests/non-free/memchr.c:623:[value] assertion got status valid.
+tests/non-free/memchr.c:624:[value] warning: assertion 'refined' got status unknown.
+tests/non-free/memchr.c:625:[value] assertion got status valid.
+tests/non-free/memchr.c:626:[value] warning: assertion 'refined' got status unknown.
+tests/non-free/memchr.c:627:[value] assertion got status valid.
+tests/non-free/memchr.c:628:[value] assertion got status valid.
+tests/non-free/memchr.c:629:[value] assertion got status valid.
+[value] Called Frama_C_show_each_c({0; 98; 99})
+[value] computing for function memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:633.
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:566.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "abc" + {0; 1} }},{0; 98; 99},{4}))
+tests/non-free/memchr.c:50:[value] warning: builtin Frama_C_memchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mymemchr({-1; 1; 2; 3})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:569.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "\000bc" + {0; 1} }},{0; 98; 99},{3}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0; 1; 2; 3})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:571.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "" }},{0; 98; 99},{0}))
+[value] Called Frama_C_show_each_mymemchr({-1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:574.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ "b\000c" + {0; 2} }},{0; 98; 99},{2}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0; 1; 2; 3})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] computing for function my_memchr <- memchr_small_sets_no_assertions <- 
+                                memchr_small_sets_chars <- main.
+        Called from tests/non-free/memchr.c:578.
+tests/non-free/memchr.c:50:[value] Call to builtin Frama_C_memchr(({{ (void const *)&t }},{0; 98; 99},{4}))
+[value] Called Frama_C_show_each_mymemchr({-1; 0; 1})
+[value] Recording results for my_memchr
+[value] Done for function my_memchr
+[value] Recording results for memchr_small_sets_no_assertions
+[value] Done for function memchr_small_sets_no_assertions
+[value] Called Frama_C_show_each_res({-1; 1; 2; 3},
+                                     {-1; 0; 1; 2; 3},
+                                     {-1},
+                                     {-1; 0; 1; 2; 3},
+                                     {-1; 0; 1})
+tests/non-free/memchr.c:635:[value] assertion got status valid.
+tests/non-free/memchr.c:636:[value] warning: assertion 'refined' got status unknown.
+tests/non-free/memchr.c:637:[value] assertion got status valid.
+tests/non-free/memchr.c:638:[value] warning: assertion 'refined' got status unknown.
+tests/non-free/memchr.c:639:[value] assertion got status valid.
+tests/non-free/memchr.c:640:[value] assertion got status valid.
+tests/non-free/memchr.c:641:[value] assertion got status valid.
+[value] Recording results for memchr_small_sets_chars
+[value] Done for function memchr_small_sets_chars
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function init_array_nondet:
+  from ∈ {-1}
+  to ∈ {-1}
+  val1 ∈ {-1}
+  val2 ∈ {-1}
+  val ∈ {0; 1; 2; 3; 4}
+  a[0..99] ∈ {0; 1; 2}
+  a[0..39] ∈ {1; 2}
+   [40..49] ∈ UNINITIALIZED
+   [50..94] ∈ {3; 4} or UNINITIALIZED
+   [95..99] ∈ UNINITIALIZED
+  a[0..99] ∈ {0; 1; 2}
+  a[0..9] ∈ {0; 1}
+   [10] ∈ UNINITIALIZED
+   [11] ∈ {0; 1} or UNINITIALIZED
+   [12..15] ∈ {1} or UNINITIALIZED
+   [16..19] ∈ {0; 1} or UNINITIALIZED
+   [20..99] ∈ UNINITIALIZED
+[value:final-states] Values at end of function memchr_bitfields:
+  c ∈ {0}
+  s.a ∈ {3}
+   .b ∈ {1}
+   .[bits 16 to 31] ∈ UNINITIALIZED
+   .c ∈ {7}
+   .[bits 49 to 63] ∈ UNINITIALIZED
+  p ∈ {{ (char *)&s }}
+[value:final-states] Values at end of function my_memchr:
+  s ∈
+   {{ &t[0] ; &empty_or_non_terminated[0] ; &non_terminated[0] ;
+      &empty_or_uninitialized[0] ; &s[0] ; &t[0] ; (char const *)&s ; 
+      &a[0] ; &a[0] ; &s[0] ; &maybe_init[0] ; (char const *)&u ;
+      (char const *)&r ; (char const *)&t ; &s[0] ; &a[0] ; &a[0] ; &t[0] ;
+      "" ; "a" ; "aa" ; "aaa" ; "aaaa" ; "aaaaa" ; "aaaaaa" ; "aaaaaaaaa" ;
+      "aaaaaaaaaa" ; "aaaaaaaaaaa" ; "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" ;
+      "abc" ; "\000bc" ; "" ; "b\000c" ; "Hello World\n" ;
+      "abc\000\000\000abc" ; "Bonjour Monde\n" ; "mno\000pqr" ;
+      "MNOP\000QRS" ; "abc" ; "bcd\000eg" ; "abc" ; "\000bc" ; "" ;
+      "b\000c" }}
+  ss ∈
+    {{ NULL ; &t{[0], [1]} ; &empty_or_non_terminated[0] ;
+       &empty_or_uninitialized[0] ; &s[1] ; &t[3] ; &s + {2} ; &a + [0..99] ;
+       &a + [0..79] ; &s[0] ; &maybe_init[1] ; &u + {1} ; &r + {1} ;
+       &t + {1} ; &s[10] ; &a + [0..99] ; &a + [0..19] ; &t{[0], [1]} ; 
+       "" ; "a" + {1} ; "aa" + {2} ; "aaa" + {3} ; "aaaa" + {4} ;
+       "aaaaa" + {5} ; "aaaaaa" + {6} ; "aaaaaaaaa" + {9} ;
+       "aaaaaaaaaa" + {10} ; "aaaaaaaaaaa" + {11} ; "aaaaaaaaaaaa" + {12} ;
+       "aaaaaaaaaaaaa" + {13} ; "abc" + {3} ; "\000bc" + {0; 3} ;
+       "b\000c" + {1; 3} ; "Hello World\n" + {12} ;
+       "abc\000\000\000abc" + {3; 4; 5; 9} ; "Bonjour Monde\n" + {14} ;
+       "mno\000pqr" + {3; 7} ; "MNOP\000QRS" + {4; 8} ; "abc" + {3} ;
+       "bcd\000eg" + {3} ; "abc" + {0; 1; 2; 3} ; "\000bc" + {0; 1; 2; 3} ;
+       "b\000c" + {0; 1; 2; 3} }}
+  res ∈ [-1..99]
+[value:final-states] Values at end of function memchr_big_array:
+  c ∈ {0}
+  u[0..199] ∈ {270729319} or UNINITIALIZED
+  r[0..200] ∈ {270729319} or UNINITIALIZED
+  t[0..999999] ∈ {270729319} or UNINITIALIZED
+  p ∈ {{ &t + [0..3999996],0%4 }}
+  len_u ∈ {1}
+  len_r ∈ {1}
+  len_t ∈ {1}
+[value:final-states] Values at end of function memchr_bitfields2:
+  c ∈ {0}
+  s.a ∈ {3}
+   .b ∈ {1}
+   .c ∈ {7}
+   .[bits 25 to 31] ∈ UNINITIALIZED
+  p ∈ {{ (char *)&s }}
+  z1 ∈ {2}
+[value:final-states] Values at end of function memchr_escaping:
+  c ∈ {0}
+  s[0] ∈ {0}
+   [1..3] ∈ ESCAPINGADDR
+  z1 ∈ {0}
+  z2 ∈ {0}
+[value:final-states] Values at end of function memchr_initialization:
+  c ∈ {0}
+  empty_or_uninitialized[0] ∈ {0} or UNINITIALIZED
+  z1 ∈ {0}
+  s[0] ∈ {1} or UNINITIALIZED
+   [1] ∈ {0}
+  z2 ∈ {1}
+  t[0..1] ∈ {10}
+   [2] ∈ {10} or UNINITIALIZED
+   [3] ∈ {0}
+  z3 ∈ {3}
+[value:final-states] Values at end of function memchr_intervals:
+  Frama_C_entropy_source ∈ [--..--]
+  c ∈ {0}
+  a[0..2] ∈ {0; 1}
+   [3..6] ∈ {1}
+   [7..9] ∈ {0; 1}
+   [10] ∈ UNINITIALIZED
+   [11] ∈ {0; 1}
+   [12..15] ∈ {1}
+   [16..19] ∈ {0; 1}
+   [20..99] ∈ UNINITIALIZED
+  offset ∈ [3..11]
+  n ∈ [0..11]
+  z1 ∈ {-1; 0; 1; 2; 7; 8; 9}
+  z2 ∈ {-1; 7; 8; 9}
+  z3 ∈ {-1; 7; 8; 9}
+  z4 ∈ {-1; 7; 8; 9}
+  z5 ∈ {-1; 7; 8; 9}
+  z6 ∈ {-1; 7; 8; 9}
+  z7 ∈ [-1..19]
+  z8 ∈ [-1..19]
+  z9 ∈ [-1..19]
+[value:final-states] Values at end of function memchr_large:
+  Frama_C_entropy_source ∈ [--..--]
+  c ∈ {0}
+  a[0..99] ∈ {0; 2}
+  offset ∈ [50..70]
+  z1 ∈ {20; 75}
+  z2 ∈ {20}
+  z3 ∈ {75}
+  z4 ∈ {75}
+  z5 ∈ [50..99]
+[value:final-states] Values at end of function memchr_large_n:
+  Frama_C_entropy_source ∈ [--..--]
+  c ∈ {0}
+  a[0..99] ∈ {0; 2}
+  offset ∈ [0..10]
+  n ∈ [0..90]
+  z1 ∈ {-1; 15; 28; 40}
+  z2 ∈ {-1; 15; 29; 40}
+  z3 ∈ {-1; 15; 29}
+  z4 ∈ {-1; 15; 29}
+  z5 ∈ {-1; 75}
+  z6 ∈ {-1; 75}
+  z7 ∈ [-1..89]
+  z8 ∈ [-1..99]
+  z9 ∈ [-1..99]
+[value:final-states] Values at end of function memchr_large_uninit:
+  Frama_C_entropy_source ∈ [--..--]
+  c ∈ {0}
+  a[0..19] ∈ {1; 2}
+   [20] ∈ {0}
+   [21..39] ∈ {1; 2}
+   [40..49] ∈ UNINITIALIZED
+   [50..74] ∈ {3; 4}
+   [75] ∈ {0}
+   [76..94] ∈ {3; 4}
+   [95..97] ∈ UNINITIALIZED
+   [98] ∈ {0}
+   [99] ∈ UNINITIALIZED
+  offset ∈ {0}
+  z1 ∈ {20}
+  z2 ∈ {75}
+  z3 ∈ {75}
+[value:final-states] Values at end of function memchr_misc_array:
+  Frama_C_entropy_source ∈ [--..--]
+  c ∈ {0}
+  i ∈ [0..11]
+  sz3 ∈ [0..13]
+[value:final-states] Values at end of function memchr_small_sets:
+  c ∈ {0}
+  s ∈ {{ "b\000c" }}
+  o ∈ {0; 2}
+  z1 ∈ {3}
+  z2 ∈ {0; 3}
+  z3 ∈ {-1}
+  z4 ∈ {1; 3}
+  t[0..1] ∈ {0; 1}
+   [2..3] ∈ {1}
+  z5 ∈ {-1; 0; 1}
+[value:final-states] Values at end of function memchr_small_sets_no_assertions:
+  s ∈ {{ "b\000c" }}
+  o ∈ {0; 2}
+  t[0..1] ∈ {0; 1; 97; 98; 99}
+   [2..3] ∈ {1}
+  res[0..1] ∈ {-1; 0; 1; 2; 3}
+     [2] ∈ {-1}
+     [3] ∈ {-1; 0; 1; 2; 3}
+     [4] ∈ {-1; 0; 1}
+  __retres ∈ {0}
+[value:final-states] Values at end of function memchr_small_sets_chars:
+  c ∈ {0; 98; 99}
+  res[0] ∈ {1; 2; 3}
+     [1] ∈ {0; 1; 2; 3}
+     [2] ∈ {-1}
+     [3] ∈ {-1; 0; 1; 2; 3}
+     [4] ∈ {-1; 0; 1}
+[value:final-states] Values at end of function memchr_unbounded_n:
+  c ∈ {0}
+  n ∈ [0..2147483647]
+  s ∈ {{ "bcd\000eg" }}
+  zu1 ∈ {-1; 3}
+  o ∈ {0; 1}
+  zu2 ∈ {-1; 3}
+  zu3 ∈ {-1; 3}
+[value:final-states] Values at end of function memchr_zero_termination:
+  c ∈ {0}
+  empty_or_non_terminated[0] ∈ {0; 100}
+  z1 ∈ {-1; 0}
+  non_terminated[0] ∈ {88}
+  z2 ∈ {-1}
+  non_terminated2[0] ∈ {76}
+                 [1] ∈ {0}
+                 [2] ∈ {28}
+                 [3] ∈ {14}
+  o ∈ {2; 3}
+[value:final-states] Values at end of function my_memchr2:
+  p ∈
+   {{ &x + {0; 3} ; &s{[1], [7], [8], [11], [18]} ; "abc" + {0; 1} ;
+      "ABCD" + {0; 1} ; "efg" + {1; 2} ; "EFGH" + {1; 2} ; "abcde" + {0; 1} ;
+      "\000bcdef" + {0; 1} ; "bcd\000efg" + {0; 2; 4} }}
+  s ∈
+   {{ NULL ; (char *)&x ; &s{[10], [14], [18], [19]} ; "abc" + {3} ;
+      "ABCD" + {4} ; "efg" + {3} ; "EFGH" + {4} ; "abcde" + {5} ;
+      "\000bcdef" + {0; 6} ; "bcd\000efg" + {3; 7} }}
+  res ∈ [-1..19]
+[value:final-states] Values at end of function memchr_misc:
+  c ∈ {0}
+  loc_str ∈ {{ "Bonjour Monde\n" }}
+  loc_char_array[0..2] ∈ UNINITIALIZED
+                [3] ∈ {0}
+                [4] ∈ UNINITIALIZED
+  sz1 ∈ {12; 14}
+  sz2 ∈ {0}
+  sz4a ∈ {3}
+  sz4b ∈ {4}
+  sz4c ∈ {5}
+  sz4d ∈ {9}
+  x ∈ {-1412567296}
+  str ∈ {{ (char *)&x }}
+  unterminated_string[0] ∈ {117}
+                     [1] ∈ {110}
+                     [2] ∈ {116}
+                     [3] ∈ {101}
+                     [4] ∈ {114}
+                     [5] ∈ {109}
+                     [6] ∈ {105}
+                     [7] ∈ {110}
+                     [8] ∈ {97}
+                     [9] ∈ {116}
+                     [10] ∈ {101}
+                     [11] ∈ {100}
+  static_str ∈ {{ "Hello World\n" }}
+  zero_str ∈ {{ "abc\000\000\000abc" }}
+[value:final-states] Values at end of function memchr_misc2:
+  c ∈ {0}
+  sz5 ∈ {3; 4}
+  sz6 ∈ {3; 4}
+  sz7 ∈ {3; 4; 7; 8} or UNINITIALIZED
+  sz8 ∈ {1}
+  s1 ∈ {{ "mno\000pqr" ; "MNOP\000QRS" }}
+  maybe_init[0] ∈ {65} or UNINITIALIZED
+            [1] ∈ {0}
+[value:final-states] Values at end of function memchr_no_zero_but_ok:
+  c ∈ {0}
+  s[0..9] ∈ {1}
+   [10] ∈ {0}
+   [11..13] ∈ {1}
+   [14..19] ∈ {0; 1}
+  z1 ∈ {-1}
+  z2 ∈ {10}
+  z3 ∈ {10}
+  z4 ∈ {-1; 10; 14}
+  z5 ∈ {10; 18; 19}
+[value:final-states] Values at end of function memchr_small_sets_n:
+  c ∈ {0}
+  s ∈ {{ "bcd\000efg" }}
+  n ∈ {2; 7}
+  z1 ∈ {-1; 5}
+  z2 ∈ {-1; 0; 6}
+  z3a ∈ {3}
+  z3b ∈ {-1; 3}
+  z3 ∈ {-1; 3}
+  z4 ∈ {-1; 3; 7}
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  static_str ∈ {{ "Hello World\n" }}
+  zero_str ∈ {{ "abc\000\000\000abc" }}
+  __retres ∈ {0}
+[from] Computing for function init_array_nondet
+[from] Computing for function Frama_C_memset <-init_array_nondet
+[from] Done for function Frama_C_memset
+[from] Done for function init_array_nondet
+[from] Computing for function memchr_bitfields
+[from] Computing for function Frama_C_memchr <-memchr_bitfields
+[from] Done for function Frama_C_memchr
+[from] Done for function memchr_bitfields
+[from] Computing for function my_memchr
+[from] Done for function my_memchr
+[from] Computing for function memchr_big_array
+[from] Done for function memchr_big_array
+[from] Computing for function memchr_bitfields2
+[from] Done for function memchr_bitfields2
+[from] Computing for function memchr_escaping
+[from] Done for function memchr_escaping
+[from] Computing for function memchr_initialization
+[from] Done for function memchr_initialization
+[from] Computing for function memchr_intervals
+[from] Computing for function Frama_C_interval <-memchr_intervals
+[from] Done for function Frama_C_interval
+[from] Done for function memchr_intervals
+[from] Computing for function memchr_large
+[from] Done for function memchr_large
+[from] Computing for function memchr_large_n
+[from] Done for function memchr_large_n
+[from] Computing for function memchr_large_uninit
+[from] Done for function memchr_large_uninit
+[from] Computing for function memchr_misc_array
+[from] Done for function memchr_misc_array
+[from] Computing for function memchr_small_sets
+[from] Done for function memchr_small_sets
+[from] Computing for function memchr_small_sets_no_assertions
+[from] Done for function memchr_small_sets_no_assertions
+[from] Computing for function memchr_small_sets_chars
+[from] Done for function memchr_small_sets_chars
+[from] Computing for function memchr_unbounded_n
+[from] Done for function memchr_unbounded_n
+[from] Computing for function memchr_zero_termination
+[from] Done for function memchr_zero_termination
+[from] Computing for function my_memchr2
+[from] Done for function my_memchr2
+[from] Computing for function memchr_misc
+[from] Done for function memchr_misc
+[from] Computing for function memchr_misc2
+[from] Done for function memchr_misc2
+[from] Computing for function memchr_no_zero_but_ok
+[from] Done for function memchr_no_zero_but_ok
+[from] Computing for function memchr_small_sets_n
+[from] Done for function memchr_small_sets_n
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function init_array_nondet:
+  a[0..99] FROM val1; val2; nondet (and SELF)
+  a[0..99] FROM val1; val2; nondet (and SELF)
+  a[0..99] FROM val1; val2; nondet (and SELF)
+  a[0..99] FROM val1; val2; nondet (and SELF)
+[from] Function memchr_bitfields:
+  NO EFFECTS
+[from] Function my_memchr:
+  \result FROM p; c; n; t[0..3]; empty_or_non_terminated[0];
+               non_terminated[0]; non_terminated2[2..3];
+               empty_or_uninitialized[0]; uninitialized[0]; s[0..1]; 
+               t[0..3]; s; a[3..99]; a[3..99]; s[0..3]; loc_char_array[0..4];
+               x; unterminated_string[0..11]; maybe_init[0..1]; u[0..199];
+               r[0..200]; t[0..999999]; s[0..19]; a[0..99]; a[0..99];
+               t[0..3]; ""[bits 0 to 7]; "a"[bits 0 to 15];
+               "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39];
+               "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+               "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+               "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+               "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc";
+               ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+               "abc\000\000\000abc"[bits 0 to 79];
+               "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+               "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39];
+               "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71];
+               "abcde"[bits 0 to 47]; "\000bcdef"[bits 0 to 55];
+               "bcd\000efg"[bits 0 to 63]; "abc"; "bcd\000eg"[bits 0 to 55];
+               "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[from] Function memchr_big_array:
+  NO EFFECTS
+[from] Function memchr_bitfields2:
+  NO EFFECTS
+[from] Function memchr_escaping:
+  NO EFFECTS
+[from] Function memchr_initialization:
+  NO EFFECTS
+[from] Function memchr_intervals:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function memchr_large:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function memchr_large_n:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function memchr_large_uninit:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function memchr_misc_array:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function memchr_small_sets:
+  NO EFFECTS
+[from] Function memchr_small_sets_no_assertions:
+  res[0..3]
+     FROM c; res; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23];
+          "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111];
+          "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+          "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71];
+          "abcde"[bits 0 to 47]; "\000bcdef"[bits 0 to 55];
+          "bcd\000efg"[bits 0 to 63]; "abc"; "bcd\000eg"[bits 0 to 55];
+          "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+     [4]
+     FROM c; res; nondet; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39];
+          "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7];
+          "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+          "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71];
+          "abcde"[bits 0 to 47]; "\000bcdef"[bits 0 to 55];
+          "bcd\000efg"[bits 0 to 63]; "abc"; "bcd\000eg"[bits 0 to 55];
+          "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+  \result FROM \nothing
+[from] Function memchr_small_sets_chars:
+  NO EFFECTS
+[from] Function memchr_unbounded_n:
+  NO EFFECTS
+[from] Function memchr_zero_termination:
+  NO EFFECTS
+[from] Function my_memchr2:
+  \result FROM base; c; n; loc_char_array[0..4]; x;
+               unterminated_string[0..11]; maybe_init[0..1]; s[0..19];
+               ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; 
+               "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+               "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+               "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+               "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111];
+               "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+               "Hello World\n"[bits 0 to 103];
+               "abc\000\000\000abc"[bits 0 to 79];
+               "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+               "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39];
+               "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71];
+               "abcde"[bits 0 to 47]; "\000bcdef"[bits 0 to 55];
+               "bcd\000efg"[bits 0 to 63]; "abc"; "bcd\000eg"[bits 0 to 55];
+               "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[from] Function memchr_misc:
+  static_str FROM \nothing
+  zero_str FROM \nothing
+[from] Function memchr_misc2:
+  NO EFFECTS
+[from] Function memchr_no_zero_but_ok:
+  NO EFFECTS
+[from] Function memchr_small_sets_n:
+  NO EFFECTS
+[from] Function main:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  static_str FROM \nothing
+  zero_str FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function init_array_nondet:
+          from; to; val1; val2; val; tmp; a[0..99]; a[0..99]; a[0..99]; a[0..99]
+[inout] Inputs for function init_array_nondet:
+          nondet
+[inout] Out (internal) for function memchr_bitfields:
+          c; s{{.a; .b}; .c}; p
+[inout] Inputs for function memchr_bitfields:
+          nondet
+[inout] Out (internal) for function my_memchr:
+          s; ss; res
+[inout] Inputs for function my_memchr:
+          t[0..3]; empty_or_non_terminated[0]; non_terminated[0];
+          non_terminated2[0..3]; empty_or_uninitialized[0]; uninitialized[0];
+          s[0..1]; t[0..3]; s; a[0..99]; a[0..99]; s[0..3]; loc_char_array[0..4];
+          unterminated_string[0..11]; maybe_init[0..1]; u[0..199]; r[0..200];
+          t[0..999999]; s[0..19]; a[0..99]; a[0..99]; t[0..3]; ""[bits 0 to 7];
+          "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39];
+          "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]; "abc";
+          "bcd\000eg"[bits 0 to 55]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_big_array:
+          c; u[0..199]; r[0..200]; t[0..999999]; p; len_u; len_r; len_t
+[inout] Inputs for function memchr_big_array:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "bcd\000eg"[bits 0 to 55]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_bitfields2:
+          c; s{.a; .b; .c}; p; z1
+[inout] Inputs for function memchr_bitfields2:
+          ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "bcd\000eg"[bits 0 to 55]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_escaping:
+          c; s[0..3]; z1; z2
+[inout] Inputs for function memchr_escaping:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "bcd\000eg"[bits 0 to 55]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_initialization:
+          c; empty_or_uninitialized[0]; z1; s[0..1]; z2; t[0..3]; z3
+[inout] Inputs for function memchr_initialization:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "bcd\000eg"[bits 0 to 55]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_intervals:
+          Frama_C_entropy_source; c; a[0..99]; offset; n; z1; z2; z3; z4; z5; 
+          z6; z7; z8; z9
+[inout] Inputs for function memchr_intervals:
+          Frama_C_entropy_source; nondet; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]; "abc";
+          "bcd\000eg"[bits 0 to 55]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_large:
+          Frama_C_entropy_source; c; a[0..99]; offset; z1; z2; z3; z4; z5
+[inout] Inputs for function memchr_large:
+          Frama_C_entropy_source; nondet; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]; "abc";
+          "bcd\000eg"[bits 0 to 55]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_large_n:
+          Frama_C_entropy_source; c; a[0..99]; offset; n; z1; z2; z3; z4; z5; 
+          z6; z7; z8; z9
+[inout] Inputs for function memchr_large_n:
+          Frama_C_entropy_source; nondet; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]; "abc";
+          "bcd\000eg"[bits 0 to 55]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_large_uninit:
+          Frama_C_entropy_source; c; a[0..99]; offset; z1; z2; z3
+[inout] Inputs for function memchr_large_uninit:
+          Frama_C_entropy_source; nondet; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]; "abc";
+          "bcd\000eg"[bits 0 to 55]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_misc_array:
+          Frama_C_entropy_source; c; i; sz3
+[inout] Inputs for function memchr_misc_array:
+          Frama_C_entropy_source; tab_str[0..11]; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]; "abc";
+          "bcd\000eg"[bits 0 to 55]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_small_sets:
+          c; s; o; tmp; z1; z2; z3; z4; t[0..3]; z5
+[inout] Inputs for function memchr_small_sets:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "bcd\000eg"[bits 0 to 55]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_small_sets_no_assertions:
+          s; o; tmp; t[0..3]; res[0..4]; __retres
+[inout] Inputs for function memchr_small_sets_no_assertions:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "bcd\000eg"[bits 0 to 55]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_small_sets_chars:
+          c; res[0..4]
+[inout] Inputs for function memchr_small_sets_chars:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "bcd\000eg"[bits 0 to 55]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_unbounded_n:
+          c; n; s; zu1; o; tmp_0; zu2; zu3
+[inout] Inputs for function memchr_unbounded_n:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "bcd\000eg"[bits 0 to 55]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_zero_termination:
+          c; empty_or_non_terminated[0]; z1; non_terminated[0]; z2;
+          non_terminated2[0..3]; o; tmp_1
+[inout] Inputs for function memchr_zero_termination:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "bcd\000eg"[bits 0 to 55]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function my_memchr2:
+          p; tmp; s; res
+[inout] Inputs for function my_memchr2:
+          x; s[1..19]; nondet; "abc"; "ABCD"[bits 0 to 39]; "efg"[bits 8 to 31];
+          "EFGH"[bits 8 to 39]; "abcde"[bits 0 to 47]; "\000bcdef"[bits 0 to 55];
+          "bcd\000efg"[bits 0 to 63]
+[inout] Out (internal) for function memchr_misc:
+          c; loc_str; loc_char_array[3]; sz1; sz2; sz4a; sz4b; sz4c; sz4d; x; 
+          str; unterminated_string[0..11]; static_str; zero_str
+[inout] Inputs for function memchr_misc:
+          nondet; static_str; zero_str; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "abc"; "ABCD"[bits 0 to 39]; "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71];
+          "abcde"[bits 0 to 47]; "\000bcdef"[bits 0 to 55];
+          "bcd\000efg"[bits 0 to 63]; "abc"; "bcd\000eg"[bits 0 to 55]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_misc2:
+          c; sz5; sz6; sz7; sz8; s1; j; maybe_init[0..1]
+[inout] Inputs for function memchr_misc2:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+          "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abcde"[bits 0 to 47];
+          "\000bcdef"[bits 0 to 55]; "bcd\000efg"[bits 0 to 63]; "abc";
+          "bcd\000eg"[bits 0 to 55]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_no_zero_but_ok:
+          c; s[0..19]; z1; z2; z3; z4; z5
+[inout] Inputs for function memchr_no_zero_but_ok:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+          "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abcde"[bits 0 to 47];
+          "\000bcdef"[bits 0 to 55]; "bcd\000efg"[bits 0 to 63]; "abc";
+          "bcd\000eg"[bits 0 to 55]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function memchr_small_sets_n:
+          c; s; n; tmp; z1; z2; z3a; z3b; z3; z4
+[inout] Inputs for function memchr_small_sets_n:
+          nondet; "abc"; "ABCD"[bits 0 to 39]; "efg"[bits 8 to 31];
+          "EFGH"[bits 8 to 39]; "abcde"[bits 0 to 47]; "\000bcdef"[bits 0 to 55];
+          "bcd\000efg"[bits 0 to 63]
+[inout] Out (internal) for function main:
+          Frama_C_entropy_source; static_str; zero_str; __retres
+[inout] Inputs for function main:
+          Frama_C_entropy_source; tab_str[0..11]; nondet; static_str; zero_str;
+          ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+          "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abcde"[bits 0 to 47];
+          "\000bcdef"[bits 0 to 55]; "bcd\000efg"[bits 0 to 63]; "abc";
+          "bcd\000eg"[bits 0 to 55]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
diff --git a/tests/non-free/oracle_symblocs/memcpy.err.oracle b/tests/non-free/oracle_symblocs/memcpy.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/memcpy.res.oracle b/tests/non-free/oracle_symblocs/memcpy.res.oracle
new file mode 100644
index 00000000000..0f775a203d6
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/memcpy.res.oracle
@@ -0,0 +1,1181 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/memcpy.c (with preprocessing)
+[value] Analyzing a complete application starting at main_all
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  i ∈ [--..--]
+  src[0..19] ∈ {0}
+  dst1[0..19] ∈ {0}
+  dst2[0..19] ∈ {0}
+  dst3[0..19] ∈ {0}
+  dst4[0..19] ∈ {0}
+  dst5[0..99] ∈ {0}
+  maybe ∈ [--..--]
+  tm[0..999] ∈ {0}
+  um[0..999] ∈ {0}
+  ttyp[0..999] ∈ {0}
+  v1 ∈ {0}
+  v2 ∈ {0}
+  v3 ∈ {0}
+  v4 ∈ {0}
+  v5 ∈ {0}
+  t[0..3] ∈ {0}
+[value] computing for function main <- main_all.
+        Called from tests/non-free/memcpy.c:216.
+[value] computing for function buggy <- main <- main_all.
+        Called from tests/non-free/memcpy.c:61.
+tests/non-free/memcpy.c:28:[value] Call to builtin memcpy(({{ (void *)&c ; "abc" }},{{ "d" }},{1}))
+tests/non-free/memcpy.c:28:[value] warning: out of bounds write. assert \valid(p+(0 .. (unsigned int)1-1));
+[value] Recording results for buggy
+[from] Computing for function buggy
+[from] Done for function buggy
+[value] Done for function buggy
+[value] computing for function many <- main <- main_all.
+        Called from tests/non-free/memcpy.c:63.
+tests/non-free/memcpy.c:44:[value] warning: assertion got status unknown.
+tests/non-free/memcpy.c:47:[value] Call to builtin memcpy(({{ &tm + [0..3996],0%4 }},{{ (void const *)&s }},{4}))
+tests/non-free/memcpy.c:47:[kernel] too many locations to update in array. Approximating.
+tests/non-free/memcpy.c:49:[value] Call to builtin memcpy(({{ &um + [0..3996],0%4 }},{{ (void const *)&s }},{2}))
+tests/non-free/memcpy.c:49:[kernel] too many locations to update in array. Approximating.
+tests/non-free/memcpy.c:49:[kernel] more than 150(1000) locations to update in array. Approximating.
+tests/non-free/memcpy.c:49:[kernel] more than 150(1000) elements to enumerate. Approximating.
+tests/non-free/memcpy.c:53:[value] Call to builtin memcpy(({{ &ttyp + [0..7992],0%8 }},{{ (void const *)&ty }},
+                                {8}))
+tests/non-free/memcpy.c:53:[value:imprecision] In memcpy builtin: precise copy of indeterminate values UNINITIALIZED
+tests/non-free/memcpy.c:53:[kernel] too many locations to update in array. Approximating.
+[value] Recording results for many
+[from] Computing for function many
+[from] Done for function many
+[value] Done for function many
+[value] computing for function init <- main <- main_all.
+        Called from tests/non-free/memcpy.c:65.
+[value] Semantic level unrolling superposing up to 100 states
+[value] Recording results for init
+[from] Computing for function init
+[from] Done for function init
+[value] Done for function init
+tests/non-free/memcpy.c:67:[value] warning: assertion got status unknown.
+tests/non-free/memcpy.c:68:[value] Call to builtin memcpy(({{ (void *)&dst1[1] }},{{ (void const *)&src[2] }},
+                                [5..15]))
+tests/non-free/memcpy.c:70:[value] Call to builtin memcpy(({{ (void *)&dst2[1] }},{{ (void const *)&src[2] }},
+                                [10..30],0%2))
+tests/non-free/memcpy.c:70:[value] warning: out of bounds read.
+                 assert \valid_read(&src[2]+(0 .. (unsigned int)((int)(2*b))-1));
+tests/non-free/memcpy.c:72:[value] warning: assertion got status unknown.
+tests/non-free/memcpy.c:73:[value] Call to builtin memcpy(({{ (void *)&dst3[5] }},{{ (void const *)&src[2] }},
+                                [5..14]))
+tests/non-free/memcpy.c:75:[value] Call to builtin memcpy(({{ (void *)&dst4[5] }},{{ (void const *)&src[2] }},
+                                [10..28],0%2))
+tests/non-free/memcpy.c:75:[value] warning: out of bounds write.
+                 assert \valid(&dst4[5]+(0 .. (unsigned int)((int)(2*b))-1));
+tests/non-free/memcpy.c:83:[value] Call to builtin memcpy(({{ (void *)&v2 }},{{ (void const *)&v1 }},{36}))
+tests/non-free/memcpy.c:85:[value] Call to builtin memcpy(({{ (void *)&t[2] }},{{ (void const *)&t }},{36; 72}))
+tests/non-free/memcpy.c:87:[value] Call to builtin memcpy(({{ (void *)&v3 }},{{ garbled mix of &{t}
+                                (origin: Arithmetic {tests/non-free/memcpy.c:87}) }},
+                                {36}))
+tests/non-free/memcpy.c:87:[value] warning: out of bounds read.
+                 assert \valid_read((char *)(&t[(int)((struct t1 *)t)])+(0 .. sizeof(v1)-1));
+tests/non-free/memcpy.c:89:[value] Call to builtin memcpy(({{ garbled mix of &{v4}
+                                (origin: Arithmetic {tests/non-free/memcpy.c:89}) }},
+                                {{ (void const *)&v1 }},{16}))
+tests/non-free/memcpy.c:89:[kernel] too many locations to update in array. Approximating.
+tests/non-free/memcpy.c:89:[value] warning: out of bounds write.
+                 assert
+                 \valid((char *)(&v4+(int)(&v4))+(0 .. (unsigned int)(sizeof(v1)-20)-1));
+tests/non-free/memcpy.c:91:[value] Call to builtin memcpy(({{ garbled mix of &{v5}
+                                (origin: Arithmetic {tests/non-free/memcpy.c:91}) }},
+                                {{ (void const *)&v4 }},{16}))
+tests/non-free/memcpy.c:91:[kernel] too many locations to update in array. Approximating.
+tests/non-free/memcpy.c:91:[value] warning: out of bounds write.
+                 assert
+                 \valid((char *)(&v5+(int)(&v5))+(0 .. (unsigned int)(sizeof(v4)-20)-1));
+tests/non-free/memcpy.c:95:[value] entering loop for the first time
+tests/non-free/memcpy.c:96:[value] Call to builtin memcpy(({{ (void *)&x }},{{ (void const *)&x }},
+                                [0..4294967295]))
+tests/non-free/memcpy.c:96:[value:imprecision] In memcpy builtin: too many sizes to enumerate, possible loss of precision
+tests/non-free/memcpy.c:96:[value] warning: out of bounds read. assert \valid_read((char *)(&x)+(0 .. i-1));
+tests/non-free/memcpy.c:96:[value] warning: out of bounds write. assert \valid((char *)(&x)+(0 .. i-1));
+tests/non-free/memcpy.c:96:[value] Call to builtin memcpy(({{ (void *)&x }},{{ (void const *)&x }},
+                                [0..4294967295]))
+tests/non-free/memcpy.c:101:[value] Call to builtin memcpy(({{ (void *)&dst5{[0], [20]} }},
+                                {{ (void const *)&src }},[5..14]))
+tests/non-free/memcpy.c:103:[value] warning: assertion got status unknown.
+tests/non-free/memcpy.c:105:[value] Call to builtin memcpy(({{ (void *)&dst5{[40], [70]} }},
+                                {{ (void const *)&src }},[1..19]))
+tests/non-free/memcpy.c:105:[value:imprecision] In memcpy builtin: too many sizes to enumerate, possible loss of precision
+tests/non-free/memcpy.c:110:[value] entering loop for the first time
+tests/non-free/memcpy.c:114:[value] Call to builtin memcpy(({{ &ptop1 + [4..--],0%4 }},{{ (void const *)&src }},
+                                {4}))
+tests/non-free/memcpy.c:114:[kernel] too many locations to update in array. Approximating.
+tests/non-free/memcpy.c:114:[value] warning: out of bounds write. assert \valid((char *)pptop+(0 .. (unsigned int)4-1));
+tests/non-free/memcpy.c:118:[value] entering loop for the first time
+tests/non-free/memcpy.c:122:[value] Call to builtin memcpy(({{ &ptop2 + [--..746],2%4 }},
+                                {{ (void const *)&src[1] }},{4}))
+tests/non-free/memcpy.c:122:[kernel] too many locations to update in array. Approximating.
+tests/non-free/memcpy.c:122:[value] warning: out of bounds write. assert \valid((char *)pptop+(0 .. (unsigned int)4-1));
+tests/non-free/memcpy.c:126:[value] entering loop for the first time
+tests/non-free/memcpy.c:131:[value] Call to builtin memcpy(({{ &ptop3 + [--..--],2%4 }},
+                                {{ (void const *)&src[2] }},{4}))
+tests/non-free/memcpy.c:131:[kernel] too many locations to update in array. Approximating.
+tests/non-free/memcpy.c:131:[value] warning: out of bounds write. assert \valid((char *)pptop+(0 .. (unsigned int)4-1));
+tests/non-free/memcpy.c:135:[value] entering loop for the first time
+tests/non-free/memcpy.c:140:[value] Call to builtin memcpy(({{ &ptop4 + [--..--],2%4 }},
+                                {{ (void const *)&src[2] }},{5}))
+tests/non-free/memcpy.c:140:[kernel] too many locations to update in array. Approximating.
+tests/non-free/memcpy.c:140:[value] warning: out of bounds write. assert \valid((char *)pptop+(0 .. (unsigned int)5-1));
+tests/non-free/memcpy.c:145:[value] Call to builtin memcpy(({{ (void *)&garbledsize[10] }},
+                                {{ (void const *)&src }},
+                                {{ (unsigned int)&garbledsize }}))
+tests/non-free/memcpy.c:145:[value:imprecision] In memcpy builtin: too many sizes to enumerate, possible loss of precision
+tests/non-free/memcpy.c:145:[value] warning: out of bounds read.
+                 assert \valid_read((char *)src+(0 .. (unsigned int)((char *)garbledsize)-1));
+tests/non-free/memcpy.c:145:[value] warning: out of bounds write.
+                 assert
+                 \valid((char *)pgarbledsize+(0 .. (unsigned int)((char *)garbledsize)-1));
+tests/non-free/memcpy.c:150:[value] warning: assertion got status unknown.
+tests/non-free/memcpy.c:151:[value] Call to builtin memcpy(({{ (void *)&dstmaybesize1 }},
+                                {{ (void const *)&src }},[0..22]))
+tests/non-free/memcpy.c:151:[value:imprecision] In memcpy builtin: too many sizes to enumerate, possible loss of precision
+tests/non-free/memcpy.c:151:[value] warning: out of bounds read.
+                 assert \valid_read((char *)src+(0 .. (unsigned int)maybesize-1));
+tests/non-free/memcpy.c:151:[value] warning: out of bounds write.
+                 assert \valid((char *)dstmaybesize1+(0 .. (unsigned int)maybesize-1));
+tests/non-free/memcpy.c:152:[value] warning: assertion got status unknown.
+tests/non-free/memcpy.c:153:[value] Call to builtin memcpy(({{ (void *)&dstmaybesize2 }},
+                                {{ (void const *)&src }},{0; 1; 2; 3; 4; 5; 6}))
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] Done for function main
+[value] computing for function main_uninit <- main_all.
+        Called from tests/non-free/memcpy.c:217.
+tests/non-free/memcpy.c:172:[value] Call to builtin memcpy(({{ (void *)&b }},{{ (void const *)&a }},{10}))
+tests/non-free/memcpy.c:172:[value:imprecision] In memcpy builtin: precise copy of indeterminate values UNINITIALIZED
+tests/non-free/memcpy.c:173:[value] assertion got status valid.
+[value] computing for function itv <- main_uninit <- main_all.
+        Called from tests/non-free/memcpy.c:174.
+[value] using specification for function itv
+[value] Done for function itv
+tests/non-free/memcpy.c:174:[value] Call to builtin memcpy(({{ (void *)&b }},{{ (void const *)&a }},[0..25]))
+tests/non-free/memcpy.c:174:[value:imprecision] In memcpy builtin: too many sizes to enumerate, possible loss of precision
+tests/non-free/memcpy.c:174:[value:imprecision] In memcpy builtin: imprecise copy of indeterminate values
+tests/non-free/memcpy.c:175:[value] assertion got status valid.
+[value] computing for function make_unknown <- main_uninit <- main_all.
+        Called from tests/non-free/memcpy.c:178.
+[value] using specification for function make_unknown
+tests/non-free/memcpy.c:161:[value] function make_unknown: precondition got status valid.
+[value] Done for function make_unknown
+tests/non-free/memcpy.c:179:[value] Call to builtin memcpy(({{ (void *)&b }},{{ (void const *)&a }},{10}))
+tests/non-free/memcpy.c:180:[value] assertion got status valid.
+[value] computing for function itv <- main_uninit <- main_all.
+        Called from tests/non-free/memcpy.c:181.
+[value] Done for function itv
+tests/non-free/memcpy.c:181:[value] Call to builtin memcpy(({{ (void *)&b }},{{ (void const *)&a }},[0..25]))
+tests/non-free/memcpy.c:181:[value:imprecision] In memcpy builtin: too many sizes to enumerate, possible loss of precision
+tests/non-free/memcpy.c:181:[value:imprecision] In memcpy builtin: imprecise copy of indeterminate values
+tests/non-free/memcpy.c:182:[value] warning: accessing uninitialized left-value. assert \initialized(&b[11]);
+[value] computing for function make_unknown <- main_uninit <- main_all.
+        Called from tests/non-free/memcpy.c:185.
+[value] Done for function make_unknown
+tests/non-free/memcpy.c:187:[value] Call to builtin memcpy(({{ (void *)&b }},{{ (void const *)&a }},{10}))
+tests/non-free/memcpy.c:187:[value:imprecision] In memcpy builtin: precise copy of indeterminate values UNINITIALIZED
+tests/non-free/memcpy.c:188:[value] assertion got status valid.
+[value] computing for function itv <- main_uninit <- main_all.
+        Called from tests/non-free/memcpy.c:190.
+[value] Done for function itv
+tests/non-free/memcpy.c:190:[value] Call to builtin memcpy(({{ (void *)&b }},{{ (void const *)&a }},[0..25]))
+tests/non-free/memcpy.c:190:[value:imprecision] In memcpy builtin: too many sizes to enumerate, possible loss of precision
+tests/non-free/memcpy.c:190:[value:imprecision] In memcpy builtin: imprecise copy of indeterminate values
+tests/non-free/memcpy.c:191:[value] assertion got status valid.
+tests/non-free/memcpy.c:192:[value] warning: accessing uninitialized left-value. assert \initialized(&b[8]);
+[value] computing for function make_unknown <- main_uninit <- main_all.
+        Called from tests/non-free/memcpy.c:196.
+[value] Done for function make_unknown
+[value] computing for function make_unknown <- main_uninit <- main_all.
+        Called from tests/non-free/memcpy.c:197.
+[value] Done for function make_unknown
+tests/non-free/memcpy.c:198:[value] Call to builtin memcpy(({{ (void *)&b }},{{ (void const *)&a }},{10}))
+tests/non-free/memcpy.c:199:[value] assertion got status valid.
+[value] computing for function itv <- main_uninit <- main_all.
+        Called from tests/non-free/memcpy.c:200.
+[value] Done for function itv
+tests/non-free/memcpy.c:200:[value] Call to builtin memcpy(({{ (void *)&b }},{{ (void const *)&a }},[0..25]))
+tests/non-free/memcpy.c:200:[value:imprecision] In memcpy builtin: too many sizes to enumerate, possible loss of precision
+tests/non-free/memcpy.c:200:[value:imprecision] In memcpy builtin: imprecise copy of indeterminate values
+tests/non-free/memcpy.c:201:[value] warning: accessing uninitialized left-value. assert \initialized(&b[11]);
+[value] Recording results for main_uninit
+[from] Computing for function main_uninit
+[from] Done for function main_uninit
+[value] Done for function main_uninit
+[value] computing for function main_local <- main_all.
+        Called from tests/non-free/memcpy.c:218.
+tests/non-free/memcpy.c:209:[value] Call to builtin memcpy(({{ (void *)&p }},{{ (void const *)&q }},{4}))
+tests/non-free/memcpy.c:210:[value] warning: locals {y} escaping the scope of a block of main_local through p
+[value] DUMPING STATE of file tests/non-free/memcpy.c line 212
+        Frama_C_entropy_source ∈ [--..--]
+        i ∈ [--..--]
+        src[0..19] ∈ {0}
+        dst1[0..19] ∈ {0}
+        dst2[0..19] ∈ {0}
+        dst3[0..19] ∈ {0}
+        dst4[0..19] ∈ {0}
+        dst5[0..99] ∈ {0}
+        maybe ∈ [--..--]
+        tm[0..999] ∈ {0}
+        um[0..999] ∈ {0}
+        ttyp[0..999] ∈ {0}
+        v1 ∈ {0}
+        v2 ∈ {0}
+        v3 ∈ {0}
+        v4 ∈ {0}
+        v5 ∈ {0}
+        t[0..3] ∈ {0}
+        p ∈ ESCAPINGADDR
+        q ∈ {0}
+        =END OF DUMP==
+[value] Recording results for main_local
+[from] Computing for function main_local
+[from] Done for function main_local
+[value] Done for function main_local
+tests/non-free/memcpy.c:219:[value] entering loop for the first time
+[value] Recording results for main_all
+[from] Computing for function main_all
+[from] Non-terminating function main_all (no dependencies)
+[from] Done for function main_all
+[value] done for function main_all
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function buggy:
+  c ∈ {100}
+  p ∈ {{ &c ; "abc" }}
+[value:final-states] Values at end of function init:
+  src[0] ∈ {1}
+     [1] ∈ {2}
+     [2] ∈ {3}
+     [3] ∈ {4}
+     [4] ∈ {5}
+     [5] ∈ {6}
+     [6] ∈ {7}
+     [7] ∈ {8}
+     [8] ∈ {9}
+     [9] ∈ {10}
+     [10] ∈ {11}
+     [11] ∈ {12}
+     [12] ∈ {13}
+     [13] ∈ {14}
+     [14] ∈ {15}
+     [15] ∈ {16}
+     [16] ∈ {17}
+     [17] ∈ {18}
+     [18] ∈ {19}
+     [19] ∈ {20}
+  dst1[0..19] ∈ {-1}
+  dst2[0..19] ∈ {-1}
+  dst3[0..19] ∈ {-1}
+  dst4[0..19] ∈ {-1}
+  dst5[0..99] ∈ {-1}
+  j ∈ {100}
+[value:final-states] Values at end of function main_local:
+  p ∈ ESCAPINGADDR
+  q ∈ {0}
+[value:final-states] Values at end of function main_uninit:
+  a[0..9] ∈ [--..--] or UNINITIALIZED
+   [10..49] ∈ UNINITIALIZED
+  b[0..24] ∈ [--..--] or UNINITIALIZED
+   [25..49] ∈ UNINITIALIZED
+  r ∈ [0..255]
+[value:final-states] Values at end of function many:
+  tm[0..999] ∈ {0; 1684234849}
+  um{[0..998]#; [999][bits 0 to 15]} ∈ {0; 25185} repeated %16 
+    [999][bits 16 to 31] ∈ {0}
+  ttyp[0..999] ∈ [--..--] or UNINITIALIZED
+  s[0] ∈ {97}
+   [1] ∈ {98}
+   [2] ∈ {99}
+   [3] ∈ {100}
+   [4] ∈ {0}
+  p ∈ [0..999]
+  ty.ts ∈ {1}
+    .[bits 16 to 31] ∈ UNINITIALIZED
+    .ti ∈ {2}
+[value:final-states] Values at end of function main:
+  src[0] ∈ {1}
+     [1] ∈ {2}
+     [2] ∈ {3}
+     [3] ∈ {4}
+     [4] ∈ {5}
+     [5] ∈ {6}
+     [6] ∈ {7}
+     [7] ∈ {8}
+     [8] ∈ {9}
+     [9] ∈ {10}
+     [10] ∈ {11}
+     [11] ∈ {12}
+     [12] ∈ {13}
+     [13] ∈ {14}
+     [14] ∈ {15}
+     [15] ∈ {16}
+     [16] ∈ {17}
+     [17] ∈ {18}
+     [18] ∈ {19}
+     [19] ∈ {20}
+  dst1[0] ∈ {-1}
+      [1] ∈ {3}
+      [2] ∈ {4}
+      [3] ∈ {5}
+      [4] ∈ {6}
+      [5] ∈ {7}
+      [6] ∈ {-1; 8}
+      [7] ∈ {-1; 9}
+      [8] ∈ {-1; 10}
+      [9] ∈ {-1; 11}
+      [10] ∈ {-1; 12}
+      [11] ∈ {-1; 13}
+      [12] ∈ {-1; 14}
+      [13] ∈ {-1; 15}
+      [14] ∈ {-1; 16}
+      [15] ∈ {-1; 17}
+      [16..19] ∈ {-1}
+  dst2[0] ∈ {-1}
+      [1] ∈ {3}
+      [2] ∈ {4}
+      [3] ∈ {5}
+      [4] ∈ {6}
+      [5] ∈ {7}
+      [6] ∈ {8}
+      [7] ∈ {9}
+      [8] ∈ {10}
+      [9] ∈ {11}
+      [10] ∈ {12}
+      [11] ∈ {-1; 13}
+      [12] ∈ {-1; 14}
+      [13] ∈ {-1; 15}
+      [14] ∈ {-1; 16}
+      [15] ∈ {-1; 17}
+      [16] ∈ {-1; 18}
+      [17] ∈ {-1; 19}
+      [18] ∈ {-1; 20}
+      [19] ∈ {-1}
+  dst3[0..4] ∈ {-1}
+      [5] ∈ {3}
+      [6] ∈ {4}
+      [7] ∈ {5}
+      [8] ∈ {6}
+      [9] ∈ {7}
+      [10] ∈ {-1; 8}
+      [11] ∈ {-1; 9}
+      [12] ∈ {-1; 10}
+      [13] ∈ {-1; 11}
+      [14] ∈ {-1; 12}
+      [15] ∈ {-1; 13}
+      [16] ∈ {-1; 14}
+      [17] ∈ {-1; 15}
+      [18] ∈ {-1; 16}
+      [19] ∈ {-1}
+  dst4[0..4] ∈ {-1}
+      [5] ∈ {3}
+      [6] ∈ {4}
+      [7] ∈ {5}
+      [8] ∈ {6}
+      [9] ∈ {7}
+      [10] ∈ {8}
+      [11] ∈ {9}
+      [12] ∈ {10}
+      [13] ∈ {11}
+      [14] ∈ {12}
+      [15] ∈ {-1; 13}
+      [16] ∈ {-1; 14}
+      [17] ∈ {-1; 15}
+      [18] ∈ {-1; 16}
+      [19] ∈ {-1}
+  dst5[0] ∈ {-1; 1}
+      [1] ∈ {-1; 2}
+      [2] ∈ {-1; 3}
+      [3] ∈ {-1; 4}
+      [4] ∈ {-1; 5}
+      [5] ∈ {-1; 6}
+      [6] ∈ {-1; 7}
+      [7] ∈ {-1; 8}
+      [8] ∈ {-1; 9}
+      [9] ∈ {-1; 10}
+      [10] ∈ {-1; 11}
+      [11] ∈ {-1; 12}
+      [12] ∈ {-1; 13}
+      [13] ∈ {-1; 14}
+      [14..19] ∈ {-1}
+      [20] ∈ {-1; 1}
+      [21] ∈ {-1; 2}
+      [22] ∈ {-1; 3}
+      [23] ∈ {-1; 4}
+      [24] ∈ {-1; 5}
+      [25] ∈ {-1; 6}
+      [26] ∈ {-1; 7}
+      [27] ∈ {-1; 8}
+      [28] ∈ {-1; 9}
+      [29] ∈ {-1; 10}
+      [30] ∈ {-1; 11}
+      [31] ∈ {-1; 12}
+      [32] ∈ {-1; 13}
+      [33] ∈ {-1; 14}
+      [34..39] ∈ {-1}
+      [40] ∈ {-1; 1}
+      [41..88] ∈ [-1..19]
+      [89..99] ∈ {-1}
+  tm[0..999] ∈ {0; 1684234849}
+  um{[0..998]#; [999][bits 0 to 15]} ∈ {0; 25185} repeated %16 
+    [999][bits 16 to 31] ∈ {0}
+  ttyp[0..999] ∈ [--..--] or UNINITIALIZED
+  v1.x ∈ {5}
+    .y ∈ {7}
+    {.p; .padding[0..23]} ∈ {0}
+  v2.x ∈ {5}
+    .y ∈ {7}
+    {.p; .padding[0..23]} ∈ {0}
+  v3 ∈
+    {{ garbled mix of &{v1}
+     (origin: Misaligned {tests/non-free/memcpy.c:87}) }}
+  v4.x ∈ [--..--]
+    .y ∈ {{ (int)&t }}
+    {.p; .padding[0..23]} ∈ [--..--]
+  v5 ∈
+    {{ garbled mix of &{t}
+     (origin: Misaligned {tests/non-free/memcpy.c:91}) }}
+  t{[0]; [1]{.x; .y}} ∈ {0}
+   [1].p ∈ {{ &v1.y }}
+   {[1].padding[0..23]; [2]; [3]{.x; .y}} ∈ {0}
+   [3].p ∈ {{ NULL ; &v1.y }}
+   [3].padding[0..23] ∈ {0}
+  b ∈ [1..19]
+  p ∈ {{ &dst5{[40], [70]} }}
+  ptop1[0..3] ∈ UNINITIALIZED
+       [bits 32 to 6399]# ∈ {67305985} or UNINITIALIZED repeated %32 
+  pptop ∈ {{ &ptop4 + [--..--],2%4 }}
+  ptop2[0..1] ∈ UNINITIALIZED
+       [bits 16 to 5999]# ∈ {84148994} or UNINITIALIZED repeated %32 
+       [750..799] ∈ UNINITIALIZED
+  ptop3[0..1] ∈ UNINITIALIZED
+       [bits 16 to 6383]# ∈ {100992003} or UNINITIALIZED repeated %32 
+       [798..799] ∈ UNINITIALIZED
+  ptop4[0..1] ∈ UNINITIALIZED
+       [2..798] ∈ [--..--] or UNINITIALIZED
+       [799] ∈ UNINITIALIZED
+  garbledsize[0..9] ∈ UNINITIALIZED
+             [10..99] ∈ [1..20] or UNINITIALIZED
+  pgarbledsize ∈ {{ (int *)&garbledsize[10] }}
+  dstmaybesize1[0..14] ∈ [1..20] or UNINITIALIZED
+  dstmaybesize2[0] ∈ {1} or UNINITIALIZED
+               [1] ∈ {2} or UNINITIALIZED
+               [2] ∈ {3} or UNINITIALIZED
+               [3] ∈ {4} or UNINITIALIZED
+               [4] ∈ {5} or UNINITIALIZED
+               [5] ∈ {6} or UNINITIALIZED
+               [6..149] ∈ UNINITIALIZED
+  maybesize ∈ {0; 1; 2; 3; 4; 5; 6}
+[value:final-states] Values at end of function main_all:
+  NON TERMINATING FUNCTION
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:28 (by buggy):
+  c FROM "d"[bits 0 to 7] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:209 (by main_local):
+  p FROM q
+  \result FROM dest
+[from] call to Frama_C_dump_each at tests/non-free/memcpy.c:212 (by main_local):
+  \result FROM \nothing
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:172 (by main_uninit):
+  b[0..9] FROM a[0..9]
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:174 (by main_uninit):
+  b[0..24] FROM a[0..24] (and SELF)
+  \result FROM dest
+[from] call to itv at tests/non-free/memcpy.c:174 (by main_uninit):
+  \result FROM l; u
+[from] call to make_unknown at tests/non-free/memcpy.c:178 (by main_uninit):
+  a[0..9] FROM maybe
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:179 (by main_uninit):
+  b[0..9] FROM a[0..9]
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:181 (by main_uninit):
+  b[0..24] FROM a[0..24] (and SELF)
+  \result FROM dest
+[from] call to itv at tests/non-free/memcpy.c:181 (by main_uninit):
+  \result FROM l; u
+[from] call to make_unknown at tests/non-free/memcpy.c:185 (by main_uninit):
+  b[0..9] FROM maybe
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:187 (by main_uninit):
+  b[0..9] FROM a[0..9]
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:190 (by main_uninit):
+  b[0..24] FROM a[0..24] (and SELF)
+  \result FROM dest
+[from] call to itv at tests/non-free/memcpy.c:190 (by main_uninit):
+  \result FROM l; u
+[from] call to make_unknown at tests/non-free/memcpy.c:196 (by main_uninit):
+  a[0..9] FROM maybe
+[from] call to make_unknown at tests/non-free/memcpy.c:197 (by main_uninit):
+  b[0..9] FROM maybe
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:198 (by main_uninit):
+  b[0..9] FROM a[0..9]
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:200 (by main_uninit):
+  b[0..24] FROM a[0..24] (and SELF)
+  \result FROM dest
+[from] call to itv at tests/non-free/memcpy.c:200 (by main_uninit):
+  \result FROM l; u
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:47 (by many):
+  tm[0..999] FROM s[0..3] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:49 (by many):
+  um{[0..998]; [999][bits 0 to 15]} FROM s[0..1] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:53 (by many):
+  ttyp[0..999] FROM ty (and SELF)
+  \result FROM dest
+[from] call to buggy at tests/non-free/memcpy.c:61 (by main):
+  NO EFFECTS
+[from] call to many at tests/non-free/memcpy.c:63 (by main):
+  tm[0] FROM \nothing
+    [1..999] FROM \nothing (and SELF)
+  um[0] FROM \nothing
+    {[1..998]; [999][bits 0 to 15]} FROM \nothing (and SELF)
+  ttyp[0] FROM \nothing
+      [1..999] FROM \nothing (and SELF)
+[from] call to init at tests/non-free/memcpy.c:65 (by main):
+  src[0..19] FROM \nothing (and SELF)
+  dst1[0..19] FROM \nothing (and SELF)
+  dst2[0..19] FROM \nothing (and SELF)
+  dst3[0..19] FROM \nothing (and SELF)
+  dst4[0..19] FROM \nothing (and SELF)
+  dst5[0..99] FROM \nothing (and SELF)
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:68 (by main):
+  dst1[1..5] FROM src[2..6]
+      [6..15] FROM src[7..16] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:70 (by main):
+  dst2[1..10] FROM src[2..11]
+      [11..19] FROM src[12..19] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:73 (by main):
+  dst3[5..9] FROM src[2..6]
+      [10..18] FROM src[7..15] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:75 (by main):
+  dst4[5..14] FROM src[2..11]
+      [15..19] FROM src[12..19] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:83 (by main):
+  v2 FROM v1
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:85 (by main):
+  t[2] FROM t[0]
+   [3] FROM t[1] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:87 (by main):
+  v3 FROM t[0..3]
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:89 (by main):
+  v4 FROM v1{.x; .y; .p; .padding[0..3]} (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:91 (by main):
+  v5 FROM v4{.x; .y; .p; .padding[0..3]} (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:96 (by main):
+  x FROM x (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:101 (by main):
+  dst5[0..4] FROM src[0..4] (and SELF)
+      {[5..19]; [25..33]} FROM src[5..13] (and SELF)
+      [20..24] FROM src[0..13] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:105 (by main):
+  dst5[40] FROM src[0] (and SELF)
+      {[41..69]; [71..88]} FROM src[1..18] (and SELF)
+      [70] FROM src[0..18] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:114 (by main):
+  ptop1[4..799] FROM src[0..3] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:122 (by main):
+  ptop2[2..749] FROM src[1..4] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:131 (by main):
+  ptop3[2..797] FROM src[2..5] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:140 (by main):
+  ptop4[2..798] FROM src[2..6] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:145 (by main):
+  garbledsize[10..99] FROM src[0..19] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:151 (by main):
+  dstmaybesize1[0..14] FROM src[0..19] (and SELF)
+  \result FROM dest
+[from] call to Frama_C_memcpy at tests/non-free/memcpy.c:153 (by main):
+  dstmaybesize2[0..5] FROM src[0..5] (and SELF)
+  \result FROM dest
+[from] call to main at tests/non-free/memcpy.c:216 (by main_all):
+  src[0..19] FROM \nothing (and SELF)
+  dst1{[0]; [16..19]} FROM \nothing (and SELF)
+      [1..5] FROM src[2..6]
+      [6..15] FROM src[7..16] (and SELF)
+  dst2[0] FROM \nothing (and SELF)
+      [1..10] FROM src[2..11]
+      [11..19] FROM src[12..19] (and SELF)
+  dst3{[0..4]; [19]} FROM \nothing (and SELF)
+      [5..9] FROM src[2..6]
+      [10..18] FROM src[7..15] (and SELF)
+  dst4[0..4] FROM \nothing (and SELF)
+      [5..14] FROM src[2..11]
+      [15..19] FROM src[12..19] (and SELF)
+  dst5[0..4] FROM src[0..4] (and SELF)
+      {[5..19]; [25..33]} FROM src[5..13] (and SELF)
+      [20..24] FROM src[0..13] (and SELF)
+      {[34..39]; [89..99]} FROM \nothing (and SELF)
+      [40] FROM src[0] (and SELF)
+      {[41..69]; [71..88]} FROM src[1..18] (and SELF)
+      [70] FROM src[0..18] (and SELF)
+  tm[0] FROM \nothing
+    [1..999] FROM \nothing (and SELF)
+  um[0] FROM \nothing
+    {[1..998]; [999][bits 0 to 15]} FROM \nothing (and SELF)
+  ttyp[0] FROM \nothing
+      [1..999] FROM \nothing (and SELF)
+  v1{.x; .y} FROM \nothing
+  v2 FROM v1{.p; .padding[0..23]}
+  v3 FROM v2; t{[0]; [3]}
+  v4{.x; {.p; .padding[0..23]}} FROM v1{.p; .padding[0..3]} (and SELF)
+    .y FROM \nothing
+  v5 FROM v1{.p; .padding[0..3]}; v4{.x; {.p; .padding[0..3]}} (and SELF)
+  t[1] FROM v2
+   [2] FROM t[0]
+   [3] FROM v2 (and SELF)
+[from] call to main_uninit at tests/non-free/memcpy.c:217 (by main_all):
+  NO EFFECTS
+[from] call to main_local at tests/non-free/memcpy.c:218 (by main_all):
+  NO EFFECTS
+[from] entry point:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] Out (internal) for function buggy:
+          c; p; tmp
+[inout] Inputs for function buggy:
+          maybe; "d"[bits 0 to 7]
+[inout] InOut (internal) for function buggy:
+        Operational inputs:
+          dest; maybe; "d"[bits 0 to 7]
+        Operational inputs on termination:
+          dest; maybe; "d"[bits 0 to 7]
+        Sure outputs:
+          p; tmp
+[inout] Out (internal) for function init:
+          src[0..19]; dst1[0..19]; dst2[0..19]; dst3[0..19]; dst4[0..19];
+          dst5[0..99]; j
+[inout] Inputs for function init:
+          \nothing
+[inout] InOut (internal) for function init:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          j
+[inout] Out (internal) for function main_local:
+          p; q
+[inout] Inputs for function main_local:
+          \nothing
+[inout] InOut (internal) for function main_local:
+        Operational inputs:
+          dest
+        Operational inputs on termination:
+          dest
+        Sure outputs:
+          p; q
+[inout] Out (internal) for function main_uninit:
+          a[0..9]; b[0..24]; r; tmp; tmp_0; tmp_1; tmp_2
+[inout] Inputs for function main_uninit:
+          maybe
+[inout] InOut (internal) for function main_uninit:
+        Operational inputs:
+          dest; maybe; l; u; a[0..24]; b[11]
+        Operational inputs on termination:
+          dest; maybe; l; u; a[0..24]; b[11]
+        Sure outputs:
+          r
+[inout] Out (internal) for function many:
+          tm[0..999]; um{[0..998]; [999][bits 0 to 15]}; ttyp[0..999]; s[0..4]; 
+          p; ty{.ts; .ti}
+[inout] Inputs for function many:
+          maybe
+[inout] InOut (internal) for function many:
+        Operational inputs:
+          dest; maybe; ty.[bits 16 to 31]
+        Operational inputs on termination:
+          dest; maybe; ty.[bits 16 to 31]
+        Sure outputs:
+          tm[0]; um[0]; ttyp[0]; s[0..4]; p; ty{.ts; .ti}
+[inout] Out (internal) for function main:
+          src[0..19]; dst1[0..19]; dst2[0..19]; dst3[0..19]; dst4[0..19];
+          dst5[0..99]; tm[0..999]; um{[0..998]; [999][bits 0 to 15]}; ttyp[0..999];
+          v1{.x; .y}; v2; v3; v4; v5; t[1..3]; b; x; p; ptop1[4..799]; pptop;
+          ptop2[2..749]; ptop3[2..797]; ptop4[2..798]; garbledsize[10..99];
+          pgarbledsize; dstmaybesize1[0..14]; dstmaybesize2[0..5]; maybesize
+[inout] Inputs for function main:
+          i; src[0..19]; maybe; v1; v2; v4; t[0..3]; "d"[bits 0 to 7]
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          dest; i; src[0..19]; maybe; v1{.p; .padding[0..23]}; v2;
+          v4{.x; {.p; .padding[0..3]}}; t{[0]; [3]}; a; b; "d"[bits 0 to 7]
+        Operational inputs on termination:
+          dest; src[0..19]; maybe; v1{.p; .padding[0..23]}; v2;
+          v4{.x; {.p; .padding[0..3]}}; t{[0]; [3]}; a; b; "d"[bits 0 to 7]
+        Sure outputs:
+          dst1[1..5]; dst2[1..10]; dst3[5..9]; dst4[5..14]; tm[0]; um[0]; ttyp[0];
+          v1{.x; .y}; v2; v3; v4.y; t[1..2]; b; p; pptop; pgarbledsize; maybesize
+[inout] Out (internal) for function main_all:
+          src[0..19]; dst1[0..19]; dst2[0..19]; dst3[0..19]; dst4[0..19];
+          dst5[0..99]; tm[0..999]; um{[0..998]; [999][bits 0 to 15]}; ttyp[0..999];
+          v1{.x; .y}; v2; v3; v4; v5; t[1..3]
+[inout] Inputs for function main_all:
+          i; src[0..19]; maybe; v1; v2; v4; t[0..3]; "d"[bits 0 to 7]
+[inout] InOut (internal) for function main_all:
+        Operational inputs:
+          dest; i; src[0..19]; maybe; v1{.p; .padding[0..23]}; v2;
+          v4{.x; {.p; .padding[0..3]}}; t{[0]; [3]}; l; u; "d"[bits 0 to 7]
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          ANYTHING(origin:Unknown)
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_make_unknown'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 34)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 32)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 32)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 33)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_nondet'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 40)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 38)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 38)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 39)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_nondet_ptr'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 46)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 44)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 44)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 45)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 53)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 51)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 51)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 52)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_interval_split'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 60)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 58)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 58)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 59)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_unsigned_char_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 67)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 65)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 65)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 66)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_char_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 75)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 73)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 73)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 74)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_unsigned_short_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 82)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 80)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 80)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 81)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_short_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 89)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 87)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 87)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 88)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_unsigned_int_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 97)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 95)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 95)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 96)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_int_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 104)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 102)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 102)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 103)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_unsigned_long_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 112)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 110)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 110)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 111)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_long_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 120)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 118)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 118)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 119)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_unsigned_long_long_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 128)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 126)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 126)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 127)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_long_long_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 136)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 134)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 134)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 135)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_float_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 145)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 143)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 143)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 144)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_double_interval'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin.h, line 153)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 151)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 151)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 152)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_memcpy'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 158)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 158)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 159)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_memset'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns (file share/libc/__fc_builtin.h, line 163)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 163)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 163)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_abort'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_offset'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Assigns nothing
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin.h, line 172)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'buggy'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 28)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'many'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion (file tests/non-free/memcpy.c, line 44)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion (file tests/non-free/memcpy.c, line 67)
+            tried with Value.
+[    -    ] Assertion (file tests/non-free/memcpy.c, line 72)
+            tried with Value.
+[    -    ] Assertion (file tests/non-free/memcpy.c, line 103)
+            tried with Value.
+[    -    ] Assertion (file tests/non-free/memcpy.c, line 150)
+            tried with Value.
+[    -    ] Assertion (file tests/non-free/memcpy.c, line 152)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 70)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 75)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 87)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 89)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 91)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 96)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 96)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 114)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 122)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 131)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 140)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 145)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 145)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 151)
+            tried with Value.
+[    -    ] Assertion 'Value,logic_mem_access' (file tests/non-free/memcpy.c, line 151)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'itv'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file tests/non-free/memcpy.c, line 158)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns nothing
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file tests/non-free/memcpy.c, line 157)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'make_unknown'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file tests/non-free/memcpy.c, line 163)
+            Unverifiable but considered Valid.
+[  Valid  ] Pre-condition (file tests/non-free/memcpy.c, line 161)
+            by Call Preconditions.
+[ Extern  ] Assigns (file tests/non-free/memcpy.c, line 162)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file tests/non-free/memcpy.c, line 162)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main_uninit'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion (file tests/non-free/memcpy.c, line 173)
+            by Value.
+[  Valid  ] Assertion (file tests/non-free/memcpy.c, line 175)
+            by Value.
+[  Valid  ] Assertion (file tests/non-free/memcpy.c, line 180)
+            by Value.
+[  Valid  ] Assertion (file tests/non-free/memcpy.c, line 188)
+            by Value.
+[  Valid  ] Assertion (file tests/non-free/memcpy.c, line 191)
+            by Value.
+[  Valid  ] Assertion (file tests/non-free/memcpy.c, line 199)
+            by Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/non-free/memcpy.c, line 182)
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/non-free/memcpy.c, line 192)
+            tried with Value.
+[    -    ] Assertion 'Value,initialisation' (file tests/non-free/memcpy.c, line 201)
+            tried with Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/non-free/memcpy.c, line 161)' at call 'make_unknown' (file tests/non-free/memcpy.c, line 178)
+
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/non-free/memcpy.c, line 161)' at call 'make_unknown' (file tests/non-free/memcpy.c, line 185)
+
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/non-free/memcpy.c, line 161)' at call 'make_unknown' (file tests/non-free/memcpy.c, line 196)
+
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/non-free/memcpy.c, line 161)' at call 'make_unknown' (file tests/non-free/memcpy.c, line 197)
+
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+    34 Completely validated
+    83 Considered valid
+    25 To be validated
+   142 Total
+--------------------------------------------------------------------------------
diff --git a/tests/non-free/oracle_symblocs/memcpy2.err.oracle b/tests/non-free/oracle_symblocs/memcpy2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/memcpy2.res.oracle b/tests/non-free/oracle_symblocs/memcpy2.res.oracle
new file mode 100644
index 00000000000..9e4e9a3a1df
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/memcpy2.res.oracle
@@ -0,0 +1,69 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/memcpy2.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+[value] Call to builtin bzero(({{ (unsigned char *)&s }},{512}))
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/non-free/memcpy2.c:9.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+tests/non-free/memcpy2.c:10:[value] Call to builtin memcpy(({{ (void *)&t }},{{ (void const *)&s }},[0..511]))
+[value] DUMPING STATE of file tests/non-free/memcpy2.c line 12
+        Frama_C_entropy_source ∈ [--..--]
+        c ∈ [--..--]
+        v ∈ {{ NULL ; &S_v[0] }}
+        t[0..510] ∈ {0} or UNINITIALIZED
+         [511] ∈ UNINITIALIZED
+        s[0..511] ∈ {0}
+        l ∈ [0..511]
+        __retres ∈ UNINITIALIZED
+        S_v[0] ∈ {{ NULL ; &S_0_S_v[0] }}
+           [1] ∈ {{ NULL ; &S_1_S_v[0] }}
+        S_0_S_v[0..1] ∈ [--..--]
+        S_1_S_v[0..1] ∈ [--..--]
+        =END OF DUMP==
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/non-free/memcpy2.c:14.
+[value] Done for function Frama_C_interval
+tests/non-free/memcpy2.c:15:[value] Call to builtin memcpy(({{ (void *)&t }},{{ (void const *)&s }},[0..512]))
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/non-free/memcpy2.c:17.
+[value] Done for function Frama_C_interval
+tests/non-free/memcpy2.c:18:[value] Call to builtin memcpy(({{ (void *)&t }},{{ (void const *)&s }},[1..512]))
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  t[0] ∈ {0}
+   [1..511] ∈ {0} or UNINITIALIZED
+  s[0..511] ∈ {0}
+  l ∈ [1..512]
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_bzero <-main
+[from] Done for function Frama_C_bzero
+[from] Computing for function Frama_C_interval <-main
+[from] Done for function Frama_C_interval
+[from] Computing for function Frama_C_memcpy <-main
+[from] Done for function Frama_C_memcpy
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function main:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          Frama_C_entropy_source; t[0..511]; s[0..511]; l; __retres
+[inout] Inputs for function main:
+          Frama_C_entropy_source
diff --git a/tests/non-free/oracle_symblocs/memcpy_invalid.err.oracle b/tests/non-free/oracle_symblocs/memcpy_invalid.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/memcpy_invalid.res.oracle b/tests/non-free/oracle_symblocs/memcpy_invalid.res.oracle
new file mode 100644
index 00000000000..a52c9bff175
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/memcpy_invalid.res.oracle
@@ -0,0 +1,61 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/memcpy_invalid.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function test <- main.
+        Called from tests/non-free/memcpy_invalid.i:22.
+[value] computing for function Frama_C_interval <- test <- main.
+        Called from tests/non-free/memcpy_invalid.i:16.
+[value] using specification for function Frama_C_interval
+[value] Done for function Frama_C_interval
+tests/non-free/memcpy_invalid.i:17:[value] Call to builtin memcpy(({{ (void *)&dst }},
+                                {{ &src + {0; 2; 4; 6; 8; 10; 12; 14} }},
+                                {1; 4294967283; 4294967285; 4294967287; 4294967289;
+                                 4294967291; 4294967293; 4294967295}))
+tests/non-free/memcpy_invalid.i:17:[value] warning: out of bounds read.
+                 assert
+                 \valid_read((&src+i)+(0 .. (unsigned long)((unsigned long)sizeof(src)-i)-1));
+[value] Recording results for test
+[from] Computing for function test
+[from] Done for function test
+[value] Done for function test
+[value] computing for function test <- main.
+        Called from tests/non-free/memcpy_invalid.i:23.
+[value] computing for function Frama_C_interval <- test <- main.
+        Called from tests/non-free/memcpy_invalid.i:16.
+[value] Done for function Frama_C_interval
+tests/non-free/memcpy_invalid.i:17:[value] Call to builtin memcpy(({{ (void *)&dst }},{{ &src + [0..16],0%2 }},
+                                [1..4294967295],1%2))
+tests/non-free/memcpy_invalid.i:17:[value] warning: out of bounds write.
+                 assert \valid(&dst+(0 .. (unsigned long)((unsigned long)sizeof(src)-i)-1));
+[value] Recording results for test
+[from] Computing for function test
+[from] Done for function test
+[value] Done for function test
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function test:
+  dst ∈ {0}
+  src ∈ {0}
+  i ∈ [0..16],0%2
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to Frama_C_interval at tests/non-free/memcpy_invalid.i:16 (by test):
+  \result FROM min; max
+[from] call to memcpy at tests/non-free/memcpy_invalid.i:17 (by test):
+  dst FROM src
+  \result FROM dst
+[from] call to test at tests/non-free/memcpy_invalid.i:22 (by main):
+  NO EFFECTS
+[from] call to test at tests/non-free/memcpy_invalid.i:23 (by main):
+  NO EFFECTS
+[from] entry point:
+  \result FROM \nothing
+[from] ====== END OF CALLWISE DEPENDENCIES ======
diff --git a/tests/non-free/oracle_symblocs/memexec-malloc.err.oracle b/tests/non-free/oracle_symblocs/memexec-malloc.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/memexec-malloc.res.oracle b/tests/non-free/oracle_symblocs/memexec-malloc.res.oracle
new file mode 100644
index 00000000000..b7903ebe95f
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/memexec-malloc.res.oracle
@@ -0,0 +1,112 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/memexec-malloc.c (with preprocessing)
+tests/non-free/memexec-malloc.c:15:[kernel] warning: Calling undeclared function Frama_C_alloc_by_stack. Old style K&R code?
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..1999] ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/non-free/memexec-malloc.c:23.
+tests/non-free/memexec-malloc.c:10:[value] entering loop for the first time
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/non-free/memexec-malloc.c:24.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/non-free/memexec-malloc.c:25.
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each([0..1999])
+[value] Called Frama_C_show_each([0..1999])
+[value] Called Frama_C_show_each([0..1999])
+[value] computing for function f <- main.
+        Called from tests/non-free/memexec-malloc.c:29.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function alloc <- main.
+        Called from tests/non-free/memexec-malloc.c:31.
+tests/non-free/memexec-malloc.c:15:[value] allocating variable __malloc_main_l31
+[value] Recording results for alloc
+[value] Done for function alloc
+[value] computing for function alloc <- main.
+        Called from tests/non-free/memexec-malloc.c:32.
+tests/non-free/memexec-malloc.c:15:[value] allocating variable __malloc_main_l32
+[value] Recording results for alloc
+[value] Done for function alloc
+[value] computing for function k <- main.
+        Called from tests/non-free/memexec-malloc.c:34.
+[value] computing for function alloc <- k <- main.
+        Called from tests/non-free/memexec-malloc.c:19.
+tests/non-free/memexec-malloc.c:15:[value] allocating variable __malloc_k_l19
+[value] Recording results for alloc
+[value] Done for function alloc
+[value] Recording results for k
+[value] Done for function k
+[value] computing for function k <- main.
+        Called from tests/non-free/memexec-malloc.c:35.
+[value] computing for function alloc <- k <- main.
+        Called from tests/non-free/memexec-malloc.c:19.
+tests/non-free/memexec-malloc.c:15:[value] allocating variable __malloc_k_l19_0
+[value] Recording results for alloc
+[value] Done for function alloc
+[value] Recording results for k
+[value] Done for function k
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/non-free/memexec-malloc.c:15:[kernel] warning: Neither code nor specification for function Frama_C_alloc_by_stack, generating default assigns from the prototype
+[value:final-states] Values at end of function alloc:
+  __retres ∈
+          {{ &__malloc_main_l31 ; &__malloc_main_l32 ; &__malloc_k_l19 ;
+             &__malloc_k_l19_0 }}
+[value:final-states] Values at end of function f:
+  t[0..1999] ∈ [0..1999]
+  i ∈ {2000}
+[value:final-states] Values at end of function k:
+  
+[value:final-states] Values at end of function main:
+  t[0..1999] ∈ [0..1999]
+  p1 ∈ {{ &__malloc_main_l31 }}
+  p2 ∈ {{ &__malloc_main_l32 }}
+  p3 ∈ {{ &__malloc_k_l19 }}
+  p4 ∈ {{ &__malloc_k_l19_0 }}
+[from] Computing for function alloc
+[from] Computing for function Frama_C_alloc_by_stack <-alloc
+[from] Done for function Frama_C_alloc_by_stack
+[from] Done for function alloc
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function k
+[from] Done for function k
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function alloc:
+  \result FROM \nothing
+[from] Function f:
+  t[0..1999] FROM \nothing (and SELF)
+[from] Function k:
+  \result FROM \nothing
+[from] Function main:
+  t[0..1999] FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function alloc:
+          tmp; __retres
+[inout] Inputs for function alloc:
+          \nothing
+[inout] Out (internal) for function f:
+          t[0..1999]; i
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function k:
+          tmp
+[inout] Inputs for function k:
+          \nothing
+[inout] Out (internal) for function main:
+          t[0..1999]; p1; p2; p3; p4
+[inout] Inputs for function main:
+          t[1..2]
diff --git a/tests/non-free/oracle_symblocs/memset.err.oracle b/tests/non-free/oracle_symblocs/memset.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/memset.res.oracle b/tests/non-free/oracle_symblocs/memset.res.oracle
new file mode 100644
index 00000000000..f98b826ce4e
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/memset.res.oracle
@@ -0,0 +1,187 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/memset.i (no preprocessing)
+tests/non-free/memset.i:46:[kernel] warning: A.QUESTION: char * does not match int * (different integer types)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t1[0..99] ∈ {0}
+  t2[0..99] ∈ {0}
+  t3[0..99] ∈ {0}
+  t4[0..99] ∈ {0}
+  t5[0..99] ∈ {0}
+  t6[0..99] ∈ {0}
+  t7[0..99] ∈ {0}
+  t8[0..99] ∈ {0}
+  t9[0..99] ∈ {0}
+  t10[0..99] ∈ {0}
+  t11[0..99] ∈ {0}
+  t12[0..99] ∈ {0}
+  ts[0..4] ∈ {0}
+  vol ∈ [--..--]
+tests/non-free/memset.i:33:[value] Call to builtin memset(({{ (void *)&t1 }},{17},{400}))
+tests/non-free/memset.i:34:[value] Call to builtin memset(({{ garbled mix of &{t2}
+                                (origin: Arithmetic {tests/non-free/memset.i:34}) }},
+                                {18},{400}))
+tests/non-free/memset.i:34:[value:imprecision] Call to builtin precise_memset(({{ garbled mix of &{t2}
+                                                    (origin: Arithmetic
+                                                    {tests/non-free/memset.i:34}) }},{18},
+                                                    {400})) failed; destination is not exact
+tests/non-free/memset.i:34:[value] warning: out of bounds write.
+                 assert
+                 \valid((char *)(&t2[(int)((int *)t2)])+(0 .. (unsigned long)sizeof(t2)-1));
+tests/non-free/memset.i:35:[value] Call to builtin memset(({{ (void *)&t3[10] }},{17},{{ (unsigned long)&t1 }}))
+tests/non-free/memset.i:35:[value:imprecision] Call to builtin precise_memset(({{ (void *)&t3[10] }},{17},
+                                                    {{ (unsigned long)&t1 }})) failed; size is imprecise
+tests/non-free/memset.i:35:[value] warning: out of bounds write.
+                 assert \valid((char *)(&t3[10])+(0 .. (unsigned long)((int *)t1)-1));
+tests/non-free/memset.i:38:[value] Call to builtin memset(({{ (void *)&t4[1] }},{1},{400}))
+tests/non-free/memset.i:38:[value] warning: out of bounds write.
+                 assert \valid((char *)(&t4[1])+(0 .. (unsigned long)sizeof(t4)-1));
+tests/non-free/memset.i:41:[value] Call to builtin memset(({{ (void *)&t5 }},{{ (int)&t1 }},{400}))
+tests/non-free/memset.i:41:[value:imprecision] Call to builtin precise_memset(({{ (void *)&t5 }},{{ (int)&t1 }},{400})) failed; value to write is imprecise
+tests/non-free/memset.i:44:[value] Call to builtin memset(({{ (void *)&t6[10] ; (void *)&t7 }},{34},{16}))
+tests/non-free/memset.i:44:[value:imprecision] Call to builtin precise_memset(({{ (void *)&t6[10] ; (void *)&t7 }},{34},
+                                                    {16})) failed; destination is not exact
+tests/non-free/memset.i:47:[value] Call to builtin memset(({{ NULL ; (void *)&t8 }},{34},{16}))
+tests/non-free/memset.i:47:[value:imprecision] Call to builtin precise_memset(({{ NULL ; (void *)&t8 }},{34},{16})) failed; destination is not exact
+tests/non-free/memset.i:47:[value] warning: out of bounds write. assert \valid((char *)p+(0 .. (unsigned long)16-1));
+tests/non-free/memset.i:50:[value] entering loop for the first time
+tests/non-free/memset.i:54:[value] Call to builtin memset(({{ &t9 + [80..--],0%4 }},{2302},{4}))
+tests/non-free/memset.i:54:[value:imprecision] Call to builtin precise_memset(({{ &t9 + [80..--],0%4 }},{2302},{4})) failed; destination is not exact
+tests/non-free/memset.i:54:[value] warning: out of bounds write. assert \valid((char *)p+(0 .. (unsigned long)4-1));
+tests/non-free/memset.i:58:[value] Call to builtin memset(({{ (void *)&t10[4] }},{136},{12; 36}))
+tests/non-free/memset.i:58:[value:imprecision] Call to builtin precise_memset(({{ (void *)&t10[4] }},{136},{12; 36})) failed; size is imprecise
+tests/non-free/memset.i:65:[value] Call to builtin memset(({{ (void *)&t11{[2], [3]} }},{153},{8; 16}))
+tests/non-free/memset.i:65:[value:imprecision] Call to builtin precise_memset(({{ (void *)&t11{[2], [3]} }},{153},{8; 16})) failed; size is imprecise
+tests/non-free/memset.i:68:[value] Call to builtin memset(({{ (void *)&ts }},{254},{100}))
+tests/non-free/memset.i:71:[value] warning: assertion 'Assume' got status unknown.
+tests/non-free/memset.i:72:[value] Call to builtin memset(({{ &t12 + [0..384],0%32 }},{1},{4}))
+tests/non-free/memset.i:72:[value:imprecision] Call to builtin precise_memset(({{ &t12 + [0..384],0%32 }},{1},{4})) failed; destination is not exact
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+tests/non-free/memset.i:38:[value] assertion 'Value,logic_mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t1[0..99] ∈ {286331153}
+  t2[0..99] ∈ [--..--]
+  t3[0..9] ∈ {0}
+    [10..99]# ∈ {0; 17} repeated %8 
+  t5[0..99] ∈
+    {{ garbled mix of &{t1}
+     (origin: Misaligned {tests/non-free/memset.i:41}) }}
+  t6[0..9] ∈ {0}
+    [10..13]# ∈ {0; 34} repeated %8 
+    [14..99] ∈ {0}
+  t7[0..3]# ∈ {0; 34} repeated %8 
+    [4..99] ∈ {0}
+  t8[0..3]# ∈ {0; 34} repeated %8 
+    [4..99] ∈ {0}
+  t9[0..19] ∈ {0}
+    [20..99]# ∈ {0; 254} repeated %8 
+  t10[0..3] ∈ {0}
+     [4..6]# ∈ {136} repeated %8 
+     [7..12]# ∈ {0; 136} repeated %8 
+     [13..99] ∈ {0}
+  t11[0..1] ∈ {0}
+     [2]# ∈ {0; 153} repeated %8 
+     [3]# ∈ {153} repeated %8 
+     [4..6]# ∈ {0; 153} repeated %8 
+     [7..99] ∈ {0}
+  t12[0..96]# ∈ {0; 1} repeated %8 
+     [97..99] ∈ {0}
+  ts[0].f1 ∈ {-2; 0}
+    [0].[bits 8 to 15] ∈ {0; 254}
+    [0].f2 ∈ {-258; 0}
+    [0]{.f3; .f4[0..2]} ∈ {-16843010; 0}
+    [1].f1 ∈ {-2; 0}
+    [1].[bits 8 to 15] ∈ {0; 254}
+    [1].f2 ∈ {-258; 0}
+    [1]{.f3; .f4[0..2]} ∈ {-16843010; 0}
+    [2].f1 ∈ {-2; 0}
+    [2].[bits 8 to 15] ∈ {0; 254}
+    [2].f2 ∈ {-258; 0}
+    [2]{.f3; .f4[0..2]} ∈ {-16843010; 0}
+    [3].f1 ∈ {-2; 0}
+    [3].[bits 8 to 15] ∈ {0; 254}
+    [3].f2 ∈ {-258; 0}
+    [3]{.f3; .f4[0..2]} ∈ {-16843010; 0}
+    [4].f1 ∈ {-2; 0}
+    [4].[bits 8 to 15] ∈ {0; 254}
+    [4].f2 ∈ {-258; 0}
+    [4]{.f3; .f4[0..2]} ∈ {-16843010; 0}
+  dst ∈ {{ (void *)&t1 }}
+  p ∈ {{ &t11{[2], [3]} }}
+  s ∈ {12; 36}
+  s1 ∈ {8; 16}
+  k ∈ [0..12]
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to Frama_C_memset at tests/non-free/memset.i:33 (by main):
+  t1[0..99] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/memset.i:34 (by main):
+  t2[0..99] FROM v (and SELF)
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/memset.i:35 (by main):
+  t3[10..99] FROM v (and SELF)
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/memset.i:38 (by main):
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/memset.i:41 (by main):
+  t5[0..99] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/memset.i:44 (by main):
+  t6[10..13] FROM v (and SELF)
+  t7[0..3] FROM v (and SELF)
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/memset.i:47 (by main):
+  t8[0..3] FROM v (and SELF)
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/memset.i:54 (by main):
+  t9[20..99] FROM v (and SELF)
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/memset.i:58 (by main):
+  t10[4..6] FROM v
+     [7..12] FROM v (and SELF)
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/memset.i:65 (by main):
+  t11{[2]; [4..6]} FROM v (and SELF)
+     [3] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/memset.i:68 (by main):
+  ts[0..4] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/memset.i:72 (by main):
+  t12[0..96] FROM v (and SELF)
+  \result FROM dst
+[from] entry point:
+  t1[0..99] FROM \nothing
+  t2[0..99] FROM \nothing (and SELF)
+  t3[10..99] FROM \nothing (and SELF)
+  t5[0..99] FROM \nothing
+  t6[10..13] FROM \nothing (and SELF)
+  t7[0..3] FROM \nothing (and SELF)
+  t8[0..3] FROM \nothing (and SELF)
+  t9[20..99] FROM \nothing (and SELF)
+  t10[4..6] FROM \nothing
+     [7..12] FROM \nothing (and SELF)
+  t11{[2]; [4..6]} FROM \nothing (and SELF)
+     [3] FROM \nothing
+  t12[0..96] FROM \nothing (and SELF)
+  ts[0..4] FROM vol (and SELF)
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t1[0..99]; t2[0..99]; t3[10..99]; t5[0..99]; t6[10..13]; t7[0..3];
+          t8[0..3]; t9[20..99]; t10[4..12]; t11[2..6]; t12[0..96]; ts[0..4]; 
+          dst; p; tmp_0; s; s1; k
+[inout] Inputs for function main:
+          t1[0..99]; t2[0..99]; t4[0..99]; ts[0..4]; vol
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          dst; v; vol
+        Operational inputs on termination:
+          dst; v; vol
+        Sure outputs:
+          t1[0..99]; t5[0..99]; t10[4..6]; t11[3]; dst; p; tmp_0; s; s1; k
diff --git a/tests/non-free/oracle_symblocs/memset_block.0.err.oracle b/tests/non-free/oracle_symblocs/memset_block.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/memset_block.0.res.oracle b/tests/non-free/oracle_symblocs/memset_block.0.res.oracle
new file mode 100644
index 00000000000..7cf7ccfc49d
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/memset_block.0.res.oracle
@@ -0,0 +1,56 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/memset_block.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Call to builtin bzero(({{ (unsigned char *)&TS }},{1392}))
+[value] Call to builtin bzero(({{ (unsigned char *)&T2 }},{600}))
+[value] Call to builtin bzero(({{ (unsigned char *)&T }},{40}))
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  S[0] ∈ {49}
+   [1] ∈ {50}
+   [2] ∈ {51}
+   [3] ∈ {52}
+   [4] ∈ {53}
+  TS[0].x ∈ {1}
+    [0].y ∈ {3}
+    [0].name[0] ∈ {175304776}
+    {[0].name[1..9]; [1..28]} ∈ {0}
+  PC[0] ∈ {108}
+    [1] ∈ {107}
+    [2] ∈ {106}
+    [3] ∈ {108}
+    [4] ∈ {106}
+    [5] ∈ {0}
+  T2[0].x2 ∈ {1}
+    [0].y2 ∈ {2}
+    [0].[bits 48 to 63] ∈ {0}
+    [0].ptr ∈ {{ &PC[0] }}
+    [1].x2 ∈ {1}
+    [1].y2 ∈ {2}
+    {[1]{.ptr; .[bits 48 to 63]}; [2..49]} ∈ {0}
+  T[0] ∈ {1}
+   [1..9] ∈ {0}
+  U[0] ∈ {3}
+   [1] ∈ {4}
+  x ∈ {8}
+  y ∈ {40}
+  __retres ∈ {8}
+[from] Computing for function main
+[from] Computing for function Frama_C_bzero <-main
+[from] Done for function Frama_C_bzero
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          S[0..4]; TS[0..28]; PC[0..5]; T2[0..49]; T[0..9]; U[0..1]; x; y; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/non-free/oracle_symblocs/memset_block.1.err.oracle b/tests/non-free/oracle_symblocs/memset_block.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/memset_block.1.res.oracle b/tests/non-free/oracle_symblocs/memset_block.1.res.oracle
new file mode 100644
index 00000000000..62a73273478
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/memset_block.1.res.oracle
@@ -0,0 +1,155 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/memset_block.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/non-free/memset_block.i:10:[value] Call to builtin copy_block(({{ (unsigned char *)&TS[0].name }},{4},{10}))
+tests/non-free/memset_block.i:10:[value] Call to builtin copy_block(({{ (unsigned char *)&TS }},{48},{29}))
+tests/non-free/memset_block.i:14:[value] Call to builtin copy_block(({{ (unsigned char *)&T2 }},{12},{50}))
+tests/non-free/memset_block.i:16:[value] Call to builtin copy_block(({{ (unsigned char *)&T }},{4},{10}))
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  S[0] ∈ {49}
+   [1] ∈ {50}
+   [2] ∈ {51}
+   [3] ∈ {52}
+   [4] ∈ {53}
+  TS[0].x ∈ {1}
+    [0].y ∈ {3}
+    [0].name[0] ∈ {175304776}
+    {[0].name[1..9]; [1..28]} ∈ {0}
+  PC[0] ∈ {108}
+    [1] ∈ {107}
+    [2] ∈ {106}
+    [3] ∈ {108}
+    [4] ∈ {106}
+    [5] ∈ {0}
+  T2[0].x2 ∈ {1}
+    [0].y2 ∈ {2}
+    [0].[bits 48 to 63] ∈ UNINITIALIZED
+    [0].ptr ∈ {{ &PC[0] }}
+    [1].x2 ∈ {1}
+    [1].y2 ∈ {2}
+    [1].[bits 48 to 63] ∈ UNINITIALIZED
+    {[1].ptr; [2]{.x2; .y2}} ∈ {0}
+    [2].[bits 48 to 63] ∈ UNINITIALIZED
+    {[2].ptr; [3]{.x2; .y2}} ∈ {0}
+    [3].[bits 48 to 63] ∈ UNINITIALIZED
+    {[3].ptr; [4]{.x2; .y2}} ∈ {0}
+    [4].[bits 48 to 63] ∈ UNINITIALIZED
+    {[4].ptr; [5]{.x2; .y2}} ∈ {0}
+    [5].[bits 48 to 63] ∈ UNINITIALIZED
+    {[5].ptr; [6]{.x2; .y2}} ∈ {0}
+    [6].[bits 48 to 63] ∈ UNINITIALIZED
+    {[6].ptr; [7]{.x2; .y2}} ∈ {0}
+    [7].[bits 48 to 63] ∈ UNINITIALIZED
+    {[7].ptr; [8]{.x2; .y2}} ∈ {0}
+    [8].[bits 48 to 63] ∈ UNINITIALIZED
+    {[8].ptr; [9]{.x2; .y2}} ∈ {0}
+    [9].[bits 48 to 63] ∈ UNINITIALIZED
+    {[9].ptr; [10]{.x2; .y2}} ∈ {0}
+    [10].[bits 48 to 63] ∈ UNINITIALIZED
+    {[10].ptr; [11]{.x2; .y2}} ∈ {0}
+    [11].[bits 48 to 63] ∈ UNINITIALIZED
+    {[11].ptr; [12]{.x2; .y2}} ∈ {0}
+    [12].[bits 48 to 63] ∈ UNINITIALIZED
+    {[12].ptr; [13]{.x2; .y2}} ∈ {0}
+    [13].[bits 48 to 63] ∈ UNINITIALIZED
+    {[13].ptr; [14]{.x2; .y2}} ∈ {0}
+    [14].[bits 48 to 63] ∈ UNINITIALIZED
+    {[14].ptr; [15]{.x2; .y2}} ∈ {0}
+    [15].[bits 48 to 63] ∈ UNINITIALIZED
+    {[15].ptr; [16]{.x2; .y2}} ∈ {0}
+    [16].[bits 48 to 63] ∈ UNINITIALIZED
+    {[16].ptr; [17]{.x2; .y2}} ∈ {0}
+    [17].[bits 48 to 63] ∈ UNINITIALIZED
+    {[17].ptr; [18]{.x2; .y2}} ∈ {0}
+    [18].[bits 48 to 63] ∈ UNINITIALIZED
+    {[18].ptr; [19]{.x2; .y2}} ∈ {0}
+    [19].[bits 48 to 63] ∈ UNINITIALIZED
+    {[19].ptr; [20]{.x2; .y2}} ∈ {0}
+    [20].[bits 48 to 63] ∈ UNINITIALIZED
+    {[20].ptr; [21]{.x2; .y2}} ∈ {0}
+    [21].[bits 48 to 63] ∈ UNINITIALIZED
+    {[21].ptr; [22]{.x2; .y2}} ∈ {0}
+    [22].[bits 48 to 63] ∈ UNINITIALIZED
+    {[22].ptr; [23]{.x2; .y2}} ∈ {0}
+    [23].[bits 48 to 63] ∈ UNINITIALIZED
+    {[23].ptr; [24]{.x2; .y2}} ∈ {0}
+    [24].[bits 48 to 63] ∈ UNINITIALIZED
+    {[24].ptr; [25]{.x2; .y2}} ∈ {0}
+    [25].[bits 48 to 63] ∈ UNINITIALIZED
+    {[25].ptr; [26]{.x2; .y2}} ∈ {0}
+    [26].[bits 48 to 63] ∈ UNINITIALIZED
+    {[26].ptr; [27]{.x2; .y2}} ∈ {0}
+    [27].[bits 48 to 63] ∈ UNINITIALIZED
+    {[27].ptr; [28]{.x2; .y2}} ∈ {0}
+    [28].[bits 48 to 63] ∈ UNINITIALIZED
+    {[28].ptr; [29]{.x2; .y2}} ∈ {0}
+    [29].[bits 48 to 63] ∈ UNINITIALIZED
+    {[29].ptr; [30]{.x2; .y2}} ∈ {0}
+    [30].[bits 48 to 63] ∈ UNINITIALIZED
+    {[30].ptr; [31]{.x2; .y2}} ∈ {0}
+    [31].[bits 48 to 63] ∈ UNINITIALIZED
+    {[31].ptr; [32]{.x2; .y2}} ∈ {0}
+    [32].[bits 48 to 63] ∈ UNINITIALIZED
+    {[32].ptr; [33]{.x2; .y2}} ∈ {0}
+    [33].[bits 48 to 63] ∈ UNINITIALIZED
+    {[33].ptr; [34]{.x2; .y2}} ∈ {0}
+    [34].[bits 48 to 63] ∈ UNINITIALIZED
+    {[34].ptr; [35]{.x2; .y2}} ∈ {0}
+    [35].[bits 48 to 63] ∈ UNINITIALIZED
+    {[35].ptr; [36]{.x2; .y2}} ∈ {0}
+    [36].[bits 48 to 63] ∈ UNINITIALIZED
+    {[36].ptr; [37]{.x2; .y2}} ∈ {0}
+    [37].[bits 48 to 63] ∈ UNINITIALIZED
+    {[37].ptr; [38]{.x2; .y2}} ∈ {0}
+    [38].[bits 48 to 63] ∈ UNINITIALIZED
+    {[38].ptr; [39]{.x2; .y2}} ∈ {0}
+    [39].[bits 48 to 63] ∈ UNINITIALIZED
+    {[39].ptr; [40]{.x2; .y2}} ∈ {0}
+    [40].[bits 48 to 63] ∈ UNINITIALIZED
+    {[40].ptr; [41]{.x2; .y2}} ∈ {0}
+    [41].[bits 48 to 63] ∈ UNINITIALIZED
+    {[41].ptr; [42]{.x2; .y2}} ∈ {0}
+    [42].[bits 48 to 63] ∈ UNINITIALIZED
+    {[42].ptr; [43]{.x2; .y2}} ∈ {0}
+    [43].[bits 48 to 63] ∈ UNINITIALIZED
+    {[43].ptr; [44]{.x2; .y2}} ∈ {0}
+    [44].[bits 48 to 63] ∈ UNINITIALIZED
+    {[44].ptr; [45]{.x2; .y2}} ∈ {0}
+    [45].[bits 48 to 63] ∈ UNINITIALIZED
+    {[45].ptr; [46]{.x2; .y2}} ∈ {0}
+    [46].[bits 48 to 63] ∈ UNINITIALIZED
+    {[46].ptr; [47]{.x2; .y2}} ∈ {0}
+    [47].[bits 48 to 63] ∈ UNINITIALIZED
+    {[47].ptr; [48]{.x2; .y2}} ∈ {0}
+    [48].[bits 48 to 63] ∈ UNINITIALIZED
+    {[48].ptr; [49]{.x2; .y2}} ∈ {0}
+    [49].[bits 48 to 63] ∈ UNINITIALIZED
+    [49].ptr ∈ {0}
+  T[0] ∈ {1}
+   [1..9] ∈ {0}
+  U[0] ∈ {3}
+   [1] ∈ {4}
+  x ∈ {8}
+  y ∈ {40}
+  __retres ∈ {8}
+[from] Computing for function main
+[from] Computing for function Frama_C_copy_block <-main
+[from] Done for function Frama_C_copy_block
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          S[0..4]; TS[0..28]; PC[0..5]; T2{[0]{.x2; .y2}; {[0].ptr; [1..49]}};
+          T[0..9]; U[0..1]; x; y; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/non-free/oracle_symblocs/memset_malloc_0.err.oracle b/tests/non-free/oracle_symblocs/memset_malloc_0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/memset_malloc_0.res.oracle b/tests/non-free/oracle_symblocs/memset_malloc_0.res.oracle
new file mode 100644
index 00000000000..c33946fadf9
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/memset_malloc_0.res.oracle
@@ -0,0 +1,38 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/memset_malloc_0.i (no preprocessing)
+[value] user error: no assigns specified for function 'malloc', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+tests/non-free/memset_malloc_0.i:17:[value] allocating variable __malloc_main_l17
+tests/non-free/memset_malloc_0.i:18:[value] Call to builtin memset(({{ (void *)&__malloc_main_l17 }},{0},{0}))
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/non-free/memset_malloc_0.i:17:[kernel] warning: Neither code nor specification for function malloc, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  p ∈ {{ &__malloc_main_l17[0] }}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function malloc <-main
+[from] Done for function malloc
+[from] Computing for function memset <-main
+[from] Done for function memset
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function malloc:
+  \result FROM s
+[from] Function memset:
+  \result FROM s
+[from] Function main:
+  p FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; __retres
+[inout] Inputs for function main:
+          p
diff --git a/tests/non-free/oracle_symblocs/precise_memset.err.oracle b/tests/non-free/oracle_symblocs/precise_memset.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/precise_memset.res.oracle b/tests/non-free/oracle_symblocs/precise_memset.res.oracle
new file mode 100644
index 00000000000..1c72904eabe
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/precise_memset.res.oracle
@@ -0,0 +1,216 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/precise_memset.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  x ∈ {0}
+  t[0..49] ∈ {0}
+  u[0..11] ∈ {0}
+  f ∈ {0}
+  fnan ∈ {0}
+  d ∈ {0}
+  dnan ∈ {0}
+  w1[0..3] ∈ {0}
+  w2[0..3] ∈ {0}
+  bitf ∈ {0}
+  tone[0] ∈ {0}
+  vs ∈ {0}
+  vv ∈ {0}
+  t_b[0..1023] ∈ {0}
+  t_s[0..1023] ∈ {0}
+tests/non-free/precise_memset.c:72:[value] Call to builtin memset(({{ (void *)&x }},{2},{4}))
+tests/non-free/precise_memset.c:73:[value] Call to builtin memset(({{ (void *)&t }},{3},{100}))
+tests/non-free/precise_memset.c:74:[value] Call to builtin memset(({{ (void *)&u }},{154},{48}))
+tests/non-free/precise_memset.c:75:[value] Call to builtin memset(({{ (void *)&f }},{2},{4}))
+tests/non-free/precise_memset.c:76:[value] Call to builtin memset(({{ (void *)&fnan }},{255},{4}))
+tests/non-free/precise_memset.c:77:[value] Call to builtin memset(({{ (void *)&d }},{2},{8}))
+tests/non-free/precise_memset.c:78:[value] Call to builtin memset(({{ (void *)&dnan }},{255},{8}))
+tests/non-free/precise_memset.c:79:[value] Call to builtin memset(({{ (void *)&w1 }},{2},{48}))
+tests/non-free/precise_memset.c:80:[value] Call to builtin memset(({{ (void *)&bitf }},{126},{8}))
+tests/non-free/precise_memset.c:81:[value] Call to builtin memset(({{ (void *)&tone }},{6},{4}))
+tests/non-free/precise_memset.c:84:[value] warning: assertion got status unknown.
+tests/non-free/precise_memset.c:85:[value] Call to builtin memset(({{ (void *)&w2 }},{1; 2; 3; 4; 5; 6; 7; 8},{48}))
+tests/non-free/precise_memset.c:87:[value] Call to builtin memset(({{ (void *)&vs }},{4},{2}))
+tests/non-free/precise_memset.c:88:[value] Call to builtin memset(({{ (void *)&vs.t }},{2},{40}))
+tests/non-free/precise_memset.c:89:[value] Call to builtin memset(({{ (void *)&vv }},{6},{2}))
+tests/non-free/precise_memset.c:90:[value] Call to builtin memset(({{ (void *)&t[15] }},{7},{40}))
+tests/non-free/precise_memset.c:91:[value] Call to builtin memset(({{ (void *)&t_b }},{5},{1024}))
+tests/non-free/precise_memset.c:92:[value] Call to builtin memset(({{ (void *)&t_s }},{19},{2048}))
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {33686018}
+  t[0..14] ∈ {771}
+   [15..34] ∈ {1799}
+   [35..49] ∈ {771}
+  u[0..11] ∈ {-1701143910}
+  f ∈ {9.55146781436e-38}
+  fnan ∈ {4294967295}
+  d ∈ {5.37794075127e-299}
+  dnan ∈ {18446744073709551615}
+  w1[0].s ∈ {514}
+    [0].[bits 16 to 31]# ∈ {2} repeated %8 
+    [0].i ∈ {33686018}
+    [0]{.c; .[bits 72 to 95]#} ∈ {2} repeated %8 
+    [1].s ∈ {514}
+    [1].[bits 16 to 31]# ∈ {2} repeated %8 
+    [1].i ∈ {33686018}
+    [1]{.c; .[bits 72 to 95]#} ∈ {2} repeated %8 
+    [2].s ∈ {514}
+    [2].[bits 16 to 31]# ∈ {2} repeated %8 
+    [2].i ∈ {33686018}
+    [2]{.c; .[bits 72 to 95]#} ∈ {2} repeated %8 
+    [3].s ∈ {514}
+    [3].[bits 16 to 31]# ∈ {2} repeated %8 
+    [3].i ∈ {33686018}
+    [3]{.c; .[bits 72 to 95]#} ∈ {2} repeated %8 
+  w2[0].s ∈ {257; 514; 771; 1028; 1285; 1542; 1799; 2056}
+    [0].[bits 16 to 31]# ∈ {1; 2; 3; 4; 5; 6; 7; 8} repeated %8 
+    [0].i ∈
+    {16843009; 33686018; 50529027; 67372036; 84215045; 101058054; 117901063;
+     134744072}
+    [0]{.c; .[bits 72 to 95]#} ∈ {1; 2; 3; 4; 5; 6; 7; 8} repeated %8 
+    [1].s ∈ {257; 514; 771; 1028; 1285; 1542; 1799; 2056}
+    [1].[bits 16 to 31]# ∈ {1; 2; 3; 4; 5; 6; 7; 8} repeated %8 
+    [1].i ∈
+    {16843009; 33686018; 50529027; 67372036; 84215045; 101058054; 117901063;
+     134744072}
+    [1]{.c; .[bits 72 to 95]#} ∈ {1; 2; 3; 4; 5; 6; 7; 8} repeated %8 
+    [2].s ∈ {257; 514; 771; 1028; 1285; 1542; 1799; 2056}
+    [2].[bits 16 to 31]# ∈ {1; 2; 3; 4; 5; 6; 7; 8} repeated %8 
+    [2].i ∈
+    {16843009; 33686018; 50529027; 67372036; 84215045; 101058054; 117901063;
+     134744072}
+    [2]{.c; .[bits 72 to 95]#} ∈ {1; 2; 3; 4; 5; 6; 7; 8} repeated %8 
+    [3].s ∈ {257; 514; 771; 1028; 1285; 1542; 1799; 2056}
+    [3].[bits 16 to 31]# ∈ {1; 2; 3; 4; 5; 6; 7; 8} repeated %8 
+    [3].i ∈
+    {16843009; 33686018; 50529027; 67372036; 84215045; 101058054; 117901063;
+     134744072}
+    [3]{.c; .[bits 72 to 95]#} ∈ {1; 2; 3; 4; 5; 6; 7; 8} repeated %8 
+  bitf.i1 ∈ {-2}
+      .i1 ∈ {7}
+      {.i3; .[bits 6 to 7]#} ∈ {126} repeated %8, bits 6 to 15 
+      .i4 ∈ {126}
+      .i5 ∈ {252}
+      {.i6; .[bits 31 to 31]#} ∈ {126} repeated %8, bits 7 to 15 
+      .i7 ∈ {0}
+      .i8 ∈ {1}
+      {.i9; .i10} ∈ {-1}
+      {.i11; .i12} ∈ {1}
+      .i13 ∈ {-1}
+      .i14 ∈ {0}
+      .[bits 48 to 63]# ∈ {126} repeated %8 
+  tone[0] ∈ {101058054}
+  vs.c2 ∈ {1028}
+    .[bits 16 to 31] ∈ {0}
+    .t[0..9] ∈ {33686018}
+    {.c2; .[bits 360 to 383]} ∈ {0}
+  vv.c3.s ∈ {1542}
+    {.c3{.i; .c; .[bits 16 to 31]; .[bits 72 to 95]}; .c4} ∈ {0}
+  t_b[0..1023] ∈ {5}
+  t_s[0..1023] ∈ {4883}
+  n ∈ {1; 2; 3; 4; 5; 6; 7; 8}
+[from] Computing for function main
+[from] Computing for function Frama_C_memset <-main
+[from] Done for function Frama_C_memset
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  x FROM v (and SELF)
+  t[0..49] FROM v (and SELF)
+  u[0..11] FROM v (and SELF)
+  f FROM v (and SELF)
+  fnan FROM v (and SELF)
+  d FROM v (and SELF)
+  dnan FROM v (and SELF)
+  w1[0..3] FROM v (and SELF)
+  w2[0..3] FROM v (and SELF)
+  bitf FROM v (and SELF)
+  tone[0] FROM v (and SELF)
+  vs FROM v (and SELF)
+  vv FROM v (and SELF)
+  t_b[0..1023] FROM v (and SELF)
+  t_s[0..1023] FROM v (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:72 (by main):
+  x FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:73 (by main):
+  t[0..49] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:74 (by main):
+  u[0..11] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:75 (by main):
+  f FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:76 (by main):
+  fnan FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:77 (by main):
+  d FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:78 (by main):
+  dnan FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:79 (by main):
+  w1[0..3] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:80 (by main):
+  bitf FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:81 (by main):
+  tone[0] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:85 (by main):
+  w2[0..3] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:87 (by main):
+  vs.c2 FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:88 (by main):
+  vs.t[0..9] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:89 (by main):
+  vv.c3.s FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:90 (by main):
+  t[15..34] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:91 (by main):
+  t_b[0..1023] FROM v
+  \result FROM dst
+[from] call to Frama_C_memset at tests/non-free/precise_memset.c:92 (by main):
+  t_s[0..1023] FROM v
+  \result FROM dst
+[from] entry point:
+  x FROM \nothing
+  t[0..49] FROM \nothing
+  u[0..11] FROM \nothing
+  f FROM \nothing
+  fnan FROM \nothing
+  d FROM \nothing
+  dnan FROM \nothing
+  w1[0..3] FROM \nothing
+  w2[0..3] FROM v
+  bitf FROM \nothing
+  tone[0] FROM \nothing
+  vs{.c2; .t[0..9]} FROM \nothing
+  vv.c3.s FROM \nothing
+  t_b[0..1023] FROM \nothing
+  t_s[0..1023] FROM \nothing
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; t[0..49]; u[0..11]; f; fnan; d; dnan; w1[0..3]; w2[0..3]; bitf; 
+          tone[0]; vs{.c2; .t[0..9]}; vv.c3.s; t_b[0..1023]; t_s[0..1023]; n
+[inout] Inputs for function main:
+          v; x; t[0..49]; u[0..11]; w1[0..3]; w2[0..3]; bitf; tone[0]; vs.t[0..9];
+          t_b[0..1023]; t_s[0..1023]
diff --git a/tests/non-free/oracle_symblocs/print.err.oracle b/tests/non-free/oracle_symblocs/print.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/print.res.oracle b/tests/non-free/oracle_symblocs/print.res.oracle
new file mode 100644
index 00000000000..136375f5b54
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/print.res.oracle
@@ -0,0 +1,99 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/print.c (with preprocessing)
+tests/non-free/print.c:33:[kernel] warning: Floating-point constant 1.1f is not represented exactly. Will use 0x1.19999a0000000p0. See documentation for option -warn-decimal-float
+[value] user error: no assigns specified for function 'wprintf', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __FC_errno ∈ [--..--]
+  __fc_stdin ∈ {{ NULL ; &S___fc_stdin[0] }}
+  __fc_stdout ∈ {{ NULL ; &S___fc_stdout[0] }}
+  __fc_fopen[0..511] ∈ {0}
+  __p_fc_fopen ∈ {{ &__fc_fopen[0] }}
+  a ∈ {0}
+  S___fc_stdin[0]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof} ∈
+              [--..--]
+              [0].[bits 80 to 95] ∈ UNINITIALIZED
+              [0].__fc_flags ∈ [--..--]
+              [0].__fc_inode ∈ {{ NULL ; &S___fc_inode_0_S___fc_stdin[0] }}
+              [0].__fc_real_data ∈
+              {{ NULL ; &S___fc_real_data_0_S___fc_stdin[0] }}
+              {[0].__fc_real_data_max_size; [1]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof}} ∈
+              [--..--]
+              [1].[bits 80 to 95] ∈ UNINITIALIZED
+              [1].__fc_flags ∈ [--..--]
+              [1].__fc_inode ∈ {{ NULL ; &S___fc_inode_1_S___fc_stdin[0] }}
+              [1].__fc_real_data ∈
+              {{ NULL ; &S___fc_real_data_1_S___fc_stdin[0] }}
+              [1].__fc_real_data_max_size ∈ [--..--]
+  S___fc_inode_0_S___fc_stdin[0..1] ∈ [--..--]
+  S___fc_real_data_0_S___fc_stdin[0..1] ∈ [--..--]
+  S___fc_inode_1_S___fc_stdin[0..1] ∈ [--..--]
+  S___fc_real_data_1_S___fc_stdin[0..1] ∈ [--..--]
+  S___fc_stdout[0]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof} ∈
+               [--..--]
+               [0].[bits 80 to 95] ∈ UNINITIALIZED
+               [0].__fc_flags ∈ [--..--]
+               [0].__fc_inode ∈
+               {{ NULL ; &S___fc_inode_0_S___fc_stdout[0] }}
+               [0].__fc_real_data ∈
+               {{ NULL ; &S___fc_real_data_0_S___fc_stdout[0] }}
+               {[0].__fc_real_data_max_size; [1]{.__fc_stdio_id; .__fc_position; .__fc_error; .__fc_eof}} ∈
+               [--..--]
+               [1].[bits 80 to 95] ∈ UNINITIALIZED
+               [1].__fc_flags ∈ [--..--]
+               [1].__fc_inode ∈
+               {{ NULL ; &S___fc_inode_1_S___fc_stdout[0] }}
+               [1].__fc_real_data ∈
+               {{ NULL ; &S___fc_real_data_1_S___fc_stdout[0] }}
+               [1].__fc_real_data_max_size ∈ [--..--]
+  S___fc_inode_0_S___fc_stdout[0..1] ∈ [--..--]
+  S___fc_real_data_0_S___fc_stdout[0..1] ∈ [--..--]
+  S___fc_inode_1_S___fc_stdout[0..1] ∈ [--..--]
+  S___fc_real_data_1_S___fc_stdout[0..1] ∈ [--..--]
+
+0xFA 0x101 |0xA
+
+
+250 257 |10
+
+
+1 101 |10
+
+
+1 -3
+
+1 -3
+
+{{ &a }}
+
+totatuti
+
+foobar
+
+
+fizzbuzz
+
+tests/non-free/print.c:27:[value] Precise construction of result impossible.
+
+abc
+tests/non-free/print.c:29:[value] Precise construction of result impossible.
+
+abc
+tests/non-free/print.c:31:[value] Precise construction of result impossible.
+
+abc
+
+{1.10000002384}
+
+tests/non-free/print.c:36:[value] warning: argument 1U has type unsigned int but format indicates int
+[value] warning: Continuing analysis because this seems innocuous
+
+1
+
+ok
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
diff --git a/tests/non-free/oracle_symblocs/realloc.err.oracle b/tests/non-free/oracle_symblocs/realloc.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/realloc.res.oracle b/tests/non-free/oracle_symblocs/realloc.res.oracle
new file mode 100644
index 00000000000..6c7f0bafc4c
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/realloc.res.oracle
@@ -0,0 +1,598 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/realloc.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/non-free/realloc.c:160.
+tests/non-free/realloc.c:12:[value] allocating variable __malloc_main1_l12
+[value] DUMPING STATE of file tests/non-free/realloc.c line 15
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        p ∈ {{ &__malloc_main1_l12 }}
+        pp ∈ {{ &__malloc_main1_l12 }}
+        q ∈ UNINITIALIZED
+        v ∈ [--..--]
+        __malloc_main1_l12 ∈ {17}
+        =END OF DUMP==
+[value:malloc] bases_to_realloc: {__malloc_main1_l12}
+tests/non-free/realloc.c:16:[value] allocating variable __realloc_main1_l16
+tests/non-free/realloc.c:16:[value:malloc] strong free on bases: {__malloc_main1_l12}
+[value] DUMPING STATE of file tests/non-free/realloc.c line 17
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        p ∈ ESCAPINGADDR
+        pp ∈ ESCAPINGADDR
+        q ∈ {{ &__realloc_main1_l16[0] }}
+        v ∈ [--..--]
+        __realloc_main1_l16[0] ∈ {17}
+                           [1] ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/realloc.c:18:[value:malloc] strong free on bases: {__realloc_main1_l16}
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/non-free/realloc.c:161.
+[value] computing for function Frama_C_interval <- main2 <- main.
+        Called from tests/non-free/realloc.c:22.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+tests/non-free/realloc.c:23:[value] allocating variable __malloc_main2_l23
+tests/non-free/realloc.c:24:[value] warning: out of bounds write. assert \valid(r+i);
+[value:malloc] bases_to_realloc: {__malloc_main2_l23}
+tests/non-free/realloc.c:26:[value] allocating variable __realloc_main2_l26
+tests/non-free/realloc.c:26:[value:malloc] strong free on bases: {__malloc_main2_l23}
+[value] DUMPING STATE of file tests/non-free/realloc.c line 27
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        x ∈ {3; 4}
+        r ∈ ESCAPINGADDR
+        s ∈ {{ &__realloc_main2_l26[0] }}
+        v ∈ [--..--]
+        __realloc_main2_l26[0..2] ∈ {6}
+                           [3] ∈ {6} or UNINITIALIZED
+                           [4..5] ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/realloc.c:28:[value:malloc] strong free on bases: {__realloc_main2_l26}
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/non-free/realloc.c:162.
+tests/non-free/realloc.c:32:[value] allocating variable __malloc_main3_l32
+tests/non-free/realloc.c:35:[value] allocating variable __malloc_main3_l35
+[value] computing for function Frama_C_interval <- main3 <- main.
+        Called from tests/non-free/realloc.c:39.
+[value] Done for function Frama_C_interval
+[value] DUMPING STATE of file tests/non-free/realloc.c line 44
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        q ∈ {{ &__malloc_main3_l32[0] }}
+        r ∈ {{ &__malloc_main3_l35[0] }}
+        p ∈ {{ &__malloc_main3_l32[0] ; &__malloc_main3_l35[0] }}
+        x ∈ {0; 1}
+        s ∈ UNINITIALIZED
+        v ∈ [--..--]
+        __malloc_main3_l32[0..4] ∈ {5}
+        __malloc_main3_l35[0..5] ∈ {6}
+        =END OF DUMP==
+[value:malloc] bases_to_realloc: {__malloc_main3_l32, __malloc_main3_l35}
+tests/non-free/realloc.c:46:[value] allocating variable __realloc_main3_l46
+tests/non-free/realloc.c:46:[value:malloc] weak free on bases: {__malloc_main3_l32, __malloc_main3_l35}
+[value] DUMPING STATE of file tests/non-free/realloc.c line 48
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        q ∈ {{ &__malloc_main3_l32[0] }} or ESCAPINGADDR
+        r ∈ {{ &__malloc_main3_l35[0] }} or ESCAPINGADDR
+        p ∈ {{ &__malloc_main3_l32[0] ; &__malloc_main3_l35[0] }} or ESCAPINGADDR
+        x ∈ {0; 1}
+        s ∈ {{ &__realloc_main3_l46[0] }}
+        v ∈ [--..--]
+        __malloc_main3_l32[0..4] ∈ {5}
+        __malloc_main3_l35[0..5] ∈ {6}
+        __realloc_main3_l46[0..4] ∈ {5; 6}
+                           [5] ∈ {6} or UNINITIALIZED
+                           [6] ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/realloc.c:49:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&q);
+tests/non-free/realloc.c:49:[value:malloc] strong free on bases: {__malloc_main3_l32}
+tests/non-free/realloc.c:49:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&r);
+tests/non-free/realloc.c:49:[value:malloc] strong free on bases: {__malloc_main3_l35}
+tests/non-free/realloc.c:49:[value:malloc] strong free on bases: {__realloc_main3_l46}
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/non-free/realloc.c:163.
+[value] computing for function Frama_C_interval <- main4 <- main.
+        Called from tests/non-free/realloc.c:53.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- main4 <- main.
+        Called from tests/non-free/realloc.c:54.
+[value] Done for function Frama_C_interval
+tests/non-free/realloc.c:55:[value] allocating variable __malloc_main4_l55
+tests/non-free/realloc.c:56:[value] allocating variable __malloc_main4_l56
+tests/non-free/realloc.c:59:[value] warning: out of bounds write. assert \valid(q+i);
+tests/non-free/realloc.c:58:[value] warning: out of bounds write. assert \valid(p+i);
+tests/non-free/realloc.c:57:[value] entering loop for the first time
+[value] DUMPING STATE of file tests/non-free/realloc.c line 61
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        sizep ∈ [2..10]
+        sizeq ∈ [0..10]
+        p ∈ {{ &__malloc_main4_l55[0] }}
+        q ∈ {{ &__malloc_main4_l56[0] }}
+        rp ∈ UNINITIALIZED
+        rq ∈ UNINITIALIZED
+        v ∈ [--..--]
+        __malloc_main4_l55[0] ∈ {0}
+                          [1] ∈ {1}
+                          [2] ∈ {2}
+                          [3] ∈ {3}
+                          [4] ∈ {4}
+                          [5] ∈ {5}
+                          [6] ∈ {6}
+                          [7] ∈ {7}
+                          [8] ∈ {8}
+                          [9] ∈ {9}
+        __malloc_main4_l56[0] ∈ {0}
+                          [1] ∈ {1}
+                          [2] ∈ {2}
+                          [3] ∈ {3}
+                          [4] ∈ {4}
+                          [5] ∈ {5}
+                          [6] ∈ {6}
+                          [7] ∈ {7}
+                          [8] ∈ {8}
+                          [9] ∈ {9}
+        =END OF DUMP==
+[value:malloc] bases_to_realloc: {__malloc_main4_l55}
+tests/non-free/realloc.c:67:[value] allocating variable __realloc_main4_l67
+tests/non-free/realloc.c:67:[value:malloc] strong free on bases: {__malloc_main4_l55}
+[value:malloc] bases_to_realloc: {__malloc_main4_l56}
+tests/non-free/realloc.c:68:[value] allocating variable __realloc_main4_l68
+tests/non-free/realloc.c:68:[value:malloc] strong free on bases: {__malloc_main4_l56}
+[value] DUMPING STATE of file tests/non-free/realloc.c line 69
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        sizep ∈ [2..10]
+        sizeq ∈ [0..10]
+        p ∈ ESCAPINGADDR
+        q ∈ ESCAPINGADDR
+        rp ∈ {{ &__realloc_main4_l67[0] }}
+        rq ∈ {{ &__realloc_main4_l68[0] }}
+        v ∈ [--..--]
+        __realloc_main4_l67[0] ∈ {0}
+                           [1] ∈ {1}
+                           [2] ∈ {2} or UNINITIALIZED
+                           [3] ∈ {3} or UNINITIALIZED
+                           [4] ∈ {4} or UNINITIALIZED
+                           [5] ∈ {5} or UNINITIALIZED
+                           [6] ∈ {6} or UNINITIALIZED
+                           [7] ∈ {7} or UNINITIALIZED
+                           [8] ∈ {8} or UNINITIALIZED
+                           [9] ∈ {9} or UNINITIALIZED
+                           [10..14] ∈ UNINITIALIZED
+        __realloc_main4_l68[0] ∈ {0} or UNINITIALIZED
+                           [1] ∈ {1} or UNINITIALIZED
+                           [2] ∈ {2} or UNINITIALIZED
+                           [3] ∈ {3} or UNINITIALIZED
+                           [4] ∈ {4} or UNINITIALIZED
+                           [5] ∈ {5} or UNINITIALIZED
+                           [6] ∈ {6} or UNINITIALIZED
+                           [7] ∈ {7} or UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/realloc.c:72:[value:malloc] strong free on bases: {__realloc_main4_l67}
+tests/non-free/realloc.c:72:[value:malloc] strong free on bases: {__realloc_main4_l68}
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main5 <- main.
+        Called from tests/non-free/realloc.c:164.
+tests/non-free/realloc.c:76:[value] allocating variable __malloc_main5_l76
+[value] computing for function Frama_C_interval <- main5 <- main.
+        Called from tests/non-free/realloc.c:78.
+[value] Done for function Frama_C_interval
+[value] DUMPING STATE of file tests/non-free/realloc.c line 83
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        p ∈ {{ &__malloc_main5_l76 }}
+        c ∈ {0; 1}
+        q ∈ {{ NULL ; &__malloc_main5_l76 }}
+        r ∈ UNINITIALIZED
+        v ∈ [--..--]
+        __malloc_main5_l76 ∈ {1}
+        =END OF DUMP==
+[value:malloc] bases_to_realloc: {__malloc_main5_l76}
+tests/non-free/realloc.c:85:[value] allocating variable __realloc_main5_l85
+tests/non-free/realloc.c:85:[value:malloc] weak free on bases: {__malloc_main5_l76}
+[value] DUMPING STATE of file tests/non-free/realloc.c line 86
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        p ∈ {{ &__malloc_main5_l76 }} or ESCAPINGADDR
+        c ∈ {0; 1}
+        q ∈ {{ NULL ; &__malloc_main5_l76 }} or ESCAPINGADDR
+        r ∈ {{ &__realloc_main5_l85[0] }}
+        v ∈ [--..--]
+        __malloc_main5_l76 ∈ {1}
+        __realloc_main5_l85[0] ∈ {1} or UNINITIALIZED
+                           [1] ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/realloc.c:88:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&p);
+tests/non-free/realloc.c:88:[value:malloc] strong free on bases: {__malloc_main5_l76}
+tests/non-free/realloc.c:88:[value:malloc] strong free on bases: {__realloc_main5_l85}
+[value] Recording results for main5
+[value] Done for function main5
+[value] computing for function main6 <- main.
+        Called from tests/non-free/realloc.c:165.
+[value] computing for function Frama_C_interval <- main6 <- main.
+        Called from tests/non-free/realloc.c:92.
+[value] Done for function Frama_C_interval
+tests/non-free/realloc.c:93:[value] allocating variable __malloc_main6_l93
+[value] Called Frama_C_show_each({{ &x ; &__malloc_main6_l93 + {4} }})
+tests/non-free/realloc.c:103:[value] warning: Wrong free: assert(pass a freeable address)
+tests/non-free/realloc.c:106:[value:malloc] strong free on bases: {__malloc_main6_l93}
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main7 <- main.
+        Called from tests/non-free/realloc.c:166.
+tests/non-free/realloc.c:110:[value] allocating variable __malloc_main7_l110
+[value:malloc] bases_to_realloc: {__malloc_main7_l110}
+tests/non-free/realloc.c:115:[value] allocating variable __realloc_main7_l115
+tests/non-free/realloc.c:115:[value:malloc] strong free on bases: {__malloc_main7_l110}
+[value] DUMPING STATE of file tests/non-free/realloc.c line 116
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        p ∈ ESCAPINGADDR
+        q ∈ {{ &__realloc_main7_l115[0] }}
+        x ∈ UNINITIALIZED
+        v ∈ [--..--]
+        __realloc_main7_l115[0] ∈ {{ &x }}
+                            [1] ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/realloc.c:116:[value] warning: locals {x} escaping the scope of a block of main7 through __realloc_main7_l115
+[value] DUMPING STATE of file tests/non-free/realloc.c line 118
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        p ∈ ESCAPINGADDR
+        q ∈ {{ &__realloc_main7_l115[0] }}
+        v ∈ [--..--]
+        __realloc_main7_l115[0] ∈ ESCAPINGADDR
+                            [1] ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/realloc.c:119:[value:malloc] strong free on bases: {__realloc_main7_l115}
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main8 <- main.
+        Called from tests/non-free/realloc.c:167.
+tests/non-free/realloc.c:123:[value] allocating variable __malloc_main8_l123
+[value:malloc] bases_to_realloc: {__malloc_main8_l123}
+tests/non-free/realloc.c:126:[value] allocating variable __realloc_main8_l126
+tests/non-free/realloc.c:126:[value:malloc] strong free on bases: {__malloc_main8_l123}
+[value] DUMPING STATE of file tests/non-free/realloc.c line 127
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        p ∈ ESCAPINGADDR
+        q ∈ {{ &__realloc_main8_l126[0] }}
+        v ∈ [--..--]
+        __realloc_main8_l126∈ ∅
+        =END OF DUMP==
+tests/non-free/realloc.c:128:[value:malloc] strong free on bases: {__realloc_main8_l126}
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main9 <- main.
+        Called from tests/non-free/realloc.c:168.
+tests/non-free/realloc.c:132:[value] allocating variable __malloc_main9_l132
+[value:malloc] bases_to_realloc: {__malloc_main9_l132}
+tests/non-free/realloc.c:135:[value] allocating variable __realloc_main9_l135
+tests/non-free/realloc.c:135:[value:malloc] strong free on bases: {__malloc_main9_l132}
+[value] DUMPING STATE of file tests/non-free/realloc.c line 136
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        p ∈ ESCAPINGADDR
+        q ∈ {{ (int *)&__realloc_main9_l135 }}
+        v ∈ [--..--]
+        __realloc_main9_l135# ∈ {1}%32, bits 0 to 7 
+        =END OF DUMP==
+tests/non-free/realloc.c:137:[value:malloc] strong free on bases: {__realloc_main9_l135}
+[value] Recording results for main9
+[value] Done for function main9
+[value] computing for function main10 <- main.
+        Called from tests/non-free/realloc.c:169.
+tests/non-free/realloc.c:147:[value] allocating variable __malloc_main10_l147
+[value:malloc] bases_to_realloc: {__malloc_main10_l147}
+tests/non-free/realloc.c:152:[value] allocating variable __realloc_main10_l152
+tests/non-free/realloc.c:152:[value:malloc] strong free on bases: {__malloc_main10_l147}
+[value] Called Frama_C_show_each_main10({4})
+[value] DUMPING STATE of file tests/non-free/realloc.c line 155
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        v ∈ [--..--]
+        p ∈ {{ &__realloc_main10_l152[0] }}
+        q ∈ ESCAPINGADDR
+        __realloc_main10_l152[0] ∈ {4}
+                             [1] ∈ UNINITIALIZED
+        =END OF DUMP==
+[value:malloc] bases_to_realloc: {__realloc_main10_l152}
+tests/non-free/realloc.c:152:[value:malloc] marking variable `__realloc_main10_l152' as weak
+tests/non-free/realloc.c:152:[value:malloc] weak free on bases: {__realloc_w_main10_l152}
+[value] Called Frama_C_show_each_main10({4})
+[value] DUMPING STATE of file tests/non-free/realloc.c line 155
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        v ∈ [--..--]
+        p ∈ {{ &__realloc_w_main10_l152[0] }}
+        q ∈ {{ &__realloc_w_main10_l152[0] }} or ESCAPINGADDR
+        __realloc_w_main10_l152[0] ∈ {4}
+                               [1] ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for main10
+[value] Done for function main10
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  __fc_heap_status ∈ [--..--]
+  p ∈ ESCAPINGADDR
+  pp ∈ ESCAPINGADDR
+  q ∈ ESCAPINGADDR
+[value:final-states] Values at end of function main10:
+  __fc_heap_status ∈ [--..--]
+  p ∈ {{ &__malloc_main10_l147 ; &__realloc_w_main10_l152[0] }}
+  q ∈ {{ &__realloc_w_main10_l152[0] }} or UNINITIALIZED or ESCAPINGADDR
+  __malloc_main10_l147 ∈ {4}
+  __realloc_w_main10_l152[0] ∈ {4}
+                         [1] ∈ UNINITIALIZED
+[value:final-states] Values at end of function main2:
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  x ∈ {3; 4}
+  r ∈ ESCAPINGADDR
+  s ∈ ESCAPINGADDR
+[value:final-states] Values at end of function main3:
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  q ∈ ESCAPINGADDR
+  r ∈ ESCAPINGADDR
+  p ∈ ESCAPINGADDR
+  x ∈ {0; 1}
+  s ∈ ESCAPINGADDR
+[value:final-states] Values at end of function main4:
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  sizep ∈ [2..10]
+  sizeq ∈ [0..10]
+  p ∈ ESCAPINGADDR
+  q ∈ ESCAPINGADDR
+  rp ∈ ESCAPINGADDR
+  rq ∈ ESCAPINGADDR
+[value:final-states] Values at end of function main5:
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  p ∈ ESCAPINGADDR
+  c ∈ {0; 1}
+  q ∈ {0} or ESCAPINGADDR
+  r ∈ ESCAPINGADDR
+[value:final-states] Values at end of function main6:
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  c ∈ {0}
+  m ∈ ESCAPINGADDR
+[value:final-states] Values at end of function main7:
+  __fc_heap_status ∈ [--..--]
+  p ∈ ESCAPINGADDR
+  q ∈ ESCAPINGADDR
+[value:final-states] Values at end of function main8:
+  __fc_heap_status ∈ [--..--]
+  p ∈ ESCAPINGADDR
+  q ∈ ESCAPINGADDR
+[value:final-states] Values at end of function main9:
+  __fc_heap_status ∈ [--..--]
+  p ∈ ESCAPINGADDR
+  q ∈ ESCAPINGADDR
+[value:final-states] Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  __malloc_main10_l147 ∈ {4}
+  __realloc_w_main10_l152[0] ∈ {4}
+                         [1] ∈ UNINITIALIZED
+[from] Computing for function main1
+[from] Computing for function malloc <-main1
+[from] Done for function malloc
+[from] Computing for function Frama_C_dump_each <-main1
+[from] Done for function Frama_C_dump_each
+[from] Computing for function realloc <-main1
+[from] Done for function realloc
+[from] Computing for function free <-main1
+[from] Done for function free
+[from] Done for function main1
+[from] Computing for function main10
+[from] Done for function main10
+[from] Computing for function main2
+[from] Computing for function Frama_C_interval <-main2
+[from] Done for function Frama_C_interval
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main5
+[from] Done for function main5
+[from] Computing for function main6
+[from] Done for function main6
+[from] Computing for function main7
+[from] Done for function main7
+[from] Computing for function main8
+[from] Done for function main8
+[from] Computing for function main9
+[from] Done for function main9
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function free:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+[from] Function malloc:
+  __fc_heap_status FROM __fc_heap_status; size (and SELF)
+  \result FROM __fc_heap_status; size
+[from] Function realloc:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  \result FROM __fc_heap_status; ptr; size
+[from] Function main1:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __malloc_main1_l12 FROM __fc_heap_status
+[from] Function main10:
+  __fc_heap_status FROM __fc_heap_status; v (and SELF)
+  __malloc_main10_l147 FROM __fc_heap_status
+  __realloc_w_main10_l152[0]
+                         FROM __fc_heap_status; v;
+                              __realloc_w_main10_l152[0] (and SELF)
+[from] Function main2:
+  __fc_heap_status FROM __fc_heap_status; Frama_C_entropy_source (and SELF)
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  __malloc_main2_l23[0..3]
+                    FROM __fc_heap_status; Frama_C_entropy_source (and SELF)
+[from] Function main3:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  __malloc_main3_l32[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_main3_l35[0..5] FROM __fc_heap_status (and SELF)
+[from] Function main4:
+  __fc_heap_status FROM __fc_heap_status; Frama_C_entropy_source (and SELF)
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  __malloc_main4_l55[0..9]
+                    FROM __fc_heap_status; Frama_C_entropy_source (and SELF)
+  __malloc_main4_l56[0..9]
+                    FROM __fc_heap_status; Frama_C_entropy_source (and SELF)
+[from] Function main5:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  __malloc_main5_l76 FROM __fc_heap_status
+[from] Function main6:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function main7:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __malloc_main7_l110 FROM __fc_heap_status
+[from] Function main8:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __malloc_main8_l123[0..1] FROM __fc_heap_status
+[from] Function main9:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __malloc_main9_l132[0..1] FROM __fc_heap_status
+[from] Function main:
+  __fc_heap_status FROM __fc_heap_status; Frama_C_entropy_source;
+                        v (and SELF)
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  __malloc_main1_l12 FROM __fc_heap_status
+  __malloc_main2_l23[0..3]
+                    FROM __fc_heap_status; Frama_C_entropy_source (and SELF)
+  __malloc_main3_l32[0..4] FROM __fc_heap_status;
+                                Frama_C_entropy_source (and SELF)
+  __malloc_main3_l35[0..5] FROM __fc_heap_status;
+                                Frama_C_entropy_source (and SELF)
+  __malloc_main4_l55[0..9]
+                    FROM __fc_heap_status; Frama_C_entropy_source (and SELF)
+  __malloc_main4_l56[0..9]
+                    FROM __fc_heap_status; Frama_C_entropy_source (and SELF)
+  __malloc_main5_l76 FROM __fc_heap_status; Frama_C_entropy_source
+  __malloc_main7_l110 FROM __fc_heap_status; Frama_C_entropy_source
+  __malloc_main8_l123[0..1] FROM __fc_heap_status; Frama_C_entropy_source
+  __malloc_main9_l132[0..1] FROM __fc_heap_status; Frama_C_entropy_source
+  __malloc_main10_l147 FROM __fc_heap_status; Frama_C_entropy_source
+  __realloc_w_main10_l152[0]
+                         FROM __fc_heap_status; Frama_C_entropy_source; 
+                              v; __realloc_w_main10_l152[0] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          __fc_heap_status; p; pp; q; __malloc_main1_l12
+[inout] Inputs for function main1:
+          __fc_heap_status
+[inout] Out (internal) for function main10:
+          __fc_heap_status; p; q; __malloc_main10_l147; __realloc_w_main10_l152[0]
+[inout] Inputs for function main10:
+          __fc_heap_status; v; __realloc_w_main10_l152[0]
+[inout] Out (internal) for function main2:
+          __fc_heap_status; Frama_C_entropy_source; x; r; i; s;
+          __malloc_main2_l23[0..3]
+[inout] Inputs for function main2:
+          __fc_heap_status; Frama_C_entropy_source
+[inout] Out (internal) for function main3:
+          __fc_heap_status; Frama_C_entropy_source; q; i; r; i_0; p; x; s;
+          __malloc_main3_l32[0..4]; __malloc_main3_l35[0..5]
+[inout] Inputs for function main3:
+          __fc_heap_status; Frama_C_entropy_source
+[inout] Out (internal) for function main4:
+          __fc_heap_status; Frama_C_entropy_source; sizep; sizeq; p; q; i; rp; 
+          rq; __malloc_main4_l55[0..9]; __malloc_main4_l56[0..9]
+[inout] Inputs for function main4:
+          __fc_heap_status; Frama_C_entropy_source
+[inout] Out (internal) for function main5:
+          __fc_heap_status; Frama_C_entropy_source; p; c; q; r; __malloc_main5_l76
+[inout] Inputs for function main5:
+          __fc_heap_status; Frama_C_entropy_source
+[inout] Out (internal) for function main6:
+          __fc_heap_status; Frama_C_entropy_source; c; m; x; p; q
+[inout] Inputs for function main6:
+          __fc_heap_status; Frama_C_entropy_source
+[inout] Out (internal) for function main7:
+          __fc_heap_status; p; q; __malloc_main7_l110
+[inout] Inputs for function main7:
+          __fc_heap_status
+[inout] Out (internal) for function main8:
+          __fc_heap_status; p; q; __malloc_main8_l123[0..1]
+[inout] Inputs for function main8:
+          __fc_heap_status
+[inout] Out (internal) for function main9:
+          __fc_heap_status; p; q; __malloc_main9_l132[0..1]
+[inout] Inputs for function main9:
+          __fc_heap_status
+[inout] Out (internal) for function main:
+          __fc_heap_status; Frama_C_entropy_source; __malloc_main1_l12;
+          __malloc_main2_l23[0..3]; __malloc_main3_l32[0..4];
+          __malloc_main3_l35[0..5]; __malloc_main4_l55[0..9];
+          __malloc_main4_l56[0..9]; __malloc_main5_l76; __malloc_main7_l110;
+          __malloc_main8_l123[0..1]; __malloc_main9_l132[0..1]; __malloc_main10_l147;
+          __realloc_w_main10_l152[0]
+[inout] Inputs for function main:
+          __fc_heap_status; Frama_C_entropy_source; v; __realloc_w_main10_l152[0]
diff --git a/tests/non-free/oracle_symblocs/realloc2.err.oracle b/tests/non-free/oracle_symblocs/realloc2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/realloc2.res.oracle b/tests/non-free/oracle_symblocs/realloc2.res.oracle
new file mode 100644
index 00000000000..70fe5bc3049
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/realloc2.res.oracle
@@ -0,0 +1,1801 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/realloc2.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  nondet ∈ [--..--]
+[value] computing for function test_exact_null <- main.
+        Called from tests/non-free/realloc2.c:194.
+[value:malloc] bases_to_realloc: {}
+tests/non-free/realloc2.c:27:[value] allocating variable __realloc_test_exact_null_l27
+tests/non-free/realloc2.c:27:[value:malloc] strong free on bases: {}
+[value] computing for function fill <- test_exact_null <- main.
+        Called from tests/non-free/realloc2.c:28.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_exact_null
+[value] Done for function test_exact_null
+[value] computing for function test_exact_null_free <- main.
+        Called from tests/non-free/realloc2.c:195.
+[value:malloc] bases_to_realloc: {}
+tests/non-free/realloc2.c:32:[value] allocating variable __realloc_test_exact_null_free_l32
+tests/non-free/realloc2.c:32:[value:malloc] strong free on bases: {}
+[value] Recording results for test_exact_null_free
+[value] Done for function test_exact_null_free
+[value] computing for function test_exact_nonnull_expand <- main.
+        Called from tests/non-free/realloc2.c:196.
+tests/non-free/realloc2.c:36:[value] allocating variable __malloc_test_exact_nonnull_expand_l36
+[value] computing for function fill <- test_exact_nonnull_expand <- main.
+        Called from tests/non-free/realloc2.c:37.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__malloc_test_exact_nonnull_expand_l36}
+tests/non-free/realloc2.c:38:[value] allocating variable __realloc_test_exact_nonnull_expand_l38
+tests/non-free/realloc2.c:38:[value:malloc] strong free on bases: {__malloc_test_exact_nonnull_expand_l36}
+[value] computing for function fill <- test_exact_nonnull_expand <- main.
+        Called from tests/non-free/realloc2.c:39.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_exact_nonnull_expand
+[value] Done for function test_exact_nonnull_expand
+[value] computing for function test_exact_nonnull_shrink <- main.
+        Called from tests/non-free/realloc2.c:197.
+tests/non-free/realloc2.c:44:[value] allocating variable __malloc_test_exact_nonnull_shrink_l44
+[value] computing for function fill <- test_exact_nonnull_shrink <- main.
+        Called from tests/non-free/realloc2.c:45.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__malloc_test_exact_nonnull_shrink_l44}
+tests/non-free/realloc2.c:46:[value] allocating variable __realloc_test_exact_nonnull_shrink_l46
+tests/non-free/realloc2.c:46:[value:malloc] strong free on bases: {__malloc_test_exact_nonnull_shrink_l44}
+[value] computing for function fill <- test_exact_nonnull_shrink <- main.
+        Called from tests/non-free/realloc2.c:47.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_exact_nonnull_shrink
+[value] Done for function test_exact_nonnull_shrink
+[value] computing for function test_exact_nonnull_free <- main.
+        Called from tests/non-free/realloc2.c:198.
+tests/non-free/realloc2.c:51:[value] allocating variable __malloc_test_exact_nonnull_free_l51
+[value] computing for function fill <- test_exact_nonnull_free <- main.
+        Called from tests/non-free/realloc2.c:52.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__malloc_test_exact_nonnull_free_l51}
+tests/non-free/realloc2.c:53:[value] allocating variable __realloc_test_exact_nonnull_free_l53
+tests/non-free/realloc2.c:53:[value:malloc] strong free on bases: {__malloc_test_exact_nonnull_free_l51}
+[value] Recording results for test_exact_nonnull_free
+[value] Done for function test_exact_nonnull_free
+[value] computing for function test_maybe_nonnull <- main.
+        Called from tests/non-free/realloc2.c:199.
+tests/non-free/realloc2.c:57:[value] allocating variable __malloc_test_maybe_nonnull_l57
+[value:malloc] bases_to_realloc: {__malloc_test_maybe_nonnull_l57}
+tests/non-free/realloc2.c:58:[value] allocating variable __realloc_test_maybe_nonnull_l58
+tests/non-free/realloc2.c:58:[value:malloc] weak free on bases: {__malloc_test_maybe_nonnull_l57}
+[value] computing for function fill <- test_maybe_nonnull <- main.
+        Called from tests/non-free/realloc2.c:59.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_maybe_nonnull
+[value] Done for function test_maybe_nonnull
+[value] computing for function test_same_size <- main.
+        Called from tests/non-free/realloc2.c:200.
+tests/non-free/realloc2.c:63:[value] allocating variable __malloc_test_same_size_l63
+[value] computing for function fill <- test_same_size <- main.
+        Called from tests/non-free/realloc2.c:64.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__malloc_test_same_size_l63}
+tests/non-free/realloc2.c:65:[value] allocating variable __realloc_test_same_size_l65
+tests/non-free/realloc2.c:65:[value:malloc] strong free on bases: {__malloc_test_same_size_l63}
+[value] Recording results for test_same_size
+[value] Done for function test_same_size
+[value] computing for function test_imprecise_size <- main.
+        Called from tests/non-free/realloc2.c:201.
+[value:malloc] bases_to_realloc: {}
+tests/non-free/realloc2.c:70:[value] allocating variable __realloc_test_imprecise_size_l70
+tests/non-free/realloc2.c:70:[value:malloc] strong free on bases: {}
+[value] computing for function fill <- test_imprecise_size <- main.
+        Called from tests/non-free/realloc2.c:71.
+tests/non-free/realloc2.c:11:[value] warning: out of bounds write. assert \valid(b+i);
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_imprecise_size
+[value] Done for function test_imprecise_size
+[value] computing for function test_imprecise_size_but_precise_fill <- main.
+        Called from tests/non-free/realloc2.c:202.
+[value:malloc] bases_to_realloc: {}
+tests/non-free/realloc2.c:76:[value] allocating variable __realloc_test_imprecise_size_but_precise_fill_l76
+tests/non-free/realloc2.c:76:[value:malloc] strong free on bases: {}
+[value] computing for function fill <- test_imprecise_size_but_precise_fill <- main.
+        Called from tests/non-free/realloc2.c:77.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_imprecise_size_but_precise_fill
+[value] Done for function test_imprecise_size_but_precise_fill
+[value] computing for function test_imprecise_size_free <- main.
+        Called from tests/non-free/realloc2.c:203.
+tests/non-free/realloc2.c:81:[value] allocating variable __malloc_test_imprecise_size_free_l81
+[value] computing for function fill <- test_imprecise_size_free <- main.
+        Called from tests/non-free/realloc2.c:82.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__malloc_test_imprecise_size_free_l81}
+tests/non-free/realloc2.c:84:[value] allocating variable __realloc_test_imprecise_size_free_l84
+tests/non-free/realloc2.c:84:[value:malloc] strong free on bases: {__malloc_test_imprecise_size_free_l81}
+[value] computing for function fill <- test_imprecise_size_free <- main.
+        Called from tests/non-free/realloc2.c:85.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_imprecise_size_free
+[value] Done for function test_imprecise_size_free
+[value] computing for function test_imprecise_both <- main.
+        Called from tests/non-free/realloc2.c:204.
+tests/non-free/realloc2.c:89:[value] allocating variable __malloc_test_imprecise_both_l89
+[value:malloc] bases_to_realloc: {__malloc_test_imprecise_both_l89}
+tests/non-free/realloc2.c:91:[value] allocating variable __realloc_test_imprecise_both_l91
+tests/non-free/realloc2.c:91:[value:malloc] weak free on bases: {__malloc_test_imprecise_both_l89}
+[value] computing for function fill <- test_imprecise_both <- main.
+        Called from tests/non-free/realloc2.c:92.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_imprecise_both
+[value] Done for function test_imprecise_both
+[value] computing for function test_possibly_invalid_realloc <- main.
+        Called from tests/non-free/realloc2.c:205.
+tests/non-free/realloc2.c:96:[value] allocating variable __malloc_test_possibly_invalid_realloc_l96
+tests/non-free/realloc2.c:99:[value] warning: Wrong free: assert(pass a freeable address)
+[value:malloc] bases_to_realloc: {__malloc_test_possibly_invalid_realloc_l96}
+tests/non-free/realloc2.c:99:[value] allocating variable __realloc_test_possibly_invalid_realloc_l99
+tests/non-free/realloc2.c:99:[value:malloc] strong free on bases: {__malloc_test_possibly_invalid_realloc_l96}
+[value] computing for function fill <- test_possibly_invalid_realloc <- main.
+        Called from tests/non-free/realloc2.c:100.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_possibly_invalid_realloc
+[value] Done for function test_possibly_invalid_realloc
+[value] computing for function test_invalid_realloc <- main.
+        Called from tests/non-free/realloc2.c:206.
+tests/non-free/realloc2.c:104:[value] allocating variable __malloc_test_invalid_realloc_l104
+tests/non-free/realloc2.c:106:[value] warning: Wrong free: assert(pass a freeable address)
+[value] Recording results for test_invalid_realloc
+[value] Done for function test_invalid_realloc
+[value] computing for function test_invalid_realloc2 <- main.
+        Called from tests/non-free/realloc2.c:207.
+tests/non-free/realloc2.c:111:[value] warning: Wrong free: assert(pass a freeable address)
+[value] Recording results for test_invalid_realloc2
+[value] Done for function test_invalid_realloc2
+[value] computing for function test_invalid_realloc3 <- main.
+        Called from tests/non-free/realloc2.c:208.
+tests/non-free/realloc2.c:116:[value] allocating variable __malloc_test_invalid_realloc3_l116
+tests/non-free/realloc2.c:119:[value] warning: Wrong free: assert(pass a freeable address)
+[value] Recording results for test_invalid_realloc3
+[value] Done for function test_invalid_realloc3
+[value] computing for function test_realloc_sequence <- main.
+        Called from tests/non-free/realloc2.c:209.
+tests/non-free/realloc2.c:124:[value] allocating variable __malloc_test_realloc_sequence_l124
+[value:malloc] bases_to_realloc: {__malloc_test_realloc_sequence_l124}
+tests/non-free/realloc2.c:125:[value] allocating variable __realloc_test_realloc_sequence_l125
+tests/non-free/realloc2.c:125:[value:malloc] strong free on bases: {__malloc_test_realloc_sequence_l124}
+[value:malloc] bases_to_realloc: {__realloc_test_realloc_sequence_l125}
+tests/non-free/realloc2.c:126:[value] allocating variable __realloc_test_realloc_sequence_l126
+tests/non-free/realloc2.c:126:[value:malloc] strong free on bases: {__realloc_test_realloc_sequence_l125}
+[value] computing for function fill <- test_realloc_sequence <- main.
+        Called from tests/non-free/realloc2.c:127.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_realloc_sequence
+[value] Done for function test_realloc_sequence
+[value] computing for function test_realloc_loop <- main.
+        Called from tests/non-free/realloc2.c:210.
+tests/non-free/realloc2.c:131:[value] allocating variable __malloc_test_realloc_loop_l131
+[value] computing for function fill <- test_realloc_loop <- main.
+        Called from tests/non-free/realloc2.c:134.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__malloc_test_realloc_loop_l131}
+tests/non-free/realloc2.c:138:[value] allocating variable __realloc_test_realloc_loop_l138
+tests/non-free/realloc2.c:138:[value:malloc] strong free on bases: {__malloc_test_realloc_loop_l131}
+[value] computing for function fill <- test_realloc_loop <- main.
+        Called from tests/non-free/realloc2.c:142.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__realloc_test_realloc_loop_l138}
+tests/non-free/realloc2.c:138:[value:malloc] marking variable `__realloc_test_realloc_loop_l138' as weak
+tests/non-free/realloc2.c:138:[value:malloc] resizing variable `__realloc_w_test_realloc_loop_l138' (0..79) to fit 0..119
+tests/non-free/realloc2.c:138:[value:malloc] weak free on bases: {__realloc_w_test_realloc_loop_l138}
+[value] computing for function fill <- test_realloc_loop <- main.
+        Called from tests/non-free/realloc2.c:142.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__realloc_w_test_realloc_loop_l138}
+tests/non-free/realloc2.c:138:[value:malloc] resizing variable `__realloc_w_test_realloc_loop_l138'
+               (0..79/119) to fit 0..159
+tests/non-free/realloc2.c:138:[value:malloc] weak free on bases: {__realloc_w_test_realloc_loop_l138}
+[value] computing for function fill <- test_realloc_loop <- main.
+        Called from tests/non-free/realloc2.c:142.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__realloc_w_test_realloc_loop_l138}
+tests/non-free/realloc2.c:138:[value:malloc] resizing variable `__realloc_w_test_realloc_loop_l138'
+               (0..79/159) to fit 0..199
+tests/non-free/realloc2.c:138:[value:malloc] weak free on bases: {__realloc_w_test_realloc_loop_l138}
+[value] computing for function fill <- test_realloc_loop <- main.
+        Called from tests/non-free/realloc2.c:142.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__realloc_w_test_realloc_loop_l138}
+tests/non-free/realloc2.c:138:[value:malloc] resizing variable `__realloc_w_test_realloc_loop_l138'
+               (0..79/199) to fit 0..239
+tests/non-free/realloc2.c:138:[value:malloc] weak free on bases: {__realloc_w_test_realloc_loop_l138}
+[value] computing for function fill <- test_realloc_loop <- main.
+        Called from tests/non-free/realloc2.c:142.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_realloc_loop
+[value] Done for function test_realloc_loop
+[value] computing for function test_realloc_multiple_bases <- main.
+        Called from tests/non-free/realloc2.c:211.
+tests/non-free/realloc2.c:151:[value] allocating variable __malloc_test_realloc_multiple_bases_l151
+tests/non-free/realloc2.c:154:[value] allocating variable __malloc_test_realloc_multiple_bases_l154
+[value:malloc] bases_to_realloc: {__malloc_test_realloc_multiple_bases_l151}
+tests/non-free/realloc2.c:156:[value] allocating variable __realloc_test_realloc_multiple_bases_l156
+tests/non-free/realloc2.c:156:[value:malloc] strong free on bases: {__malloc_test_realloc_multiple_bases_l151}
+[value:malloc] bases_to_realloc: {__malloc_test_realloc_multiple_bases_l154,
+                                  __realloc_test_realloc_multiple_bases_l156}
+tests/non-free/realloc2.c:158:[value] allocating variable __realloc_test_realloc_multiple_bases_l158
+tests/non-free/realloc2.c:158:[value:malloc] weak free on bases: {__malloc_test_realloc_multiple_bases_l154,
+                                    __realloc_test_realloc_multiple_bases_l156}
+[value] computing for function fill <- test_realloc_multiple_bases <- main.
+        Called from tests/non-free/realloc2.c:159.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_realloc_multiple_bases
+[value] Done for function test_realloc_multiple_bases
+[value] computing for function test_realloc_multiple_bases2 <- main.
+        Called from tests/non-free/realloc2.c:212.
+tests/non-free/realloc2.c:163:[value] allocating variable __malloc_test_realloc_multiple_bases2_l163
+[value] computing for function fill <- test_realloc_multiple_bases2 <- main.
+        Called from tests/non-free/realloc2.c:165.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__malloc_test_realloc_multiple_bases2_l163}
+tests/non-free/realloc2.c:166:[value] allocating variable __realloc_test_realloc_multiple_bases2_l166
+tests/non-free/realloc2.c:166:[value:malloc] strong free on bases: {__malloc_test_realloc_multiple_bases2_l163}
+tests/non-free/realloc2.c:166:[value] allocating variable __malloc_test_realloc_multiple_bases2_l166
+[value] computing for function fill2 <- test_realloc_multiple_bases2 <- main.
+        Called from tests/non-free/realloc2.c:168.
+[value] Recording results for fill2
+[value] Done for function fill2
+[value:malloc] bases_to_realloc: {__realloc_test_realloc_multiple_bases2_l166,
+                                  __malloc_test_realloc_multiple_bases2_l166}
+tests/non-free/realloc2.c:169:[value] allocating variable __realloc_test_realloc_multiple_bases2_l169
+tests/non-free/realloc2.c:169:[value:malloc] weak free on bases: {__realloc_test_realloc_multiple_bases2_l166,
+                                    __malloc_test_realloc_multiple_bases2_l166}
+[value:malloc] bases_to_realloc: {__realloc_test_realloc_multiple_bases2_l169}
+tests/non-free/realloc2.c:171:[value] allocating variable __realloc_test_realloc_multiple_bases2_l171
+tests/non-free/realloc2.c:171:[value:malloc] strong free on bases: {__realloc_test_realloc_multiple_bases2_l169}
+[value] computing for function fill <- test_realloc_multiple_bases2 <- main.
+        Called from tests/non-free/realloc2.c:173.
+[value] Recording results for fill
+[value] Done for function fill
+tests/non-free/realloc2.c:174:[value] allocating variable __malloc_test_realloc_multiple_bases2_l174
+[value] computing for function fill2 <- test_realloc_multiple_bases2 <- main.
+        Called from tests/non-free/realloc2.c:176.
+[value] Recording results for fill2
+[value] Done for function fill2
+[value:malloc] bases_to_realloc: {__realloc_test_realloc_multiple_bases2_l171,
+                                  __malloc_test_realloc_multiple_bases2_l174}
+tests/non-free/realloc2.c:177:[value] allocating variable __realloc_test_realloc_multiple_bases2_l177
+tests/non-free/realloc2.c:177:[value:malloc] weak free on bases: {__realloc_test_realloc_multiple_bases2_l171,
+                                    __malloc_test_realloc_multiple_bases2_l174}
+[value] computing for function fill <- test_realloc_multiple_bases2 <- main.
+        Called from tests/non-free/realloc2.c:179.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_realloc_multiple_bases2
+[value] Done for function test_realloc_multiple_bases2
+[value] computing for function test_realloc_multiple_bases_loop <- main.
+        Called from tests/non-free/realloc2.c:213.
+tests/non-free/realloc2.c:184:[value] allocating variable __malloc_test_realloc_multiple_bases_loop_l184
+tests/non-free/realloc2.c:185:[value] entering loop for the first time
+[value:malloc] bases_to_realloc: {__malloc_test_realloc_multiple_bases_loop_l184}
+tests/non-free/realloc2.c:187:[value] allocating variable __realloc_test_realloc_multiple_bases_loop_l187
+tests/non-free/realloc2.c:187:[value:malloc] strong free on bases: {__malloc_test_realloc_multiple_bases_loop_l184}
+[value] computing for function fill <- test_realloc_multiple_bases_loop <- main.
+        Called from tests/non-free/realloc2.c:189.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__malloc_test_realloc_multiple_bases_loop_l184,
+                                  __realloc_test_realloc_multiple_bases_loop_l187}
+tests/non-free/realloc2.c:187:[value:malloc] marking variable `__realloc_test_realloc_multiple_bases_loop_l187' as weak
+tests/non-free/realloc2.c:187:[value:malloc] resizing variable `__realloc_w_test_realloc_multiple_bases_loop_l187'
+               (0..79) to fit 0..79/95
+tests/non-free/realloc2.c:187:[value:malloc] weak free on bases: {__malloc_test_realloc_multiple_bases_loop_l184,
+                                    __realloc_w_test_realloc_multiple_bases_loop_l187}
+[value] computing for function fill <- test_realloc_multiple_bases_loop <- main.
+        Called from tests/non-free/realloc2.c:189.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__malloc_test_realloc_multiple_bases_loop_l184,
+                                  __realloc_w_test_realloc_multiple_bases_loop_l187}
+tests/non-free/realloc2.c:187:[value:malloc] resizing variable `__realloc_w_test_realloc_multiple_bases_loop_l187'
+               (0..79/95) to fit 0..79/111
+tests/non-free/realloc2.c:187:[value:malloc] weak free on bases: {__malloc_test_realloc_multiple_bases_loop_l184,
+                                    __realloc_w_test_realloc_multiple_bases_loop_l187}
+[value] computing for function fill <- test_realloc_multiple_bases_loop <- main.
+        Called from tests/non-free/realloc2.c:189.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__malloc_test_realloc_multiple_bases_loop_l184,
+                                  __realloc_w_test_realloc_multiple_bases_loop_l187}
+tests/non-free/realloc2.c:187:[value:malloc] resizing variable `__realloc_w_test_realloc_multiple_bases_loop_l187'
+               (0..79/111) to fit 0..79/223
+tests/non-free/realloc2.c:187:[value:malloc] weak free on bases: {__malloc_test_realloc_multiple_bases_loop_l184,
+                                    __realloc_w_test_realloc_multiple_bases_loop_l187}
+[value] computing for function fill <- test_realloc_multiple_bases_loop <- main.
+        Called from tests/non-free/realloc2.c:189.
+[value] Recording results for fill
+[value] Done for function fill
+[value:malloc] bases_to_realloc: {__malloc_test_realloc_multiple_bases_loop_l184,
+                                  __realloc_w_test_realloc_multiple_bases_loop_l187}
+tests/non-free/realloc2.c:187:[value:malloc] weak free on bases: {__malloc_test_realloc_multiple_bases_loop_l184,
+                                    __realloc_w_test_realloc_multiple_bases_loop_l187}
+[value] computing for function fill <- test_realloc_multiple_bases_loop <- main.
+        Called from tests/non-free/realloc2.c:189.
+[value] Recording results for fill
+[value] Done for function fill
+[value] Recording results for test_realloc_multiple_bases_loop
+[value] Done for function test_realloc_multiple_bases_loop
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function fill:
+  __realloc_test_exact_null_l27[0] ∈ {0}
+                               [1] ∈ {1}
+                               [2] ∈ {2}
+                               [3] ∈ {3}
+                               [4] ∈ {4}
+                               [5] ∈ {5}
+                               [6] ∈ {6}
+                               [7] ∈ {7}
+                               [8] ∈ {8}
+                               [9] ∈ {9}
+  __malloc_test_exact_nonnull_expand_l36[0] ∈ {0}
+                                        [1] ∈ {1}
+                                        [2] ∈ {2}
+                                        [3] ∈ {3}
+                                        [4] ∈ {4}
+  __realloc_test_exact_nonnull_expand_l38[0] ∈ {0}
+                                         [1] ∈ {1}
+                                         [2] ∈ {2}
+                                         [3] ∈ {3}
+                                         [4] ∈ {4}
+                                         [5] ∈ {5}
+                                         [6] ∈ {6}
+                                         [7] ∈ {7}
+                                         [8] ∈ {8}
+                                         [9] ∈ {9}
+  __malloc_test_exact_nonnull_shrink_l44[0] ∈ {0}
+                                        [1] ∈ {1}
+                                        [2] ∈ {2}
+                                        [3] ∈ {3}
+                                        [4] ∈ {4}
+  __realloc_test_exact_nonnull_shrink_l46[0] ∈ {0}
+                                         [1] ∈ {1}
+  __malloc_test_exact_nonnull_free_l51[0] ∈ {0}
+                                      [1] ∈ {1}
+                                      [2] ∈ {2}
+                                      [3] ∈ {3}
+                                      [4] ∈ {4}
+  __realloc_test_maybe_nonnull_l58[0] ∈ {0}
+                                  [1] ∈ {1}
+  __malloc_test_same_size_l63[0] ∈ {0}
+                             [1] ∈ {1}
+                             [2] ∈ {2}
+                             [3] ∈ {3}
+                             [4] ∈ {4}
+  __realloc_test_imprecise_size_l70[0] ∈ {0}
+                                   [1] ∈ {1} or UNINITIALIZED
+  __realloc_test_imprecise_size_but_precise_fill_l76[0] ∈ {0}
+                                                    [1] ∈ UNINITIALIZED
+  __malloc_test_imprecise_size_free_l81[0] ∈ {0}
+                                       [1] ∈ {1}
+                                       [2] ∈ {2}
+                                       [3] ∈ {3}
+                                       [4] ∈ {4}
+  __realloc_test_imprecise_size_free_l84[0] ∈ {0}
+                                        [1] ∈ {1}
+  __realloc_test_imprecise_both_l91[0] ∈ {0} or UNINITIALIZED
+                                   [1] ∈ {1} or UNINITIALIZED
+  __realloc_test_possibly_invalid_realloc_l99[0] ∈ {0}
+                                             [1] ∈ {1}
+  __realloc_test_realloc_sequence_l126[0] ∈ {0}
+                                      [1] ∈ {1}
+                                      [2] ∈ {2}
+                                      [3] ∈ {3}
+                                      [4] ∈ {4}
+  __malloc_test_realloc_loop_l131[0] ∈ {0}
+                                 [1] ∈ {1}
+                                 [2] ∈ {2}
+                                 [3] ∈ {3}
+                                 [4] ∈ {4}
+                                 [5..9] ∈ UNINITIALIZED
+  __realloc_w_test_realloc_loop_l138[0] ∈ {0}
+                                    [1] ∈ {1}
+                                    [2] ∈ {2}
+                                    [3] ∈ {3}
+                                    [4] ∈ {4}
+                                    [5] ∈ {0}
+                                    [6] ∈ {1}
+                                    [7] ∈ {2}
+                                    [8] ∈ {3}
+                                    [9] ∈ {4}
+                                    [10] ∈ {0} or UNINITIALIZED
+                                    [11] ∈ {1} or UNINITIALIZED
+                                    [12] ∈ {2} or UNINITIALIZED
+                                    [13] ∈ {3} or UNINITIALIZED
+                                    [14] ∈ {4} or UNINITIALIZED
+                                    [15] ∈ {0} or UNINITIALIZED
+                                    [16] ∈ {1} or UNINITIALIZED
+                                    [17] ∈ {2} or UNINITIALIZED
+                                    [18] ∈ {3} or UNINITIALIZED
+                                    [19] ∈ {4} or UNINITIALIZED
+                                    [20] ∈ {0} or UNINITIALIZED
+                                    [21] ∈ {1} or UNINITIALIZED
+                                    [22] ∈ {2} or UNINITIALIZED
+                                    [23] ∈ {3} or UNINITIALIZED
+                                    [24] ∈ {4} or UNINITIALIZED
+                                    [25] ∈ {0} or UNINITIALIZED
+                                    [26] ∈ {1} or UNINITIALIZED
+                                    [27] ∈ {2} or UNINITIALIZED
+                                    [28] ∈ {3} or UNINITIALIZED
+                                    [29] ∈ {4} or UNINITIALIZED
+  __realloc_test_realloc_multiple_bases_l158[0] ∈ {0}
+                                            [1] ∈ {1}
+                                            [2] ∈ {2}
+                                            [3] ∈ {3}
+                                            [4] ∈ {4}
+  __malloc_test_realloc_multiple_bases2_l163[0] ∈ {0}
+                                            [1] ∈ {1}
+                                            [2] ∈ {2}
+                                            [3] ∈ {3}
+  __realloc_test_realloc_multiple_bases2_l171[0] ∈ {0}
+                                             [1] ∈ {1}
+                                             [2] ∈ {2}
+                                             [3] ∈ {3}
+                                             [4] ∈ {4}
+  __realloc_test_realloc_multiple_bases2_l177[0] ∈ {0}
+                                             [1] ∈ {1}
+                                             [2] ∈ {2}
+                                             [3] ∈ {3}
+  __malloc_test_realloc_multiple_bases_loop_l184[0] ∈ {0} or UNINITIALIZED
+                                                [1] ∈ {1} or UNINITIALIZED
+                                                [2] ∈ {2} or UNINITIALIZED
+                                                [3] ∈ {3} or UNINITIALIZED
+                                                [4] ∈ {4} or UNINITIALIZED
+                                                [5] ∈ {5} or UNINITIALIZED
+                                                [6] ∈ {6} or UNINITIALIZED
+                                                [7] ∈ {7} or UNINITIALIZED
+                                                [8] ∈ {8} or UNINITIALIZED
+                                                [9] ∈ {9} or UNINITIALIZED
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0] ∈
+                                                   {0} or UNINITIALIZED
+                                                   [1] ∈
+                                                   {1} or UNINITIALIZED
+                                                   [2] ∈
+                                                   {2} or UNINITIALIZED
+                                                   [3] ∈
+                                                   {3} or UNINITIALIZED
+                                                   [4] ∈
+                                                   {4} or UNINITIALIZED
+                                                   [5] ∈
+                                                   {5} or UNINITIALIZED
+                                                   [6] ∈
+                                                   {6} or UNINITIALIZED
+                                                   [7] ∈
+                                                   {7} or UNINITIALIZED
+                                                   [8] ∈
+                                                   {8} or UNINITIALIZED
+                                                   [9] ∈
+                                                   {9} or UNINITIALIZED
+                                                   [10] ∈
+                                                   {10} or UNINITIALIZED
+                                                   [11] ∈
+                                                   {11} or UNINITIALIZED
+                                                   [12] ∈
+                                                   {12} or UNINITIALIZED
+                                                   [13] ∈
+                                                   {13} or UNINITIALIZED
+                                                   [14] ∈
+                                                   {14} or UNINITIALIZED
+                                                   [15] ∈
+                                                   {15} or UNINITIALIZED
+                                                   [16] ∈
+                                                   {16} or UNINITIALIZED
+                                                   [17] ∈
+                                                   {17} or UNINITIALIZED
+                                                   [18] ∈
+                                                   {18} or UNINITIALIZED
+                                                   [19] ∈
+                                                   {19} or UNINITIALIZED
+                                                   [20] ∈
+                                                   {20} or UNINITIALIZED
+                                                   [21] ∈
+                                                   {21} or UNINITIALIZED
+                                                   [22] ∈
+                                                   {22} or UNINITIALIZED
+                                                   [23] ∈
+                                                   {23} or UNINITIALIZED
+                                                   [24] ∈
+                                                   {24} or UNINITIALIZED
+                                                   [25] ∈
+                                                   {25} or UNINITIALIZED
+                                                   [26] ∈
+                                                   {26} or UNINITIALIZED
+                                                   [27] ∈
+                                                   {27} or UNINITIALIZED
+[value:final-states] Values at end of function fill2:
+  __realloc_test_realloc_multiple_bases2_l166[0] ∈ {0}
+                                             [1] ∈ {1; 10}
+                                             [2] ∈ {2}
+                                             [3] ∈ {3}
+                                             [4..5] ∈ UNINITIALIZED
+  __malloc_test_realloc_multiple_bases2_l166[0] ∈ {0} or UNINITIALIZED
+                                            [1] ∈ {10} or UNINITIALIZED
+  __malloc_test_realloc_multiple_bases2_l174[0] ∈ {0}
+                                            [1] ∈ {10}
+                                            [2] ∈ {20}
+                                            [3..5] ∈ UNINITIALIZED
+[value:final-states] Values at end of function test_exact_nonnull_expand:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈ ESCAPINGADDR
+  p2 ∈ {{ &__realloc_test_exact_nonnull_expand_l38[0] }}
+  __realloc_test_exact_nonnull_expand_l38[0] ∈ {0}
+                                         [1] ∈ {1}
+                                         [2] ∈ {2}
+                                         [3] ∈ {3}
+                                         [4] ∈ {4}
+                                         [5] ∈ {5}
+                                         [6] ∈ {6}
+                                         [7] ∈ {7}
+                                         [8] ∈ {8}
+                                         [9] ∈ {9}
+[value:final-states] Values at end of function test_exact_nonnull_free:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈ ESCAPINGADDR
+  p2 ∈ {{ &__realloc_test_exact_nonnull_free_l53[0] }}
+[value:final-states] Values at end of function test_exact_nonnull_shrink:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈ ESCAPINGADDR
+  p2 ∈ {{ &__realloc_test_exact_nonnull_shrink_l46[0] }}
+  __realloc_test_exact_nonnull_shrink_l46[0] ∈ {0}
+                                         [1] ∈ {1}
+[value:final-states] Values at end of function test_exact_null:
+  __fc_heap_status ∈ [--..--]
+  p ∈ {{ &__realloc_test_exact_null_l27[0] }}
+  __realloc_test_exact_null_l27[0] ∈ {0}
+                               [1] ∈ {1}
+                               [2] ∈ {2}
+                               [3] ∈ {3}
+                               [4] ∈ {4}
+                               [5] ∈ {5}
+                               [6] ∈ {6}
+                               [7] ∈ {7}
+                               [8] ∈ {8}
+                               [9] ∈ {9}
+[value:final-states] Values at end of function test_exact_null_free:
+  __fc_heap_status ∈ [--..--]
+  p ∈ {{ &__realloc_test_exact_null_free_l32[0] }}
+[value:final-states] Values at end of function test_imprecise_both:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈
+    {{ NULL ; (void *)&__malloc_test_imprecise_both_l89 }} or ESCAPINGADDR
+  s ∈ {0; 2}
+  p2 ∈ {{ &__realloc_test_imprecise_both_l91[0] }}
+  __realloc_test_imprecise_both_l91[0] ∈ {0} or UNINITIALIZED
+                                   [1] ∈ {1} or UNINITIALIZED
+[value:final-states] Values at end of function test_imprecise_size:
+  __fc_heap_status ∈ [--..--]
+  s ∈ {1; 2}
+  p ∈ {{ &__realloc_test_imprecise_size_l70[0] }}
+  __realloc_test_imprecise_size_l70[0] ∈ {0}
+                                   [1] ∈ {1} or UNINITIALIZED
+[value:final-states] Values at end of function test_imprecise_size_but_precise_fill:
+  __fc_heap_status ∈ [--..--]
+  s ∈ {1; 2}
+  p ∈ {{ &__realloc_test_imprecise_size_but_precise_fill_l76[0] }}
+  __realloc_test_imprecise_size_but_precise_fill_l76[0] ∈ {0}
+                                                    [1] ∈ UNINITIALIZED
+[value:final-states] Values at end of function test_imprecise_size_free:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈ ESCAPINGADDR
+  s ∈ {0; 2}
+  p2 ∈ {{ &__realloc_test_imprecise_size_free_l84[0] }}
+  __realloc_test_imprecise_size_free_l84[0] ∈ {0}
+                                        [1] ∈ {1}
+[value:final-states] Values at end of function test_invalid_realloc:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function test_invalid_realloc2:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function test_invalid_realloc3:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function test_maybe_nonnull:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈
+    {{ NULL ; (void *)&__malloc_test_maybe_nonnull_l57 }} or ESCAPINGADDR
+  p2 ∈ {{ &__realloc_test_maybe_nonnull_l58[0] }}
+  __realloc_test_maybe_nonnull_l58[0] ∈ {0}
+                                  [1] ∈ {1}
+[value:final-states] Values at end of function test_possibly_invalid_realloc:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈ ESCAPINGADDR
+  offset ∈ {0; 10; 20}
+  p2 ∈ {{ &__realloc_test_possibly_invalid_realloc_l99[0] }}
+  __realloc_test_possibly_invalid_realloc_l99[0] ∈ {0}
+                                             [1] ∈ {1}
+[value:final-states] Values at end of function test_realloc_loop:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈ ESCAPINGADDR
+  p2 ∈ {{ &__realloc_w_test_realloc_loop_l138[0] }}
+  __realloc_w_test_realloc_loop_l138[0] ∈ {0}
+                                    [1] ∈ {1}
+                                    [2] ∈ {2}
+                                    [3] ∈ {3}
+                                    [4] ∈ {4}
+                                    [5] ∈ {0}
+                                    [6] ∈ {1}
+                                    [7] ∈ {2}
+                                    [8] ∈ {3}
+                                    [9] ∈ {4}
+                                    [10] ∈ {0} or UNINITIALIZED
+                                    [11] ∈ {1} or UNINITIALIZED
+                                    [12] ∈ {2} or UNINITIALIZED
+                                    [13] ∈ {3} or UNINITIALIZED
+                                    [14] ∈ {4} or UNINITIALIZED
+                                    [15] ∈ {0} or UNINITIALIZED
+                                    [16] ∈ {1} or UNINITIALIZED
+                                    [17] ∈ {2} or UNINITIALIZED
+                                    [18] ∈ {3} or UNINITIALIZED
+                                    [19] ∈ {4} or UNINITIALIZED
+                                    [20] ∈ {0} or UNINITIALIZED
+                                    [21] ∈ {1} or UNINITIALIZED
+                                    [22] ∈ {2} or UNINITIALIZED
+                                    [23] ∈ {3} or UNINITIALIZED
+                                    [24] ∈ {4} or UNINITIALIZED
+                                    [25] ∈ {0} or UNINITIALIZED
+                                    [26] ∈ {1} or UNINITIALIZED
+                                    [27] ∈ {2} or UNINITIALIZED
+                                    [28] ∈ {3} or UNINITIALIZED
+                                    [29] ∈ {4} or UNINITIALIZED
+[value:final-states] Values at end of function test_realloc_multiple_bases:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈
+    {{ (void *)&__malloc_test_realloc_multiple_bases_l151 }} or ESCAPINGADDR
+  p2 ∈
+    {{ &__malloc_test_realloc_multiple_bases_l154[0] ;
+       &__realloc_test_realloc_multiple_bases_l156[0] }} or ESCAPINGADDR
+  p3 ∈ {{ &__realloc_test_realloc_multiple_bases_l158[0] }}
+  __realloc_test_realloc_multiple_bases_l158[0] ∈ {0}
+                                            [1] ∈ {1}
+                                            [2] ∈ {2}
+                                            [3] ∈ {3}
+                                            [4] ∈ {4}
+[value:final-states] Values at end of function test_realloc_multiple_bases2:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈
+    {{ (void *)&__malloc_test_realloc_multiple_bases2_l163 }} or ESCAPINGADDR
+  p2 ∈
+    {{ &__realloc_test_realloc_multiple_bases2_l166[0] ;
+       &__malloc_test_realloc_multiple_bases2_l166[0] }} or ESCAPINGADDR
+  p3 ∈ ESCAPINGADDR
+  p4 ∈
+    {{ &__realloc_test_realloc_multiple_bases2_l171[0] }} or ESCAPINGADDR
+  p5 ∈ {{ &__malloc_test_realloc_multiple_bases2_l174[0] }} or ESCAPINGADDR
+  p6 ∈ {{ &__realloc_test_realloc_multiple_bases2_l177[0] }}
+  __malloc_test_realloc_multiple_bases2_l163[0] ∈ {0}
+                                            [1] ∈ {1}
+                                            [2] ∈ {2}
+                                            [3] ∈ {3}
+  __realloc_test_realloc_multiple_bases2_l166[0] ∈ {0}
+                                             [1] ∈ {1; 10}
+                                             [2] ∈ {2}
+                                             [3] ∈ {3}
+                                             [4..5] ∈ UNINITIALIZED
+  __malloc_test_realloc_multiple_bases2_l166[0] ∈ {0} or UNINITIALIZED
+                                            [1] ∈ {10} or UNINITIALIZED
+  __realloc_test_realloc_multiple_bases2_l171[0] ∈ {0}
+                                             [1] ∈ {1}
+                                             [2] ∈ {2}
+                                             [3] ∈ {3}
+                                             [4] ∈ {4}
+  __malloc_test_realloc_multiple_bases2_l174[0] ∈ {0}
+                                            [1] ∈ {10}
+                                            [2] ∈ {20}
+                                            [3..5] ∈ UNINITIALIZED
+  __realloc_test_realloc_multiple_bases2_l177[0] ∈ {0}
+                                             [1] ∈ {1}
+                                             [2] ∈ {2}
+                                             [3] ∈ {3}
+[value:final-states] Values at end of function test_realloc_multiple_bases_loop:
+  __fc_heap_status ∈ [--..--]
+  size ∈ {10}
+  p ∈
+   {{ &__malloc_test_realloc_multiple_bases_loop_l184[0] ;
+      &__realloc_w_test_realloc_multiple_bases_loop_l187[0] }}
+  __malloc_test_realloc_multiple_bases_loop_l184[0] ∈ {0} or UNINITIALIZED
+                                                [1] ∈ {1} or UNINITIALIZED
+                                                [2] ∈ {2} or UNINITIALIZED
+                                                [3] ∈ {3} or UNINITIALIZED
+                                                [4] ∈ {4} or UNINITIALIZED
+                                                [5] ∈ {5} or UNINITIALIZED
+                                                [6] ∈ {6} or UNINITIALIZED
+                                                [7] ∈ {7} or UNINITIALIZED
+                                                [8] ∈ {8} or UNINITIALIZED
+                                                [9] ∈ {9} or UNINITIALIZED
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0] ∈
+                                                   {0} or UNINITIALIZED
+                                                   [1] ∈
+                                                   {1} or UNINITIALIZED
+                                                   [2] ∈
+                                                   {2} or UNINITIALIZED
+                                                   [3] ∈
+                                                   {3} or UNINITIALIZED
+                                                   [4] ∈
+                                                   {4} or UNINITIALIZED
+                                                   [5] ∈
+                                                   {5} or UNINITIALIZED
+                                                   [6] ∈
+                                                   {6} or UNINITIALIZED
+                                                   [7] ∈
+                                                   {7} or UNINITIALIZED
+                                                   [8] ∈
+                                                   {8} or UNINITIALIZED
+                                                   [9] ∈
+                                                   {9} or UNINITIALIZED
+                                                   [10] ∈
+                                                   {10} or UNINITIALIZED
+                                                   [11] ∈
+                                                   {11} or UNINITIALIZED
+                                                   [12] ∈
+                                                   {12} or UNINITIALIZED
+                                                   [13] ∈
+                                                   {13} or UNINITIALIZED
+                                                   [14] ∈
+                                                   {14} or UNINITIALIZED
+                                                   [15] ∈
+                                                   {15} or UNINITIALIZED
+                                                   [16] ∈
+                                                   {16} or UNINITIALIZED
+                                                   [17] ∈
+                                                   {17} or UNINITIALIZED
+                                                   [18] ∈
+                                                   {18} or UNINITIALIZED
+                                                   [19] ∈
+                                                   {19} or UNINITIALIZED
+                                                   [20] ∈
+                                                   {20} or UNINITIALIZED
+                                                   [21] ∈
+                                                   {21} or UNINITIALIZED
+                                                   [22] ∈
+                                                   {22} or UNINITIALIZED
+                                                   [23] ∈
+                                                   {23} or UNINITIALIZED
+                                                   [24] ∈
+                                                   {24} or UNINITIALIZED
+                                                   [25] ∈
+                                                   {25} or UNINITIALIZED
+                                                   [26] ∈
+                                                   {26} or UNINITIALIZED
+                                                   [27] ∈
+                                                   {27} or UNINITIALIZED
+[value:final-states] Values at end of function test_realloc_sequence:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈ ESCAPINGADDR
+  p2 ∈ ESCAPINGADDR
+  p3 ∈ {{ &__realloc_test_realloc_sequence_l126[0] }}
+  __realloc_test_realloc_sequence_l126[0] ∈ {0}
+                                      [1] ∈ {1}
+                                      [2] ∈ {2}
+                                      [3] ∈ {3}
+                                      [4] ∈ {4}
+[value:final-states] Values at end of function test_same_size:
+  __fc_heap_status ∈ [--..--]
+  p1 ∈ ESCAPINGADDR
+  p2 ∈ {{ &__realloc_test_same_size_l65[0] }}
+  __realloc_test_same_size_l65[0] ∈ {0}
+                              [1] ∈ {1}
+                              [2] ∈ {2}
+                              [3] ∈ {3}
+                              [4] ∈ {4}
+[value:final-states] Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  __retres ∈ {0}
+  __realloc_test_exact_null_l27[0] ∈ {0}
+                               [1] ∈ {1}
+                               [2] ∈ {2}
+                               [3] ∈ {3}
+                               [4] ∈ {4}
+                               [5] ∈ {5}
+                               [6] ∈ {6}
+                               [7] ∈ {7}
+                               [8] ∈ {8}
+                               [9] ∈ {9}
+  __realloc_test_exact_nonnull_expand_l38[0] ∈ {0}
+                                         [1] ∈ {1}
+                                         [2] ∈ {2}
+                                         [3] ∈ {3}
+                                         [4] ∈ {4}
+                                         [5] ∈ {5}
+                                         [6] ∈ {6}
+                                         [7] ∈ {7}
+                                         [8] ∈ {8}
+                                         [9] ∈ {9}
+  __realloc_test_exact_nonnull_shrink_l46[0] ∈ {0}
+                                         [1] ∈ {1}
+  __realloc_test_maybe_nonnull_l58[0] ∈ {0}
+                                  [1] ∈ {1}
+  __realloc_test_same_size_l65[0] ∈ {0}
+                              [1] ∈ {1}
+                              [2] ∈ {2}
+                              [3] ∈ {3}
+                              [4] ∈ {4}
+  __realloc_test_imprecise_size_l70[0] ∈ {0}
+                                   [1] ∈ {1} or UNINITIALIZED
+  __realloc_test_imprecise_size_but_precise_fill_l76[0] ∈ {0}
+                                                    [1] ∈ UNINITIALIZED
+  __realloc_test_imprecise_size_free_l84[0] ∈ {0}
+                                        [1] ∈ {1}
+  __realloc_test_imprecise_both_l91[0] ∈ {0} or UNINITIALIZED
+                                   [1] ∈ {1} or UNINITIALIZED
+  __realloc_test_possibly_invalid_realloc_l99[0] ∈ {0}
+                                             [1] ∈ {1}
+  __realloc_test_realloc_sequence_l126[0] ∈ {0}
+                                      [1] ∈ {1}
+                                      [2] ∈ {2}
+                                      [3] ∈ {3}
+                                      [4] ∈ {4}
+  __realloc_w_test_realloc_loop_l138[0] ∈ {0}
+                                    [1] ∈ {1}
+                                    [2] ∈ {2}
+                                    [3] ∈ {3}
+                                    [4] ∈ {4}
+                                    [5] ∈ {0}
+                                    [6] ∈ {1}
+                                    [7] ∈ {2}
+                                    [8] ∈ {3}
+                                    [9] ∈ {4}
+                                    [10] ∈ {0} or UNINITIALIZED
+                                    [11] ∈ {1} or UNINITIALIZED
+                                    [12] ∈ {2} or UNINITIALIZED
+                                    [13] ∈ {3} or UNINITIALIZED
+                                    [14] ∈ {4} or UNINITIALIZED
+                                    [15] ∈ {0} or UNINITIALIZED
+                                    [16] ∈ {1} or UNINITIALIZED
+                                    [17] ∈ {2} or UNINITIALIZED
+                                    [18] ∈ {3} or UNINITIALIZED
+                                    [19] ∈ {4} or UNINITIALIZED
+                                    [20] ∈ {0} or UNINITIALIZED
+                                    [21] ∈ {1} or UNINITIALIZED
+                                    [22] ∈ {2} or UNINITIALIZED
+                                    [23] ∈ {3} or UNINITIALIZED
+                                    [24] ∈ {4} or UNINITIALIZED
+                                    [25] ∈ {0} or UNINITIALIZED
+                                    [26] ∈ {1} or UNINITIALIZED
+                                    [27] ∈ {2} or UNINITIALIZED
+                                    [28] ∈ {3} or UNINITIALIZED
+                                    [29] ∈ {4} or UNINITIALIZED
+  __realloc_test_realloc_multiple_bases_l158[0] ∈ {0}
+                                            [1] ∈ {1}
+                                            [2] ∈ {2}
+                                            [3] ∈ {3}
+                                            [4] ∈ {4}
+  __malloc_test_realloc_multiple_bases2_l163[0] ∈ {0}
+                                            [1] ∈ {1}
+                                            [2] ∈ {2}
+                                            [3] ∈ {3}
+  __realloc_test_realloc_multiple_bases2_l166[0] ∈ {0}
+                                             [1] ∈ {1; 10}
+                                             [2] ∈ {2}
+                                             [3] ∈ {3}
+                                             [4..5] ∈ UNINITIALIZED
+  __malloc_test_realloc_multiple_bases2_l166[0] ∈ {0} or UNINITIALIZED
+                                            [1] ∈ {10} or UNINITIALIZED
+  __realloc_test_realloc_multiple_bases2_l171[0] ∈ {0}
+                                             [1] ∈ {1}
+                                             [2] ∈ {2}
+                                             [3] ∈ {3}
+                                             [4] ∈ {4}
+  __malloc_test_realloc_multiple_bases2_l174[0] ∈ {0}
+                                            [1] ∈ {10}
+                                            [2] ∈ {20}
+                                            [3..5] ∈ UNINITIALIZED
+  __realloc_test_realloc_multiple_bases2_l177[0] ∈ {0}
+                                             [1] ∈ {1}
+                                             [2] ∈ {2}
+                                             [3] ∈ {3}
+  __malloc_test_realloc_multiple_bases_loop_l184[0] ∈ {0} or UNINITIALIZED
+                                                [1] ∈ {1} or UNINITIALIZED
+                                                [2] ∈ {2} or UNINITIALIZED
+                                                [3] ∈ {3} or UNINITIALIZED
+                                                [4] ∈ {4} or UNINITIALIZED
+                                                [5] ∈ {5} or UNINITIALIZED
+                                                [6] ∈ {6} or UNINITIALIZED
+                                                [7] ∈ {7} or UNINITIALIZED
+                                                [8] ∈ {8} or UNINITIALIZED
+                                                [9] ∈ {9} or UNINITIALIZED
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0] ∈
+                                                   {0} or UNINITIALIZED
+                                                   [1] ∈
+                                                   {1} or UNINITIALIZED
+                                                   [2] ∈
+                                                   {2} or UNINITIALIZED
+                                                   [3] ∈
+                                                   {3} or UNINITIALIZED
+                                                   [4] ∈
+                                                   {4} or UNINITIALIZED
+                                                   [5] ∈
+                                                   {5} or UNINITIALIZED
+                                                   [6] ∈
+                                                   {6} or UNINITIALIZED
+                                                   [7] ∈
+                                                   {7} or UNINITIALIZED
+                                                   [8] ∈
+                                                   {8} or UNINITIALIZED
+                                                   [9] ∈
+                                                   {9} or UNINITIALIZED
+                                                   [10] ∈
+                                                   {10} or UNINITIALIZED
+                                                   [11] ∈
+                                                   {11} or UNINITIALIZED
+                                                   [12] ∈
+                                                   {12} or UNINITIALIZED
+                                                   [13] ∈
+                                                   {13} or UNINITIALIZED
+                                                   [14] ∈
+                                                   {14} or UNINITIALIZED
+                                                   [15] ∈
+                                                   {15} or UNINITIALIZED
+                                                   [16] ∈
+                                                   {16} or UNINITIALIZED
+                                                   [17] ∈
+                                                   {17} or UNINITIALIZED
+                                                   [18] ∈
+                                                   {18} or UNINITIALIZED
+                                                   [19] ∈
+                                                   {19} or UNINITIALIZED
+                                                   [20] ∈
+                                                   {20} or UNINITIALIZED
+                                                   [21] ∈
+                                                   {21} or UNINITIALIZED
+                                                   [22] ∈
+                                                   {22} or UNINITIALIZED
+                                                   [23] ∈
+                                                   {23} or UNINITIALIZED
+                                                   [24] ∈
+                                                   {24} or UNINITIALIZED
+                                                   [25] ∈
+                                                   {25} or UNINITIALIZED
+                                                   [26] ∈
+                                                   {26} or UNINITIALIZED
+                                                   [27] ∈
+                                                   {27} or UNINITIALIZED
+[from] Computing for function fill
+[from] Done for function fill
+[from] Computing for function fill2
+[from] Done for function fill2
+[from] Computing for function test_exact_nonnull_expand
+[from] Computing for function malloc <-test_exact_nonnull_expand
+[from] Done for function malloc
+[from] Computing for function realloc <-test_exact_nonnull_expand
+[from] Done for function realloc
+[from] Done for function test_exact_nonnull_expand
+[from] Computing for function test_exact_nonnull_free
+[from] Done for function test_exact_nonnull_free
+[from] Computing for function test_exact_nonnull_shrink
+[from] Done for function test_exact_nonnull_shrink
+[from] Computing for function test_exact_null
+[from] Done for function test_exact_null
+[from] Computing for function test_exact_null_free
+[from] Done for function test_exact_null_free
+[from] Computing for function test_imprecise_both
+[from] Done for function test_imprecise_both
+[from] Computing for function test_imprecise_size
+[from] Done for function test_imprecise_size
+[from] Computing for function test_imprecise_size_but_precise_fill
+[from] Done for function test_imprecise_size_but_precise_fill
+[from] Computing for function test_imprecise_size_free
+[from] Done for function test_imprecise_size_free
+[from] Computing for function test_invalid_realloc
+[from] Non-terminating function test_invalid_realloc (no dependencies)
+[from] Done for function test_invalid_realloc
+[from] Computing for function test_invalid_realloc2
+[from] Non-terminating function test_invalid_realloc2 (no dependencies)
+[from] Done for function test_invalid_realloc2
+[from] Computing for function test_invalid_realloc3
+[from] Non-terminating function test_invalid_realloc3 (no dependencies)
+[from] Done for function test_invalid_realloc3
+[from] Computing for function test_maybe_nonnull
+[from] Done for function test_maybe_nonnull
+[from] Computing for function test_possibly_invalid_realloc
+[from] Done for function test_possibly_invalid_realloc
+[from] Computing for function test_realloc_loop
+[from] Done for function test_realloc_loop
+[from] Computing for function test_realloc_multiple_bases
+[from] Done for function test_realloc_multiple_bases
+[from] Computing for function test_realloc_multiple_bases2
+[from] Done for function test_realloc_multiple_bases2
+[from] Computing for function test_realloc_multiple_bases_loop
+[from] Done for function test_realloc_multiple_bases_loop
+[from] Computing for function test_realloc_sequence
+[from] Done for function test_realloc_sequence
+[from] Computing for function test_same_size
+[from] Done for function test_same_size
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function fill:
+  __realloc_test_exact_null_l27[0..9] FROM b; n (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM b; n (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM b; n (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM b; n (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM b; n (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM b; n (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM b; n (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM b; n (and SELF)
+  __realloc_test_imprecise_size_l70[0..1] FROM b; n (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM b; n (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM b; n (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1] FROM b; n (and SELF)
+  __realloc_test_imprecise_both_l91[0..1] FROM b; n (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM b; n (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM b; n (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM b; n (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29] FROM b; n (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM b; n (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM b; n (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM b; n (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM b; n (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM b; n (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM b; n (and SELF)
+[from] Function fill2:
+  __realloc_test_realloc_multiple_bases2_l166[0..2] FROM b; n (and SELF)
+  __malloc_test_realloc_multiple_bases2_l166[0..1] FROM b; n (and SELF)
+  __malloc_test_realloc_multiple_bases2_l174[0..2] FROM b; n (and SELF)
+[from] Function malloc:
+  __fc_heap_status FROM __fc_heap_status; size (and SELF)
+  \result FROM __fc_heap_status; size
+[from] Function realloc:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  \result FROM __fc_heap_status; ptr; size
+[from] Function test_exact_nonnull_expand:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_l70[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_both_l91[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status (and SELF)
+[from] Function test_exact_nonnull_free:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_l70[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_both_l91[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status (and SELF)
+[from] Function test_exact_nonnull_shrink:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_l70[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_both_l91[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status (and SELF)
+[from] Function test_exact_null:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_l70[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_both_l91[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status (and SELF)
+[from] Function test_exact_null_free:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+[from] Function test_imprecise_both:
+  __fc_heap_status FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status;
+                                           nondet (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status;
+                                              nondet (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_l70[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status;
+                                                   nondet (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_test_imprecise_both_l91[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29]
+                                    FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status;
+                                                            nondet (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status;
+                                                        nondet (and SELF)
+[from] Function test_imprecise_size:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status;
+                                           nondet (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status;
+                                              nondet (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_l70[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status;
+                                                   nondet (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_test_imprecise_both_l91[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29]
+                                    FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status;
+                                                            nondet (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status;
+                                                        nondet (and SELF)
+[from] Function test_imprecise_size_but_precise_fill:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status;
+                                           nondet (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status;
+                                              nondet (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_l70[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status;
+                                                   nondet (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_test_imprecise_both_l91[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29]
+                                    FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status;
+                                                            nondet (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status;
+                                                        nondet (and SELF)
+[from] Function test_imprecise_size_free:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status;
+                                           nondet (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status;
+                                              nondet (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_l70[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status;
+                                                   nondet (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_test_imprecise_both_l91[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29]
+                                    FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status;
+                                                            nondet (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status;
+                                                        nondet (and SELF)
+[from] Function test_invalid_realloc:
+  NON TERMINATING - NO EFFECTS
+[from] Function test_invalid_realloc2:
+  NON TERMINATING - NO EFFECTS
+[from] Function test_invalid_realloc3:
+  NON TERMINATING - NO EFFECTS
+[from] Function test_maybe_nonnull:
+  __fc_heap_status FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status;
+                                           nondet (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status;
+                                              nondet (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_l70[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status;
+                                                   nondet (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_test_imprecise_both_l91[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29]
+                                    FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status;
+                                                            nondet (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status;
+                                                        nondet (and SELF)
+[from] Function test_possibly_invalid_realloc:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status;
+                                           nondet (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status;
+                                              nondet (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_l70[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status;
+                                                   nondet (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_test_imprecise_both_l91[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29]
+                                    FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status;
+                                                            nondet (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status;
+                                                        nondet (and SELF)
+[from] Function test_realloc_loop:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_l70[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_both_l91[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status (and SELF)
+[from] Function test_realloc_multiple_bases:
+  __fc_heap_status FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status;
+                                           nondet (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status;
+                                              nondet (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_l70[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status;
+                                                   nondet (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_test_imprecise_both_l91[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29]
+                                    FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status;
+                                                            nondet (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status;
+                                                        nondet (and SELF)
+[from] Function test_realloc_multiple_bases2:
+  __fc_heap_status FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status;
+                                           nondet (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status;
+                                              nondet (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_l70[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status;
+                                                   nondet (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_test_imprecise_both_l91[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29]
+                                    FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l166[0..2]
+                                             FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l166[0..1] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l174[0..2]
+                                            FROM __fc_heap_status;
+                                                 nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status;
+                                                            nondet (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status;
+                                                        nondet (and SELF)
+[from] Function test_realloc_multiple_bases_loop:
+  __fc_heap_status FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status;
+                                           nondet (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status;
+                                              nondet (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_l70[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status;
+                                                   nondet (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_test_imprecise_both_l91[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29]
+                                    FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status;
+                                                            nondet (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status;
+                                                        nondet (and SELF)
+[from] Function test_realloc_sequence:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_l70[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_both_l91[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status (and SELF)
+[from] Function test_same_size:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_same_size_l65[0] FROM __fc_heap_status
+  __realloc_test_imprecise_size_l70[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status (and SELF)
+  __realloc_test_imprecise_both_l91[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status (and SELF)
+[from] Function main:
+  __fc_heap_status FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_exact_null_l27[0..9] FROM __fc_heap_status;
+                                           nondet (and SELF)
+  __malloc_test_exact_nonnull_expand_l36[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_expand_l38[0..9] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_shrink_l44[0..4] FROM __fc_heap_status;
+                                                    nondet (and SELF)
+  __realloc_test_exact_nonnull_shrink_l46[0..1] FROM __fc_heap_status;
+                                                     nondet (and SELF)
+  __malloc_test_exact_nonnull_free_l51[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __realloc_test_maybe_nonnull_l58[0..1] FROM __fc_heap_status;
+                                              nondet (and SELF)
+  __malloc_test_same_size_l63[0..4] FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_same_size_l65[0] FROM __fc_heap_status; nondet
+  __realloc_test_imprecise_size_l70[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_imprecise_size_but_precise_fill_l76[0..1]
+                                                    FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_imprecise_size_free_l81[0..4] FROM __fc_heap_status;
+                                                   nondet (and SELF)
+  __realloc_test_imprecise_size_free_l84[0..1]
+                                        FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_test_imprecise_both_l91[0..1]
+                                   FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_possibly_invalid_realloc_l99[0..1] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __realloc_test_realloc_sequence_l126[0..4] FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_loop_l131[0..9] FROM __fc_heap_status;
+                                             nondet (and SELF)
+  __realloc_w_test_realloc_loop_l138[5..29]
+                                    FROM __fc_heap_status; nondet (and SELF)
+  __realloc_test_realloc_multiple_bases_l158[0..4] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l163[0..3] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l166[0..2]
+                                             FROM __fc_heap_status;
+                                                  nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l166[0..1] FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l171[0..4] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases2_l174[0..2]
+                                            FROM __fc_heap_status;
+                                                 nondet (and SELF)
+  __realloc_test_realloc_multiple_bases2_l177[0..3] FROM __fc_heap_status;
+                                                         nondet (and SELF)
+  __malloc_test_realloc_multiple_bases_loop_l184[0..9] FROM __fc_heap_status;
+                                                            nondet (and SELF)
+  __realloc_w_test_realloc_multiple_bases_loop_l187[0..27]
+                                                   FROM __fc_heap_status;
+                                                        nondet (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
diff --git a/tests/non-free/oracle_symblocs/realloc_multiple.err.oracle b/tests/non-free/oracle_symblocs/realloc_multiple.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/realloc_multiple.res.oracle b/tests/non-free/oracle_symblocs/realloc_multiple.res.oracle
new file mode 100644
index 00000000000..71f64c915d6
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/realloc_multiple.res.oracle
@@ -0,0 +1,314 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/realloc_multiple.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/non-free/realloc_multiple.c:75.
+tests/non-free/realloc_multiple.c:9:[value] allocating variable __malloc_main1_l9
+tests/non-free/realloc_multiple.c:12:[value] allocating variable __malloc_main1_l12
+[value] computing for function Frama_C_interval <- main1 <- main.
+        Called from tests/non-free/realloc_multiple.c:16.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+[value] DUMPING STATE of file tests/non-free/realloc_multiple.c line 21
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        q ∈ {{ &__malloc_main1_l9[0] }}
+        r ∈ {{ &__malloc_main1_l12[0] }}
+        p ∈ {{ &__malloc_main1_l9[0] ; &__malloc_main1_l12[0] }}
+        x ∈ {0; 1}
+        s ∈ UNINITIALIZED
+        v ∈ {1}
+        __malloc_main1_l9[0..4] ∈ {5}
+        __malloc_main1_l12[0..5] ∈ {6}
+        =END OF DUMP==
+[value:malloc] bases_to_realloc: {__malloc_main1_l12}
+tests/non-free/realloc_multiple.c:23:[value] allocating variable __realloc_main1_l23
+[value:malloc] bases_to_realloc: {__malloc_main1_l9}
+tests/non-free/realloc_multiple.c:23:[value] allocating variable __realloc_main1_l23_0
+tests/non-free/realloc_multiple.c:23:[value:malloc] weak free on bases: {__malloc_main1_l9, __malloc_main1_l12}
+[value] DUMPING STATE of file tests/non-free/realloc_multiple.c line 25
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        q ∈ {{ &__malloc_main1_l9[0] }} or ESCAPINGADDR
+        r ∈ {{ &__malloc_main1_l12[0] }} or ESCAPINGADDR
+        p ∈ {{ &__malloc_main1_l9[0] ; &__malloc_main1_l12[0] }} or ESCAPINGADDR
+        x ∈ {0; 1}
+        s ∈ {{ &__realloc_main1_l23[0] ; &__realloc_main1_l23_0[0] }}
+        v ∈ {1}
+        __malloc_main1_l9[0..4] ∈ {5}
+        __malloc_main1_l12[0..5] ∈ {6}
+        __realloc_main1_l23[0..5] ∈ {6}
+                           [6] ∈ UNINITIALIZED
+        __realloc_main1_l23_0[0..4] ∈ {5}
+                             [5..6] ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/realloc_multiple.c:26:[value:malloc] weak free on bases: {__realloc_main1_l23, __realloc_main1_l23_0}
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/non-free/realloc_multiple.c:76.
+tests/non-free/realloc_multiple.c:30:[value] allocating variable __malloc_main2_l30
+tests/non-free/realloc_multiple.c:33:[value] allocating variable __malloc_main2_l33
+[value] computing for function Frama_C_interval <- main2 <- main.
+        Called from tests/non-free/realloc_multiple.c:37.
+[value] Done for function Frama_C_interval
+[value] DUMPING STATE of file tests/non-free/realloc_multiple.c line 43
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        q ∈ {{ &__malloc_main2_l30[0] }}
+        r ∈ {{ &__malloc_main2_l33[0] }}
+        p ∈ {{ NULL ; &__malloc_main2_l30[0] ; &__malloc_main2_l33[0] }}
+        x ∈ {0; 1; 2}
+        s ∈ UNINITIALIZED
+        v ∈ {2}
+        __malloc_main2_l30[0..4] ∈ {7}
+        __malloc_main2_l33[0..5] ∈ {8}
+        =END OF DUMP==
+[value:malloc] bases_to_realloc: {__malloc_main2_l33}
+tests/non-free/realloc_multiple.c:45:[value] allocating variable __realloc_main2_l45
+[value:malloc] bases_to_realloc: {__malloc_main2_l30}
+tests/non-free/realloc_multiple.c:45:[value] allocating variable __realloc_main2_l45_0
+[value:malloc] bases_to_realloc: {}
+tests/non-free/realloc_multiple.c:45:[value] allocating variable __realloc_main2_l45_1
+tests/non-free/realloc_multiple.c:45:[value:malloc] weak free on bases: {__malloc_main2_l30, __malloc_main2_l33}
+[value] DUMPING STATE of file tests/non-free/realloc_multiple.c line 47
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        q ∈ {{ &__malloc_main2_l30[0] }} or ESCAPINGADDR
+        r ∈ {{ &__malloc_main2_l33[0] }} or ESCAPINGADDR
+        p ∈
+         {{ NULL ; &__malloc_main2_l30[0] ; &__malloc_main2_l33[0] }} or ESCAPINGADDR
+        x ∈ {0; 1; 2}
+        s ∈
+         {{ &__realloc_main2_l45[0] ; &__realloc_main2_l45_0[0] ;
+            &__realloc_main2_l45_1[0] }}
+        v ∈ {2}
+        __malloc_main2_l30[0..4] ∈ {7}
+        __malloc_main2_l33[0..5] ∈ {8}
+        __realloc_main2_l45[0..5] ∈ {8}
+                           [6] ∈ UNINITIALIZED
+        __realloc_main2_l45_0[0..4] ∈ {7}
+                             [5..6] ∈ UNINITIALIZED
+        __realloc_main2_l45_1[0..6] ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/realloc_multiple.c:48:[value:malloc] weak free on bases: {__realloc_main2_l45, __realloc_main2_l45_0,
+                                    __realloc_main2_l45_1}
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/non-free/realloc_multiple.c:77.
+tests/non-free/realloc_multiple.c:52:[value] allocating variable __malloc_main3_l52
+tests/non-free/realloc_multiple.c:53:[value] allocating variable __malloc_main3_l53
+[value] computing for function Frama_C_interval <- main3 <- main.
+        Called from tests/non-free/realloc_multiple.c:59.
+[value] Done for function Frama_C_interval
+[value] DUMPING STATE of file tests/non-free/realloc_multiple.c line 64
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        p ∈ {{ &__malloc_main3_l52 }}
+        q ∈ {{ &__malloc_main3_l53 }}
+        r ∈ {{ NULL ; &__malloc_main3_l52 ; &__malloc_main3_l53 }}
+        s ∈ UNINITIALIZED
+        x ∈ UNINITIALIZED
+        y ∈ UNINITIALIZED
+        c ∈ {0; 1; 2}
+        v ∈ {3}
+        __malloc_main3_l52 ∈ {{ &x }}
+        __malloc_main3_l53 ∈ {{ &y }}
+        =END OF DUMP==
+[value:malloc] bases_to_realloc: {__malloc_main3_l53}
+tests/non-free/realloc_multiple.c:65:[value] allocating variable __realloc_main3_l65
+[value:malloc] bases_to_realloc: {__malloc_main3_l52}
+tests/non-free/realloc_multiple.c:65:[value] allocating variable __realloc_main3_l65_0
+[value:malloc] bases_to_realloc: {}
+tests/non-free/realloc_multiple.c:65:[value] allocating variable __realloc_main3_l65_1
+tests/non-free/realloc_multiple.c:65:[value:malloc] weak free on bases: {__malloc_main3_l52, __malloc_main3_l53}
+tests/non-free/realloc_multiple.c:66:[value] warning: accessing uninitialized left-value. assert \initialized(s);
+[value] DUMPING STATE of file tests/non-free/realloc_multiple.c line 67
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        p ∈ {{ &__malloc_main3_l52 }} or ESCAPINGADDR
+        q ∈ {{ &__malloc_main3_l53 }} or ESCAPINGADDR
+        r ∈ {{ NULL ; &__malloc_main3_l52 ; &__malloc_main3_l53 }} or ESCAPINGADDR
+        s ∈ {{ &__realloc_main3_l65[0] ; &__realloc_main3_l65_0[0] }}
+        x ∈ {17} or UNINITIALIZED
+        y ∈ {17} or UNINITIALIZED
+        c ∈ {0; 1; 2}
+        v ∈ {3}
+        __malloc_main3_l52 ∈ {{ &x }}
+        __malloc_main3_l53 ∈ {{ &y }}
+        __realloc_main3_l65[0] ∈ {{ &y }}
+                           [1] ∈ UNINITIALIZED
+        __realloc_main3_l65_0[0] ∈ {{ &x }}
+                             [1] ∈ UNINITIALIZED
+        __realloc_main3_l65_1[0..1] ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/realloc_multiple.c:67:[value] warning: locals {x} escaping the scope of a block of main3 through __malloc_main3_l52
+tests/non-free/realloc_multiple.c:67:[value] warning: locals {y} escaping the scope of a block of main3 through __malloc_main3_l53
+tests/non-free/realloc_multiple.c:67:[value] warning: locals {y} escaping the scope of a block of main3 through __realloc_main3_l65
+tests/non-free/realloc_multiple.c:67:[value] warning: locals {x} escaping the scope of a block of main3 through __realloc_main3_l65_0
+[value] DUMPING STATE of file tests/non-free/realloc_multiple.c line 69
+        __fc_random_counter ∈ {0}
+        __fc_rand_max ∈ {32767}
+        __fc_heap_status ∈ [--..--]
+        Frama_C_entropy_source ∈ [--..--]
+        p ∈ {{ &__malloc_main3_l52 }} or ESCAPINGADDR
+        q ∈ {{ &__malloc_main3_l53 }} or ESCAPINGADDR
+        r ∈ {{ NULL ; &__malloc_main3_l52 ; &__malloc_main3_l53 }} or ESCAPINGADDR
+        s ∈ {{ &__realloc_main3_l65[0] ; &__realloc_main3_l65_0[0] }}
+        v ∈ {3}
+        __malloc_main3_l52 ∈ ESCAPINGADDR
+        __malloc_main3_l53 ∈ ESCAPINGADDR
+        __realloc_main3_l65[0] ∈ ESCAPINGADDR
+                           [1] ∈ UNINITIALIZED
+        __realloc_main3_l65_0[0] ∈ ESCAPINGADDR
+                             [1] ∈ UNINITIALIZED
+        __realloc_main3_l65_1[0..1] ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/non-free/realloc_multiple.c:70:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&q);
+tests/non-free/realloc_multiple.c:70:[value:malloc] strong free on bases: {__malloc_main3_l53}
+[value] Recording results for main3
+[value] Done for function main3
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  q ∈ {{ &__malloc_main1_l9[0] }} or ESCAPINGADDR
+  r ∈ {{ &__malloc_main1_l12[0] }} or ESCAPINGADDR
+  p ∈ {{ &__malloc_main1_l9[0] ; &__malloc_main1_l12[0] }} or ESCAPINGADDR
+  x ∈ {0; 1}
+  s ∈
+   {{ &__realloc_main1_l23[0] ; &__realloc_main1_l23_0[0] }} or ESCAPINGADDR
+  __malloc_main1_l9[0..4] ∈ {5}
+  __malloc_main1_l12[0..5] ∈ {6}
+[value:final-states] Values at end of function main2:
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  q ∈ {{ &__malloc_main2_l30[0] }} or ESCAPINGADDR
+  r ∈ {{ &__malloc_main2_l33[0] }} or ESCAPINGADDR
+  p ∈
+   {{ NULL ; &__malloc_main2_l30[0] ; &__malloc_main2_l33[0] }} or ESCAPINGADDR
+  x ∈ {0; 1; 2}
+  s ∈
+   {{ &__realloc_main2_l45[0] ; &__realloc_main2_l45_0[0] ;
+      &__realloc_main2_l45_1[0] }} or ESCAPINGADDR
+  __malloc_main2_l30[0..4] ∈ {7}
+  __malloc_main2_l33[0..5] ∈ {8}
+[value:final-states] Values at end of function main3:
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  p ∈ {{ &__malloc_main3_l52 }} or ESCAPINGADDR
+  q ∈ ESCAPINGADDR
+  r ∈ {{ NULL ; &__malloc_main3_l52 }} or ESCAPINGADDR
+  s ∈ {{ &__realloc_main3_l65[0] ; &__realloc_main3_l65_0[0] }}
+  __malloc_main3_l52 ∈ ESCAPINGADDR
+[value:final-states] Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  Frama_C_entropy_source ∈ [--..--]
+  __malloc_main1_l9[0..4] ∈ {5}
+  __malloc_main1_l12[0..5] ∈ {6}
+  __malloc_main2_l30[0..4] ∈ {7}
+  __malloc_main2_l33[0..5] ∈ {8}
+  __malloc_main3_l52 ∈ ESCAPINGADDR
+[from] Computing for function main1
+[from] Computing for function malloc <-main1
+[from] Done for function malloc
+[from] Computing for function Frama_C_interval <-main1
+[from] Done for function Frama_C_interval
+[from] Computing for function Frama_C_dump_each <-main1
+[from] Done for function Frama_C_dump_each
+[from] Computing for function realloc <-main1
+[from] Done for function realloc
+[from] Computing for function free <-main1
+[from] Done for function free
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function free:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+[from] Function malloc:
+  __fc_heap_status FROM __fc_heap_status; size (and SELF)
+  \result FROM __fc_heap_status; size
+[from] Function realloc:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  \result FROM __fc_heap_status; ptr; size
+[from] Function main1:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  __malloc_main1_l9[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_main1_l12[0..5] FROM __fc_heap_status (and SELF)
+[from] Function main2:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  __malloc_main2_l30[0..4] FROM __fc_heap_status (and SELF)
+  __malloc_main2_l33[0..5] FROM __fc_heap_status (and SELF)
+[from] Function main3:
+  __fc_heap_status FROM __fc_heap_status (and SELF)
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  __malloc_main3_l52 FROM __fc_heap_status
+  __malloc_main3_l53 FROM __fc_heap_status
+[from] Function main:
+  __fc_heap_status FROM __fc_heap_status; v (and SELF)
+  Frama_C_entropy_source FROM Frama_C_entropy_source; v (and SELF)
+  __malloc_main1_l9[0..4] FROM __fc_heap_status; v (and SELF)
+  __malloc_main1_l12[0..5] FROM __fc_heap_status; v (and SELF)
+  __malloc_main2_l30[0..4] FROM __fc_heap_status; v (and SELF)
+  __malloc_main2_l33[0..5] FROM __fc_heap_status; v (and SELF)
+  __malloc_main3_l52 FROM __fc_heap_status; v (and SELF)
+  __malloc_main3_l53 FROM __fc_heap_status; v (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          __fc_heap_status; Frama_C_entropy_source; q; i; r; i_0; p; x; s;
+          __malloc_main1_l9[0..4]; __malloc_main1_l12[0..5]
+[inout] Inputs for function main1:
+          __fc_heap_status; Frama_C_entropy_source
+[inout] Out (internal) for function main2:
+          __fc_heap_status; Frama_C_entropy_source; q; i; r; i_0; p; x; s;
+          __malloc_main2_l30[0..4]; __malloc_main2_l33[0..5]
+[inout] Inputs for function main2:
+          __fc_heap_status; Frama_C_entropy_source
+[inout] Out (internal) for function main3:
+          __fc_heap_status; Frama_C_entropy_source; p; q; r; s; x; y; c;
+          __malloc_main3_l52; __malloc_main3_l53
+[inout] Inputs for function main3:
+          __fc_heap_status; Frama_C_entropy_source; __realloc_main3_l65[0];
+          __realloc_main3_l65_0[0]; __realloc_main3_l65_1[0]
+[inout] Out (internal) for function main:
+          __fc_heap_status; Frama_C_entropy_source; __malloc_main1_l9[0..4];
+          __malloc_main1_l12[0..5]; __malloc_main2_l30[0..4];
+          __malloc_main2_l33[0..5]; __malloc_main3_l52; __malloc_main3_l53
+[inout] Inputs for function main:
+          __fc_heap_status; Frama_C_entropy_source; __realloc_main3_l65[0];
+          __realloc_main3_l65_0[0]; __realloc_main3_l65_1[0]
diff --git a/tests/non-free/oracle_symblocs/snprintf0.err.oracle b/tests/non-free/oracle_symblocs/snprintf0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/snprintf0.res.oracle b/tests/non-free/oracle_symblocs/snprintf0.res.oracle
new file mode 100644
index 00000000000..e3b55e21639
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/snprintf0.res.oracle
@@ -0,0 +1,14 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/snprintf0.i (no preprocessing)
+[value] user error: no assigns specified for function 'snprintf', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+tests/non-free/snprintf0.i:12:[value] warning: Destination possibly invalid. assert(match format and arguments)
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/non-free/snprintf0.i:12:[kernel] warning: Neither code nor specification for function snprintf, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  b ∈ {0; 1; 2}
diff --git a/tests/non-free/oracle_symblocs/sprintf.err.oracle b/tests/non-free/oracle_symblocs/sprintf.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/sprintf.res.oracle b/tests/non-free/oracle_symblocs/sprintf.res.oracle
new file mode 100644
index 00000000000..c1c515a7f8c
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/sprintf.res.oracle
@@ -0,0 +1,158 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/sprintf.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+tests/non-free/sprintf.c:25:[value] Precise construction of result impossible.
+tests/non-free/sprintf.c:25:[value] warning: Destination possibly invalid. assert(match format and arguments)
+tests/non-free/sprintf.c:32:[value] Precise construction of result impossible.
+tests/non-free/sprintf.c:32:[value] warning: Destination possibly invalid. assert(match format and arguments)
+tests/non-free/sprintf.c:34:[value] warning: out of bounds read. assert \valid_read(v);
+tests/non-free/sprintf.c:34:[value] Precise construction of result impossible.
+tests/non-free/sprintf.c:34:[value] warning: Destination possibly invalid. assert(match format and arguments)
+tests/non-free/sprintf.c:36:[value] warning: Destination is not precise
+tests/non-free/sprintf.c:37:[value] warning: Destination is not precise
+tests/non-free/sprintf.c:40:[value] warning: Destination is not precise
+tests/non-free/sprintf.c:40:[value] warning: Destination possibly invalid. assert(match format and arguments)
+tests/non-free/sprintf.c:41:[value] warning: Destination is not precise
+tests/non-free/sprintf.c:41:[value] warning: Destination possibly invalid. assert(match format and arguments)
+tests/non-free/sprintf.c:42:[value] warning: Destination possibly invalid. assert(match format and arguments)
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  d1[0] ∈ {48}
+    [1] ∈ {120}
+    [2] ∈ {70}
+    [3] ∈ {65}
+    [4] ∈ {32}
+    [5] ∈ {48}
+    [6] ∈ {120}
+    [7] ∈ {49}
+    [8] ∈ {48}
+    [9] ∈ {49}
+    [10] ∈ {32}
+    [11] ∈ {124}
+    [12] ∈ {48}
+    [13] ∈ {120}
+    [14] ∈ {65}
+    [15] ∈ {10}
+    [16] ∈ {0}
+    [17..99] ∈ UNINITIALIZED
+  d2[0] ∈ {50}
+    [1] ∈ {53}
+    [2] ∈ {48}
+    [3] ∈ {32}
+    [4] ∈ {50}
+    [5] ∈ {53}
+    [6] ∈ {55}
+    [7] ∈ {32}
+    [8] ∈ {124}
+    [9] ∈ {49}
+    [10] ∈ {48}
+    [11] ∈ {10}
+    [12] ∈ {0}
+    [13..99] ∈ UNINITIALIZED
+  d3[0] ∈ {49}
+    [1] ∈ {32}
+    [2] ∈ {49}
+    [3] ∈ {48}
+    [4] ∈ {49}
+    [5] ∈ {32}
+    [6] ∈ {124}
+    [7] ∈ {49}
+    [8] ∈ {48}
+    [9] ∈ {10}
+    [10] ∈ {0}
+    [11..99] ∈ UNINITIALIZED
+  d4[0] ∈ {49}
+    [1] ∈ {32}
+    [2] ∈ {45}
+    [3] ∈ {51}
+    [4] ∈ {0}
+    [5..99] ∈ UNINITIALIZED
+  d4b[0] ∈ {49}
+     [1] ∈ {32}
+     [2] ∈ {45}
+     [3] ∈ {51}
+     [4] ∈ {0}
+     [5..99] ∈ UNINITIALIZED
+  d4c[0..99] ∈ [--..--] or UNINITIALIZED
+  d5[0] ∈ {49}
+    [1] ∈ {32}
+    [2] ∈ {45}
+    [3] ∈ {51}
+    [4] ∈ {0}
+    [5..99] ∈ UNINITIALIZED
+  d6[0..1] ∈ {123}
+    [2] ∈ {32}
+    [3] ∈ {38}
+    [4] ∈ {97}
+    [5] ∈ {32}
+    [6..7] ∈ {125}
+    [8] ∈ {0}
+    [9..99] ∈ UNINITIALIZED
+  d7[0] ∈ {116}
+    [1] ∈ {111}
+    [2] ∈ {116}
+    [3] ∈ {97}
+    [4] ∈ {116}
+    [5] ∈ {117}
+    [6] ∈ {116}
+    [7] ∈ {105}
+    [8] ∈ {0}
+    [9..99] ∈ UNINITIALIZED
+  d8[0] ∈ {102}
+    [1..2] ∈ {111}
+    [3] ∈ {98}
+    [4] ∈ {97}
+    [5] ∈ {114}
+    [6] ∈ {10}
+    [7] ∈ {0}
+    [8..99] ∈ UNINITIALIZED
+  u1[0..99] ∈ [--..--] or UNINITIALIZED
+  u2[0..1] ∈ {123}
+    [2] ∈ {32}
+    [3] ∈ {38}
+    [4] ∈ {99}
+    [5] ∈ {32}
+    [6..7] ∈ {125}
+    [8] ∈ {0}
+    [9..99] ∈ UNINITIALIZED
+  u3[0] ∈ {83}
+    [1..2] ∈ {101}
+    [3] ∈ {32}
+    [4] ∈ {39}
+    [5..99] ∈ [--..--] or UNINITIALIZED
+  u4a[0..2] ∈ {57} or UNINITIALIZED
+     [3] ∈ {0} or UNINITIALIZED
+     [4..99] ∈ UNINITIALIZED
+  u4b[0..2] ∈ UNINITIALIZED
+     [3..5] ∈ {57} or UNINITIALIZED
+     [6] ∈ {0} or UNINITIALIZED
+     [7..99] ∈ UNINITIALIZED
+  u5[0] ∈ {49} or UNINITIALIZED
+    [1] ∈ {50} or UNINITIALIZED
+    [2] ∈ {49; 51} or UNINITIALIZED
+    [3] ∈ {50; 52} or UNINITIALIZED
+    [4] ∈ {51; 53} or UNINITIALIZED
+    [5] ∈ {0; 52} or UNINITIALIZED
+    [6] ∈ {53} or UNINITIALIZED
+    [7] ∈ {0} or UNINITIALIZED
+    [8..99] ∈ UNINITIALIZED
+  u6[0..99] ∈ [--..--] or UNINITIALIZED
+  u7[0] ∈ {49} or UNINITIALIZED
+    [1] ∈ {50} or UNINITIALIZED
+    [2] ∈ {51} or UNINITIALIZED
+    [3] ∈ {52} or UNINITIALIZED
+    [4] ∈ {53} or UNINITIALIZED
+    [5] ∈ {0} or UNINITIALIZED
+    [6..96] ∈ UNINITIALIZED
+    [97] ∈ {49} or UNINITIALIZED
+    [98] ∈ {50} or UNINITIALIZED
+    [99] ∈ {51} or UNINITIALIZED
+  u8[0..99] ∈ UNINITIALIZED
+  ad1 ∈ {{ &d1[0] }}
+  ll ∈ {-3}
+  l ∈ {1}
+  __retres ∈ {0}
diff --git a/tests/non-free/oracle_symblocs/str_allocated.err.oracle b/tests/non-free/oracle_symblocs/str_allocated.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/str_allocated.res.oracle b/tests/non-free/oracle_symblocs/str_allocated.res.oracle
new file mode 100644
index 00000000000..e5e44c91843
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/str_allocated.res.oracle
@@ -0,0 +1,60 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/str_allocated.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  nondet ∈ [--..--]
+[value] computing for function memchr_bug <- main.
+        Called from tests/non-free/str_allocated.c:19.
+tests/non-free/str_allocated.c:11:[value] entering loop for the first time
+tests/non-free/str_allocated.c:12:[value] allocating variable __malloc_memchr_bug_l12
+tests/non-free/str_allocated.c:12:[value:malloc] marking variable `__malloc_memchr_bug_l12' as weak
+tests/non-free/str_allocated.c:12:[value:malloc] resizing variable `__malloc_w_memchr_bug_l12' (0..-1) to fit 0..-1/7
+tests/non-free/str_allocated.c:14:[value] warning: accessing uninitialized left-value. assert \initialized(&b);
+tests/non-free/str_allocated.c:14:[value] Call to builtin Frama_C_memchr(({{ (void const *)&__malloc_w_memchr_bug_l12 }},
+                                        {1},{1}))
+tests/non-free/str_allocated.c:14:[value] warning: builtin Frama_C_memchr: reading indeterminate data
+[value] Recording results for memchr_bug
+[value] Done for function memchr_bug
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/non-free/str_allocated.c:14:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
+[value:final-states] Values at end of function memchr_bug:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  __fc_heap_status ∈ [--..--]
+  __retres ∈ {0}
+[from] Computing for function memchr_bug
+[from] Computing for function malloc <-memchr_bug
+[from] Done for function malloc
+[from] Computing for function memchr <-memchr_bug
+[from] Done for function memchr
+[from] Non-terminating function memchr_bug (no dependencies)
+[from] Done for function memchr_bug
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function malloc:
+  __fc_heap_status FROM __fc_heap_status; size (and SELF)
+  \result FROM __fc_heap_status; size
+[from] Function memchr:
+  \result FROM s; c; __malloc_w_memchr_bug_l12[0]
+[from] Function memchr_bug:
+  NON TERMINATING - NO EFFECTS
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function memchr_bug:
+          __fc_heap_status; b; i
+[inout] Inputs for function memchr_bug:
+          __fc_heap_status; __malloc_w_memchr_bug_l12[0]
+[inout] Out (internal) for function main:
+          __fc_heap_status; __retres
+[inout] Inputs for function main:
+          __fc_heap_status; nondet; __malloc_w_memchr_bug_l12[0]
diff --git a/tests/non-free/oracle_symblocs/strchr.err.oracle b/tests/non-free/oracle_symblocs/strchr.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/strchr.res.oracle b/tests/non-free/oracle_symblocs/strchr.res.oracle
new file mode 100644
index 00000000000..a49bc2418f6
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/strchr.res.oracle
@@ -0,0 +1,1614 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/strchr.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  tab_str[0] ∈ {{ "" }}
+         [1] ∈ {{ "a" }}
+         [2] ∈ {{ "aa" }}
+         [3] ∈ {{ "aaa" }}
+         [4] ∈ {{ "aaaa" }}
+         [5] ∈ {{ "aaaaa" }}
+         [6] ∈ {{ "aaaaaa" }}
+         [7] ∈ {{ "aaaaaaaaa" }}
+         [8] ∈ {{ "aaaaaaaaaa" }}
+         [9] ∈ {{ "aaaaaaaaaaa" }}
+         [10] ∈ {{ "aaaaaaaaaaaa" }}
+         [11] ∈ {{ "aaaaaaaaaaaaa" }}
+  nondet ∈ [--..--]
+  static_str ∈ {0}
+  zero_str ∈ {0}
+[value] computing for function strchr_small_sets <- main.
+        Called from tests/non-free/strchr.c:532.
+[value] computing for function my_strchr <- strchr_small_sets <- main.
+        Called from tests/non-free/strchr.c:79.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0; 1} }},{0}))
+[value] Called Frama_C_show_each_mystrchr({3})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:80:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_small_sets <- main.
+        Called from tests/non-free/strchr.c:83.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" + {0; 1} }},{0}))
+[value] Called Frama_C_show_each_mystrchr({0; 3})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:84:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_small_sets <- main.
+        Called from tests/non-free/strchr.c:86.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{0}))
+[value] Called Frama_C_show_each_mystrchr({0})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:87:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_small_sets <- main.
+        Called from tests/non-free/strchr.c:90.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" + {0; 2} }},{0}))
+[value] Called Frama_C_show_each_mystrchr({1; 3})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:91:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_small_sets <- main.
+        Called from tests/non-free/strchr.c:95.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({0; 1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:96:[value] assertion got status valid.
+[value] Recording results for strchr_small_sets
+[value] Done for function strchr_small_sets
+[value] computing for function strchr_zero_termination <- main.
+        Called from tests/non-free/strchr.c:533.
+[value] computing for function my_strchr <- strchr_zero_termination <- main.
+        Called from tests/non-free/strchr.c:104.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_non_terminated[0] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({0})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:105:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_zero_termination <- main.
+        Called from tests/non-free/strchr.c:109.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated[0] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_zero_termination <- main.
+        Called from tests/non-free/strchr.c:115.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &non_terminated2[2] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] Recording results for strchr_zero_termination
+[value] Done for function strchr_zero_termination
+[value] computing for function strchr_initialization <- main.
+        Called from tests/non-free/strchr.c:534.
+[value] computing for function my_strchr <- strchr_initialization <- main.
+        Called from tests/non-free/strchr.c:123.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &empty_or_uninitialized[0] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
+[value] Called Frama_C_show_each_mystrchr({0})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:124:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_initialization <- main.
+        Called from tests/non-free/strchr.c:127.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &uninitialized[0] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_initialization <- main.
+        Called from tests/non-free/strchr.c:132.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
+[value] Called Frama_C_show_each_mystrchr({1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:133:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_initialization <- main.
+        Called from tests/non-free/strchr.c:139.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
+[value] Called Frama_C_show_each_mystrchr({3})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:140:[value] assertion got status valid.
+[value] Recording results for strchr_initialization
+[value] Done for function strchr_initialization
+[value] computing for function strchr_large <- main.
+        Called from tests/non-free/strchr.c:535.
+[value] computing for function init_array_nondet <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:188.
+tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a }},{1; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:191.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strchr <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:192.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..75])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:193:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:195.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strchr <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:196.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [5..17] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..20])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:197:[value] assertion got status valid.
+tests/non-free/strchr.c:198:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:200.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strchr <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:201.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [60..74] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..75])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:202:[value] assertion got status valid.
+tests/non-free/strchr.c:203:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:205.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strchr <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:206.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..79])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:207:[value] assertion got status valid.
+tests/non-free/strchr.c:208:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function init_array_nondet <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:210.
+tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a }},{0; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:211.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strchr <- strchr_large <- main.
+        Called from tests/non-free/strchr.c:212.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [50..70] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..99])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:213:[value] assertion got status valid.
+[value] Recording results for strchr_large
+[value] Done for function strchr_large
+[value] computing for function strchr_large_uninit <- main.
+        Called from tests/non-free/strchr.c:536.
+[value] computing for function init_array_nondet <- strchr_large_uninit <- main.
+        Called from tests/non-free/strchr.c:220.
+tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a }},{1; 2},{40}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- strchr_large_uninit <- main.
+        Called from tests/non-free/strchr.c:221.
+tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&a[50] }},{3; 4},{45}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- strchr_large_uninit <- main.
+        Called from tests/non-free/strchr.c:225.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strchr <- strchr_large_uninit <- main.
+        Called from tests/non-free/strchr.c:226.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [3..30] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..29])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:227:[value] assertion got status valid.
+tests/non-free/strchr.c:228:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- strchr_large_uninit <- main.
+        Called from tests/non-free/strchr.c:231.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strchr <- strchr_large_uninit <- main.
+        Called from tests/non-free/strchr.c:232.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [63..80] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..79])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:233:[value] assertion got status valid.
+tests/non-free/strchr.c:234:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function Frama_C_interval <- strchr_large_uninit <- main.
+        Called from tests/non-free/strchr.c:236.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strchr <- strchr_large_uninit <- main.
+        Called from tests/non-free/strchr.c:237.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &a + [45..55] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..75])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:238:[value] assertion got status valid.
+tests/non-free/strchr.c:239:[value] warning: assertion 'refined' got status unknown.
+[value] Recording results for strchr_large_uninit
+[value] Done for function strchr_large_uninit
+[value] computing for function strchr_misc_array <- main.
+        Called from tests/non-free/strchr.c:537.
+[value] computing for function Frama_C_interval <- strchr_misc_array <- main.
+        Called from tests/non-free/strchr.c:261.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strchr <- strchr_misc_array <- main.
+        Called from tests/non-free/strchr.c:262.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" ; "a" ; "aa" ; "aaa" ; "aaaa" ;
+                                           "aaaaa" ; "aaaaaa" ; "aaaaaaaaa" ;
+                                           "aaaaaaaaaa" ; "aaaaaaaaaaa" ;
+                                           "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" }},
+                                        {0}))
+tests/non-free/strchr.c:54:[value] warning: pointer subtraction. assert \base_addr(ss) ≡ \base_addr(s);
+[value] Called Frama_C_show_each_mystrchr([0..13])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:263:[value] assertion got status valid.
+[value] Recording results for strchr_misc_array
+[value] Done for function strchr_misc_array
+[value] computing for function strchr_misc <- main.
+        Called from tests/non-free/strchr.c:538.
+[value] computing for function my_strchr <- strchr_misc <- main.
+        Called from tests/non-free/strchr.c:293.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &unterminated_string[0] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_misc <- main.
+        Called from tests/non-free/strchr.c:296.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "Hello World\n" ; "Bonjour Monde\n" }},
+                                        {0}))
+[value] Called Frama_C_show_each_mystrchr({12; 14})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:297:[value] assertion got status valid.
+[value] computing for function my_strchr2 <- strchr_misc <- main.
+        Called from tests/non-free/strchr.c:299.
+tests/non-free/strchr.c:62:[value] Call to builtin Frama_C_strchr(({{ &x + {0; 3} }},{0}))
+tests/non-free/strchr.c:62:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr2({0})
+[value] Recording results for my_strchr2
+[value] Done for function my_strchr2
+tests/non-free/strchr.c:300:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_misc <- main.
+        Called from tests/non-free/strchr.c:302.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &loc_char_array[0] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_misc <- main.
+        Called from tests/non-free/strchr.c:303.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc\000\000\000abc" }},{0}))
+[value] Called Frama_C_show_each_mystrchr({3})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:304:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_misc <- main.
+        Called from tests/non-free/strchr.c:305.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc\000\000\000abc" + {4} }},{0}))
+[value] Called Frama_C_show_each_mystrchr({4})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:306:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_misc <- main.
+        Called from tests/non-free/strchr.c:307.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc\000\000\000abc" + {5} }},{0}))
+[value] Called Frama_C_show_each_mystrchr({5})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:308:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_misc <- main.
+        Called from tests/non-free/strchr.c:309.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc\000\000\000abc" + {6} }},{0}))
+[value] Called Frama_C_show_each_mystrchr({9})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:310:[value] assertion got status valid.
+[value] Recording results for strchr_misc
+[value] Done for function strchr_misc
+[value] computing for function strchr_misc2 <- main.
+        Called from tests/non-free/strchr.c:539.
+[value] computing for function my_strchr2 <- strchr_misc2 <- main.
+        Called from tests/non-free/strchr.c:319.
+tests/non-free/strchr.c:62:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }},{0}))
+tests/non-free/strchr.c:67:[value] warning: pointer subtraction. assert \base_addr(s) ≡ \base_addr((char *)base);
+[value] Called Frama_C_show_each_mystrchr2({3; 4})
+[value] Recording results for my_strchr2
+[value] Done for function my_strchr2
+tests/non-free/strchr.c:320:[value] assertion got status valid.
+[value] computing for function my_strchr2 <- strchr_misc2 <- main.
+        Called from tests/non-free/strchr.c:323.
+tests/non-free/strchr.c:62:[value] Call to builtin Frama_C_strchr(({{ "efg" + {1; 2} ; "EFGH" + {1; 2} }},{0}))
+[value] Called Frama_C_show_each_mystrchr2({3; 4})
+[value] Recording results for my_strchr2
+[value] Done for function my_strchr2
+tests/non-free/strchr.c:324:[value] assertion got status valid.
+tests/non-free/strchr.c:327:[value] entering loop for the first time
+[value] computing for function my_strchr <- strchr_misc2 <- main.
+        Called from tests/non-free/strchr.c:328.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "mno\000pqr" ; "MNOP\000QRS" }},{0}))
+[value] Called Frama_C_show_each_mystrchr({3; 4})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:329:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_misc2 <- main.
+        Called from tests/non-free/strchr.c:328.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "mno\000pqr" + {0; 1} ;
+                                           "MNOP\000QRS" + {0; 1} }},{0}))
+[value] Called Frama_C_show_each_mystrchr({3; 4})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_misc2 <- main.
+        Called from tests/non-free/strchr.c:328.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "mno\000pqr" + {0; 1; 2} ;
+                                           "MNOP\000QRS" + {0; 1; 2} }},{0}))
+[value] Called Frama_C_show_each_mystrchr({3; 4})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_misc2 <- main.
+        Called from tests/non-free/strchr.c:328.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
+                                           "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }},
+                                        {0}))
+[value] Called Frama_C_show_each_mystrchr({3; 4; 7; 8})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_misc2 <- main.
+        Called from tests/non-free/strchr.c:328.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
+                                           "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }},
+                                        {0}))
+[value] Called Frama_C_show_each_mystrchr({3; 4; 7; 8})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_misc2 <- main.
+        Called from tests/non-free/strchr.c:335.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &maybe_init[0] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
+[value] Called Frama_C_show_each_mystrchr({1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:336:[value] assertion got status valid.
+[value] Recording results for strchr_misc2
+[value] Done for function strchr_misc2
+[value] computing for function strchr_bitfields <- main.
+        Called from tests/non-free/strchr.c:540.
+tests/non-free/strchr.c:157:[value] Call to builtin Frama_C_strchr(({{ (char const *)&s }},{0}))
+tests/non-free/strchr.c:157:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Recording results for strchr_bitfields
+[value] Done for function strchr_bitfields
+[value] computing for function strchr_bitfields2 <- main.
+        Called from tests/non-free/strchr.c:541.
+[value] computing for function my_strchr <- strchr_bitfields2 <- main.
+        Called from tests/non-free/strchr.c:174.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&s }},{0}))
+[value] Called Frama_C_show_each_mystrchr({2})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:175:[value] assertion got status valid.
+[value] Recording results for strchr_bitfields2
+[value] Done for function strchr_bitfields2
+[value] computing for function strchr_escaping <- main.
+        Called from tests/non-free/strchr.c:542.
+tests/non-free/strchr.c:249:[value] warning: locals {x} escaping the scope of a block of strchr_escaping through s
+[value] computing for function my_strchr <- strchr_escaping <- main.
+        Called from tests/non-free/strchr.c:252.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible escaping addresses
+[value] Called Frama_C_show_each_mystrchr({0})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:253:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_escaping <- main.
+        Called from tests/non-free/strchr.c:255.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
+[value] Called Frama_C_show_each_mystrchr({0})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:256:[value] assertion got status valid.
+[value] Recording results for strchr_escaping
+[value] Done for function strchr_escaping
+[value] computing for function strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:543.
+tests/non-free/strchr.c:346:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strchr.c:348:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strchr.c:350:[value] warning: out of bounds write. assert \valid(p);
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:359.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
+[value] Called Frama_C_show_each_mystrchr({1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:360.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
+tests/non-free/strchr.c:49:[kernel] more than 200(201) locations to update in array. Approximating.
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
+[value] Called Frama_C_show_each_mystrchr({1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:361.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
+tests/non-free/strchr.c:49:[kernel] more than 200(1000000) locations to update in array. Approximating.
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possible uninitialized values
+[value] Called Frama_C_show_each_mystrchr({1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] Called Frama_C_show_each({1}, {1}, {1})
+tests/non-free/strchr.c:363:[value] assertion got status valid.
+tests/non-free/strchr.c:364:[value] assertion got status valid.
+tests/non-free/strchr.c:365:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:367.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..799])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:368.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..803])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:369.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..3999999])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] Called Frama_C_show_each([-1..799], [-1..803], [-1..3999999])
+tests/non-free/strchr.c:371:[value] assertion got status valid.
+tests/non-free/strchr.c:372:[value] assertion got status valid.
+tests/non-free/strchr.c:373:[value] assertion got status valid.
+tests/non-free/strchr.c:374:[value] warning: assertion 'refined' got status unknown.
+tests/non-free/strchr.c:375:[value] warning: assertion 'refined' got status unknown.
+tests/non-free/strchr.c:376:[value] warning: assertion 'refined' got status unknown.
+[value] computing for function init_array_nondet <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:378.
+tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&u }},{0; 1},{800}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:379.
+tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&r }},{0; 1},{804}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:380.
+tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&t }},{0; 1},{4000000}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+tests/non-free/strchr.c:382:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strchr.c:384:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strchr.c:386:[value] warning: out of bounds write. assert \valid(p);
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:387.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&u }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([0..799])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:388.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&r }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([0..803])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:389.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ (char const *)&t }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([0..3999999])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] Called Frama_C_show_each([0..799], [0..803], [0..3999999])
+tests/non-free/strchr.c:391:[value] assertion got status valid.
+tests/non-free/strchr.c:392:[value] assertion got status valid.
+tests/non-free/strchr.c:393:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:395.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &u + [0..4294967295] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..799])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:396.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &r + [0..4294967295] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..803])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_big_array <- main.
+        Called from tests/non-free/strchr.c:397.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..3999999])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] Called Frama_C_show_each([-1..799], [-1..803], [-1..3999999])
+tests/non-free/strchr.c:399:[value] assertion got status valid.
+tests/non-free/strchr.c:400:[value] assertion got status valid.
+tests/non-free/strchr.c:401:[value] assertion got status valid.
+tests/non-free/strchr.c:402:[value] warning: assertion 'refined' got status unknown.
+tests/non-free/strchr.c:403:[value] warning: assertion 'refined' got status unknown.
+tests/non-free/strchr.c:404:[value] warning: assertion 'refined' got status unknown.
+[value] Recording results for strchr_big_array
+[value] Done for function strchr_big_array
+[value] computing for function strchr_no_zero_but_ok <- main.
+        Called from tests/non-free/strchr.c:544.
+[value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
+        Called from tests/non-free/strchr.c:415.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
+[value] Called Frama_C_show_each_mystrchr({10})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:416:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
+        Called from tests/non-free/strchr.c:417.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s[0] }},{0}))
+[value] Called Frama_C_show_each_mystrchr({10})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:418:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
+        Called from tests/non-free/strchr.c:420.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[1], [8]} }},{0}))
+[value] Called Frama_C_show_each_mystrchr({10})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:421:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
+        Called from tests/non-free/strchr.c:423.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [11]} }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({10; 14; 15; 16; 17; 18; 19})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:424:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_no_zero_but_ok <- main.
+        Called from tests/non-free/strchr.c:426.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &s{[7], [18]} }},{0}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({10; 18; 19})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:427:[value] assertion got status valid.
+[value] Recording results for strchr_no_zero_but_ok
+[value] Done for function strchr_no_zero_but_ok
+[value] computing for function strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:545.
+[value] Called Frama_C_show_each_c({97})
+[value] computing for function strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:456.
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:435.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0; 1} }},{97}))
+[value] Called Frama_C_show_each_mystrchr({-1; 0})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:438.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" + {0; 1} }},{97}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({-1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:440.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({-1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:443.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" + {0; 2} }},{97}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({-1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:447.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({0; 1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] Recording results for strchr_small_sets_no_assertions
+[value] Done for function strchr_small_sets_no_assertions
+[value] Called Frama_C_show_each_res({-1; 0}, {-1}, {-1}, {-1}, {0; 1})
+tests/non-free/strchr.c:458:[value] assertion got status valid.
+tests/non-free/strchr.c:459:[value] assertion got status valid.
+tests/non-free/strchr.c:460:[value] assertion got status valid.
+tests/non-free/strchr.c:461:[value] assertion got status valid.
+tests/non-free/strchr.c:462:[value] assertion got status valid.
+[value] computing for function strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:465.
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:435.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0; 1} }},{98}))
+[value] Called Frama_C_show_each_mystrchr({1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:438.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" + {0; 1} }},{98}))
+[value] Called Frama_C_show_each_mystrchr({-1; 1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:440.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({-1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:443.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" + {0; 2} }},{98}))
+[value] Called Frama_C_show_each_mystrchr({-1; 0})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:447.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({0; 1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] Recording results for strchr_small_sets_no_assertions
+[value] Done for function strchr_small_sets_no_assertions
+[value] Called Frama_C_show_each_res({1}, {-1; 1}, {-1}, {-1; 0}, {0; 1})
+tests/non-free/strchr.c:467:[value] assertion got status valid.
+tests/non-free/strchr.c:468:[value] assertion got status valid.
+tests/non-free/strchr.c:469:[value] assertion got status valid.
+tests/non-free/strchr.c:470:[value] assertion got status valid.
+tests/non-free/strchr.c:471:[value] assertion got status valid.
+[value] Called Frama_C_show_each_c({97; 98})
+[value] computing for function strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:475.
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:435.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0; 1} }},{97; 98}))
+[value] Called Frama_C_show_each_mystrchr({-1; 0; 1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:438.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" + {0; 1} }},{97; 98}))
+[value] Called Frama_C_show_each_mystrchr({-1; 1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:440.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{97; 98}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({-1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:443.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" + {0; 2} }},{97; 98}))
+[value] Called Frama_C_show_each_mystrchr({-1; 0})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:447.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{97; 98}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({0; 1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] Recording results for strchr_small_sets_no_assertions
+[value] Done for function strchr_small_sets_no_assertions
+[value] Called Frama_C_show_each_res({-1; 0; 1}, {-1; 1}, {-1}, {-1; 0}, {0; 1})
+tests/non-free/strchr.c:478:[value] assertion got status valid.
+tests/non-free/strchr.c:479:[value] assertion got status valid.
+tests/non-free/strchr.c:480:[value] assertion got status valid.
+tests/non-free/strchr.c:481:[value] assertion got status valid.
+tests/non-free/strchr.c:482:[value] assertion got status valid.
+[value] Called Frama_C_show_each_c({98; 99})
+[value] computing for function strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:486.
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:435.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0; 1} }},{98; 99}))
+[value] Called Frama_C_show_each_mystrchr({-1; 1; 2})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:438.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" + {0; 1} }},{98; 99}))
+[value] Called Frama_C_show_each_mystrchr({-1; 1; 2})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:440.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{98; 99}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({-1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:443.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" + {0; 2} }},{98; 99}))
+[value] Called Frama_C_show_each_mystrchr({-1; 0; 2})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:447.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{98; 99}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({0; 1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] Recording results for strchr_small_sets_no_assertions
+[value] Done for function strchr_small_sets_no_assertions
+[value] Called Frama_C_show_each_res({-1; 1; 2}, {-1; 1; 2}, {-1}, {-1; 0; 2}, {0; 1})
+tests/non-free/strchr.c:488:[value] assertion got status valid.
+tests/non-free/strchr.c:489:[value] warning: assertion 'refined' got status unknown.
+tests/non-free/strchr.c:490:[value] assertion got status valid.
+tests/non-free/strchr.c:491:[value] assertion got status valid.
+tests/non-free/strchr.c:492:[value] assertion got status valid.
+tests/non-free/strchr.c:493:[value] assertion got status valid.
+[value] Called Frama_C_show_each_c({0; 98; 99})
+[value] computing for function strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:497.
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:435.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abc" + {0; 1} }},{0; 98; 99}))
+[value] Called Frama_C_show_each_mystrchr({-1; 1; 2; 3})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:438.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "\000bc" + {0; 1} }},{0; 98; 99}))
+[value] Called Frama_C_show_each_mystrchr({-1; 0; 1; 2; 3})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:440.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "" }},{0; 98; 99}))
+[value] Called Frama_C_show_each_mystrchr({-1; 0})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:443.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "b\000c" + {0; 2} }},{0; 98; 99}))
+[value] Called Frama_C_show_each_mystrchr({-1; 0; 1; 2; 3})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] computing for function my_strchr <- strchr_small_sets_no_assertions <- 
+                                strchr_small_sets_chars <- main.
+        Called from tests/non-free/strchr.c:447.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] }},{0; 98; 99}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr({-1; 0; 1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] Recording results for strchr_small_sets_no_assertions
+[value] Done for function strchr_small_sets_no_assertions
+[value] Called Frama_C_show_each_res({-1; 1; 2; 3},
+                                     {-1; 0; 1; 2; 3},
+                                     {-1; 0},
+                                     {-1; 0; 1; 2; 3},
+                                     {-1; 0; 1})
+tests/non-free/strchr.c:499:[value] assertion got status valid.
+tests/non-free/strchr.c:500:[value] warning: assertion 'refined' got status unknown.
+tests/non-free/strchr.c:501:[value] assertion got status valid.
+tests/non-free/strchr.c:502:[value] assertion got status valid.
+tests/non-free/strchr.c:503:[value] assertion got status valid.
+tests/non-free/strchr.c:504:[value] assertion got status valid.
+[value] Recording results for strchr_small_sets_chars
+[value] Done for function strchr_small_sets_chars
+[value] computing for function strchr_unbounded <- main.
+        Called from tests/non-free/strchr.c:546.
+[value] computing for function my_strchr <- strchr_unbounded <- main.
+        Called from tests/non-free/strchr.c:511.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ "abcd" }},[-128..127]))
+[value] Called Frama_C_show_each_mystrchr({-1; 0; 1; 2; 3; 4})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:512:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_unbounded <- main.
+        Called from tests/non-free/strchr.c:516.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
+                                        [-128..127]))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..26])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:517:[value] assertion got status valid.
+[value] computing for function init_array_nondet <- strchr_unbounded <- main.
+        Called from tests/non-free/strchr.c:518.
+tests/non-free/strchr.c:180:[value] Call to builtin memset(({{ (void *)&t }},{0; 1},{30}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function my_strchr <- strchr_unbounded <- main.
+        Called from tests/non-free/strchr.c:519.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }},
+                                        [-128..127]))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr: possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..29])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:520:[value] assertion got status valid.
+[value] computing for function my_strchr <- strchr_unbounded <- main.
+        Called from tests/non-free/strchr.c:521.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ &t + [0..4294967295] ;
+                                           "ABCDEFGHIJKLMNOPQRSTUVWXYZ" +
+                                           [0..4294967295] }},[-128..127]))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 range too large and/or imprecise, approximating
+                 possible uninitialized values
+                 possible escaping addresses
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each_mystrchr([-1..29])
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+tests/non-free/strchr.c:522:[value] assertion got status valid.
+[value] Recording results for strchr_unbounded
+[value] Done for function strchr_unbounded
+[value] computing for function strchr_invalid <- main.
+        Called from tests/non-free/strchr.c:547.
+[value] computing for function my_strchr <- strchr_invalid <- main.
+        Called from tests/non-free/strchr.c:528.
+tests/non-free/strchr.c:49:[value] Call to builtin Frama_C_strchr(({{ garbled mix of &{s; "hello"}
+                                        (origin: Arithmetic
+                                        {tests/non-free/strchr.c:49}) }},{1}))
+tests/non-free/strchr.c:49:[value] warning: builtin Frama_C_strchr:
+                 string argument is too imprecise, cannot compute a useful result.
+[value] Called Frama_C_show_each_mystrchr({-1})
+[value] Recording results for my_strchr
+[value] Done for function my_strchr
+[value] Recording results for strchr_invalid
+[value] Done for function strchr_invalid
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function init_array_nondet:
+  from ∈ {-1}
+  to ∈ {-1}
+  val1 ∈ {-1}
+  val2 ∈ {-1}
+  val ∈ {0; 1; 2; 3; 4}
+  a[0..99] ∈ {0; 1; 2}
+  a[0..39] ∈ {1; 2}
+   [40..49] ∈ UNINITIALIZED
+   [50..94] ∈ {3; 4} or UNINITIALIZED
+   [95..99] ∈ UNINITIALIZED
+  u[0..199] ∈ {0; 16843009}
+  r[0..200] ∈ {0; 16843009; 270729319} or UNINITIALIZED
+  t[0..999999] ∈ {0; 16843009; 270729319} or UNINITIALIZED
+  t[0..29] ∈ {0; 1}
+[value:final-states] Values at end of function my_strchr:
+  ss ∈
+    {{ NULL ; &t{[0], [1]} ; &empty_or_non_terminated[0] ;
+       &empty_or_uninitialized[0] ; &s[1] ; &t[3] ; &s + {2} ; &a + [0..99] ;
+       &a + [0..79] ; &s[0] ; &maybe_init[1] ; &u + [0..799] ;
+       &r + [0..803] ; &t + [0..3999999] ;
+       &s{[10], [14], [15], [16], [17], [18], [19]} ; &t{[0], [1]} ;
+       &t + [0..29] ; "" ; "a" + {1} ; "aa" + {2} ; "aaa" + {3} ;
+       "aaaa" + {4} ; "aaaaa" + {5} ; "aaaaaa" + {6} ; "aaaaaaaaa" + {9} ;
+       "aaaaaaaaaa" + {10} ; "aaaaaaaaaaa" + {11} ; "aaaaaaaaaaaa" + {12} ;
+       "aaaaaaaaaaaaa" + {13} ; "abc" + {3} ; "\000bc" + {0; 3} ; "" ;
+       "b\000c" + {1; 3} ; "Hello World\n" + {12} ;
+       "abc\000\000\000abc" + {3; 4; 5; 9} ; "Bonjour Monde\n" + {14} ;
+       "mno\000pqr" + {3; 7} ; "MNOP\000QRS" + {4; 8} ;
+       "abc" + {0; 1; 2; 3} ; "\000bc" + {0; 1; 2; 3} ; "" ;
+       "b\000c" + {0; 1; 2; 3} ; "abcd" + {0; 1; 2; 3; 4} ;
+       "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + [0..26] }}
+  res ∈ [-1..3999999]
+[value:final-states] Values at end of function my_strchr2:
+  p ∈
+   {{ &x + {0; 3} ; "abc" + {0; 1} ; "ABCD" + {0; 1} ; "efg" + {1; 2} ;
+      "EFGH" + {1; 2} }}
+  s ∈
+   {{ (char *)&x ; "abc" + {3} ; "ABCD" + {4} ; "efg" + {3} ; "EFGH" + {4} }}
+  res ∈ {0; 3; 4}
+[value:final-states] Values at end of function strchr_big_array:
+  c ∈ {0}
+  u[0..199] ∈ {0; 16843009; 270729319}
+  r[0..200] ∈ {0; 16843009; 270729319}
+  t[0..999999] ∈ {0; 16843009; 270729319}
+  p ∈ {{ &t + [0..3999996],0%4 }}
+  len_u ∈ [0..799]
+  len_r ∈ [0..803]
+  len_t ∈ [0..3999999]
+[value:final-states] Values at end of function strchr_bitfields:
+  c ∈ {0}
+  s.a ∈ {3}
+   .b ∈ {1}
+   .[bits 16 to 31] ∈ UNINITIALIZED
+   .c ∈ {7}
+   .[bits 49 to 63] ∈ UNINITIALIZED
+  p ∈ {{ (char *)&s }}
+[value:final-states] Values at end of function strchr_bitfields2:
+  c ∈ {0}
+  s.a ∈ {3}
+   .b ∈ {1}
+   .c ∈ {7}
+   .[bits 25 to 31] ∈ UNINITIALIZED
+  p ∈ {{ (char *)&s }}
+  z1 ∈ {2}
+[value:final-states] Values at end of function strchr_escaping:
+  c ∈ {0}
+  s[0] ∈ {0}
+   [1..3] ∈ ESCAPINGADDR
+  z1 ∈ {0}
+  z2 ∈ {0}
+[value:final-states] Values at end of function strchr_initialization:
+  c ∈ {0}
+  empty_or_uninitialized[0] ∈ {0} or UNINITIALIZED
+  z1 ∈ {0}
+  s[0] ∈ {1} or UNINITIALIZED
+   [1] ∈ {0}
+  z2 ∈ {1}
+  t[0..1] ∈ {10}
+   [2] ∈ {10} or UNINITIALIZED
+   [3] ∈ {0}
+  z3 ∈ {3}
+[value:final-states] Values at end of function strchr_invalid:
+  s ∈ {{ "hello" }}
+[value:final-states] Values at end of function strchr_large:
+  Frama_C_entropy_source ∈ [--..--]
+  c ∈ {0}
+  a[0..99] ∈ {0; 2}
+  offset ∈ [50..70]
+  z1 ∈ [-1..75]
+  z2 ∈ {20}
+  z3 ∈ {75}
+  z4 ∈ {75}
+  z5 ∈ [-1..99]
+[value:final-states] Values at end of function strchr_large_uninit:
+  Frama_C_entropy_source ∈ [--..--]
+  c ∈ {0}
+  a[0..19] ∈ {1; 2}
+   [20] ∈ {0}
+   [21..39] ∈ {1; 2}
+   [40..49] ∈ UNINITIALIZED
+   [50..74] ∈ {3; 4}
+   [75] ∈ {0}
+   [76..94] ∈ {3; 4}
+   [95..97] ∈ UNINITIALIZED
+   [98] ∈ {0}
+   [99] ∈ UNINITIALIZED
+  offset ∈ {0}
+  z1 ∈ {20}
+  z2 ∈ {75}
+  z3 ∈ {75}
+[value:final-states] Values at end of function strchr_misc:
+  c ∈ {0}
+  loc_str ∈ {{ "Bonjour Monde\n" }}
+  loc_char_array[0..2] ∈ UNINITIALIZED
+                [3] ∈ {0}
+                [4] ∈ UNINITIALIZED
+  sz1 ∈ {12; 14}
+  sz2 ∈ {0}
+  sz4a ∈ {3}
+  sz4b ∈ {4}
+  sz4c ∈ {5}
+  sz4d ∈ {9}
+  x ∈ {-1412567296}
+  str ∈ {{ (char *)&x }}
+  unterminated_string[0] ∈ {117}
+                     [1] ∈ {110}
+                     [2] ∈ {116}
+                     [3] ∈ {101}
+                     [4] ∈ {114}
+                     [5] ∈ {109}
+                     [6] ∈ {105}
+                     [7] ∈ {110}
+                     [8] ∈ {97}
+                     [9] ∈ {116}
+                     [10] ∈ {101}
+                     [11] ∈ {100}
+  static_str ∈ {{ "Hello World\n" }}
+  zero_str ∈ {{ "abc\000\000\000abc" }}
+[value:final-states] Values at end of function strchr_misc2:
+  c ∈ {0}
+  sz5 ∈ {3; 4}
+  sz6 ∈ {3; 4}
+  sz7 ∈ {3; 4; 7; 8} or UNINITIALIZED
+  sz8 ∈ {1}
+  s1 ∈ {{ "mno\000pqr" ; "MNOP\000QRS" }}
+  maybe_init[0] ∈ {65} or UNINITIALIZED
+            [1] ∈ {0}
+[value:final-states] Values at end of function strchr_misc_array:
+  Frama_C_entropy_source ∈ [--..--]
+  c ∈ {0}
+  i ∈ [0..11]
+  sz3 ∈ [0..13]
+[value:final-states] Values at end of function strchr_no_zero_but_ok:
+  c ∈ {0}
+  s[0..9] ∈ {1}
+   [10] ∈ {0}
+   [11..13] ∈ {1}
+   [14..19] ∈ {0; 1}
+  z1 ∈ {10}
+  z2 ∈ {10}
+  offs ∈ {7; 18}
+  z3 ∈ {10}
+  z4 ∈ {10; 14; 15; 16; 17; 18; 19}
+  z5 ∈ {10; 18; 19}
+[value:final-states] Values at end of function strchr_small_sets:
+  c ∈ {0}
+  s ∈ {{ "b\000c" }}
+  o ∈ {0; 2}
+  z1 ∈ {3}
+  z2 ∈ {0; 3}
+  z3 ∈ {0}
+  z4 ∈ {1; 3}
+  t[0..1] ∈ {0; 1}
+   [2..3] ∈ {1}
+  z5 ∈ {0; 1}
+[value:final-states] Values at end of function strchr_small_sets_no_assertions:
+  s ∈ {{ "b\000c" }}
+  o ∈ {0; 2}
+  t[0..1] ∈ {0; 1; 97; 98; 99}
+   [2..3] ∈ {1}
+  res[0..1] ∈ {-1; 0; 1; 2; 3}
+     [2] ∈ {-1; 0}
+     [3] ∈ {-1; 0; 1; 2; 3}
+     [4] ∈ {-1; 0; 1}
+  __retres ∈ {0}
+[value:final-states] Values at end of function strchr_small_sets_chars:
+  c ∈ {0; 98; 99}
+  res[0] ∈ {1; 2; 3}
+     [1] ∈ {-1; 0; 1; 2; 3}
+     [2] ∈ {-1; 0}
+     [3] ∈ {-1; 0; 1; 2; 3}
+     [4] ∈ {-1; 0; 1}
+[value:final-states] Values at end of function strchr_unbounded:
+  c ∈ [--..--]
+  s ∈ {{ &t[0] ; "ABCDEFGHIJKLMNOPQRSTUVWXYZ" }}
+  u1 ∈ {-1; 0; 1; 2; 3; 4}
+  t[0..29] ∈ {0; 1}
+  u2 ∈ [-1..26]
+  u3 ∈ [-1..29]
+  u4 ∈ [-1..29]
+[value:final-states] Values at end of function strchr_zero_termination:
+  c ∈ {0}
+  empty_or_non_terminated[0] ∈ {0; 100}
+  z1 ∈ {0}
+  non_terminated[0] ∈ {88}
+  non_terminated2[0] ∈ {76}
+                 [1] ∈ {0}
+                 [2] ∈ {28}
+                 [3] ∈ {14}
+  o ∈ {2; 3}
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  static_str ∈ {{ "Hello World\n" }}
+  zero_str ∈ {{ "abc\000\000\000abc" }}
+  __retres ∈ {0}
+[from] Computing for function init_array_nondet
+[from] Computing for function Frama_C_memset <-init_array_nondet
+[from] Done for function Frama_C_memset
+[from] Done for function init_array_nondet
+[from] Computing for function my_strchr
+[from] Computing for function Frama_C_strchr <-my_strchr
+[from] Done for function Frama_C_strchr
+[from] Done for function my_strchr
+[from] Computing for function my_strchr2
+[from] Done for function my_strchr2
+[from] Computing for function strchr_big_array
+[from] Done for function strchr_big_array
+[from] Computing for function strchr_bitfields
+[from] Done for function strchr_bitfields
+[from] Computing for function strchr_bitfields2
+[from] Done for function strchr_bitfields2
+[from] Computing for function strchr_escaping
+[from] Done for function strchr_escaping
+[from] Computing for function strchr_initialization
+[from] Done for function strchr_initialization
+[from] Computing for function strchr_invalid
+[from] Done for function strchr_invalid
+[from] Computing for function strchr_large
+[from] Computing for function Frama_C_interval <-strchr_large
+[from] Done for function Frama_C_interval
+[from] Done for function strchr_large
+[from] Computing for function strchr_large_uninit
+[from] Done for function strchr_large_uninit
+[from] Computing for function strchr_misc
+[from] Done for function strchr_misc
+[from] Computing for function strchr_misc2
+[from] Done for function strchr_misc2
+[from] Computing for function strchr_misc_array
+[from] Done for function strchr_misc_array
+[from] Computing for function strchr_no_zero_but_ok
+[from] Done for function strchr_no_zero_but_ok
+[from] Computing for function strchr_small_sets
+[from] Done for function strchr_small_sets
+[from] Computing for function strchr_small_sets_no_assertions
+[from] Done for function strchr_small_sets_no_assertions
+[from] Computing for function strchr_small_sets_chars
+[from] Done for function strchr_small_sets_chars
+[from] Computing for function strchr_unbounded
+[from] Done for function strchr_unbounded
+[from] Computing for function strchr_zero_termination
+[from] Done for function strchr_zero_termination
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function init_array_nondet:
+  a[0..99] FROM val1; val2; nondet (and SELF)
+  a[0..99] FROM val1; val2; nondet (and SELF)
+  u[0..199] FROM val1; val2; nondet (and SELF)
+  r[0..200] FROM val1; val2; nondet (and SELF)
+  t[0..999999] FROM val1; val2; nondet (and SELF)
+  t[0..29] FROM val1; val2; nondet (and SELF)
+[from] Function my_strchr:
+  \result FROM s; c; t[0..3]; empty_or_non_terminated[0]; non_terminated[0];
+               non_terminated2[0..3]; empty_or_uninitialized[0];
+               uninitialized[0]; s[0..1]; t[0..3]; s; a[0..99]; a[0..99];
+               s[0..3]; loc_char_array[0..4]; x; unterminated_string[0..11];
+               maybe_init[0..1]; u[0..199]; r[0..200]; t[0..999999];
+               s[0..19]; t[0..3]; t[0..29]; s; ""[bits 0 to 7];
+               "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+               "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+               "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+               "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+               "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111];
+               "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+               "Hello World\n"[bits 0 to 103];
+               "abc\000\000\000abc"[bits 0 to 79];
+               "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+               "efg"; "EFGH"[bits 0 to 39]; "mno\000pqr"[bits 0 to 63];
+               "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7];
+               "b\000c"; "abcd"[bits 0 to 39];
+               "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+               "hello"[bits 0 to 47]
+[from] Function my_strchr2:
+  \result FROM base; c; loc_char_array[0..4]; x; unterminated_string[0..11];
+               maybe_init[0..1]; ""[bits 0 to 7]; "a"[bits 0 to 15];
+               "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39];
+               "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+               "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+               "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+               "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc";
+               ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+               "abc\000\000\000abc"[bits 0 to 79];
+               "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+               "efg"; "EFGH"[bits 0 to 39]; "mno\000pqr"[bits 0 to 63];
+               "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7];
+               "b\000c"; "abcd"[bits 0 to 39];
+               "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+               "hello"[bits 0 to 47]
+[from] Function strchr_big_array:
+  NO EFFECTS
+[from] Function strchr_bitfields:
+  NO EFFECTS
+[from] Function strchr_bitfields2:
+  NO EFFECTS
+[from] Function strchr_escaping:
+  NO EFFECTS
+[from] Function strchr_initialization:
+  NO EFFECTS
+[from] Function strchr_invalid:
+  NO EFFECTS
+[from] Function strchr_large:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function strchr_large_uninit:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function strchr_misc:
+  static_str FROM \nothing
+  zero_str FROM \nothing
+[from] Function strchr_misc2:
+  NO EFFECTS
+[from] Function strchr_misc_array:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function strchr_no_zero_but_ok:
+  NO EFFECTS
+[from] Function strchr_small_sets:
+  NO EFFECTS
+[from] Function strchr_small_sets_no_assertions:
+  res[0..3]
+     FROM c; res; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23];
+          "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111];
+          "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+          "efg"; "EFGH"[bits 0 to 39]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7];
+          "b\000c"; "abcd"[bits 0 to 39];
+          "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215]; "hello"[bits 0 to 47]
+     [4]
+     FROM c; res; nondet; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39];
+          "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7];
+          "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+          "efg"; "EFGH"[bits 0 to 39]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7];
+          "b\000c"; "abcd"[bits 0 to 39];
+          "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215]; "hello"[bits 0 to 47]
+  \result FROM \nothing
+[from] Function strchr_small_sets_chars:
+  NO EFFECTS
+[from] Function strchr_unbounded:
+  NO EFFECTS
+[from] Function strchr_zero_termination:
+  NO EFFECTS
+[from] Function main:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  static_str FROM \nothing
+  zero_str FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function init_array_nondet:
+          from; to; val1; val2; val; tmp; a[0..99]; a[0..99]; u[0..199]; r[0..200];
+          t[0..999999]; t[0..29]
+[inout] Inputs for function init_array_nondet:
+          nondet
+[inout] Out (internal) for function my_strchr:
+          ss; res
+[inout] Inputs for function my_strchr:
+          t[0..3]; empty_or_non_terminated[0]; non_terminated[0];
+          non_terminated2[0..3]; empty_or_uninitialized[0]; uninitialized[0];
+          s[0..1]; t[0..3]; s; a[0..99]; a[0..99]; s[0..3]; loc_char_array[0..4];
+          unterminated_string[0..11]; maybe_init[0..1]; u[0..199]; r[0..200];
+          t[0..999999]; s[0..19]; t[0..3]; t[0..29]; s; ""[bits 0 to 7];
+          "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39];
+          "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc";
+          ""[bits 0 to 7]; "b\000c"; "abcd"[bits 0 to 39];
+          "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215]; "hello"[bits 0 to 47]
+[inout] Out (internal) for function my_strchr2:
+          p; tmp; s; res
+[inout] Inputs for function my_strchr2:
+          x; nondet; "abc"; "ABCD"[bits 0 to 39]; "efg"[bits 8 to 31];
+          "EFGH"[bits 8 to 39]
+[inout] Out (internal) for function strchr_big_array:
+          c; u[0..199]; r[0..200]; t[0..999999]; p; len_u; len_r; len_t
+[inout] Inputs for function strchr_big_array:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_bitfields:
+          c; s{{.a; .b}; .c}; p
+[inout] Inputs for function strchr_bitfields:
+          nondet
+[inout] Out (internal) for function strchr_bitfields2:
+          c; s{.a; .b; .c}; p; z1
+[inout] Inputs for function strchr_bitfields2:
+          ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_escaping:
+          c; s[0..3]; z1; z2
+[inout] Inputs for function strchr_escaping:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_initialization:
+          c; empty_or_uninitialized[0]; z1; s[0..1]; z2; t[0..3]; z3
+[inout] Inputs for function strchr_initialization:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_invalid:
+          s
+[inout] Inputs for function strchr_invalid:
+          ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_large:
+          Frama_C_entropy_source; c; a[0..99]; offset; z1; z2; z3; z4; z5
+[inout] Inputs for function strchr_large:
+          Frama_C_entropy_source; nondet; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc";
+          ""[bits 0 to 7]; "b\000c"; "abcd"[bits 0 to 39];
+          "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215]; "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_large_uninit:
+          Frama_C_entropy_source; c; a[0..99]; offset; z1; z2; z3
+[inout] Inputs for function strchr_large_uninit:
+          Frama_C_entropy_source; nondet; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc";
+          ""[bits 0 to 7]; "b\000c"; "abcd"[bits 0 to 39];
+          "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215]; "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_misc:
+          c; loc_str; loc_char_array[3]; sz1; sz2; sz4a; sz4b; sz4c; sz4d; x; 
+          str; unterminated_string[0..11]; static_str; zero_str
+[inout] Inputs for function strchr_misc:
+          nondet; static_str; zero_str; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "abc"; "ABCD"[bits 0 to 39]; "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc";
+          ""[bits 0 to 7]; "b\000c"; "abcd"[bits 0 to 39];
+          "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215]; "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_misc2:
+          c; sz5; sz6; sz7; sz8; s1; j; maybe_init[0..1]
+[inout] Inputs for function strchr_misc2:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+          "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_misc_array:
+          Frama_C_entropy_source; c; i; sz3
+[inout] Inputs for function strchr_misc_array:
+          Frama_C_entropy_source; tab_str[0..11]; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; "Bonjour Monde\n"[bits 0 to 119];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc";
+          ""[bits 0 to 7]; "b\000c"; "abcd"[bits 0 to 39];
+          "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215]; "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_no_zero_but_ok:
+          c; s[0..19]; z1; z2; offs; tmp_1; z3; z4; z5
+[inout] Inputs for function strchr_no_zero_but_ok:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_small_sets:
+          c; s; o; tmp; z1; z2; z3; z4; t[0..3]; z5
+[inout] Inputs for function strchr_small_sets:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_small_sets_no_assertions:
+          s; o; tmp; t[0..3]; res[0..4]; __retres
+[inout] Inputs for function strchr_small_sets_no_assertions:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_small_sets_chars:
+          c; res[0..4]
+[inout] Inputs for function strchr_small_sets_chars:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_unbounded:
+          c; s; u1; t[0..29]; u2; u3; u4
+[inout] Inputs for function strchr_unbounded:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function strchr_zero_termination:
+          c; empty_or_non_terminated[0]; z1; non_terminated[0];
+          non_terminated2[0..3]; o; tmp_0
+[inout] Inputs for function strchr_zero_termination:
+          nondet; ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
+[inout] Out (internal) for function main:
+          Frama_C_entropy_source; static_str; zero_str; __retres
+[inout] Inputs for function main:
+          Frama_C_entropy_source; tab_str[0..11]; nondet; static_str; zero_str;
+          ""[bits 0 to 7]; "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+          "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47]; "aaaaaa"[bits 0 to 55];
+          "aaaaaaaaa"[bits 0 to 79]; "aaaaaaaaaa"[bits 0 to 87];
+          "aaaaaaaaaaa"[bits 0 to 95]; "aaaaaaaaaaaa"[bits 0 to 103];
+          "aaaaaaaaaaaaa"[bits 0 to 111]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "Hello World\n"[bits 0 to 103]; "abc\000\000\000abc"[bits 0 to 79];
+          "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+          "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+          "abcd"[bits 0 to 39]; "ABCDEFGHIJKLMNOPQRSTUVWXYZ"[bits 0 to 215];
+          "hello"[bits 0 to 47]
diff --git a/tests/non-free/oracle_symblocs/strlen.err.oracle b/tests/non-free/oracle_symblocs/strlen.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/strlen.res.oracle b/tests/non-free/oracle_symblocs/strlen.res.oracle
new file mode 100644
index 00000000000..a5f44175539
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/strlen.res.oracle
@@ -0,0 +1,571 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/strlen.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  static_str ∈ {{ "Hello World\n" }}
+  zero_str ∈ {{ "abc\000\000\000abc" }}
+  tab_str[0] ∈ {{ "" }}
+         [1] ∈ {{ "a" }}
+         [2] ∈ {{ "aa" }}
+         [3] ∈ {{ "aaa" }}
+         [4] ∈ {{ "aaaa" }}
+         [5] ∈ {{ "aaaaa" }}
+         [6] ∈ {{ "aaaaaa" }}
+         [7] ∈ {{ "aaaaaaaaa" }}
+         [8] ∈ {{ "aaaaaaaaaa" }}
+         [9] ∈ {{ "aaaaaaaaaaa" }}
+         [10] ∈ {{ "aaaaaaaaaaaa" }}
+         [11] ∈ {{ "aaaaaaaaaaaaa" }}
+  unterminated_string[0] ∈ {117}
+                     [1] ∈ {110}
+                     [2] ∈ {116}
+                     [3] ∈ {101}
+                     [4] ∈ {114}
+                     [5] ∈ {109}
+                     [6] ∈ {105}
+                     [7] ∈ {110}
+                     [8] ∈ {97}
+                     [9] ∈ {116}
+                     [10] ∈ {101}
+                     [11] ∈ {100}
+  nondet ∈ [--..--]
+[value] computing for function small_sets <- main.
+        Called from tests/non-free/strlen.c:309.
+tests/non-free/strlen.c:60:[value] Call to builtin Frama_C_strlen(({{ "abc" + {0; 1} }}))
+tests/non-free/strlen.c:61:[value] assertion got status valid.
+tests/non-free/strlen.c:65:[value] Call to builtin Frama_C_strlen(({{ "\000bc" + {0; 1} }}))
+tests/non-free/strlen.c:66:[value] assertion got status valid.
+tests/non-free/strlen.c:70:[value] Call to builtin Frama_C_strlen(({{ "" }}))
+tests/non-free/strlen.c:71:[value] assertion got status valid.
+tests/non-free/strlen.c:75:[value] Call to builtin Frama_C_strlen(({{ "b\000c" + {0; 2} }}))
+tests/non-free/strlen.c:76:[value] assertion got status valid.
+tests/non-free/strlen.c:81:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
+tests/non-free/strlen.c:81:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
+tests/non-free/strlen.c:82:[value] assertion got status valid.
+[value] Recording results for small_sets
+[value] Done for function small_sets
+[value] computing for function zero_termination <- main.
+        Called from tests/non-free/strlen.c:310.
+tests/non-free/strlen.c:89:[value] Call to builtin Frama_C_strlen(({{ &empty_or_non_terminated[0] }}))
+tests/non-free/strlen.c:89:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
+tests/non-free/strlen.c:90:[value] assertion got status valid.
+tests/non-free/strlen.c:93:[value] Call to builtin Frama_C_strlen(({{ &non_terminated[0] }}))
+tests/non-free/strlen.c:93:[value] warning: builtin Frama_C_strlen: reading indeterminate data
+tests/non-free/strlen.c:97:[value] Call to builtin Frama_C_strlen(({{ &non_terminated2{[2], [3]} }}))
+tests/non-free/strlen.c:97:[value] warning: builtin Frama_C_strlen: reading indeterminate data
+[value] Recording results for zero_termination
+[value] Done for function zero_termination
+[value] computing for function strlen_initialization <- main.
+        Called from tests/non-free/strlen.c:311.
+[value] computing for function my_strlen <- strlen_initialization <- main.
+        Called from tests/non-free/strlen.c:105.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &empty_or_uninitialized[0] }}))
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+tests/non-free/strlen.c:106:[value] assertion got status valid.
+[value] computing for function my_strlen <- strlen_initialization <- main.
+        Called from tests/non-free/strlen.c:109.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &uninitialized[0] }}))
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: reading indeterminate data
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+[value] computing for function my_strlen <- strlen_initialization <- main.
+        Called from tests/non-free/strlen.c:116.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+tests/non-free/strlen.c:117:[value] assertion got status valid.
+[value] computing for function my_strlen <- strlen_initialization <- main.
+        Called from tests/non-free/strlen.c:124.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &t[0] }}))
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possible uninitialized values
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+tests/non-free/strlen.c:125:[value] assertion got status valid.
+[value] Recording results for strlen_initialization
+[value] Done for function strlen_initialization
+[value] computing for function strlen_large <- main.
+        Called from tests/non-free/strlen.c:312.
+[value] computing for function init_array_nondet <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:168.
+tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a }},{1; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:171.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strlen <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:172.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [3..30] }}))
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+tests/non-free/strlen.c:173:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:175.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strlen <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:176.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [5..17] }}))
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+tests/non-free/strlen.c:177:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:179.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strlen <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:180.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [60..74] }}))
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+tests/non-free/strlen.c:181:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:183.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strlen <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:184.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+tests/non-free/strlen.c:185:[value] assertion got status valid.
+[value] computing for function init_array_nondet <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:187.
+tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a }},{0; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:188.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strlen <- strlen_large <- main.
+        Called from tests/non-free/strlen.c:189.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [50..70] }}))
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+tests/non-free/strlen.c:190:[value] assertion got status valid.
+[value] Recording results for strlen_large
+[value] Done for function strlen_large
+[value] computing for function strlen_large_uninit <- main.
+        Called from tests/non-free/strlen.c:313.
+[value] computing for function init_array_nondet <- strlen_large_uninit <- main.
+        Called from tests/non-free/strlen.c:197.
+tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a }},{1; 2},{40}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- strlen_large_uninit <- main.
+        Called from tests/non-free/strlen.c:198.
+tests/non-free/strlen.c:161:[value] Call to builtin memset(({{ (void *)&a[50] }},{3; 4},{45}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- strlen_large_uninit <- main.
+        Called from tests/non-free/strlen.c:202.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strlen <- strlen_large_uninit <- main.
+        Called from tests/non-free/strlen.c:203.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [3..30] }}))
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+tests/non-free/strlen.c:204:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- strlen_large_uninit <- main.
+        Called from tests/non-free/strlen.c:207.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strlen <- strlen_large_uninit <- main.
+        Called from tests/non-free/strlen.c:208.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [63..80] }}))
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+tests/non-free/strlen.c:209:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- strlen_large_uninit <- main.
+        Called from tests/non-free/strlen.c:211.
+[value] Done for function Frama_C_interval
+[value] computing for function my_strlen <- strlen_large_uninit <- main.
+        Called from tests/non-free/strlen.c:212.
+tests/non-free/strlen.c:54:[value] Call to builtin Frama_C_strlen(({{ &a + [45..55] }}))
+tests/non-free/strlen.c:54:[value] warning: builtin Frama_C_strlen:
+                 possible uninitialized values
+                 possibly reading indeterminate data
+[value] Recording results for my_strlen
+[value] Done for function my_strlen
+tests/non-free/strlen.c:213:[value] assertion got status valid.
+[value] Recording results for strlen_large_uninit
+[value] Done for function strlen_large_uninit
+[value] computing for function misc <- main.
+        Called from tests/non-free/strlen.c:314.
+tests/non-free/strlen.c:241:[value] Call to builtin Frama_C_strlen(({{ &unterminated_string[0] }}))
+tests/non-free/strlen.c:241:[value] warning: builtin Frama_C_strlen: reading indeterminate data
+tests/non-free/strlen.c:244:[value] Call to builtin Frama_C_strlen(({{ "Hello World\n" ; "Bonjour Monde\n" }}))
+tests/non-free/strlen.c:245:[value] assertion got status valid.
+tests/non-free/strlen.c:248:[value] Call to builtin Frama_C_strlen(({{ &x + {0; 3} }}))
+tests/non-free/strlen.c:248:[value] warning: builtin Frama_C_strlen: possibly reading indeterminate data
+tests/non-free/strlen.c:249:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- misc <- main.
+        Called from tests/non-free/strlen.c:250.
+[value] Done for function Frama_C_interval
+tests/non-free/strlen.c:252:[value] Call to builtin Frama_C_strlen(({{ "" ; "a" ; "aa" ; "aaa" ; "aaaa" ;
+                                           "aaaaa" ; "aaaaaa" ; "aaaaaaaaa" ;
+                                           "aaaaaaaaaa" ; "aaaaaaaaaaa" ;
+                                           "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" }}))
+tests/non-free/strlen.c:253:[value] assertion got status valid.
+tests/non-free/strlen.c:255:[value] Call to builtin Frama_C_strlen(({{ &loc_char_array[0] }}))
+tests/non-free/strlen.c:255:[value] warning: builtin Frama_C_strlen: reading indeterminate data
+tests/non-free/strlen.c:256:[value] Call to builtin Frama_C_strlen(({{ "abc\000\000\000abc" }}))
+tests/non-free/strlen.c:257:[value] assertion got status valid.
+tests/non-free/strlen.c:260:[value] Call to builtin Frama_C_strlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }}))
+tests/non-free/strlen.c:261:[value] assertion got status valid.
+tests/non-free/strlen.c:265:[value] Call to builtin Frama_C_strlen(({{ "efg" + {1; 2} ; "EFGH" + {1; 2} }}))
+tests/non-free/strlen.c:266:[value] assertion got status valid.
+tests/non-free/strlen.c:269:[value] entering loop for the first time
+tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000pqr" ; "MNOP\000QRS" }}))
+tests/non-free/strlen.c:271:[value] assertion got status valid.
+tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000pqr" + {0; 1} ;
+                                           "MNOP\000QRS" + {0; 1} }}))
+tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000pqr" + {0; 1; 2} ;
+                                           "MNOP\000QRS" + {0; 1; 2} }}))
+tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
+                                           "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }}))
+tests/non-free/strlen.c:270:[value] Call to builtin Frama_C_strlen(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
+                                           "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }}))
+tests/non-free/strlen.c:277:[value] Call to builtin Frama_C_strlen(({{ &maybe_init[0] }}))
+tests/non-free/strlen.c:277:[value] warning: builtin Frama_C_strlen: possible uninitialized values
+tests/non-free/strlen.c:278:[value] assertion got status valid.
+[value] Recording results for misc
+[value] Done for function misc
+[value] computing for function bitfields <- main.
+        Called from tests/non-free/strlen.c:315.
+tests/non-free/strlen.c:140:[value] Call to builtin Frama_C_strlen(({{ (char const *)&s }}))
+tests/non-free/strlen.c:140:[value] warning: builtin Frama_C_strlen: reading indeterminate data
+[value] Recording results for bitfields
+[value] Done for function bitfields
+[value] computing for function bitfields2 <- main.
+        Called from tests/non-free/strlen.c:316.
+tests/non-free/strlen.c:155:[value] Call to builtin Frama_C_strlen(({{ (char const *)&s }}))
+tests/non-free/strlen.c:156:[value] assertion got status valid.
+[value] Recording results for bitfields2
+[value] Done for function bitfields2
+[value] computing for function escaping <- main.
+        Called from tests/non-free/strlen.c:317.
+tests/non-free/strlen.c:222:[value] warning: locals {x} escaping the scope of a block of escaping through s
+tests/non-free/strlen.c:225:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
+tests/non-free/strlen.c:225:[value] warning: builtin Frama_C_strlen: possible escaping addresses
+tests/non-free/strlen.c:226:[value] assertion got status valid.
+tests/non-free/strlen.c:228:[value] Call to builtin Frama_C_strlen(({{ &s[0] }}))
+tests/non-free/strlen.c:229:[value] assertion got status valid.
+[value] Recording results for escaping
+[value] Done for function escaping
+[value] computing for function big_array <- main.
+        Called from tests/non-free/strlen.c:318.
+tests/non-free/strlen.c:287:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strlen.c:289:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strlen.c:291:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strlen.c:297:[value] Call to builtin Frama_C_strlen(({{ (char const *)&u }}))
+tests/non-free/strlen.c:297:[value] warning: builtin Frama_C_strlen: possible uninitialized values
+tests/non-free/strlen.c:298:[value] Call to builtin Frama_C_strlen(({{ (char const *)&r }}))
+tests/non-free/strlen.c:298:[kernel] more than 200(201) locations to update in array. Approximating.
+tests/non-free/strlen.c:298:[value] warning: builtin Frama_C_strlen: possible uninitialized values
+tests/non-free/strlen.c:299:[value] Call to builtin Frama_C_strlen(({{ (char const *)&t }}))
+tests/non-free/strlen.c:299:[kernel] more than 200(1000000) locations to update in array. Approximating.
+tests/non-free/strlen.c:299:[value] warning: builtin Frama_C_strlen: possible uninitialized values
+[value] Called Frama_C_show_each({1}, {1}, {1})
+tests/non-free/strlen.c:302:[value] Call to builtin Frama_C_strlen(({{ &u + [-8589934592..8589934588],0%4 }}))
+tests/non-free/strlen.c:302:[value] warning: builtin Frama_C_strlen:
+                 possible uninitialized values
+                 possibly reading indeterminate data
+tests/non-free/strlen.c:303:[value] Call to builtin Frama_C_strlen(({{ &r + [-8589934592..8589934588],0%4 }}))
+tests/non-free/strlen.c:303:[kernel] more than 200(201) locations to update in array. Approximating.
+tests/non-free/strlen.c:303:[value] warning: builtin Frama_C_strlen:
+                 possible uninitialized values
+                 possibly reading indeterminate data
+tests/non-free/strlen.c:304:[value] Call to builtin Frama_C_strlen(({{ &t + [-8589934592..8589934588],0%4 }}))
+tests/non-free/strlen.c:304:[kernel] more than 200(1000000) locations to update in array. Approximating.
+tests/non-free/strlen.c:304:[value] warning: builtin Frama_C_strlen:
+                 possible uninitialized values
+                 possibly reading indeterminate data
+[value] Called Frama_C_show_each({0; 1; 2; 3}, [0..800], [0..3999996])
+[value] Recording results for big_array
+[value] Done for function big_array
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function big_array:
+  t[0..999999] ∈ {270729319} or UNINITIALIZED
+  u[0..199] ∈ {270729319} or UNINITIALIZED
+  r[0..200] ∈ {270729319} or UNINITIALIZED
+  p ∈ {{ &r + [0..800],0%4 }}
+  len_u ∈ {0; 1; 2; 3}
+  len_r ∈ [0..800]
+  len_t ∈ [0..3999996]
+[value:final-states] Values at end of function bitfields:
+  s.a ∈ {3}
+   .b ∈ {1}
+   .[bits 16 to 31] ∈ UNINITIALIZED
+   .c ∈ {7}
+   .[bits 49 to 63] ∈ UNINITIALIZED
+  p ∈ {{ (char *)&s }}
+[value:final-states] Values at end of function bitfields2:
+  s.a ∈ {3}
+   .b ∈ {1}
+   .c ∈ {7}
+   .[bits 25 to 31] ∈ UNINITIALIZED
+  p ∈ {{ (char *)&s }}
+  z1 ∈ {2}
+[value:final-states] Values at end of function escaping:
+  s[0] ∈ {0}
+   [1..3] ∈ ESCAPINGADDR
+  z1 ∈ {0}
+  z2 ∈ {0}
+[value:final-states] Values at end of function init_array_nondet:
+  from ∈ {-1}
+  to ∈ {-1}
+  val1 ∈ {-1}
+  val2 ∈ {-1}
+  val ∈ {0; 1; 2; 3; 4}
+  a[0..99] ∈ {0; 1; 2}
+  a[0..39] ∈ {1; 2}
+   [40..49] ∈ UNINITIALIZED
+   [50..94] ∈ {3; 4} or UNINITIALIZED
+   [95..99] ∈ UNINITIALIZED
+[value:final-states] Values at end of function misc:
+  Frama_C_entropy_source ∈ [--..--]
+  loc_str ∈ {{ "Bonjour Monde\n" }}
+  loc_char_array[0..2] ∈ UNINITIALIZED
+                [3] ∈ {0}
+                [4] ∈ UNINITIALIZED
+  sz1 ∈ {12; 14}
+  sz2 ∈ {0}
+  sz3 ∈ [0..13]
+  sz4 ∈ {3}
+  sz5 ∈ {2; 3; 4}
+  sz6 ∈ {1; 2; 3}
+  sz7 ∈ {0; 1; 2; 3; 4} or UNINITIALIZED
+  sz8 ∈ {1}
+  x ∈ {-1412567296}
+  z ∈ {305419776}
+  i ∈ [0..11]
+  str ∈
+     {{ "" ; "a" ; "aa" ; "aaa" ; "aaaa" ; "aaaaa" ; "aaaaaa" ; "aaaaaaaaa" ;
+        "aaaaaaaaaa" ; "aaaaaaaaaaa" ; "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" }}
+  s1 ∈ {{ "mno\000pqr" ; "MNOP\000QRS" }}
+  s2 ∈ {{ "efg" + {1; 2} ; "EFGH" + {1; 2} }}
+  maybe_init[0] ∈ {65} or UNINITIALIZED
+            [1] ∈ {0}
+[value:final-states] Values at end of function my_strlen:
+  __retres ∈ [0..54]
+[value:final-states] Values at end of function small_sets:
+  s ∈ {{ "b\000c" }}
+  p ∈ {{ "b\000c" + {0; 2} }}
+  z1 ∈ {2; 3}
+  z2 ∈ {0; 2}
+  z3 ∈ {0}
+  z4 ∈ {1}
+  t[0..1] ∈ {0; 1}
+   [2..3] ∈ {1}
+  z5 ∈ {0; 1}
+[value:final-states] Values at end of function strlen_initialization:
+  empty_or_uninitialized[0] ∈ {0} or UNINITIALIZED
+  z1 ∈ {0}
+  s[0] ∈ {1} or UNINITIALIZED
+   [1] ∈ {0}
+  p ∈ {{ &t[0] }}
+  z2 ∈ {1}
+  t[0..1] ∈ {10}
+   [2] ∈ {10} or UNINITIALIZED
+   [3] ∈ {0}
+  z3 ∈ {3}
+[value:final-states] Values at end of function strlen_large:
+  Frama_C_entropy_source ∈ [--..--]
+  a[0..99] ∈ {0; 2}
+  offset ∈ [50..70]
+  z1 ∈ [0..54]
+  z2 ∈ [3..15]
+  z3 ∈ [1..15]
+  z4 ∈ [0..12]
+  z5 ∈ [0..49]
+[value:final-states] Values at end of function strlen_large_uninit:
+  Frama_C_entropy_source ∈ [--..--]
+  a[0..19] ∈ {1; 2}
+   [20] ∈ {0}
+   [21..39] ∈ {1; 2}
+   [40..49] ∈ UNINITIALIZED
+   [50..74] ∈ {3; 4}
+   [75] ∈ {0}
+   [76..94] ∈ {3; 4}
+   [95..97] ∈ UNINITIALIZED
+   [98] ∈ {0}
+   [99] ∈ UNINITIALIZED
+  offset ∈ {0}
+  z1 ∈ [0..17]
+  z2 ∈ [0..12]
+  z3 ∈ {20; 21; 22; 23; 24; 25}
+[value:final-states] Values at end of function zero_termination:
+  empty_or_non_terminated[0] ∈ {0; 100}
+  z1 ∈ {0}
+  non_terminated[0] ∈ {88}
+  non_terminated2[0] ∈ {76}
+                 [1] ∈ {0}
+                 [2] ∈ {28}
+                 [3] ∈ {14}
+  p ∈ {{ &non_terminated2{[2], [3]} }}
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  __retres ∈ {0}
+[from] Computing for function big_array
+[from] Computing for function Frama_C_strlen <-big_array
+[from] Done for function Frama_C_strlen
+[from] Done for function big_array
+[from] Computing for function bitfields
+[from] Done for function bitfields
+[from] Computing for function bitfields2
+[from] Done for function bitfields2
+[from] Computing for function escaping
+[from] Done for function escaping
+[from] Computing for function init_array_nondet
+[from] Computing for function Frama_C_memset <-init_array_nondet
+[from] Done for function Frama_C_memset
+[from] Done for function init_array_nondet
+[from] Computing for function misc
+[from] Computing for function Frama_C_interval <-misc
+[from] Done for function Frama_C_interval
+[from] Done for function misc
+[from] Computing for function my_strlen
+[from] Done for function my_strlen
+[from] Computing for function small_sets
+[from] Done for function small_sets
+[from] Computing for function strlen_initialization
+[from] Done for function strlen_initialization
+[from] Computing for function strlen_large
+[from] Done for function strlen_large
+[from] Computing for function strlen_large_uninit
+[from] Done for function strlen_large_uninit
+[from] Computing for function zero_termination
+[from] Done for function zero_termination
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function big_array:
+  NO EFFECTS
+[from] Function bitfields:
+  NO EFFECTS
+[from] Function bitfields2:
+  NO EFFECTS
+[from] Function escaping:
+  NO EFFECTS
+[from] Function init_array_nondet:
+  a[0..99] FROM val1; val2; nondet (and SELF)
+  a[0..99] FROM val1; val2; nondet (and SELF)
+[from] Function misc:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function my_strlen:
+  \result FROM unterminated_string[0..11]; empty_or_uninitialized[0];
+               uninitialized[0]; s[0..1]; t[0..3]; a[3..99]; a[3..99];
+               "Hello World\n"[bits 0 to 103];
+               "abc\000\000\000abc"[bits 0 to 79]; ""[bits 0 to 7];
+               "a"[bits 0 to 15]; "aa"[bits 0 to 23]; "aaa";
+               "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+               "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+               "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+               "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111];
+               "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c";
+               "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+               "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39];
+               "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]
+[from] Function small_sets:
+  NO EFFECTS
+[from] Function strlen_initialization:
+  NO EFFECTS
+[from] Function strlen_large:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function strlen_large_uninit:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function zero_termination:
+  NO EFFECTS
+[from] Function main:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function big_array:
+          t[0..999999]; u[0..199]; r[0..200]; p; len_u; len_r; len_t
+[inout] Inputs for function big_array:
+          nondet
+[inout] Out (internal) for function bitfields:
+          s{{.a; .b}; .c}; p
+[inout] Inputs for function bitfields:
+          nondet
+[inout] Out (internal) for function bitfields2:
+          s{.a; .b; .c}; p; z1; tmp
+[inout] Inputs for function bitfields2:
+          \nothing
+[inout] Out (internal) for function escaping:
+          s[0..3]; z1; tmp; z2; tmp_0
+[inout] Inputs for function escaping:
+          nondet
+[inout] Out (internal) for function init_array_nondet:
+          from; to; val1; val2; val; tmp; a[0..99]; a[0..99]
+[inout] Inputs for function init_array_nondet:
+          nondet
+[inout] Out (internal) for function misc:
+          Frama_C_entropy_source; loc_str; loc_char_array[3]; sz1; sz2; sz3; 
+          sz4; sz5; sz6; sz7; sz8; x; z; i; str; s1; tmp; s2; tmp_0; j;
+          maybe_init[0..1]
+[inout] Inputs for function misc:
+          Frama_C_entropy_source; static_str; zero_str; tab_str[0..11];
+          unterminated_string[0..11]; nondet; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111];
+          "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+          "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]
+[inout] Out (internal) for function my_strlen:
+          tmp; __retres
+[inout] Inputs for function my_strlen:
+          empty_or_uninitialized[0]; uninitialized[0]; s[0..1]; t[0..3]; a[0..99];
+          a[0..99]
+[inout] Out (internal) for function small_sets:
+          s; p; tmp; z1; tmp_0; z2; tmp_1; z3; tmp_2; z4; tmp_3; t[0..3]; z5; tmp_4
+[inout] Inputs for function small_sets:
+          nondet; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function strlen_initialization:
+          empty_or_uninitialized[0]; z1; s[0..1]; p; z2; t[0..3]; z3
+[inout] Inputs for function strlen_initialization:
+          nondet
+[inout] Out (internal) for function strlen_large:
+          Frama_C_entropy_source; a[0..99]; offset; z1; z2; z3; z4; z5
+[inout] Inputs for function strlen_large:
+          Frama_C_entropy_source; nondet
+[inout] Out (internal) for function strlen_large_uninit:
+          Frama_C_entropy_source; a[0..99]; offset; z1; z2; z3
+[inout] Inputs for function strlen_large_uninit:
+          Frama_C_entropy_source; nondet
+[inout] Out (internal) for function zero_termination:
+          empty_or_non_terminated[0]; z1; tmp; non_terminated[0];
+          non_terminated2[0..3]; p; tmp_0
+[inout] Inputs for function zero_termination:
+          nondet
+[inout] Out (internal) for function main:
+          Frama_C_entropy_source; __retres
+[inout] Inputs for function main:
+          Frama_C_entropy_source; static_str; zero_str; tab_str[0..11];
+          unterminated_string[0..11]; nondet; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Bonjour Monde\n"[bits 0 to 119];
+          "abc"; "ABCD"[bits 0 to 39]; "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71]
diff --git a/tests/non-free/oracle_symblocs/strlen_align.err.oracle b/tests/non-free/oracle_symblocs/strlen_align.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/strlen_align.res.oracle b/tests/non-free/oracle_symblocs/strlen_align.res.oracle
new file mode 100644
index 00000000000..f4fd3c324f0
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/strlen_align.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/strlen_align.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/non-free/strlen_align.c:24:[value] Call to builtin Frama_C_strlen(({{ &o + {12} }}))
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  o.e ∈ UNINITIALIZED
+   .obval ∈ {{ "a" }}
+   .c ∈ {32}
+  p ∈ {{ &o + {12} }}
+  k# ∈ {32}%64, bits 32 to 39 
+  z ∈ {0}
+[from] Computing for function main
+[from] Computing for function strlen <-main
+[from] Done for function strlen
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function strlen:
+  \result FROM o.c[bits 32 to 63]
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          o{.obval; .c}; p; k; z
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/non-free/oracle_symblocs/strnlen.err.oracle b/tests/non-free/oracle_symblocs/strnlen.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/strnlen.res.oracle b/tests/non-free/oracle_symblocs/strnlen.res.oracle
new file mode 100644
index 00000000000..6e97c953b59
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/strnlen.res.oracle
@@ -0,0 +1,76 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/strnlen.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t1[0] ∈ {97}
+    [1] ∈ {98}
+    [2] ∈ {99}
+    [3] ∈ {100}
+    [4] ∈ {101}
+  t2[0] ∈ {97}
+    [1] ∈ {98}
+    [2] ∈ {99}
+    [3] ∈ {100}
+    [4] ∈ {101}
+    [5] ∈ {0}
+tests/non-free/strnlen.i:9:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{3}))
+tests/non-free/strnlen.i:10:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{5}))
+tests/non-free/strnlen.i:11:[value] Call to builtin Frama_C_strnlen(({{ &t1[0] }},{6}))
+tests/non-free/strnlen.i:11:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
+tests/non-free/strnlen.i:13:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{3}))
+tests/non-free/strnlen.i:14:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{5}))
+tests/non-free/strnlen.i:15:[value] Call to builtin Frama_C_strnlen(({{ &t2[0] }},{6}))
+[value] DUMPING STATE of file tests/non-free/strnlen.i line 17
+        t1[0] ∈ {97}
+          [1] ∈ {98}
+          [2] ∈ {99}
+          [3] ∈ {100}
+          [4] ∈ {101}
+        t2[0] ∈ {97}
+          [1] ∈ {98}
+          [2] ∈ {99}
+          [3] ∈ {100}
+          [4] ∈ {101}
+          [5] ∈ {0}
+        c ∈ [-2147483648..2147483646]
+        r1a ∈ {3}
+        r1b ∈ {5}
+        r1c ∈ UNINITIALIZED
+        r2a ∈ {3}
+        r2b ∈ {5}
+        r2c ∈ {5}
+        tmp ∈ {3}
+        tmp_0 ∈ {5}
+        tmp_2 ∈ {3}
+        tmp_3 ∈ {5}
+        tmp_4 ∈ {5}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/non-free/strnlen.i:9:[kernel] warning: Neither code nor specification for function Frama_C_strnlen, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  r1a ∈ {3}
+  r1b ∈ {5}
+  r2a ∈ {3}
+  r2b ∈ {5}
+  r2c ∈ {5}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_strnlen <-main
+[from] Done for function Frama_C_strnlen
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          r1a; r1b; r2a; r2b; r2c; tmp; tmp_0; tmp_1; tmp_2; tmp_3; tmp_4; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/non-free/oracle_symblocs/strnlen2.err.oracle b/tests/non-free/oracle_symblocs/strnlen2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/strnlen2.res.oracle b/tests/non-free/oracle_symblocs/strnlen2.res.oracle
new file mode 100644
index 00000000000..993520f015f
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/strnlen2.res.oracle
@@ -0,0 +1,899 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/strnlen2.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  static_str ∈ {{ "Hello World\n" }}
+  zero_str ∈ {{ "abc\000\000\000abc" }}
+  tab_str[0] ∈ {{ "" }}
+         [1] ∈ {{ "a" }}
+         [2] ∈ {{ "aa" }}
+         [3] ∈ {{ "aaa" }}
+         [4] ∈ {{ "aaaa" }}
+         [5] ∈ {{ "aaaaa" }}
+         [6] ∈ {{ "aaaaaa" }}
+         [7] ∈ {{ "aaaaaaaaa" }}
+         [8] ∈ {{ "aaaaaaaaaa" }}
+         [9] ∈ {{ "aaaaaaaaaaa" }}
+         [10] ∈ {{ "aaaaaaaaaaaa" }}
+         [11] ∈ {{ "aaaaaaaaaaaaa" }}
+  unterminated_string[0] ∈ {117}
+                     [1] ∈ {110}
+                     [2] ∈ {116}
+                     [3] ∈ {101}
+                     [4] ∈ {114}
+                     [5] ∈ {109}
+                     [6] ∈ {105}
+                     [7] ∈ {110}
+                     [8] ∈ {97}
+                     [9] ∈ {116}
+                     [10] ∈ {101}
+                     [11] ∈ {100}
+  nondet ∈ [--..--]
+[value] computing for function small_sets <- main.
+        Called from tests/non-free/strnlen2.c:488.
+tests/non-free/strnlen2.c:45:[value] Call to builtin Frama_C_strnlen(({{ "abc" + {0; 1} }},{3}))
+tests/non-free/strnlen2.c:46:[value] assertion got status valid.
+tests/non-free/strnlen2.c:49:[value] Call to builtin Frama_C_strnlen(({{ "\000bc" + {0; 1} }},{2}))
+tests/non-free/strnlen2.c:50:[value] assertion got status valid.
+tests/non-free/strnlen2.c:52:[value] Call to builtin Frama_C_strnlen(({{ "" }},{0}))
+tests/non-free/strnlen2.c:53:[value] assertion got status valid.
+tests/non-free/strnlen2.c:56:[value] Call to builtin Frama_C_strnlen(({{ "b\000c" + {0; 2} }},{2}))
+tests/non-free/strnlen2.c:57:[value] assertion got status valid.
+tests/non-free/strnlen2.c:61:[value] Call to builtin Frama_C_strnlen(({{ &t[0] }},{4}))
+tests/non-free/strnlen2.c:62:[value] assertion got status valid.
+[value] Recording results for small_sets
+[value] Done for function small_sets
+[value] computing for function zero_termination <- main.
+        Called from tests/non-free/strnlen2.c:489.
+tests/non-free/strnlen2.c:68:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_non_terminated[0] }},{1}))
+tests/non-free/strnlen2.c:69:[value] assertion got status valid.
+tests/non-free/strnlen2.c:73:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated[0] }},{2}))
+tests/non-free/strnlen2.c:73:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
+tests/non-free/strnlen2.c:79:[value] Call to builtin Frama_C_strnlen(({{ &non_terminated2{[2], [3]} }},{4}))
+tests/non-free/strnlen2.c:79:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
+[value] Recording results for zero_termination
+[value] Done for function zero_termination
+[value] computing for function initialization <- main.
+        Called from tests/non-free/strnlen2.c:491.
+tests/non-free/strnlen2.c:85:[value] Call to builtin Frama_C_strnlen(({{ &empty_or_uninitialized[0] }},{1}))
+tests/non-free/strnlen2.c:85:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
+tests/non-free/strnlen2.c:86:[value] assertion got status valid.
+tests/non-free/strnlen2.c:89:[value] Call to builtin Frama_C_strnlen(({{ &uninitialized[0] }},{1}))
+tests/non-free/strnlen2.c:89:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
+tests/non-free/strnlen2.c:94:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{2}))
+tests/non-free/strnlen2.c:94:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
+tests/non-free/strnlen2.c:95:[value] assertion got status valid.
+tests/non-free/strnlen2.c:101:[value] Call to builtin Frama_C_strnlen(({{ &t[0] }},{4}))
+tests/non-free/strnlen2.c:101:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
+tests/non-free/strnlen2.c:102:[value] assertion got status valid.
+[value] Recording results for initialization
+[value] Done for function initialization
+[value] computing for function large <- main.
+        Called from tests/non-free/strnlen2.c:492.
+[value] computing for function init_array_nondet <- large <- main.
+        Called from tests/non-free/strnlen2.c:144.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a }},{1; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- large <- main.
+        Called from tests/non-free/strnlen2.c:147.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:148:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..30] }},{100}))
+tests/non-free/strnlen2.c:149:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- large <- main.
+        Called from tests/non-free/strnlen2.c:151.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:152:[value] Call to builtin Frama_C_strnlen(({{ &a + [5..17] }},{100}))
+tests/non-free/strnlen2.c:153:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- large <- main.
+        Called from tests/non-free/strnlen2.c:155.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:156:[value] Call to builtin Frama_C_strnlen(({{ &a + [60..74] }},{100}))
+tests/non-free/strnlen2.c:157:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- large <- main.
+        Called from tests/non-free/strnlen2.c:159.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:160:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
+tests/non-free/strnlen2.c:160:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:161:[value] assertion got status valid.
+[value] computing for function init_array_nondet <- large <- main.
+        Called from tests/non-free/strnlen2.c:163.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a }},{0; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- large <- main.
+        Called from tests/non-free/strnlen2.c:164.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:165:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},{100}))
+tests/non-free/strnlen2.c:165:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:166:[value] assertion got status valid.
+[value] Recording results for large
+[value] Done for function large
+[value] computing for function large_uninit <- main.
+        Called from tests/non-free/strnlen2.c:493.
+[value] computing for function init_array_nondet <- large_uninit <- main.
+        Called from tests/non-free/strnlen2.c:171.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a }},{1; 2},{40}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- large_uninit <- main.
+        Called from tests/non-free/strnlen2.c:172.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[50] }},{3; 4},{45}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- large_uninit <- main.
+        Called from tests/non-free/strnlen2.c:176.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:177:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..30] }},{100}))
+tests/non-free/strnlen2.c:177:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:178:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- large_uninit <- main.
+        Called from tests/non-free/strnlen2.c:181.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:182:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},{100}))
+tests/non-free/strnlen2.c:182:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:183:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- large_uninit <- main.
+        Called from tests/non-free/strnlen2.c:185.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:186:[value] Call to builtin Frama_C_strnlen(({{ &a + [45..55] }},{100}))
+tests/non-free/strnlen2.c:186:[value] warning: builtin Frama_C_strnlen:
+                 possible uninitialized values
+                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:187:[value] assertion got status valid.
+[value] Recording results for large_uninit
+[value] Done for function large_uninit
+[value] computing for function misc <- main.
+        Called from tests/non-free/strnlen2.c:494.
+tests/non-free/strnlen2.c:215:[value] Call to builtin Frama_C_strnlen(({{ &unterminated_string[0] }},{13}))
+tests/non-free/strnlen2.c:215:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
+tests/non-free/strnlen2.c:218:[value] Call to builtin Frama_C_strnlen(({{ "Hello World\n" ; "Bonjour Monde\n" }},
+                                         {14}))
+tests/non-free/strnlen2.c:219:[value] assertion got status valid.
+tests/non-free/strnlen2.c:222:[value] Call to builtin Frama_C_strnlen(({{ &x + {0; 3} }},{12}))
+tests/non-free/strnlen2.c:222:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:223:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- misc <- main.
+        Called from tests/non-free/strnlen2.c:224.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:226:[value] Call to builtin Frama_C_strnlen(({{ "" ; "a" ; "aa" ; "aaa" ; "aaaa" ;
+                                            "aaaaa" ; "aaaaaa" ; "aaaaaaaaa" ;
+                                            "aaaaaaaaaa" ; "aaaaaaaaaaa" ;
+                                            "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" }},
+                                         {13}))
+tests/non-free/strnlen2.c:227:[value] assertion got status valid.
+tests/non-free/strnlen2.c:229:[value] Call to builtin Frama_C_strnlen(({{ &loc_char_array[0] }},{5}))
+tests/non-free/strnlen2.c:229:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
+tests/non-free/strnlen2.c:230:[value] Call to builtin Frama_C_strnlen(({{ "abc\000\000\000abc" }},{9}))
+tests/non-free/strnlen2.c:231:[value] assertion got status valid.
+tests/non-free/strnlen2.c:234:[value] Call to builtin Frama_C_strnlen(({{ "abc" + {0; 1} ; "ABCD" + {0; 1} }},{5}))
+tests/non-free/strnlen2.c:235:[value] assertion got status valid.
+tests/non-free/strnlen2.c:239:[value] Call to builtin Frama_C_strnlen(({{ "efg" + {1; 2} ; "EFGH" + {1; 2} }},{5}))
+tests/non-free/strnlen2.c:240:[value] assertion got status valid.
+tests/non-free/strnlen2.c:243:[value] entering loop for the first time
+tests/non-free/strnlen2.c:244:[value] Call to builtin Frama_C_strnlen(({{ "mno\000pqr" ; "MNOP\000QRS" }},{10}))
+tests/non-free/strnlen2.c:245:[value] assertion got status valid.
+tests/non-free/strnlen2.c:244:[value] Call to builtin Frama_C_strnlen(({{ "mno\000pqr" + {0; 1} ;
+                                            "MNOP\000QRS" + {0; 1} }},{10}))
+tests/non-free/strnlen2.c:244:[value] Call to builtin Frama_C_strnlen(({{ "mno\000pqr" + {0; 1; 2} ;
+                                            "MNOP\000QRS" + {0; 1; 2} }},{10}))
+tests/non-free/strnlen2.c:244:[value] Call to builtin Frama_C_strnlen(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
+                                            "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }},
+                                         {10}))
+tests/non-free/strnlen2.c:244:[value] Call to builtin Frama_C_strnlen(({{ "mno\000pqr" + {0; 1; 2; 3; 4; 5; 6; 7} ;
+                                            "MNOP\000QRS" + {0; 1; 2; 3; 4; 5; 6; 7} }},
+                                         {10}))
+tests/non-free/strnlen2.c:251:[value] Call to builtin Frama_C_strnlen(({{ &maybe_init[0] }},{2}))
+tests/non-free/strnlen2.c:251:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
+tests/non-free/strnlen2.c:252:[value] assertion got status valid.
+[value] Recording results for misc
+[value] Done for function misc
+[value] computing for function bitfields <- main.
+        Called from tests/non-free/strnlen2.c:495.
+tests/non-free/strnlen2.c:117:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&s }},{3}))
+tests/non-free/strnlen2.c:117:[value] warning: builtin Frama_C_strnlen: reading indeterminate data
+[value] Recording results for bitfields
+[value] Done for function bitfields
+[value] computing for function bitfields2 <- main.
+        Called from tests/non-free/strnlen2.c:496.
+tests/non-free/strnlen2.c:132:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&s }},{3}))
+tests/non-free/strnlen2.c:133:[value] assertion got status valid.
+[value] Recording results for bitfields2
+[value] Done for function bitfields2
+[value] computing for function escaping <- main.
+        Called from tests/non-free/strnlen2.c:497.
+tests/non-free/strnlen2.c:196:[value] warning: locals {x} escaping the scope of a block of escaping through s
+tests/non-free/strnlen2.c:199:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
+tests/non-free/strnlen2.c:199:[value] warning: builtin Frama_C_strnlen: possible escaping addresses
+tests/non-free/strnlen2.c:200:[value] assertion got status valid.
+tests/non-free/strnlen2.c:202:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{4}))
+tests/non-free/strnlen2.c:203:[value] assertion got status valid.
+[value] Recording results for escaping
+[value] Done for function escaping
+[value] computing for function big_array <- main.
+        Called from tests/non-free/strnlen2.c:498.
+tests/non-free/strnlen2.c:261:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strnlen2.c:263:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strnlen2.c:265:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strnlen2.c:272:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&u }},{800}))
+tests/non-free/strnlen2.c:272:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
+tests/non-free/strnlen2.c:273:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&r }},{804}))
+tests/non-free/strnlen2.c:273:[kernel] more than 200(201) locations to update in array. Approximating.
+tests/non-free/strnlen2.c:273:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
+tests/non-free/strnlen2.c:274:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&t }},{4000000}))
+tests/non-free/strnlen2.c:274:[kernel] more than 200(1000000) locations to update in array. Approximating.
+tests/non-free/strnlen2.c:274:[value] warning: builtin Frama_C_strnlen: possible uninitialized values
+tests/non-free/strnlen2.c:275:[value] assertion got status valid.
+tests/non-free/strnlen2.c:276:[value] assertion got status valid.
+tests/non-free/strnlen2.c:277:[value] assertion got status valid.
+[value] Called Frama_C_show_each({1}, {1}, {1})
+tests/non-free/strnlen2.c:282:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
+                                         {801}))
+tests/non-free/strnlen2.c:282:[value] warning: builtin Frama_C_strnlen:
+                 possible uninitialized values
+                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:283:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
+                                         {805}))
+tests/non-free/strnlen2.c:283:[kernel] more than 200(201) locations to update in array. Approximating.
+tests/non-free/strnlen2.c:283:[value] warning: builtin Frama_C_strnlen:
+                 possible uninitialized values
+                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:284:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
+                                         {4000001}))
+tests/non-free/strnlen2.c:284:[kernel] more than 200(1000000) locations to update in array. Approximating.
+tests/non-free/strnlen2.c:284:[value] warning: builtin Frama_C_strnlen:
+                 possible uninitialized values
+                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:285:[value] assertion got status valid.
+tests/non-free/strnlen2.c:286:[value] assertion got status valid.
+tests/non-free/strnlen2.c:287:[value] assertion got status valid.
+[value] Called Frama_C_show_each({0; 1; 2; 3}, [0..800], [0..3999996])
+[value] computing for function init_array_nondet <- big_array <- main.
+        Called from tests/non-free/strnlen2.c:291.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&u }},{0; 1},{800}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- big_array <- main.
+        Called from tests/non-free/strnlen2.c:292.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&r }},{0; 1},{804}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- big_array <- main.
+        Called from tests/non-free/strnlen2.c:293.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&t }},{0; 1},{4000000}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+tests/non-free/strnlen2.c:295:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strnlen2.c:297:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strnlen2.c:299:[value] warning: out of bounds write. assert \valid(p);
+tests/non-free/strnlen2.c:300:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&u }},{800}))
+tests/non-free/strnlen2.c:301:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&r }},{804}))
+tests/non-free/strnlen2.c:301:[kernel] more than 200(201) locations to update in array. Approximating.
+tests/non-free/strnlen2.c:302:[value] Call to builtin Frama_C_strnlen(({{ (char const *)&t }},{4000000}))
+tests/non-free/strnlen2.c:302:[kernel] more than 200(1000000) locations to update in array. Approximating.
+tests/non-free/strnlen2.c:303:[value] assertion got status valid.
+tests/non-free/strnlen2.c:304:[value] assertion got status valid.
+tests/non-free/strnlen2.c:305:[value] assertion got status valid.
+[value] Called Frama_C_show_each([0..800], [0..804], [0..4000000])
+tests/non-free/strnlen2.c:308:[value] Call to builtin Frama_C_strnlen(({{ &u + [-8589934592..8589934588],0%4 }},
+                                         {801}))
+tests/non-free/strnlen2.c:308:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:309:[value] Call to builtin Frama_C_strnlen(({{ &r + [-8589934592..8589934588],0%4 }},
+                                         {805}))
+tests/non-free/strnlen2.c:309:[kernel] more than 200(201) locations to update in array. Approximating.
+tests/non-free/strnlen2.c:309:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:310:[value] Call to builtin Frama_C_strnlen(({{ &t + [-8589934592..8589934588],0%4 }},
+                                         {4000001}))
+tests/non-free/strnlen2.c:310:[kernel] more than 200(1000000) locations to update in array. Approximating.
+tests/non-free/strnlen2.c:310:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:311:[value] assertion got status valid.
+tests/non-free/strnlen2.c:312:[value] assertion got status valid.
+tests/non-free/strnlen2.c:313:[value] assertion got status valid.
+[value] Called Frama_C_show_each([0..799], [0..803], [0..3999999])
+[value] Recording results for big_array
+[value] Done for function big_array
+[value] computing for function no_zero_but_ok <- main.
+        Called from tests/non-free/strnlen2.c:500.
+tests/non-free/strnlen2.c:325:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{5}))
+tests/non-free/strnlen2.c:326:[value] assertion got status valid.
+tests/non-free/strnlen2.c:327:[value] Call to builtin Frama_C_strnlen(({{ &s[0] }},{10}))
+tests/non-free/strnlen2.c:328:[value] assertion got status valid.
+tests/non-free/strnlen2.c:330:[value] Call to builtin Frama_C_strnlen(({{ &s{[1], [8]} }},{10}))
+tests/non-free/strnlen2.c:331:[value] assertion got status valid.
+tests/non-free/strnlen2.c:333:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [11]} }},{4}))
+tests/non-free/strnlen2.c:334:[value] assertion got status valid.
+tests/non-free/strnlen2.c:336:[value] Call to builtin Frama_C_strnlen(({{ &s{[7], [18]} }},{4}))
+tests/non-free/strnlen2.c:336:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:337:[value] assertion got status valid.
+[value] Recording results for no_zero_but_ok
+[value] Done for function no_zero_but_ok
+[value] computing for function small_sets_n <- main.
+        Called from tests/non-free/strnlen2.c:501.
+tests/non-free/strnlen2.c:345:[value] Call to builtin Frama_C_strnlen(({{ "abcde" + {0; 1} }},{2; 5}))
+tests/non-free/strnlen2.c:346:[value] assertion got status valid.
+tests/non-free/strnlen2.c:351:[value] Call to builtin Frama_C_strnlen(({{ "\000bcdef" + {0; 1} }},{1; 4}))
+tests/non-free/strnlen2.c:352:[value] assertion got status valid.
+tests/non-free/strnlen2.c:356:[value] Call to builtin Frama_C_strnlen(({{ "bcd\000efg" + {0; 2} }},{2}))
+tests/non-free/strnlen2.c:357:[value] assertion got status valid.
+tests/non-free/strnlen2.c:361:[value] Call to builtin Frama_C_strnlen(({{ "bcd\000efg" + {0; 2} }},{2; 3}))
+tests/non-free/strnlen2.c:362:[value] assertion got status valid.
+tests/non-free/strnlen2.c:366:[value] Call to builtin Frama_C_strnlen(({{ "bcd\000efg" + {0; 2; 4} }},{2; 5}))
+tests/non-free/strnlen2.c:367:[value] assertion got status valid.
+[value] Recording results for small_sets_n
+[value] Done for function small_sets_n
+[value] computing for function large_n <- main.
+        Called from tests/non-free/strnlen2.c:502.
+[value] computing for function init_array_nondet <- large_n <- main.
+        Called from tests/non-free/strnlen2.c:372.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a }},{1; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- large_n <- main.
+        Called from tests/non-free/strnlen2.c:377.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- large_n <- main.
+        Called from tests/non-free/strnlen2.c:378.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:379:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..30] }},[10..20]))
+tests/non-free/strnlen2.c:380:[value] assertion got status valid.
+tests/non-free/strnlen2.c:384:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..30] }},[10..20]))
+tests/non-free/strnlen2.c:385:[value] assertion got status valid.
+tests/non-free/strnlen2.c:388:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..30] }},[10..20]))
+tests/non-free/strnlen2.c:389:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- large_n <- main.
+        Called from tests/non-free/strnlen2.c:391.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:392:[value] Call to builtin Frama_C_strnlen(({{ &a + [5..17] }},[10..20]))
+tests/non-free/strnlen2.c:393:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- large_n <- main.
+        Called from tests/non-free/strnlen2.c:395.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:396:[value] Call to builtin Frama_C_strnlen(({{ &a + [60..74] }},[10..20]))
+tests/non-free/strnlen2.c:397:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- large_n <- main.
+        Called from tests/non-free/strnlen2.c:399.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:400:[value] Call to builtin Frama_C_strnlen(({{ &a + [63..80] }},[10..20]))
+tests/non-free/strnlen2.c:401:[value] assertion got status valid.
+[value] computing for function init_array_nondet <- large_n <- main.
+        Called from tests/non-free/strnlen2.c:403.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a }},{0; 2},{100}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- large_n <- main.
+        Called from tests/non-free/strnlen2.c:404.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:405:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},[10..20]))
+tests/non-free/strnlen2.c:406:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- large_n <- main.
+        Called from tests/non-free/strnlen2.c:408.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:409:[value] Call to builtin Frama_C_strnlen(({{ &a + [50..70] }},[0..100]))
+tests/non-free/strnlen2.c:409:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:410:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- large_n <- main.
+        Called from tests/non-free/strnlen2.c:412.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- large_n <- main.
+        Called from tests/non-free/strnlen2.c:413.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:414:[value] Call to builtin Frama_C_strnlen(({{ &a + [0..10] }},[0..90]))
+tests/non-free/strnlen2.c:415:[value] assertion got status valid.
+[value] Recording results for large_n
+[value] Done for function large_n
+[value] computing for function unbounded_n <- main.
+        Called from tests/non-free/strnlen2.c:504.
+tests/non-free/strnlen2.c:423:[value] Call to builtin Frama_C_strnlen(({{ "abc" }},[0..2147483647]))
+tests/non-free/strnlen2.c:424:[value] assertion got status valid.
+tests/non-free/strnlen2.c:426:[value] Call to builtin Frama_C_strnlen(({{ "abc" + {0; 1} }},[0..2147483647]))
+tests/non-free/strnlen2.c:427:[value] assertion got status valid.
+tests/non-free/strnlen2.c:429:[value] Call to builtin Frama_C_strnlen(({{ "bcd\000eg" }},[0..2147483647]))
+tests/non-free/strnlen2.c:430:[value] assertion got status valid.
+[value] Recording results for unbounded_n
+[value] Done for function unbounded_n
+[value] computing for function intervals <- main.
+        Called from tests/non-free/strnlen2.c:505.
+[value] computing for function init_array_nondet <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:435.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a }},{0; 1},{10}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:436.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[3] }},{1},{4}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:437.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[11] }},{0; 1},{1}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:438.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[12] }},{1},{4}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function init_array_nondet <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:439.
+tests/non-free/strnlen2.c:138:[value] Call to builtin memset(({{ (void *)&a[16] }},{0; 1},{4}))
+[value] Recording results for init_array_nondet
+[value] Done for function init_array_nondet
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:441.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:442.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:443:[value] Call to builtin Frama_C_strnlen(({{ &a + [0..9] }},[0..9]))
+tests/non-free/strnlen2.c:443:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:444:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:446.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:447.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:448:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
+                                         [2..10]))
+tests/non-free/strnlen2.c:448:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:449:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:451.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:452.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:453:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9]} }},
+                                         [0..11]))
+tests/non-free/strnlen2.c:453:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:454:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:456.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:457.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:458:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
+                                               [10]} }},[0..9]))
+tests/non-free/strnlen2.c:458:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:459:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:461.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:462.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:463:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
+                                               [10]} }},[0..10]))
+tests/non-free/strnlen2.c:463:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:464:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:466.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:467.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:468:[value] Call to builtin Frama_C_strnlen(({{ &a{[3], [4], [5], [6], [7], [8], [9],
+                                               [10]} }},[0..11]))
+tests/non-free/strnlen2.c:468:[value] warning: builtin Frama_C_strnlen: possibly reading indeterminate data
+tests/non-free/strnlen2.c:469:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:471.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:472.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:473:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..9]))
+tests/non-free/strnlen2.c:473:[value] warning: builtin Frama_C_strnlen:
+                 possible uninitialized values
+                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:474:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:476.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:477.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:478:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..10]))
+tests/non-free/strnlen2.c:478:[value] warning: builtin Frama_C_strnlen:
+                 possible uninitialized values
+                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:479:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:481.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- intervals <- main.
+        Called from tests/non-free/strnlen2.c:482.
+[value] Done for function Frama_C_interval
+tests/non-free/strnlen2.c:483:[value] Call to builtin Frama_C_strnlen(({{ &a + [3..11] }},[0..11]))
+tests/non-free/strnlen2.c:483:[value] warning: builtin Frama_C_strnlen:
+                 possible uninitialized values
+                 possibly reading indeterminate data
+tests/non-free/strnlen2.c:484:[value] assertion got status valid.
+[value] Recording results for intervals
+[value] Done for function intervals
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function bitfields:
+  s.a ∈ {3}
+   .b ∈ {1}
+   .[bits 16 to 31] ∈ UNINITIALIZED
+   .c ∈ {7}
+   .[bits 49 to 63] ∈ UNINITIALIZED
+  p ∈ {{ (char *)&s }}
+[value:final-states] Values at end of function bitfields2:
+  s.a ∈ {3}
+   .b ∈ {1}
+   .c ∈ {7}
+   .[bits 25 to 31] ∈ UNINITIALIZED
+  p ∈ {{ (char *)&s }}
+  z1 ∈ {2}
+[value:final-states] Values at end of function escaping:
+  s[0] ∈ {0}
+   [1..3] ∈ ESCAPINGADDR
+  z1 ∈ {0}
+  z2 ∈ {0}
+[value:final-states] Values at end of function init_array_nondet:
+  from ∈ {-1}
+  to ∈ {-1}
+  val1 ∈ {-1}
+  val2 ∈ {-1}
+  val ∈ {0; 1; 2; 3; 4}
+  a[0..99] ∈ {0; 1; 2}
+  a[0..39] ∈ {1; 2}
+   [40..49] ∈ UNINITIALIZED
+   [50..94] ∈ {3; 4} or UNINITIALIZED
+   [95..99] ∈ UNINITIALIZED
+  u[0..199] ∈ {0; 16843009}
+  r[0..200] ∈ {0; 16843009; 270729319} or UNINITIALIZED
+  t[0..999999] ∈ {0; 16843009; 270729319} or UNINITIALIZED
+  a[0..99] ∈ {0; 1; 2}
+  a[0..9] ∈ {0; 1}
+   [10] ∈ UNINITIALIZED
+   [11] ∈ {0; 1} or UNINITIALIZED
+   [12..15] ∈ {1} or UNINITIALIZED
+   [16..19] ∈ {0; 1} or UNINITIALIZED
+   [20..99] ∈ UNINITIALIZED
+[value:final-states] Values at end of function big_array:
+  u[0..199] ∈ {0; 16843009; 270729319}
+  r[0..200] ∈ {0; 16843009; 270729319}
+  t[0..999999] ∈ {0; 16843009; 270729319}
+  p ∈ {{ &t + [0..3999996],0%4 }}
+  len_u ∈ [0..799]
+  len_r ∈ [0..803]
+  len_t ∈ [0..3999999]
+[value:final-states] Values at end of function initialization:
+  empty_or_uninitialized[0] ∈ {0} or UNINITIALIZED
+  z1 ∈ {0}
+  s[0] ∈ {1} or UNINITIALIZED
+   [1] ∈ {0}
+  z2 ∈ {1}
+  t[0..1] ∈ {10}
+   [2] ∈ {10} or UNINITIALIZED
+   [3] ∈ {0}
+  z3 ∈ {3}
+[value:final-states] Values at end of function intervals:
+  Frama_C_entropy_source ∈ [--..--]
+  a[0..2] ∈ {0; 1}
+   [3..6] ∈ {1}
+   [7..9] ∈ {0; 1}
+   [10] ∈ UNINITIALIZED
+   [11] ∈ {0; 1}
+   [12..15] ∈ {1}
+   [16..19] ∈ {0; 1}
+   [20..99] ∈ UNINITIALIZED
+  offset ∈ [3..11]
+  n ∈ [0..11]
+  z1 ∈ [0..9]
+  z2 ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+  z3 ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+  z4 ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+  z5 ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+  z6 ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+  z7 ∈ [0..9]
+  z8 ∈ [0..9]
+  z9 ∈ [0..9]
+[value:final-states] Values at end of function large:
+  Frama_C_entropy_source ∈ [--..--]
+  a[0..99] ∈ {0; 2}
+  offset ∈ [50..70]
+  z1 ∈ [0..54]
+  z2 ∈ [3..15]
+  z3 ∈ [1..15]
+  z4 ∈ [0..12]
+  z5 ∈ [0..49]
+[value:final-states] Values at end of function large_n:
+  Frama_C_entropy_source ∈ [--..--]
+  a[0..99] ∈ {0; 2}
+  offset ∈ [0..10]
+  n ∈ [0..90]
+  z1 ∈ [0..12]
+  z2 ∈ [0..13]
+  z3 ∈ [0..20]
+  z4 ∈ [0..13]
+  z5 ∈ [1..15]
+  z6 ∈ [0..20]
+  z7 ∈ [0..20]
+  z8 ∈ [0..50]
+  z9 ∈ [0..90]
+[value:final-states] Values at end of function large_uninit:
+  Frama_C_entropy_source ∈ [--..--]
+  a[0..19] ∈ {1; 2}
+   [20] ∈ {0}
+   [21..39] ∈ {1; 2}
+   [40..49] ∈ UNINITIALIZED
+   [50..74] ∈ {3; 4}
+   [75] ∈ {0}
+   [76..94] ∈ {3; 4}
+   [95..97] ∈ UNINITIALIZED
+   [98] ∈ {0}
+   [99] ∈ UNINITIALIZED
+  offset ∈ {0}
+  z1 ∈ [0..17]
+  z2 ∈ [0..12]
+  z3 ∈ {20; 21; 22; 23; 24; 25}
+[value:final-states] Values at end of function misc:
+  Frama_C_entropy_source ∈ [--..--]
+  loc_str ∈ {{ "Bonjour Monde\n" }}
+  loc_char_array[0..2] ∈ UNINITIALIZED
+                [3] ∈ {0}
+                [4] ∈ UNINITIALIZED
+  sz1 ∈ {12; 14}
+  sz2 ∈ {0}
+  sz3 ∈ [0..13]
+  sz4 ∈ {3}
+  sz5 ∈ {2; 3; 4}
+  sz6 ∈ {1; 2; 3}
+  sz7 ∈ {0; 1; 2; 3; 4} or UNINITIALIZED
+  sz8 ∈ {1}
+  x ∈ {-1412567296}
+  z ∈ {305419776}
+  i ∈ [0..11]
+  str ∈
+     {{ "" ; "a" ; "aa" ; "aaa" ; "aaaa" ; "aaaaa" ; "aaaaaa" ; "aaaaaaaaa" ;
+        "aaaaaaaaaa" ; "aaaaaaaaaaa" ; "aaaaaaaaaaaa" ; "aaaaaaaaaaaaa" }}
+  s1 ∈ {{ "mno\000pqr" ; "MNOP\000QRS" }}
+  s2 ∈ {{ "efg" + {1; 2} ; "EFGH" + {1; 2} }}
+  maybe_init[0] ∈ {65} or UNINITIALIZED
+            [1] ∈ {0}
+[value:final-states] Values at end of function no_zero_but_ok:
+  s[0..9] ∈ {1}
+   [10] ∈ {0}
+   [11..13] ∈ {1}
+   [14..19] ∈ {0; 1}
+  z1 ∈ {5}
+  z2 ∈ {10}
+  p ∈ {{ &s{[7], [18]} }}
+  z3 ∈ {2; 9}
+  z4 ∈ {3; 4}
+  z5 ∈ {0; 1; 3}
+[value:final-states] Values at end of function small_sets:
+  s ∈ {{ "b\000c" }}
+  o ∈ {0; 2}
+  z1 ∈ {2; 3}
+  z2 ∈ {0; 2}
+  z3 ∈ {0}
+  z4 ∈ {1}
+  t[0..1] ∈ {0; 1}
+   [2..3] ∈ {1}
+  z5 ∈ {0; 1; 4}
+[value:final-states] Values at end of function small_sets_n:
+  s ∈ {{ "bcd\000efg" }}
+  p ∈ {{ "bcd\000efg" + {0; 2; 4} }}
+  n ∈ {2; 5}
+  z1 ∈ {2; 4; 5}
+  z2 ∈ {0; 1; 4}
+  z3a ∈ {1; 2}
+  z3 ∈ {1; 2; 3}
+  z4 ∈ {1; 2; 3}
+[value:final-states] Values at end of function unbounded_n:
+  n ∈ [0..2147483647]
+  s ∈ {{ "bcd\000eg" }}
+  zu1 ∈ {3}
+  o ∈ {0; 1}
+  zu2 ∈ {2; 3}
+  zu3 ∈ {3}
+[value:final-states] Values at end of function zero_termination:
+  empty_or_non_terminated[0] ∈ {0; 100}
+  z1 ∈ {0; 1}
+  non_terminated[0] ∈ {88}
+  non_terminated2[0] ∈ {76}
+                 [1] ∈ {0}
+                 [2] ∈ {28}
+                 [3] ∈ {14}
+  o ∈ {2; 3}
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  __retres ∈ {0}
+[from] Computing for function bitfields
+[from] Computing for function Frama_C_strnlen <-bitfields
+[from] Done for function Frama_C_strnlen
+[from] Done for function bitfields
+[from] Computing for function bitfields2
+[from] Done for function bitfields2
+[from] Computing for function escaping
+[from] Done for function escaping
+[from] Computing for function init_array_nondet
+[from] Computing for function Frama_C_memset <-init_array_nondet
+[from] Done for function Frama_C_memset
+[from] Done for function init_array_nondet
+[from] Computing for function big_array
+[from] Done for function big_array
+[from] Computing for function initialization
+[from] Done for function initialization
+[from] Computing for function intervals
+[from] Computing for function Frama_C_interval <-intervals
+[from] Done for function Frama_C_interval
+[from] Done for function intervals
+[from] Computing for function large
+[from] Done for function large
+[from] Computing for function large_n
+[from] Done for function large_n
+[from] Computing for function large_uninit
+[from] Done for function large_uninit
+[from] Computing for function misc
+[from] Done for function misc
+[from] Computing for function no_zero_but_ok
+[from] Done for function no_zero_but_ok
+[from] Computing for function small_sets
+[from] Done for function small_sets
+[from] Computing for function small_sets_n
+[from] Done for function small_sets_n
+[from] Computing for function unbounded_n
+[from] Done for function unbounded_n
+[from] Computing for function zero_termination
+[from] Done for function zero_termination
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function bitfields:
+  NO EFFECTS
+[from] Function bitfields2:
+  NO EFFECTS
+[from] Function escaping:
+  NO EFFECTS
+[from] Function init_array_nondet:
+  a[0..99] FROM val1; val2; nondet (and SELF)
+  a[0..99] FROM val1; val2; nondet (and SELF)
+  u[0..199] FROM val1; val2; nondet (and SELF)
+  r[0..200] FROM val1; val2; nondet (and SELF)
+  t[0..999999] FROM val1; val2; nondet (and SELF)
+  a[0..99] FROM val1; val2; nondet (and SELF)
+  a[0..99] FROM val1; val2; nondet (and SELF)
+[from] Function big_array:
+  NO EFFECTS
+[from] Function initialization:
+  NO EFFECTS
+[from] Function intervals:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function large:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function large_n:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function large_uninit:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function misc:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function no_zero_but_ok:
+  NO EFFECTS
+[from] Function small_sets:
+  NO EFFECTS
+[from] Function small_sets_n:
+  NO EFFECTS
+[from] Function unbounded_n:
+  NO EFFECTS
+[from] Function zero_termination:
+  NO EFFECTS
+[from] Function main:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function bitfields:
+          s{{.a; .b}; .c}; p
+[inout] Inputs for function bitfields:
+          nondet
+[inout] Out (internal) for function bitfields2:
+          s{.a; .b; .c}; p; z1; tmp
+[inout] Inputs for function bitfields2:
+          \nothing
+[inout] Out (internal) for function escaping:
+          s[0..3]; z1; tmp; z2; tmp_0
+[inout] Inputs for function escaping:
+          nondet
+[inout] Out (internal) for function init_array_nondet:
+          from; to; val1; val2; val; tmp; a[0..99]; a[0..99]; u[0..199]; r[0..200];
+          t[0..999999]; a[0..99]; a[0..99]
+[inout] Inputs for function init_array_nondet:
+          nondet
+[inout] Out (internal) for function big_array:
+          u[0..199]; r[0..200]; t[0..999999]; p; len_u; len_r; len_t
+[inout] Inputs for function big_array:
+          nondet
+[inout] Out (internal) for function initialization:
+          empty_or_uninitialized[0]; z1; tmp; s[0..1]; z2; tmp_0; t[0..3]; z3; tmp_1
+[inout] Inputs for function initialization:
+          nondet
+[inout] Out (internal) for function intervals:
+          Frama_C_entropy_source; a[0..99]; offset; n; z1; tmp_1; z2; tmp_2; 
+          z3; tmp_3; z4; tmp_4; z5; tmp_5; z6; tmp_6; z7; tmp_7; z8; tmp_8; z9; 
+          tmp_9
+[inout] Inputs for function intervals:
+          Frama_C_entropy_source; nondet
+[inout] Out (internal) for function large:
+          Frama_C_entropy_source; a[0..99]; offset; z1; tmp_0; z2; tmp_1; z3; 
+          tmp_2; z4; tmp_3; z5; tmp_4
+[inout] Inputs for function large:
+          Frama_C_entropy_source; nondet
+[inout] Out (internal) for function large_n:
+          Frama_C_entropy_source; a[0..99]; offset; n; z1; tmp_1; z2; tmp_2; 
+          z3; tmp_3; z4; tmp_4; z5; tmp_5; z6; tmp_6; z7; tmp_7; z8; tmp_8; z9; 
+          tmp_9
+[inout] Inputs for function large_n:
+          Frama_C_entropy_source; nondet
+[inout] Out (internal) for function large_uninit:
+          Frama_C_entropy_source; a[0..99]; offset; z1; tmp_0; z2; tmp_1; z3; tmp_2
+[inout] Inputs for function large_uninit:
+          Frama_C_entropy_source; nondet
+[inout] Out (internal) for function misc:
+          Frama_C_entropy_source; loc_str; loc_char_array[3]; sz1; sz2; sz3; 
+          sz4; sz5; sz6; sz7; sz8; x; z; i; str; s1; tmp; s2; tmp_0; j;
+          maybe_init[0..1]
+[inout] Inputs for function misc:
+          Frama_C_entropy_source; static_str; zero_str; tab_str[0..11];
+          unterminated_string[0..11]; nondet; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111];
+          "Bonjour Monde\n"[bits 0 to 119]; "abc"; "ABCD"[bits 0 to 39];
+          "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39]; "mno\000pqr"[bits 0 to 63];
+          "MNOP\000QRS"[bits 0 to 71]
+[inout] Out (internal) for function no_zero_but_ok:
+          s[0..19]; z1; tmp; z2; tmp_0; p; tmp_1; z3; tmp_2; z4; tmp_3; z5; tmp_4
+[inout] Inputs for function no_zero_but_ok:
+          nondet
+[inout] Out (internal) for function small_sets:
+          s; o; tmp; z1; tmp_0; z2; tmp_1; z3; tmp_2; z4; tmp_3; t[0..3]; z5; tmp_4
+[inout] Inputs for function small_sets:
+          nondet; "abc"; "\000bc"; ""[bits 0 to 7]; "b\000c"
+[inout] Out (internal) for function small_sets_n:
+          s; p; tmp; n; tmp_0; z1; tmp_1; z2; tmp_2; z3a; tmp_3; z3; tmp_4; tmp_5;
+          z4; tmp_6
+[inout] Inputs for function small_sets_n:
+          nondet; "abcde"[bits 0 to 47]; "\000bcdef"[bits 0 to 55];
+          "bcd\000efg"[bits 0 to 63]
+[inout] Out (internal) for function unbounded_n:
+          n; s; zu1; tmp; o; tmp_0; zu2; tmp_1; zu3; tmp_2
+[inout] Inputs for function unbounded_n:
+          nondet; "abc"; "bcd\000eg"[bits 0 to 55]
+[inout] Out (internal) for function zero_termination:
+          empty_or_non_terminated[0]; z1; tmp; non_terminated[0];
+          non_terminated2[0..3]; o; tmp_0
+[inout] Inputs for function zero_termination:
+          nondet
+[inout] Out (internal) for function main:
+          Frama_C_entropy_source; __retres
+[inout] Inputs for function main:
+          Frama_C_entropy_source; static_str; zero_str; tab_str[0..11];
+          unterminated_string[0..11]; nondet; "Hello World\n"[bits 0 to 103];
+          "abc\000\000\000abc"[bits 0 to 79]; ""[bits 0 to 7]; "a"[bits 0 to 15];
+          "aa"[bits 0 to 23]; "aaa"; "aaaa"[bits 0 to 39]; "aaaaa"[bits 0 to 47];
+          "aaaaaa"[bits 0 to 55]; "aaaaaaaaa"[bits 0 to 79];
+          "aaaaaaaaaa"[bits 0 to 87]; "aaaaaaaaaaa"[bits 0 to 95];
+          "aaaaaaaaaaaa"[bits 0 to 103]; "aaaaaaaaaaaaa"[bits 0 to 111]; "abc";
+          "\000bc"; ""[bits 0 to 7]; "b\000c"; "Bonjour Monde\n"[bits 0 to 119];
+          "abc"; "ABCD"[bits 0 to 39]; "efg"[bits 8 to 31]; "EFGH"[bits 8 to 39];
+          "mno\000pqr"[bits 0 to 63]; "MNOP\000QRS"[bits 0 to 71];
+          "abcde"[bits 0 to 47]; "\000bcdef"[bits 0 to 55];
+          "bcd\000efg"[bits 0 to 63]; "abc"; "bcd\000eg"[bits 0 to 55]
diff --git a/tests/non-free/oracle_symblocs/watch.err.oracle b/tests/non-free/oracle_symblocs/watch.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/non-free/oracle_symblocs/watch.res.oracle b/tests/non-free/oracle_symblocs/watch.res.oracle
new file mode 100644
index 00000000000..80ad5ed36d0
--- /dev/null
+++ b/tests/non-free/oracle_symblocs/watch.res.oracle
@@ -0,0 +1,46 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/non-free/watch.c (with preprocessing)
+tests/non-free/watch.c:5:[kernel] warning: Calling undeclared function Frama_C_watch_value. Old style K&R code?
+tests/non-free/watch.c:11:[kernel] warning: Calling undeclared function u. Old style K&R code?
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+[value] Call to builtin Frama_C_add_watch(({{ &c }},{4},{2000000000},{5}))
+tests/non-free/watch.c:8:[value] Watchpoint: & c [--..--]
+tests/non-free/watch.c:9:[value] Watchpoint: & c [--..--]
+[value] computing for function u <- main.
+        Called from tests/non-free/watch.c:11.
+tests/non-free/watch.c:11:[kernel] warning: Neither code nor specification for function u, generating default assigns from the prototype
+[value] using specification for function u
+[value] Done for function u
+tests/non-free/watch.c:12:[value] Watchpoint: & c [--..--]
+tests/non-free/watch.c:13:[value] Watchpoint: & c [--..--]
+tests/non-free/watch.c:14:[value] Watchpoint: & c [--..--]
+[value] user error: Degeneration occurred:
+                    results are not correct for lines of code that can be reached from the degeneration point.
+[value] ====== VALUES COMPUTED ======
+tests/non-free/watch.c:5:[kernel] warning: Neither code nor specification for function Frama_C_watch_value, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Computing for function Frama_C_watch_value <-main
+[from] Done for function Frama_C_watch_value
+[from] Computing for function u <-main
+[from] Done for function u
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function u:
+  \result FROM \nothing
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; c
+[inout] Inputs for function main:
+          x
diff --git a/tests/non-free/test_config_symblocs b/tests/non-free/test_config_symblocs
new file mode 100644
index 00000000000..f01c6127543
--- /dev/null
+++ b/tests/non-free/test_config_symblocs
@@ -0,0 +1,2 @@
+MACRO: VALUECONFIG -eva-symbolic-locations-domain
+OPT: -val @VALUECONFIG@ -journal-disable -out -input -deps -value-msg-key malloc
\ No newline at end of file
diff --git a/tests/rte/fptr_assert.c b/tests/rte/fptr_assert.c
index e3a465d0472..b57722f2031 100644
--- a/tests/rte/fptr_assert.c
+++ b/tests/rte/fptr_assert.c
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -rte -warn-signed-overflow -rte-precond -print
+   OPT: -rte -rte-precond -print
 */
 
 typedef int (*fptr)(int);
diff --git a/tests/rte/my_annot_proxy/my_annot_proxy.ml b/tests/rte/my_annot_proxy/my_annot_proxy.ml
index b646cd7674a..a34a416d909 100644
--- a/tests/rte/my_annot_proxy/my_annot_proxy.ml
+++ b/tests/rte/my_annot_proxy/my_annot_proxy.ml
@@ -9,7 +9,7 @@ let print_status () =
       (fun kf ->
 	 Kernel.log "kf = %s" (Kernel_function.get_name kf) ;
 	 List.iter
-	   (fun (s, _, getter) -> Kernel.log "%s = %b" s (getter kf))
+	   (fun (s, _, getter) -> Kernel.log "- %s = %b" s (getter kf))
 	   rte_state_getter_list);
     Kernel.log "================================"
 
diff --git a/tests/rte/oracle/bts0580_2.res.oracle b/tests/rte/oracle/bts0580_2.res.oracle
index 7e4a76cd3cf..8aace82c36e 100644
--- a/tests/rte/oracle/bts0580_2.res.oracle
+++ b/tests/rte/oracle/bts0580_2.res.oracle
@@ -1,8 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
 [kernel] Parsing tests/rte/bts0580_2.c (with preprocessing)
 [rte] annotating function main
-tests/rte/bts0580_2.c:32:[rte] warning: no predicate available yet to check validity of function pointer dereferencing *(buff.data[c[2]].f)
-tests/rte/bts0580_2.c:33:[rte] warning: no predicate available yet to check validity of function pointer dereferencing *f
 /* Generated by Frama-C */
 struct S {
    int val ;
diff --git a/tests/rte/oracle/fptr_assert.res.oracle b/tests/rte/oracle/fptr_assert.res.oracle
index 1b560fb580f..8c1fabc05bf 100644
--- a/tests/rte/oracle/fptr_assert.res.oracle
+++ b/tests/rte/oracle/fptr_assert.res.oracle
@@ -5,13 +5,9 @@
 [rte] annotating function h
 [rte] annotating function main
 tests/rte/fptr_assert.c:21:[rte] warning: ((*fp1)();) function called through a pointer: not treated
-tests/rte/fptr_assert.c:21:[rte] warning: no predicate available yet to check validity of function pointer dereferencing *fp1
 tests/rte/fptr_assert.c:22:[rte] warning: ((*fp2)(3);) function called through a pointer: not treated
-tests/rte/fptr_assert.c:22:[rte] warning: no predicate available yet to check validity of function pointer dereferencing *fp2
 tests/rte/fptr_assert.c:23:[rte] warning: ((*(ma[1]))(5);) function called through a pointer: not treated
-tests/rte/fptr_assert.c:23:[rte] warning: no predicate available yet to check validity of function pointer dereferencing *(ma[1])
 tests/rte/fptr_assert.c:24:[rte] warning: ((*(ma[i]))(5);) function called through a pointer: not treated
-tests/rte/fptr_assert.c:24:[rte] warning: no predicate available yet to check validity of function pointer dereferencing *(ma[i])
 /* Generated by Frama-C */
 typedef int (*fptr)(int );
 void g(void)
@@ -43,11 +39,15 @@ int main(int i)
   ma[1] = & h;
   fp1 = (void (*)())(& g);
   fp2 = & f;
+  /*@ assert rte: function_pointer: \valid_function(fp1); */
   (*fp1)();
+  /*@ assert rte: function_pointer: \valid_function(fp2); */
   (*fp2)(3);
+  /*@ assert rte: function_pointer: \valid_function(ma[1]); */
   (*(ma[1]))(5);
   /*@ assert rte: index_bound: 0 ≤ i; */
   /*@ assert rte: index_bound: i < 2; */
+  /*@ assert rte: function_pointer: \valid_function(ma[i]); */
   (*(ma[i]))(5);
   __retres = 0;
   return __retres;
diff --git a/tests/rte/oracle/twofunc.res.oracle b/tests/rte/oracle/twofunc.res.oracle
index 2de87aef871..d5c859f60b2 100644
--- a/tests/rte/oracle/twofunc.res.oracle
+++ b/tests/rte/oracle/twofunc.res.oracle
@@ -137,45 +137,49 @@ int main(void)
 [kernel] ================================
 [kernel] printing status
 [kernel] kf = Frama_C_bzero
-[kernel] precondition = true
-[kernel] mem_access = true
-[kernel] division_by_zero = true
-[kernel] shift_value_out_of_bounds = true
-[kernel] signed_overflow = true
-[kernel] downcast = true
-[kernel] unsigned_overflow = true
-[kernel] unsigned_downcast = true
-[kernel] float_to_int = true
+[kernel] - precondition = true
+[kernel] - mem_access = true
+[kernel] - pointer_call = true
+[kernel] - division_by_zero = true
+[kernel] - shift_value_out_of_bounds = true
+[kernel] - signed_overflow = true
+[kernel] - downcast = true
+[kernel] - unsigned_overflow = true
+[kernel] - unsigned_downcast = true
+[kernel] - float_to_int = true
 [kernel] kf = Frama_C_copy_block
-[kernel] precondition = true
-[kernel] mem_access = true
-[kernel] division_by_zero = true
-[kernel] shift_value_out_of_bounds = true
-[kernel] signed_overflow = true
-[kernel] downcast = true
-[kernel] unsigned_overflow = true
-[kernel] unsigned_downcast = true
-[kernel] float_to_int = true
+[kernel] - precondition = true
+[kernel] - mem_access = true
+[kernel] - pointer_call = true
+[kernel] - division_by_zero = true
+[kernel] - shift_value_out_of_bounds = true
+[kernel] - signed_overflow = true
+[kernel] - downcast = true
+[kernel] - unsigned_overflow = true
+[kernel] - unsigned_downcast = true
+[kernel] - float_to_int = true
 [kernel] kf = f
-[kernel] precondition = true
-[kernel] mem_access = true
-[kernel] division_by_zero = true
-[kernel] shift_value_out_of_bounds = true
-[kernel] signed_overflow = true
-[kernel] downcast = false
-[kernel] unsigned_overflow = false
-[kernel] unsigned_downcast = false
-[kernel] float_to_int = true
+[kernel] - precondition = true
+[kernel] - mem_access = true
+[kernel] - pointer_call = true
+[kernel] - division_by_zero = true
+[kernel] - shift_value_out_of_bounds = true
+[kernel] - signed_overflow = true
+[kernel] - downcast = false
+[kernel] - unsigned_overflow = false
+[kernel] - unsigned_downcast = false
+[kernel] - float_to_int = true
 [kernel] kf = main
-[kernel] precondition = true
-[kernel] mem_access = true
-[kernel] division_by_zero = true
-[kernel] shift_value_out_of_bounds = true
-[kernel] signed_overflow = true
-[kernel] downcast = false
-[kernel] unsigned_overflow = false
-[kernel] unsigned_downcast = false
-[kernel] float_to_int = true
+[kernel] - precondition = true
+[kernel] - mem_access = true
+[kernel] - pointer_call = true
+[kernel] - division_by_zero = true
+[kernel] - shift_value_out_of_bounds = true
+[kernel] - signed_overflow = true
+[kernel] - downcast = false
+[kernel] - unsigned_overflow = false
+[kernel] - unsigned_downcast = false
+[kernel] - float_to_int = true
 [kernel] ================================
 /* Generated by Frama-C */
 int f(int x, int y)
@@ -242,43 +246,47 @@ int main(void)
 [kernel] ================================
 [kernel] printing status
 [kernel] kf = Frama_C_bzero
-[kernel] precondition = true
-[kernel] mem_access = true
-[kernel] division_by_zero = true
-[kernel] shift_value_out_of_bounds = true
-[kernel] signed_overflow = true
-[kernel] downcast = true
-[kernel] unsigned_overflow = true
-[kernel] unsigned_downcast = true
-[kernel] float_to_int = true
+[kernel] - precondition = true
+[kernel] - mem_access = true
+[kernel] - pointer_call = true
+[kernel] - division_by_zero = true
+[kernel] - shift_value_out_of_bounds = true
+[kernel] - signed_overflow = true
+[kernel] - downcast = true
+[kernel] - unsigned_overflow = true
+[kernel] - unsigned_downcast = true
+[kernel] - float_to_int = true
 [kernel] kf = Frama_C_copy_block
-[kernel] precondition = true
-[kernel] mem_access = true
-[kernel] division_by_zero = true
-[kernel] shift_value_out_of_bounds = true
-[kernel] signed_overflow = true
-[kernel] downcast = true
-[kernel] unsigned_overflow = true
-[kernel] unsigned_downcast = true
-[kernel] float_to_int = true
+[kernel] - precondition = true
+[kernel] - mem_access = true
+[kernel] - pointer_call = true
+[kernel] - division_by_zero = true
+[kernel] - shift_value_out_of_bounds = true
+[kernel] - signed_overflow = true
+[kernel] - downcast = true
+[kernel] - unsigned_overflow = true
+[kernel] - unsigned_downcast = true
+[kernel] - float_to_int = true
 [kernel] kf = f
-[kernel] precondition = true
-[kernel] mem_access = true
-[kernel] division_by_zero = true
-[kernel] shift_value_out_of_bounds = true
-[kernel] signed_overflow = true
-[kernel] downcast = false
-[kernel] unsigned_overflow = false
-[kernel] unsigned_downcast = false
-[kernel] float_to_int = true
+[kernel] - precondition = true
+[kernel] - mem_access = true
+[kernel] - pointer_call = true
+[kernel] - division_by_zero = true
+[kernel] - shift_value_out_of_bounds = true
+[kernel] - signed_overflow = true
+[kernel] - downcast = false
+[kernel] - unsigned_overflow = false
+[kernel] - unsigned_downcast = false
+[kernel] - float_to_int = true
 [kernel] kf = main
-[kernel] precondition = true
-[kernel] mem_access = true
-[kernel] division_by_zero = true
-[kernel] shift_value_out_of_bounds = true
-[kernel] signed_overflow = true
-[kernel] downcast = false
-[kernel] unsigned_overflow = false
-[kernel] unsigned_downcast = false
-[kernel] float_to_int = true
+[kernel] - precondition = true
+[kernel] - mem_access = true
+[kernel] - pointer_call = true
+[kernel] - division_by_zero = true
+[kernel] - shift_value_out_of_bounds = true
+[kernel] - signed_overflow = true
+[kernel] - downcast = false
+[kernel] - unsigned_overflow = false
+[kernel] - unsigned_downcast = false
+[kernel] - float_to_int = true
 [kernel] ================================
diff --git a/tests/rte_manual/oracle/safearrays.res.oracle b/tests/rte_manual/oracle/safearrays.res.oracle
index 433c41198be..da7df5b9b69 100644
--- a/tests/rte_manual/oracle/safearrays.res.oracle
+++ b/tests/rte_manual/oracle/safearrays.res.oracle
@@ -1,7 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
 [kernel] Parsing tests/rte_manual/safearrays.i (no preprocessing)
 [rte] annotating function main
-tests/rte_manual/safearrays.i:28:[rte] warning: no predicate available yet to check validity of function pointer dereferencing *(buff.data[i].f)
 /* Generated by Frama-C */
 struct S {
    int val ;
@@ -27,6 +26,7 @@ int main(void)
   */
   a = (buff.data[i].cell[j].next)->val;
   /*@ assert rte: index_bound: i < 10; */
+  /*@ assert rte: function_pointer: \valid_function(buff.data[i].f); */
   (*(buff.data[i].f))(a);
   __retres = 0;
   return __retres;
diff --git a/tests/slicing/adpcm.c b/tests/slicing/adpcm.c
new file mode 100644
index 00000000000..53c248a4000
--- /dev/null
+++ b/tests/slicing/adpcm.c
@@ -0,0 +1,6 @@
+/* run.config
+   EXECNOW: make -s tests/slicing/adpcm.cmxs
+   OPT: -load-module ./tests/slicing/libSelect.cmxs -load-module ./tests/slicing/adpcm.cmxs -ulevel -1 -deps -slicing-level 2 -journal-disable
+*/
+
+#include "tests/test/adpcm.c"
diff --git a/tests/slicing2/adpcm.ml b/tests/slicing/adpcm.ml
similarity index 77%
rename from tests/slicing2/adpcm.ml
rename to tests/slicing/adpcm.ml
index fabf7e0f35f..0da186815d0 100644
--- a/tests/slicing2/adpcm.ml
+++ b/tests/slicing/adpcm.ml
@@ -1,6 +1,6 @@
 (*
-ledit bin/toplevel.top  -no-annot -deps -slicing_level 2 tests/slicing2/adpcm.c
-#use "tests/slicing2/select.ml";;
+ledit bin/toplevel.top  -no-annot -deps -slicing_level 2 tests/slicing/adpcm.c
+#use "tests/slicing/select.ml";;
 *)
 
 include LibSelect;;
@@ -8,7 +8,7 @@ include LibSelect;;
 (* Kernel.slicing_level := 2;;  = MinimizeNbCalls *)
 
 (*
-let resname = "tests/slicing2/adpcm.sliced" in
+let resname = "tests/slicing/adpcm.sliced" in
 ignore (test "uppol2" ~do_prop_to_callers:true ~resname (select_retres));;
 *)
 let () =
diff --git a/tests/slicing/annot.c b/tests/slicing/annot.c
deleted file mode 100644
index 6b81121d62b..00000000000
--- a/tests/slicing/annot.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/* run.config
-   OPT: -main f1 -slice-assert f1  -then-on 'Slicing export' -print
-   OPT: -main f2 -slice-assert f2  -then-on 'Slicing export' -print
-*/
-
-extern int x, z;
-int t[10];
-
-void f1() {
-  int v = 3;
-  x = x + x - x;
-  int y = z;
-  x = 3;
-  int r = x;
-  //@ assert x == \at(x, Pre);
-}
-
-void f2() {
-  t[1] = 5;
-  t[6] = 4;
-  x = 2;
-  x = 3;
-  //@ assert \initialized(&t[x..9]);
-}
diff --git a/tests/slicing/annot.i b/tests/slicing/annot.i
new file mode 100644
index 00000000000..21f027de6fd
--- /dev/null
+++ b/tests/slicing/annot.i
@@ -0,0 +1,24 @@
+/* run.config
+   OPT: -main f1 -slice-assert f1  -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+   OPT: -main f2 -slice-assert f2  -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+*/
+
+extern int x, z;
+int t[10];
+
+void f1() {
+  int v = 3;
+  x = x + x - x;
+  int y = z;
+  x = 3;
+  int r = x;
+  //@ assert x == \at(x, Pre);
+}
+
+void f2() {
+  t[1] = 5;
+  t[6] = 4;
+  x = 2;
+  x = 3;
+  //@ assert \initialized(&t[x..9]);
+}
diff --git a/tests/slicing/bts0184.c b/tests/slicing/bts0184.c
deleted file mode 100644
index 3c2e6afcbfe..00000000000
--- a/tests/slicing/bts0184.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/* run.config
-   OPT: -check -slice-pragma x  -journal-disable
- **/
-int x(int y, int z)
-{
-/*@ slice pragma expr y == 1; */
-//@ assert y == 1;
-//@ assert y + z == 3;
- return y;
-}
-
-int main()
-{
- return 0;
-}
-
-int z1()
-{
- return x(2,2);
-}
diff --git a/tests/slicing/bts0184.i b/tests/slicing/bts0184.i
new file mode 100644
index 00000000000..22d2f416b03
--- /dev/null
+++ b/tests/slicing/bts0184.i
@@ -0,0 +1,20 @@
+/* run.config
+   OPT: -check -slice-pragma x  -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+ **/
+int x(int y, int z)
+{
+/*@ slice pragma expr y == 1; */
+//@ assert y == 1;
+//@ assert y + z == 3;
+ return y;
+}
+
+int main()
+{
+ return 0;
+}
+
+int z1()
+{
+ return x(2,2);
+}
diff --git a/tests/slicing/bts0190.c b/tests/slicing/bts0190.c
deleted file mode 100644
index ba6f0d32a6d..00000000000
--- a/tests/slicing/bts0190.c
+++ /dev/null
@@ -1,22 +0,0 @@
-/*  run.config
-OPT: -check -slice-rd y
-*/
-int z1(void);
-
-int x(int y, int z){
-/*@ slice pragma expr y == 1; */
-//@ assert y == 1;
-//@ assert y + z == 3;
- return 2*y*z1();
-}
-
-int main()
-{
- x(1,2);
- return 0;
-}
-
-int z1()
-{
- return 1;
-}
diff --git a/tests/slicing/bts0190.i b/tests/slicing/bts0190.i
new file mode 100644
index 00000000000..86fe1d0fc8a
--- /dev/null
+++ b/tests/slicing/bts0190.i
@@ -0,0 +1,22 @@
+/*  run.config
+OPT: -check -slice-rd y -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+*/
+int z1(void);
+
+int x(int y, int z){
+/*@ slice pragma expr y == 1; */
+//@ assert y == 1;
+//@ assert y + z == 3;
+ return 2*y*z1();
+}
+
+int main()
+{
+ x(1,2);
+ return 0;
+}
+
+int z1()
+{
+ return 1;
+}
diff --git a/tests/slicing/bts0950_annot.i b/tests/slicing/bts0950_annot.i
index 7f293ba26d2..02035872d12 100644
--- a/tests/slicing/bts0950_annot.i
+++ b/tests/slicing/bts0950_annot.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -val -slice-value a -then-on "Slicing export" -print
+   OPT: -val -slice-value a -then-on "Slicing export" -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
  */
 /*@ requires \valid(dest); */
 extern void cpy(int *dest, const int *src);
diff --git a/tests/slicing/bts1248.i b/tests/slicing/bts1248.i
index 76e14e8cfda..ebf21968d17 100644
--- a/tests/slicing/bts1248.i
+++ b/tests/slicing/bts1248.i
@@ -1,5 +1,5 @@
 /*  run.config
-OPT: -check -slice-rd x -main f -slicing-project-name p -then-on 'p export' -val
+OPT: -slice-rd x -main f -slicing-project-name p -then-on 'p export' -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i
 */
 
 int f(void) {
diff --git a/tests/slicing/bts1445.i b/tests/slicing/bts1445.i
index 72242279012..3c5a5c48c28 100644
--- a/tests/slicing/bts1445.i
+++ b/tests/slicing/bts1445.i
@@ -1,6 +1,6 @@
 /*  run.config
-OPT: -check -slice-calls main -then-on "Slicing export" -print 
-OPT: -check -slice-calls f -main f -then-on "Slicing export" -print 
+OPT: -slice-calls main -then-on "Slicing export" -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i
+OPT: -slice-calls f -main f -then-on "Slicing export" -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i
 */
 int x = 0;
 
diff --git a/tests/slicing/bts1684.i b/tests/slicing/bts1684.i
index 2da2f65a261..996b6f9f269 100644
--- a/tests/slicing/bts1684.i
+++ b/tests/slicing/bts1684.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check -slice-calls main -journal-enable -then-on 'Slicing export' -print
+   OPT: -slice-calls main -journal-enable -then-on 'Slicing export' -set-project-as-default -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i
 */
 // one bug about JOURNALIZATION and another one about slicing CALLS TO MAIN function.
 double d1, d2, d3;
diff --git a/tests/slicing/bts1768.i b/tests/slicing/bts1768.i
index 83cb7826077..58105e7598e 100644
--- a/tests/slicing/bts1768.i
+++ b/tests/slicing/bts1768.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check -main main -slice-pragma main -ulevel 10 -journal-disable -then-on 'Slicing export' -print
+   OPT: -main main -slice-pragma main -ulevel 10 -journal-disable -then-on 'Slicing export' -set-project-as-default -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i
 */
 int choix ;
 int state = 1;
diff --git a/tests/slicing/bts179.c b/tests/slicing/bts179.c
deleted file mode 100644
index ce937e8ab64..00000000000
--- a/tests/slicing/bts179.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/* run.config
- OPT: -check -slice-return main -journal-disable -then-on 'Slicing export' -print
- OPT: -check -slice-pragma main -journal-disable -then-on 'Slicing export' -print
- OPT: -check -sparecode-analysis -journal-disable
-*/
-
-struct {int a; int ab; int b; int c ; int d;} S;
-int X, Y;
-void g (void) {
-  S.a = 1;
-  S.ab = 0;
-  S.b = 2; /* here, better can be done ! */
-  S.d = 4;
-}
-int main (void) {
-  g();
-  //@  slice pragma expr S.b;
-  S.ab = 1; /* so that S.ab is sparecode in g() */
-  return S.a ;
-}
diff --git a/tests/slicing/bts179.i b/tests/slicing/bts179.i
new file mode 100644
index 00000000000..f6581778b82
--- /dev/null
+++ b/tests/slicing/bts179.i
@@ -0,0 +1,20 @@
+/* run.config
+ OPT: -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i
+ OPT: -slice-pragma main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i
+ OPT: -sparecode-analysis -journal-disable
+*/
+
+struct {int a; int ab; int b; int c ; int d;} S;
+int X, Y;
+void g (void) {
+  S.a = 1;
+  S.ab = 0;
+  S.b = 2; /* here, better can be done ! */
+  S.d = 4;
+}
+int main (void) {
+  g();
+  //@  slice pragma expr S.b;
+  S.ab = 1; /* so that S.ab is sparecode in g() */
+  return S.a ;
+}
diff --git a/tests/slicing/bts283.c b/tests/slicing/bts283.i
similarity index 63%
rename from tests/slicing/bts283.c
rename to tests/slicing/bts283.i
index 0c9e5843cb2..8de2bccbcee 100644
--- a/tests/slicing/bts283.c
+++ b/tests/slicing/bts283.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check -slice-return main -slice-undef-functions -journal-disable -then-on 'Slicing export' -print
+   OPT: -slice-return main -slice-undef-functions -journal-disable -then-on 'Slicing export' -set-project-as-default -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i
 */
 
 int x,y,z;
diff --git a/tests/slicing/bts326.c b/tests/slicing/bts326.c
deleted file mode 100644
index 13da6ab42b3..00000000000
--- a/tests/slicing/bts326.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/* run.config
-   OPT: -check -calldeps -slice-return main -journal-disable -then-on 'Slicing export' -print
-*/
-/* Problem : f(1) should be sliced out. See BTS#326 */
-int t[2] ;
-int r;
-void f (int i) {
-  t[i] = i;
-}
-
-void g (void) {
-  f(0) ;
-  f(1) ;
-}
-
-int main (void) {
-  g () ;
-  r = t[0] ;
-  return r;
-}
diff --git a/tests/slicing/bts326.i b/tests/slicing/bts326.i
new file mode 100644
index 00000000000..99858acccae
--- /dev/null
+++ b/tests/slicing/bts326.i
@@ -0,0 +1,20 @@
+/* run.config
+   OPT: -calldeps -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -no-calldeps
+*/
+/* Problem : f(1) should be sliced out. See BTS#326 */
+int t[2] ;
+int r;
+void f (int i) {
+  t[i] = i;
+}
+
+void g (void) {
+  f(0) ;
+  f(1) ;
+}
+
+int main (void) {
+  g () ;
+  r = t[0] ;
+  return r;
+}
diff --git a/tests/slicing/bts335.c b/tests/slicing/bts335.c
deleted file mode 100644
index 19c268a9d56..00000000000
--- a/tests/slicing/bts335.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* run.config
-   OPT: -check -slice-pragma g -calldeps -slicing-level 3
-*/
-
-/*
-bin/toplevel.opt -check -slice-pragma g -calldeps -slicing-level 3 tests/slicing/bts335.c -debug 2
-bin/toplevel.opt -pdg-debug -pdg -pdg-debug "-pdg-pot bts335" tests/slicing/bts335.c 
- */
-int T[2]  = {0, 0};
-void f (int i) { T[i]++; }
-void g (void) { f(0); /*@ slice pragma expr T[0]; */ }
-void main (int c) { if (c) g(); else f(1); }
diff --git a/tests/slicing/bts335.i b/tests/slicing/bts335.i
new file mode 100644
index 00000000000..065b5d94a28
--- /dev/null
+++ b/tests/slicing/bts335.i
@@ -0,0 +1,12 @@
+/* run.config
+   OPT: -slice-pragma g -calldeps -slicing-level 3 -journal-disable -then-on 'Slicing export' -set-project-as-default -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -no-calldeps
+*/
+
+/*
+bin/toplevel.opt -slice-pragma g -calldeps -slicing-level 3 tests/slicing/bts335.c -debug 2
+bin/toplevel.opt -pdg-debug -pdg -pdg-debug "-pdg-pot bts335" tests/slicing/bts335.c 
+ */
+int T[2]  = {0, 0};
+void f (int i) { T[i]++; }
+void g (void) { f(0); /*@ slice pragma expr T[0]; */ }
+void main (int c) { if (c) g(); else f(1); }
diff --git a/tests/slicing/bts335b.c b/tests/slicing/bts335b.i
similarity index 53%
rename from tests/slicing/bts335b.c
rename to tests/slicing/bts335b.i
index 3053368844a..859572f5498 100644
--- a/tests/slicing/bts335b.c
+++ b/tests/slicing/bts335b.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check -slice-return main -calldeps -slicing-level 3 -slicing-verbose 2 -journal-disable -then-on 'Slicing export' -print
+   OPT: -slice-return main -calldeps -slicing-level 3 -slicing-verbose 2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -no-calldeps
 */
 
 int X, Y;
diff --git a/tests/slicing/bts336.c b/tests/slicing/bts336.c
deleted file mode 100644
index 70aa18cfcdc..00000000000
--- a/tests/slicing/bts336.c
+++ /dev/null
@@ -1,102 +0,0 @@
-/* run.config
-   OPT: -check -slice-return main -calldeps -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main main2 -slice-return main2 -calldeps -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main main3 -slice-return main3 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -journal-disable -main main3 -inout -inout-callwise -calldeps -slice-return main3  -then-on 'Slicing export' -print
-   OPT: -check -journal-disable -main main -calldeps -inout-callwise -slice-return main -then-on 'Slicing export' -print
-   OPT: -check -journal-disable -main main4 -calldeps -inout-callwise -slice-return main4 -then-on 'Slicing export' -print
-   OPT: -check -journal-disable -main main4 -calldeps -inout-callwise -slice-return main4 -slicing-level 3 -then-on 'Slicing export' -print
-   OPT: -check -journal-disable -main main5 -calldeps -inout-callwise -slice-return main5 -then-on 'Slicing export' -print -calldeps -inout-callwise -slice-return main5 -then-on 'Slicing export 2' -print
-*/
-// something to do to have better results...
-int T[10];
-
-int f (int i) {
-  T[i] ++;
-  return T[i];
-}
-
-int main (void) {
-  int x1 = f(1);
-  int x2 = f(2);
-  return x2;
-}
-
-//--------------------------------------
-// Notice that the example below is very similar to the one above :
-// f2 also modifies T[1..2], but in this one, the slicing is ok
-// because T[1..2] is not in the right part of the assignment.
-
-void f2 (int i) {
-  T[i] = i;
-}
-
-int main2 (void) {
-  f2 (1);
-  f2 (2);
-  return T[2];
-}
-
-//--------------------------------------
-// This is a similar problem, but without any array.
-// Option -calldeps gives a better result because we can then slice f3 (&c);
-// but we cannot slice f3(&a) because it seems to have b as an output,
-// and f3 (&b); needs b as an input.
-void f3 (int * p) {
-  *p += 1;
-}
-
-int main3 (void) {
-  int a = 1;
-  int b = 2;
-  int c = 3;
-  f3 (&a);
-  f3 (&b);
-  f3 (&c);
-  return b;
-}
-//--------------------------------------
-
-// more complicated variant of 'main3'. This has been resolved in the same way as the first 'main' of this file
-void f4 (int * p, int* q) {
-  *p += 1;
-  *q += 1;
-}
-
-int main4 (volatile int c) {
-  int a1 = 1;
-  int b1 = 2;
-  int a2 = 3;
-  int b2 = 4;
-  int a3 = 5;
-  int b3 = 6;
-  int a4 = 7;
-  int b4 = 8;
-  int a5 = 9;
-  int b5 = 10;
-  while(c) {
-    f4 (&a1, &b1);
-    f4 (&a2, &b2);
-    f4 (&a3, &b3);
-    f4 (&a4, &b4);
-    f4 (&a5, &b5);
-  }
-  return a2+b4;
-}
-//--------------------------------------
-// Non-optimal example if only one phase of slicing is done. Would need a notion of "operational functional dependencies", or a callwise pdg
-
-int x5;
-
-void f5(int *p, int *q) {
-  (*p)++;
-  x5 = *q;
-}
-
-int main5() {
-  int a1=1, a2=2, b1=3, b2=4;
-  f5(&a1, &b1); // This call should be sliced away
-  f5(&a2, &a1);
-
-  return a2;
-}
diff --git a/tests/slicing/bts336.i b/tests/slicing/bts336.i
new file mode 100644
index 00000000000..2f4fc1cea75
--- /dev/null
+++ b/tests/slicing/bts336.i
@@ -0,0 +1,102 @@
+/* run.config
+   OPT:  -slice-return main -calldeps -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+   OPT:  -main main2 -slice-return main2 -calldeps -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+   OPT:  -main main3 -slice-return main3 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+   OPT:  -journal-disable -main main3 -inout -inout-callwise -calldeps -slice-return main3  -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps -no-inout
+   OPT:  -journal-disable -main main -calldeps -inout-callwise -slice-return main -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+   OPT:  -journal-disable -main main4 -calldeps -inout-callwise -slice-return main4 -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+   OPT:  -journal-disable -main main4 -calldeps -inout-callwise -slice-return main4 -slicing-level 3 -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+   OPT:  -journal-disable -main main5 -calldeps -inout-callwise -slice-return main5 -then-on 'Slicing export' -set-project-as-default -print -calldeps -inout-callwise -slice-return main5 -then-on 'Slicing export 2' -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+*/
+// something to do to have better results...
+int T[10];
+
+int f (int i) {
+  T[i] ++;
+  return T[i];
+}
+
+int main (void) {
+  int x1 = f(1);
+  int x2 = f(2);
+  return x2;
+}
+
+//--------------------------------------
+// Notice that the example below is very similar to the one above :
+// f2 also modifies T[1..2], but in this one, the slicing is ok
+// because T[1..2] is not in the right part of the assignment.
+
+void f2 (int i) {
+  T[i] = i;
+}
+
+int main2 (void) {
+  f2 (1);
+  f2 (2);
+  return T[2];
+}
+
+//--------------------------------------
+// This is a similar problem, but without any array.
+// Option -calldeps gives a better result because we can then slice f3 (&c);
+// but we cannot slice f3(&a) because it seems to have b as an output,
+// and f3 (&b); needs b as an input.
+void f3 (int * p) {
+  *p += 1;
+}
+
+int main3 (void) {
+  int a = 1;
+  int b = 2;
+  int c = 3;
+  f3 (&a);
+  f3 (&b);
+  f3 (&c);
+  return b;
+}
+//--------------------------------------
+
+// more complicated variant of 'main3'. This has been resolved in the same way as the first 'main' of this file
+void f4 (int * p, int* q) {
+  *p += 1;
+  *q += 1;
+}
+
+int main4 (volatile int c) {
+  int a1 = 1;
+  int b1 = 2;
+  int a2 = 3;
+  int b2 = 4;
+  int a3 = 5;
+  int b3 = 6;
+  int a4 = 7;
+  int b4 = 8;
+  int a5 = 9;
+  int b5 = 10;
+  while(c) {
+    f4 (&a1, &b1);
+    f4 (&a2, &b2);
+    f4 (&a3, &b3);
+    f4 (&a4, &b4);
+    f4 (&a5, &b5);
+  }
+  return a2+b4;
+}
+//--------------------------------------
+// Non-optimal example if only one phase of slicing is done. Would need a notion of "operational functional dependencies", or a callwise pdg
+
+int x5;
+
+void f5(int *p, int *q) {
+  (*p)++;
+  x5 = *q;
+}
+
+int main5() {
+  int a1=1, a2=2, b1=3, b2=4;
+  f5(&a1, &b1); // This call should be sliced away
+  f5(&a2, &a1);
+
+  return a2;
+}
diff --git a/tests/slicing/bts341.c b/tests/slicing/bts341.c
deleted file mode 100644
index e50dbaa3f54..00000000000
--- a/tests/slicing/bts341.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* run.config
-   OPT: -check -slice-assert main -journal-disable -then-on 'Slicing export' -print
-*/
-int main (int c) {
-  if (c)
-    while (1) { ; }
-  //@ assert c == 0;
-  return c;
-}
diff --git a/tests/slicing/bts341.i b/tests/slicing/bts341.i
new file mode 100644
index 00000000000..425b56cfbb6
--- /dev/null
+++ b/tests/slicing/bts341.i
@@ -0,0 +1,9 @@
+/* run.config
+   OPT: -check -slice-assert main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+*/
+int main (int c) {
+  if (c)
+    while (1) { ; }
+  //@ assert c == 0;
+  return c;
+}
diff --git a/tests/slicing/bts344.c b/tests/slicing/bts344.c
deleted file mode 100644
index 9355ed0d9af..00000000000
--- a/tests/slicing/bts344.c
+++ /dev/null
@@ -1,34 +0,0 @@
-/* run.config
-   OPT: -check -slice-return main -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -slice-return main_bis -main main_bis -journal-disable -then-on 'Slicing export' -print
-*/
-
-int X, Y ;
-void h(int x);
-
-/*@ ensures X == \old(X) + x; */
-void k(int x) {
-  X += x ;
-  Y ++ ;
-}
-void h(int x) {
-  X += x ;
-  Y ++ ;
-}
-void f(int x, ...) {
-  void (*q) (int) = &h;
-  void (*p) (int) = &k;
-  h(x);
-}
-int main (int x) {
-  f (1) ;
-  h(2) ;
-  k(3);
- return X ;
-}
-
-int main_bis (void) {
-  void (*p) (int) = &k;
-  (*p)(1) ;
-  return Y;
-}
diff --git a/tests/slicing/bts344.i b/tests/slicing/bts344.i
new file mode 100644
index 00000000000..ac84ec0876c
--- /dev/null
+++ b/tests/slicing/bts344.i
@@ -0,0 +1,34 @@
+/* run.config
+   OPT:  -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -slice-return main_bis -main main_bis -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+*/
+
+int X, Y ;
+void h(int x);
+
+/*@ ensures X == \old(X) + x; */
+void k(int x) {
+  X += x ;
+  Y ++ ;
+}
+void h(int x) {
+  X += x ;
+  Y ++ ;
+}
+void f(int x, ...) {
+  void (*q) (int) = &h;
+  void (*p) (int) = &k;
+  h(x);
+}
+int main (int x) {
+  f (1) ;
+  h(2) ;
+  k(3);
+ return X ;
+}
+
+int main_bis (void) {
+  void (*p) (int) = &k;
+  (*p)(1) ;
+  return Y;
+}
diff --git a/tests/slicing/bts345.c b/tests/slicing/bts345.c
deleted file mode 100644
index a0b04e6b01d..00000000000
--- a/tests/slicing/bts345.c
+++ /dev/null
@@ -1,30 +0,0 @@
-/* run.config
-   OPT: -check -slice-return call_top -main call_top -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -slice-return top      -main top -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -slice-return top      -main call_top -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -slice-return called_by_top -main top -journal-disable
-   OPT: -check -slice-return called_by_top -main call_top -journal-disable
-*/
-
-int called_indirectly_by_top (int x) {
-  x++ ;
-  return x ;
-}
-
-int called_by_top (int x) {
-  x++ ;
-  int z = called_indirectly_by_top (x) ;
-  return z ;
-}
-
-int top (int x, ...) {
-  x++ ;
-  int z = called_by_top (x) ;
-  return z;
-}
-
-int call_top (int y) {
-  y++;
-  int z = top (y) ;
-  return z ;
-}
diff --git a/tests/slicing/bts345.i b/tests/slicing/bts345.i
new file mode 100644
index 00000000000..82a8aa116be
--- /dev/null
+++ b/tests/slicing/bts345.i
@@ -0,0 +1,30 @@
+/* run.config
+   OPT: -check -slice-return call_top -main call_top -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+   OPT: -check -slice-return top      -main top -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+   OPT: -check -slice-return top      -main call_top -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+   OPT: -check -slice-return called_by_top -main top -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+   OPT: -check -slice-return called_by_top -main call_top -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+*/
+
+int called_indirectly_by_top (int x) {
+  x++ ;
+  return x ;
+}
+
+int called_by_top (int x) {
+  x++ ;
+  int z = called_indirectly_by_top (x) ;
+  return z ;
+}
+
+int top (int x, ...) {
+  x++ ;
+  int z = called_by_top (x) ;
+  return z;
+}
+
+int call_top (int y) {
+  y++;
+  int z = top (y) ;
+  return z ;
+}
diff --git a/tests/slicing/bts679.i b/tests/slicing/bts679.i
index b076f8edd38..ad624355ed5 100644
--- a/tests/slicing/bts679.i
+++ b/tests/slicing/bts679.i
@@ -1,5 +1,5 @@
 /*  run.config
-OPT: -check -slice-return main -then-on "Slicing export" -print 
+OPT:  -slice-return main -then-on "Slicing export" -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
 */
 void f(void) { return; }
 int X = 1 ;
diff --git a/tests/slicing/bts679b.i b/tests/slicing/bts679b.i
index 2fc0dc75340..06b9f727b57 100644
--- a/tests/slicing/bts679b.i
+++ b/tests/slicing/bts679b.i
@@ -1,5 +1,5 @@
 /*  run.config
-OPT: -check -slice-assert main -then-on "Slicing export" -print 
+OPT: -slice-assert main -then-on "Slicing export" -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -no-deps
 */
 
 int X = 1 ;
diff --git a/tests/slicing/bts709.c b/tests/slicing/bts709.i
similarity index 75%
rename from tests/slicing/bts709.c
rename to tests/slicing/bts709.i
index 11c67b3b81b..52ea3d885ae 100644
--- a/tests/slicing/bts709.c
+++ b/tests/slicing/bts709.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check -slice-pragma func -no-unicode -journal-disable -then-on 'Slicing export' -print
+   OPT: -slice-pragma func -no-unicode -journal-disable -then-on 'Slicing export' -set-project-as-default -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -no-deps
  */
 
 int inputsOf_testcase_func ();
diff --git a/tests/slicing/bts808.c b/tests/slicing/bts808.i
similarity index 53%
rename from tests/slicing/bts808.c
rename to tests/slicing/bts808.i
index c0fec1d3228..20ac89988ea 100644
--- a/tests/slicing/bts808.c
+++ b/tests/slicing/bts808.i
@@ -1,5 +1,5 @@
 /* run.config
-*    OPT: -check -slice-return main -journal-disable -then-on 'Slicing export' -print
+*    OPT:  -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i 
 */
 
 int f0 (void) {
diff --git a/tests/slicing/bts827.c b/tests/slicing/bts827.c
deleted file mode 100644
index f035b476636..00000000000
--- a/tests/slicing/bts827.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/* run.config
-   OPT: -check -slice-return main -journal-disable -then-on 'Slicing export' -print
-*/
-
-/* The problem was a mix-up between f outputs and retrun value. */
-
-int G;
-
-int f (void) {
-  G = 3;
-  return 5;
-}
-
-int main (void) {
-  G = 1;
-  G += f ();
-  return G;
-}
-
diff --git a/tests/slicing/bts827.i b/tests/slicing/bts827.i
new file mode 100644
index 00000000000..4891fc7d179
--- /dev/null
+++ b/tests/slicing/bts827.i
@@ -0,0 +1,19 @@
+/* run.config
+   OPT: -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -no-deps
+*/
+
+/* The problem was a mix-up between f outputs and retrun value. */
+
+int G;
+
+int f (void) {
+  G = 3;
+  return 5;
+}
+
+int main (void) {
+  G = 1;
+  G += f ();
+  return G;
+}
+
diff --git a/tests/slicing/call_accuracy.c b/tests/slicing/call_accuracy.i
similarity index 83%
rename from tests/slicing/call_accuracy.c
rename to tests/slicing/call_accuracy.i
index e15e4bbb722..7ca519ce01a 100644
--- a/tests/slicing/call_accuracy.c
+++ b/tests/slicing/call_accuracy.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check -calldeps -slice-return main -slicing-level 3 -journal-disable -then-on 'Slicing export' -print
+   OPT: -calldeps -slice-return main -slicing-level 3 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -no-calldeps
  */
 int f_cond (int c, int a, int b) {
   ++a;
diff --git a/tests/slicing/call_demo.c b/tests/slicing/call_demo.c
deleted file mode 100644
index 6afb3fe8532..00000000000
--- a/tests/slicing/call_demo.c
+++ /dev/null
@@ -1,27 +0,0 @@
-/* run.config
-   OPT: -check -slice-calls call1 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -slice-calls call2 -journal-disable -then-on 'Slicing export' -print
-*/
-
-//@ assigns \result \from v;
-int call1 (int v);
-
-//@ assigns \result \from v;
-int call2 (int v);
-
-void oper (int * s, int * p, int i) {
-  *s = *s + i;
-  *p = *p * i;
-}
-
-void main (int n) {
-  int i;
-  int sum = 0;
-  int product = 1;
-
-  for(i = 0; i < n; ++i)
-    oper (& sum, & product, i);
-
-  call1(sum);
-  call2(product);
-}
diff --git a/tests/slicing/call_demo.i b/tests/slicing/call_demo.i
new file mode 100644
index 00000000000..95a86ca1ee3
--- /dev/null
+++ b/tests/slicing/call_demo.i
@@ -0,0 +1,27 @@
+/* run.config
+   OPT:  -slice-calls call1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -slice-calls call2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+*/
+
+//@ assigns \result \from v;
+int call1 (int v);
+
+//@ assigns \result \from v;
+int call2 (int v);
+
+void oper (int * s, int * p, int i) {
+  *s = *s + i;
+  *p = *p * i;
+}
+
+void main (int n) {
+  int i;
+  int sum = 0;
+  int product = 1;
+
+  for(i = 0; i < n; ++i)
+    oper (& sum, & product, i);
+
+  call1(sum);
+  call2(product);
+}
diff --git a/tests/slicing/callwise.c b/tests/slicing/callwise.i
similarity index 67%
rename from tests/slicing/callwise.c
rename to tests/slicing/callwise.i
index a604b003568..e97eb638085 100644
--- a/tests/slicing/callwise.c
+++ b/tests/slicing/callwise.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check -calldeps -slice-return main -slicing-level 2 -journal-disable -then-on 'Slicing export' -print
+   OPT:  -calldeps -slice-return main -slicing-level 2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
 */
 
 int a = 1, b = 1, c = 1, d = 1, *p;
diff --git a/tests/slicing/combine.c b/tests/slicing/combine.i
similarity index 91%
rename from tests/slicing/combine.c
rename to tests/slicing/combine.i
index 7f03a5d6812..fdefddedb14 100644
--- a/tests/slicing/combine.c
+++ b/tests/slicing/combine.i
@@ -1,7 +1,7 @@
 /* run.config
    EXECNOW: make -s tests/slicing/combine.cmxs
    CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/combine.cmxs
-   OPT: -check -deps -journal-disable
+   OPT: -deps -journal-disable
 */
 
 //@ assigns \result \from x;
diff --git a/tests/slicing/csmith.c b/tests/slicing/csmith.i
similarity index 93%
rename from tests/slicing/csmith.c
rename to tests/slicing/csmith.i
index 6d61bbd87f6..9dd6d9bf3fe 100644
--- a/tests/slicing/csmith.c
+++ b/tests/slicing/csmith.i
@@ -1,6 +1,6 @@
 /* run.config
-   OPT: -slice-return main -journal-disable -then-on 'Slicing export' -print
-COMMENT: TODO add -check to the command, but it fails at the moment...
+   OPT:  -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+COMMENT:
    OPT: -main bts906b -fct-pdg bts906b -pdg-print -pdg-verbose 2
    OPT: -main bts906c -fct-pdg bts906c -pdg-print -pdg-verbose 2
 COMMENT: The two PDG tests above test interesting case where the slicing may
diff --git a/tests/slicing/ex_spec_interproc.c b/tests/slicing/ex_spec_interproc.i
similarity index 93%
rename from tests/slicing/ex_spec_interproc.c
rename to tests/slicing/ex_spec_interproc.i
index 1bec1beaef4..4ed253d8323 100644
--- a/tests/slicing/ex_spec_interproc.c
+++ b/tests/slicing/ex_spec_interproc.i
@@ -1,7 +1,7 @@
 /* run.config
    EXECNOW: make -s tests/slicing/ex_spec_interproc.cmxs
    CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/ex_spec_interproc.cmxs
-   OPT: -check -deps -journal-disable
+   OPT: -deps -journal-disable
 */
 
 int X, Y;
diff --git a/tests/slicing/filter.c b/tests/slicing/filter.i
similarity index 72%
rename from tests/slicing/filter.c
rename to tests/slicing/filter.i
index 2264d4c4faa..d41f7e84053 100644
--- a/tests/slicing/filter.c
+++ b/tests/slicing/filter.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check -slice-return main -journal-disable -then-on 'Slicing export' -print
+   OPT:  -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
  **/
 /* TESTS: this is about [filter] optimisations since sometimes, 
  * slicing results are ok, but the generated new project is not correct. */
diff --git a/tests/slicing/forall_loop_invariant.i b/tests/slicing/forall_loop_invariant.i
index f8bb3332802..6b5dd549078 100644
--- a/tests/slicing/forall_loop_invariant.i
+++ b/tests/slicing/forall_loop_invariant.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -slice-assert main -then-on 'Slicing export' -print -then-on default -slice-value t -then-on 'Slicing export 2' -print
+   OPT: -slice-assert main -then-on 'Slicing export' -print -then-on default -slice-value t -then-on 'Slicing export 2' -print -check -set-project-as-default -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
  **/
 
 
diff --git a/tests/slicing/horwitz.c b/tests/slicing/horwitz.i
similarity index 91%
rename from tests/slicing/horwitz.c
rename to tests/slicing/horwitz.i
index b8c2eb0a83f..5cbca9e2e39 100644
--- a/tests/slicing/horwitz.c
+++ b/tests/slicing/horwitz.i
@@ -1,7 +1,7 @@
 /* run.config
    EXECNOW: make -s tests/slicing/horwitz.cmxs
    CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/horwitz.cmxs
-   OPT: -check -deps -slicing-level 0 -journal-disable
+   OPT: -deps -slicing-level 0 -journal-disable
 */
 
 /* bin/toplevel.opt -deps -val tests/slicing/horwitz.c */
diff --git a/tests/slicing/if_many_values.c b/tests/slicing/if_many_values.c
deleted file mode 100644
index 2d8b47a5396..00000000000
--- a/tests/slicing/if_many_values.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* run.config
-   OPT: -check -slice-value r -journal-disable -slevel 101 -then-on 'Slicing export' -print
- **/
-
-int r=1;
-
-int main() {
-  for (int i = -100; i < 100; i++) {
-    if (i != 0)
-      if (i)
-        r += 1;
-  }
-  return r;
-}
diff --git a/tests/slicing/if_many_values.i b/tests/slicing/if_many_values.i
new file mode 100644
index 00000000000..955ddde53d9
--- /dev/null
+++ b/tests/slicing/if_many_values.i
@@ -0,0 +1,14 @@
+/* run.config
+   OPT: -check -slice-value r -journal-disable -slevel 101 -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+ **/
+
+int r=1;
+
+int main() {
+  for (int i = -100; i < 100; i++) {
+    if (i != 0)
+      if (i)
+        r += 1;
+  }
+  return r;
+}
diff --git a/tests/slicing/initialized.c b/tests/slicing/initialized.c
deleted file mode 100644
index 490f1e1515f..00000000000
--- a/tests/slicing/initialized.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* run.config
-   OPT: -slice-assert main -then-on 'Slicing export' -print
- **/
-
-void main() {
-  int x = 1;
-  int y;
-
- L:
-  x = 3;
-  y = 2;
-  //@ assert \initialized(&x);
-  // assert !\initialized{L}(&y);  
-}
diff --git a/tests/slicing/initialized.i b/tests/slicing/initialized.i
new file mode 100644
index 00000000000..db0808f47ba
--- /dev/null
+++ b/tests/slicing/initialized.i
@@ -0,0 +1,14 @@
+/* run.config
+   OPT: -slice-assert main -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+ **/
+
+void main() {
+  int x = 1;
+  int y;
+
+ L:
+  x = 3;
+  y = 2;
+  //@ assert \initialized(&x);
+  // assert !\initialized{L}(&y);  
+}
diff --git a/tests/slicing/keep_annot.c b/tests/slicing/keep_annot.c
deleted file mode 100644
index fb9f0a05398..00000000000
--- a/tests/slicing/keep_annot.c
+++ /dev/null
@@ -1,56 +0,0 @@
-/* run.config
-   OPT: -check -context-valid-pointers -lib-entry -main f -slice-assert f  -then-on 'Slicing export' -print
-   OPT: -check -context-valid-pointers -lib-entry -main f -slice-assert f -slicing-keep-annotations -then-on 'Slicing export' -print
-   OPT: -check -context-valid-pointers -lib-entry -main L -slice-pragma L -slicing-keep-annotations -then-on 'Slicing export' -print
-   OPT: -check -context-valid-pointers -lib-entry -main L -slice-pragma L -then-on 'Slicing export' -print
-   OPT: -slice-return bts1110 -main bts1110 -then-on 'Slicing export' -print
-
-
-*/
-
-typedef struct { int a; double b; } las;
-
-void g (las * p) {
-  int i=0;
-  while (i<5) {
-    p->b  = (double)i / (double)(i+1);
-    p->a = 1 + i;
-    i++;
-  }
-  //@ assert 1<=p->a<=6;
-  //@ assert 0.0<=p->b<=1.0;
-}
-
-//@assigns *p;
-void f (las * p, int n, int m) { 
-  g(p);
-  //@ assert 0.0<=p->b<=1.0;
-  //@ assert (\forall integer k; k < n ==> k < m);
-} 
-
-
-/* from BTS#448 from Dillon : the loop invariant is not in the slice.
- * After bug fix, it is kept when using option -slicing-keep-annotations
- * TODO: maybe it should also be kept without the option.
- */
-
-void L (float u,int nn, float dabs[], float *y) {
-  int ii;
-  /*@ loop invariant (\forall integer k; u<=dabs[k]); */
-  for (ii = nn-2; ii >= 0; ii--) { 
-    *y = u - dabs[ii+1] * 2.0;
-    //@ assert (\forall integer k; u<=dabs[k]);
-  }
-  //@slice pragma expr *y;
-}
-
-int bts1110(int x) {
-  int y = 3;
-  int z;
-  //@ assert y == 3;
-  y = 2;
-  //@ assert x == 5;
-  z = 5;
-  x = x+1;
-  return x;
-}
diff --git a/tests/slicing/keep_annot.i b/tests/slicing/keep_annot.i
new file mode 100644
index 00000000000..79a205b88b4
--- /dev/null
+++ b/tests/slicing/keep_annot.i
@@ -0,0 +1,56 @@
+/* run.config
+   OPT:  -context-valid-pointers -lib-entry -main f -slice-assert f  -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -context-valid-pointers -lib-entry -main f -slice-assert f -slicing-keep-annotations -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -context-valid-pointers -lib-entry -main L -slice-pragma L -slicing-keep-annotations -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -context-valid-pointers -lib-entry -main L -slice-pragma L -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT: -slice-return bts1110 -main bts1110 -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+
+
+*/
+
+typedef struct { int a; double b; } las;
+
+void g (las * p) {
+  int i=0;
+  while (i<5) {
+    p->b  = (double)i / (double)(i+1);
+    p->a = 1 + i;
+    i++;
+  }
+  //@ assert 1<=p->a<=6;
+  //@ assert 0.0<=p->b<=1.0;
+}
+
+//@assigns *p;
+void f (las * p, int n, int m) { 
+  g(p);
+  //@ assert 0.0<=p->b<=1.0;
+  //@ assert (\forall integer k; k < n ==> k < m);
+} 
+
+
+/* from BTS#448 from Dillon : the loop invariant is not in the slice.
+ * After bug fix, it is kept when using option -slicing-keep-annotations
+ * TODO: maybe it should also be kept without the option.
+ */
+
+void L (float u,int nn, float dabs[], float *y) {
+  int ii;
+  /*@ loop invariant (\forall integer k; u<=dabs[k]); */
+  for (ii = nn-2; ii >= 0; ii--) { 
+    *y = u - dabs[ii+1] * 2.0;
+    //@ assert (\forall integer k; u<=dabs[k]);
+  }
+  //@slice pragma expr *y;
+}
+
+int bts1110(int x) {
+  int y = 3;
+  int z;
+  //@ assert y == 3;
+  y = 2;
+  //@ assert x == 5;
+  z = 5;
+  x = x+1;
+  return x;
+}
diff --git a/tests/slicing/loop_infinite.c b/tests/slicing/loop_infinite.c
deleted file mode 100644
index d97e73f6c62..00000000000
--- a/tests/slicing/loop_infinite.c
+++ /dev/null
@@ -1,13 +0,0 @@
-/* run.config
-   OPT: -check -deps -slice-return main -journal-disable -then-on 'Slicing export' -print
-*/
-int main() {
-  volatile int a=0,b,c;
-  if (a)
-    {a = 1;
-
-  while (1) {
-    a++;
-    };
-  return 0;}
-}
diff --git a/tests/slicing/loop_infinite.i b/tests/slicing/loop_infinite.i
new file mode 100644
index 00000000000..d07912fe778
--- /dev/null
+++ b/tests/slicing/loop_infinite.i
@@ -0,0 +1,13 @@
+/* run.config
+   OPT: -check -deps -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+*/
+int main() {
+  volatile int a=0,b,c;
+  if (a)
+    {a = 1;
+
+  while (1) {
+    a++;
+    };
+  return 0;}
+}
diff --git a/tests/slicing/loop_simple.c b/tests/slicing/loop_simple.i
similarity index 55%
rename from tests/slicing/loop_simple.c
rename to tests/slicing/loop_simple.i
index b4bacd1a047..2d9cea68eea 100644
--- a/tests/slicing/loop_simple.c
+++ b/tests/slicing/loop_simple.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check -deps -slice-return main -journal-disable -then-on 'Slicing export' -print
+   OPT:  -deps -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
 */
 int main() {
   int a,c; volatile int b = 0;
diff --git a/tests/slicing/loops.c b/tests/slicing/loops.c
deleted file mode 100644
index 9262ebe86d7..00000000000
--- a/tests/slicing/loops.c
+++ /dev/null
@@ -1,212 +0,0 @@
-/* run.config
-   OPT: -check -deps -lib-entry -main f1 -slice-pragma f1 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main f1 -slice-assert f1 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main f2 -slice-pragma f2 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main f2 -slice-assert f2 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -main test_infinite_loop_3 -slice-value G -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -main test_infinite_loop_4 -slice-value G -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -main test_infinite_loop_5 -slice-value G -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -main loop -slice-value Z  -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -slice-calls loop -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -slice-pragma loop -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -slice-assert loop -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -main loop -slice-rd Y -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -main loop -slice-rd Z -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -main loop -slice-wr Y -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -main loop -slice-wr Z  -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main stop_f1 -slice-pragma stop_f1 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main stop_f1 -slice-assert stop_f1 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main stop_f2 -slice-pragma stop_f2 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main stop_f2 -slice-assert stop_f2  -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -slice-value Z  -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -slice-rd Y -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -slice-rd Z -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -slice-wr Y -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -slice-wr Z -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main alarm -slice-threat alarm -journal-disable -then-on 'Slicing export' -print
-
-
- */
-
-int f1 (int c) {
-  int x = 0, s = 0;
-  if (c) {
-    while(1) { /* infinite loop */
-      s++;
-      //@ assert s > 0 ;
-      }
-    //@ assert \false ;
-    }
-  else
-    x = 1;
-   //@ slice pragma stmt;
-  x ++;
-  return x;
-}
-
-void f2 (int c) {
-  int x1 = 0, x2 = 0;
-
-  while (1) {
-    if (c)
-      x1++;
-    else
-      x2++;
-    //@slice pragma expr x1;
-    //@ assert x2 > 0 ;
-  }
-}
-
-/*-------------------------------------------*/
-void stop(void) __attribute__ ((noreturn)) ;
-
-int stop_f1 (int c) {
-  int x = 0, s = 0;
-  if (c) {
-    while(s < c) {
-      s++;
-      //@ assert s > 0 ;
-      }
-    stop () ; /* never returns */
-    }
-  else
-    x = 1;
-   //@ slice pragma stmt;
-  x ++;
-  return x;
-}
-
-void stop_f2 (int c) {
-  int x1 = 0, x2 = 0;
-
-  while (x1+x2 < c + 10) {
-    if (c)
-      x1++;
-    else
-      x2++;
-    //@slice pragma expr x1;
-    //@ assert x2 > 0 ;
-    stop () ; /* never loops nor returns */
-    x1++;     /* dead code */
-    //@ assert \false ;
-  }
-}
-/*-------------------------------------------*/
-int G ;
-void test_infinite_loop_3 (int ctrl1, int ctrl2,
-                           int no_ctrl,
-                           int data1, int data2,
-                           int no_data) {
-  G = 0 ;
-  if (ctrl1) {
-    G = data1 ;
-    if (no_ctrl) { /* Don't control an assignment of G
-                    * which leads to the return */
-      G = no_data ; /* Don't affect the final value of G
-                     * because the assignement
-                     * does not lead to the return */
-      while (1)
-        G = no_data ; /* Don't affect the final value of G
-                       * because the assignement
-                       * does not lead to the return */
-      G = no_data ; /* Don't affect the final value of G
-                     * because the assignement
-                     * is dead code */
-      }
-    if (ctrl2)
-      G = data2 ;
-    }
-  return;
-}
-
-void test_infinite_loop_4 (int ctrl1, int ctrl2, int no_ctrl,
-                           int data1, int data2, int no_data) {
-  G = 0 ;
-  while (ctrl1) {
-    G += data1 ;
-    if (no_ctrl) { /* Don't control an assignment of G
-                    * which leads to the return */
-      G += no_data ; /* Don't affect the final value of G
-                     * because the assignement
-                     * does not lead to  the return */
-      while (1)
-        G += no_data ;  /* Don't affect the final value of G
-                       * because the assignement
-                       * does not lead to the return */
-      G += no_data ; /* Don't affect the final value of G
-                      * because the assignement
-                      * is dead code */
-      }
-    if (ctrl2)
-      G += data2 ;
-    }
-  return;
-}
-
-void test_infinite_loop_5 (int ctrl1, int ctrl2, int no_ctrl,
-                           int data1, int data2, int no_data) {
-  G = 0 ;
-  while (ctrl1) {
-    G += data1 ;
-    if (no_ctrl) { /* Don't control the final value of G.
-                    * It only controls the terminaison of the function.
-                    */
-      G += no_data ;   /* Don't affect ... */
-      while (1)
-        G += no_data ; /* Don't affect ... */
-      G += no_data ;   /* Don't affect ...  dead code */
-      }
-    else /* <-- This is the difference with test_infinite_loop_4.
-          * It is only a syntaxical difference,
-          * and not a semantical difference
-          * since the previous statement "G += no_data" is dead.
-          */
-      if (ctrl2)
-        G += data2 ;
-    }
-  return;
-}
-/*-------------------------------------------*/
-int C1 = 1, C2 = 1 ;
-int X, Y, Z ;
-
-void loop (int cond) {
-  if (cond) {
-    int c = 0 ;
-    /*@ loop pragma WIDEN_HINTS X, 10, 100 ; */ while (1) {
-      //@ slice pragma ctrl ;
-      if (c) {
-        X++;
-        Y = Z ;
-        }
-      c=1;
-      //@ assert  c==1 ;
-      }
-    }
-  Z = Y ; // dead code with -main main
-}
-/*---------------------*/
-/*@ assigns *p \from p, y, Z ;
- */
-void may_write_Y_from_Z (int * p, int y) ;
-void test_assigns (int * p, int y) { if (y < Z) *p = y + Z; }
-/*---------------------*/
-void main (int y) {
-  int no_ctrl = 1 ;
-  Z = 0;
-  if (no_ctrl)
-    Z = X ;
-  may_write_Y_from_Z (&Y, y) ;
-  if (C1) {
-    int cond = C2 ;
-    loop (cond) ;
-    }
-}
-/*-------------------------------------------*/
-
-void alarm() {
-  int i = 1;
-  volatile int j = 3;
-  //@ assert i == 1;
-  j++;
-}
diff --git a/tests/slicing/loops.i b/tests/slicing/loops.i
new file mode 100644
index 00000000000..1a21b458057
--- /dev/null
+++ b/tests/slicing/loops.i
@@ -0,0 +1,212 @@
+/* run.config
+   OPT:  -deps -lib-entry -main f1 -slice-pragma f1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -lib-entry -main f1 -slice-assert f1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -lib-entry -main f2 -slice-pragma f2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -lib-entry -main f2 -slice-assert f2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -main test_infinite_loop_3 -slice-value G -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -main test_infinite_loop_4 -slice-value G -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -main test_infinite_loop_5 -slice-value G -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -main loop -slice-value Z  -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -slice-calls loop -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -slice-pragma loop -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -slice-assert loop -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -main loop -slice-rd Y -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -main loop -slice-rd Z -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -main loop -slice-wr Y -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -main loop -slice-wr Z  -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -lib-entry -main stop_f1 -slice-pragma stop_f1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -lib-entry -main stop_f1 -slice-assert stop_f1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -lib-entry -main stop_f2 -slice-pragma stop_f2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -lib-entry -main stop_f2 -slice-assert stop_f2  -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -slice-value Z  -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -slice-rd Y -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -slice-rd Z -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -slice-wr Y -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -slice-wr Z -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+   OPT:  -deps -lib-entry -main alarm -slice-threat alarm -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-deps
+
+
+ */
+
+int f1 (int c) {
+  int x = 0, s = 0;
+  if (c) {
+    while(1) { /* infinite loop */
+      s++;
+      //@ assert s > 0 ;
+      }
+    //@ assert \false ;
+    }
+  else
+    x = 1;
+   //@ slice pragma stmt;
+  x ++;
+  return x;
+}
+
+void f2 (int c) {
+  int x1 = 0, x2 = 0;
+
+  while (1) {
+    if (c)
+      x1++;
+    else
+      x2++;
+    //@slice pragma expr x1;
+    //@ assert x2 > 0 ;
+  }
+}
+
+/*-------------------------------------------*/
+void stop(void) __attribute__ ((noreturn)) ;
+
+int stop_f1 (int c) {
+  int x = 0, s = 0;
+  if (c) {
+    while(s < c) {
+      s++;
+      //@ assert s > 0 ;
+      }
+    stop () ; /* never returns */
+    }
+  else
+    x = 1;
+   //@ slice pragma stmt;
+  x ++;
+  return x;
+}
+
+void stop_f2 (int c) {
+  int x1 = 0, x2 = 0;
+
+  while (x1+x2 < c + 10) {
+    if (c)
+      x1++;
+    else
+      x2++;
+    //@slice pragma expr x1;
+    //@ assert x2 > 0 ;
+    stop () ; /* never loops nor returns */
+    x1++;     /* dead code */
+    //@ assert \false ;
+  }
+}
+/*-------------------------------------------*/
+int G ;
+void test_infinite_loop_3 (int ctrl1, int ctrl2,
+                           int no_ctrl,
+                           int data1, int data2,
+                           int no_data) {
+  G = 0 ;
+  if (ctrl1) {
+    G = data1 ;
+    if (no_ctrl) { /* Don't control an assignment of G
+                    * which leads to the return */
+      G = no_data ; /* Don't affect the final value of G
+                     * because the assignement
+                     * does not lead to the return */
+      while (1)
+        G = no_data ; /* Don't affect the final value of G
+                       * because the assignement
+                       * does not lead to the return */
+      G = no_data ; /* Don't affect the final value of G
+                     * because the assignement
+                     * is dead code */
+      }
+    if (ctrl2)
+      G = data2 ;
+    }
+  return;
+}
+
+void test_infinite_loop_4 (int ctrl1, int ctrl2, int no_ctrl,
+                           int data1, int data2, int no_data) {
+  G = 0 ;
+  while (ctrl1) {
+    G += data1 ;
+    if (no_ctrl) { /* Don't control an assignment of G
+                    * which leads to the return */
+      G += no_data ; /* Don't affect the final value of G
+                     * because the assignement
+                     * does not lead to  the return */
+      while (1)
+        G += no_data ;  /* Don't affect the final value of G
+                       * because the assignement
+                       * does not lead to the return */
+      G += no_data ; /* Don't affect the final value of G
+                      * because the assignement
+                      * is dead code */
+      }
+    if (ctrl2)
+      G += data2 ;
+    }
+  return;
+}
+
+void test_infinite_loop_5 (int ctrl1, int ctrl2, int no_ctrl,
+                           int data1, int data2, int no_data) {
+  G = 0 ;
+  while (ctrl1) {
+    G += data1 ;
+    if (no_ctrl) { /* Don't control the final value of G.
+                    * It only controls the terminaison of the function.
+                    */
+      G += no_data ;   /* Don't affect ... */
+      while (1)
+        G += no_data ; /* Don't affect ... */
+      G += no_data ;   /* Don't affect ...  dead code */
+      }
+    else /* <-- This is the difference with test_infinite_loop_4.
+          * It is only a syntaxical difference,
+          * and not a semantical difference
+          * since the previous statement "G += no_data" is dead.
+          */
+      if (ctrl2)
+        G += data2 ;
+    }
+  return;
+}
+/*-------------------------------------------*/
+int C1 = 1, C2 = 1 ;
+int X, Y, Z ;
+
+void loop (int cond) {
+  if (cond) {
+    int c = 0 ;
+    /*@ loop pragma WIDEN_HINTS X, 10, 100 ; */ while (1) {
+      //@ slice pragma ctrl ;
+      if (c) {
+        X++;
+        Y = Z ;
+        }
+      c=1;
+      //@ assert  c==1 ;
+      }
+    }
+  Z = Y ; // dead code with -main main
+}
+/*---------------------*/
+/*@ assigns *p \from p, y, Z ;
+ */
+void may_write_Y_from_Z (int * p, int y) ;
+void test_assigns (int * p, int y) { if (y < Z) *p = y + Z; }
+/*---------------------*/
+void main (int y) {
+  int no_ctrl = 1 ;
+  Z = 0;
+  if (no_ctrl)
+    Z = X ;
+  may_write_Y_from_Z (&Y, y) ;
+  if (C1) {
+    int cond = C2 ;
+    loop (cond) ;
+    }
+}
+/*-------------------------------------------*/
+
+void alarm() {
+  int i = 1;
+  volatile int j = 3;
+  //@ assert i == 1;
+  j++;
+}
diff --git a/tests/slicing/mark_all_slices.c b/tests/slicing/mark_all_slices.i
similarity index 87%
rename from tests/slicing/mark_all_slices.c
rename to tests/slicing/mark_all_slices.i
index 4fea292e38f..278136f5541 100644
--- a/tests/slicing/mark_all_slices.c
+++ b/tests/slicing/mark_all_slices.i
@@ -1,7 +1,7 @@
 /* run.config
    EXECNOW: make -s tests/slicing/mark_all_slices.cmxs
    CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/mark_all_slices.cmxs
-   OPT: -check -deps -slicing-level 3 -no-slice-callers -journal-disable
+   OPT: -deps -slicing-level 3 -no-slice-callers -journal-disable
 */
 int A, B, C, D;
 int A2, B2, C2, D2;
diff --git a/tests/slicing/merge.c b/tests/slicing/merge.i
similarity index 91%
rename from tests/slicing/merge.c
rename to tests/slicing/merge.i
index b177639d6f1..ff8df9a7600 100644
--- a/tests/slicing/merge.c
+++ b/tests/slicing/merge.i
@@ -1,7 +1,7 @@
 /* run.config
    EXECNOW: make -s tests/slicing/merge.cmxs
    CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/libAnim.cmxs -load-module tests/slicing/merge.cmxs
-   OPT: -check -deps -slicing-level 3 -journal-disable
+   OPT: -deps -slicing-level 3 -journal-disable
 */
 
 int G1, G2, G3;
diff --git a/tests/slicing/min_call.c b/tests/slicing/min_call.i
similarity index 79%
rename from tests/slicing/min_call.c
rename to tests/slicing/min_call.i
index b8300b3344d..d2e21555304 100644
--- a/tests/slicing/min_call.c
+++ b/tests/slicing/min_call.i
@@ -1,7 +1,7 @@
 /* run.config
    EXECNOW: make -s tests/slicing/min_call.cmxs
    CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/min_call.cmxs
-   OPT: -check -deps -lib-entry -main g -journal-disable -slicing-level 3
+   OPT: -deps -lib-entry -main g -journal-disable -slicing-level 3
 */
 
 /* dummy source file in order to test minimal calls feature
diff --git a/tests/slicing/oracle/adpcm.err.oracle b/tests/slicing/oracle/adpcm.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/slicing2/oracle/adpcm.res.oracle b/tests/slicing/oracle/adpcm.res.oracle
similarity index 99%
rename from tests/slicing2/oracle/adpcm.res.oracle
rename to tests/slicing/oracle/adpcm.res.oracle
index 75f7299a9d6..c91dcfd863f 100644
--- a/tests/slicing2/oracle/adpcm.res.oracle
+++ b/tests/slicing/oracle/adpcm.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing2/adpcm.c (with preprocessing)
+[kernel] Parsing tests/slicing/adpcm.c (with preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
diff --git a/tests/slicing/oracle/annot.0.res.oracle b/tests/slicing/oracle/annot.0.res.oracle
index a1d4f224708..5a8323dd995 100644
--- a/tests/slicing/oracle/annot.0.res.oracle
+++ b/tests/slicing/oracle/annot.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/annot.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at f1
 [value] Computing initial state
@@ -8,11 +8,11 @@
   x ∈ [--..--]
   z ∈ [--..--]
   t[0..9] ∈ {0}
-tests/slicing/annot.c:11:[value] warning: signed overflow. assert -2147483648 ≤ x+x;
-tests/slicing/annot.c:11:[value] warning: signed overflow. assert x+x ≤ 2147483647;
-tests/slicing/annot.c:11:[value] warning: signed overflow. assert -2147483648 ≤ (int)(x+x)-x;
-tests/slicing/annot.c:11:[value] warning: signed overflow. assert (int)(x+x)-x ≤ 2147483647;
-tests/slicing/annot.c:15:[value] warning: assertion got status unknown.
+tests/slicing/annot.i:11:[value] warning: signed overflow. assert -2147483648 ≤ x+x;
+tests/slicing/annot.i:11:[value] warning: signed overflow. assert x+x ≤ 2147483647;
+tests/slicing/annot.i:11:[value] warning: signed overflow. assert -2147483648 ≤ (int)(x+x)-x;
+tests/slicing/annot.i:11:[value] warning: signed overflow. assert (int)(x+x)-x ≤ 2147483647;
+tests/slicing/annot.i:15:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] done for function f1
 [slicing] making slicing project 'Slicing'...
@@ -42,3 +42,5 @@ void f1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/annot.1.res.oracle b/tests/slicing/oracle/annot.1.res.oracle
index 0f4108810b3..f8923878616 100644
--- a/tests/slicing/oracle/annot.1.res.oracle
+++ b/tests/slicing/oracle/annot.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/annot.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at f2
 [value] Computing initial state
@@ -8,7 +8,7 @@
   x ∈ [--..--]
   z ∈ [--..--]
   t[0..9] ∈ {0}
-tests/slicing/annot.c:23:[value] assertion got status valid.
+tests/slicing/annot.i:23:[value] assertion got status valid.
 [value] Recording results for f2
 [value] done for function f2
 [slicing] making slicing project 'Slicing'...
@@ -38,3 +38,5 @@ void f2(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts0184.res.oracle b/tests/slicing/oracle/bts0184.res.oracle
index dcaaf5a6abb..02f53368cca 100644
--- a/tests/slicing/oracle/bts0184.res.oracle
+++ b/tests/slicing/oracle/bts0184.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts0184.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts0184.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -25,3 +25,7 @@
 [slicing] applying 0 actions...
 [sparecode] remove unused global declarations from project 'Slicing export tmp'
 [sparecode] removed unused global declarations in new project 'Slicing export'
+/* Generated by Frama-C */
+
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts0184.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts0190.res.oracle b/tests/slicing/oracle/bts0190.res.oracle
index 6dea81fe6c1..47ac4764baf 100644
--- a/tests/slicing/oracle/bts0190.res.oracle
+++ b/tests/slicing/oracle/bts0190.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts0190.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts0190.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,11 +7,11 @@
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function x <- main.
-        Called from tests/slicing/bts0190.c:15.
-tests/slicing/bts0190.c:8:[value] assertion got status valid.
-tests/slicing/bts0190.c:9:[value] assertion got status valid.
+        Called from tests/slicing/bts0190.i:15.
+tests/slicing/bts0190.i:8:[value] assertion got status valid.
+tests/slicing/bts0190.i:9:[value] assertion got status valid.
 [value] computing for function z1 <- x <- main.
-        Called from tests/slicing/bts0190.c:10.
+        Called from tests/slicing/bts0190.i:10.
 [value] Recording results for z1
 [value] Done for function z1
 [value] Recording results for x
@@ -39,3 +39,12 @@ tests/slicing/bts0190.c:9:[value] assertion got status valid.
 [slicing] applying 0 actions...
 [sparecode] remove unused global declarations from project 'Slicing export tmp'
 [sparecode] removed unused global declarations in new project 'Slicing export'
+/* Generated by Frama-C */
+void main(void)
+{
+  return;
+}
+
+
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts0190.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts0950_annot.res.oracle b/tests/slicing/oracle/bts0950_annot.res.oracle
index 40e3edbea01..13da51b5c2e 100644
--- a/tests/slicing/oracle/bts0950_annot.res.oracle
+++ b/tests/slicing/oracle/bts0950_annot.res.oracle
@@ -56,3 +56,23 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts0950_annot.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {1}
+  b ∈ {2}
+[value] computing for function cpy <- main.
+        Called from tests/slicing/result/ocode_0_bts0950_annot.i:15.
+tests/slicing/result/ocode_0_bts0950_annot.i:4:[value] function cpy: precondition got status valid.
+[value] Recording results for cpy
+[value] Done for function cpy
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function cpy:
+  a ∈ {2}
+[value:final-states] Values at end of function main:
+  a ∈ {2}
diff --git a/tests/slicing/oracle/bts1248.res.oracle b/tests/slicing/oracle/bts1248.res.oracle
index d3bfd423511..b4b9319420c 100644
--- a/tests/slicing/oracle/bts1248.res.oracle
+++ b/tests/slicing/oracle/bts1248.res.oracle
@@ -24,13 +24,12 @@
 [slicing] applying 0 actions...
 [sparecode] remove unused global declarations from project 'p export tmp'
 [sparecode] removed unused global declarations in new project 'p export'
-[value] Analyzing a complete application starting at f
-[value] Computing initial state
-[value] Initial state computed
-[value:initial-state] Values of globals at initialization
-  
-[value] Recording results for f
-[value] done for function f
-[value] ====== VALUES COMPUTED ======
-[value:final-states] Values at end of function f:
-  
+/* Generated by Frama-C */
+void f(void)
+{
+  return;
+}
+
+
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts1248.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts1445.0.res.oracle b/tests/slicing/oracle/bts1445.0.res.oracle
index 458c96da044..e0b164f0d3e 100644
--- a/tests/slicing/oracle/bts1445.0.res.oracle
+++ b/tests/slicing/oracle/bts1445.0.res.oracle
@@ -32,3 +32,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts1445.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts1445.1.res.oracle b/tests/slicing/oracle/bts1445.1.res.oracle
index eea903b2494..b59b96293e3 100644
--- a/tests/slicing/oracle/bts1445.1.res.oracle
+++ b/tests/slicing/oracle/bts1445.1.res.oracle
@@ -32,3 +32,5 @@ void f(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_bts1445.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts1684.res.oracle b/tests/slicing/oracle/bts1684.res.oracle
index a1e0c15087f..9b5660c3bbe 100644
--- a/tests/slicing/oracle/bts1684.res.oracle
+++ b/tests/slicing/oracle/bts1684.res.oracle
@@ -59,4 +59,6 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts1684.i (no preprocessing)
 [kernel] writing journal in file `./frama_c_journal.ml'.
diff --git a/tests/slicing/oracle/bts1768.res.oracle b/tests/slicing/oracle/bts1768.res.oracle
index f254956c4e9..850c45c1100 100644
--- a/tests/slicing/oracle/bts1768.res.oracle
+++ b/tests/slicing/oracle/bts1768.res.oracle
@@ -304,3 +304,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts1768.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts179.0.res.oracle b/tests/slicing/oracle/bts179.0.res.oracle
index ef7818ab88d..1da7fc0cbc3 100644
--- a/tests/slicing/oracle/bts179.0.res.oracle
+++ b/tests/slicing/oracle/bts179.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts179.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts179.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -9,7 +9,7 @@
   X ∈ {0}
   Y ∈ {0}
 [value] computing for function g <- main.
-        Called from tests/slicing/bts179.c:16.
+        Called from tests/slicing/bts179.i:16.
 [value] Recording results for g
 [value] Done for function g
 [value] Recording results for main
@@ -56,3 +56,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts179.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts179.1.res.oracle b/tests/slicing/oracle/bts179.1.res.oracle
index 25b81cd3326..d059760dadb 100644
--- a/tests/slicing/oracle/bts179.1.res.oracle
+++ b/tests/slicing/oracle/bts179.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts179.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts179.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -9,7 +9,7 @@
   X ∈ {0}
   Y ∈ {0}
 [value] computing for function g <- main.
-        Called from tests/slicing/bts179.c:16.
+        Called from tests/slicing/bts179.i:16.
 [value] Recording results for g
 [value] Done for function g
 [value] Recording results for main
@@ -55,3 +55,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_bts179.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts179.2.res.oracle b/tests/slicing/oracle/bts179.2.res.oracle
index 5ff0beb5eea..a4eb1a88df2 100644
--- a/tests/slicing/oracle/bts179.2.res.oracle
+++ b/tests/slicing/oracle/bts179.2.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts179.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts179.i (no preprocessing)
 [sparecode] remove unused code...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -9,7 +9,7 @@
   X ∈ {0}
   Y ∈ {0}
 [value] computing for function g <- main.
-        Called from tests/slicing/bts179.c:16.
+        Called from tests/slicing/bts179.i:16.
 [value] Recording results for g
 [value] Done for function g
 [value] Recording results for main
diff --git a/tests/slicing/oracle/bts283.res.oracle b/tests/slicing/oracle/bts283.res.oracle
index 36512c13be5..a6fef5ebb71 100644
--- a/tests/slicing/oracle/bts283.res.oracle
+++ b/tests/slicing/oracle/bts283.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts283.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts283.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -11,28 +11,28 @@
   X ∈ {0}
   Y ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/slicing/bts283.c:33.
-tests/slicing/bts283.c:9:[value] function f: precondition got status valid.
-tests/slicing/bts283.c:10:[value] function f: postcondition got status valid.
+        Called from tests/slicing/bts283.i:33.
+tests/slicing/bts283.i:9:[value] function f: precondition got status valid.
+tests/slicing/bts283.i:10:[value] function f: postcondition got status valid.
 [value] Recording results for f
 [value] Done for function f
 [value] computing for function g <- main.
-        Called from tests/slicing/bts283.c:34.
+        Called from tests/slicing/bts283.i:34.
 [value] using specification for function g
-tests/slicing/bts283.c:14:[value] function g: precondition got status valid.
-tests/slicing/bts283.c:15:[value] function g: precondition got status valid.
+tests/slicing/bts283.i:14:[value] function g: precondition got status valid.
+tests/slicing/bts283.i:15:[value] function g: precondition got status valid.
 [value] Done for function g
-tests/slicing/bts283.c:34:[value] warning: signed overflow. assert z+tmp ≤ 2147483647;
+tests/slicing/bts283.i:34:[value] warning: signed overflow. assert z+tmp ≤ 2147483647;
                                   (tmp from g(1, 2))
 [value] computing for function k <- main.
-        Called from tests/slicing/bts283.c:35.
-tests/slicing/bts283.c:21:[value] function k: precondition got status valid.
-tests/slicing/bts283.c:27:[value] warning: signed overflow. assert Y+1 ≤ 2147483647;
-tests/slicing/bts283.c:22:[value] function k: postcondition got status valid.
-tests/slicing/bts283.c:23:[value] warning: function k: postcondition got status unknown.
+        Called from tests/slicing/bts283.i:35.
+tests/slicing/bts283.i:21:[value] function k: precondition got status valid.
+tests/slicing/bts283.i:27:[value] warning: signed overflow. assert Y+1 ≤ 2147483647;
+tests/slicing/bts283.i:22:[value] function k: postcondition got status valid.
+tests/slicing/bts283.i:23:[value] warning: function k: postcondition got status unknown.
 [value] Recording results for k
 [value] Done for function k
-tests/slicing/bts283.c:36:[value] warning: signed overflow. assert X+z ≤ 2147483647;
+tests/slicing/bts283.i:36:[value] warning: signed overflow. assert X+z ≤ 2147483647;
 [value] Recording results for main
 [value] done for function main
 [slicing] making slicing project 'Slicing'...
@@ -99,3 +99,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts283.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts326.res.oracle b/tests/slicing/oracle/bts326.res.oracle
index 4ef6d50dfa3..6d456497310 100644
--- a/tests/slicing/oracle/bts326.res.oracle
+++ b/tests/slicing/oracle/bts326.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts326.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts326.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -7,15 +7,15 @@
   t[0..1] ∈ {0}
   r ∈ {0}
 [value] computing for function g <- main.
-        Called from tests/slicing/bts326.c:17.
+        Called from tests/slicing/bts326.i:17.
 [value] computing for function f <- g <- main.
-        Called from tests/slicing/bts326.c:12.
+        Called from tests/slicing/bts326.i:12.
 [value] Recording results for f
 [from] Computing for function f
 [from] Done for function f
 [value] Done for function f
 [value] computing for function f <- g <- main.
-        Called from tests/slicing/bts326.c:13.
+        Called from tests/slicing/bts326.i:13.
 [value] Recording results for f
 [from] Computing for function f
 [from] Done for function f
@@ -29,11 +29,11 @@
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to f at tests/slicing/bts326.c:12 (by g):
+[from] call to f at tests/slicing/bts326.i:12 (by g):
   t[0] FROM i
-[from] call to f at tests/slicing/bts326.c:13 (by g):
+[from] call to f at tests/slicing/bts326.i:13 (by g):
   t[1] FROM i
-[from] call to g at tests/slicing/bts326.c:17 (by main):
+[from] call to g at tests/slicing/bts326.i:17 (by main):
   t[0..1] FROM \nothing
 [from] entry point:
   t[0..1] FROM \nothing
@@ -82,3 +82,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts326.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts335.res.oracle b/tests/slicing/oracle/bts335.res.oracle
index 20699b1bf54..3242f8a7f94 100644
--- a/tests/slicing/oracle/bts335.res.oracle
+++ b/tests/slicing/oracle/bts335.res.oracle
@@ -1,14 +1,14 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts335.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts335.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   T[0..1] ∈ {0}
 [value] computing for function g <- main.
-        Called from tests/slicing/bts335.c:12.
+        Called from tests/slicing/bts335.i:12.
 [value] computing for function f <- g <- main.
-        Called from tests/slicing/bts335.c:11.
+        Called from tests/slicing/bts335.i:11.
 [value] Recording results for f
 [from] Computing for function f
 [from] Done for function f
@@ -18,7 +18,7 @@
 [from] Done for function g
 [value] Done for function g
 [value] computing for function f <- main.
-        Called from tests/slicing/bts335.c:12.
+        Called from tests/slicing/bts335.i:12.
 [value] Recording results for f
 [from] Computing for function f
 [from] Done for function f
@@ -28,11 +28,11 @@
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to f at tests/slicing/bts335.c:11 (by g):
+[from] call to f at tests/slicing/bts335.i:11 (by g):
   T[0] FROM T[0]; i
-[from] call to g at tests/slicing/bts335.c:12 (by main):
+[from] call to g at tests/slicing/bts335.i:12 (by main):
   T[0] FROM T[0]
-[from] call to f at tests/slicing/bts335.c:12 (by main):
+[from] call to f at tests/slicing/bts335.i:12 (by main):
   T[1] FROM T[1]; i
 [from] entry point:
   T[0] FROM T[0]; c (and SELF)
@@ -57,3 +57,27 @@
 [slicing] applying 0 actions...
 [sparecode] remove unused global declarations from project 'Slicing export tmp'
 [sparecode] removed unused global declarations in new project 'Slicing export'
+/* Generated by Frama-C */
+int T[2] = {0, 0};
+void f_slice_1(int i)
+{
+  (T[i]) ++;
+  return;
+}
+
+void g_slice_1(void)
+{
+  f_slice_1(0);
+  /*@ slice pragma expr T[0]; */ ;
+  return;
+}
+
+void main(int c)
+{
+  if (c) g_slice_1();
+  return;
+}
+
+
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts335.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts335b.res.oracle b/tests/slicing/oracle/bts335b.res.oracle
index b40325c6d0c..63d63392986 100644
--- a/tests/slicing/oracle/bts335b.res.oracle
+++ b/tests/slicing/oracle/bts335b.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts335b.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts335b.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -7,10 +7,10 @@
   X ∈ {0}
   Y ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/slicing/bts335b.c:20.
-tests/slicing/bts335b.c:16:[value] warning: signed overflow. assert z+1 ≤ 2147483647;
+        Called from tests/slicing/bts335b.i:20.
+tests/slicing/bts335b.i:16:[value] warning: signed overflow. assert z+1 ≤ 2147483647;
 [value] computing for function g <- f <- main.
-        Called from tests/slicing/bts335b.c:17.
+        Called from tests/slicing/bts335b.i:17.
 [value] Recording results for g
 [from] Computing for function g
 [from] Done for function g
@@ -19,31 +19,31 @@ tests/slicing/bts335b.c:16:[value] warning: signed overflow. assert z+1 ≤ 2147
 [from] Computing for function f
 [from] Done for function f
 [value] Done for function f
-tests/slicing/bts335b.c:21:[value] warning: signed overflow. assert j+1 ≤ 2147483647;
+tests/slicing/bts335b.i:21:[value] warning: signed overflow. assert j+1 ≤ 2147483647;
 [value] computing for function g <- main.
-        Called from tests/slicing/bts335b.c:22.
+        Called from tests/slicing/bts335b.i:22.
 [value] Recording results for g
 [from] Computing for function g
 [from] Done for function g
 [value] Done for function g
-tests/slicing/bts335b.c:22:[value] warning: signed overflow. assert -2147483648 ≤ r+tmp_0;
+tests/slicing/bts335b.i:22:[value] warning: signed overflow. assert -2147483648 ≤ r+tmp_0;
                                   (tmp_0 from g(2, w, b, j))
-tests/slicing/bts335b.c:22:[value] warning: signed overflow. assert r+tmp_0 ≤ 2147483647;
+tests/slicing/bts335b.i:22:[value] warning: signed overflow. assert r+tmp_0 ≤ 2147483647;
                                   (tmp_0 from g(2, w, b, j))
 [value] Recording results for main
 [from] Computing for function main
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to g at tests/slicing/bts335b.c:17 (by f):
+[from] call to g at tests/slicing/bts335b.i:17 (by f):
   X FROM c; x
   Y FROM c; x
   \result FROM c; x
-[from] call to f at tests/slicing/bts335b.c:20 (by main):
+[from] call to f at tests/slicing/bts335b.i:20 (by main):
   X FROM c; x
   Y FROM c; x
   \result FROM c; x
-[from] call to g at tests/slicing/bts335b.c:22 (by main):
+[from] call to g at tests/slicing/bts335b.i:22 (by main):
   X FROM c; y
   Y FROM c; y
   \result FROM c; y
@@ -126,3 +126,5 @@ int main(int v, int w, int a, int b, int i, int j)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts335b.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts336.0.res.oracle b/tests/slicing/oracle/bts336.0.res.oracle
index e48fa1d34a6..a0961581cac 100644
--- a/tests/slicing/oracle/bts336.0.res.oracle
+++ b/tests/slicing/oracle/bts336.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts336.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts336.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -7,13 +7,13 @@
   T[0..9] ∈ {0}
   x5 ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/slicing/bts336.c:20.
+        Called from tests/slicing/bts336.i:20.
 [value] Recording results for f
 [from] Computing for function f
 [from] Done for function f
 [value] Done for function f
 [value] computing for function f <- main.
-        Called from tests/slicing/bts336.c:21.
+        Called from tests/slicing/bts336.i:21.
 [value] Recording results for f
 [from] Computing for function f
 [from] Done for function f
@@ -23,10 +23,10 @@
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to f at tests/slicing/bts336.c:20 (by main):
+[from] call to f at tests/slicing/bts336.i:20 (by main):
   T[1] FROM T[1]; i
   \result FROM T[1]; i
-[from] call to f at tests/slicing/bts336.c:21 (by main):
+[from] call to f at tests/slicing/bts336.i:21 (by main):
   T[2] FROM T[2]; i
   \result FROM T[2]; i
 [from] entry point:
@@ -70,3 +70,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts336.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts336.1.res.oracle b/tests/slicing/oracle/bts336.1.res.oracle
index d79b6c88f42..0c17ca100c4 100644
--- a/tests/slicing/oracle/bts336.1.res.oracle
+++ b/tests/slicing/oracle/bts336.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts336.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts336.i (no preprocessing)
 [value] Analyzing a complete application starting at main2
 [value] Computing initial state
 [value] Initial state computed
@@ -7,13 +7,13 @@
   T[0..9] ∈ {0}
   x5 ∈ {0}
 [value] computing for function f2 <- main2.
-        Called from tests/slicing/bts336.c:35.
+        Called from tests/slicing/bts336.i:35.
 [value] Recording results for f2
 [from] Computing for function f2
 [from] Done for function f2
 [value] Done for function f2
 [value] computing for function f2 <- main2.
-        Called from tests/slicing/bts336.c:36.
+        Called from tests/slicing/bts336.i:36.
 [value] Recording results for f2
 [from] Computing for function f2
 [from] Done for function f2
@@ -23,9 +23,9 @@
 [from] Done for function main2
 [value] done for function main2
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to f2 at tests/slicing/bts336.c:35 (by main2):
+[from] call to f2 at tests/slicing/bts336.i:35 (by main2):
   T[1] FROM i
-[from] call to f2 at tests/slicing/bts336.c:36 (by main2):
+[from] call to f2 at tests/slicing/bts336.i:36 (by main2):
   T[2] FROM i
 [from] entry point:
   T[1..2] FROM \nothing
@@ -65,3 +65,5 @@ int main2(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_bts336.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts336.2.res.oracle b/tests/slicing/oracle/bts336.2.res.oracle
index 254cdc8c5f4..35b332982a8 100644
--- a/tests/slicing/oracle/bts336.2.res.oracle
+++ b/tests/slicing/oracle/bts336.2.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts336.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts336.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main3
 [value] Computing initial state
@@ -8,15 +8,15 @@
   T[0..9] ∈ {0}
   x5 ∈ {0}
 [value] computing for function f3 <- main3.
-        Called from tests/slicing/bts336.c:53.
+        Called from tests/slicing/bts336.i:53.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f3 <- main3.
-        Called from tests/slicing/bts336.c:54.
+        Called from tests/slicing/bts336.i:54.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f3 <- main3.
-        Called from tests/slicing/bts336.c:55.
+        Called from tests/slicing/bts336.i:55.
 [value] Recording results for f3
 [value] Done for function f3
 [value] Recording results for main3
@@ -61,3 +61,5 @@ int main3(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_bts336.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts336.3.res.oracle b/tests/slicing/oracle/bts336.3.res.oracle
index dd27402011e..c1cbb2bb60c 100644
--- a/tests/slicing/oracle/bts336.3.res.oracle
+++ b/tests/slicing/oracle/bts336.3.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts336.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts336.i (no preprocessing)
 [value] Analyzing a complete application starting at main3
 [value] Computing initial state
 [value] Initial state computed
@@ -7,19 +7,19 @@
   T[0..9] ∈ {0}
   x5 ∈ {0}
 [value] computing for function f3 <- main3.
-        Called from tests/slicing/bts336.c:53.
+        Called from tests/slicing/bts336.i:53.
 [value] Recording results for f3
 [from] Computing for function f3
 [from] Done for function f3
 [value] Done for function f3
 [value] computing for function f3 <- main3.
-        Called from tests/slicing/bts336.c:54.
+        Called from tests/slicing/bts336.i:54.
 [value] Recording results for f3
 [from] Computing for function f3
 [from] Done for function f3
 [value] Done for function f3
 [value] computing for function f3 <- main3.
-        Called from tests/slicing/bts336.c:55.
+        Called from tests/slicing/bts336.i:55.
 [value] Recording results for f3
 [from] Computing for function f3
 [from] Done for function f3
@@ -29,11 +29,11 @@
 [from] Done for function main3
 [value] done for function main3
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to f3 at tests/slicing/bts336.c:53 (by main3):
+[from] call to f3 at tests/slicing/bts336.i:53 (by main3):
   a FROM p; a
-[from] call to f3 at tests/slicing/bts336.c:54 (by main3):
+[from] call to f3 at tests/slicing/bts336.i:54 (by main3):
   b FROM p; b
-[from] call to f3 at tests/slicing/bts336.c:55 (by main3):
+[from] call to f3 at tests/slicing/bts336.i:55 (by main3):
   c FROM p; c
 [from] entry point:
   \result FROM \nothing
@@ -85,3 +85,5 @@ int main3(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_bts336.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts336.4.res.oracle b/tests/slicing/oracle/bts336.4.res.oracle
index 4d3f32fe1c5..b66c7e82fcb 100644
--- a/tests/slicing/oracle/bts336.4.res.oracle
+++ b/tests/slicing/oracle/bts336.4.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts336.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts336.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -7,13 +7,13 @@
   T[0..9] ∈ {0}
   x5 ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/slicing/bts336.c:20.
+        Called from tests/slicing/bts336.i:20.
 [value] Recording results for f
 [from] Computing for function f
 [from] Done for function f
 [value] Done for function f
 [value] computing for function f <- main.
-        Called from tests/slicing/bts336.c:21.
+        Called from tests/slicing/bts336.i:21.
 [value] Recording results for f
 [from] Computing for function f
 [from] Done for function f
@@ -23,10 +23,10 @@
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to f at tests/slicing/bts336.c:20 (by main):
+[from] call to f at tests/slicing/bts336.i:20 (by main):
   T[1] FROM T[1]; i
   \result FROM T[1]; i
-[from] call to f at tests/slicing/bts336.c:21 (by main):
+[from] call to f at tests/slicing/bts336.i:21 (by main):
   T[2] FROM T[2]; i
   \result FROM T[2]; i
 [from] entry point:
@@ -69,3 +69,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_4_bts336.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts336.5.res.oracle b/tests/slicing/oracle/bts336.5.res.oracle
index 729776b22b7..41dd0bb3ceb 100644
--- a/tests/slicing/oracle/bts336.5.res.oracle
+++ b/tests/slicing/oracle/bts336.5.res.oracle
@@ -1,153 +1,153 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts336.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts336.i (no preprocessing)
 [value] Analyzing a complete application starting at main4
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   T[0..9] ∈ {0}
   x5 ∈ {0}
-tests/slicing/bts336.c:77:[value] entering loop for the first time
+tests/slicing/bts336.i:77:[value] entering loop for the first time
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:78.
+        Called from tests/slicing/bts336.i:78.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:79.
+        Called from tests/slicing/bts336.i:79.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:80.
+        Called from tests/slicing/bts336.i:80.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:81.
+        Called from tests/slicing/bts336.i:81.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:82.
+        Called from tests/slicing/bts336.i:82.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:78.
+        Called from tests/slicing/bts336.i:78.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:79.
+        Called from tests/slicing/bts336.i:79.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:80.
+        Called from tests/slicing/bts336.i:80.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:81.
+        Called from tests/slicing/bts336.i:81.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:82.
+        Called from tests/slicing/bts336.i:82.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:78.
+        Called from tests/slicing/bts336.i:78.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:79.
+        Called from tests/slicing/bts336.i:79.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:80.
+        Called from tests/slicing/bts336.i:80.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:81.
+        Called from tests/slicing/bts336.i:81.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:82.
+        Called from tests/slicing/bts336.i:82.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:78.
-tests/slicing/bts336.c:62:[value] warning: signed overflow. assert *p+1 ≤ 2147483647;
-tests/slicing/bts336.c:63:[value] warning: signed overflow. assert *q+1 ≤ 2147483647;
+        Called from tests/slicing/bts336.i:78.
+tests/slicing/bts336.i:62:[value] warning: signed overflow. assert *p+1 ≤ 2147483647;
+tests/slicing/bts336.i:63:[value] warning: signed overflow. assert *q+1 ≤ 2147483647;
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:79.
+        Called from tests/slicing/bts336.i:79.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:80.
+        Called from tests/slicing/bts336.i:80.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:81.
+        Called from tests/slicing/bts336.i:81.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:82.
+        Called from tests/slicing/bts336.i:82.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
-tests/slicing/bts336.c:84:[value] warning: signed overflow. assert a2+b4 ≤ 2147483647;
+tests/slicing/bts336.i:84:[value] warning: signed overflow. assert a2+b4 ≤ 2147483647;
 [value] Recording results for main4
 [from] Computing for function main4
 [from] Done for function main4
 [value] done for function main4
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to f4 at tests/slicing/bts336.c:78 (by main4):
+[from] call to f4 at tests/slicing/bts336.i:78 (by main4):
   a1 FROM p; a1
   b1 FROM q; b1
-[from] call to f4 at tests/slicing/bts336.c:79 (by main4):
+[from] call to f4 at tests/slicing/bts336.i:79 (by main4):
   a2 FROM p; a2
   b2 FROM q; b2
-[from] call to f4 at tests/slicing/bts336.c:80 (by main4):
+[from] call to f4 at tests/slicing/bts336.i:80 (by main4):
   a3 FROM p; a3
   b3 FROM q; b3
-[from] call to f4 at tests/slicing/bts336.c:81 (by main4):
+[from] call to f4 at tests/slicing/bts336.i:81 (by main4):
   a4 FROM p; a4
   b4 FROM q; b4
-[from] call to f4 at tests/slicing/bts336.c:82 (by main4):
+[from] call to f4 at tests/slicing/bts336.i:82 (by main4):
   a5 FROM p; a5
   b5 FROM q; b5
 [from] entry point:
@@ -198,3 +198,5 @@ int main4(int volatile c)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_5_bts336.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts336.6.res.oracle b/tests/slicing/oracle/bts336.6.res.oracle
index 7f3a0b196aa..158af864081 100644
--- a/tests/slicing/oracle/bts336.6.res.oracle
+++ b/tests/slicing/oracle/bts336.6.res.oracle
@@ -1,153 +1,153 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts336.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts336.i (no preprocessing)
 [value] Analyzing a complete application starting at main4
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   T[0..9] ∈ {0}
   x5 ∈ {0}
-tests/slicing/bts336.c:77:[value] entering loop for the first time
+tests/slicing/bts336.i:77:[value] entering loop for the first time
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:78.
+        Called from tests/slicing/bts336.i:78.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:79.
+        Called from tests/slicing/bts336.i:79.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:80.
+        Called from tests/slicing/bts336.i:80.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:81.
+        Called from tests/slicing/bts336.i:81.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:82.
+        Called from tests/slicing/bts336.i:82.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:78.
+        Called from tests/slicing/bts336.i:78.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:79.
+        Called from tests/slicing/bts336.i:79.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:80.
+        Called from tests/slicing/bts336.i:80.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:81.
+        Called from tests/slicing/bts336.i:81.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:82.
+        Called from tests/slicing/bts336.i:82.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:78.
+        Called from tests/slicing/bts336.i:78.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:79.
+        Called from tests/slicing/bts336.i:79.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:80.
+        Called from tests/slicing/bts336.i:80.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:81.
+        Called from tests/slicing/bts336.i:81.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:82.
+        Called from tests/slicing/bts336.i:82.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:78.
-tests/slicing/bts336.c:62:[value] warning: signed overflow. assert *p+1 ≤ 2147483647;
-tests/slicing/bts336.c:63:[value] warning: signed overflow. assert *q+1 ≤ 2147483647;
+        Called from tests/slicing/bts336.i:78.
+tests/slicing/bts336.i:62:[value] warning: signed overflow. assert *p+1 ≤ 2147483647;
+tests/slicing/bts336.i:63:[value] warning: signed overflow. assert *q+1 ≤ 2147483647;
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:79.
+        Called from tests/slicing/bts336.i:79.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:80.
+        Called from tests/slicing/bts336.i:80.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:81.
+        Called from tests/slicing/bts336.i:81.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
 [value] computing for function f4 <- main4.
-        Called from tests/slicing/bts336.c:82.
+        Called from tests/slicing/bts336.i:82.
 [value] Recording results for f4
 [from] Computing for function f4
 [from] Done for function f4
 [value] Done for function f4
-tests/slicing/bts336.c:84:[value] warning: signed overflow. assert a2+b4 ≤ 2147483647;
+tests/slicing/bts336.i:84:[value] warning: signed overflow. assert a2+b4 ≤ 2147483647;
 [value] Recording results for main4
 [from] Computing for function main4
 [from] Done for function main4
 [value] done for function main4
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to f4 at tests/slicing/bts336.c:78 (by main4):
+[from] call to f4 at tests/slicing/bts336.i:78 (by main4):
   a1 FROM p; a1
   b1 FROM q; b1
-[from] call to f4 at tests/slicing/bts336.c:79 (by main4):
+[from] call to f4 at tests/slicing/bts336.i:79 (by main4):
   a2 FROM p; a2
   b2 FROM q; b2
-[from] call to f4 at tests/slicing/bts336.c:80 (by main4):
+[from] call to f4 at tests/slicing/bts336.i:80 (by main4):
   a3 FROM p; a3
   b3 FROM q; b3
-[from] call to f4 at tests/slicing/bts336.c:81 (by main4):
+[from] call to f4 at tests/slicing/bts336.i:81 (by main4):
   a4 FROM p; a4
   b4 FROM q; b4
-[from] call to f4 at tests/slicing/bts336.c:82 (by main4):
+[from] call to f4 at tests/slicing/bts336.i:82 (by main4):
   a5 FROM p; a5
   b5 FROM q; b5
 [from] entry point:
@@ -199,3 +199,5 @@ int main4(int volatile c)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_6_bts336.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts336.7.res.oracle b/tests/slicing/oracle/bts336.7.res.oracle
index 7e0451ad445..45436215183 100644
--- a/tests/slicing/oracle/bts336.7.res.oracle
+++ b/tests/slicing/oracle/bts336.7.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts336.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts336.i (no preprocessing)
 [value] Analyzing a complete application starting at main5
 [value] Computing initial state
 [value] Initial state computed
@@ -7,13 +7,13 @@
   T[0..9] ∈ {0}
   x5 ∈ {0}
 [value] computing for function f5 <- main5.
-        Called from tests/slicing/bts336.c:98.
+        Called from tests/slicing/bts336.i:98.
 [value] Recording results for f5
 [from] Computing for function f5
 [from] Done for function f5
 [value] Done for function f5
 [value] computing for function f5 <- main5.
-        Called from tests/slicing/bts336.c:99.
+        Called from tests/slicing/bts336.i:99.
 [value] Recording results for f5
 [from] Computing for function f5
 [from] Done for function f5
@@ -23,10 +23,10 @@
 [from] Done for function main5
 [value] done for function main5
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to f5 at tests/slicing/bts336.c:98 (by main5):
+[from] call to f5 at tests/slicing/bts336.i:98 (by main5):
   x5 FROM q; b1
   a1 FROM p; a1
-[from] call to f5 at tests/slicing/bts336.c:99 (by main5):
+[from] call to f5 at tests/slicing/bts336.i:99 (by main5):
   x5 FROM q; a1
   a2 FROM p; a2
 [from] entry point:
@@ -56,13 +56,13 @@
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function f5_slice_1 <- main5.
-        Called from tests/slicing/bts336.c:98.
+        Called from tests/slicing/bts336.i:98.
 [value] Recording results for f5_slice_1
 [from] Computing for function f5_slice_1
 [from] Done for function f5_slice_1
 [value] Done for function f5_slice_1
 [value] computing for function f5_slice_1 <- main5.
-        Called from tests/slicing/bts336.c:99.
+        Called from tests/slicing/bts336.i:99.
 [value] Recording results for f5_slice_1
 [from] Computing for function f5_slice_1
 [from] Done for function f5_slice_1
@@ -72,9 +72,9 @@
 [from] Done for function main5
 [value] done for function main5
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to f5_slice_1 at tests/slicing/bts336.c:98 (by main5):
+[from] call to f5_slice_1 at tests/slicing/bts336.i:98 (by main5):
   a1 FROM p; a1
-[from] call to f5_slice_1 at tests/slicing/bts336.c:99 (by main5):
+[from] call to f5_slice_1 at tests/slicing/bts336.i:99 (by main5):
   a2 FROM p; a2
 [from] entry point:
   \result FROM \nothing
@@ -131,3 +131,5 @@ int main5(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_7_bts336.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts341.res.oracle b/tests/slicing/oracle/bts341.res.oracle
index aa349733656..7b92f971aff 100644
--- a/tests/slicing/oracle/bts341.res.oracle
+++ b/tests/slicing/oracle/bts341.res.oracle
@@ -1,13 +1,13 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts341.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts341.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/bts341.c:6:[value] entering loop for the first time
-tests/slicing/bts341.c:7:[value] assertion got status valid.
+tests/slicing/bts341.i:6:[value] entering loop for the first time
+tests/slicing/bts341.i:7:[value] assertion got status valid.
 [value] Recording results for main
 [value] done for function main
 [slicing] making slicing project 'Slicing'...
@@ -32,3 +32,5 @@ void main(int c)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts341.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts344.0.res.oracle b/tests/slicing/oracle/bts344.0.res.oracle
index 18ea20ba613..02d4c27596f 100644
--- a/tests/slicing/oracle/bts344.0.res.oracle
+++ b/tests/slicing/oracle/bts344.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts344.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts344.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -8,20 +8,20 @@
   X ∈ {0}
   Y ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/slicing/bts344.c:24.
+        Called from tests/slicing/bts344.i:24.
 [value] computing for function h <- f <- main.
-        Called from tests/slicing/bts344.c:21.
+        Called from tests/slicing/bts344.i:21.
 [value] Recording results for h
 [value] Done for function h
 [value] Recording results for f
 [value] Done for function f
 [value] computing for function h <- main.
-        Called from tests/slicing/bts344.c:25.
+        Called from tests/slicing/bts344.i:25.
 [value] Recording results for h
 [value] Done for function h
 [value] computing for function k <- main.
-        Called from tests/slicing/bts344.c:26.
-tests/slicing/bts344.c:9:[value] function k: postcondition got status valid.
+        Called from tests/slicing/bts344.i:26.
+tests/slicing/bts344.i:9:[value] function k: postcondition got status valid.
 [value] Recording results for k
 [value] Done for function k
 [value] Recording results for main
@@ -99,3 +99,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts344.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts344.1.res.oracle b/tests/slicing/oracle/bts344.1.res.oracle
index 8c1d96ead48..d6a41fffb0e 100644
--- a/tests/slicing/oracle/bts344.1.res.oracle
+++ b/tests/slicing/oracle/bts344.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts344.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts344.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main_bis
 [value] Computing initial state
@@ -8,8 +8,8 @@
   X ∈ {0}
   Y ∈ {0}
 [value] computing for function k <- main_bis.
-        Called from tests/slicing/bts344.c:32.
-tests/slicing/bts344.c:9:[value] function k: postcondition got status valid.
+        Called from tests/slicing/bts344.i:32.
+tests/slicing/bts344.i:9:[value] function k: postcondition got status valid.
 [value] Recording results for k
 [value] Done for function k
 [value] Recording results for main_bis
@@ -53,3 +53,5 @@ int main_bis(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_bts344.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts345.0.res.oracle b/tests/slicing/oracle/bts345.0.res.oracle
index 5664e42eefd..f84289d31c6 100644
--- a/tests/slicing/oracle/bts345.0.res.oracle
+++ b/tests/slicing/oracle/bts345.0.res.oracle
@@ -1,22 +1,22 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts345.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts345.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at call_top
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/bts345.c:27:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
+tests/slicing/bts345.i:27:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
 [value] computing for function top <- call_top.
-        Called from tests/slicing/bts345.c:28.
-tests/slicing/bts345.c:21:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:28.
+tests/slicing/bts345.i:21:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] computing for function called_by_top <- top <- call_top.
-        Called from tests/slicing/bts345.c:22.
-tests/slicing/bts345.c:15:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:22.
+tests/slicing/bts345.i:15:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] computing for function called_indirectly_by_top <- called_by_top <- top <- 
                                 call_top.
-        Called from tests/slicing/bts345.c:16.
-tests/slicing/bts345.c:10:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:16.
+tests/slicing/bts345.i:10:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] Recording results for called_indirectly_by_top
 [value] Done for function called_indirectly_by_top
 [value] Recording results for called_by_top
@@ -77,3 +77,5 @@ int call_top(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts345.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts345.1.res.oracle b/tests/slicing/oracle/bts345.1.res.oracle
index 88d1aff16d6..00ccd96bce6 100644
--- a/tests/slicing/oracle/bts345.1.res.oracle
+++ b/tests/slicing/oracle/bts345.1.res.oracle
@@ -1,18 +1,18 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts345.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts345.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at top
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/bts345.c:21:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+tests/slicing/bts345.i:21:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] computing for function called_by_top <- top.
-        Called from tests/slicing/bts345.c:22.
-tests/slicing/bts345.c:15:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:22.
+tests/slicing/bts345.i:15:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] computing for function called_indirectly_by_top <- called_by_top <- top.
-        Called from tests/slicing/bts345.c:16.
-tests/slicing/bts345.c:10:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:16.
+tests/slicing/bts345.i:10:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] Recording results for called_indirectly_by_top
 [value] Done for function called_indirectly_by_top
 [value] Recording results for called_by_top
@@ -59,3 +59,5 @@ int top_orig(int x , ...)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_bts345.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts345.2.res.oracle b/tests/slicing/oracle/bts345.2.res.oracle
index b163d9ef100..1a0b91c731c 100644
--- a/tests/slicing/oracle/bts345.2.res.oracle
+++ b/tests/slicing/oracle/bts345.2.res.oracle
@@ -1,22 +1,22 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts345.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts345.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at call_top
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/bts345.c:27:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
+tests/slicing/bts345.i:27:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
 [value] computing for function top <- call_top.
-        Called from tests/slicing/bts345.c:28.
-tests/slicing/bts345.c:21:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:28.
+tests/slicing/bts345.i:21:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] computing for function called_by_top <- top <- call_top.
-        Called from tests/slicing/bts345.c:22.
-tests/slicing/bts345.c:15:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:22.
+tests/slicing/bts345.i:15:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] computing for function called_indirectly_by_top <- called_by_top <- top <- 
                                 call_top.
-        Called from tests/slicing/bts345.c:16.
-tests/slicing/bts345.c:10:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:16.
+tests/slicing/bts345.i:10:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] Recording results for called_indirectly_by_top
 [value] Done for function called_indirectly_by_top
 [value] Recording results for called_by_top
@@ -81,3 +81,5 @@ void call_top(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_bts345.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts345.3.res.oracle b/tests/slicing/oracle/bts345.3.res.oracle
index 01559377e94..5b330d8eab2 100644
--- a/tests/slicing/oracle/bts345.3.res.oracle
+++ b/tests/slicing/oracle/bts345.3.res.oracle
@@ -1,18 +1,18 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts345.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts345.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at top
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/bts345.c:21:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+tests/slicing/bts345.i:21:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] computing for function called_by_top <- top.
-        Called from tests/slicing/bts345.c:22.
-tests/slicing/bts345.c:15:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:22.
+tests/slicing/bts345.i:15:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] computing for function called_indirectly_by_top <- called_by_top <- top.
-        Called from tests/slicing/bts345.c:16.
-tests/slicing/bts345.c:10:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:16.
+tests/slicing/bts345.i:10:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] Recording results for called_indirectly_by_top
 [value] Done for function called_indirectly_by_top
 [value] Recording results for called_by_top
@@ -42,3 +42,29 @@ tests/slicing/bts345.c:10:[value] warning: signed overflow. assert x+1 ≤ 21474
 [slicing] applying 0 actions...
 [sparecode] remove unused global declarations from project 'Slicing export tmp'
 [sparecode] removed unused global declarations in new project 'Slicing export'
+/* Generated by Frama-C */
+int called_indirectly_by_top(int x)
+{
+  x ++;
+  return x;
+}
+
+int called_by_top(int x)
+{
+  int z;
+  x ++;
+  z = called_indirectly_by_top(x);
+  return z;
+}
+
+int top_orig(int x , ...)
+{
+  int z;
+  x ++;
+  z = called_by_top(x);
+  return z;
+}
+
+
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_bts345.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts345.4.res.oracle b/tests/slicing/oracle/bts345.4.res.oracle
index 859d8c49375..d1110b4021c 100644
--- a/tests/slicing/oracle/bts345.4.res.oracle
+++ b/tests/slicing/oracle/bts345.4.res.oracle
@@ -1,22 +1,22 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts345.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts345.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at call_top
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/bts345.c:27:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
+tests/slicing/bts345.i:27:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
 [value] computing for function top <- call_top.
-        Called from tests/slicing/bts345.c:28.
-tests/slicing/bts345.c:21:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:28.
+tests/slicing/bts345.i:21:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] computing for function called_by_top <- top <- call_top.
-        Called from tests/slicing/bts345.c:22.
-tests/slicing/bts345.c:15:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:22.
+tests/slicing/bts345.i:15:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] computing for function called_indirectly_by_top <- called_by_top <- top <- 
                                 call_top.
-        Called from tests/slicing/bts345.c:16.
-tests/slicing/bts345.c:10:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/bts345.i:16.
+tests/slicing/bts345.i:10:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] Recording results for called_indirectly_by_top
 [value] Done for function called_indirectly_by_top
 [value] Recording results for called_by_top
@@ -54,3 +54,37 @@ tests/slicing/bts345.c:10:[value] warning: signed overflow. assert x+1 ≤ 21474
 [slicing] applying 0 actions...
 [sparecode] remove unused global declarations from project 'Slicing export tmp'
 [sparecode] removed unused global declarations in new project 'Slicing export'
+/* Generated by Frama-C */
+int called_indirectly_by_top(int x)
+{
+  x ++;
+  return x;
+}
+
+int called_by_top(int x)
+{
+  int z;
+  x ++;
+  z = called_indirectly_by_top(x);
+  return z;
+}
+
+int top(int x , ...)
+{
+  int z;
+  x ++;
+  z = called_by_top(x);
+  return z;
+}
+
+void call_top(int y)
+{
+  int z;
+  y ++;
+  z = top(y);
+  return;
+}
+
+
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_4_bts345.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts679.res.oracle b/tests/slicing/oracle/bts679.res.oracle
index 23a4ff91240..3cf1ffd6dc8 100644
--- a/tests/slicing/oracle/bts679.res.oracle
+++ b/tests/slicing/oracle/bts679.res.oracle
@@ -39,3 +39,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts679.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts679b.res.oracle b/tests/slicing/oracle/bts679b.res.oracle
index 65b19e8ead6..6c7fd9484a1 100644
--- a/tests/slicing/oracle/bts679b.res.oracle
+++ b/tests/slicing/oracle/bts679b.res.oracle
@@ -37,3 +37,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts679b.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts709.res.oracle b/tests/slicing/oracle/bts709.res.oracle
index 93b72e236e5..ef824f12242 100644
--- a/tests/slicing/oracle/bts709.res.oracle
+++ b/tests/slicing/oracle/bts709.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts709.c (with preprocessing)
-tests/slicing/bts709.c:36:[kernel] warning: Calling undeclared function assert. Old style K&R code?
+[kernel] Parsing tests/slicing/bts709.i (no preprocessing)
+tests/slicing/bts709.i:36:[kernel] warning: Calling undeclared function assert. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -9,41 +9,41 @@ tests/slicing/bts709.c:36:[kernel] warning: Calling undeclared function assert.
   inp1 IN {0}
   var1 IN {0}
   var2 IN {0}
-tests/slicing/bts709.c:44:[value] entering loop for the first time
+tests/slicing/bts709.i:44:[value] entering loop for the first time
 [value] computing for function inputsOf_testcase_func <- main.
-        Called from tests/slicing/bts709.c:45.
+        Called from tests/slicing/bts709.i:45.
 [value] computing for function nondet_int <- inputsOf_testcase_func <- main.
-        Called from tests/slicing/bts709.c:53.
-tests/slicing/bts709.c:53:[kernel] warning: Neither code nor specification for function nondet_int, generating default assigns from the prototype
+        Called from tests/slicing/bts709.i:53.
+tests/slicing/bts709.i:53:[kernel] warning: Neither code nor specification for function nondet_int, generating default assigns from the prototype
 [value] using specification for function nondet_int
 [value] Done for function nondet_int
 [value] computing for function nondet_int <- inputsOf_testcase_func <- main.
-        Called from tests/slicing/bts709.c:54.
+        Called from tests/slicing/bts709.i:54.
 [value] Done for function nondet_int
 [value] computing for function nondet_int <- inputsOf_testcase_func <- main.
-        Called from tests/slicing/bts709.c:55.
+        Called from tests/slicing/bts709.i:55.
 [value] Done for function nondet_int
 [value] Recording results for inputsOf_testcase_func
 [value] Done for function inputsOf_testcase_func
 [value] computing for function func <- main.
-        Called from tests/slicing/bts709.c:46.
+        Called from tests/slicing/bts709.i:46.
 [value] computing for function assert <- func <- main.
-        Called from tests/slicing/bts709.c:36.
-tests/slicing/bts709.c:36:[kernel] warning: Neither code nor specification for function assert, generating default assigns from the prototype
+        Called from tests/slicing/bts709.i:36.
+tests/slicing/bts709.i:36:[kernel] warning: Neither code nor specification for function assert, generating default assigns from the prototype
 [value] using specification for function assert
 [value] Done for function assert
 [value] Recording results for func
 [value] Done for function func
 [value] computing for function inputsOf_testcase_func <- main.
-        Called from tests/slicing/bts709.c:45.
+        Called from tests/slicing/bts709.i:45.
 [value] computing for function nondet_int <- inputsOf_testcase_func <- main.
-        Called from tests/slicing/bts709.c:53.
+        Called from tests/slicing/bts709.i:53.
 [value] Done for function nondet_int
 [value] computing for function nondet_int <- inputsOf_testcase_func <- main.
-        Called from tests/slicing/bts709.c:54.
+        Called from tests/slicing/bts709.i:54.
 [value] Done for function nondet_int
 [value] computing for function nondet_int <- inputsOf_testcase_func <- main.
-        Called from tests/slicing/bts709.c:55.
+        Called from tests/slicing/bts709.i:55.
 [value] Done for function nondet_int
 [value] Recording results for inputsOf_testcase_func
 [value] Done for function inputsOf_testcase_func
@@ -127,3 +127,5 @@ void inputsOf_testcase_func_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts709.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts808.res.oracle b/tests/slicing/oracle/bts808.res.oracle
index 693840ae528..24bcf3fe44b 100644
--- a/tests/slicing/oracle/bts808.res.oracle
+++ b/tests/slicing/oracle/bts808.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts808.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts808.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,11 +7,11 @@
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function f0 <- main.
-        Called from tests/slicing/bts808.c:21.
+        Called from tests/slicing/bts808.i:21.
 [value] Recording results for f0
 [value] Done for function f0
 [value] computing for function f1 <- main.
-        Called from tests/slicing/bts808.c:21.
+        Called from tests/slicing/bts808.i:21.
 [value] Recording results for f1
 [value] Done for function f1
 [value] Recording results for main
@@ -75,3 +75,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts808.i (no preprocessing)
diff --git a/tests/slicing/oracle/bts827.res.oracle b/tests/slicing/oracle/bts827.res.oracle
index 8beb44cb45b..c10d5ed3f77 100644
--- a/tests/slicing/oracle/bts827.res.oracle
+++ b/tests/slicing/oracle/bts827.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/bts827.c (with preprocessing)
+[kernel] Parsing tests/slicing/bts827.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,7 +7,7 @@
 [value:initial-state] Values of globals at initialization
   G ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/slicing/bts827.c:16.
+        Called from tests/slicing/bts827.i:16.
 [value] Recording results for f
 [value] Done for function f
 [value] Recording results for main
@@ -51,3 +51,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_bts827.i (no preprocessing)
diff --git a/tests/slicing/oracle/call_accuracy.res.oracle b/tests/slicing/oracle/call_accuracy.res.oracle
index 93bd14ad6b4..2dd3007d708 100644
--- a/tests/slicing/oracle/call_accuracy.res.oracle
+++ b/tests/slicing/oracle/call_accuracy.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/call_accuracy.c (with preprocessing)
+[kernel] Parsing tests/slicing/call_accuracy.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -9,29 +9,29 @@
   S3 ∈ {0}
   S4 ∈ {0}
 [value] computing for function test_struct <- main.
-        Called from tests/slicing/call_accuracy.c:62.
+        Called from tests/slicing/call_accuracy.i:62.
 [value] Recording results for test_struct
 [from] Computing for function test_struct
 [from] Done for function test_struct
 [value] Done for function test_struct
 [value] computing for function test_cond <- main.
-        Called from tests/slicing/call_accuracy.c:63.
-tests/slicing/call_accuracy.c:11:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
-tests/slicing/call_accuracy.c:12:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
-tests/slicing/call_accuracy.c:13:[value] warning: signed overflow. assert z+1 ≤ 2147483647;
+        Called from tests/slicing/call_accuracy.i:63.
+tests/slicing/call_accuracy.i:11:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+tests/slicing/call_accuracy.i:12:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
+tests/slicing/call_accuracy.i:13:[value] warning: signed overflow. assert z+1 ≤ 2147483647;
 [value] computing for function f_cond <- test_cond <- main.
-        Called from tests/slicing/call_accuracy.c:14.
-tests/slicing/call_accuracy.c:5:[value] warning: signed overflow. assert a+1 ≤ 2147483647;
-tests/slicing/call_accuracy.c:6:[value] warning: signed overflow. assert b+1 ≤ 2147483647;
+        Called from tests/slicing/call_accuracy.i:14.
+tests/slicing/call_accuracy.i:5:[value] warning: signed overflow. assert a+1 ≤ 2147483647;
+tests/slicing/call_accuracy.i:6:[value] warning: signed overflow. assert b+1 ≤ 2147483647;
 [value] Recording results for f_cond
 [from] Computing for function f_cond
 [from] Done for function f_cond
 [value] Done for function f_cond
-tests/slicing/call_accuracy.c:15:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
-tests/slicing/call_accuracy.c:16:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
-tests/slicing/call_accuracy.c:17:[value] warning: signed overflow. assert z+1 ≤ 2147483647;
+tests/slicing/call_accuracy.i:15:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
+tests/slicing/call_accuracy.i:16:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+tests/slicing/call_accuracy.i:17:[value] warning: signed overflow. assert z+1 ≤ 2147483647;
 [value] computing for function f_cond <- test_cond <- main.
-        Called from tests/slicing/call_accuracy.c:18.
+        Called from tests/slicing/call_accuracy.i:18.
 [value] Recording results for f_cond
 [from] Computing for function f_cond
 [from] Done for function f_cond
@@ -41,158 +41,158 @@ tests/slicing/call_accuracy.c:17:[value] warning: signed overflow. assert z+1 
 [from] Done for function test_cond
 [value] Done for function test_cond
 [value] computing for function test_set <- main.
-        Called from tests/slicing/call_accuracy.c:64.
+        Called from tests/slicing/call_accuracy.i:64.
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:32.
+        Called from tests/slicing/call_accuracy.i:32.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:33.
+        Called from tests/slicing/call_accuracy.i:33.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:34.
+        Called from tests/slicing/call_accuracy.i:34.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:35.
+        Called from tests/slicing/call_accuracy.i:35.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:36.
+        Called from tests/slicing/call_accuracy.i:36.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:37.
+        Called from tests/slicing/call_accuracy.i:37.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:38.
+        Called from tests/slicing/call_accuracy.i:38.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:39.
+        Called from tests/slicing/call_accuracy.i:39.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:40.
+        Called from tests/slicing/call_accuracy.i:40.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:41.
+        Called from tests/slicing/call_accuracy.i:41.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:42.
+        Called from tests/slicing/call_accuracy.i:42.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:43.
+        Called from tests/slicing/call_accuracy.i:43.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:44.
+        Called from tests/slicing/call_accuracy.i:44.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
 [value] computing for function f_set <- test_set <- main.
-        Called from tests/slicing/call_accuracy.c:45.
+        Called from tests/slicing/call_accuracy.i:45.
 [value] Recording results for f_set
 [from] Computing for function f_set
 [from] Done for function f_set
 [value] Done for function f_set
-tests/slicing/call_accuracy.c:49:[value] warning: signed overflow. assert -2147483648 ≤ b+s1.b;
-tests/slicing/call_accuracy.c:49:[value] warning: signed overflow. assert b+s1.b ≤ 2147483647;
-tests/slicing/call_accuracy.c:49:[value] warning: signed overflow. assert (int)(b+s1.b)+s3.b ≤ 2147483647;
-tests/slicing/call_accuracy.c:49:[value] warning: signed overflow. assert -2147483648 ≤ (int)((int)(b+s1.b)+s3.b)+tab[1];
-tests/slicing/call_accuracy.c:49:[value] warning: signed overflow. assert (int)((int)(b+s1.b)+s3.b)+tab[1] ≤ 2147483647;
-tests/slicing/call_accuracy.c:49:[value] warning: signed overflow.
+tests/slicing/call_accuracy.i:49:[value] warning: signed overflow. assert -2147483648 ≤ b+s1.b;
+tests/slicing/call_accuracy.i:49:[value] warning: signed overflow. assert b+s1.b ≤ 2147483647;
+tests/slicing/call_accuracy.i:49:[value] warning: signed overflow. assert (int)(b+s1.b)+s3.b ≤ 2147483647;
+tests/slicing/call_accuracy.i:49:[value] warning: signed overflow. assert -2147483648 ≤ (int)((int)(b+s1.b)+s3.b)+tab[1];
+tests/slicing/call_accuracy.i:49:[value] warning: signed overflow. assert (int)((int)(b+s1.b)+s3.b)+tab[1] ≤ 2147483647;
+tests/slicing/call_accuracy.i:49:[value] warning: signed overflow.
                  assert -2147483648 ≤ (int)((int)((int)(b+s1.b)+s3.b)+tab[1])+S1.b;
-tests/slicing/call_accuracy.c:49:[value] warning: signed overflow.
+tests/slicing/call_accuracy.i:49:[value] warning: signed overflow.
                  assert (int)((int)((int)(b+s1.b)+s3.b)+tab[1])+S1.b ≤ 2147483647;
-tests/slicing/call_accuracy.c:49:[value] warning: signed overflow.
+tests/slicing/call_accuracy.i:49:[value] warning: signed overflow.
                  assert
                  -2147483648 ≤ (int)((int)((int)((int)(b+s1.b)+s3.b)+tab[1])+S1.b)+S2.b;
-tests/slicing/call_accuracy.c:49:[value] warning: signed overflow.
+tests/slicing/call_accuracy.i:49:[value] warning: signed overflow.
                  assert
                  (int)((int)((int)((int)(b+s1.b)+s3.b)+tab[1])+S1.b)+S2.b ≤ 2147483647;
 [value] Recording results for test_set
 [from] Computing for function test_set
 [from] Done for function test_set
 [value] Done for function test_set
-tests/slicing/call_accuracy.c:65:[value] warning: signed overflow. assert r1+r2 ≤ 2147483647;
-tests/slicing/call_accuracy.c:65:[value] warning: signed overflow. assert -2147483648 ≤ (int)(r1+r2)+r3;
-tests/slicing/call_accuracy.c:65:[value] warning: signed overflow. assert (int)(r1+r2)+r3 ≤ 2147483647;
-tests/slicing/call_accuracy.c:65:[value] warning: signed overflow. assert (int)((int)(r1+r2)+r3)+S3.b ≤ 2147483647;
+tests/slicing/call_accuracy.i:65:[value] warning: signed overflow. assert r1+r2 ≤ 2147483647;
+tests/slicing/call_accuracy.i:65:[value] warning: signed overflow. assert -2147483648 ≤ (int)(r1+r2)+r3;
+tests/slicing/call_accuracy.i:65:[value] warning: signed overflow. assert (int)(r1+r2)+r3 ≤ 2147483647;
+tests/slicing/call_accuracy.i:65:[value] warning: signed overflow. assert (int)((int)(r1+r2)+r3)+S3.b ≤ 2147483647;
 [value] Recording results for main
 [from] Computing for function main
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to f_cond at tests/slicing/call_accuracy.c:14 (by test_cond):
+[from] call to f_cond at tests/slicing/call_accuracy.i:14 (by test_cond):
   \result FROM c; a
-[from] call to f_cond at tests/slicing/call_accuracy.c:18 (by test_cond):
+[from] call to f_cond at tests/slicing/call_accuracy.i:18 (by test_cond):
   \result FROM c; b
-[from] call to f_set at tests/slicing/call_accuracy.c:32 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:32 (by test_set):
   a FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:33 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:33 (by test_set):
   b FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:34 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:34 (by test_set):
   s1.a FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:35 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:35 (by test_set):
   s1.b FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:36 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:36 (by test_set):
   s2.a FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:37 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:37 (by test_set):
   s2.b FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:38 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:38 (by test_set):
   s3.a FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:39 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:39 (by test_set):
   tab[0] FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:40 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:40 (by test_set):
   tab[1] FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:41 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:41 (by test_set):
   tab[2] FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:42 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:42 (by test_set):
   S1.a FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:43 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:43 (by test_set):
   S1.b FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:44 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:44 (by test_set):
   S2.a FROM p; v
-[from] call to f_set at tests/slicing/call_accuracy.c:45 (by test_set):
+[from] call to f_set at tests/slicing/call_accuracy.i:45 (by test_set):
   S2.b FROM p; v
-[from] call to test_struct at tests/slicing/call_accuracy.c:62 (by main):
+[from] call to test_struct at tests/slicing/call_accuracy.i:62 (by main):
   S1 FROM \nothing
   S2 FROM \nothing
   \result FROM \nothing
-[from] call to test_cond at tests/slicing/call_accuracy.c:63 (by main):
+[from] call to test_cond at tests/slicing/call_accuracy.i:63 (by main):
   \result FROM x
-[from] call to test_set at tests/slicing/call_accuracy.c:64 (by main):
+[from] call to test_set at tests/slicing/call_accuracy.i:64 (by main):
   S1.a FROM x
     .b FROM y
   S2.a FROM x
@@ -312,3 +312,5 @@ int main(int x, int y, int z)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_call_accuracy.i (no preprocessing)
diff --git a/tests/slicing/oracle/call_demo.0.res.oracle b/tests/slicing/oracle/call_demo.0.res.oracle
index 9aa34e6902e..b2540b6cf62 100644
--- a/tests/slicing/oracle/call_demo.0.res.oracle
+++ b/tests/slicing/oracle/call_demo.0.res.oracle
@@ -1,40 +1,40 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/call_demo.c (with preprocessing)
+[kernel] Parsing tests/slicing/call_demo.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/call_demo.c:22:[value] entering loop for the first time
+tests/slicing/call_demo.i:22:[value] entering loop for the first time
 [value] computing for function oper <- main.
-        Called from tests/slicing/call_demo.c:23.
+        Called from tests/slicing/call_demo.i:23.
 [value] Recording results for oper
 [value] Done for function oper
 [value] computing for function oper <- main.
-        Called from tests/slicing/call_demo.c:23.
+        Called from tests/slicing/call_demo.i:23.
 [value] Recording results for oper
 [value] Done for function oper
 [value] computing for function oper <- main.
-        Called from tests/slicing/call_demo.c:23.
+        Called from tests/slicing/call_demo.i:23.
 [value] Recording results for oper
 [value] Done for function oper
 [value] computing for function oper <- main.
-        Called from tests/slicing/call_demo.c:23.
-tests/slicing/call_demo.c:13:[value] warning: signed overflow. assert *s+i ≤ 2147483647;
-tests/slicing/call_demo.c:14:[value] warning: signed overflow. assert *p*i ≤ 2147483647;
+        Called from tests/slicing/call_demo.i:23.
+tests/slicing/call_demo.i:13:[value] warning: signed overflow. assert *s+i ≤ 2147483647;
+tests/slicing/call_demo.i:14:[value] warning: signed overflow. assert *p*i ≤ 2147483647;
 [value] Recording results for oper
 [value] Done for function oper
 [value] computing for function oper <- main.
-        Called from tests/slicing/call_demo.c:23.
+        Called from tests/slicing/call_demo.i:23.
 [value] Recording results for oper
 [value] Done for function oper
 [value] computing for function call1 <- main.
-        Called from tests/slicing/call_demo.c:25.
+        Called from tests/slicing/call_demo.i:25.
 [value] using specification for function call1
 [value] Done for function call1
 [value] computing for function call2 <- main.
-        Called from tests/slicing/call_demo.c:26.
+        Called from tests/slicing/call_demo.i:26.
 [value] using specification for function call2
 [value] Done for function call2
 [value] Recording results for main
@@ -85,3 +85,5 @@ void main(int n)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_call_demo.i (no preprocessing)
diff --git a/tests/slicing/oracle/call_demo.1.res.oracle b/tests/slicing/oracle/call_demo.1.res.oracle
index 7b77a08637f..9bf80f11f72 100644
--- a/tests/slicing/oracle/call_demo.1.res.oracle
+++ b/tests/slicing/oracle/call_demo.1.res.oracle
@@ -1,40 +1,40 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/call_demo.c (with preprocessing)
+[kernel] Parsing tests/slicing/call_demo.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/call_demo.c:22:[value] entering loop for the first time
+tests/slicing/call_demo.i:22:[value] entering loop for the first time
 [value] computing for function oper <- main.
-        Called from tests/slicing/call_demo.c:23.
+        Called from tests/slicing/call_demo.i:23.
 [value] Recording results for oper
 [value] Done for function oper
 [value] computing for function oper <- main.
-        Called from tests/slicing/call_demo.c:23.
+        Called from tests/slicing/call_demo.i:23.
 [value] Recording results for oper
 [value] Done for function oper
 [value] computing for function oper <- main.
-        Called from tests/slicing/call_demo.c:23.
+        Called from tests/slicing/call_demo.i:23.
 [value] Recording results for oper
 [value] Done for function oper
 [value] computing for function oper <- main.
-        Called from tests/slicing/call_demo.c:23.
-tests/slicing/call_demo.c:13:[value] warning: signed overflow. assert *s+i ≤ 2147483647;
-tests/slicing/call_demo.c:14:[value] warning: signed overflow. assert *p*i ≤ 2147483647;
+        Called from tests/slicing/call_demo.i:23.
+tests/slicing/call_demo.i:13:[value] warning: signed overflow. assert *s+i ≤ 2147483647;
+tests/slicing/call_demo.i:14:[value] warning: signed overflow. assert *p*i ≤ 2147483647;
 [value] Recording results for oper
 [value] Done for function oper
 [value] computing for function oper <- main.
-        Called from tests/slicing/call_demo.c:23.
+        Called from tests/slicing/call_demo.i:23.
 [value] Recording results for oper
 [value] Done for function oper
 [value] computing for function call1 <- main.
-        Called from tests/slicing/call_demo.c:25.
+        Called from tests/slicing/call_demo.i:25.
 [value] using specification for function call1
 [value] Done for function call1
 [value] computing for function call2 <- main.
-        Called from tests/slicing/call_demo.c:26.
+        Called from tests/slicing/call_demo.i:26.
 [value] using specification for function call2
 [value] Done for function call2
 [value] Recording results for main
@@ -85,3 +85,5 @@ void main(int n)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_call_demo.i (no preprocessing)
diff --git a/tests/slicing/oracle/callwise.res.oracle b/tests/slicing/oracle/callwise.res.oracle
index f8422009b61..a83d4e572cb 100644
--- a/tests/slicing/oracle/callwise.res.oracle
+++ b/tests/slicing/oracle/callwise.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/callwise.c (with preprocessing)
+[kernel] Parsing tests/slicing/callwise.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,88 +10,88 @@
   d ∈ {1}
   p ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/slicing/callwise.c:39.
+        Called from tests/slicing/callwise.i:39.
 [value] Recording results for f
 [from] Computing for function f
 [from] Done for function f
 [value] Done for function f
 [value] computing for function f <- main.
-        Called from tests/slicing/callwise.c:40.
+        Called from tests/slicing/callwise.i:40.
 [value] Recording results for f
 [from] Computing for function f
 [from] Done for function f
 [value] Done for function f
 [value] computing for function choose <- main.
-        Called from tests/slicing/callwise.c:42.
+        Called from tests/slicing/callwise.i:42.
 [value] Recording results for choose
 [from] Computing for function choose
 [from] Done for function choose
 [value] Done for function choose
 [value] computing for function choose <- main.
-        Called from tests/slicing/callwise.c:43.
+        Called from tests/slicing/callwise.i:43.
 [value] Recording results for choose
 [from] Computing for function choose
 [from] Done for function choose
 [value] Done for function choose
 [value] computing for function fs163_main <- main.
-        Called from tests/slicing/callwise.c:45.
+        Called from tests/slicing/callwise.i:45.
 [value] computing for function fs163_f <- fs163_main <- main.
-        Called from tests/slicing/callwise.c:24.
+        Called from tests/slicing/callwise.i:24.
 [value] Recording results for fs163_f
 [from] Computing for function fs163_f
 [from] Done for function fs163_f
 [value] Done for function fs163_f
 [value] computing for function fs163_f <- fs163_main <- main.
-        Called from tests/slicing/callwise.c:25.
+        Called from tests/slicing/callwise.i:25.
 [value] Recording results for fs163_f
 [from] Computing for function fs163_f
 [from] Done for function fs163_f
 [value] Done for function fs163_f
 [value] computing for function fs163_f <- fs163_main <- main.
-        Called from tests/slicing/callwise.c:26.
+        Called from tests/slicing/callwise.i:26.
 [value] Recording results for fs163_f
 [from] Computing for function fs163_f
 [from] Done for function fs163_f
 [value] Done for function fs163_f
 [value] computing for function fs163_f <- fs163_main <- main.
-        Called from tests/slicing/callwise.c:27.
+        Called from tests/slicing/callwise.i:27.
 [value] Recording results for fs163_f
 [from] Computing for function fs163_f
 [from] Done for function fs163_f
 [value] Done for function fs163_f
 [value] computing for function fs163_f <- fs163_main <- main.
-        Called from tests/slicing/callwise.c:28.
+        Called from tests/slicing/callwise.i:28.
 [value] Recording results for fs163_f
 [from] Computing for function fs163_f
 [from] Done for function fs163_f
 [value] Done for function fs163_f
-tests/slicing/callwise.c:29:[value] entering loop for the first time
+tests/slicing/callwise.i:29:[value] entering loop for the first time
 [value] computing for function fs163_f <- fs163_main <- main.
-        Called from tests/slicing/callwise.c:30.
+        Called from tests/slicing/callwise.i:30.
 [value] Recording results for fs163_f
 [from] Computing for function fs163_f
 [from] Done for function fs163_f
 [value] Done for function fs163_f
 [value] computing for function fs163_f <- fs163_main <- main.
-        Called from tests/slicing/callwise.c:30.
+        Called from tests/slicing/callwise.i:30.
 [value] Recording results for fs163_f
 [from] Computing for function fs163_f
 [from] Done for function fs163_f
 [value] Done for function fs163_f
 [value] computing for function fs163_f <- fs163_main <- main.
-        Called from tests/slicing/callwise.c:30.
+        Called from tests/slicing/callwise.i:30.
 [value] Recording results for fs163_f
 [from] Computing for function fs163_f
 [from] Done for function fs163_f
 [value] Done for function fs163_f
 [value] computing for function fs163_f <- fs163_main <- main.
-        Called from tests/slicing/callwise.c:30.
+        Called from tests/slicing/callwise.i:30.
 [value] Recording results for fs163_f
 [from] Computing for function fs163_f
 [from] Done for function fs163_f
 [value] Done for function fs163_f
 [value] computing for function fs163_f <- fs163_main <- main.
-        Called from tests/slicing/callwise.c:30.
+        Called from tests/slicing/callwise.i:30.
 [value] Recording results for fs163_f
 [from] Computing for function fs163_f
 [from] Done for function fs163_f
@@ -100,7 +100,7 @@ tests/slicing/callwise.c:29:[value] entering loop for the first time
 [from] Computing for function fs163_main
 [from] Done for function fs163_main
 [value] Done for function fs163_main
-tests/slicing/callwise.c:45:[value] warning: accessing uninitialized left-value.
+tests/slicing/callwise.i:45:[value] warning: accessing uninitialized left-value.
                  assert \initialized(&tmp_0);
                  (tmp_0 from fs163_main(10))
 [value] Recording results for main
@@ -108,27 +108,27 @@ tests/slicing/callwise.c:45:[value] warning: accessing uninitialized left-value.
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to fs163_f at tests/slicing/callwise.c:24 (by fs163_main):
+[from] call to fs163_f at tests/slicing/callwise.i:24 (by fs163_main):
   A FROM p_0; n
-[from] call to fs163_f at tests/slicing/callwise.c:25 (by fs163_main):
+[from] call to fs163_f at tests/slicing/callwise.i:25 (by fs163_main):
   B FROM p_0; n
-[from] call to fs163_f at tests/slicing/callwise.c:26 (by fs163_main):
+[from] call to fs163_f at tests/slicing/callwise.i:26 (by fs163_main):
   C FROM p_0; n
-[from] call to fs163_f at tests/slicing/callwise.c:27 (by fs163_main):
+[from] call to fs163_f at tests/slicing/callwise.i:27 (by fs163_main):
   T[0] FROM p_0; n
-[from] call to fs163_f at tests/slicing/callwise.c:28 (by fs163_main):
+[from] call to fs163_f at tests/slicing/callwise.i:28 (by fs163_main):
   T[1] FROM p_0; n
-[from] call to fs163_f at tests/slicing/callwise.c:30 (by fs163_main):
+[from] call to fs163_f at tests/slicing/callwise.i:30 (by fs163_main):
   T[0..4] FROM p_0; n (and SELF)
-[from] call to f at tests/slicing/callwise.c:39 (by main):
+[from] call to f at tests/slicing/callwise.i:39 (by main):
   a FROM a; b; p_0; q
-[from] call to f at tests/slicing/callwise.c:40 (by main):
+[from] call to f at tests/slicing/callwise.i:40 (by main):
   c FROM c; d; p_0; q
-[from] call to choose at tests/slicing/callwise.c:42 (by main):
+[from] call to choose at tests/slicing/callwise.i:42 (by main):
   \result FROM cond; y
-[from] call to choose at tests/slicing/callwise.c:43 (by main):
+[from] call to choose at tests/slicing/callwise.i:43 (by main):
   \result FROM cond; x
-[from] call to fs163_main at tests/slicing/callwise.c:45 (by main):
+[from] call to fs163_main at tests/slicing/callwise.i:45 (by main):
   \result FROM \nothing
 [from] entry point:
   a FROM a; b
@@ -218,3 +218,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_callwise.i (no preprocessing)
diff --git a/tests/slicing/oracle/combine.res.oracle b/tests/slicing/oracle/combine.res.oracle
index 7c458cfa20e..13ec2e52658 100644
--- a/tests/slicing/oracle/combine.res.oracle
+++ b/tests/slicing/oracle/combine.res.oracle
@@ -1,22 +1,22 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/combine.c (with preprocessing)
+[kernel] Parsing tests/slicing/combine.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function f <- main.
-        Called from tests/slicing/combine.c:24.
+        Called from tests/slicing/combine.i:24.
 [value] computing for function g <- f <- main.
-        Called from tests/slicing/combine.c:17.
+        Called from tests/slicing/combine.i:17.
 [value] using specification for function g
 [value] Done for function g
 [value] Recording results for f
 [value] Done for function f
 [value] computing for function f <- main.
-        Called from tests/slicing/combine.c:26.
+        Called from tests/slicing/combine.i:26.
 [value] computing for function g <- f <- main.
-        Called from tests/slicing/combine.c:17.
+        Called from tests/slicing/combine.i:17.
 [value] Done for function g
 [value] Recording results for f
 [value] Done for function f
@@ -124,18 +124,18 @@ int main(int x)
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function f <- main.
-        Called from tests/slicing/combine.c:24.
+        Called from tests/slicing/combine.i:24.
 [value] computing for function g <- f <- main.
-        Called from tests/slicing/combine.c:17.
-tests/slicing/combine.c:17:[kernel] warning: Neither code nor specification for function g, generating default assigns from the prototype
+        Called from tests/slicing/combine.i:17.
+tests/slicing/combine.i:17:[kernel] warning: Neither code nor specification for function g, generating default assigns from the prototype
 [value] using specification for function g
 [value] Done for function g
 [value] Recording results for f
 [value] Done for function f
 [value] computing for function f_s_2 <- main.
-        Called from tests/slicing/combine.c:26.
+        Called from tests/slicing/combine.i:26.
 [value] computing for function g <- f_s_2 <- main.
-        Called from tests/slicing/combine.c:17.
+        Called from tests/slicing/combine.i:17.
 [value] Done for function g
 [value] Recording results for f_s_2
 [value] Done for function f_s_2
@@ -186,17 +186,17 @@ int main(int x)
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function f <- main.
-        Called from tests/slicing/combine.c:24.
+        Called from tests/slicing/combine.i:24.
 [value] computing for function g <- f <- main.
-        Called from tests/slicing/combine.c:17.
+        Called from tests/slicing/combine.i:17.
 [value] using specification for function g
 [value] Done for function g
 [value] Recording results for f
 [value] Done for function f
 [value] computing for function f_s_2 <- main.
-        Called from tests/slicing/combine.c:26.
+        Called from tests/slicing/combine.i:26.
 [value] computing for function g <- f_s_2 <- main.
-        Called from tests/slicing/combine.c:17.
+        Called from tests/slicing/combine.i:17.
 [value] Done for function g
 [value] Recording results for f_s_2
 [value] Done for function f_s_2
diff --git a/tests/slicing/oracle/csmith.0.res.oracle b/tests/slicing/oracle/csmith.0.res.oracle
index 03528daad95..f733e975b48 100644
--- a/tests/slicing/oracle/csmith.0.res.oracle
+++ b/tests/slicing/oracle/csmith.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/csmith.c (with preprocessing)
+[kernel] Parsing tests/slicing/csmith.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -9,82 +9,82 @@
   G1b ∈ {0}
   G2 ∈ {0}
 [value] computing for function f1 <- main.
-        Called from tests/slicing/csmith.c:234.
-tests/slicing/csmith.c:15:[value] entering loop for the first time
+        Called from tests/slicing/csmith.i:234.
+tests/slicing/csmith.i:15:[value] entering loop for the first time
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f1b <- main.
-        Called from tests/slicing/csmith.c:235.
+        Called from tests/slicing/csmith.i:235.
 [value] Recording results for f1b
 [value] Done for function f1b
 [value] computing for function f2 <- main.
-        Called from tests/slicing/csmith.c:236.
-tests/slicing/csmith.c:36:[value] entering loop for the first time
+        Called from tests/slicing/csmith.i:236.
+tests/slicing/csmith.i:36:[value] entering loop for the first time
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function bts181 <- main.
-        Called from tests/slicing/csmith.c:237.
+        Called from tests/slicing/csmith.i:237.
 [value] Recording results for bts181
 [value] Done for function bts181
 [value] computing for function bts181b <- main.
-        Called from tests/slicing/csmith.c:238.
+        Called from tests/slicing/csmith.i:238.
 [value] Recording results for bts181b
 [value] Done for function bts181b
 [value] computing for function bts807 <- main.
-        Called from tests/slicing/csmith.c:239.
-tests/slicing/csmith.c:68:[value] entering loop for the first time
+        Called from tests/slicing/csmith.i:239.
+tests/slicing/csmith.i:68:[value] entering loop for the first time
 [value] Recording results for bts807
 [value] Done for function bts807
 [value] computing for function bts809 <- main.
-        Called from tests/slicing/csmith.c:240.
-tests/slicing/csmith.c:78:[value] entering loop for the first time
+        Called from tests/slicing/csmith.i:240.
+tests/slicing/csmith.i:78:[value] entering loop for the first time
 [value] Recording results for bts809
 [value] Done for function bts809
 [value] computing for function bts879 <- main.
-        Called from tests/slicing/csmith.c:241.
+        Called from tests/slicing/csmith.i:241.
 [value] Recording results for bts879
 [value] Done for function bts879
 [value] computing for function bts879b <- main.
-        Called from tests/slicing/csmith.c:242.
+        Called from tests/slicing/csmith.i:242.
 [value] Recording results for bts879b
 [value] Done for function bts879b
 [value] computing for function bts899 <- main.
-        Called from tests/slicing/csmith.c:243.
-tests/slicing/csmith.c:135:[value] entering loop for the first time
-tests/slicing/csmith.c:141:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+        Called from tests/slicing/csmith.i:243.
+tests/slicing/csmith.i:135:[value] entering loop for the first time
+tests/slicing/csmith.i:141:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
 [value] Recording results for bts899
 [value] Done for function bts899
-tests/slicing/csmith.c:243:[value] warning: signed overflow. assert x+tmp_5 ≤ 2147483647;
+tests/slicing/csmith.i:243:[value] warning: signed overflow. assert x+tmp_5 ≤ 2147483647;
                                   (tmp_5 from bts899())
 [value] computing for function bts906 <- main.
-        Called from tests/slicing/csmith.c:244.
-tests/slicing/csmith.c:149:[value] entering loop for the first time
-tests/slicing/csmith.c:150:[value] entering loop for the first time
+        Called from tests/slicing/csmith.i:244.
+tests/slicing/csmith.i:149:[value] entering loop for the first time
+tests/slicing/csmith.i:150:[value] entering loop for the first time
 [value] Recording results for bts906
 [value] Done for function bts906
-tests/slicing/csmith.c:244:[value] warning: signed overflow. assert x+tmp_6 ≤ 2147483647;
+tests/slicing/csmith.i:244:[value] warning: signed overflow. assert x+tmp_6 ≤ 2147483647;
                                   (tmp_6 from bts906())
 [value] computing for function bts906b <- main.
-        Called from tests/slicing/csmith.c:245.
-tests/slicing/csmith.c:168:[value] entering loop for the first time
-tests/slicing/csmith.c:169:[value] entering loop for the first time
+        Called from tests/slicing/csmith.i:245.
+tests/slicing/csmith.i:168:[value] entering loop for the first time
+tests/slicing/csmith.i:169:[value] entering loop for the first time
 [value] Recording results for bts906b
 [value] Done for function bts906b
-tests/slicing/csmith.c:245:[value] warning: signed overflow. assert x+tmp_7 ≤ 2147483647;
+tests/slicing/csmith.i:245:[value] warning: signed overflow. assert x+tmp_7 ≤ 2147483647;
                                   (tmp_7 from bts906b())
 [value] computing for function bts963 <- main.
-        Called from tests/slicing/csmith.c:247.
-tests/slicing/csmith.c:211:[value] entering loop for the first time
+        Called from tests/slicing/csmith.i:247.
+tests/slicing/csmith.i:211:[value] entering loop for the first time
 [value] Recording results for bts963
 [value] Done for function bts963
-tests/slicing/csmith.c:247:[value] warning: signed overflow. assert x+tmp_8 ≤ 2147483647;
+tests/slicing/csmith.i:247:[value] warning: signed overflow. assert x+tmp_8 ≤ 2147483647;
                                   (tmp_8 from bts963())
 [value] computing for function bts963b <- main.
-        Called from tests/slicing/csmith.c:248.
-tests/slicing/csmith.c:223:[value] entering loop for the first time
+        Called from tests/slicing/csmith.i:248.
+tests/slicing/csmith.i:223:[value] entering loop for the first time
 [value] Recording results for bts963b
 [value] Done for function bts963b
-tests/slicing/csmith.c:248:[value] warning: signed overflow. assert x+tmp_9 ≤ 2147483647;
+tests/slicing/csmith.i:248:[value] warning: signed overflow. assert x+tmp_9 ≤ 2147483647;
                                   (tmp_9 from bts963b())
 [value] Recording results for main
 [value] done for function main
@@ -411,3 +411,5 @@ int main(int n)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_csmith.i (no preprocessing)
diff --git a/tests/slicing/oracle/csmith.1.res.oracle b/tests/slicing/oracle/csmith.1.res.oracle
index c6c1e28f6d8..4551e20717f 100644
--- a/tests/slicing/oracle/csmith.1.res.oracle
+++ b/tests/slicing/oracle/csmith.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/csmith.c (with preprocessing)
+[kernel] Parsing tests/slicing/csmith.i (no preprocessing)
 [value] Analyzing a complete application starting at bts906b
 [value] Computing initial state
 [value] Initial state computed
@@ -7,8 +7,8 @@
   G1 ∈ {0}
   G1b ∈ {0}
   G2 ∈ {0}
-tests/slicing/csmith.c:168:[value] entering loop for the first time
-tests/slicing/csmith.c:169:[value] entering loop for the first time
+tests/slicing/csmith.i:168:[value] entering loop for the first time
+tests/slicing/csmith.i:169:[value] entering loop for the first time
 [value] Recording results for bts906b
 [value] done for function bts906b
 [pdg] computing for function bts906b
diff --git a/tests/slicing/oracle/csmith.2.res.oracle b/tests/slicing/oracle/csmith.2.res.oracle
index 28d9c586a85..5e69a131b05 100644
--- a/tests/slicing/oracle/csmith.2.res.oracle
+++ b/tests/slicing/oracle/csmith.2.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/csmith.c (with preprocessing)
+[kernel] Parsing tests/slicing/csmith.i (no preprocessing)
 [value] Analyzing a complete application starting at bts906c
 [value] Computing initial state
 [value] Initial state computed
@@ -7,8 +7,8 @@
   G1 ∈ {0}
   G1b ∈ {0}
   G2 ∈ {0}
-tests/slicing/csmith.c:189:[value] entering loop for the first time
-tests/slicing/csmith.c:190:[value] entering loop for the first time
+tests/slicing/csmith.i:189:[value] entering loop for the first time
+tests/slicing/csmith.i:190:[value] entering loop for the first time
 [value] Recording results for bts906c
 [value] done for function bts906c
 [pdg] computing for function bts906c
diff --git a/tests/slicing/oracle/ex_spec_interproc.res.oracle b/tests/slicing/oracle/ex_spec_interproc.res.oracle
index e22409b6793..8109ef068b3 100644
--- a/tests/slicing/oracle/ex_spec_interproc.res.oracle
+++ b/tests/slicing/oracle/ex_spec_interproc.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/ex_spec_interproc.c (with preprocessing)
+[kernel] Parsing tests/slicing/ex_spec_interproc.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -13,13 +13,13 @@
   L ∈ {0}
   M ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/slicing/ex_spec_interproc.c:35.
+        Called from tests/slicing/ex_spec_interproc.i:35.
 [value] computing for function g <- f <- main.
-        Called from tests/slicing/ex_spec_interproc.c:21.
+        Called from tests/slicing/ex_spec_interproc.i:21.
 [value] Recording results for g
 [value] Done for function g
 [value] computing for function g <- f <- main.
-        Called from tests/slicing/ex_spec_interproc.c:22.
+        Called from tests/slicing/ex_spec_interproc.i:22.
 [value] Recording results for g
 [value] Done for function g
 [value] Recording results for f
diff --git a/tests/slicing/oracle/filter.res.oracle b/tests/slicing/oracle/filter.res.oracle
index edf05c4cfa2..a08ef9f5d5f 100644
--- a/tests/slicing/oracle/filter.res.oracle
+++ b/tests/slicing/oracle/filter.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/filter.c (with preprocessing)
+[kernel] Parsing tests/slicing/filter.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,19 +7,19 @@
 [value:initial-state] Values of globals at initialization
   T[0..9] ∈ {0}
 [value] computing for function bts806 <- main.
-        Called from tests/slicing/filter.c:42.
+        Called from tests/slicing/filter.i:42.
 [value] Recording results for bts806
 [value] Done for function bts806
 [value] computing for function unspec <- main.
-        Called from tests/slicing/filter.c:43.
+        Called from tests/slicing/filter.i:43.
 [value] computing for function f <- unspec <- main.
-        Called from tests/slicing/filter.c:36.
-tests/slicing/filter.c:36:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+        Called from tests/slicing/filter.i:36.
+tests/slicing/filter.i:36:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
 [value] using specification for function f
 [value] Done for function f
 [value] Recording results for unspec
 [value] Done for function unspec
-tests/slicing/filter.c:43:[value] warning: signed overflow. assert r+tmp_0 ≤ 2147483647;
+tests/slicing/filter.i:43:[value] warning: signed overflow. assert r+tmp_0 ≤ 2147483647;
                                   (tmp_0 from unspec())
 [value] Recording results for main
 [value] done for function main
@@ -95,3 +95,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_filter.i (no preprocessing)
diff --git a/tests/slicing/oracle/forall_loop_invariant.res.oracle b/tests/slicing/oracle/forall_loop_invariant.res.oracle
index e0f8ef58816..124f10ba355 100644
--- a/tests/slicing/oracle/forall_loop_invariant.res.oracle
+++ b/tests/slicing/oracle/forall_loop_invariant.res.oracle
@@ -89,3 +89,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_forall_loop_invariant.i (no preprocessing)
diff --git a/tests/slicing/oracle/horwitz.res.oracle b/tests/slicing/oracle/horwitz.res.oracle
index ce32c058dc3..f02749fa056 100644
--- a/tests/slicing/oracle/horwitz.res.oracle
+++ b/tests/slicing/oracle/horwitz.res.oracle
@@ -1,21 +1,21 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/horwitz.c (with preprocessing)
+[kernel] Parsing tests/slicing/horwitz.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/horwitz.c:26:[value] entering loop for the first time
+tests/slicing/horwitz.i:26:[value] entering loop for the first time
 [value] computing for function A <- main.
-        Called from tests/slicing/horwitz.c:27.
+        Called from tests/slicing/horwitz.i:27.
 [value] computing for function add <- A <- main.
-        Called from tests/slicing/horwitz.c:18.
+        Called from tests/slicing/horwitz.i:18.
 [value] Recording results for add
 [value] Done for function add
 [value] computing for function incr <- A <- main.
-        Called from tests/slicing/horwitz.c:19.
+        Called from tests/slicing/horwitz.i:19.
 [value] computing for function add <- incr <- A <- main.
-        Called from tests/slicing/horwitz.c:15.
+        Called from tests/slicing/horwitz.i:15.
 [value] Recording results for add
 [value] Done for function add
 [value] Recording results for incr
@@ -23,15 +23,15 @@ tests/slicing/horwitz.c:26:[value] entering loop for the first time
 [value] Recording results for A
 [value] Done for function A
 [value] computing for function A <- main.
-        Called from tests/slicing/horwitz.c:27.
+        Called from tests/slicing/horwitz.i:27.
 [value] computing for function add <- A <- main.
-        Called from tests/slicing/horwitz.c:18.
+        Called from tests/slicing/horwitz.i:18.
 [value] Recording results for add
 [value] Done for function add
 [value] computing for function incr <- A <- main.
-        Called from tests/slicing/horwitz.c:19.
+        Called from tests/slicing/horwitz.i:19.
 [value] computing for function add <- incr <- A <- main.
-        Called from tests/slicing/horwitz.c:15.
+        Called from tests/slicing/horwitz.i:15.
 [value] Recording results for add
 [value] Done for function add
 [value] Recording results for incr
@@ -39,15 +39,15 @@ tests/slicing/horwitz.c:26:[value] entering loop for the first time
 [value] Recording results for A
 [value] Done for function A
 [value] computing for function A <- main.
-        Called from tests/slicing/horwitz.c:27.
+        Called from tests/slicing/horwitz.i:27.
 [value] computing for function add <- A <- main.
-        Called from tests/slicing/horwitz.c:18.
+        Called from tests/slicing/horwitz.i:18.
 [value] Recording results for add
 [value] Done for function add
 [value] computing for function incr <- A <- main.
-        Called from tests/slicing/horwitz.c:19.
+        Called from tests/slicing/horwitz.i:19.
 [value] computing for function add <- incr <- A <- main.
-        Called from tests/slicing/horwitz.c:15.
+        Called from tests/slicing/horwitz.i:15.
 [value] Recording results for add
 [value] Done for function add
 [value] Recording results for incr
@@ -55,15 +55,15 @@ tests/slicing/horwitz.c:26:[value] entering loop for the first time
 [value] Recording results for A
 [value] Done for function A
 [value] computing for function A <- main.
-        Called from tests/slicing/horwitz.c:27.
+        Called from tests/slicing/horwitz.i:27.
 [value] computing for function add <- A <- main.
-        Called from tests/slicing/horwitz.c:18.
+        Called from tests/slicing/horwitz.i:18.
 [value] Recording results for add
 [value] Done for function add
 [value] computing for function incr <- A <- main.
-        Called from tests/slicing/horwitz.c:19.
+        Called from tests/slicing/horwitz.i:19.
 [value] computing for function add <- incr <- A <- main.
-        Called from tests/slicing/horwitz.c:15.
+        Called from tests/slicing/horwitz.i:15.
 [value] Recording results for add
 [value] Done for function add
 [value] Recording results for incr
@@ -71,15 +71,15 @@ tests/slicing/horwitz.c:26:[value] entering loop for the first time
 [value] Recording results for A
 [value] Done for function A
 [value] computing for function A <- main.
-        Called from tests/slicing/horwitz.c:27.
+        Called from tests/slicing/horwitz.i:27.
 [value] computing for function add <- A <- main.
-        Called from tests/slicing/horwitz.c:18.
+        Called from tests/slicing/horwitz.i:18.
 [value] Recording results for add
 [value] Done for function add
 [value] computing for function incr <- A <- main.
-        Called from tests/slicing/horwitz.c:19.
+        Called from tests/slicing/horwitz.i:19.
 [value] computing for function add <- incr <- A <- main.
-        Called from tests/slicing/horwitz.c:15.
+        Called from tests/slicing/horwitz.i:15.
 [value] Recording results for add
 [value] Done for function add
 [value] Recording results for incr
@@ -87,16 +87,16 @@ tests/slicing/horwitz.c:26:[value] entering loop for the first time
 [value] Recording results for A
 [value] Done for function A
 [value] computing for function A <- main.
-        Called from tests/slicing/horwitz.c:27.
+        Called from tests/slicing/horwitz.i:27.
 [value] computing for function add <- A <- main.
-        Called from tests/slicing/horwitz.c:18.
-tests/slicing/horwitz.c:12:[value] warning: signed overflow. assert a+b ≤ 2147483647;
+        Called from tests/slicing/horwitz.i:18.
+tests/slicing/horwitz.i:12:[value] warning: signed overflow. assert a+b ≤ 2147483647;
 [value] Recording results for add
 [value] Done for function add
 [value] computing for function incr <- A <- main.
-        Called from tests/slicing/horwitz.c:19.
+        Called from tests/slicing/horwitz.i:19.
 [value] computing for function add <- incr <- A <- main.
-        Called from tests/slicing/horwitz.c:15.
+        Called from tests/slicing/horwitz.i:15.
 [value] Recording results for add
 [value] Done for function add
 [value] Recording results for incr
diff --git a/tests/slicing/oracle/if_many_values.res.oracle b/tests/slicing/oracle/if_many_values.res.oracle
index ff2dc0bb959..0395586066d 100644
--- a/tests/slicing/oracle/if_many_values.res.oracle
+++ b/tests/slicing/oracle/if_many_values.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/if_many_values.c (with preprocessing)
+[kernel] Parsing tests/slicing/if_many_values.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,8 +7,8 @@
 [value:initial-state] Values of globals at initialization
   r ∈ {1}
 [value] Semantic level unrolling superposing up to 100 states
-tests/slicing/if_many_values.c:8:[value] entering loop for the first time
-tests/slicing/if_many_values.c:11:[value] warning: signed overflow. assert r+1 ≤ 2147483647;
+tests/slicing/if_many_values.i:8:[value] entering loop for the first time
+tests/slicing/if_many_values.i:11:[value] warning: signed overflow. assert r+1 ≤ 2147483647;
 [value] Recording results for main
 [value] done for function main
 [slicing] making slicing project 'Slicing'...
@@ -41,3 +41,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_if_many_values.i (no preprocessing)
diff --git a/tests/slicing/oracle/initialized.res.oracle b/tests/slicing/oracle/initialized.res.oracle
index d6d2b00065b..47dfeb13a4f 100644
--- a/tests/slicing/oracle/initialized.res.oracle
+++ b/tests/slicing/oracle/initialized.res.oracle
@@ -1,12 +1,12 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/initialized.c (with preprocessing)
+[kernel] Parsing tests/slicing/initialized.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/initialized.c:12:[value] assertion got status valid.
+tests/slicing/initialized.i:12:[value] assertion got status valid.
 [value] Recording results for main
 [value] done for function main
 [slicing] making slicing project 'Slicing'...
@@ -33,3 +33,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_initialized.i (no preprocessing)
diff --git a/tests/slicing/oracle/keep_annot.0.res.oracle b/tests/slicing/oracle/keep_annot.0.res.oracle
index 78f93d99e4d..718e5764751 100644
--- a/tests/slicing/oracle/keep_annot.0.res.oracle
+++ b/tests/slicing/oracle/keep_annot.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/keep_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/keep_annot.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at f
 [value] Computing initial state
@@ -7,14 +7,14 @@
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function g <- f.
-        Called from tests/slicing/keep_annot.c:26.
-tests/slicing/keep_annot.c:15:[value] entering loop for the first time
-tests/slicing/keep_annot.c:20:[value] warning: assertion got status unknown.
-tests/slicing/keep_annot.c:21:[value] warning: assertion got status unknown.
+        Called from tests/slicing/keep_annot.i:26.
+tests/slicing/keep_annot.i:15:[value] entering loop for the first time
+tests/slicing/keep_annot.i:20:[value] warning: assertion got status unknown.
+tests/slicing/keep_annot.i:21:[value] warning: assertion got status unknown.
 [value] Recording results for g
 [value] Done for function g
-tests/slicing/keep_annot.c:27:[value] assertion got status valid.
-tests/slicing/keep_annot.c:28:[value] warning: assertion got status unknown.
+tests/slicing/keep_annot.i:27:[value] assertion got status valid.
+tests/slicing/keep_annot.i:28:[value] warning: assertion got status unknown.
 [value] Recording results for f
 [value] done for function f
 [slicing] making slicing project 'Slicing'...
@@ -61,3 +61,5 @@ void f(las *p, int n, int m)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_keep_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/keep_annot.1.res.oracle b/tests/slicing/oracle/keep_annot.1.res.oracle
index 9de7ab671d6..a43bb8a5dc0 100644
--- a/tests/slicing/oracle/keep_annot.1.res.oracle
+++ b/tests/slicing/oracle/keep_annot.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/keep_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/keep_annot.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at f
 [value] Computing initial state
@@ -7,14 +7,14 @@
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function g <- f.
-        Called from tests/slicing/keep_annot.c:26.
-tests/slicing/keep_annot.c:15:[value] entering loop for the first time
-tests/slicing/keep_annot.c:20:[value] warning: assertion got status unknown.
-tests/slicing/keep_annot.c:21:[value] warning: assertion got status unknown.
+        Called from tests/slicing/keep_annot.i:26.
+tests/slicing/keep_annot.i:15:[value] entering loop for the first time
+tests/slicing/keep_annot.i:20:[value] warning: assertion got status unknown.
+tests/slicing/keep_annot.i:21:[value] warning: assertion got status unknown.
 [value] Recording results for g
 [value] Done for function g
-tests/slicing/keep_annot.c:27:[value] assertion got status valid.
-tests/slicing/keep_annot.c:28:[value] warning: assertion got status unknown.
+tests/slicing/keep_annot.i:27:[value] assertion got status valid.
+tests/slicing/keep_annot.i:28:[value] warning: assertion got status unknown.
 [value] Recording results for f
 [value] done for function f
 [slicing] making slicing project 'Slicing'...
@@ -64,3 +64,5 @@ void f(las *p, int n, int m)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_keep_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/keep_annot.2.res.oracle b/tests/slicing/oracle/keep_annot.2.res.oracle
index 37e54210c82..0379f402e86 100644
--- a/tests/slicing/oracle/keep_annot.2.res.oracle
+++ b/tests/slicing/oracle/keep_annot.2.res.oracle
@@ -1,19 +1,19 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/keep_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/keep_annot.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at L
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/keep_annot.c:40:[value] warning: signed overflow. assert -2147483648 ≤ nn-2;
-tests/slicing/keep_annot.c:39:[value] warning: loop invariant got status unknown.
-tests/slicing/keep_annot.c:40:[value] entering loop for the first time
-tests/slicing/keep_annot.c:41:[value] warning: out of bounds read. assert \valid_read(dabs+(int)(ii+1));
-tests/slicing/keep_annot.c:41:[value] warning: non-finite float value.
+tests/slicing/keep_annot.i:40:[value] warning: signed overflow. assert -2147483648 ≤ nn-2;
+tests/slicing/keep_annot.i:39:[value] warning: loop invariant got status unknown.
+tests/slicing/keep_annot.i:40:[value] entering loop for the first time
+tests/slicing/keep_annot.i:41:[value] warning: out of bounds read. assert \valid_read(dabs+(int)(ii+1));
+tests/slicing/keep_annot.i:41:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((double)((double)u-(double)((double)*(dabs+(int)(ii+1))*2.0))));
-tests/slicing/keep_annot.c:42:[value] warning: assertion got status unknown.
+tests/slicing/keep_annot.i:42:[value] warning: assertion got status unknown.
 [value] Recording results for L
 [value] done for function L
 [slicing] making slicing project 'Slicing'...
@@ -46,3 +46,5 @@ void L(float u, int nn, float *dabs, float *y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_keep_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/keep_annot.3.res.oracle b/tests/slicing/oracle/keep_annot.3.res.oracle
index e25be890f15..036ebf350bf 100644
--- a/tests/slicing/oracle/keep_annot.3.res.oracle
+++ b/tests/slicing/oracle/keep_annot.3.res.oracle
@@ -1,19 +1,19 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/keep_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/keep_annot.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at L
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/keep_annot.c:40:[value] warning: signed overflow. assert -2147483648 ≤ nn-2;
-tests/slicing/keep_annot.c:39:[value] warning: loop invariant got status unknown.
-tests/slicing/keep_annot.c:40:[value] entering loop for the first time
-tests/slicing/keep_annot.c:41:[value] warning: out of bounds read. assert \valid_read(dabs+(int)(ii+1));
-tests/slicing/keep_annot.c:41:[value] warning: non-finite float value.
+tests/slicing/keep_annot.i:40:[value] warning: signed overflow. assert -2147483648 ≤ nn-2;
+tests/slicing/keep_annot.i:39:[value] warning: loop invariant got status unknown.
+tests/slicing/keep_annot.i:40:[value] entering loop for the first time
+tests/slicing/keep_annot.i:41:[value] warning: out of bounds read. assert \valid_read(dabs+(int)(ii+1));
+tests/slicing/keep_annot.i:41:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((double)((double)u-(double)((double)*(dabs+(int)(ii+1))*2.0))));
-tests/slicing/keep_annot.c:42:[value] warning: assertion got status unknown.
+tests/slicing/keep_annot.i:42:[value] warning: assertion got status unknown.
 [value] Recording results for L
 [value] done for function L
 [slicing] making slicing project 'Slicing'...
@@ -44,3 +44,5 @@ void L(float u, int nn, float *dabs, float *y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_keep_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/keep_annot.4.res.oracle b/tests/slicing/oracle/keep_annot.4.res.oracle
index 2cf92eb00d6..ee6db1de5ec 100644
--- a/tests/slicing/oracle/keep_annot.4.res.oracle
+++ b/tests/slicing/oracle/keep_annot.4.res.oracle
@@ -1,13 +1,13 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/keep_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/keep_annot.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at bts1110
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/keep_annot.c:50:[value] assertion got status valid.
-tests/slicing/keep_annot.c:52:[value] warning: assertion got status unknown.
+tests/slicing/keep_annot.i:50:[value] assertion got status valid.
+tests/slicing/keep_annot.i:52:[value] warning: assertion got status unknown.
 [value] Recording results for bts1110
 [value] done for function bts1110
 [slicing] making slicing project 'Slicing'...
@@ -33,3 +33,5 @@ int bts1110(int x)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_4_keep_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/loop_infinite.res.oracle b/tests/slicing/oracle/loop_infinite.res.oracle
index 4fe04cb074b..86c39747587 100644
--- a/tests/slicing/oracle/loop_infinite.res.oracle
+++ b/tests/slicing/oracle/loop_infinite.res.oracle
@@ -1,12 +1,12 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loop_infinite.c (with preprocessing)
+[kernel] Parsing tests/slicing/loop_infinite.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/loop_infinite.c:9:[value] entering loop for the first time
-tests/slicing/loop_infinite.c:10:[value] warning: signed overflow. assert a+1 ≤ 2147483647;
+tests/slicing/loop_infinite.i:9:[value] entering loop for the first time
+tests/slicing/loop_infinite.i:10:[value] warning: signed overflow. assert a+1 ≤ 2147483647;
 [value] Recording results for main
 [value] done for function main
 [from] Computing for function main
@@ -40,3 +40,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_loop_infinite.i (no preprocessing)
diff --git a/tests/slicing/oracle/loop_simple.res.oracle b/tests/slicing/oracle/loop_simple.res.oracle
index b85c958d913..94ec8f0afc8 100644
--- a/tests/slicing/oracle/loop_simple.res.oracle
+++ b/tests/slicing/oracle/loop_simple.res.oracle
@@ -1,14 +1,14 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loop_simple.c (with preprocessing)
+[kernel] Parsing tests/slicing/loop_simple.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/loop_simple.c:8:[value] entering loop for the first time
-tests/slicing/loop_simple.c:10:[value] entering loop for the first time
-tests/slicing/loop_simple.c:12:[value] entering loop for the first time
-tests/slicing/loop_simple.c:16:[value] entering loop for the first time
+tests/slicing/loop_simple.i:8:[value] entering loop for the first time
+tests/slicing/loop_simple.i:10:[value] entering loop for the first time
+tests/slicing/loop_simple.i:12:[value] entering loop for the first time
+tests/slicing/loop_simple.i:16:[value] entering loop for the first time
 [value] Recording results for main
 [value] done for function main
 [from] Computing for function main
@@ -56,3 +56,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_loop_simple.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.0.res.oracle b/tests/slicing/oracle/loops.0.res.oracle
index 691eea315c3..8dad3e739a4 100644
--- a/tests/slicing/oracle/loops.0.res.oracle
+++ b/tests/slicing/oracle/loops.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing an incomplete application starting at f1
 [value] Computing initial state
 [value] Initial state computed
@@ -10,9 +10,9 @@
   X ∈ [--..--]
   Y ∈ [--..--]
   Z ∈ [--..--]
-tests/slicing/loops.c:34:[value] entering loop for the first time
-tests/slicing/loops.c:36:[value] assertion got status valid.
-tests/slicing/loops.c:35:[value] warning: signed overflow. assert s+1 ≤ 2147483647;
+tests/slicing/loops.i:34:[value] entering loop for the first time
+tests/slicing/loops.i:36:[value] assertion got status valid.
+tests/slicing/loops.i:35:[value] warning: signed overflow. assert s+1 ≤ 2147483647;
 [value] Recording results for f1
 [value] done for function f1
 [from] Computing for function f1
@@ -48,3 +48,5 @@ void f1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.1.res.oracle b/tests/slicing/oracle/loops.1.res.oracle
index 01e8c336fca..5ef79b28d15 100644
--- a/tests/slicing/oracle/loops.1.res.oracle
+++ b/tests/slicing/oracle/loops.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing an incomplete application starting at f1
 [value] Computing initial state
 [value] Initial state computed
@@ -10,9 +10,9 @@
   X ∈ [--..--]
   Y ∈ [--..--]
   Z ∈ [--..--]
-tests/slicing/loops.c:34:[value] entering loop for the first time
-tests/slicing/loops.c:36:[value] assertion got status valid.
-tests/slicing/loops.c:35:[value] warning: signed overflow. assert s+1 ≤ 2147483647;
+tests/slicing/loops.i:34:[value] entering loop for the first time
+tests/slicing/loops.i:36:[value] assertion got status valid.
+tests/slicing/loops.i:35:[value] warning: signed overflow. assert s+1 ≤ 2147483647;
 [value] Recording results for f1
 [value] done for function f1
 [from] Computing for function f1
@@ -51,3 +51,5 @@ void f1(int c)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.10.res.oracle b/tests/slicing/oracle/loops.10.res.oracle
index e30889f52d0..fbaa0f74811 100644
--- a/tests/slicing/oracle/loops.10.res.oracle
+++ b/tests/slicing/oracle/loops.10.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -11,14 +11,14 @@
   Y ∈ {0}
   Z ∈ {0}
 [value] computing for function may_write_Y_from_Z <- main.
-        Called from tests/slicing/loops.c:199.
+        Called from tests/slicing/loops.i:199.
 [value] using specification for function may_write_Y_from_Z
 [value] Done for function may_write_Y_from_Z
 [value] computing for function loop <- main.
-        Called from tests/slicing/loops.c:202.
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+        Called from tests/slicing/loops.i:202.
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] Done for function loop
 [value] Recording results for main
@@ -44,7 +44,7 @@ tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 21474
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [pdg] computing for function loop
-tests/slicing/loops.c:187:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:187:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function loop
 [slicing] applying all slicing requests...
 [slicing] applying 0 actions...
@@ -52,7 +52,7 @@ tests/slicing/loops.c:187:[pdg] warning: no final state. Probably unreachable...
 [slicing] applying 1 actions...
 [slicing] applying actions: 1/1...
 [pdg] computing for function main
-tests/slicing/loops.c:204:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:204:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] exporting project to 'Slicing export'...
 [slicing] applying all slicing requests...
@@ -82,3 +82,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_10_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.11.res.oracle b/tests/slicing/oracle/loops.11.res.oracle
index 3dddb41e8ff..2ee25f2f5e5 100644
--- a/tests/slicing/oracle/loops.11.res.oracle
+++ b/tests/slicing/oracle/loops.11.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at loop
 [value] Computing initial state
 [value] Initial state computed
@@ -10,9 +10,9 @@
   X ∈ {0}
   Y ∈ {0}
   Z ∈ {0}
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] done for function loop
 [from] Computing for function loop
@@ -47,3 +47,5 @@ void loop(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_11_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.12.res.oracle b/tests/slicing/oracle/loops.12.res.oracle
index 759a212d130..cbe1d6e9725 100644
--- a/tests/slicing/oracle/loops.12.res.oracle
+++ b/tests/slicing/oracle/loops.12.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at loop
 [value] Computing initial state
 [value] Initial state computed
@@ -10,9 +10,9 @@
   X ∈ {0}
   Y ∈ {0}
   Z ∈ {0}
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] done for function loop
 [from] Computing for function loop
@@ -58,3 +58,5 @@ void loop(int cond)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_12_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.13.res.oracle b/tests/slicing/oracle/loops.13.res.oracle
index 759a212d130..1ba1ae8bd5c 100644
--- a/tests/slicing/oracle/loops.13.res.oracle
+++ b/tests/slicing/oracle/loops.13.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at loop
 [value] Computing initial state
 [value] Initial state computed
@@ -10,9 +10,9 @@
   X ∈ {0}
   Y ∈ {0}
   Z ∈ {0}
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] done for function loop
 [from] Computing for function loop
@@ -58,3 +58,5 @@ void loop(int cond)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_13_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.14.res.oracle b/tests/slicing/oracle/loops.14.res.oracle
index 3dddb41e8ff..cb280eff23f 100644
--- a/tests/slicing/oracle/loops.14.res.oracle
+++ b/tests/slicing/oracle/loops.14.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at loop
 [value] Computing initial state
 [value] Initial state computed
@@ -10,9 +10,9 @@
   X ∈ {0}
   Y ∈ {0}
   Z ∈ {0}
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] done for function loop
 [from] Computing for function loop
@@ -47,3 +47,5 @@ void loop(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_14_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.15.res.oracle b/tests/slicing/oracle/loops.15.res.oracle
index 11478d5138f..47a89e08bc8 100644
--- a/tests/slicing/oracle/loops.15.res.oracle
+++ b/tests/slicing/oracle/loops.15.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing an incomplete application starting at stop_f1
 [value] Computing initial state
 [value] Initial state computed
@@ -10,11 +10,11 @@
   X ∈ [--..--]
   Y ∈ [--..--]
   Z ∈ [--..--]
-tests/slicing/loops.c:66:[value] entering loop for the first time
-tests/slicing/loops.c:68:[value] assertion got status valid.
+tests/slicing/loops.i:66:[value] entering loop for the first time
+tests/slicing/loops.i:68:[value] assertion got status valid.
 [value] computing for function stop <- stop_f1.
-        Called from tests/slicing/loops.c:70.
-tests/slicing/loops.c:70:[kernel] warning: Neither code nor specification for function stop, generating default assigns from the prototype
+        Called from tests/slicing/loops.i:70.
+tests/slicing/loops.i:70:[kernel] warning: Neither code nor specification for function stop, generating default assigns from the prototype
 [value] using specification for function stop
 [value] Done for function stop
 [value] Recording results for stop_f1
@@ -56,3 +56,5 @@ void stop_f1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_15_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.16.res.oracle b/tests/slicing/oracle/loops.16.res.oracle
index 07eadf352ec..3b0b898b3dc 100644
--- a/tests/slicing/oracle/loops.16.res.oracle
+++ b/tests/slicing/oracle/loops.16.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing an incomplete application starting at stop_f1
 [value] Computing initial state
 [value] Initial state computed
@@ -10,11 +10,11 @@
   X ∈ [--..--]
   Y ∈ [--..--]
   Z ∈ [--..--]
-tests/slicing/loops.c:66:[value] entering loop for the first time
-tests/slicing/loops.c:68:[value] assertion got status valid.
+tests/slicing/loops.i:66:[value] entering loop for the first time
+tests/slicing/loops.i:68:[value] assertion got status valid.
 [value] computing for function stop <- stop_f1.
-        Called from tests/slicing/loops.c:70.
-tests/slicing/loops.c:70:[kernel] warning: Neither code nor specification for function stop, generating default assigns from the prototype
+        Called from tests/slicing/loops.i:70.
+tests/slicing/loops.i:70:[kernel] warning: Neither code nor specification for function stop, generating default assigns from the prototype
 [value] using specification for function stop
 [value] Done for function stop
 [value] Recording results for stop_f1
@@ -59,3 +59,5 @@ void stop_f1(int c)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_16_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.17.res.oracle b/tests/slicing/oracle/loops.17.res.oracle
index c897d528294..ed02b6c343d 100644
--- a/tests/slicing/oracle/loops.17.res.oracle
+++ b/tests/slicing/oracle/loops.17.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing an incomplete application starting at stop_f2
 [value] Computing initial state
 [value] Initial state computed
@@ -10,12 +10,12 @@
   X ∈ [--..--]
   Y ∈ [--..--]
   Z ∈ [--..--]
-tests/slicing/loops.c:82:[value] entering loop for the first time
-tests/slicing/loops.c:82:[value] warning: signed overflow. assert c+10 ≤ 2147483647;
-tests/slicing/loops.c:88:[value] warning: assertion got status unknown.
+tests/slicing/loops.i:82:[value] entering loop for the first time
+tests/slicing/loops.i:82:[value] warning: signed overflow. assert c+10 ≤ 2147483647;
+tests/slicing/loops.i:88:[value] warning: assertion got status unknown.
 [value] computing for function stop <- stop_f2.
-        Called from tests/slicing/loops.c:89.
-tests/slicing/loops.c:89:[kernel] warning: Neither code nor specification for function stop, generating default assigns from the prototype
+        Called from tests/slicing/loops.i:89.
+tests/slicing/loops.i:89:[kernel] warning: Neither code nor specification for function stop, generating default assigns from the prototype
 [value] using specification for function stop
 [value] Done for function stop
 [value] Recording results for stop_f2
@@ -60,3 +60,5 @@ void stop_f2(int c)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_17_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.18.res.oracle b/tests/slicing/oracle/loops.18.res.oracle
index 75070f8269e..d746f60e081 100644
--- a/tests/slicing/oracle/loops.18.res.oracle
+++ b/tests/slicing/oracle/loops.18.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing an incomplete application starting at stop_f2
 [value] Computing initial state
 [value] Initial state computed
@@ -10,12 +10,12 @@
   X ∈ [--..--]
   Y ∈ [--..--]
   Z ∈ [--..--]
-tests/slicing/loops.c:82:[value] entering loop for the first time
-tests/slicing/loops.c:82:[value] warning: signed overflow. assert c+10 ≤ 2147483647;
-tests/slicing/loops.c:88:[value] warning: assertion got status unknown.
+tests/slicing/loops.i:82:[value] entering loop for the first time
+tests/slicing/loops.i:82:[value] warning: signed overflow. assert c+10 ≤ 2147483647;
+tests/slicing/loops.i:88:[value] warning: assertion got status unknown.
 [value] computing for function stop <- stop_f2.
-        Called from tests/slicing/loops.c:89.
-tests/slicing/loops.c:89:[kernel] warning: Neither code nor specification for function stop, generating default assigns from the prototype
+        Called from tests/slicing/loops.i:89.
+tests/slicing/loops.i:89:[kernel] warning: Neither code nor specification for function stop, generating default assigns from the prototype
 [value] using specification for function stop
 [value] Done for function stop
 [value] Recording results for stop_f2
@@ -60,3 +60,5 @@ void stop_f2(int c)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_18_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.19.res.oracle b/tests/slicing/oracle/loops.19.res.oracle
index 60dfea0b18d..8a586a78cf1 100644
--- a/tests/slicing/oracle/loops.19.res.oracle
+++ b/tests/slicing/oracle/loops.19.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -11,14 +11,14 @@
   Y ∈ {0}
   Z ∈ {0}
 [value] computing for function may_write_Y_from_Z <- main.
-        Called from tests/slicing/loops.c:199.
+        Called from tests/slicing/loops.i:199.
 [value] using specification for function may_write_Y_from_Z
 [value] Done for function may_write_Y_from_Z
 [value] computing for function loop <- main.
-        Called from tests/slicing/loops.c:202.
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+        Called from tests/slicing/loops.i:202.
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] Done for function loop
 [value] Recording results for main
@@ -51,7 +51,7 @@ tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 21474
 [slicing] applying 1 actions...
 [slicing] applying actions: 1/1...
 [pdg] computing for function main
-tests/slicing/loops.c:204:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:204:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] exporting project to 'Slicing export'...
 [slicing] applying all slicing requests...
@@ -65,3 +65,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_19_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.2.res.oracle b/tests/slicing/oracle/loops.2.res.oracle
index 82140891170..8499130921b 100644
--- a/tests/slicing/oracle/loops.2.res.oracle
+++ b/tests/slicing/oracle/loops.2.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing an incomplete application starting at f2
 [value] Computing initial state
 [value] Initial state computed
@@ -10,10 +10,10 @@
   X ∈ [--..--]
   Y ∈ [--..--]
   Z ∈ [--..--]
-tests/slicing/loops.c:50:[value] entering loop for the first time
-tests/slicing/loops.c:56:[value] warning: assertion got status unknown.
-tests/slicing/loops.c:52:[value] warning: signed overflow. assert x1+1 ≤ 2147483647;
-tests/slicing/loops.c:54:[value] warning: signed overflow. assert x2+1 ≤ 2147483647;
+tests/slicing/loops.i:50:[value] entering loop for the first time
+tests/slicing/loops.i:56:[value] warning: assertion got status unknown.
+tests/slicing/loops.i:52:[value] warning: signed overflow. assert x1+1 ≤ 2147483647;
+tests/slicing/loops.i:54:[value] warning: signed overflow. assert x2+1 ≤ 2147483647;
 [value] Recording results for f2
 [value] done for function f2
 [from] Computing for function f2
@@ -28,7 +28,7 @@ tests/slicing/loops.c:54:[value] warning: signed overflow. assert x2+1 ≤ 21474
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [pdg] computing for function f2
-tests/slicing/loops.c:50:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:50:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function f2
 [slicing] applying all slicing requests...
 [slicing] applying 0 actions...
@@ -53,3 +53,5 @@ void f2(int c)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.20.res.oracle b/tests/slicing/oracle/loops.20.res.oracle
index b08d1b24100..f38b78d3566 100644
--- a/tests/slicing/oracle/loops.20.res.oracle
+++ b/tests/slicing/oracle/loops.20.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -11,14 +11,14 @@
   Y ∈ {0}
   Z ∈ {0}
 [value] computing for function may_write_Y_from_Z <- main.
-        Called from tests/slicing/loops.c:199.
+        Called from tests/slicing/loops.i:199.
 [value] using specification for function may_write_Y_from_Z
 [value] Done for function may_write_Y_from_Z
 [value] computing for function loop <- main.
-        Called from tests/slicing/loops.c:202.
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+        Called from tests/slicing/loops.i:202.
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] Done for function loop
 [value] Recording results for main
@@ -46,7 +46,7 @@ tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 21474
 [slicing] warning: No internal slicing request from the command line.
 [slicing] warning: Adding an extra request on the entry point of function: main.
 [pdg] computing for function main
-tests/slicing/loops.c:204:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:204:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] applying all slicing requests...
 [slicing] applying 0 actions...
@@ -65,3 +65,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_20_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.21.res.oracle b/tests/slicing/oracle/loops.21.res.oracle
index 0a8d10134e4..9dbfb3171e9 100644
--- a/tests/slicing/oracle/loops.21.res.oracle
+++ b/tests/slicing/oracle/loops.21.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -11,14 +11,14 @@
   Y ∈ {0}
   Z ∈ {0}
 [value] computing for function may_write_Y_from_Z <- main.
-        Called from tests/slicing/loops.c:199.
+        Called from tests/slicing/loops.i:199.
 [value] using specification for function may_write_Y_from_Z
 [value] Done for function may_write_Y_from_Z
 [value] computing for function loop <- main.
-        Called from tests/slicing/loops.c:202.
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+        Called from tests/slicing/loops.i:202.
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] Done for function loop
 [value] Recording results for main
@@ -44,7 +44,7 @@ tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 21474
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [pdg] computing for function loop
-tests/slicing/loops.c:187:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:187:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function loop
 [pdg] computing for function may_write_Y_from_Z
 [pdg] done for function may_write_Y_from_Z
@@ -54,7 +54,7 @@ tests/slicing/loops.c:187:[pdg] warning: no final state. Probably unreachable...
 [slicing] applying 2 actions...
 [slicing] applying actions: 1/2...
 [pdg] computing for function main
-tests/slicing/loops.c:204:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:204:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] applying actions: 2/2...
 [slicing] exporting project to 'Slicing export'...
@@ -94,3 +94,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_21_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.22.res.oracle b/tests/slicing/oracle/loops.22.res.oracle
index 76b7cde6d79..d039f41fa11 100644
--- a/tests/slicing/oracle/loops.22.res.oracle
+++ b/tests/slicing/oracle/loops.22.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -11,14 +11,14 @@
   Y ∈ {0}
   Z ∈ {0}
 [value] computing for function may_write_Y_from_Z <- main.
-        Called from tests/slicing/loops.c:199.
+        Called from tests/slicing/loops.i:199.
 [value] using specification for function may_write_Y_from_Z
 [value] Done for function may_write_Y_from_Z
 [value] computing for function loop <- main.
-        Called from tests/slicing/loops.c:202.
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+        Called from tests/slicing/loops.i:202.
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] Done for function loop
 [value] Recording results for main
@@ -44,7 +44,7 @@ tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 21474
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [pdg] computing for function loop
-tests/slicing/loops.c:187:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:187:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function loop
 [pdg] computing for function may_write_Y_from_Z
 [pdg] done for function may_write_Y_from_Z
@@ -54,7 +54,7 @@ tests/slicing/loops.c:187:[pdg] warning: no final state. Probably unreachable...
 [slicing] applying 2 actions...
 [slicing] applying actions: 1/2...
 [pdg] computing for function main
-tests/slicing/loops.c:204:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:204:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] applying actions: 2/2...
 [slicing] exporting project to 'Slicing export'...
@@ -94,3 +94,5 @@ void main(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_22_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.23.res.oracle b/tests/slicing/oracle/loops.23.res.oracle
index 864dea65b04..35ca98fb4dc 100644
--- a/tests/slicing/oracle/loops.23.res.oracle
+++ b/tests/slicing/oracle/loops.23.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -11,14 +11,14 @@
   Y ∈ {0}
   Z ∈ {0}
 [value] computing for function may_write_Y_from_Z <- main.
-        Called from tests/slicing/loops.c:199.
+        Called from tests/slicing/loops.i:199.
 [value] using specification for function may_write_Y_from_Z
 [value] Done for function may_write_Y_from_Z
 [value] computing for function loop <- main.
-        Called from tests/slicing/loops.c:202.
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+        Called from tests/slicing/loops.i:202.
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] Done for function loop
 [value] Recording results for main
@@ -44,7 +44,7 @@ tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 21474
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [pdg] computing for function main
-tests/slicing/loops.c:204:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:204:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] applying all slicing requests...
 [slicing] applying 0 actions...
@@ -67,3 +67,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_23_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.24.res.oracle b/tests/slicing/oracle/loops.24.res.oracle
index f27cc1ffa21..b1a3db343f2 100644
--- a/tests/slicing/oracle/loops.24.res.oracle
+++ b/tests/slicing/oracle/loops.24.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing an incomplete application starting at alarm
 [value] Computing initial state
 [value] Initial state computed
@@ -10,8 +10,8 @@
   X ∈ [--..--]
   Y ∈ [--..--]
   Z ∈ [--..--]
-tests/slicing/loops.c:210:[value] assertion got status valid.
-tests/slicing/loops.c:211:[value] warning: signed overflow. assert j+1 ≤ 2147483647;
+tests/slicing/loops.i:210:[value] assertion got status valid.
+tests/slicing/loops.i:211:[value] warning: signed overflow. assert j+1 ≤ 2147483647;
 [value] Recording results for alarm
 [value] done for function alarm
 [from] Computing for function alarm
@@ -46,3 +46,5 @@ void alarm(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_24_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.3.res.oracle b/tests/slicing/oracle/loops.3.res.oracle
index 5b29775572d..714c7618594 100644
--- a/tests/slicing/oracle/loops.3.res.oracle
+++ b/tests/slicing/oracle/loops.3.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing an incomplete application starting at f2
 [value] Computing initial state
 [value] Initial state computed
@@ -10,10 +10,10 @@
   X ∈ [--..--]
   Y ∈ [--..--]
   Z ∈ [--..--]
-tests/slicing/loops.c:50:[value] entering loop for the first time
-tests/slicing/loops.c:56:[value] warning: assertion got status unknown.
-tests/slicing/loops.c:52:[value] warning: signed overflow. assert x1+1 ≤ 2147483647;
-tests/slicing/loops.c:54:[value] warning: signed overflow. assert x2+1 ≤ 2147483647;
+tests/slicing/loops.i:50:[value] entering loop for the first time
+tests/slicing/loops.i:56:[value] warning: assertion got status unknown.
+tests/slicing/loops.i:52:[value] warning: signed overflow. assert x1+1 ≤ 2147483647;
+tests/slicing/loops.i:54:[value] warning: signed overflow. assert x2+1 ≤ 2147483647;
 [value] Recording results for f2
 [value] done for function f2
 [from] Computing for function f2
@@ -28,7 +28,7 @@ tests/slicing/loops.c:54:[value] warning: signed overflow. assert x2+1 ≤ 21474
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [pdg] computing for function f2
-tests/slicing/loops.c:50:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:50:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function f2
 [slicing] applying all slicing requests...
 [slicing] applying 0 actions...
@@ -53,3 +53,5 @@ void f2(int c)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.4.res.oracle b/tests/slicing/oracle/loops.4.res.oracle
index 2a6c931d858..afaf22b173b 100644
--- a/tests/slicing/oracle/loops.4.res.oracle
+++ b/tests/slicing/oracle/loops.4.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at test_infinite_loop_3
 [value] Computing initial state
 [value] Initial state computed
@@ -10,7 +10,7 @@
   X ∈ {0}
   Y ∈ {0}
   Z ∈ {0}
-tests/slicing/loops.c:108:[value] entering loop for the first time
+tests/slicing/loops.i:108:[value] entering loop for the first time
 [value] Recording results for test_infinite_loop_3
 [value] done for function test_infinite_loop_3
 [from] Computing for function test_infinite_loop_3
@@ -48,3 +48,5 @@ void test_infinite_loop_3(int ctrl1, int ctrl2, int data1, int data2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_4_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.5.res.oracle b/tests/slicing/oracle/loops.5.res.oracle
index 2795ffdcebd..091a0d15361 100644
--- a/tests/slicing/oracle/loops.5.res.oracle
+++ b/tests/slicing/oracle/loops.5.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at test_infinite_loop_4
 [value] Computing initial state
 [value] Initial state computed
@@ -10,16 +10,16 @@
   X ∈ {0}
   Y ∈ {0}
   Z ∈ {0}
-tests/slicing/loops.c:125:[value] entering loop for the first time
-tests/slicing/loops.c:141:[value] warning: signed overflow. assert -2147483648 ≤ G+data2;
-tests/slicing/loops.c:141:[value] warning: signed overflow. assert G+data2 ≤ 2147483647;
-tests/slicing/loops.c:126:[value] warning: signed overflow. assert -2147483648 ≤ G+data1;
-tests/slicing/loops.c:126:[value] warning: signed overflow. assert G+data1 ≤ 2147483647;
-tests/slicing/loops.c:129:[value] warning: signed overflow. assert -2147483648 ≤ G+no_data;
-tests/slicing/loops.c:129:[value] warning: signed overflow. assert G+no_data ≤ 2147483647;
-tests/slicing/loops.c:132:[value] entering loop for the first time
-tests/slicing/loops.c:133:[value] warning: signed overflow. assert -2147483648 ≤ G+no_data;
-tests/slicing/loops.c:133:[value] warning: signed overflow. assert G+no_data ≤ 2147483647;
+tests/slicing/loops.i:125:[value] entering loop for the first time
+tests/slicing/loops.i:141:[value] warning: signed overflow. assert -2147483648 ≤ G+data2;
+tests/slicing/loops.i:141:[value] warning: signed overflow. assert G+data2 ≤ 2147483647;
+tests/slicing/loops.i:126:[value] warning: signed overflow. assert -2147483648 ≤ G+data1;
+tests/slicing/loops.i:126:[value] warning: signed overflow. assert G+data1 ≤ 2147483647;
+tests/slicing/loops.i:129:[value] warning: signed overflow. assert -2147483648 ≤ G+no_data;
+tests/slicing/loops.i:129:[value] warning: signed overflow. assert G+no_data ≤ 2147483647;
+tests/slicing/loops.i:132:[value] entering loop for the first time
+tests/slicing/loops.i:133:[value] warning: signed overflow. assert -2147483648 ≤ G+no_data;
+tests/slicing/loops.i:133:[value] warning: signed overflow. assert G+no_data ≤ 2147483647;
 [value] Recording results for test_infinite_loop_4
 [value] done for function test_infinite_loop_4
 [from] Computing for function test_infinite_loop_4
@@ -57,3 +57,5 @@ void test_infinite_loop_4(int ctrl1, int ctrl2, int data1, int data2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_5_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.6.res.oracle b/tests/slicing/oracle/loops.6.res.oracle
index 227b09108c2..76cac439f4b 100644
--- a/tests/slicing/oracle/loops.6.res.oracle
+++ b/tests/slicing/oracle/loops.6.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at test_infinite_loop_5
 [value] Computing initial state
 [value] Initial state computed
@@ -10,16 +10,16 @@
   X ∈ {0}
   Y ∈ {0}
   Z ∈ {0}
-tests/slicing/loops.c:149:[value] entering loop for the first time
-tests/slicing/loops.c:165:[value] warning: signed overflow. assert -2147483648 ≤ G+data2;
-tests/slicing/loops.c:165:[value] warning: signed overflow. assert G+data2 ≤ 2147483647;
-tests/slicing/loops.c:150:[value] warning: signed overflow. assert -2147483648 ≤ G+data1;
-tests/slicing/loops.c:150:[value] warning: signed overflow. assert G+data1 ≤ 2147483647;
-tests/slicing/loops.c:154:[value] warning: signed overflow. assert -2147483648 ≤ G+no_data;
-tests/slicing/loops.c:154:[value] warning: signed overflow. assert G+no_data ≤ 2147483647;
-tests/slicing/loops.c:155:[value] entering loop for the first time
-tests/slicing/loops.c:156:[value] warning: signed overflow. assert -2147483648 ≤ G+no_data;
-tests/slicing/loops.c:156:[value] warning: signed overflow. assert G+no_data ≤ 2147483647;
+tests/slicing/loops.i:149:[value] entering loop for the first time
+tests/slicing/loops.i:165:[value] warning: signed overflow. assert -2147483648 ≤ G+data2;
+tests/slicing/loops.i:165:[value] warning: signed overflow. assert G+data2 ≤ 2147483647;
+tests/slicing/loops.i:150:[value] warning: signed overflow. assert -2147483648 ≤ G+data1;
+tests/slicing/loops.i:150:[value] warning: signed overflow. assert G+data1 ≤ 2147483647;
+tests/slicing/loops.i:154:[value] warning: signed overflow. assert -2147483648 ≤ G+no_data;
+tests/slicing/loops.i:154:[value] warning: signed overflow. assert G+no_data ≤ 2147483647;
+tests/slicing/loops.i:155:[value] entering loop for the first time
+tests/slicing/loops.i:156:[value] warning: signed overflow. assert -2147483648 ≤ G+no_data;
+tests/slicing/loops.i:156:[value] warning: signed overflow. assert G+no_data ≤ 2147483647;
 [value] Recording results for test_infinite_loop_5
 [value] done for function test_infinite_loop_5
 [from] Computing for function test_infinite_loop_5
@@ -57,3 +57,5 @@ void test_infinite_loop_5(int ctrl1, int ctrl2, int data1, int data2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_6_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.7.res.oracle b/tests/slicing/oracle/loops.7.res.oracle
index 3dddb41e8ff..1b70d1aabd8 100644
--- a/tests/slicing/oracle/loops.7.res.oracle
+++ b/tests/slicing/oracle/loops.7.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at loop
 [value] Computing initial state
 [value] Initial state computed
@@ -10,9 +10,9 @@
   X ∈ {0}
   Y ∈ {0}
   Z ∈ {0}
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] done for function loop
 [from] Computing for function loop
@@ -47,3 +47,5 @@ void loop(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_7_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.8.res.oracle b/tests/slicing/oracle/loops.8.res.oracle
index 9c29379e4db..bc6f9e6694f 100644
--- a/tests/slicing/oracle/loops.8.res.oracle
+++ b/tests/slicing/oracle/loops.8.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -11,14 +11,14 @@
   Y ∈ {0}
   Z ∈ {0}
 [value] computing for function may_write_Y_from_Z <- main.
-        Called from tests/slicing/loops.c:199.
+        Called from tests/slicing/loops.i:199.
 [value] using specification for function may_write_Y_from_Z
 [value] Done for function may_write_Y_from_Z
 [value] computing for function loop <- main.
-        Called from tests/slicing/loops.c:202.
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+        Called from tests/slicing/loops.i:202.
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] Done for function loop
 [value] Recording results for main
@@ -44,7 +44,7 @@ tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 21474
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [pdg] computing for function main
-tests/slicing/loops.c:204:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:204:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] applying all slicing requests...
 [slicing] applying 0 actions...
@@ -52,7 +52,7 @@ tests/slicing/loops.c:204:[pdg] warning: no final state. Probably unreachable...
 [slicing] applying 1 actions...
 [slicing] applying actions: 1/1...
 [pdg] computing for function loop
-tests/slicing/loops.c:187:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:187:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function loop
 [slicing] exporting project to 'Slicing export'...
 [slicing] applying all slicing requests...
@@ -77,3 +77,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_8_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/loops.9.res.oracle b/tests/slicing/oracle/loops.9.res.oracle
index a49fb2fd494..ba0a60058b9 100644
--- a/tests/slicing/oracle/loops.9.res.oracle
+++ b/tests/slicing/oracle/loops.9.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/loops.c (with preprocessing)
+[kernel] Parsing tests/slicing/loops.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -11,14 +11,14 @@
   Y ∈ {0}
   Z ∈ {0}
 [value] computing for function may_write_Y_from_Z <- main.
-        Called from tests/slicing/loops.c:199.
+        Called from tests/slicing/loops.i:199.
 [value] using specification for function may_write_Y_from_Z
 [value] Done for function may_write_Y_from_Z
 [value] computing for function loop <- main.
-        Called from tests/slicing/loops.c:202.
-tests/slicing/loops.c:176:[value] entering loop for the first time
-tests/slicing/loops.c:183:[value] assertion got status valid.
-tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+        Called from tests/slicing/loops.i:202.
+tests/slicing/loops.i:176:[value] entering loop for the first time
+tests/slicing/loops.i:183:[value] assertion got status valid.
+tests/slicing/loops.i:179:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
 [value] Recording results for loop
 [value] Done for function loop
 [value] Recording results for main
@@ -44,7 +44,7 @@ tests/slicing/loops.c:179:[value] warning: signed overflow. assert X+1 ≤ 21474
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [pdg] computing for function loop
-tests/slicing/loops.c:187:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:187:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function loop
 [slicing] applying all slicing requests...
 [slicing] applying 0 actions...
@@ -52,7 +52,7 @@ tests/slicing/loops.c:187:[pdg] warning: no final state. Probably unreachable...
 [slicing] applying 1 actions...
 [slicing] applying actions: 1/1...
 [pdg] computing for function main
-tests/slicing/loops.c:204:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/loops.i:204:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] exporting project to 'Slicing export'...
 [slicing] applying all slicing requests...
@@ -77,3 +77,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_9_loops.i (no preprocessing)
diff --git a/tests/slicing/oracle/mark_all_slices.res.oracle b/tests/slicing/oracle/mark_all_slices.res.oracle
index 38418045857..7f06c1d0313 100644
--- a/tests/slicing/oracle/mark_all_slices.res.oracle
+++ b/tests/slicing/oracle/mark_all_slices.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/mark_all_slices.c (with preprocessing)
+[kernel] Parsing tests/slicing/mark_all_slices.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -13,39 +13,39 @@
   C2 ∈ {0}
   D2 ∈ {0}
 [value] computing for function fA <- main.
-        Called from tests/slicing/mark_all_slices.c:23.
+        Called from tests/slicing/mark_all_slices.i:23.
 [value] computing for function all <- fA <- main.
-        Called from tests/slicing/mark_all_slices.c:17.
+        Called from tests/slicing/mark_all_slices.i:17.
 [value] Recording results for all
 [value] Done for function all
 [value] Recording results for fA
 [value] Done for function fA
 [value] computing for function fB <- main.
-        Called from tests/slicing/mark_all_slices.c:24.
+        Called from tests/slicing/mark_all_slices.i:24.
 [value] computing for function all <- fB <- main.
-        Called from tests/slicing/mark_all_slices.c:18.
+        Called from tests/slicing/mark_all_slices.i:18.
 [value] Recording results for all
 [value] Done for function all
 [value] Recording results for fB
 [value] Done for function fB
 [value] computing for function fC <- main.
-        Called from tests/slicing/mark_all_slices.c:25.
+        Called from tests/slicing/mark_all_slices.i:25.
 [value] computing for function all <- fC <- main.
-        Called from tests/slicing/mark_all_slices.c:19.
+        Called from tests/slicing/mark_all_slices.i:19.
 [value] Recording results for all
 [value] Done for function all
 [value] Recording results for fC
 [value] Done for function fC
 [value] computing for function fD <- main.
-        Called from tests/slicing/mark_all_slices.c:26.
+        Called from tests/slicing/mark_all_slices.i:26.
 [value] computing for function all <- fD <- main.
-        Called from tests/slicing/mark_all_slices.c:20.
+        Called from tests/slicing/mark_all_slices.i:20.
 [value] Recording results for all
 [value] Done for function all
 [value] Recording results for fD
 [value] Done for function fD
 [value] computing for function all <- main.
-        Called from tests/slicing/mark_all_slices.c:27.
+        Called from tests/slicing/mark_all_slices.i:27.
 [value] Recording results for all
 [value] Done for function all
 [value] Recording results for main
diff --git a/tests/slicing/oracle/merge.res.oracle b/tests/slicing/oracle/merge.res.oracle
index 92d3e9df366..edcaf417ab0 100644
--- a/tests/slicing/oracle/merge.res.oracle
+++ b/tests/slicing/oracle/merge.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/merge.c (with preprocessing)
+[kernel] Parsing tests/slicing/merge.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -8,19 +8,19 @@
   G2 ∈ {0}
   G3 ∈ {0}
 [value] computing for function g <- main.
-        Called from tests/slicing/merge.c:26.
+        Called from tests/slicing/merge.i:26.
 [value] computing for function init <- g <- main.
-        Called from tests/slicing/merge.c:21.
+        Called from tests/slicing/merge.i:21.
 [value] Recording results for init
 [value] Done for function init
 [value] computing for function add <- g <- main.
-        Called from tests/slicing/merge.c:22.
-tests/slicing/merge.c:17:[value] warning: signed overflow. assert -2147483648 ≤ G1+a1;
-tests/slicing/merge.c:17:[value] warning: signed overflow. assert G1+a1 ≤ 2147483647;
-tests/slicing/merge.c:17:[value] warning: signed overflow. assert -2147483648 ≤ G2+a2;
-tests/slicing/merge.c:17:[value] warning: signed overflow. assert G2+a2 ≤ 2147483647;
-tests/slicing/merge.c:17:[value] warning: signed overflow. assert -2147483648 ≤ G3+a3;
-tests/slicing/merge.c:17:[value] warning: signed overflow. assert G3+a3 ≤ 2147483647;
+        Called from tests/slicing/merge.i:22.
+tests/slicing/merge.i:17:[value] warning: signed overflow. assert -2147483648 ≤ G1+a1;
+tests/slicing/merge.i:17:[value] warning: signed overflow. assert G1+a1 ≤ 2147483647;
+tests/slicing/merge.i:17:[value] warning: signed overflow. assert -2147483648 ≤ G2+a2;
+tests/slicing/merge.i:17:[value] warning: signed overflow. assert G2+a2 ≤ 2147483647;
+tests/slicing/merge.i:17:[value] warning: signed overflow. assert -2147483648 ≤ G3+a3;
+tests/slicing/merge.i:17:[value] warning: signed overflow. assert G3+a3 ≤ 2147483647;
 [value] Recording results for add
 [value] Done for function add
 [value] Recording results for g
diff --git a/tests/slicing/oracle/min_call.res.oracle b/tests/slicing/oracle/min_call.res.oracle
index adf85bac969..0c880a0b9b6 100644
--- a/tests/slicing/oracle/min_call.res.oracle
+++ b/tests/slicing/oracle/min_call.res.oracle
@@ -1,599 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/min_call.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
-[value] Analyzing an incomplete application starting at g
-[value] Computing initial state
-[value] Initial state computed
-[value:initial-state] Values of globals at initialization
-  G ∈ [--..--]
-  H ∈ [--..--]
-  I ∈ [--..--]
-[value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
-[value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
-[value] using specification for function get
-[value] Done for function get
-[value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
-[value] using specification for function send_bis
-[value] Done for function send_bis
-[value] Recording results for k
-[value] Done for function k
-[value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
-[value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
-[value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
-[value] Done for function get
-[value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
-[value] Done for function send_bis
-[value] Recording results for k
-[value] Done for function k
-[value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
-[value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
-[value] Done for function get
-[value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
-[value] Done for function send_bis
-[value] Recording results for k
-[value] Done for function k
-[value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
-[value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
-[value] Done for function get
-[value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
-[value] Done for function send_bis
-[value] Recording results for k
-[value] Done for function k
-[value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
-[value] using specification for function send
-[value] Done for function send
-[value] Recording results for f
-[value] Done for function f
-[value] Recording results for g
-[value] done for function g
-[from] Computing for function k
-[from] Computing for function get <-k
-[from] Done for function get
-[from] Computing for function send_bis <-k
-[from] Done for function send_bis
-[from] Done for function k
-[from] Computing for function f
-[from] Computing for function send <-f
-[from] Done for function send
-[from] Done for function f
-[from] Computing for function g
-[from] Done for function g
-[from] ====== DEPENDENCIES COMPUTED ======
-       These dependencies hold at termination for the executions that terminate:
-[from] Function get:
-  \result FROM y
-[from] Function send:
-  NO EFFECTS
-[from] Function send_bis:
-  NO EFFECTS
-[from] Function k:
-  G FROM b
-  H FROM c
-  \result FROM a
-[from] Function f:
-  G FROM \nothing
-  H FROM \nothing
-  \result FROM y
-[from] Function g:
-  G FROM \nothing
-  H FROM \nothing
-[from] ====== END OF DEPENDENCIES ======
-[slicing] making slicing project 'slicing_1'...
-[pdg] computing for function k
-[pdg] done for function k
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[pdg] computing for function f
-[pdg] done for function f
-[pdg] computing for function g
-[pdg] done for function g
-Project1 - result1 :
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 0 actions...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-extern int get(int y);
-
-/*@ assigns \nothing; */
-extern void send_bis(int x);
-
-void k_slice_1(int d)
-{
-  int cond;
-  cond = get(d);
-  if (cond) send_bis(d);
-  return;
-}
-
-void f_slice_1(void);
-
-void g(void)
-{
-  k_slice_1(0);
-  f_slice_1();
-  return;
-}
-
-void f_slice_1(void)
-{
-  k_slice_1(0);
-  k_slice_1(0);
-  k_slice_1(0);
-  return;
-}
-
-
-Project1 - result2 :
-int G;
-int H;
-int I;
-/*@ assigns \result;
-    assigns \result \from y; */
-extern int get(int y);
-
-/*@ assigns \nothing; */
-extern void send(int x);
-
-/*@ assigns \nothing; */
-extern void send_bis(int x);
-
-Print slice = k_slice_2: (InCtrl: <[ S ], [---]>)
-                         (In4: <[--d], [---]>)
-
-/**/int k(/* <[---], [---]> */ int a, /* <[---], [---]> */ int b,
-          /* <[---], [---]> */ int c, /* <[--d], [---]> */ int d)
-{
-  /* <[ S ], [---]> */ int cond;
-  /* sig call:
-    (InCtrl: <[ S ], [---]>)
-    (In1: <[ S ], [---]>)
-    (OutRet: <[ S ], [---]>) */
-  /* undetermined call */
-  /* <[ S ], [---]> */
-  cond = get(d);
-  /* <[---], [---]> */
-  G = b;
-  /* <[---], [---]> */
-  H = c;
-  /* <[ S ], [---]> */
-  if (cond) {
-    /* sig call: (InCtrl: <[ S ], [---]>)
-                 (In1: <[ S ], [---]>) */
-    /* undetermined call */
-    /* <[ S ], [---]> */
-    send_bis(d);
-  }
-  /* <[---], [---]> */
-  return a;
-}
-
-Print slice = k_slice_1: (InCtrl: <[ S ], [ S ]>)
-                         (In4: <[--d], [ S ]>)
-
-/**/int k(/* <[---], [---]> */ int a, /* <[---], [---]> */ int b,
-          /* <[---], [---]> */ int c, /* <[--d], [ S ]> */ int d)
-{
-  /* <[ S ], [ S ]> */ int cond;
-  /* sig call:
-    (InCtrl: <[ S ], [ S ]>)
-    (In1: <[ S ], [ S ]>)
-    (OutRet: <[ S ], [ S ]>) */
-  /* call to source function */
-  /* <[ S ], [ S ]> */
-  cond = get(d);
-  /* <[---], [---]> */
-  G = b;
-  /* <[---], [---]> */
-  H = c;
-  /* <[ S ], [ S ]> */
-  if (cond) {
-    /* sig call: (InCtrl: <[ S ], [ S ]>)
-                 (In1: <[ S ], [ S ]>) */
-    /* call to source function */
-    /* <[ S ], [ S ]> */
-    send_bis(d);
-  }
-  /* <[---], [---]> */
-  return a;
-}
-
-int f(int y);
-
-Print slice = g_slice_1: (InCtrl: <[--d], [ S ]>)
-
-/**/void g(/* <[---], [---]> */ int b, /* <[---], [---]> */ int c)
-{
-  /* <[---], [---]> */ int r;
-  /* sig call: (InCtrl: <[--d], [ S ]>)
-               (In4: <[--d], [ S ]>) */
-  /* call to k_slice_1: (InCtrl: <[ S ], [ S ]>)
-                        (In4: <[--d], [ S ]>) */
-  /* <[--d], [ S ]> */
-  r = k(0,0,c,0);
-  /* sig call: (InCtrl: <[--d], [ S ]>) */
-  /* call to f_slice_1: (InCtrl: <[--d], [ S ]>) */
-  /* <[--d], [ S ]> */
-  f(b);
-  /* <[---], [---]> */
-  return;
-}
-
-Print slice = f_slice_1: (InCtrl: <[--d], [ S ]>)
-
-/**/int f(/* <[---], [---]> */ int y)
-{
-  /* <[---], [---]> */ int r;
-  /* <[---], [---]> */ int z;
-  /* sig call: (InCtrl: <[--d], [ S ]>)
-               (In4: <[--d], [ S ]>) */
-  /* call to k_slice_1: (InCtrl: <[ S ], [ S ]>)
-                        (In4: <[--d], [ S ]>) */
-  /* <[--d], [ S ]> */
-  k(0,0,0,0);
-  /* sig call: (InCtrl: <[--d], [ S ]>)
-               (In4: <[--d], [ S ]>) */
-  /* call to k_slice_1: (InCtrl: <[ S ], [ S ]>)
-                        (In4: <[--d], [ S ]>) */
-  /* <[--d], [ S ]> */
-  r = k(0,y,0,0);
-  /* sig call: (InCtrl: <[--d], [ S ]>)
-               (In4: <[--d], [ S ]>) */
-  /* call to k_slice_1: (InCtrl: <[ S ], [ S ]>)
-                        (In4: <[--d], [ S ]>) */
-  /* <[--d], [ S ]> */
-  z = k(G,0,0,0);
-  /*@ slice pragma expr z; */ /* <[---], [---]> */
-                              ;
-  /* invisible call */ /* <[---], [---]> */
-  send(z);
-  /* <[---], [---]> */
-  return z;
-}
-
-Slicing project worklist [default/slicing_1] =
-[k_slice_2 = choose_call for call 6][k_slice_2 = choose_call for call 1]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 2 actions...
-[slicing] applying actions: 1/2...
-[slicing] applying actions: 2/2...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-extern int get(int y);
-
-/*@ assigns \nothing; */
-extern void send_bis(int x);
-
-void k_slice_2(int d)
-{
-  int cond;
-  cond = get(d);
-  if (cond) send_bis(d);
-  return;
-}
-
-void k_slice_1(int d)
-{
-  int cond;
-  cond = get(d);
-  if (cond) send_bis(d);
-  return;
-}
-
-void f_slice_1(void);
-
-void g(void)
-{
-  k_slice_1(0);
-  f_slice_1();
-  return;
-}
-
-void f_slice_1(void)
-{
-  k_slice_1(0);
-  k_slice_1(0);
-  k_slice_1(0);
-  return;
-}
-
-
-[slicing] making slicing project 'slicing_2'...
-Slicing project worklist [default/slicing_2] =
-[k = (n:17 ,<[--d], [---]>)]
-
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-Project3 - result :
-int G;
-int H;
-int I;
-/*@ assigns \result;
-    assigns \result \from y; */
-extern int get(int y);
-
-/*@ assigns \nothing; */
-extern void send(int x);
-
-/*@ assigns \nothing; */
-extern void send_bis(int x);
-
-Print slice = k_slice_1: (InCtrl: <[--d], [ S ]>)
-                         (In4: <[--d], [ S ]>)
-
-/**/int k(/* <[---], [---]> */ int a, /* <[---], [---]> */ int b,
-          /* <[---], [---]> */ int c, /* <[--d], [ S ]> */ int d)
-{
-  /* <[--d], [ S ]> */ int cond;
-  /* sig call:
-    (InCtrl: <[--d], [ S ]>)
-    (In1: <[--d], [ S ]>)
-    (OutRet: <[--d], [ S ]>) */
-  /* call to source function */
-  /* <[--d], [ S ]> */
-  cond = get(d);
-  /* <[---], [---]> */
-  G = b;
-  /* <[---], [---]> */
-  H = c;
-  /* <[--d], [ S ]> */
-  if (cond) {
-    /* sig call: (InCtrl: <[--d], [ S ]>)
-                 (In1: <[---], [ S ]>) */
-    /* call to source function */
-    /* <[--d], [ S ]> */
-    send_bis(d);
-  }
-  /* <[---], [---]> */
-  return a;
-}
-
-int f(int y);
-
-Print slice = g_slice_1: (InCtrl: <[--d], [ S ]>)
-
-/**/void g(/* <[---], [---]> */ int b, /* <[---], [---]> */ int c)
-{
-  /* <[---], [---]> */ int r;
-  /* sig call: (InCtrl: <[--d], [ S ]>)
-               (In4: <[--d], [ S ]>) */
-  /* call to k_slice_1: (InCtrl: <[--d], [ S ]>)
-                        (In4: <[--d], [ S ]>) */
-  /* <[--d], [ S ]> */
-  r = k(0,0,c,0);
-  /* sig call: (InCtrl: <[--d], [ S ]>) */
-  /* call to f_slice_1: (InCtrl: <[--d], [ S ]>) */
-  /* <[--d], [ S ]> */
-  f(b);
-  /* <[---], [---]> */
-  return;
-}
-
-Print slice = f_slice_1: (InCtrl: <[--d], [ S ]>)
-
-/**/int f(/* <[---], [---]> */ int y)
-{
-  /* <[---], [---]> */ int r;
-  /* <[---], [---]> */ int z;
-  /* sig call: (InCtrl: <[--d], [ S ]>)
-               (In4: <[--d], [ S ]>) */
-  /* call to k_slice_1: (InCtrl: <[--d], [ S ]>)
-                        (In4: <[--d], [ S ]>) */
-  /* <[--d], [ S ]> */
-  k(0,0,0,0);
-  /* sig call: (InCtrl: <[--d], [ S ]>)
-               (In4: <[--d], [ S ]>) */
-  /* call to k_slice_1: (InCtrl: <[--d], [ S ]>)
-                        (In4: <[--d], [ S ]>) */
-  /* <[--d], [ S ]> */
-  r = k(0,y,0,0);
-  /* sig call: (InCtrl: <[--d], [ S ]>)
-               (In4: <[--d], [ S ]>) */
-  /* call to k_slice_1: (InCtrl: <[--d], [ S ]>)
-                        (In4: <[--d], [ S ]>) */
-  /* <[--d], [ S ]> */
-  z = k(G,0,0,0);
-  /*@ slice pragma expr z; */ /* <[---], [---]> */
-                              ;
-  /* invisible call */ /* <[---], [---]> */
-  send(z);
-  /* <[---], [---]> */
-  return z;
-}
-
-Slicing project worklist [default/slicing_2] =
-
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 0 actions...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-extern int get(int y);
-
-/*@ assigns \nothing; */
-extern void send_bis(int x);
-
-void k_slice_1(int d)
-{
-  int cond;
-  cond = get(d);
-  if (cond) send_bis(d);
-  return;
-}
-
-void f_slice_1(void);
-
-void g(void)
-{
-  k_slice_1(0);
-  f_slice_1();
-  return;
-}
-
-void f_slice_1(void)
-{
-  k_slice_1(0);
-  k_slice_1(0);
-  k_slice_1(0);
-  return;
-}
-
-
-[slicing] making slicing project 'slicing_3'...
-[slicing] applying all slicing requests...
-[slicing] applying 0 actions...
-Slicing project worklist [default/slicing_3] =
-[f = (n:26 ,<[acd], [---]>)(n:33 ,<[acd], [---]>)(n:41 ,<[acd], [---]>)][g = (n:60 ,
-<[acd],
-[---]>)]
-
-Slicing project worklist [default/slicing_3] =
-[f_slice_1 = choose_call for call 17][f_slice_1 = choose_call for call 16][f_slice_1 = choose_call for call 15][g = propagate (n:68 ,
-<[acd],
-[---]>)][Appli : calls to f][g = (n:60 ,<[acd], [---]>)]
-
-[slicing] applying all slicing requests...
-[slicing] applying 6 actions...
-[slicing] applying actions: 1/6...
-[slicing] applying actions: 2/6...
-[slicing] applying actions: 3/6...
-[slicing] applying actions: 4/6...
-[slicing] applying actions: 5/6...
-[slicing] applying actions: 6/6...
-Project3 - result :
-int G;
-int H;
-int I;
-/*@ assigns \result;
-    assigns \result \from y; */
-extern int get(int y);
-
-/*@ assigns \nothing; */
-extern void send(int x);
-
-/*@ assigns \nothing; */
-extern void send_bis(int x);
-
-Print slice = k_slice_1: 
-
-/**/int k(/* <[---], [---]> */ int a, /* <[---], [---]> */ int b,
-          /* <[---], [---]> */ int c, /* <[---], [---]> */ int d)
-{
-  /* <[---], [---]> */ int cond;
-  /* invisible call */ /* <[---], [---]> */
-  cond = get(d);
-  /* <[---], [---]> */
-  G = b;
-  /* <[---], [---]> */
-  H = c;
-  /* <[---], [---]> */
-  if (cond) {
-    /* invisible call */ /* <[---], [---]> */
-    send_bis(d);
-  }
-  /* <[---], [---]> */
-  return a;
-}
-
-int f(int y);
-
-Print slice = g_slice_1: (InCtrl: <[acd], [---]>)
-
-/**/void g(/* <[---], [---]> */ int b, /* <[---], [---]> */ int c)
-{
-  /* <[---], [---]> */ int r;
-  /* sig call: (InCtrl: <[acd], [---]>) */
-  /* call to k_slice_1:  */
-  /* <[acd], [---]> */
-  r = k(0,0,c,0);
-  /* sig call: (InCtrl: <[acd], [---]>) */
-  /* call to f_slice_1: (InCtrl: <[acd], [---]>) */
-  /* <[acd], [---]> */
-  f(b);
-  /* <[---], [---]> */
-  return;
-}
-
-Print slice = f_slice_1: (InCtrl: <[acd], [---]>)
-
-/**/int f(/* <[---], [---]> */ int y)
-{
-  /* <[---], [---]> */ int r;
-  /* <[---], [---]> */ int z;
-  /* sig call: (InCtrl: <[acd], [---]>) */
-  /* call to k_slice_1:  */
-  /* <[acd], [---]> */
-  k(0,0,0,0);
-  /* sig call: (InCtrl: <[acd], [---]>) */
-  /* call to k_slice_1:  */
-  /* <[acd], [---]> */
-  r = k(0,y,0,0);
-  /* sig call: (InCtrl: <[acd], [---]>) */
-  /* call to k_slice_1:  */
-  /* <[acd], [---]> */
-  z = k(G,0,0,0);
-  /*@ slice pragma expr z; */ /* <[---], [---]> */
-                              ;
-  /* invisible call */ /* <[---], [---]> */
-  send(z);
-  /* <[---], [---]> */
-  return z;
-}
-
-Slicing project worklist [default/slicing_3] =
-
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 0 actions...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-void k_slice_1(void)
-{
-  return;
-}
-
-void f_slice_1(void);
-
-void g(void)
-{
-  k_slice_1();
-  f_slice_1();
-  return;
-}
-
-void f_slice_1(void)
-{
-  k_slice_1();
-  k_slice_1();
-  k_slice_1();
-  return;
-}
-
-
+[kernel] Parsing tests/slicing/min_call.i (no preprocessing)
+[kernel] user error: cannot find entry point `g'.
+                     Please use option `-main' for specifying a valid entry point.
+[kernel] Frama-C aborted: invalid user input.
diff --git a/tests/slicing/oracle/ptr_fct.res.oracle b/tests/slicing/oracle/ptr_fct.res.oracle
index fb135056727..41b336b9c6b 100644
--- a/tests/slicing/oracle/ptr_fct.res.oracle
+++ b/tests/slicing/oracle/ptr_fct.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/ptr_fct.c (with preprocessing)
+[kernel] Parsing tests/slicing/ptr_fct.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at h
 [value] Computing initial state
@@ -8,14 +8,14 @@
   X ∈ {0}
   ptf ∈ {0}
 [value] computing for function g <- h.
-        Called from tests/slicing/ptr_fct.c:23.
+        Called from tests/slicing/ptr_fct.i:23.
 [value] computing for function f2 <- g <- h.
-        Called from tests/slicing/ptr_fct.c:17.
-tests/slicing/ptr_fct.c:17:[kernel] warning: Neither code nor specification for function f2, generating default assigns from the prototype
+        Called from tests/slicing/ptr_fct.i:17.
+tests/slicing/ptr_fct.i:17:[kernel] warning: Neither code nor specification for function f2, generating default assigns from the prototype
 [value] using specification for function f2
 [value] Done for function f2
 [value] computing for function f1 <- g <- h.
-        Called from tests/slicing/ptr_fct.c:17.
+        Called from tests/slicing/ptr_fct.i:17.
 [value] Recording results for f1
 [value] Done for function f1
 [value] Recording results for g
@@ -76,3 +76,5 @@ PTF h(int a, int b)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_ptr_fct.i (no preprocessing)
diff --git a/tests/slicing/oracle/same_sliced_name_bts1422.res.oracle b/tests/slicing/oracle/same_sliced_name_bts1422.res.oracle
index 4dcb70cee09..e71bd2998b2 100644
--- a/tests/slicing/oracle/same_sliced_name_bts1422.res.oracle
+++ b/tests/slicing/oracle/same_sliced_name_bts1422.res.oracle
@@ -35,3 +35,5 @@ void foo(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_same_sliced_name_bts1422.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.0.res.oracle b/tests/slicing/oracle/select_by_annot.0.res.oracle
index 72fca11faeb..30ffa0b30e1 100644
--- a/tests/slicing/oracle/select_by_annot.0.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
diff --git a/tests/slicing/oracle/select_by_annot.1.res.oracle b/tests/slicing/oracle/select_by_annot.1.res.oracle
index 4a573a0e52a..8596d3db009 100644
--- a/tests/slicing/oracle/select_by_annot.1.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -170,3 +170,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.10.res.oracle b/tests/slicing/oracle/select_by_annot.10.res.oracle
index acdd14dff6c..5061ff47c06 100644
--- a/tests/slicing/oracle/select_by_annot.10.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.10.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -175,3 +175,5 @@ void f7_slice_1(int cond)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_10_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.11.res.oracle b/tests/slicing/oracle/select_by_annot.11.res.oracle
index 2ce25eb3c81..41da6dddab9 100644
--- a/tests/slicing/oracle/select_by_annot.11.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.11.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -166,3 +166,5 @@ void f8_slice_1(int cond)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_11_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.12.res.oracle b/tests/slicing/oracle/select_by_annot.12.res.oracle
index 34d699928ea..bbf7dfdb0a3 100644
--- a/tests/slicing/oracle/select_by_annot.12.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.12.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -173,3 +173,5 @@ void f8_slice_1(int cond)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_12_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.13.res.oracle b/tests/slicing/oracle/select_by_annot.13.res.oracle
index b53a27d7646..7fa3cdfa2eb 100644
--- a/tests/slicing/oracle/select_by_annot.13.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.13.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -173,3 +173,5 @@ void f8_slice_1(int cond)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_13_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.14.res.oracle b/tests/slicing/oracle/select_by_annot.14.res.oracle
index 6262e10d160..1cb19c1e2a8 100644
--- a/tests/slicing/oracle/select_by_annot.14.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.14.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -165,3 +165,5 @@ void f9_slice_1(int c1, int c2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_14_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.2.res.oracle b/tests/slicing/oracle/select_by_annot.2.res.oracle
index 2c532b4d8ea..db5f116d2c7 100644
--- a/tests/slicing/oracle/select_by_annot.2.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.2.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -165,3 +165,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.3.res.oracle b/tests/slicing/oracle/select_by_annot.3.res.oracle
index 9e81e5e4057..2752181f8af 100644
--- a/tests/slicing/oracle/select_by_annot.3.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.3.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -167,3 +167,5 @@ void modifS_slice_1(int a)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.4.res.oracle b/tests/slicing/oracle/select_by_annot.4.res.oracle
index a76c9d0a1a4..9da79ccea7e 100644
--- a/tests/slicing/oracle/select_by_annot.4.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.4.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -168,3 +168,5 @@ void f1_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_4_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.5.res.oracle b/tests/slicing/oracle/select_by_annot.5.res.oracle
index 27cdc1eaa60..abf3a6c3b81 100644
--- a/tests/slicing/oracle/select_by_annot.5.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.5.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -166,3 +166,5 @@ void f2_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_5_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.6.res.oracle b/tests/slicing/oracle/select_by_annot.6.res.oracle
index c1d2c4dd1d0..817aa154078 100644
--- a/tests/slicing/oracle/select_by_annot.6.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.6.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -162,3 +162,5 @@ void f3_slice_1(int cond)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_6_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.7.res.oracle b/tests/slicing/oracle/select_by_annot.7.res.oracle
index cfc87cc22f3..80d0908e638 100644
--- a/tests/slicing/oracle/select_by_annot.7.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.7.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -171,3 +171,5 @@ void f4_slice_1(int cond)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_7_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.8.res.oracle b/tests/slicing/oracle/select_by_annot.8.res.oracle
index 0c2efcb49ae..e1df3be6209 100644
--- a/tests/slicing/oracle/select_by_annot.8.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.8.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -162,3 +162,5 @@ void f5_slice_1(int cond)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_8_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_by_annot.9.res.oracle b/tests/slicing/oracle/select_by_annot.9.res.oracle
index ca3d91d6524..0416aa6b8f5 100644
--- a/tests/slicing/oracle/select_by_annot.9.res.oracle
+++ b/tests/slicing/oracle/select_by_annot.9.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_by_annot.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_by_annot.i (no preprocessing)
 [value] Analyzing an incomplete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -10,60 +10,60 @@
   Y9 ∈ [--..--]
   Z9 ∈ [--..--]
   d ∈ [--..--]
-tests/slicing/select_by_annot.c:133:[value] assertion got status valid.
-tests/slicing/select_by_annot.c:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
+tests/slicing/select_by_annot.i:133:[value] assertion got status valid.
+tests/slicing/select_by_annot.i:137:[value] warning: signed overflow. assert (int)((int)(a+b)+c)+d ≤ 2147483647;
 [value] computing for function modifS <- main.
-        Called from tests/slicing/select_by_annot.c:138.
-tests/slicing/select_by_annot.c:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:138.
+tests/slicing/select_by_annot.i:122:[value] warning: signed overflow. assert S.a+a ≤ 2147483647;
 [value] Recording results for modifS
 [value] Done for function modifS
 [value] computing for function new_int <- main.
-        Called from tests/slicing/select_by_annot.c:140.
-tests/slicing/select_by_annot.c:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
+        Called from tests/slicing/select_by_annot.i:140.
+tests/slicing/select_by_annot.i:140:[kernel] warning: Neither code nor specification for function new_int, generating default assigns from the prototype
 [value] using specification for function new_int
 [value] Done for function new_int
 [value] computing for function f1 <- main.
-        Called from tests/slicing/select_by_annot.c:141.
-tests/slicing/select_by_annot.c:29:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:141.
+tests/slicing/select_by_annot.i:29:[value] warning: assertion got status unknown.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/select_by_annot.c:142.
-tests/slicing/select_by_annot.c:39:[value] warning: assertion got status unknown.
+        Called from tests/slicing/select_by_annot.i:142.
+tests/slicing/select_by_annot.i:39:[value] warning: assertion got status unknown.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/select_by_annot.c:143.
+        Called from tests/slicing/select_by_annot.i:143.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/select_by_annot.c:144.
+        Called from tests/slicing/select_by_annot.i:144.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/select_by_annot.c:145.
+        Called from tests/slicing/select_by_annot.i:145.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/select_by_annot.c:146.
-tests/slicing/select_by_annot.c:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:146.
+tests/slicing/select_by_annot.i:77:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
 [value] computing for function f7 <- main.
-        Called from tests/slicing/select_by_annot.c:147.
-tests/slicing/select_by_annot.c:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:147.
+tests/slicing/select_by_annot.i:88:[value] warning: signed overflow. assert Sa+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/select_by_annot.c:148.
-tests/slicing/select_by_annot.c:97:[value] warning: loop invariant got status unknown.
-tests/slicing/select_by_annot.c:99:[value] entering loop for the first time
-tests/slicing/select_by_annot.c:100:[value] warning: assertion got status unknown.
-tests/slicing/select_by_annot.c:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+        Called from tests/slicing/select_by_annot.i:148.
+tests/slicing/select_by_annot.i:97:[value] warning: loop invariant got status unknown.
+tests/slicing/select_by_annot.i:99:[value] entering loop for the first time
+tests/slicing/select_by_annot.i:100:[value] warning: assertion got status unknown.
+tests/slicing/select_by_annot.i:104:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f9 <- main.
-        Called from tests/slicing/select_by_annot.c:149.
+        Called from tests/slicing/select_by_annot.i:149.
 [value] Recording results for f9
 [value] Done for function f9
 [value] Recording results for main
@@ -173,3 +173,5 @@ void f6_slice_1(int cond)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_9_select_by_annot.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_calls.0.res.oracle b/tests/slicing/oracle/select_calls.0.res.oracle
index d4e2b4ecf84..63d8ebe6418 100644
--- a/tests/slicing/oracle/select_calls.0.res.oracle
+++ b/tests/slicing/oracle/select_calls.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_calls.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_calls.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at f
 [value] Computing initial state
@@ -8,37 +8,37 @@
   c ∈ [--..--]
   d ∈ [--..--]
 [value] computing for function send <- f.
-        Called from tests/slicing/select_calls.c:22.
-tests/slicing/select_calls.c:22:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_calls.i:22.
+tests/slicing/select_calls.i:22:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] computing for function send <- f.
-        Called from tests/slicing/select_calls.c:23.
+        Called from tests/slicing/select_calls.i:23.
 [value] Done for function send
 [value] computing for function crypt <- f.
-        Called from tests/slicing/select_calls.c:24.
-tests/slicing/select_calls.c:24:[kernel] warning: Neither code nor specification for function crypt, generating default assigns from the prototype
+        Called from tests/slicing/select_calls.i:24.
+tests/slicing/select_calls.i:24:[kernel] warning: Neither code nor specification for function crypt, generating default assigns from the prototype
 [value] using specification for function crypt
 [value] Done for function crypt
 [value] computing for function send <- f.
-        Called from tests/slicing/select_calls.c:25.
+        Called from tests/slicing/select_calls.i:25.
 [value] Done for function send
 [value] computing for function send <- f.
-        Called from tests/slicing/select_calls.c:28.
+        Called from tests/slicing/select_calls.i:28.
 [value] Done for function send
 [value] computing for function uncrypt <- f.
-        Called from tests/slicing/select_calls.c:30.
-tests/slicing/select_calls.c:30:[kernel] warning: Neither code nor specification for function uncrypt, generating default assigns from the prototype
+        Called from tests/slicing/select_calls.i:30.
+tests/slicing/select_calls.i:30:[kernel] warning: Neither code nor specification for function uncrypt, generating default assigns from the prototype
 [value] using specification for function uncrypt
 [value] Done for function uncrypt
 [value] computing for function send <- f.
-        Called from tests/slicing/select_calls.c:31.
+        Called from tests/slicing/select_calls.i:31.
 [value] Done for function send
 [value] computing for function crypt <- f.
-        Called from tests/slicing/select_calls.c:33.
+        Called from tests/slicing/select_calls.i:33.
 [value] Done for function crypt
 [value] computing for function send <- f.
-        Called from tests/slicing/select_calls.c:35.
+        Called from tests/slicing/select_calls.i:35.
 [value] Done for function send
 [value] Recording results for f
 [value] done for function f
@@ -94,3 +94,5 @@ void f(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_select_calls.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_calls.1.res.oracle b/tests/slicing/oracle/select_calls.1.res.oracle
index 8fcc7bd0d76..037e2f172a8 100644
--- a/tests/slicing/oracle/select_calls.1.res.oracle
+++ b/tests/slicing/oracle/select_calls.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_calls.c (with preprocessing)
+[kernel] Parsing tests/slicing/select_calls.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -8,8 +8,8 @@
   c ∈ [--..--]
   d ∈ [--..--]
 [value] computing for function nothing <- g.
-        Called from tests/slicing/select_calls.c:42.
-tests/slicing/select_calls.c:42:[kernel] warning: Neither code nor specification for function nothing, generating default assigns from the prototype
+        Called from tests/slicing/select_calls.i:42.
+tests/slicing/select_calls.i:42:[kernel] warning: Neither code nor specification for function nothing, generating default assigns from the prototype
 [value] using specification for function nothing
 [value] Done for function nothing
 [value] Recording results for g
@@ -41,3 +41,5 @@ void g(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_select_calls.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.0.res.oracle b/tests/slicing/oracle/select_return.0.res.oracle
index 86471b38157..5653de17fc3 100644
--- a/tests/slicing/oracle/select_return.0.res.oracle
+++ b/tests/slicing/oracle/select_return.0.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -121,3 +121,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.1.res.oracle b/tests/slicing/oracle/select_return.1.res.oracle
index 6dc664b9a16..de1ffcb6651 100644
--- a/tests/slicing/oracle/select_return.1.res.oracle
+++ b/tests/slicing/oracle/select_return.1.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -114,3 +114,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.10.res.oracle b/tests/slicing/oracle/select_return.10.res.oracle
index f2ccf100e1e..714223871ec 100644
--- a/tests/slicing/oracle/select_return.10.res.oracle
+++ b/tests/slicing/oracle/select_return.10.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -141,3 +141,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_10_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.11.res.oracle b/tests/slicing/oracle/select_return.11.res.oracle
index 329de0803d9..a5da076f247 100644
--- a/tests/slicing/oracle/select_return.11.res.oracle
+++ b/tests/slicing/oracle/select_return.11.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -117,3 +117,5 @@ int f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_11_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.12.res.oracle b/tests/slicing/oracle/select_return.12.res.oracle
index f165f98c866..2344f777be3 100644
--- a/tests/slicing/oracle/select_return.12.res.oracle
+++ b/tests/slicing/oracle/select_return.12.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -110,3 +110,5 @@ int f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_12_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.13.res.oracle b/tests/slicing/oracle/select_return.13.res.oracle
index 3049e4f6307..ab7f7a48045 100644
--- a/tests/slicing/oracle/select_return.13.res.oracle
+++ b/tests/slicing/oracle/select_return.13.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -108,3 +108,5 @@ int f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_13_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.14.res.oracle b/tests/slicing/oracle/select_return.14.res.oracle
index 303cdb26f9e..10059935261 100644
--- a/tests/slicing/oracle/select_return.14.res.oracle
+++ b/tests/slicing/oracle/select_return.14.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -113,3 +113,5 @@ int f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_14_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.15.res.oracle b/tests/slicing/oracle/select_return.15.res.oracle
index a0ee4c3f33a..bda9f3194bc 100644
--- a/tests/slicing/oracle/select_return.15.res.oracle
+++ b/tests/slicing/oracle/select_return.15.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -117,3 +117,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_15_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.16.res.oracle b/tests/slicing/oracle/select_return.16.res.oracle
index 1efdbcbe1d2..d7a19336d12 100644
--- a/tests/slicing/oracle/select_return.16.res.oracle
+++ b/tests/slicing/oracle/select_return.16.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -110,3 +110,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_16_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.17.res.oracle b/tests/slicing/oracle/select_return.17.res.oracle
index 768f76741f1..0f270bcd4b4 100644
--- a/tests/slicing/oracle/select_return.17.res.oracle
+++ b/tests/slicing/oracle/select_return.17.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -108,3 +108,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_17_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.18.res.oracle b/tests/slicing/oracle/select_return.18.res.oracle
index 638711d82d6..1a9d49bde8e 100644
--- a/tests/slicing/oracle/select_return.18.res.oracle
+++ b/tests/slicing/oracle/select_return.18.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -113,3 +113,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_18_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.19.res.oracle b/tests/slicing/oracle/select_return.19.res.oracle
index c0ba76c0017..baa67c18497 100644
--- a/tests/slicing/oracle/select_return.19.res.oracle
+++ b/tests/slicing/oracle/select_return.19.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -118,3 +118,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_19_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.2.res.oracle b/tests/slicing/oracle/select_return.2.res.oracle
index d4b6f5df2ce..ae8b467966c 100644
--- a/tests/slicing/oracle/select_return.2.res.oracle
+++ b/tests/slicing/oracle/select_return.2.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -112,3 +112,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.20.res.oracle b/tests/slicing/oracle/select_return.20.res.oracle
index 2bd63bc4231..aa81bcd1c33 100644
--- a/tests/slicing/oracle/select_return.20.res.oracle
+++ b/tests/slicing/oracle/select_return.20.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -115,3 +115,5 @@ void f_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_20_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.21.res.oracle b/tests/slicing/oracle/select_return.21.res.oracle
index 2bd63bc4231..2829d876827 100644
--- a/tests/slicing/oracle/select_return.21.res.oracle
+++ b/tests/slicing/oracle/select_return.21.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -115,3 +115,5 @@ void f_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_21_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.3.res.oracle b/tests/slicing/oracle/select_return.3.res.oracle
index 87a5610990a..d8beae5d260 100644
--- a/tests/slicing/oracle/select_return.3.res.oracle
+++ b/tests/slicing/oracle/select_return.3.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -117,3 +117,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.4.res.oracle b/tests/slicing/oracle/select_return.4.res.oracle
index c5a62df5e3b..f074df8e3fe 100644
--- a/tests/slicing/oracle/select_return.4.res.oracle
+++ b/tests/slicing/oracle/select_return.4.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -121,3 +121,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_4_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.5.res.oracle b/tests/slicing/oracle/select_return.5.res.oracle
index c5a62df5e3b..efd51e9bd72 100644
--- a/tests/slicing/oracle/select_return.5.res.oracle
+++ b/tests/slicing/oracle/select_return.5.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -121,3 +121,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_5_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.6.res.oracle b/tests/slicing/oracle/select_return.6.res.oracle
index c5a62df5e3b..b2c62d212eb 100644
--- a/tests/slicing/oracle/select_return.6.res.oracle
+++ b/tests/slicing/oracle/select_return.6.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -121,3 +121,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_6_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.7.res.oracle b/tests/slicing/oracle/select_return.7.res.oracle
index d1eebb235d0..62bed94b8b8 100644
--- a/tests/slicing/oracle/select_return.7.res.oracle
+++ b/tests/slicing/oracle/select_return.7.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -129,3 +129,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_7_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.8.res.oracle b/tests/slicing/oracle/select_return.8.res.oracle
index ec8952c80e4..dce3fedcdaa 100644
--- a/tests/slicing/oracle/select_return.8.res.oracle
+++ b/tests/slicing/oracle/select_return.8.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -133,3 +133,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_8_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return.9.res.oracle b/tests/slicing/oracle/select_return.9.res.oracle
index ec8952c80e4..0ac7c38acdf 100644
--- a/tests/slicing/oracle/select_return.9.res.oracle
+++ b/tests/slicing/oracle/select_return.9.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return.c (with preprocessing)
-tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return.i (no preprocessing)
+tests/slicing/select_return.i:45:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,54 +10,54 @@ tests/slicing/select_return.c:45:[kernel] warning: Calling undeclared function f
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return.c:44.
+        Called from tests/slicing/select_return.i:44.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return.c:35.
-tests/slicing/select_return.c:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:35.
+tests/slicing/select_return.i:35:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function send_bis <- k <- g.
-        Called from tests/slicing/select_return.c:39.
-tests/slicing/select_return.c:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:39.
+tests/slicing/select_return.i:39:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return.c:45.
+        Called from tests/slicing/select_return.i:45.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:49.
+        Called from tests/slicing/select_return.i:49.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:50.
+        Called from tests/slicing/select_return.i:50.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return.c:51.
+        Called from tests/slicing/select_return.i:51.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return.c:35.
+        Called from tests/slicing/select_return.i:35.
 [value] Done for function get
 [value] computing for function send_bis <- k <- f <- g.
-        Called from tests/slicing/select_return.c:39.
+        Called from tests/slicing/select_return.i:39.
 [value] Done for function send_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return.c:53.
-tests/slicing/select_return.c:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return.i:53.
+tests/slicing/select_return.i:53:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -133,3 +133,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_9_select_return.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return_bis.0.res.oracle b/tests/slicing/oracle/select_return_bis.0.res.oracle
index 72b50274b60..9fc8fda2e5e 100644
--- a/tests/slicing/oracle/select_return_bis.0.res.oracle
+++ b/tests/slicing/oracle/select_return_bis.0.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return_bis.c (with preprocessing)
-tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return_bis.i (no preprocessing)
+tests/slicing/select_return_bis.i:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,17 +10,17 @@ tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared functi
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return_bis.c:35.
+        Called from tests/slicing/select_return_bis.i:35.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return_bis.c:28.
-tests/slicing/select_return_bis.c:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:28.
+tests/slicing/select_return_bis.i:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:24.
-tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:24.
+tests/slicing/select_return_bis.i:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k_bis
@@ -28,52 +28,52 @@ tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specific
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return_bis.c:36.
+        Called from tests/slicing/select_return_bis.i:36.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:40.
+        Called from tests/slicing/select_return_bis.i:40.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:41.
+        Called from tests/slicing/select_return_bis.i:41.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:42.
+        Called from tests/slicing/select_return_bis.i:42.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return_bis.c:44.
-tests/slicing/select_return_bis.c:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:44.
+tests/slicing/select_return_bis.i:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -145,3 +145,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_select_return_bis.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return_bis.1.res.oracle b/tests/slicing/oracle/select_return_bis.1.res.oracle
index dfb76ede113..4478fcf8d17 100644
--- a/tests/slicing/oracle/select_return_bis.1.res.oracle
+++ b/tests/slicing/oracle/select_return_bis.1.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return_bis.c (with preprocessing)
-tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return_bis.i (no preprocessing)
+tests/slicing/select_return_bis.i:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,17 +10,17 @@ tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared functi
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return_bis.c:35.
+        Called from tests/slicing/select_return_bis.i:35.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return_bis.c:28.
-tests/slicing/select_return_bis.c:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:28.
+tests/slicing/select_return_bis.i:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:24.
-tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:24.
+tests/slicing/select_return_bis.i:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k_bis
@@ -28,52 +28,52 @@ tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specific
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return_bis.c:36.
+        Called from tests/slicing/select_return_bis.i:36.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:40.
+        Called from tests/slicing/select_return_bis.i:40.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:41.
+        Called from tests/slicing/select_return_bis.i:41.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:42.
+        Called from tests/slicing/select_return_bis.i:42.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return_bis.c:44.
-tests/slicing/select_return_bis.c:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:44.
+tests/slicing/select_return_bis.i:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -140,3 +140,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_select_return_bis.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return_bis.10.res.oracle b/tests/slicing/oracle/select_return_bis.10.res.oracle
index 0c4f41de2d5..d22d80043b1 100644
--- a/tests/slicing/oracle/select_return_bis.10.res.oracle
+++ b/tests/slicing/oracle/select_return_bis.10.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return_bis.c (with preprocessing)
-tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return_bis.i (no preprocessing)
+tests/slicing/select_return_bis.i:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,17 +10,17 @@ tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared functi
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return_bis.c:35.
+        Called from tests/slicing/select_return_bis.i:35.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return_bis.c:28.
-tests/slicing/select_return_bis.c:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:28.
+tests/slicing/select_return_bis.i:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:24.
-tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:24.
+tests/slicing/select_return_bis.i:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k_bis
@@ -28,52 +28,52 @@ tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specific
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return_bis.c:36.
+        Called from tests/slicing/select_return_bis.i:36.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:40.
+        Called from tests/slicing/select_return_bis.i:40.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:41.
+        Called from tests/slicing/select_return_bis.i:41.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:42.
+        Called from tests/slicing/select_return_bis.i:42.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return_bis.c:44.
-tests/slicing/select_return_bis.c:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:44.
+tests/slicing/select_return_bis.i:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -167,3 +167,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_10_select_return_bis.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return_bis.2.res.oracle b/tests/slicing/oracle/select_return_bis.2.res.oracle
index ee12875d5b3..17a8931a4db 100644
--- a/tests/slicing/oracle/select_return_bis.2.res.oracle
+++ b/tests/slicing/oracle/select_return_bis.2.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return_bis.c (with preprocessing)
-tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return_bis.i (no preprocessing)
+tests/slicing/select_return_bis.i:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,17 +10,17 @@ tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared functi
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return_bis.c:35.
+        Called from tests/slicing/select_return_bis.i:35.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return_bis.c:28.
-tests/slicing/select_return_bis.c:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:28.
+tests/slicing/select_return_bis.i:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:24.
-tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:24.
+tests/slicing/select_return_bis.i:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k_bis
@@ -28,52 +28,52 @@ tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specific
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return_bis.c:36.
+        Called from tests/slicing/select_return_bis.i:36.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:40.
+        Called from tests/slicing/select_return_bis.i:40.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:41.
+        Called from tests/slicing/select_return_bis.i:41.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:42.
+        Called from tests/slicing/select_return_bis.i:42.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return_bis.c:44.
-tests/slicing/select_return_bis.c:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:44.
+tests/slicing/select_return_bis.i:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -130,3 +130,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_select_return_bis.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return_bis.3.res.oracle b/tests/slicing/oracle/select_return_bis.3.res.oracle
index 919831cdc97..e864951a8fc 100644
--- a/tests/slicing/oracle/select_return_bis.3.res.oracle
+++ b/tests/slicing/oracle/select_return_bis.3.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return_bis.c (with preprocessing)
-tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return_bis.i (no preprocessing)
+tests/slicing/select_return_bis.i:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,17 +10,17 @@ tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared functi
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return_bis.c:35.
+        Called from tests/slicing/select_return_bis.i:35.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return_bis.c:28.
-tests/slicing/select_return_bis.c:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:28.
+tests/slicing/select_return_bis.i:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:24.
-tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:24.
+tests/slicing/select_return_bis.i:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k_bis
@@ -28,52 +28,52 @@ tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specific
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return_bis.c:36.
+        Called from tests/slicing/select_return_bis.i:36.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:40.
+        Called from tests/slicing/select_return_bis.i:40.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:41.
+        Called from tests/slicing/select_return_bis.i:41.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:42.
+        Called from tests/slicing/select_return_bis.i:42.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return_bis.c:44.
-tests/slicing/select_return_bis.c:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:44.
+tests/slicing/select_return_bis.i:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -135,3 +135,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_select_return_bis.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return_bis.4.res.oracle b/tests/slicing/oracle/select_return_bis.4.res.oracle
index eb0ad092ff1..395c6040334 100644
--- a/tests/slicing/oracle/select_return_bis.4.res.oracle
+++ b/tests/slicing/oracle/select_return_bis.4.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return_bis.c (with preprocessing)
-tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return_bis.i (no preprocessing)
+tests/slicing/select_return_bis.i:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,17 +10,17 @@ tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared functi
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return_bis.c:35.
+        Called from tests/slicing/select_return_bis.i:35.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return_bis.c:28.
-tests/slicing/select_return_bis.c:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:28.
+tests/slicing/select_return_bis.i:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:24.
-tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:24.
+tests/slicing/select_return_bis.i:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k_bis
@@ -28,52 +28,52 @@ tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specific
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return_bis.c:36.
+        Called from tests/slicing/select_return_bis.i:36.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:40.
+        Called from tests/slicing/select_return_bis.i:40.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:41.
+        Called from tests/slicing/select_return_bis.i:41.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:42.
+        Called from tests/slicing/select_return_bis.i:42.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return_bis.c:44.
-tests/slicing/select_return_bis.c:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:44.
+tests/slicing/select_return_bis.i:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -154,3 +154,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_4_select_return_bis.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return_bis.5.res.oracle b/tests/slicing/oracle/select_return_bis.5.res.oracle
index a93ffbeb343..28ab9e8cb01 100644
--- a/tests/slicing/oracle/select_return_bis.5.res.oracle
+++ b/tests/slicing/oracle/select_return_bis.5.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return_bis.c (with preprocessing)
-tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return_bis.i (no preprocessing)
+tests/slicing/select_return_bis.i:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,17 +10,17 @@ tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared functi
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return_bis.c:35.
+        Called from tests/slicing/select_return_bis.i:35.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return_bis.c:28.
-tests/slicing/select_return_bis.c:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:28.
+tests/slicing/select_return_bis.i:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:24.
-tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:24.
+tests/slicing/select_return_bis.i:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k_bis
@@ -28,52 +28,52 @@ tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specific
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return_bis.c:36.
+        Called from tests/slicing/select_return_bis.i:36.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:40.
+        Called from tests/slicing/select_return_bis.i:40.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:41.
+        Called from tests/slicing/select_return_bis.i:41.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:42.
+        Called from tests/slicing/select_return_bis.i:42.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return_bis.c:44.
-tests/slicing/select_return_bis.c:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:44.
+tests/slicing/select_return_bis.i:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -149,3 +149,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_5_select_return_bis.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return_bis.6.res.oracle b/tests/slicing/oracle/select_return_bis.6.res.oracle
index 4ff95a2aea0..2fe12305b2c 100644
--- a/tests/slicing/oracle/select_return_bis.6.res.oracle
+++ b/tests/slicing/oracle/select_return_bis.6.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return_bis.c (with preprocessing)
-tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return_bis.i (no preprocessing)
+tests/slicing/select_return_bis.i:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,17 +10,17 @@ tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared functi
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return_bis.c:35.
+        Called from tests/slicing/select_return_bis.i:35.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return_bis.c:28.
-tests/slicing/select_return_bis.c:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:28.
+tests/slicing/select_return_bis.i:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:24.
-tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:24.
+tests/slicing/select_return_bis.i:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k_bis
@@ -28,52 +28,52 @@ tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specific
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return_bis.c:36.
+        Called from tests/slicing/select_return_bis.i:36.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:40.
+        Called from tests/slicing/select_return_bis.i:40.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:41.
+        Called from tests/slicing/select_return_bis.i:41.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:42.
+        Called from tests/slicing/select_return_bis.i:42.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return_bis.c:44.
-tests/slicing/select_return_bis.c:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:44.
+tests/slicing/select_return_bis.i:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -142,3 +142,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_6_select_return_bis.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return_bis.7.res.oracle b/tests/slicing/oracle/select_return_bis.7.res.oracle
index a44bb0a97c0..4dc2601885e 100644
--- a/tests/slicing/oracle/select_return_bis.7.res.oracle
+++ b/tests/slicing/oracle/select_return_bis.7.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return_bis.c (with preprocessing)
-tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return_bis.i (no preprocessing)
+tests/slicing/select_return_bis.i:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,17 +10,17 @@ tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared functi
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return_bis.c:35.
+        Called from tests/slicing/select_return_bis.i:35.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return_bis.c:28.
-tests/slicing/select_return_bis.c:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:28.
+tests/slicing/select_return_bis.i:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:24.
-tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:24.
+tests/slicing/select_return_bis.i:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k_bis
@@ -28,52 +28,52 @@ tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specific
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return_bis.c:36.
+        Called from tests/slicing/select_return_bis.i:36.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:40.
+        Called from tests/slicing/select_return_bis.i:40.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:41.
+        Called from tests/slicing/select_return_bis.i:41.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:42.
+        Called from tests/slicing/select_return_bis.i:42.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return_bis.c:44.
-tests/slicing/select_return_bis.c:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:44.
+tests/slicing/select_return_bis.i:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -147,3 +147,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_7_select_return_bis.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return_bis.8.res.oracle b/tests/slicing/oracle/select_return_bis.8.res.oracle
index 74e342ea531..6b4b8fb2da4 100644
--- a/tests/slicing/oracle/select_return_bis.8.res.oracle
+++ b/tests/slicing/oracle/select_return_bis.8.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return_bis.c (with preprocessing)
-tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return_bis.i (no preprocessing)
+tests/slicing/select_return_bis.i:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,17 +10,17 @@ tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared functi
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return_bis.c:35.
+        Called from tests/slicing/select_return_bis.i:35.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return_bis.c:28.
-tests/slicing/select_return_bis.c:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:28.
+tests/slicing/select_return_bis.i:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:24.
-tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:24.
+tests/slicing/select_return_bis.i:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k_bis
@@ -28,52 +28,52 @@ tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specific
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return_bis.c:36.
+        Called from tests/slicing/select_return_bis.i:36.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:40.
+        Called from tests/slicing/select_return_bis.i:40.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:41.
+        Called from tests/slicing/select_return_bis.i:41.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:42.
+        Called from tests/slicing/select_return_bis.i:42.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return_bis.c:44.
-tests/slicing/select_return_bis.c:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:44.
+tests/slicing/select_return_bis.i:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -161,3 +161,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_8_select_return_bis.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_return_bis.9.res.oracle b/tests/slicing/oracle/select_return_bis.9.res.oracle
index 1571aad0c77..c2724f6d7e9 100644
--- a/tests/slicing/oracle/select_return_bis.9.res.oracle
+++ b/tests/slicing/oracle/select_return_bis.9.res.oracle
@@ -1,6 +1,6 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_return_bis.c (with preprocessing)
-tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[kernel] Parsing tests/slicing/select_return_bis.i (no preprocessing)
+tests/slicing/select_return_bis.i:36:[kernel] warning: Calling undeclared function f. Old style K&R code?
 [slicing] slicing requests in progress...
 [value] Analyzing an incomplete application starting at g
 [value] Computing initial state
@@ -10,17 +10,17 @@ tests/slicing/select_return_bis.c:36:[kernel] warning: Calling undeclared functi
   H ∈ [--..--]
   I ∈ [--..--]
 [value] computing for function k <- g.
-        Called from tests/slicing/select_return_bis.c:35.
+        Called from tests/slicing/select_return_bis.i:35.
 [value] computing for function get <- k <- g.
-        Called from tests/slicing/select_return_bis.c:28.
-tests/slicing/select_return_bis.c:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:28.
+tests/slicing/select_return_bis.i:28:[kernel] warning: Neither code nor specification for function get, generating default assigns from the prototype
 [value] using specification for function get
 [value] Done for function get
 [value] computing for function k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- g.
-        Called from tests/slicing/select_return_bis.c:24.
-tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:24.
+tests/slicing/select_return_bis.i:24:[kernel] warning: Neither code nor specification for function send_bis, generating default assigns from the prototype
 [value] using specification for function send_bis
 [value] Done for function send_bis
 [value] Recording results for k_bis
@@ -28,52 +28,52 @@ tests/slicing/select_return_bis.c:24:[kernel] warning: Neither code nor specific
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function f <- g.
-        Called from tests/slicing/select_return_bis.c:36.
+        Called from tests/slicing/select_return_bis.i:36.
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:40.
+        Called from tests/slicing/select_return_bis.i:40.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:41.
+        Called from tests/slicing/select_return_bis.i:41.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:42.
+        Called from tests/slicing/select_return_bis.i:42.
 [value] computing for function get <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:28.
+        Called from tests/slicing/select_return_bis.i:28.
 [value] Done for function get
 [value] computing for function k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:30.
+        Called from tests/slicing/select_return_bis.i:30.
 [value] computing for function send_bis <- k_bis <- k <- f <- g.
-        Called from tests/slicing/select_return_bis.c:24.
+        Called from tests/slicing/select_return_bis.i:24.
 [value] Done for function send_bis
 [value] Recording results for k_bis
 [value] Done for function k_bis
 [value] Recording results for k
 [value] Done for function k
 [value] computing for function send <- f <- g.
-        Called from tests/slicing/select_return_bis.c:44.
-tests/slicing/select_return_bis.c:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
+        Called from tests/slicing/select_return_bis.i:44.
+tests/slicing/select_return_bis.i:44:[kernel] warning: Neither code nor specification for function send, generating default assigns from the prototype
 [value] using specification for function send
 [value] Done for function send
 [value] Recording results for f
@@ -159,3 +159,5 @@ void f_slice_1(int y)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_9_select_return_bis.i (no preprocessing)
diff --git a/tests/slicing/oracle/select_simple.res.oracle b/tests/slicing/oracle/select_simple.res.oracle
index e3761d72eab..5958a59ac2e 100644
--- a/tests/slicing/oracle/select_simple.res.oracle
+++ b/tests/slicing/oracle/select_simple.res.oracle
@@ -1,428 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/select_simple.c (with preprocessing)
-[value] Analyzing a complete application starting at main
-[value] Computing initial state
-[value] Initial state computed
-[value:initial-state] Values of globals at initialization
-  Unknown ∈ {0}
-  G ∈ {0}
-  S ∈ {0}
-  S1 ∈ {0}
-  S2 ∈ {0}
-tests/slicing/simple_intra_slice.c:98:[value] entering loop for the first time
-tests/slicing/simple_intra_slice.c:99:[value] warning: signed overflow. assert -2147483648 ≤ uninit-1;
-tests/slicing/simple_intra_slice.c:99:[value] warning: signed overflow. assert Unknown+1 ≤ 2147483647;
-tests/slicing/simple_intra_slice.c:99:[value] warning: signed overflow. assert -2147483648 ≤ Unknown-1;
-tests/slicing/simple_intra_slice.c:100:[value] entering loop for the first time
-tests/slicing/simple_intra_slice.c:101:[value] warning: signed overflow. assert -2147483648 ≤ uninit2-1;
-tests/slicing/simple_intra_slice.c:101:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
-tests/slicing/simple_intra_slice.c:101:[value] warning: signed overflow. assert -2147483648 ≤ S.a-1;
-[value] computing for function f2 <- main.
-        Called from tests/slicing/simple_intra_slice.c:103.
-[value] computing for function f1 <- f2 <- main.
-        Called from tests/slicing/simple_intra_slice.c:23.
-[value] Recording results for f1
-[value] Done for function f1
-[value] Recording results for f2
-[value] Done for function f2
-[value] computing for function f3 <- main.
-        Called from tests/slicing/simple_intra_slice.c:104.
-[value] Recording results for f3
-[value] Done for function f3
-[value] computing for function f4 <- main.
-        Called from tests/slicing/simple_intra_slice.c:105.
-[value] Recording results for f4
-[value] Done for function f4
-[value] computing for function f5 <- main.
-        Called from tests/slicing/simple_intra_slice.c:106.
-[value] Recording results for f5
-[value] Done for function f5
-[value] computing for function f6 <- main.
-        Called from tests/slicing/simple_intra_slice.c:107.
-tests/slicing/simple_intra_slice.c:59:[value] entering loop for the first time
-tests/slicing/simple_intra_slice.c:71:[value] warning: signed overflow. assert -2147483648 ≤ 10*n;
-tests/slicing/simple_intra_slice.c:71:[value] warning: signed overflow. assert 10*n ≤ 2147483647;
-[value] Recording results for f6
-[value] Done for function f6
-tests/slicing/simple_intra_slice.c:107:[value] warning: signed overflow. assert res+tmp_3 ≤ 2147483647;
-                                  (tmp_3 from f6(Unknown))
-[value] computing for function f7 <- main.
-        Called from tests/slicing/simple_intra_slice.c:108.
-tests/slicing/simple_intra_slice.c:79:[value] warning: signed overflow. assert S.a+3 ≤ 2147483647;
-tests/slicing/simple_intra_slice.c:82:[value] warning: signed overflow. assert s0.a+1 ≤ 2147483647;
-[value] Recording results for f7
-[value] Done for function f7
-[value] computing for function f8 <- main.
-        Called from tests/slicing/simple_intra_slice.c:110.
-[value] Recording results for f8
-[value] Done for function f8
-[value] computing for function f8 <- main.
-        Called from tests/slicing/simple_intra_slice.c:112.
-[value] Recording results for f8
-[value] Done for function f8
-[value] Recording results for main
-[value] done for function main
-[from] Computing for function f1
-[from] Done for function f1
-[from] Computing for function f2
-[from] Done for function f2
-[from] Computing for function f3
-[from] Done for function f3
-[from] Computing for function f4
-[from] Done for function f4
-[from] Computing for function f5
-[from] Done for function f5
-[from] Computing for function f6
-[from] Done for function f6
-[from] Computing for function f7
-[from] Done for function f7
-[from] Computing for function f8
-[from] Done for function f8
-[from] Computing for function main
-[from] Done for function main
-[from] ====== DEPENDENCIES COMPUTED ======
-       These dependencies hold at termination for the executions that terminate:
-[from] Function f1:
-  G FROM x
-  \result FROM y
-[from] Function f2:
-  G FROM \nothing
-  \result FROM \nothing
-[from] Function f3:
-  G FROM Unknown; c (and SELF)
-  \result FROM Unknown; c
-[from] Function f4:
-  G FROM Unknown; c (and SELF)
-  \result FROM Unknown; c
-[from] Function f5:
-  G FROM Unknown; G; c (and SELF)
-  \result FROM Unknown; c
-[from] Function f6:
-  \result FROM Unknown; n
-[from] Function f7:
-  S.a FROM S.a; s0
-   {.b; .c} FROM S.a; s0 (and SELF)
-[from] Function f8:
-  S1.a FROM S1.a; S2.a; ps (and SELF)
-    .b FROM S1.b; S2.b; ps (and SELF)
-  S2.a FROM S1.a; S2.a; ps (and SELF)
-    .b FROM S1.b; S2.b; ps (and SELF)
-[from] Function main:
-  Unknown FROM Unknown (and SELF)
-  G FROM Unknown
-  S.a FROM S
-   {.b; .c} FROM S (and SELF)
-  S1.a FROM Unknown; S1.a; S2.a (and SELF)
-    .b FROM Unknown; S1.b; S2.b (and SELF)
-  S2.a FROM Unknown; S1.a; S2.a (and SELF)
-    .b FROM Unknown; S1.b; S2.b (and SELF)
-  \result FROM Unknown
-[from] ====== END OF DEPENDENCIES ======
-[slicing] making slicing project 'slicing_1'...
-[pdg] computing for function f1
-[pdg] done for function f1
-Slicing project worklist [default/slicing_1] =
-[f1_slice_1 = (n:11(restrict to G) ,<[--d], [---]>)]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-int G;
-void f1_slice_1(int x)
-{
-  int a;
-  a = 1;
-  G = x + a;
-  return;
-}
-
-
-[slicing] making slicing project 'slicing_2'...
-Slicing project worklist [default/slicing_2] =
-[f1_slice_1 = (n:13(restrict to __retres) ,<[--d], [---]>)]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-int f1_slice_1(int y)
-{
-  int __retres;
-  int b;
-  b = 2;
-  __retres = y + b;
-  return __retres;
-}
-
-
-[slicing] making slicing project 'slicing_3'...
-[pdg] computing for function f2
-[pdg] done for function f2
-Slicing project worklist [default/slicing_3] =
-[f2_slice_1 = (n:28(restrict to tmp) ,<[--d], [---]>)]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-int f1_slice_1(int y)
-{
-  int __retres;
-  int b;
-  b = 2;
-  __retres = y + b;
-  return __retres;
-}
-
-int f2_slice_1(void)
-{
-  int c;
-  int tmp;
-  c = 3;
-  tmp = f1_slice_1(c);
-  return tmp;
-}
-
-
-[slicing] making slicing project 'slicing_4'...
-[pdg] computing for function f6
-[pdg] done for function f6
-Slicing project worklist [default/slicing_4] =
-[f6_slice_1 = (n:32(restrict to n) ,<[--d], [---]>)(n:42(restrict to 
-n) ,<[--d], [---]>)]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-int Unknown;
-void f6_slice_1(int n)
-{
-  while (n < 10) {
-    if (Unknown > 3) break;
-    if (n % 2) continue;
-    n ++;
-  }
-  return;
-}
-
-
-[slicing] making slicing project 'slicing_5'...
-[pdg] computing for function f7
-[pdg] done for function f7
-[slicing] making slicing project 'slicing_6'...
-Impossible to select 'retres' for a void function (f7)
-Slicing project worklist [default/slicing_6] =
-[f7_slice_1 = (n:61(restrict to S.a) ,<[--d], [---]>)(n:63(restrict to 
-S.a) ,<[--d], [---]>)]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-struct __anonstruct_Tstr_1 {
-   int a ;
-   int b ;
-   int c ;
-};
-typedef struct __anonstruct_Tstr_1 Tstr;
-Tstr S;
-void f7_slice_1(Tstr s0)
-{
-  int x;
-  x = S.a;
-  if (x > 0) S.a += 3;
-  else {
-    (s0.a) ++;
-    S = s0;
-  }
-  return;
-}
-
-
-[slicing] making slicing project 'slicing_7'...
-Slicing project worklist [default/slicing_7] =
-[f7_slice_1 = (UndefIn S.b:<[--d], [---]>)(n:63(restrict to S.b) ,<[--d],
-                                                                  [---]>)]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-struct __anonstruct_Tstr_1 {
-   int a ;
-   int b ;
-   int c ;
-};
-typedef struct __anonstruct_Tstr_1 Tstr;
-Tstr S;
-void f7_slice_1(Tstr s0)
-{
-  int x;
-  x = S.a;
-  if (! (x > 0)) {
-    (s0.a) ++;
-    S = s0;
-  }
-  return;
-}
-
-
-[slicing] making slicing project 'slicing_8'...
-Slicing project worklist [default/slicing_8] =
-[f7_slice_1 = (UndefIn S{.b; .c}:<[--d], [---]>)(n:61(restrict to S.a) ,
-<[--d],
-[---]>)(n:63(restrict to S.a) ,<[--d], [---]>)(n:63(restrict to S{.b; .c}) ,
-<[--d],
-[---]>)]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-struct __anonstruct_Tstr_1 {
-   int a ;
-   int b ;
-   int c ;
-};
-typedef struct __anonstruct_Tstr_1 Tstr;
-Tstr S;
-void f7_slice_1(Tstr s0)
-{
-  int x;
-  x = S.a;
-  if (x > 0) S.a += 3;
-  else {
-    (s0.a) ++;
-    S = s0;
-  }
-  return;
-}
-
-
-[slicing] making slicing project 'slicing_9'...
-[slicing] making slicing project 'slicing_10'...
-[pdg] computing for function f8
-[pdg] done for function f8
-Impossible to select this data : XXX in f7
-Slicing project worklist [default/slicing_10] =
-[f8_slice_1 = (n:69(restrict to S1.a) ,<[--d], [---]>)(n:69(restrict to 
-S2.a) ,<[--d], [---]>)(n:75(restrict to S2.a) ,<[--d], [---]>)(n:74(restrict to 
-S1.a) ,<[--d], [---]>)]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-struct __anonstruct_Tstr_1 {
-   int a ;
-   int b ;
-   int c ;
-};
-typedef struct __anonstruct_Tstr_1 Tstr;
-void f8_slice_1(Tstr *ps)
-{
-  (ps->a) ++;
-  return;
-}
-
-
-[slicing] making slicing project 'slicing_11'...
-Slicing project worklist [default/slicing_11] =
-[f8_slice_1 = (n:70(restrict to S1.b) ,<[--d], [---]>)(n:70(restrict to 
-S2.b) ,<[--d], [---]>)(n:73(restrict to S2.b) ,<[--d], [---]>)(n:72(restrict to 
-S1.b) ,<[--d], [---]>)]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-struct __anonstruct_Tstr_1 {
-   int a ;
-   int b ;
-   int c ;
-};
-typedef struct __anonstruct_Tstr_1 Tstr;
-void f8_slice_1(Tstr *ps)
-{
-  (ps->b) ++;
-  return;
-}
-
-
-[slicing] making slicing project 'slicing_12'...
-Slicing project worklist [default/slicing_12] =
-[f8_slice_1 = (UndefIn S1.c;
-S2.c:<[--d], [---]>)]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-void f8_slice_1(void)
-{
-  return;
-}
-
-
-[slicing] making slicing project 'slicing_13'...
-Slicing project worklist [default/slicing_13] =
-[f8_slice_1 = (UndefIn S1.c;
-S2.c:<[--d], [---]>)(n:69(restrict to S1.a) ,<[--d], [---]>)(n:70(restrict to 
-S1.b) ,<[--d], [---]>)(n:69(restrict to S2.a) ,<[--d], [---]>)(n:70(restrict to 
-S2.b) ,<[--d], [---]>)(n:73(restrict to S2.b) ,<[--d], [---]>)(n:75(restrict to 
-S2.a) ,<[--d], [---]>)(n:72(restrict to S1.b) ,<[--d], [---]>)(n:74(restrict to 
-S1.a) ,<[--d], [---]>)]
-
-[slicing] exporting project to 'Sliced code'...
-[slicing] applying all slicing requests...
-[slicing] applying 1 actions...
-[slicing] applying actions: 1/1...
-[sparecode] remove unused global declarations from project 'Sliced code tmp'
-[sparecode] removed unused global declarations in new project 'Sliced code'
-/* Generated by Frama-C */
-struct __anonstruct_Tstr_1 {
-   int a ;
-   int b ;
-   int c ;
-};
-typedef struct __anonstruct_Tstr_1 Tstr;
-void f8_slice_1(Tstr *ps)
-{
-  (ps->a) ++;
-  (ps->b) ++;
-  return;
-}
-
-
+[kernel] Parsing tests/slicing/select_simple.i (no preprocessing)
+[kernel] user error: cannot find entry point `main'.
+                     Please use option `-main' for specifying a valid entry point.
+[kernel] Frama-C aborted: invalid user input.
diff --git a/tests/slicing/oracle/simple_intra_slice.res.oracle b/tests/slicing/oracle/simple_intra_slice.res.oracle
index 88ba454fba3..5bfed5bdd55 100644
--- a/tests/slicing/oracle/simple_intra_slice.res.oracle
+++ b/tests/slicing/oracle/simple_intra_slice.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/simple_intra_slice.c (with preprocessing)
+[kernel] Parsing tests/slicing/simple_intra_slice.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
@@ -9,55 +9,55 @@
   S ∈ {0}
   S1 ∈ {0}
   S2 ∈ {0}
-tests/slicing/simple_intra_slice.c:98:[value] entering loop for the first time
-tests/slicing/simple_intra_slice.c:99:[value] warning: signed overflow. assert -2147483648 ≤ uninit-1;
-tests/slicing/simple_intra_slice.c:99:[value] warning: signed overflow. assert Unknown+1 ≤ 2147483647;
-tests/slicing/simple_intra_slice.c:99:[value] warning: signed overflow. assert -2147483648 ≤ Unknown-1;
-tests/slicing/simple_intra_slice.c:100:[value] entering loop for the first time
-tests/slicing/simple_intra_slice.c:101:[value] warning: signed overflow. assert -2147483648 ≤ uninit2-1;
-tests/slicing/simple_intra_slice.c:101:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
-tests/slicing/simple_intra_slice.c:101:[value] warning: signed overflow. assert -2147483648 ≤ S.a-1;
+tests/slicing/simple_intra_slice.i:98:[value] entering loop for the first time
+tests/slicing/simple_intra_slice.i:99:[value] warning: signed overflow. assert -2147483648 ≤ uninit-1;
+tests/slicing/simple_intra_slice.i:99:[value] warning: signed overflow. assert Unknown+1 ≤ 2147483647;
+tests/slicing/simple_intra_slice.i:99:[value] warning: signed overflow. assert -2147483648 ≤ Unknown-1;
+tests/slicing/simple_intra_slice.i:100:[value] entering loop for the first time
+tests/slicing/simple_intra_slice.i:101:[value] warning: signed overflow. assert -2147483648 ≤ uninit2-1;
+tests/slicing/simple_intra_slice.i:101:[value] warning: signed overflow. assert S.a+1 ≤ 2147483647;
+tests/slicing/simple_intra_slice.i:101:[value] warning: signed overflow. assert -2147483648 ≤ S.a-1;
 [value] computing for function f2 <- main.
-        Called from tests/slicing/simple_intra_slice.c:103.
+        Called from tests/slicing/simple_intra_slice.i:103.
 [value] computing for function f1 <- f2 <- main.
-        Called from tests/slicing/simple_intra_slice.c:23.
+        Called from tests/slicing/simple_intra_slice.i:23.
 [value] Recording results for f1
 [value] Done for function f1
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function f3 <- main.
-        Called from tests/slicing/simple_intra_slice.c:104.
+        Called from tests/slicing/simple_intra_slice.i:104.
 [value] Recording results for f3
 [value] Done for function f3
 [value] computing for function f4 <- main.
-        Called from tests/slicing/simple_intra_slice.c:105.
+        Called from tests/slicing/simple_intra_slice.i:105.
 [value] Recording results for f4
 [value] Done for function f4
 [value] computing for function f5 <- main.
-        Called from tests/slicing/simple_intra_slice.c:106.
+        Called from tests/slicing/simple_intra_slice.i:106.
 [value] Recording results for f5
 [value] Done for function f5
 [value] computing for function f6 <- main.
-        Called from tests/slicing/simple_intra_slice.c:107.
-tests/slicing/simple_intra_slice.c:59:[value] entering loop for the first time
-tests/slicing/simple_intra_slice.c:71:[value] warning: signed overflow. assert -2147483648 ≤ 10*n;
-tests/slicing/simple_intra_slice.c:71:[value] warning: signed overflow. assert 10*n ≤ 2147483647;
+        Called from tests/slicing/simple_intra_slice.i:107.
+tests/slicing/simple_intra_slice.i:59:[value] entering loop for the first time
+tests/slicing/simple_intra_slice.i:71:[value] warning: signed overflow. assert -2147483648 ≤ 10*n;
+tests/slicing/simple_intra_slice.i:71:[value] warning: signed overflow. assert 10*n ≤ 2147483647;
 [value] Recording results for f6
 [value] Done for function f6
-tests/slicing/simple_intra_slice.c:107:[value] warning: signed overflow. assert res+tmp_3 ≤ 2147483647;
+tests/slicing/simple_intra_slice.i:107:[value] warning: signed overflow. assert res+tmp_3 ≤ 2147483647;
                                   (tmp_3 from f6(Unknown))
 [value] computing for function f7 <- main.
-        Called from tests/slicing/simple_intra_slice.c:108.
-tests/slicing/simple_intra_slice.c:79:[value] warning: signed overflow. assert S.a+3 ≤ 2147483647;
-tests/slicing/simple_intra_slice.c:82:[value] warning: signed overflow. assert s0.a+1 ≤ 2147483647;
+        Called from tests/slicing/simple_intra_slice.i:108.
+tests/slicing/simple_intra_slice.i:79:[value] warning: signed overflow. assert S.a+3 ≤ 2147483647;
+tests/slicing/simple_intra_slice.i:82:[value] warning: signed overflow. assert s0.a+1 ≤ 2147483647;
 [value] Recording results for f7
 [value] Done for function f7
 [value] computing for function f8 <- main.
-        Called from tests/slicing/simple_intra_slice.c:110.
+        Called from tests/slicing/simple_intra_slice.i:110.
 [value] Recording results for f8
 [value] Done for function f8
 [value] computing for function f8 <- main.
-        Called from tests/slicing/simple_intra_slice.c:112.
+        Called from tests/slicing/simple_intra_slice.i:112.
 [value] Recording results for f8
 [value] Done for function f8
 [value] Recording results for main
diff --git a/tests/slicing/oracle/sizeof.0.res.oracle b/tests/slicing/oracle/sizeof.0.res.oracle
index 06ae0d6e51e..937a59af94f 100644
--- a/tests/slicing/oracle/sizeof.0.res.oracle
+++ b/tests/slicing/oracle/sizeof.0.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -280,3 +280,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.1.res.oracle b/tests/slicing/oracle/sizeof.1.res.oracle
index 387a7592a47..241a5dbd7a0 100644
--- a/tests/slicing/oracle/sizeof.1.res.oracle
+++ b/tests/slicing/oracle/sizeof.1.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -119,3 +119,5 @@ unsigned int SizeOf_1_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.10.res.oracle b/tests/slicing/oracle/sizeof.10.res.oracle
index 385ed176ea5..42b7db60ceb 100644
--- a/tests/slicing/oracle/sizeof.10.res.oracle
+++ b/tests/slicing/oracle/sizeof.10.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -121,3 +121,5 @@ unsigned int SizeOfE_tab_acces_1_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_10_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.11.res.oracle b/tests/slicing/oracle/sizeof.11.res.oracle
index 6603eb76ac0..1643a8e34c2 100644
--- a/tests/slicing/oracle/sizeof.11.res.oracle
+++ b/tests/slicing/oracle/sizeof.11.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -280,3 +280,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_11_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.12.res.oracle b/tests/slicing/oracle/sizeof.12.res.oracle
index c0f1ab85365..e62a86abdd5 100644
--- a/tests/slicing/oracle/sizeof.12.res.oracle
+++ b/tests/slicing/oracle/sizeof.12.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -126,3 +126,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_12_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.2.res.oracle b/tests/slicing/oracle/sizeof.2.res.oracle
index cc1e9e9b26f..aea63a15715 100644
--- a/tests/slicing/oracle/sizeof.2.res.oracle
+++ b/tests/slicing/oracle/sizeof.2.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -124,3 +124,5 @@ unsigned int SizeOf_2_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.3.res.oracle b/tests/slicing/oracle/sizeof.3.res.oracle
index 611e4edf60b..c4784e1ba11 100644
--- a/tests/slicing/oracle/sizeof.3.res.oracle
+++ b/tests/slicing/oracle/sizeof.3.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -120,3 +120,5 @@ unsigned int SizeOfE_pt1_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.4.res.oracle b/tests/slicing/oracle/sizeof.4.res.oracle
index 9146a181c17..1a13dea1e44 100644
--- a/tests/slicing/oracle/sizeof.4.res.oracle
+++ b/tests/slicing/oracle/sizeof.4.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -120,3 +120,5 @@ unsigned int SizeOfE_pt2_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_4_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.5.res.oracle b/tests/slicing/oracle/sizeof.5.res.oracle
index e85e02ea5b4..efbbfdcf728 100644
--- a/tests/slicing/oracle/sizeof.5.res.oracle
+++ b/tests/slicing/oracle/sizeof.5.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -121,3 +121,5 @@ unsigned int SizeOfE_pt3_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_5_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.6.res.oracle b/tests/slicing/oracle/sizeof.6.res.oracle
index f8cffdc7ace..b764c711854 100644
--- a/tests/slicing/oracle/sizeof.6.res.oracle
+++ b/tests/slicing/oracle/sizeof.6.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -121,3 +121,5 @@ unsigned int SizeOfE_pt_deref_1_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_6_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.7.res.oracle b/tests/slicing/oracle/sizeof.7.res.oracle
index d3e193785c6..5dc8db618aa 100644
--- a/tests/slicing/oracle/sizeof.7.res.oracle
+++ b/tests/slicing/oracle/sizeof.7.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -120,3 +120,5 @@ unsigned int SizeOfE_tab_1_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_7_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.8.res.oracle b/tests/slicing/oracle/sizeof.8.res.oracle
index 3a4cae6ab29..dbcbd31a649 100644
--- a/tests/slicing/oracle/sizeof.8.res.oracle
+++ b/tests/slicing/oracle/sizeof.8.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -121,3 +121,5 @@ unsigned int SizeOfE_pt_tab_1_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_8_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/sizeof.9.res.oracle b/tests/slicing/oracle/sizeof.9.res.oracle
index 450cba18175..f6cb91b232f 100644
--- a/tests/slicing/oracle/sizeof.9.res.oracle
+++ b/tests/slicing/oracle/sizeof.9.res.oracle
@@ -1,49 +1,49 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/sizeof.c (with preprocessing)
+[kernel] Parsing tests/slicing/sizeof.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   st ∈ {0}
-tests/slicing/sizeof.c:93:[value] assertion got status valid.
+tests/slicing/sizeof.i:93:[value] assertion got status valid.
 [value] computing for function SizeOf_1 <- main.
-        Called from tests/slicing/sizeof.c:94.
+        Called from tests/slicing/sizeof.i:94.
 [value] Recording results for SizeOf_1
 [value] Done for function SizeOf_1
 [value] computing for function SizeOf_2 <- main.
-        Called from tests/slicing/sizeof.c:95.
+        Called from tests/slicing/sizeof.i:95.
 [value] Recording results for SizeOf_2
 [value] Done for function SizeOf_2
 [value] computing for function SizeOfE_pt1 <- main.
-        Called from tests/slicing/sizeof.c:96.
+        Called from tests/slicing/sizeof.i:96.
 [value] Recording results for SizeOfE_pt1
 [value] Done for function SizeOfE_pt1
 [value] computing for function SizeOfE_pt2 <- main.
-        Called from tests/slicing/sizeof.c:97.
+        Called from tests/slicing/sizeof.i:97.
 [value] Recording results for SizeOfE_pt2
 [value] Done for function SizeOfE_pt2
 [value] computing for function SizeOfE_pt3 <- main.
-        Called from tests/slicing/sizeof.c:98.
+        Called from tests/slicing/sizeof.i:98.
 [value] Recording results for SizeOfE_pt3
 [value] Done for function SizeOfE_pt3
 [value] computing for function SizeOfE_pt_deref_1 <- main.
-        Called from tests/slicing/sizeof.c:99.
+        Called from tests/slicing/sizeof.i:99.
 [value] Recording results for SizeOfE_pt_deref_1
 [value] Done for function SizeOfE_pt_deref_1
 [value] computing for function SizeOfE_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:100.
+        Called from tests/slicing/sizeof.i:100.
 [value] Recording results for SizeOfE_tab_1
 [value] Done for function SizeOfE_tab_1
 [value] computing for function SizeOfE_pt_tab_1 <- main.
-        Called from tests/slicing/sizeof.c:101.
+        Called from tests/slicing/sizeof.i:101.
 [value] Recording results for SizeOfE_pt_tab_1
 [value] Done for function SizeOfE_pt_tab_1
 [value] computing for function SizeOfE_pt_tab_2 <- main.
-        Called from tests/slicing/sizeof.c:102.
+        Called from tests/slicing/sizeof.i:102.
 [value] Recording results for SizeOfE_pt_tab_2
 [value] Done for function SizeOfE_pt_tab_2
 [value] computing for function SizeOfE_tab_acces_1 <- main.
-        Called from tests/slicing/sizeof.c:103.
+        Called from tests/slicing/sizeof.i:103.
 [value] Recording results for SizeOfE_tab_acces_1
 [value] Done for function SizeOfE_tab_acces_1
 [value] Recording results for main
@@ -121,3 +121,5 @@ unsigned int SizeOfE_pt_tab_2_slice_1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_9_sizeof.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_behavior.res.oracle b/tests/slicing/oracle/slice_behavior.res.oracle
index 7b8b72c32bc..79fe3ed29ea 100644
--- a/tests/slicing/oracle/slice_behavior.res.oracle
+++ b/tests/slicing/oracle/slice_behavior.res.oracle
@@ -1,14 +1,14 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_behavior.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_behavior.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function f <- main.
-        Called from tests/slicing/slice_behavior.c:12.
-tests/slicing/slice_behavior.c:4:[value] function f: precondition got status valid.
-tests/slicing/slice_behavior.c:7:[value] assertion got status valid.
+        Called from tests/slicing/slice_behavior.i:12.
+tests/slicing/slice_behavior.i:4:[value] function f: precondition got status valid.
+tests/slicing/slice_behavior.i:7:[value] assertion got status valid.
 [value] Recording results for f
 [value] Done for function f
 [value] Recording results for main
@@ -55,3 +55,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_slice_behavior.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_no_body.res.oracle b/tests/slicing/oracle/slice_no_body.res.oracle
index d147350b9ef..7cb5ac34809 100644
--- a/tests/slicing/oracle/slice_no_body.res.oracle
+++ b/tests/slicing/oracle/slice_no_body.res.oracle
@@ -1,31 +1,31 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_no_body.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_no_body.i (no preprocessing)
 [value] Analyzing an incomplete application starting at h
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   G ∈ [--..--]
 [value] computing for function f <- h.
-        Called from tests/slicing/slice_no_body.c:21.
-tests/slicing/slice_no_body.c:21:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+        Called from tests/slicing/slice_no_body.i:21.
+tests/slicing/slice_no_body.i:21:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
 [value] using specification for function f
 [value] Done for function f
 [value] computing for function f <- h.
-        Called from tests/slicing/slice_no_body.c:22.
+        Called from tests/slicing/slice_no_body.i:22.
 [value] Done for function f
 [value] computing for function f <- h.
-        Called from tests/slicing/slice_no_body.c:23.
+        Called from tests/slicing/slice_no_body.i:23.
 [value] Done for function f
 [value] computing for function f <- h.
-        Called from tests/slicing/slice_no_body.c:24.
+        Called from tests/slicing/slice_no_body.i:24.
 [value] Done for function f
 [value] computing for function g <- h.
-        Called from tests/slicing/slice_no_body.c:26.
-tests/slicing/slice_no_body.c:12:[value] warning: signed overflow. assert c+1 ≤ 2147483647;
-tests/slicing/slice_no_body.c:13:[value] warning: signed overflow. assert -2147483648 ≤ c*2;
-tests/slicing/slice_no_body.c:13:[value] warning: signed overflow. assert c*2 ≤ 2147483647;
+        Called from tests/slicing/slice_no_body.i:26.
+tests/slicing/slice_no_body.i:12:[value] warning: signed overflow. assert c+1 ≤ 2147483647;
+tests/slicing/slice_no_body.i:13:[value] warning: signed overflow. assert -2147483648 ≤ c*2;
+tests/slicing/slice_no_body.i:13:[value] warning: signed overflow. assert c*2 ≤ 2147483647;
 [value] computing for function f <- g <- h.
-        Called from tests/slicing/slice_no_body.c:15.
+        Called from tests/slicing/slice_no_body.i:15.
 [value] Done for function f
 [value] Recording results for g
 [value] Done for function g
diff --git a/tests/slicing/oracle/slice_pragma_stmt.0.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.0.res.oracle
index abb591d1246..3a47cf198d1 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.0.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 /* Generated by Frama-C */
 int x;
 int y;
diff --git a/tests/slicing/oracle/slice_pragma_stmt.1.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.1.res.oracle
index f482107a8bc..a78fc026bf2 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.1.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at nop1
 [value] Computing initial state
@@ -31,3 +31,5 @@ void nop1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.10.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.10.res.oracle
index ec109b9fb03..1972ef11c18 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.10.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.10.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at double_effect2
 [value] Computing initial state
@@ -41,3 +41,5 @@ void double_effect2(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_10_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.11.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.11.res.oracle
index f9aedce04fc..c2db751af06 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.11.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.11.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at double_effect3
 [value] Computing initial state
@@ -39,3 +39,5 @@ void double_effect3(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_11_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.12.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.12.res.oracle
index cef975a3a89..eaa35410880 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.12.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.12.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at double_effect4
 [value] Computing initial state
@@ -41,3 +41,5 @@ void double_effect4(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_12_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.13.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.13.res.oracle
index 31f1865fa69..8f2f46d4ecd 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.13.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.13.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at double_effect5
 [value] Computing initial state
@@ -43,3 +43,5 @@ void double_effect5(int c2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_13_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.14.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.14.res.oracle
index 7e196e80af2..02b76ba4dea 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.14.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.14.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at test1
 [value] Computing initial state
@@ -34,3 +34,5 @@ void test1(int c1, int c2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_14_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.15.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.15.res.oracle
index e2a8472106d..c90d622ea3e 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.15.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.15.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at test2
 [value] Computing initial state
@@ -34,3 +34,5 @@ void test2(int c1, int c2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_15_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.16.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.16.res.oracle
index e564516031d..b2ea4c5a85e 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.16.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.16.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at test3
 [value] Computing initial state
@@ -34,3 +34,5 @@ void test3(int c1, int c2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_16_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.17.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.17.res.oracle
index 474b2452a0b..d6f6f0335e4 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.17.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.17.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at test4
 [value] Computing initial state
@@ -7,7 +7,7 @@
 [value:initial-state] Values of globals at initialization
   x ∈ {0}
   y ∈ {0}
-tests/slicing/slice_pragma_stmt.c:120:[value] warning: signed overflow. assert c2+1 ≤ 2147483647;
+tests/slicing/slice_pragma_stmt.i:120:[value] warning: signed overflow. assert c2+1 ≤ 2147483647;
 [value] Recording results for test4
 [value] done for function test4
 [slicing] making slicing project 'Slicing'...
@@ -38,3 +38,5 @@ void test4(int c1, int c2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_17_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.18.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.18.res.oracle
index 18eb3682727..48f09d128f6 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.18.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.18.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at test5
 [value] Computing initial state
@@ -35,3 +35,5 @@ void test5(int c1, int c2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_18_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.19.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.19.res.oracle
index 0ef31972bd5..a250210c5f4 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.19.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.19.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at test6
 [value] Computing initial state
@@ -7,7 +7,7 @@
 [value:initial-state] Values of globals at initialization
   x ∈ {0}
   y ∈ {0}
-tests/slicing/slice_pragma_stmt.c:136:[value] warning: signed overflow. assert c1+1 ≤ 2147483647;
+tests/slicing/slice_pragma_stmt.i:136:[value] warning: signed overflow. assert c1+1 ≤ 2147483647;
 [value] Recording results for test6
 [value] done for function test6
 [slicing] making slicing project 'Slicing'...
@@ -41,3 +41,5 @@ void test6(int c1, int c2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_19_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.2.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.2.res.oracle
index 1721c0b7740..073c9cdf5de 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.2.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.2.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at nop2
 [value] Computing initial state
@@ -31,3 +31,5 @@ void nop2(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.20.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.20.res.oracle
index f4b0e88d158..52d572b2686 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.20.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.20.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at test7
 [value] Computing initial state
@@ -7,8 +7,8 @@
 [value:initial-state] Values of globals at initialization
   x ∈ {0}
   y ∈ {0}
-tests/slicing/slice_pragma_stmt.c:144:[value] warning: signed overflow. assert c1+1 ≤ 2147483647;
-tests/slicing/slice_pragma_stmt.c:144:[value] warning: signed overflow. assert c2+1 ≤ 2147483647;
+tests/slicing/slice_pragma_stmt.i:144:[value] warning: signed overflow. assert c1+1 ≤ 2147483647;
+tests/slicing/slice_pragma_stmt.i:144:[value] warning: signed overflow. assert c2+1 ≤ 2147483647;
 [value] Recording results for test7
 [value] done for function test7
 [slicing] making slicing project 'Slicing'...
@@ -46,3 +46,5 @@ void test7(int c1, int c2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_20_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.21.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.21.res.oracle
index e7a5078894e..29e0573e04d 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.21.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.21.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at test8
 [value] Computing initial state
@@ -7,8 +7,8 @@
 [value:initial-state] Values of globals at initialization
   x ∈ {0}
   y ∈ {0}
-tests/slicing/slice_pragma_stmt.c:152:[value] warning: signed overflow. assert c1+1 ≤ 2147483647;
-tests/slicing/slice_pragma_stmt.c:152:[value] warning: signed overflow. assert c2+1 ≤ 2147483647;
+tests/slicing/slice_pragma_stmt.i:152:[value] warning: signed overflow. assert c1+1 ≤ 2147483647;
+tests/slicing/slice_pragma_stmt.i:152:[value] warning: signed overflow. assert c2+1 ≤ 2147483647;
 [value] Recording results for test8
 [value] done for function test8
 [slicing] making slicing project 'Slicing'...
@@ -45,3 +45,5 @@ void test8(int c1, int c2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_21_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.22.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.22.res.oracle
index eb46e71817d..8b1ccb77f1a 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.22.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.22.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at test9
 [value] Computing initial state
@@ -7,7 +7,7 @@
 [value:initial-state] Values of globals at initialization
   x ∈ {0}
   y ∈ {0}
-tests/slicing/slice_pragma_stmt.c:160:[value] warning: signed overflow. assert c2+1 ≤ 2147483647;
+tests/slicing/slice_pragma_stmt.i:160:[value] warning: signed overflow. assert c2+1 ≤ 2147483647;
 [value] Recording results for test9
 [value] done for function test9
 [slicing] making slicing project 'Slicing'...
@@ -39,3 +39,5 @@ void test9(int c1, int c2)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_22_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.3.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.3.res.oracle
index a9b08d57522..a8404ec1c70 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.3.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.3.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at nop3
 [value] Computing initial state
@@ -31,3 +31,5 @@ void nop3(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.4.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.4.res.oracle
index 64d4adb1bcd..53ebd5a8e09 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.4.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.4.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at nop4
 [value] Computing initial state
@@ -31,3 +31,5 @@ void nop4(int c1)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_4_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.5.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.5.res.oracle
index 7b75a570c30..f342001a875 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.5.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.5.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at nop5
 [value] Computing initial state
@@ -31,3 +31,5 @@ void nop5(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_5_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.6.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.6.res.oracle
index 551c97119e8..bfbe3425eb6 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.6.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.6.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at nop6
 [value] Computing initial state
@@ -31,3 +31,5 @@ void nop6(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_6_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.7.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.7.res.oracle
index 50c00ff20bc..20132ce209d 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.7.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.7.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at nop7
 [value] Computing initial state
@@ -31,3 +31,5 @@ void nop7(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_7_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.8.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.8.res.oracle
index 10df1c3c946..561638c4f35 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.8.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.8.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at nop8
 [value] Computing initial state
@@ -31,3 +31,5 @@ void nop8(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_8_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/slice_pragma_stmt.9.res.oracle b/tests/slicing/oracle/slice_pragma_stmt.9.res.oracle
index 6c11e34f433..95b6a6e2bcf 100644
--- a/tests/slicing/oracle/slice_pragma_stmt.9.res.oracle
+++ b/tests/slicing/oracle/slice_pragma_stmt.9.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/slice_pragma_stmt.c (with preprocessing)
+[kernel] Parsing tests/slicing/slice_pragma_stmt.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at double_effect1
 [value] Computing initial state
@@ -39,3 +39,5 @@ void double_effect1(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_9_slice_pragma_stmt.i (no preprocessing)
diff --git a/tests/slicing/oracle/switch.res.oracle b/tests/slicing/oracle/switch.res.oracle
index c13cc5b815f..d8057e7834d 100644
--- a/tests/slicing/oracle/switch.res.oracle
+++ b/tests/slicing/oracle/switch.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/switch.c (with preprocessing)
+[kernel] Parsing tests/slicing/switch.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
diff --git a/tests/slicing/oracle/top.0.res.oracle b/tests/slicing/oracle/top.0.res.oracle
index 92adf0211e5..c5fff81ead2 100644
--- a/tests/slicing/oracle/top.0.res.oracle
+++ b/tests/slicing/oracle/top.0.res.oracle
@@ -1,17 +1,17 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/top.c (with preprocessing)
+[kernel] Parsing tests/slicing/top.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/top.c:27:[value] warning: out of bounds read. assert \valid_read(p_str+i);
+tests/slicing/top.i:27:[value] warning: out of bounds read. assert \valid_read(p_str+i);
 [value] computing for function strlen <- main.
-        Called from tests/slicing/top.c:27.
-tests/slicing/top.c:21:[value] entering loop for the first time
-tests/slicing/top.c:21:[value] warning: out of bounds read. assert \valid_read(q);
-tests/slicing/top.c:21:[value] warning: signed overflow. assert k+1 ≤ 2147483647;
+        Called from tests/slicing/top.i:27.
+tests/slicing/top.i:21:[value] entering loop for the first time
+tests/slicing/top.i:21:[value] warning: out of bounds read. assert \valid_read(q);
+tests/slicing/top.i:21:[value] warning: signed overflow. assert k+1 ≤ 2147483647;
 [value] Recording results for strlen
 [value] Done for function strlen
 [value] Recording results for main
@@ -34,3 +34,5 @@ tests/slicing/top.c:21:[value] warning: signed overflow. assert k+1 ≤ 21474836
 [sparecode] removed unused global declarations in new project 'Slicing export'
 /* Generated by Frama-C */
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_top.i (no preprocessing)
diff --git a/tests/slicing/oracle/top.1.res.oracle b/tests/slicing/oracle/top.1.res.oracle
index 6ed925f78a5..d0ddc6d6f3d 100644
--- a/tests/slicing/oracle/top.1.res.oracle
+++ b/tests/slicing/oracle/top.1.res.oracle
@@ -1,17 +1,17 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/top.c (with preprocessing)
+[kernel] Parsing tests/slicing/top.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/top.c:27:[value] warning: out of bounds read. assert \valid_read(p_str+i);
+tests/slicing/top.i:27:[value] warning: out of bounds read. assert \valid_read(p_str+i);
 [value] computing for function strlen <- main.
-        Called from tests/slicing/top.c:27.
-tests/slicing/top.c:21:[value] entering loop for the first time
-tests/slicing/top.c:21:[value] warning: out of bounds read. assert \valid_read(q);
-tests/slicing/top.c:21:[value] warning: signed overflow. assert k+1 ≤ 2147483647;
+        Called from tests/slicing/top.i:27.
+tests/slicing/top.i:21:[value] entering loop for the first time
+tests/slicing/top.i:21:[value] warning: out of bounds read. assert \valid_read(q);
+tests/slicing/top.i:21:[value] warning: signed overflow. assert k+1 ≤ 2147483647;
 [value] Recording results for strlen
 [value] Done for function strlen
 [value] Recording results for main
@@ -56,3 +56,5 @@ int main(char **p_str, int i)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_top.i (no preprocessing)
diff --git a/tests/slicing/oracle/top.2.res.oracle b/tests/slicing/oracle/top.2.res.oracle
index 362a58be8ac..22ce18369f7 100644
--- a/tests/slicing/oracle/top.2.res.oracle
+++ b/tests/slicing/oracle/top.2.res.oracle
@@ -1,17 +1,17 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/top.c (with preprocessing)
+[kernel] Parsing tests/slicing/top.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
-tests/slicing/top.c:27:[value] warning: out of bounds read. assert \valid_read(p_str+i);
+tests/slicing/top.i:27:[value] warning: out of bounds read. assert \valid_read(p_str+i);
 [value] computing for function strlen <- main.
-        Called from tests/slicing/top.c:27.
-tests/slicing/top.c:21:[value] entering loop for the first time
-tests/slicing/top.c:21:[value] warning: out of bounds read. assert \valid_read(q);
-tests/slicing/top.c:21:[value] warning: signed overflow. assert k+1 ≤ 2147483647;
+        Called from tests/slicing/top.i:27.
+tests/slicing/top.i:21:[value] entering loop for the first time
+tests/slicing/top.i:21:[value] warning: out of bounds read. assert \valid_read(q);
+tests/slicing/top.i:21:[value] warning: signed overflow. assert k+1 ≤ 2147483647;
 [value] Recording results for strlen
 [value] Done for function strlen
 [value] Recording results for main
@@ -55,3 +55,5 @@ void main(char **p_str, int i)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_top.i (no preprocessing)
diff --git a/tests/slicing/oracle/top2.0.res.oracle b/tests/slicing/oracle/top2.0.res.oracle
index 702048a187f..fabd3a1ff33 100644
--- a/tests/slicing/oracle/top2.0.res.oracle
+++ b/tests/slicing/oracle/top2.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/top2.c (with preprocessing)
+[kernel] Parsing tests/slicing/top2.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -11,9 +11,9 @@
   X ∈ {0}
   S ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/slicing/top2.c:24.
-tests/slicing/top2.c:16:[value] warning: accessing out of bounds index. assert 0 ≤ i;
-tests/slicing/top2.c:16:[value] warning: accessing out of bounds index. assert i < 2;
+        Called from tests/slicing/top2.i:24.
+tests/slicing/top2.i:16:[value] warning: accessing out of bounds index. assert 0 ≤ i;
+tests/slicing/top2.i:16:[value] warning: accessing out of bounds index. assert i < 2;
 [value] Recording results for f
 [value] Done for function f
 [value] Recording results for main
@@ -54,3 +54,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_top2.i (no preprocessing)
diff --git a/tests/slicing/oracle/top2.1.res.oracle b/tests/slicing/oracle/top2.1.res.oracle
index 64f81e1d0cf..cc1a004b910 100644
--- a/tests/slicing/oracle/top2.1.res.oracle
+++ b/tests/slicing/oracle/top2.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/top2.c (with preprocessing)
+[kernel] Parsing tests/slicing/top2.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -11,9 +11,9 @@
   X ∈ {0}
   S ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/slicing/top2.c:24.
-tests/slicing/top2.c:16:[value] warning: accessing out of bounds index. assert 0 ≤ i;
-tests/slicing/top2.c:16:[value] warning: accessing out of bounds index. assert i < 2;
+        Called from tests/slicing/top2.i:24.
+tests/slicing/top2.i:16:[value] warning: accessing out of bounds index. assert 0 ≤ i;
+tests/slicing/top2.i:16:[value] warning: accessing out of bounds index. assert i < 2;
 [value] Recording results for f
 [value] Done for function f
 [value] Recording results for main
@@ -55,3 +55,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_top2.i (no preprocessing)
diff --git a/tests/slicing/oracle/undef-fun.res.oracle b/tests/slicing/oracle/undef-fun.res.oracle
index 0579df29ad8..509230caf0b 100644
--- a/tests/slicing/oracle/undef-fun.res.oracle
+++ b/tests/slicing/oracle/undef-fun.res.oracle
@@ -1,15 +1,15 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/undef-fun.c (with preprocessing)
+[kernel] Parsing tests/slicing/undef-fun.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   G ∈ {0}
-tests/slicing/undef-fun.c:16:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
-tests/slicing/undef-fun.c:17:[value] warning: signed overflow. assert y+2 ≤ 2147483647;
+tests/slicing/undef-fun.i:16:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+tests/slicing/undef-fun.i:17:[value] warning: signed overflow. assert y+2 ≤ 2147483647;
 [value] computing for function f <- main.
-        Called from tests/slicing/undef-fun.c:18.
+        Called from tests/slicing/undef-fun.i:18.
 [value] using specification for function f
 [value] Done for function f
 [value] Recording results for main
@@ -43,3 +43,5 @@ void main(int x)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_undef-fun.i (no preprocessing)
diff --git a/tests/slicing/oracle/unitialized.0.res.oracle b/tests/slicing/oracle/unitialized.0.res.oracle
index 13152feb938..1c4261d0bdf 100644
--- a/tests/slicing/oracle/unitialized.0.res.oracle
+++ b/tests/slicing/oracle/unitialized.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unitialized.c (with preprocessing)
+[kernel] Parsing tests/slicing/unitialized.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -8,28 +8,28 @@
   X1 ∈ {0}
   X2 ∈ {0}
 [value] computing for function f1 <- main.
-        Called from tests/slicing/unitialized.c:35.
+        Called from tests/slicing/unitialized.i:35.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/unitialized.c:36.
+        Called from tests/slicing/unitialized.i:36.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function g <- main.
-        Called from tests/slicing/unitialized.c:37.
-tests/slicing/unitialized.c:27:[value] warning: accessing uninitialized left-value. assert \initialized(&y);
+        Called from tests/slicing/unitialized.i:37.
+tests/slicing/unitialized.i:27:[value] warning: accessing uninitialized left-value. assert \initialized(&y);
 [value] Recording results for g
 [value] Done for function g
 [value] Recording results for main
 [value] done for function main
-tests/slicing/unitialized.c:27:[value] assertion 'Value,initialisation' got final status invalid.
+tests/slicing/unitialized.i:27:[value] assertion 'Value,initialisation' got final status invalid.
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [slicing] Nothing to select for an unreachable stmt of g
 [pdg] computing for function g
 [from] Computing for function printf
 [from] Done for function printf
-tests/slicing/unitialized.c:30:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/unitialized.i:30:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function g
 [slicing] applying all slicing requests...
 [slicing] applying 0 actions...
@@ -42,10 +42,10 @@ tests/slicing/unitialized.c:30:[pdg] warning: no final state. Probably unreachab
 [from] Computing for function f2
 [from] Done for function f2
 [from] Computing for function g
-tests/slicing/unitialized.c:27:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/slicing/unitialized.i:27:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Non-terminating function g (no dependencies)
 [from] Done for function g
-tests/slicing/unitialized.c:40:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/unitialized.i:40:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] exporting project to 'Slicing export'...
 [slicing] applying all slicing requests...
@@ -66,3 +66,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_unitialized.i (no preprocessing)
diff --git a/tests/slicing/oracle/unitialized.1.res.oracle b/tests/slicing/oracle/unitialized.1.res.oracle
index e8c13a405e8..e4439f4ae09 100644
--- a/tests/slicing/oracle/unitialized.1.res.oracle
+++ b/tests/slicing/oracle/unitialized.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unitialized.c (with preprocessing)
+[kernel] Parsing tests/slicing/unitialized.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -8,27 +8,27 @@
   X1 ∈ {0}
   X2 ∈ {0}
 [value] computing for function f1 <- main.
-        Called from tests/slicing/unitialized.c:35.
+        Called from tests/slicing/unitialized.i:35.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/unitialized.c:36.
+        Called from tests/slicing/unitialized.i:36.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function g <- main.
-        Called from tests/slicing/unitialized.c:37.
-tests/slicing/unitialized.c:27:[value] warning: accessing uninitialized left-value. assert \initialized(&y);
+        Called from tests/slicing/unitialized.i:37.
+tests/slicing/unitialized.i:27:[value] warning: accessing uninitialized left-value. assert \initialized(&y);
 [value] Recording results for g
 [value] Done for function g
 [value] Recording results for main
 [value] done for function main
-tests/slicing/unitialized.c:27:[value] assertion 'Value,initialisation' got final status invalid.
+tests/slicing/unitialized.i:27:[value] assertion 'Value,initialisation' got final status invalid.
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [pdg] computing for function g
 [from] Computing for function printf
 [from] Done for function printf
-tests/slicing/unitialized.c:30:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/unitialized.i:30:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function g
 [slicing] applying all slicing requests...
 [slicing] applying 0 actions...
@@ -41,10 +41,10 @@ tests/slicing/unitialized.c:30:[pdg] warning: no final state. Probably unreachab
 [from] Computing for function f2
 [from] Done for function f2
 [from] Computing for function g
-tests/slicing/unitialized.c:27:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/slicing/unitialized.i:27:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Non-terminating function g (no dependencies)
 [from] Done for function g
-tests/slicing/unitialized.c:40:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/unitialized.i:40:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] exporting project to 'Slicing export'...
 [slicing] applying all slicing requests...
@@ -65,3 +65,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_unitialized.i (no preprocessing)
diff --git a/tests/slicing/oracle/unitialized.2.res.oracle b/tests/slicing/oracle/unitialized.2.res.oracle
index 8670c7dc550..f64c5ac3e1a 100644
--- a/tests/slicing/oracle/unitialized.2.res.oracle
+++ b/tests/slicing/oracle/unitialized.2.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unitialized.c (with preprocessing)
+[kernel] Parsing tests/slicing/unitialized.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -8,21 +8,21 @@
   X1 ∈ {0}
   X2 ∈ {0}
 [value] computing for function f1 <- main.
-        Called from tests/slicing/unitialized.c:35.
+        Called from tests/slicing/unitialized.i:35.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/unitialized.c:36.
+        Called from tests/slicing/unitialized.i:36.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function g <- main.
-        Called from tests/slicing/unitialized.c:37.
-tests/slicing/unitialized.c:27:[value] warning: accessing uninitialized left-value. assert \initialized(&y);
+        Called from tests/slicing/unitialized.i:37.
+tests/slicing/unitialized.i:27:[value] warning: accessing uninitialized left-value. assert \initialized(&y);
 [value] Recording results for g
 [value] Done for function g
 [value] Recording results for main
 [value] done for function main
-tests/slicing/unitialized.c:27:[value] assertion 'Value,initialisation' got final status invalid.
+tests/slicing/unitialized.i:27:[value] assertion 'Value,initialisation' got final status invalid.
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [pdg] computing for function main
@@ -33,10 +33,10 @@ tests/slicing/unitialized.c:27:[value] assertion 'Value,initialisation' got fina
 [from] Computing for function g
 [from] Computing for function printf <-g
 [from] Done for function printf
-tests/slicing/unitialized.c:27:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/slicing/unitialized.i:27:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Non-terminating function g (no dependencies)
 [from] Done for function g
-tests/slicing/unitialized.c:40:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/unitialized.i:40:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] applying all slicing requests...
 [slicing] applying 0 actions...
@@ -56,3 +56,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_unitialized.i (no preprocessing)
diff --git a/tests/slicing/oracle/unitialized.3.res.oracle b/tests/slicing/oracle/unitialized.3.res.oracle
index e8fe64f1b05..98227a2b964 100644
--- a/tests/slicing/oracle/unitialized.3.res.oracle
+++ b/tests/slicing/oracle/unitialized.3.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unitialized.c (with preprocessing)
+[kernel] Parsing tests/slicing/unitialized.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -8,21 +8,21 @@
   X1 ∈ {0}
   X2 ∈ {0}
 [value] computing for function f1 <- main.
-        Called from tests/slicing/unitialized.c:35.
+        Called from tests/slicing/unitialized.i:35.
 [value] Recording results for f1
 [value] Done for function f1
 [value] computing for function f2 <- main.
-        Called from tests/slicing/unitialized.c:36.
+        Called from tests/slicing/unitialized.i:36.
 [value] Recording results for f2
 [value] Done for function f2
 [value] computing for function g <- main.
-        Called from tests/slicing/unitialized.c:37.
-tests/slicing/unitialized.c:27:[value] warning: accessing uninitialized left-value. assert \initialized(&y);
+        Called from tests/slicing/unitialized.i:37.
+tests/slicing/unitialized.i:27:[value] warning: accessing uninitialized left-value. assert \initialized(&y);
 [value] Recording results for g
 [value] Done for function g
 [value] Recording results for main
 [value] done for function main
-tests/slicing/unitialized.c:27:[value] assertion 'Value,initialisation' got final status invalid.
+tests/slicing/unitialized.i:27:[value] assertion 'Value,initialisation' got final status invalid.
 [slicing] making slicing project 'Slicing'...
 [slicing] interpreting slicing requests from the command line...
 [slicing] Nothing to select for an unreachable stmt of g
@@ -34,7 +34,7 @@ tests/slicing/unitialized.c:27:[value] assertion 'Value,initialisation' got fina
 [pdg] computing for function g
 [from] Computing for function printf
 [from] Done for function printf
-tests/slicing/unitialized.c:30:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/unitialized.i:30:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function g
 [pdg] computing for function main
 [from] Computing for function f1
@@ -42,10 +42,10 @@ tests/slicing/unitialized.c:30:[pdg] warning: no final state. Probably unreachab
 [from] Computing for function f2
 [from] Done for function f2
 [from] Computing for function g
-tests/slicing/unitialized.c:27:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/slicing/unitialized.i:27:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Non-terminating function g (no dependencies)
 [from] Done for function g
-tests/slicing/unitialized.c:40:[pdg] warning: no final state. Probably unreachable...
+tests/slicing/unitialized.i:40:[pdg] warning: no final state. Probably unreachable...
 [pdg] done for function main
 [slicing] exporting project to 'Slicing export'...
 [slicing] applying all slicing requests...
@@ -65,3 +65,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_unitialized.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-flavors.0.res.oracle b/tests/slicing/oracle/unravel-flavors.0.res.oracle
index 770924b1564..1f055a394f0 100644
--- a/tests/slicing/oracle/unravel-flavors.0.res.oracle
+++ b/tests/slicing/oracle/unravel-flavors.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-flavors.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-flavors.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,77 +7,77 @@
 [value:initial-state] Values of globals at initialization
   nb_fetch ∈ {0}
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:46.
+        Called from tests/slicing/unravel-flavors.i:46.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] using specification for function scanf
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:47.
+        Called from tests/slicing/unravel-flavors.i:47.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:48.
+        Called from tests/slicing/unravel-flavors.i:48.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:49.
+        Called from tests/slicing/unravel-flavors.i:49.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
-tests/slicing/unravel-flavors.c:51:[value] warning: accessing uninitialized left-value. assert \initialized(&red);
-tests/slicing/unravel-flavors.c:51:[value] warning: signed overflow. assert -2147483648 ≤ 2*red;
-tests/slicing/unravel-flavors.c:51:[value] warning: signed overflow. assert 2*red ≤ 2147483647;
-tests/slicing/unravel-flavors.c:52:[value] warning: accessing uninitialized left-value. assert \initialized(&green);
-tests/slicing/unravel-flavors.c:52:[value] warning: signed overflow. assert -2147483648 ≤ red*green;
-tests/slicing/unravel-flavors.c:52:[value] warning: signed overflow. assert red*green ≤ 2147483647;
-tests/slicing/unravel-flavors.c:54:[value] entering loop for the first time
-tests/slicing/unravel-flavors.c:55:[value] warning: signed overflow. assert -2147483648 ≤ sour+green;
-tests/slicing/unravel-flavors.c:55:[value] warning: signed overflow. assert sour+green ≤ 2147483647;
-tests/slicing/unravel-flavors.c:56:[value] warning: accessing uninitialized left-value. assert \initialized(&blue);
-tests/slicing/unravel-flavors.c:56:[value] warning: accessing uninitialized left-value. assert \initialized(&yellow);
-tests/slicing/unravel-flavors.c:56:[value] warning: signed overflow. assert -2147483648 ≤ blue+yellow;
-tests/slicing/unravel-flavors.c:56:[value] warning: signed overflow. assert blue+yellow ≤ 2147483647;
-tests/slicing/unravel-flavors.c:57:[value] warning: signed overflow. assert green+1 ≤ 2147483647;
-tests/slicing/unravel-flavors.c:58:[value] warning: signed overflow. assert -2147483648 ≤ yellow+green;
-tests/slicing/unravel-flavors.c:58:[value] warning: signed overflow. assert yellow+green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:51:[value] warning: accessing uninitialized left-value. assert \initialized(&red);
+tests/slicing/unravel-flavors.i:51:[value] warning: signed overflow. assert -2147483648 ≤ 2*red;
+tests/slicing/unravel-flavors.i:51:[value] warning: signed overflow. assert 2*red ≤ 2147483647;
+tests/slicing/unravel-flavors.i:52:[value] warning: accessing uninitialized left-value. assert \initialized(&green);
+tests/slicing/unravel-flavors.i:52:[value] warning: signed overflow. assert -2147483648 ≤ red*green;
+tests/slicing/unravel-flavors.i:52:[value] warning: signed overflow. assert red*green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:54:[value] entering loop for the first time
+tests/slicing/unravel-flavors.i:55:[value] warning: signed overflow. assert -2147483648 ≤ sour+green;
+tests/slicing/unravel-flavors.i:55:[value] warning: signed overflow. assert sour+green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:56:[value] warning: accessing uninitialized left-value. assert \initialized(&blue);
+tests/slicing/unravel-flavors.i:56:[value] warning: accessing uninitialized left-value. assert \initialized(&yellow);
+tests/slicing/unravel-flavors.i:56:[value] warning: signed overflow. assert -2147483648 ≤ blue+yellow;
+tests/slicing/unravel-flavors.i:56:[value] warning: signed overflow. assert blue+yellow ≤ 2147483647;
+tests/slicing/unravel-flavors.i:57:[value] warning: signed overflow. assert green+1 ≤ 2147483647;
+tests/slicing/unravel-flavors.i:58:[value] warning: signed overflow. assert -2147483648 ≤ yellow+green;
+tests/slicing/unravel-flavors.i:58:[value] warning: signed overflow. assert yellow+green ≤ 2147483647;
 [value] computing for function send1 <- main.
-        Called from tests/slicing/unravel-flavors.c:60.
+        Called from tests/slicing/unravel-flavors.i:60.
 [value] computing for function printf <- send1 <- main.
-        Called from tests/slicing/unravel-flavors.c:19.
-tests/slicing/unravel-flavors.c:19:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-flavors.i:19.
+tests/slicing/unravel-flavors.i:19:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
 [value] using specification for function printf
 [value] Done for function printf
 [value] Recording results for send1
 [value] Done for function send1
 [value] computing for function send2 <- main.
-        Called from tests/slicing/unravel-flavors.c:61.
+        Called from tests/slicing/unravel-flavors.i:61.
 [value] computing for function printf <- send2 <- main.
-        Called from tests/slicing/unravel-flavors.c:23.
+        Called from tests/slicing/unravel-flavors.i:23.
 [value] Done for function printf
 [value] Recording results for send2
 [value] Done for function send2
 [value] computing for function send3 <- main.
-        Called from tests/slicing/unravel-flavors.c:62.
+        Called from tests/slicing/unravel-flavors.i:62.
 [value] computing for function printf <- send3 <- main.
-        Called from tests/slicing/unravel-flavors.c:27.
+        Called from tests/slicing/unravel-flavors.i:27.
 [value] Done for function printf
 [value] Recording results for send3
 [value] Done for function send3
 [value] computing for function send4 <- main.
-        Called from tests/slicing/unravel-flavors.c:63.
+        Called from tests/slicing/unravel-flavors.i:63.
 [value] computing for function printf <- send4 <- main.
-        Called from tests/slicing/unravel-flavors.c:31.
+        Called from tests/slicing/unravel-flavors.i:31.
 [value] Done for function printf
 [value] Recording results for send4
 [value] Done for function send4
@@ -146,3 +146,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_unravel-flavors.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-flavors.1.res.oracle b/tests/slicing/oracle/unravel-flavors.1.res.oracle
index ac65cde6a4d..5c4095e5a34 100644
--- a/tests/slicing/oracle/unravel-flavors.1.res.oracle
+++ b/tests/slicing/oracle/unravel-flavors.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-flavors.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-flavors.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,77 +7,77 @@
 [value:initial-state] Values of globals at initialization
   nb_fetch ∈ {0}
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:46.
+        Called from tests/slicing/unravel-flavors.i:46.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] using specification for function scanf
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:47.
+        Called from tests/slicing/unravel-flavors.i:47.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:48.
+        Called from tests/slicing/unravel-flavors.i:48.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:49.
+        Called from tests/slicing/unravel-flavors.i:49.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
-tests/slicing/unravel-flavors.c:51:[value] warning: accessing uninitialized left-value. assert \initialized(&red);
-tests/slicing/unravel-flavors.c:51:[value] warning: signed overflow. assert -2147483648 ≤ 2*red;
-tests/slicing/unravel-flavors.c:51:[value] warning: signed overflow. assert 2*red ≤ 2147483647;
-tests/slicing/unravel-flavors.c:52:[value] warning: accessing uninitialized left-value. assert \initialized(&green);
-tests/slicing/unravel-flavors.c:52:[value] warning: signed overflow. assert -2147483648 ≤ red*green;
-tests/slicing/unravel-flavors.c:52:[value] warning: signed overflow. assert red*green ≤ 2147483647;
-tests/slicing/unravel-flavors.c:54:[value] entering loop for the first time
-tests/slicing/unravel-flavors.c:55:[value] warning: signed overflow. assert -2147483648 ≤ sour+green;
-tests/slicing/unravel-flavors.c:55:[value] warning: signed overflow. assert sour+green ≤ 2147483647;
-tests/slicing/unravel-flavors.c:56:[value] warning: accessing uninitialized left-value. assert \initialized(&blue);
-tests/slicing/unravel-flavors.c:56:[value] warning: accessing uninitialized left-value. assert \initialized(&yellow);
-tests/slicing/unravel-flavors.c:56:[value] warning: signed overflow. assert -2147483648 ≤ blue+yellow;
-tests/slicing/unravel-flavors.c:56:[value] warning: signed overflow. assert blue+yellow ≤ 2147483647;
-tests/slicing/unravel-flavors.c:57:[value] warning: signed overflow. assert green+1 ≤ 2147483647;
-tests/slicing/unravel-flavors.c:58:[value] warning: signed overflow. assert -2147483648 ≤ yellow+green;
-tests/slicing/unravel-flavors.c:58:[value] warning: signed overflow. assert yellow+green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:51:[value] warning: accessing uninitialized left-value. assert \initialized(&red);
+tests/slicing/unravel-flavors.i:51:[value] warning: signed overflow. assert -2147483648 ≤ 2*red;
+tests/slicing/unravel-flavors.i:51:[value] warning: signed overflow. assert 2*red ≤ 2147483647;
+tests/slicing/unravel-flavors.i:52:[value] warning: accessing uninitialized left-value. assert \initialized(&green);
+tests/slicing/unravel-flavors.i:52:[value] warning: signed overflow. assert -2147483648 ≤ red*green;
+tests/slicing/unravel-flavors.i:52:[value] warning: signed overflow. assert red*green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:54:[value] entering loop for the first time
+tests/slicing/unravel-flavors.i:55:[value] warning: signed overflow. assert -2147483648 ≤ sour+green;
+tests/slicing/unravel-flavors.i:55:[value] warning: signed overflow. assert sour+green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:56:[value] warning: accessing uninitialized left-value. assert \initialized(&blue);
+tests/slicing/unravel-flavors.i:56:[value] warning: accessing uninitialized left-value. assert \initialized(&yellow);
+tests/slicing/unravel-flavors.i:56:[value] warning: signed overflow. assert -2147483648 ≤ blue+yellow;
+tests/slicing/unravel-flavors.i:56:[value] warning: signed overflow. assert blue+yellow ≤ 2147483647;
+tests/slicing/unravel-flavors.i:57:[value] warning: signed overflow. assert green+1 ≤ 2147483647;
+tests/slicing/unravel-flavors.i:58:[value] warning: signed overflow. assert -2147483648 ≤ yellow+green;
+tests/slicing/unravel-flavors.i:58:[value] warning: signed overflow. assert yellow+green ≤ 2147483647;
 [value] computing for function send1 <- main.
-        Called from tests/slicing/unravel-flavors.c:60.
+        Called from tests/slicing/unravel-flavors.i:60.
 [value] computing for function printf <- send1 <- main.
-        Called from tests/slicing/unravel-flavors.c:19.
-tests/slicing/unravel-flavors.c:19:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-flavors.i:19.
+tests/slicing/unravel-flavors.i:19:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
 [value] using specification for function printf
 [value] Done for function printf
 [value] Recording results for send1
 [value] Done for function send1
 [value] computing for function send2 <- main.
-        Called from tests/slicing/unravel-flavors.c:61.
+        Called from tests/slicing/unravel-flavors.i:61.
 [value] computing for function printf <- send2 <- main.
-        Called from tests/slicing/unravel-flavors.c:23.
+        Called from tests/slicing/unravel-flavors.i:23.
 [value] Done for function printf
 [value] Recording results for send2
 [value] Done for function send2
 [value] computing for function send3 <- main.
-        Called from tests/slicing/unravel-flavors.c:62.
+        Called from tests/slicing/unravel-flavors.i:62.
 [value] computing for function printf <- send3 <- main.
-        Called from tests/slicing/unravel-flavors.c:27.
+        Called from tests/slicing/unravel-flavors.i:27.
 [value] Done for function printf
 [value] Recording results for send3
 [value] Done for function send3
 [value] computing for function send4 <- main.
-        Called from tests/slicing/unravel-flavors.c:63.
+        Called from tests/slicing/unravel-flavors.i:63.
 [value] computing for function printf <- send4 <- main.
-        Called from tests/slicing/unravel-flavors.c:31.
+        Called from tests/slicing/unravel-flavors.i:31.
 [value] Done for function printf
 [value] Recording results for send4
 [value] Done for function send4
@@ -152,3 +152,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_unravel-flavors.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-flavors.2.res.oracle b/tests/slicing/oracle/unravel-flavors.2.res.oracle
index 0f635564fe0..ab9126cf7f5 100644
--- a/tests/slicing/oracle/unravel-flavors.2.res.oracle
+++ b/tests/slicing/oracle/unravel-flavors.2.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-flavors.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-flavors.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,77 +7,77 @@
 [value:initial-state] Values of globals at initialization
   nb_fetch ∈ {0}
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:46.
+        Called from tests/slicing/unravel-flavors.i:46.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] using specification for function scanf
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:47.
+        Called from tests/slicing/unravel-flavors.i:47.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:48.
+        Called from tests/slicing/unravel-flavors.i:48.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:49.
+        Called from tests/slicing/unravel-flavors.i:49.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
-tests/slicing/unravel-flavors.c:51:[value] warning: accessing uninitialized left-value. assert \initialized(&red);
-tests/slicing/unravel-flavors.c:51:[value] warning: signed overflow. assert -2147483648 ≤ 2*red;
-tests/slicing/unravel-flavors.c:51:[value] warning: signed overflow. assert 2*red ≤ 2147483647;
-tests/slicing/unravel-flavors.c:52:[value] warning: accessing uninitialized left-value. assert \initialized(&green);
-tests/slicing/unravel-flavors.c:52:[value] warning: signed overflow. assert -2147483648 ≤ red*green;
-tests/slicing/unravel-flavors.c:52:[value] warning: signed overflow. assert red*green ≤ 2147483647;
-tests/slicing/unravel-flavors.c:54:[value] entering loop for the first time
-tests/slicing/unravel-flavors.c:55:[value] warning: signed overflow. assert -2147483648 ≤ sour+green;
-tests/slicing/unravel-flavors.c:55:[value] warning: signed overflow. assert sour+green ≤ 2147483647;
-tests/slicing/unravel-flavors.c:56:[value] warning: accessing uninitialized left-value. assert \initialized(&blue);
-tests/slicing/unravel-flavors.c:56:[value] warning: accessing uninitialized left-value. assert \initialized(&yellow);
-tests/slicing/unravel-flavors.c:56:[value] warning: signed overflow. assert -2147483648 ≤ blue+yellow;
-tests/slicing/unravel-flavors.c:56:[value] warning: signed overflow. assert blue+yellow ≤ 2147483647;
-tests/slicing/unravel-flavors.c:57:[value] warning: signed overflow. assert green+1 ≤ 2147483647;
-tests/slicing/unravel-flavors.c:58:[value] warning: signed overflow. assert -2147483648 ≤ yellow+green;
-tests/slicing/unravel-flavors.c:58:[value] warning: signed overflow. assert yellow+green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:51:[value] warning: accessing uninitialized left-value. assert \initialized(&red);
+tests/slicing/unravel-flavors.i:51:[value] warning: signed overflow. assert -2147483648 ≤ 2*red;
+tests/slicing/unravel-flavors.i:51:[value] warning: signed overflow. assert 2*red ≤ 2147483647;
+tests/slicing/unravel-flavors.i:52:[value] warning: accessing uninitialized left-value. assert \initialized(&green);
+tests/slicing/unravel-flavors.i:52:[value] warning: signed overflow. assert -2147483648 ≤ red*green;
+tests/slicing/unravel-flavors.i:52:[value] warning: signed overflow. assert red*green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:54:[value] entering loop for the first time
+tests/slicing/unravel-flavors.i:55:[value] warning: signed overflow. assert -2147483648 ≤ sour+green;
+tests/slicing/unravel-flavors.i:55:[value] warning: signed overflow. assert sour+green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:56:[value] warning: accessing uninitialized left-value. assert \initialized(&blue);
+tests/slicing/unravel-flavors.i:56:[value] warning: accessing uninitialized left-value. assert \initialized(&yellow);
+tests/slicing/unravel-flavors.i:56:[value] warning: signed overflow. assert -2147483648 ≤ blue+yellow;
+tests/slicing/unravel-flavors.i:56:[value] warning: signed overflow. assert blue+yellow ≤ 2147483647;
+tests/slicing/unravel-flavors.i:57:[value] warning: signed overflow. assert green+1 ≤ 2147483647;
+tests/slicing/unravel-flavors.i:58:[value] warning: signed overflow. assert -2147483648 ≤ yellow+green;
+tests/slicing/unravel-flavors.i:58:[value] warning: signed overflow. assert yellow+green ≤ 2147483647;
 [value] computing for function send1 <- main.
-        Called from tests/slicing/unravel-flavors.c:60.
+        Called from tests/slicing/unravel-flavors.i:60.
 [value] computing for function printf <- send1 <- main.
-        Called from tests/slicing/unravel-flavors.c:19.
-tests/slicing/unravel-flavors.c:19:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-flavors.i:19.
+tests/slicing/unravel-flavors.i:19:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
 [value] using specification for function printf
 [value] Done for function printf
 [value] Recording results for send1
 [value] Done for function send1
 [value] computing for function send2 <- main.
-        Called from tests/slicing/unravel-flavors.c:61.
+        Called from tests/slicing/unravel-flavors.i:61.
 [value] computing for function printf <- send2 <- main.
-        Called from tests/slicing/unravel-flavors.c:23.
+        Called from tests/slicing/unravel-flavors.i:23.
 [value] Done for function printf
 [value] Recording results for send2
 [value] Done for function send2
 [value] computing for function send3 <- main.
-        Called from tests/slicing/unravel-flavors.c:62.
+        Called from tests/slicing/unravel-flavors.i:62.
 [value] computing for function printf <- send3 <- main.
-        Called from tests/slicing/unravel-flavors.c:27.
+        Called from tests/slicing/unravel-flavors.i:27.
 [value] Done for function printf
 [value] Recording results for send3
 [value] Done for function send3
 [value] computing for function send4 <- main.
-        Called from tests/slicing/unravel-flavors.c:63.
+        Called from tests/slicing/unravel-flavors.i:63.
 [value] computing for function printf <- send4 <- main.
-        Called from tests/slicing/unravel-flavors.c:31.
+        Called from tests/slicing/unravel-flavors.i:31.
 [value] Done for function printf
 [value] Recording results for send4
 [value] Done for function send4
@@ -145,3 +145,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_unravel-flavors.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-flavors.3.res.oracle b/tests/slicing/oracle/unravel-flavors.3.res.oracle
index 882b93bc682..f7693f86634 100644
--- a/tests/slicing/oracle/unravel-flavors.3.res.oracle
+++ b/tests/slicing/oracle/unravel-flavors.3.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-flavors.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-flavors.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,77 +7,77 @@
 [value:initial-state] Values of globals at initialization
   nb_fetch ∈ {0}
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:46.
+        Called from tests/slicing/unravel-flavors.i:46.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] using specification for function scanf
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:47.
+        Called from tests/slicing/unravel-flavors.i:47.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:48.
+        Called from tests/slicing/unravel-flavors.i:48.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
 [value] computing for function fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:49.
+        Called from tests/slicing/unravel-flavors.i:49.
 [value] computing for function scanf <- fetch <- main.
-        Called from tests/slicing/unravel-flavors.c:37.
+        Called from tests/slicing/unravel-flavors.i:37.
 [value] Done for function scanf
 [value] Recording results for fetch
 [value] Done for function fetch
-tests/slicing/unravel-flavors.c:51:[value] warning: accessing uninitialized left-value. assert \initialized(&red);
-tests/slicing/unravel-flavors.c:51:[value] warning: signed overflow. assert -2147483648 ≤ 2*red;
-tests/slicing/unravel-flavors.c:51:[value] warning: signed overflow. assert 2*red ≤ 2147483647;
-tests/slicing/unravel-flavors.c:52:[value] warning: accessing uninitialized left-value. assert \initialized(&green);
-tests/slicing/unravel-flavors.c:52:[value] warning: signed overflow. assert -2147483648 ≤ red*green;
-tests/slicing/unravel-flavors.c:52:[value] warning: signed overflow. assert red*green ≤ 2147483647;
-tests/slicing/unravel-flavors.c:54:[value] entering loop for the first time
-tests/slicing/unravel-flavors.c:55:[value] warning: signed overflow. assert -2147483648 ≤ sour+green;
-tests/slicing/unravel-flavors.c:55:[value] warning: signed overflow. assert sour+green ≤ 2147483647;
-tests/slicing/unravel-flavors.c:56:[value] warning: accessing uninitialized left-value. assert \initialized(&blue);
-tests/slicing/unravel-flavors.c:56:[value] warning: accessing uninitialized left-value. assert \initialized(&yellow);
-tests/slicing/unravel-flavors.c:56:[value] warning: signed overflow. assert -2147483648 ≤ blue+yellow;
-tests/slicing/unravel-flavors.c:56:[value] warning: signed overflow. assert blue+yellow ≤ 2147483647;
-tests/slicing/unravel-flavors.c:57:[value] warning: signed overflow. assert green+1 ≤ 2147483647;
-tests/slicing/unravel-flavors.c:58:[value] warning: signed overflow. assert -2147483648 ≤ yellow+green;
-tests/slicing/unravel-flavors.c:58:[value] warning: signed overflow. assert yellow+green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:51:[value] warning: accessing uninitialized left-value. assert \initialized(&red);
+tests/slicing/unravel-flavors.i:51:[value] warning: signed overflow. assert -2147483648 ≤ 2*red;
+tests/slicing/unravel-flavors.i:51:[value] warning: signed overflow. assert 2*red ≤ 2147483647;
+tests/slicing/unravel-flavors.i:52:[value] warning: accessing uninitialized left-value. assert \initialized(&green);
+tests/slicing/unravel-flavors.i:52:[value] warning: signed overflow. assert -2147483648 ≤ red*green;
+tests/slicing/unravel-flavors.i:52:[value] warning: signed overflow. assert red*green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:54:[value] entering loop for the first time
+tests/slicing/unravel-flavors.i:55:[value] warning: signed overflow. assert -2147483648 ≤ sour+green;
+tests/slicing/unravel-flavors.i:55:[value] warning: signed overflow. assert sour+green ≤ 2147483647;
+tests/slicing/unravel-flavors.i:56:[value] warning: accessing uninitialized left-value. assert \initialized(&blue);
+tests/slicing/unravel-flavors.i:56:[value] warning: accessing uninitialized left-value. assert \initialized(&yellow);
+tests/slicing/unravel-flavors.i:56:[value] warning: signed overflow. assert -2147483648 ≤ blue+yellow;
+tests/slicing/unravel-flavors.i:56:[value] warning: signed overflow. assert blue+yellow ≤ 2147483647;
+tests/slicing/unravel-flavors.i:57:[value] warning: signed overflow. assert green+1 ≤ 2147483647;
+tests/slicing/unravel-flavors.i:58:[value] warning: signed overflow. assert -2147483648 ≤ yellow+green;
+tests/slicing/unravel-flavors.i:58:[value] warning: signed overflow. assert yellow+green ≤ 2147483647;
 [value] computing for function send1 <- main.
-        Called from tests/slicing/unravel-flavors.c:60.
+        Called from tests/slicing/unravel-flavors.i:60.
 [value] computing for function printf <- send1 <- main.
-        Called from tests/slicing/unravel-flavors.c:19.
-tests/slicing/unravel-flavors.c:19:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-flavors.i:19.
+tests/slicing/unravel-flavors.i:19:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
 [value] using specification for function printf
 [value] Done for function printf
 [value] Recording results for send1
 [value] Done for function send1
 [value] computing for function send2 <- main.
-        Called from tests/slicing/unravel-flavors.c:61.
+        Called from tests/slicing/unravel-flavors.i:61.
 [value] computing for function printf <- send2 <- main.
-        Called from tests/slicing/unravel-flavors.c:23.
+        Called from tests/slicing/unravel-flavors.i:23.
 [value] Done for function printf
 [value] Recording results for send2
 [value] Done for function send2
 [value] computing for function send3 <- main.
-        Called from tests/slicing/unravel-flavors.c:62.
+        Called from tests/slicing/unravel-flavors.i:62.
 [value] computing for function printf <- send3 <- main.
-        Called from tests/slicing/unravel-flavors.c:27.
+        Called from tests/slicing/unravel-flavors.i:27.
 [value] Done for function printf
 [value] Recording results for send3
 [value] Done for function send3
 [value] computing for function send4 <- main.
-        Called from tests/slicing/unravel-flavors.c:63.
+        Called from tests/slicing/unravel-flavors.i:63.
 [value] computing for function printf <- send4 <- main.
-        Called from tests/slicing/unravel-flavors.c:31.
+        Called from tests/slicing/unravel-flavors.i:31.
 [value] Done for function printf
 [value] Recording results for send4
 [value] Done for function send4
@@ -146,3 +146,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_unravel-flavors.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-point.0.res.oracle b/tests/slicing/oracle/unravel-point.0.res.oracle
index e93c7a47f94..9242659fdc7 100644
--- a/tests/slicing/oracle/unravel-point.0.res.oracle
+++ b/tests/slicing/oracle/unravel-point.0.res.oracle
@@ -1,38 +1,38 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-point.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-point.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:59.
+        Called from tests/slicing/unravel-point.i:59.
 [value] using specification for function scanf
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:61.
+        Called from tests/slicing/unravel-point.i:61.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:63.
+        Called from tests/slicing/unravel-point.i:63.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:65.
+        Called from tests/slicing/unravel-point.i:65.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:66.
+        Called from tests/slicing/unravel-point.i:66.
 [value] Done for function scanf
-tests/slicing/unravel-point.c:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
-tests/slicing/unravel-point.c:71:[value] warning: accessing uninitialized left-value. assert \initialized(z);
-tests/slicing/unravel-point.c:71:[value] warning: signed overflow. assert *z+1 ≤ 2147483647;
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
+tests/slicing/unravel-point.i:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
+tests/slicing/unravel-point.i:71:[value] warning: accessing uninitialized left-value. assert \initialized(z);
+tests/slicing/unravel-point.i:71:[value] warning: signed overflow. assert *z+1 ≤ 2147483647;
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
 [value] computing for function send1 <- main.
-        Called from tests/slicing/unravel-point.c:75.
+        Called from tests/slicing/unravel-point.i:75.
 [value] computing for function printf <- send1 <- main.
-        Called from tests/slicing/unravel-point.c:36.
-tests/slicing/unravel-point.c:36:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-point.i:36.
+tests/slicing/unravel-point.i:36:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
 [value] using specification for function printf
 [value] Done for function printf
 [value] Recording results for send1
@@ -40,29 +40,29 @@ tests/slicing/unravel-point.c:36:[kernel] warning: Neither code nor specificatio
 [from] Done for function send1
 [value] Done for function send1
 [value] computing for function send2 <- main.
-        Called from tests/slicing/unravel-point.c:76.
+        Called from tests/slicing/unravel-point.i:76.
 [value] computing for function printf <- send2 <- main.
-        Called from tests/slicing/unravel-point.c:40.
+        Called from tests/slicing/unravel-point.i:40.
 [value] Done for function printf
 [value] Recording results for send2
 [from] Computing for function send2
 [from] Done for function send2
 [value] Done for function send2
 [value] computing for function send3 <- main.
-        Called from tests/slicing/unravel-point.c:77.
-tests/slicing/unravel-point.c:44:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+        Called from tests/slicing/unravel-point.i:77.
+tests/slicing/unravel-point.i:44:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
 [value] computing for function printf <- send3 <- main.
-        Called from tests/slicing/unravel-point.c:44.
+        Called from tests/slicing/unravel-point.i:44.
 [value] Done for function printf
 [value] Recording results for send3
 [from] Computing for function send3
 [from] Done for function send3
 [value] Done for function send3
 [value] computing for function send4 <- main.
-        Called from tests/slicing/unravel-point.c:78.
-tests/slicing/unravel-point.c:48:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+        Called from tests/slicing/unravel-point.i:78.
+tests/slicing/unravel-point.i:48:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
 [value] computing for function printf <- send4 <- main.
-        Called from tests/slicing/unravel-point.c:48.
+        Called from tests/slicing/unravel-point.i:48.
 [value] Done for function printf
 [value] Recording results for send4
 [from] Computing for function send4
@@ -73,36 +73,36 @@ tests/slicing/unravel-point.c:48:[value] warning: accessing uninitialized left-v
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to printf at tests/slicing/unravel-point.c:36 (by send1):
+[from] call to printf at tests/slicing/unravel-point.i:36 (by send1):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:40 (by send2):
+[from] call to printf at tests/slicing/unravel-point.i:40 (by send2):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:44 (by send3):
+[from] call to printf at tests/slicing/unravel-point.i:44 (by send3):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:48 (by send4):
+[from] call to printf at tests/slicing/unravel-point.i:48 (by send4):
   \result FROM \nothing
-[from] call to scanf at tests/slicing/unravel-point.c:59 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:59 (by main):
   input1 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:61 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:61 (by main):
   input2 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:63 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:63 (by main):
   input3 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:65 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:65 (by main):
   cond1 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:66 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:66 (by main):
   cond2 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to send1 at tests/slicing/unravel-point.c:75 (by main):
+[from] call to send1 at tests/slicing/unravel-point.i:75 (by main):
   \result FROM x
-[from] call to send2 at tests/slicing/unravel-point.c:76 (by main):
+[from] call to send2 at tests/slicing/unravel-point.i:76 (by main):
   \result FROM x
-[from] call to send3 at tests/slicing/unravel-point.c:77 (by main):
+[from] call to send3 at tests/slicing/unravel-point.i:77 (by main):
   \result FROM x
-[from] call to send4 at tests/slicing/unravel-point.c:78 (by main):
+[from] call to send4 at tests/slicing/unravel-point.i:78 (by main):
   \result FROM x
 [from] entry point:
   \result FROM \nothing
@@ -163,3 +163,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_unravel-point.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-point.1.res.oracle b/tests/slicing/oracle/unravel-point.1.res.oracle
index d02ba47a90b..64f6038f2b8 100644
--- a/tests/slicing/oracle/unravel-point.1.res.oracle
+++ b/tests/slicing/oracle/unravel-point.1.res.oracle
@@ -1,38 +1,38 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-point.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-point.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:59.
+        Called from tests/slicing/unravel-point.i:59.
 [value] using specification for function scanf
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:61.
+        Called from tests/slicing/unravel-point.i:61.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:63.
+        Called from tests/slicing/unravel-point.i:63.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:65.
+        Called from tests/slicing/unravel-point.i:65.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:66.
+        Called from tests/slicing/unravel-point.i:66.
 [value] Done for function scanf
-tests/slicing/unravel-point.c:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
-tests/slicing/unravel-point.c:71:[value] warning: accessing uninitialized left-value. assert \initialized(z);
-tests/slicing/unravel-point.c:71:[value] warning: signed overflow. assert *z+1 ≤ 2147483647;
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
+tests/slicing/unravel-point.i:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
+tests/slicing/unravel-point.i:71:[value] warning: accessing uninitialized left-value. assert \initialized(z);
+tests/slicing/unravel-point.i:71:[value] warning: signed overflow. assert *z+1 ≤ 2147483647;
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
 [value] computing for function send1 <- main.
-        Called from tests/slicing/unravel-point.c:75.
+        Called from tests/slicing/unravel-point.i:75.
 [value] computing for function printf <- send1 <- main.
-        Called from tests/slicing/unravel-point.c:36.
-tests/slicing/unravel-point.c:36:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-point.i:36.
+tests/slicing/unravel-point.i:36:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
 [value] using specification for function printf
 [value] Done for function printf
 [value] Recording results for send1
@@ -40,29 +40,29 @@ tests/slicing/unravel-point.c:36:[kernel] warning: Neither code nor specificatio
 [from] Done for function send1
 [value] Done for function send1
 [value] computing for function send2 <- main.
-        Called from tests/slicing/unravel-point.c:76.
+        Called from tests/slicing/unravel-point.i:76.
 [value] computing for function printf <- send2 <- main.
-        Called from tests/slicing/unravel-point.c:40.
+        Called from tests/slicing/unravel-point.i:40.
 [value] Done for function printf
 [value] Recording results for send2
 [from] Computing for function send2
 [from] Done for function send2
 [value] Done for function send2
 [value] computing for function send3 <- main.
-        Called from tests/slicing/unravel-point.c:77.
-tests/slicing/unravel-point.c:44:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+        Called from tests/slicing/unravel-point.i:77.
+tests/slicing/unravel-point.i:44:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
 [value] computing for function printf <- send3 <- main.
-        Called from tests/slicing/unravel-point.c:44.
+        Called from tests/slicing/unravel-point.i:44.
 [value] Done for function printf
 [value] Recording results for send3
 [from] Computing for function send3
 [from] Done for function send3
 [value] Done for function send3
 [value] computing for function send4 <- main.
-        Called from tests/slicing/unravel-point.c:78.
-tests/slicing/unravel-point.c:48:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+        Called from tests/slicing/unravel-point.i:78.
+tests/slicing/unravel-point.i:48:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
 [value] computing for function printf <- send4 <- main.
-        Called from tests/slicing/unravel-point.c:48.
+        Called from tests/slicing/unravel-point.i:48.
 [value] Done for function printf
 [value] Recording results for send4
 [from] Computing for function send4
@@ -73,36 +73,36 @@ tests/slicing/unravel-point.c:48:[value] warning: accessing uninitialized left-v
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to printf at tests/slicing/unravel-point.c:36 (by send1):
+[from] call to printf at tests/slicing/unravel-point.i:36 (by send1):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:40 (by send2):
+[from] call to printf at tests/slicing/unravel-point.i:40 (by send2):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:44 (by send3):
+[from] call to printf at tests/slicing/unravel-point.i:44 (by send3):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:48 (by send4):
+[from] call to printf at tests/slicing/unravel-point.i:48 (by send4):
   \result FROM \nothing
-[from] call to scanf at tests/slicing/unravel-point.c:59 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:59 (by main):
   input1 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:61 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:61 (by main):
   input2 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:63 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:63 (by main):
   input3 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:65 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:65 (by main):
   cond1 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:66 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:66 (by main):
   cond2 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to send1 at tests/slicing/unravel-point.c:75 (by main):
+[from] call to send1 at tests/slicing/unravel-point.i:75 (by main):
   \result FROM x
-[from] call to send2 at tests/slicing/unravel-point.c:76 (by main):
+[from] call to send2 at tests/slicing/unravel-point.i:76 (by main):
   \result FROM x
-[from] call to send3 at tests/slicing/unravel-point.c:77 (by main):
+[from] call to send3 at tests/slicing/unravel-point.i:77 (by main):
   \result FROM x
-[from] call to send4 at tests/slicing/unravel-point.c:78 (by main):
+[from] call to send4 at tests/slicing/unravel-point.i:78 (by main):
   \result FROM x
 [from] entry point:
   \result FROM \nothing
@@ -147,3 +147,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_unravel-point.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-point.2.res.oracle b/tests/slicing/oracle/unravel-point.2.res.oracle
index 45cf01800f4..d07f77af900 100644
--- a/tests/slicing/oracle/unravel-point.2.res.oracle
+++ b/tests/slicing/oracle/unravel-point.2.res.oracle
@@ -1,38 +1,38 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-point.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-point.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:59.
+        Called from tests/slicing/unravel-point.i:59.
 [value] using specification for function scanf
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:61.
+        Called from tests/slicing/unravel-point.i:61.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:63.
+        Called from tests/slicing/unravel-point.i:63.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:65.
+        Called from tests/slicing/unravel-point.i:65.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:66.
+        Called from tests/slicing/unravel-point.i:66.
 [value] Done for function scanf
-tests/slicing/unravel-point.c:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
-tests/slicing/unravel-point.c:71:[value] warning: accessing uninitialized left-value. assert \initialized(z);
-tests/slicing/unravel-point.c:71:[value] warning: signed overflow. assert *z+1 ≤ 2147483647;
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
+tests/slicing/unravel-point.i:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
+tests/slicing/unravel-point.i:71:[value] warning: accessing uninitialized left-value. assert \initialized(z);
+tests/slicing/unravel-point.i:71:[value] warning: signed overflow. assert *z+1 ≤ 2147483647;
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
 [value] computing for function send1 <- main.
-        Called from tests/slicing/unravel-point.c:75.
+        Called from tests/slicing/unravel-point.i:75.
 [value] computing for function printf <- send1 <- main.
-        Called from tests/slicing/unravel-point.c:36.
-tests/slicing/unravel-point.c:36:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-point.i:36.
+tests/slicing/unravel-point.i:36:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
 [value] using specification for function printf
 [value] Done for function printf
 [value] Recording results for send1
@@ -40,29 +40,29 @@ tests/slicing/unravel-point.c:36:[kernel] warning: Neither code nor specificatio
 [from] Done for function send1
 [value] Done for function send1
 [value] computing for function send2 <- main.
-        Called from tests/slicing/unravel-point.c:76.
+        Called from tests/slicing/unravel-point.i:76.
 [value] computing for function printf <- send2 <- main.
-        Called from tests/slicing/unravel-point.c:40.
+        Called from tests/slicing/unravel-point.i:40.
 [value] Done for function printf
 [value] Recording results for send2
 [from] Computing for function send2
 [from] Done for function send2
 [value] Done for function send2
 [value] computing for function send3 <- main.
-        Called from tests/slicing/unravel-point.c:77.
-tests/slicing/unravel-point.c:44:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+        Called from tests/slicing/unravel-point.i:77.
+tests/slicing/unravel-point.i:44:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
 [value] computing for function printf <- send3 <- main.
-        Called from tests/slicing/unravel-point.c:44.
+        Called from tests/slicing/unravel-point.i:44.
 [value] Done for function printf
 [value] Recording results for send3
 [from] Computing for function send3
 [from] Done for function send3
 [value] Done for function send3
 [value] computing for function send4 <- main.
-        Called from tests/slicing/unravel-point.c:78.
-tests/slicing/unravel-point.c:48:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+        Called from tests/slicing/unravel-point.i:78.
+tests/slicing/unravel-point.i:48:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
 [value] computing for function printf <- send4 <- main.
-        Called from tests/slicing/unravel-point.c:48.
+        Called from tests/slicing/unravel-point.i:48.
 [value] Done for function printf
 [value] Recording results for send4
 [from] Computing for function send4
@@ -73,36 +73,36 @@ tests/slicing/unravel-point.c:48:[value] warning: accessing uninitialized left-v
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to printf at tests/slicing/unravel-point.c:36 (by send1):
+[from] call to printf at tests/slicing/unravel-point.i:36 (by send1):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:40 (by send2):
+[from] call to printf at tests/slicing/unravel-point.i:40 (by send2):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:44 (by send3):
+[from] call to printf at tests/slicing/unravel-point.i:44 (by send3):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:48 (by send4):
+[from] call to printf at tests/slicing/unravel-point.i:48 (by send4):
   \result FROM \nothing
-[from] call to scanf at tests/slicing/unravel-point.c:59 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:59 (by main):
   input1 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:61 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:61 (by main):
   input2 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:63 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:63 (by main):
   input3 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:65 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:65 (by main):
   cond1 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:66 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:66 (by main):
   cond2 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to send1 at tests/slicing/unravel-point.c:75 (by main):
+[from] call to send1 at tests/slicing/unravel-point.i:75 (by main):
   \result FROM x
-[from] call to send2 at tests/slicing/unravel-point.c:76 (by main):
+[from] call to send2 at tests/slicing/unravel-point.i:76 (by main):
   \result FROM x
-[from] call to send3 at tests/slicing/unravel-point.c:77 (by main):
+[from] call to send3 at tests/slicing/unravel-point.i:77 (by main):
   \result FROM x
-[from] call to send4 at tests/slicing/unravel-point.c:78 (by main):
+[from] call to send4 at tests/slicing/unravel-point.i:78 (by main):
   \result FROM x
 [from] entry point:
   \result FROM \nothing
@@ -163,3 +163,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_unravel-point.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-point.3.res.oracle b/tests/slicing/oracle/unravel-point.3.res.oracle
index 8ab590176c9..520d93f5aca 100644
--- a/tests/slicing/oracle/unravel-point.3.res.oracle
+++ b/tests/slicing/oracle/unravel-point.3.res.oracle
@@ -1,38 +1,38 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-point.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-point.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:59.
+        Called from tests/slicing/unravel-point.i:59.
 [value] using specification for function scanf
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:61.
+        Called from tests/slicing/unravel-point.i:61.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:63.
+        Called from tests/slicing/unravel-point.i:63.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:65.
+        Called from tests/slicing/unravel-point.i:65.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:66.
+        Called from tests/slicing/unravel-point.i:66.
 [value] Done for function scanf
-tests/slicing/unravel-point.c:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
-tests/slicing/unravel-point.c:71:[value] warning: accessing uninitialized left-value. assert \initialized(z);
-tests/slicing/unravel-point.c:71:[value] warning: signed overflow. assert *z+1 ≤ 2147483647;
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
+tests/slicing/unravel-point.i:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
+tests/slicing/unravel-point.i:71:[value] warning: accessing uninitialized left-value. assert \initialized(z);
+tests/slicing/unravel-point.i:71:[value] warning: signed overflow. assert *z+1 ≤ 2147483647;
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
 [value] computing for function send1 <- main.
-        Called from tests/slicing/unravel-point.c:75.
+        Called from tests/slicing/unravel-point.i:75.
 [value] computing for function printf <- send1 <- main.
-        Called from tests/slicing/unravel-point.c:36.
-tests/slicing/unravel-point.c:36:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-point.i:36.
+tests/slicing/unravel-point.i:36:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
 [value] using specification for function printf
 [value] Done for function printf
 [value] Recording results for send1
@@ -40,29 +40,29 @@ tests/slicing/unravel-point.c:36:[kernel] warning: Neither code nor specificatio
 [from] Done for function send1
 [value] Done for function send1
 [value] computing for function send2 <- main.
-        Called from tests/slicing/unravel-point.c:76.
+        Called from tests/slicing/unravel-point.i:76.
 [value] computing for function printf <- send2 <- main.
-        Called from tests/slicing/unravel-point.c:40.
+        Called from tests/slicing/unravel-point.i:40.
 [value] Done for function printf
 [value] Recording results for send2
 [from] Computing for function send2
 [from] Done for function send2
 [value] Done for function send2
 [value] computing for function send3 <- main.
-        Called from tests/slicing/unravel-point.c:77.
-tests/slicing/unravel-point.c:44:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+        Called from tests/slicing/unravel-point.i:77.
+tests/slicing/unravel-point.i:44:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
 [value] computing for function printf <- send3 <- main.
-        Called from tests/slicing/unravel-point.c:44.
+        Called from tests/slicing/unravel-point.i:44.
 [value] Done for function printf
 [value] Recording results for send3
 [from] Computing for function send3
 [from] Done for function send3
 [value] Done for function send3
 [value] computing for function send4 <- main.
-        Called from tests/slicing/unravel-point.c:78.
-tests/slicing/unravel-point.c:48:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+        Called from tests/slicing/unravel-point.i:78.
+tests/slicing/unravel-point.i:48:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
 [value] computing for function printf <- send4 <- main.
-        Called from tests/slicing/unravel-point.c:48.
+        Called from tests/slicing/unravel-point.i:48.
 [value] Done for function printf
 [value] Recording results for send4
 [from] Computing for function send4
@@ -73,36 +73,36 @@ tests/slicing/unravel-point.c:48:[value] warning: accessing uninitialized left-v
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to printf at tests/slicing/unravel-point.c:36 (by send1):
+[from] call to printf at tests/slicing/unravel-point.i:36 (by send1):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:40 (by send2):
+[from] call to printf at tests/slicing/unravel-point.i:40 (by send2):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:44 (by send3):
+[from] call to printf at tests/slicing/unravel-point.i:44 (by send3):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:48 (by send4):
+[from] call to printf at tests/slicing/unravel-point.i:48 (by send4):
   \result FROM \nothing
-[from] call to scanf at tests/slicing/unravel-point.c:59 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:59 (by main):
   input1 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:61 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:61 (by main):
   input2 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:63 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:63 (by main):
   input3 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:65 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:65 (by main):
   cond1 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:66 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:66 (by main):
   cond2 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to send1 at tests/slicing/unravel-point.c:75 (by main):
+[from] call to send1 at tests/slicing/unravel-point.i:75 (by main):
   \result FROM x
-[from] call to send2 at tests/slicing/unravel-point.c:76 (by main):
+[from] call to send2 at tests/slicing/unravel-point.i:76 (by main):
   \result FROM x
-[from] call to send3 at tests/slicing/unravel-point.c:77 (by main):
+[from] call to send3 at tests/slicing/unravel-point.i:77 (by main):
   \result FROM x
-[from] call to send4 at tests/slicing/unravel-point.c:78 (by main):
+[from] call to send4 at tests/slicing/unravel-point.i:78 (by main):
   \result FROM x
 [from] entry point:
   \result FROM \nothing
@@ -141,3 +141,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_unravel-point.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-point.4.res.oracle b/tests/slicing/oracle/unravel-point.4.res.oracle
index 32a321f9521..2540b75fd32 100644
--- a/tests/slicing/oracle/unravel-point.4.res.oracle
+++ b/tests/slicing/oracle/unravel-point.4.res.oracle
@@ -1,38 +1,38 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-point.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-point.i (no preprocessing)
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:59.
+        Called from tests/slicing/unravel-point.i:59.
 [value] using specification for function scanf
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:61.
+        Called from tests/slicing/unravel-point.i:61.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:63.
+        Called from tests/slicing/unravel-point.i:63.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:65.
+        Called from tests/slicing/unravel-point.i:65.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:66.
+        Called from tests/slicing/unravel-point.i:66.
 [value] Done for function scanf
-tests/slicing/unravel-point.c:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
-tests/slicing/unravel-point.c:71:[value] warning: accessing uninitialized left-value. assert \initialized(z);
-tests/slicing/unravel-point.c:71:[value] warning: signed overflow. assert *z+1 ≤ 2147483647;
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
+tests/slicing/unravel-point.i:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
+tests/slicing/unravel-point.i:71:[value] warning: accessing uninitialized left-value. assert \initialized(z);
+tests/slicing/unravel-point.i:71:[value] warning: signed overflow. assert *z+1 ≤ 2147483647;
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
 [value] computing for function send1 <- main.
-        Called from tests/slicing/unravel-point.c:75.
+        Called from tests/slicing/unravel-point.i:75.
 [value] computing for function printf <- send1 <- main.
-        Called from tests/slicing/unravel-point.c:36.
-tests/slicing/unravel-point.c:36:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-point.i:36.
+tests/slicing/unravel-point.i:36:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
 [value] using specification for function printf
 [value] Done for function printf
 [value] Recording results for send1
@@ -40,29 +40,29 @@ tests/slicing/unravel-point.c:36:[kernel] warning: Neither code nor specificatio
 [from] Done for function send1
 [value] Done for function send1
 [value] computing for function send2 <- main.
-        Called from tests/slicing/unravel-point.c:76.
+        Called from tests/slicing/unravel-point.i:76.
 [value] computing for function printf <- send2 <- main.
-        Called from tests/slicing/unravel-point.c:40.
+        Called from tests/slicing/unravel-point.i:40.
 [value] Done for function printf
 [value] Recording results for send2
 [from] Computing for function send2
 [from] Done for function send2
 [value] Done for function send2
 [value] computing for function send3 <- main.
-        Called from tests/slicing/unravel-point.c:77.
-tests/slicing/unravel-point.c:44:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+        Called from tests/slicing/unravel-point.i:77.
+tests/slicing/unravel-point.i:44:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
 [value] computing for function printf <- send3 <- main.
-        Called from tests/slicing/unravel-point.c:44.
+        Called from tests/slicing/unravel-point.i:44.
 [value] Done for function printf
 [value] Recording results for send3
 [from] Computing for function send3
 [from] Done for function send3
 [value] Done for function send3
 [value] computing for function send4 <- main.
-        Called from tests/slicing/unravel-point.c:78.
-tests/slicing/unravel-point.c:48:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+        Called from tests/slicing/unravel-point.i:78.
+tests/slicing/unravel-point.i:48:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
 [value] computing for function printf <- send4 <- main.
-        Called from tests/slicing/unravel-point.c:48.
+        Called from tests/slicing/unravel-point.i:48.
 [value] Done for function printf
 [value] Recording results for send4
 [from] Computing for function send4
@@ -73,36 +73,36 @@ tests/slicing/unravel-point.c:48:[value] warning: accessing uninitialized left-v
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to printf at tests/slicing/unravel-point.c:36 (by send1):
+[from] call to printf at tests/slicing/unravel-point.i:36 (by send1):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:40 (by send2):
+[from] call to printf at tests/slicing/unravel-point.i:40 (by send2):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:44 (by send3):
+[from] call to printf at tests/slicing/unravel-point.i:44 (by send3):
   \result FROM \nothing
-[from] call to printf at tests/slicing/unravel-point.c:48 (by send4):
+[from] call to printf at tests/slicing/unravel-point.i:48 (by send4):
   \result FROM \nothing
-[from] call to scanf at tests/slicing/unravel-point.c:59 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:59 (by main):
   input1 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:61 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:61 (by main):
   input2 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:63 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:63 (by main):
   input3 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:65 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:65 (by main):
   cond1 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to scanf at tests/slicing/unravel-point.c:66 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:66 (by main):
   cond2 FROM \nothing
   \result FROM ANYTHING(origin:Unknown)
-[from] call to send1 at tests/slicing/unravel-point.c:75 (by main):
+[from] call to send1 at tests/slicing/unravel-point.i:75 (by main):
   \result FROM x
-[from] call to send2 at tests/slicing/unravel-point.c:76 (by main):
+[from] call to send2 at tests/slicing/unravel-point.i:76 (by main):
   \result FROM x
-[from] call to send3 at tests/slicing/unravel-point.c:77 (by main):
+[from] call to send3 at tests/slicing/unravel-point.i:77 (by main):
   \result FROM x
-[from] call to send4 at tests/slicing/unravel-point.c:78 (by main):
+[from] call to send4 at tests/slicing/unravel-point.i:78 (by main):
   \result FROM x
 [from] entry point:
   \result FROM \nothing
@@ -133,35 +133,35 @@ tests/slicing/unravel-point.c:48:[value] warning: accessing uninitialized left-v
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:59.
-tests/slicing/unravel-point.c:59:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-point.i:59.
+tests/slicing/unravel-point.i:59:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
 [value] using specification for function scanf
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:61.
+        Called from tests/slicing/unravel-point.i:61.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:63.
+        Called from tests/slicing/unravel-point.i:63.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:65.
+        Called from tests/slicing/unravel-point.i:65.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-point.c:66.
+        Called from tests/slicing/unravel-point.i:66.
 [value] Done for function scanf
-tests/slicing/unravel-point.c:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
-tests/slicing/unravel-point.c:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
-tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
+tests/slicing/unravel-point.i:68:[value] warning: accessing uninitialized left-value. assert \initialized(&cond1);
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(y);
+tests/slicing/unravel-point.i:72:[value] warning: accessing uninitialized left-value. assert \initialized(x);
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert -2147483648 ≤ *y+*x;
+tests/slicing/unravel-point.i:72:[value] warning: signed overflow. assert *y+*x ≤ 2147483647;
 [value] computing for function send1_slice_1 <- main.
-        Called from tests/slicing/unravel-point.c:75.
+        Called from tests/slicing/unravel-point.i:75.
 [value] Recording results for send1_slice_1
 [from] Computing for function send1_slice_1
 [from] Done for function send1_slice_1
 [value] Done for function send1_slice_1
 [value] computing for function send4_slice_1 <- main.
-        Called from tests/slicing/unravel-point.c:78.
+        Called from tests/slicing/unravel-point.i:78.
 [value] Recording results for send4_slice_1
 [from] Computing for function send4_slice_1
 [from] Done for function send4_slice_1
@@ -171,24 +171,24 @@ tests/slicing/unravel-point.c:72:[value] warning: signed overflow. assert *y+*x
 [from] Done for function main
 [value] done for function main
 [from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
-[from] call to scanf at tests/slicing/unravel-point.c:59 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:59 (by main):
   input1 FROM input1 (and SELF)
   \result FROM input1
-[from] call to scanf at tests/slicing/unravel-point.c:61 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:61 (by main):
   input2 FROM input2 (and SELF)
   \result FROM input2
-[from] call to scanf at tests/slicing/unravel-point.c:63 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:63 (by main):
   input3 FROM input3 (and SELF)
   \result FROM input3
-[from] call to scanf at tests/slicing/unravel-point.c:65 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:65 (by main):
   cond1 FROM cond1 (and SELF)
   \result FROM cond1
-[from] call to scanf at tests/slicing/unravel-point.c:66 (by main):
+[from] call to scanf at tests/slicing/unravel-point.i:66 (by main):
   cond2 FROM cond2 (and SELF)
   \result FROM cond2
-[from] call to send1_slice_1 at tests/slicing/unravel-point.c:75 (by main):
+[from] call to send1_slice_1 at tests/slicing/unravel-point.i:75 (by main):
   \result FROM x
-[from] call to send4_slice_1 at tests/slicing/unravel-point.c:78 (by main):
+[from] call to send4_slice_1 at tests/slicing/unravel-point.i:78 (by main):
   \result FROM x
 [from] entry point:
   NO EFFECTS
@@ -304,3 +304,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_4_unravel-point.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-variance.0.res.oracle b/tests/slicing/oracle/unravel-variance.0.res.oracle
index 2f6c72e6853..83825349e8e 100644
--- a/tests/slicing/oracle/unravel-variance.0.res.oracle
+++ b/tests/slicing/oracle/unravel-variance.0.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-variance.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-variance.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,114 +7,114 @@
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:32.
-tests/slicing/unravel-variance.c:32:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:31.
+tests/slicing/unravel-variance.i:31:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
 [value] using specification for function scanf
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:33:[value] entering loop for the first time
-tests/slicing/unravel-variance.c:33:[value] warning: accessing uninitialized left-value. assert \initialized(&n);
+tests/slicing/unravel-variance.i:32:[value] entering loop for the first time
+tests/slicing/unravel-variance.i:32:[value] warning: accessing uninitialized left-value. assert \initialized(&n);
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:36:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite((float)(x[i]*x[i]));
+tests/slicing/unravel-variance.i:35:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:35:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite((float)(x[i]*x[i]));
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: non-finite float value. assert \is_finite((float)(t1+x[i]));
-tests/slicing/unravel-variance.c:37:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite((float)(ssq+(float)(x[i]*x[i])));
+tests/slicing/unravel-variance.i:35:[value] warning: non-finite float value. assert \is_finite((float)(t1+x[i]));
+tests/slicing/unravel-variance.i:36:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite((float)(ssq+(float)(x[i]*x[i])));
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: accessing out of bounds index. assert i < 1024;
-tests/slicing/unravel-variance.c:39:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)n));
-tests/slicing/unravel-variance.c:40:[value] warning: signed overflow. assert -2147483648 ≤ n-1;
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value. assert \is_finite((float)((float)n*avg));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:35:[value] warning: accessing out of bounds index. assert i < 1024;
+tests/slicing/unravel-variance.i:38:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)n));
+tests/slicing/unravel-variance.i:39:[value] warning: signed overflow. assert -2147483648 ≤ n-1;
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value. assert \is_finite((float)((float)n*avg));
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)((float)n*avg)*avg));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert \is_finite((float)(ssq-(float)((float)((float)n*avg)*avg)));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((float)(ssq-(float)((float)((float)n*avg)*avg))/(float)
                                      ((int)(n-1))));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value. assert \is_finite((float)(t1*avg));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value. assert \is_finite((float)(ssq-(float)(t1*avg)));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value. assert \is_finite((float)(t1*avg));
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value. assert \is_finite((float)(ssq-(float)(t1*avg)));
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)(ssq-(float)(t1*avg))/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:42:[value] warning: non-finite float value. assert \is_finite((float)(t1*t1));
-tests/slicing/unravel-variance.c:42:[value] warning: non-finite float value. assert \is_finite((float)((float)(t1*t1)/(float)n));
-tests/slicing/unravel-variance.c:43:[value] warning: non-finite float value. assert \is_finite((float)(ssq-t1));
-tests/slicing/unravel-variance.c:43:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:41:[value] warning: non-finite float value. assert \is_finite((float)(t1*t1));
+tests/slicing/unravel-variance.i:41:[value] warning: non-finite float value. assert \is_finite((float)((float)(t1*t1)/(float)n));
+tests/slicing/unravel-variance.i:42:[value] warning: non-finite float value. assert \is_finite((float)(ssq-t1));
+tests/slicing/unravel-variance.i:42:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)(ssq-t1)/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:45:[value] entering loop for the first time
-tests/slicing/unravel-variance.c:47:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:47:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:47:[value] warning: non-finite float value. assert \is_finite((float)(x[i]-avg));
-tests/slicing/unravel-variance.c:49:[value] warning: non-finite float value. assert \is_finite((float)(dev*dev));
-tests/slicing/unravel-variance.c:48:[value] warning: non-finite float value. assert \is_finite((float)(t2+dev));
-tests/slicing/unravel-variance.c:49:[value] warning: non-finite float value. assert \is_finite((float)(t1+(float)(dev*dev)));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value. assert \is_finite((float)(t2*t2));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value. assert \is_finite((float)((float)(t2*t2)/(float)n));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:44:[value] entering loop for the first time
+tests/slicing/unravel-variance.i:46:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:46:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:46:[value] warning: non-finite float value. assert \is_finite((float)(x[i]-avg));
+tests/slicing/unravel-variance.i:48:[value] warning: non-finite float value. assert \is_finite((float)(dev*dev));
+tests/slicing/unravel-variance.i:47:[value] warning: non-finite float value. assert \is_finite((float)(t2+dev));
+tests/slicing/unravel-variance.i:48:[value] warning: non-finite float value. assert \is_finite((float)(t1+(float)(dev*dev)));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value. assert \is_finite((float)(t2*t2));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value. assert \is_finite((float)((float)(t2*t2)/(float)n));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value.
                  assert \is_finite((float)(t1-(float)((float)(t2*t2)/(float)n)));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((float)(t1-(float)((float)(t2*t2)/(float)n))/(float)
                                      ((int)(n-1))));
-tests/slicing/unravel-variance.c:52:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:53:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:51:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)((int)(n-1))));
+tests/slicing/unravel-variance.i:52:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var2;
-tests/slicing/unravel-variance.c:53:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:52:[value] warning: overflow in conversion from floating-point to integer.
                  assert var2 < 2147483648;
 [value] computing for function printf1 <- main.
-        Called from tests/slicing/unravel-variance.c:53.
-tests/slicing/unravel-variance.c:53:[kernel] warning: Neither code nor specification for function printf1, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:52.
+tests/slicing/unravel-variance.i:52:[kernel] warning: Neither code nor specification for function printf1, generating default assigns from the prototype
 [value] using specification for function printf1
 [value] Done for function printf1
-tests/slicing/unravel-variance.c:54:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:53:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var3;
-tests/slicing/unravel-variance.c:54:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:53:[value] warning: overflow in conversion from floating-point to integer.
                  assert var3 < 2147483648;
 [value] computing for function printf2 <- main.
-        Called from tests/slicing/unravel-variance.c:54.
-tests/slicing/unravel-variance.c:54:[kernel] warning: Neither code nor specification for function printf2, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:53.
+tests/slicing/unravel-variance.i:53:[kernel] warning: Neither code nor specification for function printf2, generating default assigns from the prototype
 [value] using specification for function printf2
 [value] Done for function printf2
-tests/slicing/unravel-variance.c:55:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:54:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var4;
-tests/slicing/unravel-variance.c:55:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:54:[value] warning: overflow in conversion from floating-point to integer.
                  assert var4 < 2147483648;
 [value] computing for function printf3 <- main.
-        Called from tests/slicing/unravel-variance.c:55.
-tests/slicing/unravel-variance.c:55:[kernel] warning: Neither code nor specification for function printf3, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:54.
+tests/slicing/unravel-variance.i:54:[kernel] warning: Neither code nor specification for function printf3, generating default assigns from the prototype
 [value] using specification for function printf3
 [value] Done for function printf3
-tests/slicing/unravel-variance.c:56:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:55:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var5;
-tests/slicing/unravel-variance.c:56:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:55:[value] warning: overflow in conversion from floating-point to integer.
                  assert var5 < 2147483648;
 [value] computing for function printf4 <- main.
-        Called from tests/slicing/unravel-variance.c:56.
-tests/slicing/unravel-variance.c:56:[kernel] warning: Neither code nor specification for function printf4, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:55.
+tests/slicing/unravel-variance.i:55:[kernel] warning: Neither code nor specification for function printf4, generating default assigns from the prototype
 [value] using specification for function printf4
 [value] Done for function printf4
-tests/slicing/unravel-variance.c:57:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:56:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var1;
-tests/slicing/unravel-variance.c:57:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:56:[value] warning: overflow in conversion from floating-point to integer.
                  assert var1 < 2147483648;
 [value] computing for function printf5 <- main.
-        Called from tests/slicing/unravel-variance.c:57.
-tests/slicing/unravel-variance.c:57:[kernel] warning: Neither code nor specification for function printf5, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:56.
+tests/slicing/unravel-variance.i:56:[kernel] warning: Neither code nor specification for function printf5, generating default assigns from the prototype
 [value] using specification for function printf5
 [value] Done for function printf5
 [value] Recording results for main
@@ -176,3 +176,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_unravel-variance.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-variance.1.res.oracle b/tests/slicing/oracle/unravel-variance.1.res.oracle
index 9c9021f12a8..ca502634944 100644
--- a/tests/slicing/oracle/unravel-variance.1.res.oracle
+++ b/tests/slicing/oracle/unravel-variance.1.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-variance.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-variance.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,114 +7,114 @@
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:32.
-tests/slicing/unravel-variance.c:32:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:31.
+tests/slicing/unravel-variance.i:31:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
 [value] using specification for function scanf
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:33:[value] entering loop for the first time
-tests/slicing/unravel-variance.c:33:[value] warning: accessing uninitialized left-value. assert \initialized(&n);
+tests/slicing/unravel-variance.i:32:[value] entering loop for the first time
+tests/slicing/unravel-variance.i:32:[value] warning: accessing uninitialized left-value. assert \initialized(&n);
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:36:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite((float)(x[i]*x[i]));
+tests/slicing/unravel-variance.i:35:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:35:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite((float)(x[i]*x[i]));
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: non-finite float value. assert \is_finite((float)(t1+x[i]));
-tests/slicing/unravel-variance.c:37:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite((float)(ssq+(float)(x[i]*x[i])));
+tests/slicing/unravel-variance.i:35:[value] warning: non-finite float value. assert \is_finite((float)(t1+x[i]));
+tests/slicing/unravel-variance.i:36:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite((float)(ssq+(float)(x[i]*x[i])));
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: accessing out of bounds index. assert i < 1024;
-tests/slicing/unravel-variance.c:39:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)n));
-tests/slicing/unravel-variance.c:40:[value] warning: signed overflow. assert -2147483648 ≤ n-1;
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value. assert \is_finite((float)((float)n*avg));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:35:[value] warning: accessing out of bounds index. assert i < 1024;
+tests/slicing/unravel-variance.i:38:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)n));
+tests/slicing/unravel-variance.i:39:[value] warning: signed overflow. assert -2147483648 ≤ n-1;
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value. assert \is_finite((float)((float)n*avg));
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)((float)n*avg)*avg));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert \is_finite((float)(ssq-(float)((float)((float)n*avg)*avg)));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((float)(ssq-(float)((float)((float)n*avg)*avg))/(float)
                                      ((int)(n-1))));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value. assert \is_finite((float)(t1*avg));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value. assert \is_finite((float)(ssq-(float)(t1*avg)));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value. assert \is_finite((float)(t1*avg));
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value. assert \is_finite((float)(ssq-(float)(t1*avg)));
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)(ssq-(float)(t1*avg))/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:42:[value] warning: non-finite float value. assert \is_finite((float)(t1*t1));
-tests/slicing/unravel-variance.c:42:[value] warning: non-finite float value. assert \is_finite((float)((float)(t1*t1)/(float)n));
-tests/slicing/unravel-variance.c:43:[value] warning: non-finite float value. assert \is_finite((float)(ssq-t1));
-tests/slicing/unravel-variance.c:43:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:41:[value] warning: non-finite float value. assert \is_finite((float)(t1*t1));
+tests/slicing/unravel-variance.i:41:[value] warning: non-finite float value. assert \is_finite((float)((float)(t1*t1)/(float)n));
+tests/slicing/unravel-variance.i:42:[value] warning: non-finite float value. assert \is_finite((float)(ssq-t1));
+tests/slicing/unravel-variance.i:42:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)(ssq-t1)/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:45:[value] entering loop for the first time
-tests/slicing/unravel-variance.c:47:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:47:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:47:[value] warning: non-finite float value. assert \is_finite((float)(x[i]-avg));
-tests/slicing/unravel-variance.c:49:[value] warning: non-finite float value. assert \is_finite((float)(dev*dev));
-tests/slicing/unravel-variance.c:48:[value] warning: non-finite float value. assert \is_finite((float)(t2+dev));
-tests/slicing/unravel-variance.c:49:[value] warning: non-finite float value. assert \is_finite((float)(t1+(float)(dev*dev)));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value. assert \is_finite((float)(t2*t2));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value. assert \is_finite((float)((float)(t2*t2)/(float)n));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:44:[value] entering loop for the first time
+tests/slicing/unravel-variance.i:46:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:46:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:46:[value] warning: non-finite float value. assert \is_finite((float)(x[i]-avg));
+tests/slicing/unravel-variance.i:48:[value] warning: non-finite float value. assert \is_finite((float)(dev*dev));
+tests/slicing/unravel-variance.i:47:[value] warning: non-finite float value. assert \is_finite((float)(t2+dev));
+tests/slicing/unravel-variance.i:48:[value] warning: non-finite float value. assert \is_finite((float)(t1+(float)(dev*dev)));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value. assert \is_finite((float)(t2*t2));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value. assert \is_finite((float)((float)(t2*t2)/(float)n));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value.
                  assert \is_finite((float)(t1-(float)((float)(t2*t2)/(float)n)));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((float)(t1-(float)((float)(t2*t2)/(float)n))/(float)
                                      ((int)(n-1))));
-tests/slicing/unravel-variance.c:52:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:53:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:51:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)((int)(n-1))));
+tests/slicing/unravel-variance.i:52:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var2;
-tests/slicing/unravel-variance.c:53:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:52:[value] warning: overflow in conversion from floating-point to integer.
                  assert var2 < 2147483648;
 [value] computing for function printf1 <- main.
-        Called from tests/slicing/unravel-variance.c:53.
-tests/slicing/unravel-variance.c:53:[kernel] warning: Neither code nor specification for function printf1, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:52.
+tests/slicing/unravel-variance.i:52:[kernel] warning: Neither code nor specification for function printf1, generating default assigns from the prototype
 [value] using specification for function printf1
 [value] Done for function printf1
-tests/slicing/unravel-variance.c:54:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:53:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var3;
-tests/slicing/unravel-variance.c:54:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:53:[value] warning: overflow in conversion from floating-point to integer.
                  assert var3 < 2147483648;
 [value] computing for function printf2 <- main.
-        Called from tests/slicing/unravel-variance.c:54.
-tests/slicing/unravel-variance.c:54:[kernel] warning: Neither code nor specification for function printf2, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:53.
+tests/slicing/unravel-variance.i:53:[kernel] warning: Neither code nor specification for function printf2, generating default assigns from the prototype
 [value] using specification for function printf2
 [value] Done for function printf2
-tests/slicing/unravel-variance.c:55:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:54:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var4;
-tests/slicing/unravel-variance.c:55:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:54:[value] warning: overflow in conversion from floating-point to integer.
                  assert var4 < 2147483648;
 [value] computing for function printf3 <- main.
-        Called from tests/slicing/unravel-variance.c:55.
-tests/slicing/unravel-variance.c:55:[kernel] warning: Neither code nor specification for function printf3, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:54.
+tests/slicing/unravel-variance.i:54:[kernel] warning: Neither code nor specification for function printf3, generating default assigns from the prototype
 [value] using specification for function printf3
 [value] Done for function printf3
-tests/slicing/unravel-variance.c:56:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:55:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var5;
-tests/slicing/unravel-variance.c:56:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:55:[value] warning: overflow in conversion from floating-point to integer.
                  assert var5 < 2147483648;
 [value] computing for function printf4 <- main.
-        Called from tests/slicing/unravel-variance.c:56.
-tests/slicing/unravel-variance.c:56:[kernel] warning: Neither code nor specification for function printf4, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:55.
+tests/slicing/unravel-variance.i:55:[kernel] warning: Neither code nor specification for function printf4, generating default assigns from the prototype
 [value] using specification for function printf4
 [value] Done for function printf4
-tests/slicing/unravel-variance.c:57:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:56:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var1;
-tests/slicing/unravel-variance.c:57:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:56:[value] warning: overflow in conversion from floating-point to integer.
                  assert var1 < 2147483648;
 [value] computing for function printf5 <- main.
-        Called from tests/slicing/unravel-variance.c:57.
-tests/slicing/unravel-variance.c:57:[kernel] warning: Neither code nor specification for function printf5, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:56.
+tests/slicing/unravel-variance.i:56:[kernel] warning: Neither code nor specification for function printf5, generating default assigns from the prototype
 [value] using specification for function printf5
 [value] Done for function printf5
 [value] Recording results for main
@@ -177,3 +177,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_1_unravel-variance.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-variance.2.res.oracle b/tests/slicing/oracle/unravel-variance.2.res.oracle
index e652c6a5923..5c082073005 100644
--- a/tests/slicing/oracle/unravel-variance.2.res.oracle
+++ b/tests/slicing/oracle/unravel-variance.2.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-variance.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-variance.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,114 +7,114 @@
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:32.
-tests/slicing/unravel-variance.c:32:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:31.
+tests/slicing/unravel-variance.i:31:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
 [value] using specification for function scanf
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:33:[value] entering loop for the first time
-tests/slicing/unravel-variance.c:33:[value] warning: accessing uninitialized left-value. assert \initialized(&n);
+tests/slicing/unravel-variance.i:32:[value] entering loop for the first time
+tests/slicing/unravel-variance.i:32:[value] warning: accessing uninitialized left-value. assert \initialized(&n);
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:36:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite((float)(x[i]*x[i]));
+tests/slicing/unravel-variance.i:35:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:35:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite((float)(x[i]*x[i]));
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: non-finite float value. assert \is_finite((float)(t1+x[i]));
-tests/slicing/unravel-variance.c:37:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite((float)(ssq+(float)(x[i]*x[i])));
+tests/slicing/unravel-variance.i:35:[value] warning: non-finite float value. assert \is_finite((float)(t1+x[i]));
+tests/slicing/unravel-variance.i:36:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite((float)(ssq+(float)(x[i]*x[i])));
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: accessing out of bounds index. assert i < 1024;
-tests/slicing/unravel-variance.c:39:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)n));
-tests/slicing/unravel-variance.c:40:[value] warning: signed overflow. assert -2147483648 ≤ n-1;
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value. assert \is_finite((float)((float)n*avg));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:35:[value] warning: accessing out of bounds index. assert i < 1024;
+tests/slicing/unravel-variance.i:38:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)n));
+tests/slicing/unravel-variance.i:39:[value] warning: signed overflow. assert -2147483648 ≤ n-1;
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value. assert \is_finite((float)((float)n*avg));
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)((float)n*avg)*avg));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert \is_finite((float)(ssq-(float)((float)((float)n*avg)*avg)));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((float)(ssq-(float)((float)((float)n*avg)*avg))/(float)
                                      ((int)(n-1))));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value. assert \is_finite((float)(t1*avg));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value. assert \is_finite((float)(ssq-(float)(t1*avg)));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value. assert \is_finite((float)(t1*avg));
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value. assert \is_finite((float)(ssq-(float)(t1*avg)));
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)(ssq-(float)(t1*avg))/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:42:[value] warning: non-finite float value. assert \is_finite((float)(t1*t1));
-tests/slicing/unravel-variance.c:42:[value] warning: non-finite float value. assert \is_finite((float)((float)(t1*t1)/(float)n));
-tests/slicing/unravel-variance.c:43:[value] warning: non-finite float value. assert \is_finite((float)(ssq-t1));
-tests/slicing/unravel-variance.c:43:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:41:[value] warning: non-finite float value. assert \is_finite((float)(t1*t1));
+tests/slicing/unravel-variance.i:41:[value] warning: non-finite float value. assert \is_finite((float)((float)(t1*t1)/(float)n));
+tests/slicing/unravel-variance.i:42:[value] warning: non-finite float value. assert \is_finite((float)(ssq-t1));
+tests/slicing/unravel-variance.i:42:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)(ssq-t1)/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:45:[value] entering loop for the first time
-tests/slicing/unravel-variance.c:47:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:47:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:47:[value] warning: non-finite float value. assert \is_finite((float)(x[i]-avg));
-tests/slicing/unravel-variance.c:49:[value] warning: non-finite float value. assert \is_finite((float)(dev*dev));
-tests/slicing/unravel-variance.c:48:[value] warning: non-finite float value. assert \is_finite((float)(t2+dev));
-tests/slicing/unravel-variance.c:49:[value] warning: non-finite float value. assert \is_finite((float)(t1+(float)(dev*dev)));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value. assert \is_finite((float)(t2*t2));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value. assert \is_finite((float)((float)(t2*t2)/(float)n));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:44:[value] entering loop for the first time
+tests/slicing/unravel-variance.i:46:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:46:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:46:[value] warning: non-finite float value. assert \is_finite((float)(x[i]-avg));
+tests/slicing/unravel-variance.i:48:[value] warning: non-finite float value. assert \is_finite((float)(dev*dev));
+tests/slicing/unravel-variance.i:47:[value] warning: non-finite float value. assert \is_finite((float)(t2+dev));
+tests/slicing/unravel-variance.i:48:[value] warning: non-finite float value. assert \is_finite((float)(t1+(float)(dev*dev)));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value. assert \is_finite((float)(t2*t2));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value. assert \is_finite((float)((float)(t2*t2)/(float)n));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value.
                  assert \is_finite((float)(t1-(float)((float)(t2*t2)/(float)n)));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((float)(t1-(float)((float)(t2*t2)/(float)n))/(float)
                                      ((int)(n-1))));
-tests/slicing/unravel-variance.c:52:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:53:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:51:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)((int)(n-1))));
+tests/slicing/unravel-variance.i:52:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var2;
-tests/slicing/unravel-variance.c:53:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:52:[value] warning: overflow in conversion from floating-point to integer.
                  assert var2 < 2147483648;
 [value] computing for function printf1 <- main.
-        Called from tests/slicing/unravel-variance.c:53.
-tests/slicing/unravel-variance.c:53:[kernel] warning: Neither code nor specification for function printf1, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:52.
+tests/slicing/unravel-variance.i:52:[kernel] warning: Neither code nor specification for function printf1, generating default assigns from the prototype
 [value] using specification for function printf1
 [value] Done for function printf1
-tests/slicing/unravel-variance.c:54:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:53:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var3;
-tests/slicing/unravel-variance.c:54:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:53:[value] warning: overflow in conversion from floating-point to integer.
                  assert var3 < 2147483648;
 [value] computing for function printf2 <- main.
-        Called from tests/slicing/unravel-variance.c:54.
-tests/slicing/unravel-variance.c:54:[kernel] warning: Neither code nor specification for function printf2, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:53.
+tests/slicing/unravel-variance.i:53:[kernel] warning: Neither code nor specification for function printf2, generating default assigns from the prototype
 [value] using specification for function printf2
 [value] Done for function printf2
-tests/slicing/unravel-variance.c:55:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:54:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var4;
-tests/slicing/unravel-variance.c:55:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:54:[value] warning: overflow in conversion from floating-point to integer.
                  assert var4 < 2147483648;
 [value] computing for function printf3 <- main.
-        Called from tests/slicing/unravel-variance.c:55.
-tests/slicing/unravel-variance.c:55:[kernel] warning: Neither code nor specification for function printf3, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:54.
+tests/slicing/unravel-variance.i:54:[kernel] warning: Neither code nor specification for function printf3, generating default assigns from the prototype
 [value] using specification for function printf3
 [value] Done for function printf3
-tests/slicing/unravel-variance.c:56:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:55:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var5;
-tests/slicing/unravel-variance.c:56:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:55:[value] warning: overflow in conversion from floating-point to integer.
                  assert var5 < 2147483648;
 [value] computing for function printf4 <- main.
-        Called from tests/slicing/unravel-variance.c:56.
-tests/slicing/unravel-variance.c:56:[kernel] warning: Neither code nor specification for function printf4, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:55.
+tests/slicing/unravel-variance.i:55:[kernel] warning: Neither code nor specification for function printf4, generating default assigns from the prototype
 [value] using specification for function printf4
 [value] Done for function printf4
-tests/slicing/unravel-variance.c:57:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:56:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var1;
-tests/slicing/unravel-variance.c:57:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:56:[value] warning: overflow in conversion from floating-point to integer.
                  assert var1 < 2147483648;
 [value] computing for function printf5 <- main.
-        Called from tests/slicing/unravel-variance.c:57.
-tests/slicing/unravel-variance.c:57:[kernel] warning: Neither code nor specification for function printf5, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:56.
+tests/slicing/unravel-variance.i:56:[kernel] warning: Neither code nor specification for function printf5, generating default assigns from the prototype
 [value] using specification for function printf5
 [value] Done for function printf5
 [value] Recording results for main
@@ -177,3 +177,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_2_unravel-variance.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-variance.3.res.oracle b/tests/slicing/oracle/unravel-variance.3.res.oracle
index fe1f53e5f37..b12dc8eb767 100644
--- a/tests/slicing/oracle/unravel-variance.3.res.oracle
+++ b/tests/slicing/oracle/unravel-variance.3.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-variance.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-variance.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,114 +7,114 @@
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:32.
-tests/slicing/unravel-variance.c:32:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:31.
+tests/slicing/unravel-variance.i:31:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
 [value] using specification for function scanf
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:33:[value] entering loop for the first time
-tests/slicing/unravel-variance.c:33:[value] warning: accessing uninitialized left-value. assert \initialized(&n);
+tests/slicing/unravel-variance.i:32:[value] entering loop for the first time
+tests/slicing/unravel-variance.i:32:[value] warning: accessing uninitialized left-value. assert \initialized(&n);
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:36:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite((float)(x[i]*x[i]));
+tests/slicing/unravel-variance.i:35:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:35:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite((float)(x[i]*x[i]));
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: non-finite float value. assert \is_finite((float)(t1+x[i]));
-tests/slicing/unravel-variance.c:37:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite((float)(ssq+(float)(x[i]*x[i])));
+tests/slicing/unravel-variance.i:35:[value] warning: non-finite float value. assert \is_finite((float)(t1+x[i]));
+tests/slicing/unravel-variance.i:36:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite((float)(ssq+(float)(x[i]*x[i])));
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: accessing out of bounds index. assert i < 1024;
-tests/slicing/unravel-variance.c:39:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)n));
-tests/slicing/unravel-variance.c:40:[value] warning: signed overflow. assert -2147483648 ≤ n-1;
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value. assert \is_finite((float)((float)n*avg));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:35:[value] warning: accessing out of bounds index. assert i < 1024;
+tests/slicing/unravel-variance.i:38:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)n));
+tests/slicing/unravel-variance.i:39:[value] warning: signed overflow. assert -2147483648 ≤ n-1;
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value. assert \is_finite((float)((float)n*avg));
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)((float)n*avg)*avg));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert \is_finite((float)(ssq-(float)((float)((float)n*avg)*avg)));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((float)(ssq-(float)((float)((float)n*avg)*avg))/(float)
                                      ((int)(n-1))));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value. assert \is_finite((float)(t1*avg));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value. assert \is_finite((float)(ssq-(float)(t1*avg)));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value. assert \is_finite((float)(t1*avg));
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value. assert \is_finite((float)(ssq-(float)(t1*avg)));
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)(ssq-(float)(t1*avg))/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:42:[value] warning: non-finite float value. assert \is_finite((float)(t1*t1));
-tests/slicing/unravel-variance.c:42:[value] warning: non-finite float value. assert \is_finite((float)((float)(t1*t1)/(float)n));
-tests/slicing/unravel-variance.c:43:[value] warning: non-finite float value. assert \is_finite((float)(ssq-t1));
-tests/slicing/unravel-variance.c:43:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:41:[value] warning: non-finite float value. assert \is_finite((float)(t1*t1));
+tests/slicing/unravel-variance.i:41:[value] warning: non-finite float value. assert \is_finite((float)((float)(t1*t1)/(float)n));
+tests/slicing/unravel-variance.i:42:[value] warning: non-finite float value. assert \is_finite((float)(ssq-t1));
+tests/slicing/unravel-variance.i:42:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)(ssq-t1)/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:45:[value] entering loop for the first time
-tests/slicing/unravel-variance.c:47:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:47:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:47:[value] warning: non-finite float value. assert \is_finite((float)(x[i]-avg));
-tests/slicing/unravel-variance.c:49:[value] warning: non-finite float value. assert \is_finite((float)(dev*dev));
-tests/slicing/unravel-variance.c:48:[value] warning: non-finite float value. assert \is_finite((float)(t2+dev));
-tests/slicing/unravel-variance.c:49:[value] warning: non-finite float value. assert \is_finite((float)(t1+(float)(dev*dev)));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value. assert \is_finite((float)(t2*t2));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value. assert \is_finite((float)((float)(t2*t2)/(float)n));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:44:[value] entering loop for the first time
+tests/slicing/unravel-variance.i:46:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:46:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:46:[value] warning: non-finite float value. assert \is_finite((float)(x[i]-avg));
+tests/slicing/unravel-variance.i:48:[value] warning: non-finite float value. assert \is_finite((float)(dev*dev));
+tests/slicing/unravel-variance.i:47:[value] warning: non-finite float value. assert \is_finite((float)(t2+dev));
+tests/slicing/unravel-variance.i:48:[value] warning: non-finite float value. assert \is_finite((float)(t1+(float)(dev*dev)));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value. assert \is_finite((float)(t2*t2));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value. assert \is_finite((float)((float)(t2*t2)/(float)n));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value.
                  assert \is_finite((float)(t1-(float)((float)(t2*t2)/(float)n)));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((float)(t1-(float)((float)(t2*t2)/(float)n))/(float)
                                      ((int)(n-1))));
-tests/slicing/unravel-variance.c:52:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:53:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:51:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)((int)(n-1))));
+tests/slicing/unravel-variance.i:52:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var2;
-tests/slicing/unravel-variance.c:53:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:52:[value] warning: overflow in conversion from floating-point to integer.
                  assert var2 < 2147483648;
 [value] computing for function printf1 <- main.
-        Called from tests/slicing/unravel-variance.c:53.
-tests/slicing/unravel-variance.c:53:[kernel] warning: Neither code nor specification for function printf1, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:52.
+tests/slicing/unravel-variance.i:52:[kernel] warning: Neither code nor specification for function printf1, generating default assigns from the prototype
 [value] using specification for function printf1
 [value] Done for function printf1
-tests/slicing/unravel-variance.c:54:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:53:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var3;
-tests/slicing/unravel-variance.c:54:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:53:[value] warning: overflow in conversion from floating-point to integer.
                  assert var3 < 2147483648;
 [value] computing for function printf2 <- main.
-        Called from tests/slicing/unravel-variance.c:54.
-tests/slicing/unravel-variance.c:54:[kernel] warning: Neither code nor specification for function printf2, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:53.
+tests/slicing/unravel-variance.i:53:[kernel] warning: Neither code nor specification for function printf2, generating default assigns from the prototype
 [value] using specification for function printf2
 [value] Done for function printf2
-tests/slicing/unravel-variance.c:55:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:54:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var4;
-tests/slicing/unravel-variance.c:55:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:54:[value] warning: overflow in conversion from floating-point to integer.
                  assert var4 < 2147483648;
 [value] computing for function printf3 <- main.
-        Called from tests/slicing/unravel-variance.c:55.
-tests/slicing/unravel-variance.c:55:[kernel] warning: Neither code nor specification for function printf3, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:54.
+tests/slicing/unravel-variance.i:54:[kernel] warning: Neither code nor specification for function printf3, generating default assigns from the prototype
 [value] using specification for function printf3
 [value] Done for function printf3
-tests/slicing/unravel-variance.c:56:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:55:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var5;
-tests/slicing/unravel-variance.c:56:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:55:[value] warning: overflow in conversion from floating-point to integer.
                  assert var5 < 2147483648;
 [value] computing for function printf4 <- main.
-        Called from tests/slicing/unravel-variance.c:56.
-tests/slicing/unravel-variance.c:56:[kernel] warning: Neither code nor specification for function printf4, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:55.
+tests/slicing/unravel-variance.i:55:[kernel] warning: Neither code nor specification for function printf4, generating default assigns from the prototype
 [value] using specification for function printf4
 [value] Done for function printf4
-tests/slicing/unravel-variance.c:57:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:56:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var1;
-tests/slicing/unravel-variance.c:57:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:56:[value] warning: overflow in conversion from floating-point to integer.
                  assert var1 < 2147483648;
 [value] computing for function printf5 <- main.
-        Called from tests/slicing/unravel-variance.c:57.
-tests/slicing/unravel-variance.c:57:[kernel] warning: Neither code nor specification for function printf5, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:56.
+tests/slicing/unravel-variance.i:56:[kernel] warning: Neither code nor specification for function printf5, generating default assigns from the prototype
 [value] using specification for function printf5
 [value] Done for function printf5
 [value] Recording results for main
@@ -185,3 +185,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_3_unravel-variance.i (no preprocessing)
diff --git a/tests/slicing/oracle/unravel-variance.4.res.oracle b/tests/slicing/oracle/unravel-variance.4.res.oracle
index a017420dbc2..ed72821a506 100644
--- a/tests/slicing/oracle/unravel-variance.4.res.oracle
+++ b/tests/slicing/oracle/unravel-variance.4.res.oracle
@@ -1,5 +1,5 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/slicing/unravel-variance.c (with preprocessing)
+[kernel] Parsing tests/slicing/unravel-variance.i (no preprocessing)
 [slicing] slicing requests in progress...
 [value] Analyzing a complete application starting at main
 [value] Computing initial state
@@ -7,114 +7,114 @@
 [value:initial-state] Values of globals at initialization
   
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:32.
-tests/slicing/unravel-variance.c:32:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:31.
+tests/slicing/unravel-variance.i:31:[kernel] warning: Neither code nor specification for function scanf, generating default assigns from the prototype
 [value] using specification for function scanf
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:33:[value] entering loop for the first time
-tests/slicing/unravel-variance.c:33:[value] warning: accessing uninitialized left-value. assert \initialized(&n);
+tests/slicing/unravel-variance.i:32:[value] entering loop for the first time
+tests/slicing/unravel-variance.i:32:[value] warning: accessing uninitialized left-value. assert \initialized(&n);
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:36:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite((float)(x[i]*x[i]));
+tests/slicing/unravel-variance.i:35:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:35:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite((float)(x[i]*x[i]));
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: non-finite float value. assert \is_finite((float)(t1+x[i]));
-tests/slicing/unravel-variance.c:37:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:37:[value] warning: non-finite float value. assert \is_finite((float)(ssq+(float)(x[i]*x[i])));
+tests/slicing/unravel-variance.i:35:[value] warning: non-finite float value. assert \is_finite((float)(t1+x[i]));
+tests/slicing/unravel-variance.i:36:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:36:[value] warning: non-finite float value. assert \is_finite((float)(ssq+(float)(x[i]*x[i])));
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
 [value] computing for function scanf <- main.
-        Called from tests/slicing/unravel-variance.c:35.
+        Called from tests/slicing/unravel-variance.i:34.
 [value] Done for function scanf
-tests/slicing/unravel-variance.c:36:[value] warning: accessing out of bounds index. assert i < 1024;
-tests/slicing/unravel-variance.c:39:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)n));
-tests/slicing/unravel-variance.c:40:[value] warning: signed overflow. assert -2147483648 ≤ n-1;
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value. assert \is_finite((float)((float)n*avg));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:35:[value] warning: accessing out of bounds index. assert i < 1024;
+tests/slicing/unravel-variance.i:38:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)n));
+tests/slicing/unravel-variance.i:39:[value] warning: signed overflow. assert -2147483648 ≤ n-1;
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value. assert \is_finite((float)((float)n*avg));
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)((float)n*avg)*avg));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert \is_finite((float)(ssq-(float)((float)((float)n*avg)*avg)));
-tests/slicing/unravel-variance.c:40:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:39:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((float)(ssq-(float)((float)((float)n*avg)*avg))/(float)
                                      ((int)(n-1))));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value. assert \is_finite((float)(t1*avg));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value. assert \is_finite((float)(ssq-(float)(t1*avg)));
-tests/slicing/unravel-variance.c:41:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value. assert \is_finite((float)(t1*avg));
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value. assert \is_finite((float)(ssq-(float)(t1*avg)));
+tests/slicing/unravel-variance.i:40:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)(ssq-(float)(t1*avg))/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:42:[value] warning: non-finite float value. assert \is_finite((float)(t1*t1));
-tests/slicing/unravel-variance.c:42:[value] warning: non-finite float value. assert \is_finite((float)((float)(t1*t1)/(float)n));
-tests/slicing/unravel-variance.c:43:[value] warning: non-finite float value. assert \is_finite((float)(ssq-t1));
-tests/slicing/unravel-variance.c:43:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:41:[value] warning: non-finite float value. assert \is_finite((float)(t1*t1));
+tests/slicing/unravel-variance.i:41:[value] warning: non-finite float value. assert \is_finite((float)((float)(t1*t1)/(float)n));
+tests/slicing/unravel-variance.i:42:[value] warning: non-finite float value. assert \is_finite((float)(ssq-t1));
+tests/slicing/unravel-variance.i:42:[value] warning: non-finite float value.
                  assert \is_finite((float)((float)(ssq-t1)/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:45:[value] entering loop for the first time
-tests/slicing/unravel-variance.c:47:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
-tests/slicing/unravel-variance.c:47:[value] warning: non-finite float value. assert \is_finite(x[i]);
-tests/slicing/unravel-variance.c:47:[value] warning: non-finite float value. assert \is_finite((float)(x[i]-avg));
-tests/slicing/unravel-variance.c:49:[value] warning: non-finite float value. assert \is_finite((float)(dev*dev));
-tests/slicing/unravel-variance.c:48:[value] warning: non-finite float value. assert \is_finite((float)(t2+dev));
-tests/slicing/unravel-variance.c:49:[value] warning: non-finite float value. assert \is_finite((float)(t1+(float)(dev*dev)));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value. assert \is_finite((float)(t2*t2));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value. assert \is_finite((float)((float)(t2*t2)/(float)n));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:44:[value] entering loop for the first time
+tests/slicing/unravel-variance.i:46:[value] warning: accessing uninitialized left-value. assert \initialized(&x[i]);
+tests/slicing/unravel-variance.i:46:[value] warning: non-finite float value. assert \is_finite(x[i]);
+tests/slicing/unravel-variance.i:46:[value] warning: non-finite float value. assert \is_finite((float)(x[i]-avg));
+tests/slicing/unravel-variance.i:48:[value] warning: non-finite float value. assert \is_finite((float)(dev*dev));
+tests/slicing/unravel-variance.i:47:[value] warning: non-finite float value. assert \is_finite((float)(t2+dev));
+tests/slicing/unravel-variance.i:48:[value] warning: non-finite float value. assert \is_finite((float)(t1+(float)(dev*dev)));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value. assert \is_finite((float)(t2*t2));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value. assert \is_finite((float)((float)(t2*t2)/(float)n));
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value.
                  assert \is_finite((float)(t1-(float)((float)(t2*t2)/(float)n)));
-tests/slicing/unravel-variance.c:51:[value] warning: non-finite float value.
+tests/slicing/unravel-variance.i:50:[value] warning: non-finite float value.
                  assert
                  \is_finite((float)((float)(t1-(float)((float)(t2*t2)/(float)n))/(float)
                                      ((int)(n-1))));
-tests/slicing/unravel-variance.c:52:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)((int)(n-1))));
-tests/slicing/unravel-variance.c:53:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:51:[value] warning: non-finite float value. assert \is_finite((float)(t1/(float)((int)(n-1))));
+tests/slicing/unravel-variance.i:52:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var2;
-tests/slicing/unravel-variance.c:53:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:52:[value] warning: overflow in conversion from floating-point to integer.
                  assert var2 < 2147483648;
 [value] computing for function printf1 <- main.
-        Called from tests/slicing/unravel-variance.c:53.
-tests/slicing/unravel-variance.c:53:[kernel] warning: Neither code nor specification for function printf1, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:52.
+tests/slicing/unravel-variance.i:52:[kernel] warning: Neither code nor specification for function printf1, generating default assigns from the prototype
 [value] using specification for function printf1
 [value] Done for function printf1
-tests/slicing/unravel-variance.c:54:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:53:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var3;
-tests/slicing/unravel-variance.c:54:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:53:[value] warning: overflow in conversion from floating-point to integer.
                  assert var3 < 2147483648;
 [value] computing for function printf2 <- main.
-        Called from tests/slicing/unravel-variance.c:54.
-tests/slicing/unravel-variance.c:54:[kernel] warning: Neither code nor specification for function printf2, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:53.
+tests/slicing/unravel-variance.i:53:[kernel] warning: Neither code nor specification for function printf2, generating default assigns from the prototype
 [value] using specification for function printf2
 [value] Done for function printf2
-tests/slicing/unravel-variance.c:55:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:54:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var4;
-tests/slicing/unravel-variance.c:55:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:54:[value] warning: overflow in conversion from floating-point to integer.
                  assert var4 < 2147483648;
 [value] computing for function printf3 <- main.
-        Called from tests/slicing/unravel-variance.c:55.
-tests/slicing/unravel-variance.c:55:[kernel] warning: Neither code nor specification for function printf3, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:54.
+tests/slicing/unravel-variance.i:54:[kernel] warning: Neither code nor specification for function printf3, generating default assigns from the prototype
 [value] using specification for function printf3
 [value] Done for function printf3
-tests/slicing/unravel-variance.c:56:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:55:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var5;
-tests/slicing/unravel-variance.c:56:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:55:[value] warning: overflow in conversion from floating-point to integer.
                  assert var5 < 2147483648;
 [value] computing for function printf4 <- main.
-        Called from tests/slicing/unravel-variance.c:56.
-tests/slicing/unravel-variance.c:56:[kernel] warning: Neither code nor specification for function printf4, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:55.
+tests/slicing/unravel-variance.i:55:[kernel] warning: Neither code nor specification for function printf4, generating default assigns from the prototype
 [value] using specification for function printf4
 [value] Done for function printf4
-tests/slicing/unravel-variance.c:57:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:56:[value] warning: overflow in conversion from floating-point to integer.
                  assert -2147483649 < var1;
-tests/slicing/unravel-variance.c:57:[value] warning: overflow in conversion from floating-point to integer.
+tests/slicing/unravel-variance.i:56:[value] warning: overflow in conversion from floating-point to integer.
                  assert var1 < 2147483648;
 [value] computing for function printf5 <- main.
-        Called from tests/slicing/unravel-variance.c:57.
-tests/slicing/unravel-variance.c:57:[kernel] warning: Neither code nor specification for function printf5, generating default assigns from the prototype
+        Called from tests/slicing/unravel-variance.i:56.
+tests/slicing/unravel-variance.i:56:[kernel] warning: Neither code nor specification for function printf5, generating default assigns from the prototype
 [value] using specification for function printf5
 [value] Done for function printf5
 [value] Recording results for main
@@ -182,3 +182,5 @@ void main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_4_unravel-variance.i (no preprocessing)
diff --git a/tests/slicing/oracle/unsupported.0.res.oracle b/tests/slicing/oracle/unsupported.0.res.oracle
index fba2c6539bf..12289a4ad7a 100644
--- a/tests/slicing/oracle/unsupported.0.res.oracle
+++ b/tests/slicing/oracle/unsupported.0.res.oracle
@@ -44,3 +44,6 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_unsupported.i (no preprocessing)
+share/libc/__fc_builtin_for_normalization.i:30:[kernel] warning: found two contracts. Merging them
diff --git a/tests/slicing/oracle/use_spec.0.res.oracle b/tests/slicing/oracle/use_spec.0.res.oracle
index 9139bf1e5f1..23901fbd52e 100644
--- a/tests/slicing/oracle/use_spec.0.res.oracle
+++ b/tests/slicing/oracle/use_spec.0.res.oracle
@@ -45,3 +45,5 @@ int main(void)
 }
 
 
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/slicing/result/ocode_0_use_spec.i (no preprocessing)
diff --git a/tests/slicing/ptr_fct.c b/tests/slicing/ptr_fct.i
similarity index 52%
rename from tests/slicing/ptr_fct.c
rename to tests/slicing/ptr_fct.i
index 4bb59417ef3..e72be186e63 100644
--- a/tests/slicing/ptr_fct.c
+++ b/tests/slicing/ptr_fct.i
@@ -1,5 +1,5 @@
 /* run.config
-  OPT: -check -main h -slice-return h -slicing-level 1 -journal-disable -then-on 'Slicing export' -print
+  OPT:  -main h -slice-return h -slicing-level 1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i 
  */
 
 int X ;
diff --git a/tests/slicing/same_sliced_name_bts1422.i b/tests/slicing/same_sliced_name_bts1422.i
index 0ce921323e8..1933350efc0 100644
--- a/tests/slicing/same_sliced_name_bts1422.i
+++ b/tests/slicing/same_sliced_name_bts1422.i
@@ -1,5 +1,5 @@
 /* run.config
-OPT: -main foo -slice-value y -then-on 'Slicing export' -print
+OPT: -main foo -slice-value y -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
 */
 
 int y;
diff --git a/tests/slicing/select_by_annot.c b/tests/slicing/select_by_annot.c
deleted file mode 100644
index d4e28e07148..00000000000
--- a/tests/slicing/select_by_annot.c
+++ /dev/null
@@ -1,151 +0,0 @@
-/* run.config
-   EXECNOW: make -s tests/slicing/select_by_annot.cmxs
-   CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/select_by_annot.cmxs
-   OPT: -deps -lib-entry -main main -journal-disable
-   CMD: bin/toplevel.opt
-   OPT: -check -deps -lib-entry -main main -slice-pragma main -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-assert main -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-pragma modifS -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-pragma f1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-pragma f2 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-pragma f3 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-pragma f4 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-pragma f5 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-pragma f6 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-pragma f7 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-loop-inv f8 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-pragma f8 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-assert f8 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -deps -lib-entry -main main -slice-pragma f9 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-
-
-*/
-struct Tstr { int a; int b; } S;
-int Sa ;
-
-int f1(int cond) {
-  int * p = &S.a ;
-  if (cond) {
-    //@ assert (cond != 0);
-    Sa = *p ;
-    }
-  //@slice pragma expr *p;
-  return Sa ;
-}
-
-int f2(int cond) {
-  int * p = &S.a ;
-  if (cond)
-    //@ assert (cond != 0);
-    Sa = *p ;
-  //@slice pragma expr S.a;
-  return Sa ;
-}
-
-int f3(int cond) {
-  int * p = &S.a ;
-  if (cond) {
-    //@ slice pragma ctrl;
-    Sa = *p ;
-    }
-  return Sa ;
-}
-
-int f4(int cond) {
-  int * p = &S.a ;
-  if (cond) {
-    //@ slice pragma stmt;
-    Sa = *p ;
-    }
-  return Sa ;
-}
-
-int f5(int cond) {
-  int * p = &S.a ;
-  if (cond) {
-    //@ slice pragma expr 1;
-    Sa = *p ;
-    }
-  return Sa ;
-}
-
-int f6(int cond) {
-  int * p = &S.a ;
-  //@ slice pragma stmt;
-  if (cond) {
-    Sa = *p ;
-    Sa ++ ;
-    }
-  return Sa ;
-}
-
-int f7(int cond) {
-  int * p = &S.a ;
-  if (cond)
-  //@ slice pragma stmt;
-    {
-      Sa = *p ;
-      Sa ++ ;
-    }
-  return Sa ;
-}
-
-
-int f8(int cond) {
-  int * p = &S.a ;
-  //
-  /*@ loop invariant cond >= 0 ;
-    loop variant cond ; */
-  while (cond)
-    { //@ assert  cond <= \at(cond,Pre) ;
-      //  assert S.a + cond == \at(S.a + cond,Pre) ;
-      Sa = *p ;
-      //@ slice pragma stmt;
-      S.a ++ ;
-      cond--;
-    }
-  return Sa ;
-}
-
-int X9, Y9, Z9 ;
-void f9(int c1, int c2) {
-  if (c1 > c2)
-    goto L;
-  c1 = c2 ;
-  //@ slice pragma stmt;
-  {L: X9 = c1 ;}
-  Y9 = Z9 ;
-  Z9 = c2 ;
-}
-
-void modifS (int a, int b) {
-  S.a += a;
-  S.b -= b;
-  //@slice pragma expr S.a;
-}
-int new_int (void);
-  int d;
-int main (void) {
-  int a = 0;
-  int b = 0;
-  int c = 0;
-  if (d > 0) {
-    //@ assert (b == 0);
-    a = 1;
-    }
-  //@ slice pragma expr a+b;
-  int x = a+b+c+d;
-  modifS (a, b);
-  // assert (d>0 => a == 1) && (!(d>0) => a==0);
-  d = new_int ();
-  f1(d) ;
-  f2(d) ;
-  f3(d) ;
-  f4(d) ;
-  f5(d) ;
-  f6(d) ;
-  f7(d) ;
-  f8(d) ;
-  f9(d,a) ;
-  return x;
-}
diff --git a/tests/slicing/select_by_annot.i b/tests/slicing/select_by_annot.i
new file mode 100644
index 00000000000..029345a34d7
--- /dev/null
+++ b/tests/slicing/select_by_annot.i
@@ -0,0 +1,151 @@
+/* run.config
+   EXECNOW: make -s tests/slicing/select_by_annot.cmxs
+   CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/select_by_annot.cmxs
+   OPT: -deps -lib-entry -main main -journal-disable
+   CMD: bin/toplevel.opt
+   OPT: -check -deps -lib-entry -main main -slice-pragma main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-assert main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-pragma modifS -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-pragma f1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-pragma f2 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-pragma f3 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-pragma f4 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-pragma f5 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-pragma f6 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-pragma f7 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-loop-inv f8 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-pragma f8 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-assert f8 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+   OPT: -check -deps -lib-entry -main main -slice-pragma f9 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+
+
+*/
+struct Tstr { int a; int b; } S;
+int Sa ;
+
+int f1(int cond) {
+  int * p = &S.a ;
+  if (cond) {
+    //@ assert (cond != 0);
+    Sa = *p ;
+    }
+  //@slice pragma expr *p;
+  return Sa ;
+}
+
+int f2(int cond) {
+  int * p = &S.a ;
+  if (cond)
+    //@ assert (cond != 0);
+    Sa = *p ;
+  //@slice pragma expr S.a;
+  return Sa ;
+}
+
+int f3(int cond) {
+  int * p = &S.a ;
+  if (cond) {
+    //@ slice pragma ctrl;
+    Sa = *p ;
+    }
+  return Sa ;
+}
+
+int f4(int cond) {
+  int * p = &S.a ;
+  if (cond) {
+    //@ slice pragma stmt;
+    Sa = *p ;
+    }
+  return Sa ;
+}
+
+int f5(int cond) {
+  int * p = &S.a ;
+  if (cond) {
+    //@ slice pragma expr 1;
+    Sa = *p ;
+    }
+  return Sa ;
+}
+
+int f6(int cond) {
+  int * p = &S.a ;
+  //@ slice pragma stmt;
+  if (cond) {
+    Sa = *p ;
+    Sa ++ ;
+    }
+  return Sa ;
+}
+
+int f7(int cond) {
+  int * p = &S.a ;
+  if (cond)
+  //@ slice pragma stmt;
+    {
+      Sa = *p ;
+      Sa ++ ;
+    }
+  return Sa ;
+}
+
+
+int f8(int cond) {
+  int * p = &S.a ;
+  //
+  /*@ loop invariant cond >= 0 ;
+    loop variant cond ; */
+  while (cond)
+    { //@ assert  cond <= \at(cond,Pre) ;
+      //  assert S.a + cond == \at(S.a + cond,Pre) ;
+      Sa = *p ;
+      //@ slice pragma stmt;
+      S.a ++ ;
+      cond--;
+    }
+  return Sa ;
+}
+
+int X9, Y9, Z9 ;
+void f9(int c1, int c2) {
+  if (c1 > c2)
+    goto L;
+  c1 = c2 ;
+  //@ slice pragma stmt;
+  {L: X9 = c1 ;}
+  Y9 = Z9 ;
+  Z9 = c2 ;
+}
+
+void modifS (int a, int b) {
+  S.a += a;
+  S.b -= b;
+  //@slice pragma expr S.a;
+}
+int new_int (void);
+  int d;
+int main (void) {
+  int a = 0;
+  int b = 0;
+  int c = 0;
+  if (d > 0) {
+    //@ assert (b == 0);
+    a = 1;
+    }
+  //@ slice pragma expr a+b;
+  int x = a+b+c+d;
+  modifS (a, b);
+  // assert (d>0 => a == 1) && (!(d>0) => a==0);
+  d = new_int ();
+  f1(d) ;
+  f2(d) ;
+  f3(d) ;
+  f4(d) ;
+  f5(d) ;
+  f6(d) ;
+  f7(d) ;
+  f8(d) ;
+  f9(d,a) ;
+  return x;
+}
diff --git a/tests/slicing/select_calls.c b/tests/slicing/select_calls.c
deleted file mode 100644
index 62faa646ba4..00000000000
--- a/tests/slicing/select_calls.c
+++ /dev/null
@@ -1,44 +0,0 @@
-/* run.config
-   OPT: -check -lib-entry -main f -slice-calls send -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -lib-entry -main g -slice-calls nothing -journal-disable -then-on 'Slicing export' -print
-   */
-
-void nothing (void);
-
-void send(int x);
-
-void crypt(int* x);
-
-void uncrypt(int* x);
-
-int c;
-int d;
-
-int f() {
-  int x = 0;
-  int y = 1;
-  int z = x;
-
-  send(y);   /* faille averee */
-  send(z);
-  crypt(&y); /* y devient public */
-  send(y);
-
-  if (x) uncrypt(&y); /* code mort */
-  if (y) send(y);
-
-  if (d) uncrypt(&y);
-  send(y);   /* faille potentielle */
-
-  crypt(&y); /* y devient public */
-  if (c) y = z;
-  send(y);   /* faille potentielle si dep. de contrôle */
-
-  return 0;
-}
-
-void g (void) {
-  c = 1;
-  nothing ();
-  d = 3;
-}
diff --git a/tests/slicing/select_calls.i b/tests/slicing/select_calls.i
new file mode 100644
index 00000000000..71116046043
--- /dev/null
+++ b/tests/slicing/select_calls.i
@@ -0,0 +1,44 @@
+/* run.config
+   OPT:  -lib-entry -main f -slice-calls send -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -lib-entry -main g -slice-calls nothing -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   */
+
+void nothing (void);
+
+void send(int x);
+
+void crypt(int* x);
+
+void uncrypt(int* x);
+
+int c;
+int d;
+
+int f() {
+  int x = 0;
+  int y = 1;
+  int z = x;
+
+  send(y);   /* faille averee */
+  send(z);
+  crypt(&y); /* y devient public */
+  send(y);
+
+  if (x) uncrypt(&y); /* code mort */
+  if (y) send(y);
+
+  if (d) uncrypt(&y);
+  send(y);   /* faille potentielle */
+
+  crypt(&y); /* y devient public */
+  if (c) y = z;
+  send(y);   /* faille potentielle si dep. de contrôle */
+
+  return 0;
+}
+
+void g (void) {
+  c = 1;
+  nothing ();
+  d = 3;
+}
diff --git a/tests/slicing/select_return.c b/tests/slicing/select_return.c
deleted file mode 100644
index 1221db751f5..00000000000
--- a/tests/slicing/select_return.c
+++ /dev/null
@@ -1,55 +0,0 @@
-/* run.config
-  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls "send, send_bis" -lib-entry -main g -slicing-level 1 -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls "send, send_bis" -lib-entry -main g -slicing-level 2 -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls "send,send_bis" -lib-entry -main g -slicing-level 3 -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-return f   -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-return f   -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-return f   -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-return f   -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-pragma f   -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-pragma f   -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-pragma f   -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-pragma f   -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-value  H   -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-value  H   -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-value  H   -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-*/
-
-int G,H,I;
-
-int get (int y) ;
-
-void send(int x);
-
-void send_bis(int x);
-
-int k(int a, int b, int c, int d) {
-  int cond = get (d) ;
-  G = b;
-  H = c;
-  if (cond)
-    send_bis (d);
-  return a;
-}
-
-void g(int b, int c) {
-  int r = k(0,0,c,0);
-  f(b);
-}
-
-int f(int y) {
-  k(0,0,0,0);
-  int r = k(0,y,0,0);
-  int z = k(G,0,0,0);
-  //@ slice pragma expr z;
-  send (z);
-  return z;
-}
diff --git a/tests/slicing/select_return.i b/tests/slicing/select_return.i
new file mode 100644
index 00000000000..2e3fff008df
--- /dev/null
+++ b/tests/slicing/select_return.i
@@ -0,0 +1,55 @@
+/* run.config
+  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-calls "send, send_bis" -lib-entry -main g -slicing-level 1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-calls "send, send_bis" -lib-entry -main g -slicing-level 2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-calls "send,send_bis" -lib-entry -main g -slicing-level 3 -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-return f   -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-return f   -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-return f   -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-return f   -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-pragma f   -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-pragma f   -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-pragma f   -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-pragma f   -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-value  H   -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-value  H   -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+  OPT: -check -slice-value  H   -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+*/
+
+int G,H,I;
+
+int get (int y) ;
+
+void send(int x);
+
+void send_bis(int x);
+
+int k(int a, int b, int c, int d) {
+  int cond = get (d) ;
+  G = b;
+  H = c;
+  if (cond)
+    send_bis (d);
+  return a;
+}
+
+void g(int b, int c) {
+  int r = k(0,0,c,0);
+  f(b);
+}
+
+int f(int y) {
+  k(0,0,0,0);
+  int r = k(0,y,0,0);
+  int z = k(G,0,0,0);
+  //@ slice pragma expr z;
+  send (z);
+  return z;
+}
diff --git a/tests/slicing/select_return_bis.c b/tests/slicing/select_return_bis.c
deleted file mode 100644
index aad67a4fbca..00000000000
--- a/tests/slicing/select_return_bis.c
+++ /dev/null
@@ -1,46 +0,0 @@
-/* run.config
-  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 1 -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 2 -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 3 -journal-disable -then-on 'Slicing export' -print
-*/
-int G,H,I;
-
-int get (int y) ;
-
-void send(int x);
-void send_bis(int x);
-
-void k_bis(int ab, int c, int d) {
-  H = c;
-  if (ab)
-    send_bis (d);
-}
-
-int k(int a, int b, int c, int d) {
-  int cond = get (d) ;
-  G = b;
-  k_bis (cond, c, d);
-  return a;
-}
-
-void g(int b, int c) {
-  int r = k(0,0,c,0);
-  f(b);
-}
-
-int f(int y) {
-  k(0,0,0,0);
-  int r = k(0,y,0,0);
-  int z = k(G,0,0,0);
-  //@ slice pragma expr z;
-  send (z);
-  return z;
-}
diff --git a/tests/slicing/select_return_bis.i b/tests/slicing/select_return_bis.i
new file mode 100644
index 00000000000..419466e67be
--- /dev/null
+++ b/tests/slicing/select_return_bis.i
@@ -0,0 +1,46 @@
+/* run.config
+  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+  OPT: -check -slice-calls send -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 0 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 2 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 3 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+  OPT: -check -slice-calls send,send_bis -lib-entry -main g -slicing-level 3 -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check
+*/
+int G,H,I;
+
+int get (int y) ;
+
+void send(int x);
+void send_bis(int x);
+
+void k_bis(int ab, int c, int d) {
+  H = c;
+  if (ab)
+    send_bis (d);
+}
+
+int k(int a, int b, int c, int d) {
+  int cond = get (d) ;
+  G = b;
+  k_bis (cond, c, d);
+  return a;
+}
+
+void g(int b, int c) {
+  int r = k(0,0,c,0);
+  f(b);
+}
+
+int f(int y) {
+  k(0,0,0,0);
+  int r = k(0,y,0,0);
+  int z = k(G,0,0,0);
+  //@ slice pragma expr z;
+  send (z);
+  return z;
+}
diff --git a/tests/slicing/select_simple.c b/tests/slicing/select_simple.i
similarity index 88%
rename from tests/slicing/select_simple.c
rename to tests/slicing/select_simple.i
index 76f1111b13b..7721c597310 100644
--- a/tests/slicing/select_simple.c
+++ b/tests/slicing/select_simple.i
@@ -1,7 +1,7 @@
 /* run.config
    EXECNOW: make -s tests/slicing/select_simple.cmxs
    CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/select_simple.cmxs
-   OPT: -check -deps -journal-disable
+   OPT: -deps -journal-disable
 */
 
 /* dummy source file in order to test select_simple.ml */
diff --git a/tests/slicing/simple_intra_slice.c b/tests/slicing/simple_intra_slice.i
similarity index 84%
rename from tests/slicing/simple_intra_slice.c
rename to tests/slicing/simple_intra_slice.i
index 6752a03d7cb..3bd64a0ae6e 100644
--- a/tests/slicing/simple_intra_slice.c
+++ b/tests/slicing/simple_intra_slice.i
@@ -1,21 +1,21 @@
 /* run.config
    EXECNOW: make -s tests/slicing/simple_intra_slice.cmxs
    CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/simple_intra_slice.cmxs
-   OPT: -check -deps -slicing-level 2 -no-slice-callers -journal-disable
+   OPT: -deps -no-slice-callers -journal-disable 
 */
 int Unknown;
 int G;
 
 
-/* on sélectionne le return.
+/* on sélectionne le return.
    on doit garder juste a (pas G et b) */
 int f1 (int x, int y) {
   int a = 1, b = 2;
   G = x + a;
   return y + b;
 }
-/* on sélectionne le return.
-   pas de réduction intreproc -> b doit être marqué Spare
+/* on sélectionne le return.
+   pas de réduction intreproc -> b doit être marqué Spare
    et recursivement a aussi.
 */
 int f2 (void) {
@@ -23,7 +23,7 @@ int f2 (void) {
   return f1 (b, c);
 }
 
-/* avec un IF : sélection de la branche then */
+/* avec un IF : sélection de la branche then */
 int f3 (int c) {
   int a = 1, b = 2;
   int x = 0;
@@ -33,7 +33,7 @@ int f3 (int c) {
     G = a;
   return x;
 }
-/* avec un IF : sélection de la branche else */
+/* avec un IF : sélection de la branche else */
 int f4 (int c) {
   int a = 1, b = 2;
   int x = 0;
diff --git a/tests/slicing/sizeof.c b/tests/slicing/sizeof.c
deleted file mode 100644
index 81c0fb5baa7..00000000000
--- a/tests/slicing/sizeof.c
+++ /dev/null
@@ -1,106 +0,0 @@
-/* run.config
-  OPT: -check -deps -slice-return main -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-return SizeOf_1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-return SizeOf_2 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-return SizeOfE_pt1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-return SizeOfE_pt2 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-return SizeOfE_pt3 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-return SizeOfE_pt_deref_1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-return SizeOfE_tab_1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-return SizeOfE_pt_tab_1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-return SizeOfE_pt_tab_2 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-return SizeOfE_tab_acces_1 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-pragma main -journal-disable -then-on 'Slicing export' -print
-  OPT: -check -deps -slice-assert main -journal-disable -then-on 'Slicing export' -print
-*/
-struct St { int i, *p, tab[5] ; } st ;
-
-unsigned int SizeOf_1 (void) {
-  int x = 1;
-  int i = 2;
-  int *p = &x;
-  int tab[5] = {0,1,2,3,4};
-  return sizeof(int *) ;
-}
-unsigned int SizeOf_2 (void) {
-  int x = 1;
-  int i = 2;
-  int *p = &x;
-  int tab[5] = {0,1,2,3,4};
-  return sizeof(struct St) ;
-}
-unsigned int SizeOfE_pt1 (void) {
-  int x = 1;
-  int i = 2;
-  int *p = &x;
-  int tab[5] = {0,1,2,3,4};
-  return sizeof(&x) ;
-}
-unsigned int SizeOfE_pt2 (void) {
-  int x = 1;
-  int i = 2;
-  int *p = &x;
-  int tab[5] = {0,1,2,3,4};
-  return sizeof(p) ;
-}
-unsigned int SizeOfE_pt3 (void) {
-  int x = 1;
-  int i = 2;
-  int *p = &x;
-  int tab[5] = {0,1,2,3,4};
-  return sizeof(p+i) ;
-}
-unsigned int SizeOfE_pt_deref_1 (void) {
-  int x = 1;
-  int i = 2;
-  int *p = &x;
-  int tab[5] = {0,1,2,3,4};
-  return sizeof(*(p+i)) ;
-}
-unsigned int SizeOfE_tab_1 (void) {
-  int x = 1;
-  int i = 2;
-  int *p = &x;
-  int tab[5] = {0,1,2,3,4};
-  return sizeof(tab) ;
-}
-unsigned int SizeOfE_pt_tab_1 (void) {
-  int x = 1;
-  int i = 2;
-  int *p = &x;
-  int tab[5] = {0,1,2,3,4};
-  return sizeof(tab+i) ;
-}
-unsigned int SizeOfE_pt_tab_2 (void) {
-  int x = 1;
-  int i = 2;
-  int *p = &x;
-  int tab[5] = {0,1,2,3,4};
-  return sizeof(&(tab[i])) ;
-}
-unsigned int SizeOfE_tab_acces_1 (void) {
-  int x = 1;
-  int i = 2;
-  int *p = &x;
-  int tab[5] = {0,1,2,3,4};
-  return sizeof(tab[i]) ;
-}
-
-int main (void) {
-  int r = 0 ;
-  r += sizeof (struct St);
-  // How to write something like this: assert r == sizeof (st)
-  //@ assert r != 0;
-  r += SizeOf_1 ();
-  r += SizeOf_2 ();
-  r += SizeOfE_pt1 ();
-  r += SizeOfE_pt2 ();
-  r += SizeOfE_pt3 ();
-  r += SizeOfE_pt_deref_1 ();
-  r += SizeOfE_tab_1 ();
-  r += SizeOfE_pt_tab_1 ();
-  r += SizeOfE_pt_tab_2 ();
-  r += SizeOfE_tab_acces_1 ();
-  //@ slice pragma expr r;
-  return r;
-}
diff --git a/tests/slicing/sizeof.i b/tests/slicing/sizeof.i
new file mode 100644
index 00000000000..6bdbf2bee49
--- /dev/null
+++ b/tests/slicing/sizeof.i
@@ -0,0 +1,106 @@
+/* run.config
+  OPT: -check -deps -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-return SizeOf_1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-return SizeOf_2 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-return SizeOfE_pt1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-return SizeOfE_pt2 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-return SizeOfE_pt3 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-return SizeOfE_pt_deref_1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-return SizeOfE_tab_1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-return SizeOfE_pt_tab_1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-return SizeOfE_pt_tab_2 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-return SizeOfE_tab_acces_1 -no-slice-callers -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-pragma main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+  OPT: -check -deps -slice-assert main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-deps
+*/
+struct St { int i, *p, tab[5] ; } st ;
+
+unsigned int SizeOf_1 (void) {
+  int x = 1;
+  int i = 2;
+  int *p = &x;
+  int tab[5] = {0,1,2,3,4};
+  return sizeof(int *) ;
+}
+unsigned int SizeOf_2 (void) {
+  int x = 1;
+  int i = 2;
+  int *p = &x;
+  int tab[5] = {0,1,2,3,4};
+  return sizeof(struct St) ;
+}
+unsigned int SizeOfE_pt1 (void) {
+  int x = 1;
+  int i = 2;
+  int *p = &x;
+  int tab[5] = {0,1,2,3,4};
+  return sizeof(&x) ;
+}
+unsigned int SizeOfE_pt2 (void) {
+  int x = 1;
+  int i = 2;
+  int *p = &x;
+  int tab[5] = {0,1,2,3,4};
+  return sizeof(p) ;
+}
+unsigned int SizeOfE_pt3 (void) {
+  int x = 1;
+  int i = 2;
+  int *p = &x;
+  int tab[5] = {0,1,2,3,4};
+  return sizeof(p+i) ;
+}
+unsigned int SizeOfE_pt_deref_1 (void) {
+  int x = 1;
+  int i = 2;
+  int *p = &x;
+  int tab[5] = {0,1,2,3,4};
+  return sizeof(*(p+i)) ;
+}
+unsigned int SizeOfE_tab_1 (void) {
+  int x = 1;
+  int i = 2;
+  int *p = &x;
+  int tab[5] = {0,1,2,3,4};
+  return sizeof(tab) ;
+}
+unsigned int SizeOfE_pt_tab_1 (void) {
+  int x = 1;
+  int i = 2;
+  int *p = &x;
+  int tab[5] = {0,1,2,3,4};
+  return sizeof(tab+i) ;
+}
+unsigned int SizeOfE_pt_tab_2 (void) {
+  int x = 1;
+  int i = 2;
+  int *p = &x;
+  int tab[5] = {0,1,2,3,4};
+  return sizeof(&(tab[i])) ;
+}
+unsigned int SizeOfE_tab_acces_1 (void) {
+  int x = 1;
+  int i = 2;
+  int *p = &x;
+  int tab[5] = {0,1,2,3,4};
+  return sizeof(tab[i]) ;
+}
+
+int main (void) {
+  int r = 0 ;
+  r += sizeof (struct St);
+  // How to write something like this: assert r == sizeof (st)
+  //@ assert r != 0;
+  r += SizeOf_1 ();
+  r += SizeOf_2 ();
+  r += SizeOfE_pt1 ();
+  r += SizeOfE_pt2 ();
+  r += SizeOfE_pt3 ();
+  r += SizeOfE_pt_deref_1 ();
+  r += SizeOfE_tab_1 ();
+  r += SizeOfE_pt_tab_1 ();
+  r += SizeOfE_pt_tab_2 ();
+  r += SizeOfE_tab_acces_1 ();
+  //@ slice pragma expr r;
+  return r;
+}
diff --git a/tests/slicing/slice_behavior.c b/tests/slicing/slice_behavior.c
deleted file mode 100644
index 3aa754e3c9a..00000000000
--- a/tests/slicing/slice_behavior.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* run.config
-   OPT: -check -val -slice-assert f -slicing-level 0 -journal-disable -then-on 'Slicing export' -print
-*/
-/*@ requires a > 0; */
-int f(int a) {
-  int b = 2 * a;
-  /*@ assert a < b; */
-  return 42;
-}
-
-int main () {
-  f(10);
-  return 0;
-}
diff --git a/tests/slicing/slice_behavior.i b/tests/slicing/slice_behavior.i
new file mode 100644
index 00000000000..c72934b8b2f
--- /dev/null
+++ b/tests/slicing/slice_behavior.i
@@ -0,0 +1,14 @@
+/* run.config
+   OPT: -check -val -slice-assert f -slicing-level 0 -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check -no-val
+*/
+/*@ requires a > 0; */
+int f(int a) {
+  int b = 2 * a;
+  /*@ assert a < b; */
+  return 42;
+}
+
+int main () {
+  f(10);
+  return 0;
+}
diff --git a/tests/slicing/slice_no_body.c b/tests/slicing/slice_no_body.i
similarity index 88%
rename from tests/slicing/slice_no_body.c
rename to tests/slicing/slice_no_body.i
index 44331cfde9f..36196b6f5ef 100644
--- a/tests/slicing/slice_no_body.c
+++ b/tests/slicing/slice_no_body.i
@@ -1,7 +1,7 @@
 /* run.config
    EXECNOW: make -s tests/slicing/slice_no_body.cmxs
    CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/slice_no_body.cmxs
-   OPT: -check -deps -lib-entry -main h -journal-disable
+   OPT: -deps -lib-entry -main h -journal-disable
 */
 
 int G;
diff --git a/tests/slicing/slice_pragma_stmt.c b/tests/slicing/slice_pragma_stmt.c
deleted file mode 100644
index bb18fd1f9cf..00000000000
--- a/tests/slicing/slice_pragma_stmt.c
+++ /dev/null
@@ -1,162 +0,0 @@
-/* run.config
-   OPT: -check -print  -journal-disable
-   OPT: -check -main nop1 -slice-pragma nop1 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main nop2 -slice-pragma nop2 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main nop3 -slice-pragma nop3 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main nop4 -slice-pragma nop4 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main nop5 -slice-pragma nop5 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main nop6 -slice-pragma nop6 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main nop7 -slice-pragma nop7 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main nop8 -slice-pragma nop8 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main double_effect1 -slice-pragma double_effect1 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main double_effect2 -slice-pragma double_effect2 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main double_effect3 -slice-pragma double_effect3 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main double_effect4 -slice-pragma double_effect4 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main double_effect5 -slice-pragma double_effect5 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main test1 -slice-pragma test1 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main test2 -slice-pragma test2 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main test3 -slice-pragma test3 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main test4 -slice-pragma test4 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main test5 -slice-pragma test5 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main test6 -slice-pragma test6 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main test7 -slice-pragma test7 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main test8 -slice-pragma test8 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -main test9 -slice-pragma test9 -journal-disable -then-on 'Slicing export' -print
-*/
-typedef int stmt, expr, slice;
-int x, y ;
-//-------------------
-void nop1(int c1, int c2) {
-  //@ slice pragma stmt; // <----- slicing isn't correct since the effect...
-  ; // <----- ...is missing with -print option
-  x = 1 ;
- }
-void nop2(int c1, int c2) {
-  //@ slice pragma stmt; // <----- slicing isn't correct since the effect...
-  {;} // <----- ...is missing with -print option
-  x = 1 ;
- }
-
-void nop3(int c1, int c2) {
-  //@ slice pragma stmt;  // <----- slicing isn't correct since the effect...
-  {;{;;};} // <----- ...is missing with -print option
-  x = 1 ;
- }
-void nop4(int c1, int c2) {
-  //@ slice pragma stmt;
-  if (c1) {;{;;};}
-  x = 1 ;
- }
-void nop5(int c1, int c2) {
-  if (c2) goto L ;
-  //@ slice pragma stmt; // <----- slicing is correct, but not the output
- L:;
-  x = 1 ;
- }
-void nop6(int c1, int c2) {
-  //@ slice pragma stmt; // <----- slicing is correct, but not the output
- L:;
-  x = 1 ;
- }
-void nop7(int c1, int c2) {
-  //@ slice pragma stmt; // <----- slicing is correct, but not the output
- L:{;}
-  x = 1 ;
- }
-void nop8(int c1, int c2) {
-  //@ slice pragma stmt; // <----- slicing is correct, but not the output
-  {L:{;}}
-  x = 1 ;
- }
-//-------------------
-void double_effect1(int c1, int c2) {
-  //@ slice pragma stmt;  // <----- slicing isn't correct since the...
-  x += y++ ;   // <----- ...effect is lost with -print option
- }
-void double_effect2(int c1, int c2) {
-  //@ slice pragma stmt; // <----- slicing isn't correct since the...
-  { x += y++ ; }   // <----- ...effect is lost with -print option
- }
-void double_effect3(int c1, int c2) {
-  if (c2) goto L ;
-  //@ slice pragma stmt; // <----- slicing isn't correct since the...
-  L: x += y++ ;   // <----- ...effect is lost with -print option
- }
-void double_effect4(int c1, int c2) {
-  if (c2) goto L ;
-  //@ slice pragma stmt; // <----- slicing isn't correct since the...
- L: {x += y++ ; }   // <----- ...effect is lost with -print option
- }
-void double_effect5(int c1, int c2) {
-  if (c2)
-    //@ slice pragma stmt;
-    {x += y++ ; }
- }
-//-------------------
-void test1(int c1, int c2) {
-  if (c1 < c2)
-    c1 = c2 ;
-  //@ slice pragma stmt;
-  x = c1 ;
-}
-void test2(int c1, int c2) {
-  if (c1 < c2)
-    c1 = c2 ;
-  //@ slice pragma stmt;
-  x = c1 ;
-  y = c2 ;
-}
-void test3(int c1, int c2) {
-  if (c1 < c2)
-    c1 = c2 ;
-  //@ slice pragma stmt;
-  {x = c1 ;}
-  y = c2 ;
-}
-void test4(int c1, int c2) {
-  if (c1 < c2)
-    c1 = c2 ;
-  //@ slice pragma stmt; // <----- slicing isn't correct since the...
-  {x = c1 ; c2 ++ ;}  // <----- ...effect is lost with -print option
-  y = c2 ;
-}
-void test5(int c1, int c2) {
-  if (c1 < c2)
-    goto L;
-  c1 = c2 ;
-  //@ slice pragma stmt; // <----- slicing isn't correct since the...
- L: x = c1 ;   // <----- ...effect is lost with -print option
-  y = c2 ;
-}
-void test6(int c1, int c2) {
-  if (c1 < c2)
-    goto L;
-  c1 = c2 ;
-  //@ slice pragma stmt;  // <----- slicing isn't correct since the...
- L: x = c1++ ;   // <----- ...effect is lost with -print option
-  y = c2 ;
-}
-void test7(int c1, int c2) {
-  if (c1 < c2)
-    goto L;
-  c1 = c2 ;
-  //@ slice pragma stmt; // <----- slicing isn't correct since the...
- L: {x = c1++ ; c2 ++ ;}   // <----- ...effect is lost with -print option
-  y = c2 ;
-}
-void test8(int c1, int c2) {
-  if (c1 < c2)
-    goto L;
-  c1 = c2 ;
-  //@ slice pragma stmt; // <----- slicing isn't correct since the...
-  { L: x = c1++ ; c2 ++ ;}   // <----- ...effect is lost with -print option
-  y = c2 ;
-}
-void test9(int c1, int c2) {
-  if (c1 < c2)
-    goto L;
-  c1 = c2 ;
-  //@ slice pragma stmt; // <----- slicing isn't correct since the...
-  { x = c1 ; L: c2 = c2 + 1 ;}   // <----- ...effect is lost with -print option
-  y = c2 ;
-}
diff --git a/tests/slicing/slice_pragma_stmt.i b/tests/slicing/slice_pragma_stmt.i
new file mode 100644
index 00000000000..ece767430a1
--- /dev/null
+++ b/tests/slicing/slice_pragma_stmt.i
@@ -0,0 +1,162 @@
+/* run.config
+   OPT:  -print  -journal-disable
+   OPT:  -main nop1 -slice-pragma nop1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main nop2 -slice-pragma nop2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main nop3 -slice-pragma nop3 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main nop4 -slice-pragma nop4 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main nop5 -slice-pragma nop5 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main nop6 -slice-pragma nop6 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main nop7 -slice-pragma nop7 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main nop8 -slice-pragma nop8 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main double_effect1 -slice-pragma double_effect1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main double_effect2 -slice-pragma double_effect2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main double_effect3 -slice-pragma double_effect3 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main double_effect4 -slice-pragma double_effect4 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main double_effect5 -slice-pragma double_effect5 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main test1 -slice-pragma test1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main test2 -slice-pragma test2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main test3 -slice-pragma test3 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main test4 -slice-pragma test4 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main test5 -slice-pragma test5 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main test6 -slice-pragma test6 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main test7 -slice-pragma test7 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main test8 -slice-pragma test8 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -main test9 -slice-pragma test9 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+*/
+typedef int stmt, expr, slice;
+int x, y ;
+//-------------------
+void nop1(int c1, int c2) {
+  //@ slice pragma stmt; // <----- slicing isn't correct since the effect...
+  ; // <----- ...is missing with -print option
+  x = 1 ;
+ }
+void nop2(int c1, int c2) {
+  //@ slice pragma stmt; // <----- slicing isn't correct since the effect...
+  {;} // <----- ...is missing with -print option
+  x = 1 ;
+ }
+
+void nop3(int c1, int c2) {
+  //@ slice pragma stmt;  // <----- slicing isn't correct since the effect...
+  {;{;;};} // <----- ...is missing with -print option
+  x = 1 ;
+ }
+void nop4(int c1, int c2) {
+  //@ slice pragma stmt;
+  if (c1) {;{;;};}
+  x = 1 ;
+ }
+void nop5(int c1, int c2) {
+  if (c2) goto L ;
+  //@ slice pragma stmt; // <----- slicing is correct, but not the output
+ L:;
+  x = 1 ;
+ }
+void nop6(int c1, int c2) {
+  //@ slice pragma stmt; // <----- slicing is correct, but not the output
+ L:;
+  x = 1 ;
+ }
+void nop7(int c1, int c2) {
+  //@ slice pragma stmt; // <----- slicing is correct, but not the output
+ L:{;}
+  x = 1 ;
+ }
+void nop8(int c1, int c2) {
+  //@ slice pragma stmt; // <----- slicing is correct, but not the output
+  {L:{;}}
+  x = 1 ;
+ }
+//-------------------
+void double_effect1(int c1, int c2) {
+  //@ slice pragma stmt;  // <----- slicing isn't correct since the...
+  x += y++ ;   // <----- ...effect is lost with -print option
+ }
+void double_effect2(int c1, int c2) {
+  //@ slice pragma stmt; // <----- slicing isn't correct since the...
+  { x += y++ ; }   // <----- ...effect is lost with -print option
+ }
+void double_effect3(int c1, int c2) {
+  if (c2) goto L ;
+  //@ slice pragma stmt; // <----- slicing isn't correct since the...
+  L: x += y++ ;   // <----- ...effect is lost with -print option
+ }
+void double_effect4(int c1, int c2) {
+  if (c2) goto L ;
+  //@ slice pragma stmt; // <----- slicing isn't correct since the...
+ L: {x += y++ ; }   // <----- ...effect is lost with -print option
+ }
+void double_effect5(int c1, int c2) {
+  if (c2)
+    //@ slice pragma stmt;
+    {x += y++ ; }
+ }
+//-------------------
+void test1(int c1, int c2) {
+  if (c1 < c2)
+    c1 = c2 ;
+  //@ slice pragma stmt;
+  x = c1 ;
+}
+void test2(int c1, int c2) {
+  if (c1 < c2)
+    c1 = c2 ;
+  //@ slice pragma stmt;
+  x = c1 ;
+  y = c2 ;
+}
+void test3(int c1, int c2) {
+  if (c1 < c2)
+    c1 = c2 ;
+  //@ slice pragma stmt;
+  {x = c1 ;}
+  y = c2 ;
+}
+void test4(int c1, int c2) {
+  if (c1 < c2)
+    c1 = c2 ;
+  //@ slice pragma stmt; // <----- slicing isn't correct since the...
+  {x = c1 ; c2 ++ ;}  // <----- ...effect is lost with -print option
+  y = c2 ;
+}
+void test5(int c1, int c2) {
+  if (c1 < c2)
+    goto L;
+  c1 = c2 ;
+  //@ slice pragma stmt; // <----- slicing isn't correct since the...
+ L: x = c1 ;   // <----- ...effect is lost with -print option
+  y = c2 ;
+}
+void test6(int c1, int c2) {
+  if (c1 < c2)
+    goto L;
+  c1 = c2 ;
+  //@ slice pragma stmt;  // <----- slicing isn't correct since the...
+ L: x = c1++ ;   // <----- ...effect is lost with -print option
+  y = c2 ;
+}
+void test7(int c1, int c2) {
+  if (c1 < c2)
+    goto L;
+  c1 = c2 ;
+  //@ slice pragma stmt; // <----- slicing isn't correct since the...
+ L: {x = c1++ ; c2 ++ ;}   // <----- ...effect is lost with -print option
+  y = c2 ;
+}
+void test8(int c1, int c2) {
+  if (c1 < c2)
+    goto L;
+  c1 = c2 ;
+  //@ slice pragma stmt; // <----- slicing isn't correct since the...
+  { L: x = c1++ ; c2 ++ ;}   // <----- ...effect is lost with -print option
+  y = c2 ;
+}
+void test9(int c1, int c2) {
+  if (c1 < c2)
+    goto L;
+  c1 = c2 ;
+  //@ slice pragma stmt; // <----- slicing isn't correct since the...
+  { x = c1 ; L: c2 = c2 + 1 ;}   // <----- ...effect is lost with -print option
+  y = c2 ;
+}
diff --git a/tests/slicing/switch.c b/tests/slicing/switch.i
similarity index 90%
rename from tests/slicing/switch.c
rename to tests/slicing/switch.i
index cb55266f805..60921b44ae9 100644
--- a/tests/slicing/switch.c
+++ b/tests/slicing/switch.i
@@ -1,7 +1,7 @@
 /*  run.config
    EXECNOW: make -s tests/slicing/switch.cmxs
    CMD: @frama-c@ -load-module tests/slicing/libSelect.cmxs -load-module tests/slicing/switch.cmxs
-   OPT: -check -deps -journal-disable
+   OPT: -deps -journal-disable
 */
 int main (char choix) {
   int x = 0, y = 0, z = 0;
diff --git a/tests/slicing/top.c b/tests/slicing/top.c
deleted file mode 100644
index eb20534c69a..00000000000
--- a/tests/slicing/top.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/* run.config
-* OPT: -check -slicing-level 0 -slice-return uncalled -no-slice-callers  -journal-disable -then-on 'Slicing export' -print
-* OPT: -check -slicing-level 2 -slice-return main -journal-disable -then-on 'Slicing export' -print
-* OPT: -check -slicing-level 2 -slice-return strlen -journal-disable -then-on 'Slicing export' -print
-*
-*
-*
-*
-*
-*
-*/
-
-int uncalled (int x) {
-  return x+1;
-}
-
-int strlen(char* p ) {
-  char* q ;
-  int k = 0;
-
-  for (q = p; *q ; q++) k++ ;
-
-  return k;
-}
-
-int main (char *p_str[], int i ) {
-  return strlen (p_str[i]);
-}
diff --git a/tests/slicing/top.i b/tests/slicing/top.i
new file mode 100644
index 00000000000..9898ed09f5b
--- /dev/null
+++ b/tests/slicing/top.i
@@ -0,0 +1,28 @@
+/* run.config
+* OPT: -check -slicing-level 0 -slice-return uncalled -no-slice-callers  -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+* OPT: -check -slicing-level 2 -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+* OPT: -check -slicing-level 2 -slice-return strlen -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+*
+*
+*
+*
+*
+*
+*/
+
+int uncalled (int x) {
+  return x+1;
+}
+
+int strlen(char* p ) {
+  char* q ;
+  int k = 0;
+
+  for (q = p; *q ; q++) k++ ;
+
+  return k;
+}
+
+int main (char *p_str[], int i ) {
+  return strlen (p_str[i]);
+}
diff --git a/tests/slicing/top2.c b/tests/slicing/top2.c
deleted file mode 100644
index a5afa825395..00000000000
--- a/tests/slicing/top2.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/* run.config
-* OPT: -check -slicing-level 2 -slice-pragma main -journal-disable -then-on 'Slicing export' -print
-* OPT: -check -slicing-level 2 -slice-return main -journal-disable -then-on 'Slicing export' -print
-*/
-
-
-int tab[2]={0, 7 };
-int G, X ;
-typedef struct {int a; int b; } Ts;
-Ts S;
-
-int f(void) {
- volatile int i=0;
- int v;
-
- v = tab[i];
-
- G = X;
-
- return v;
-}
-
-int main(void) {
- int x = f();
- G += 1 ;
- //@ slice pragma expr G ;
- return x;
-}
diff --git a/tests/slicing/top2.i b/tests/slicing/top2.i
new file mode 100644
index 00000000000..4f7510db36d
--- /dev/null
+++ b/tests/slicing/top2.i
@@ -0,0 +1,28 @@
+/* run.config
+* OPT: -check -slicing-level 2 -slice-pragma main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+* OPT: -check -slicing-level 2 -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print -check -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -check 
+*/
+
+
+int tab[2]={0, 7 };
+int G, X ;
+typedef struct {int a; int b; } Ts;
+Ts S;
+
+int f(void) {
+ volatile int i=0;
+ int v;
+
+ v = tab[i];
+
+ G = X;
+
+ return v;
+}
+
+int main(void) {
+ int x = f();
+ G += 1 ;
+ //@ slice pragma expr G ;
+ return x;
+}
diff --git a/tests/slicing/undef-fun.c b/tests/slicing/undef-fun.c
deleted file mode 100644
index fb99a3341b0..00000000000
--- a/tests/slicing/undef-fun.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/* run.config
- OPT: -check -slice-undef-functions -slice-return f -journal-disable -then-on 'Slicing export' -print
-
-
-
- */
-
-int G;
-
-/*@ assigns \result \from a;
-    assigns G \from b;
-*/
-int f (int a, int b);
-
-int main (int x, int y) {
-  x += 1;
-  y += 2;
-  x = f (x, y);
-  return x;
-}
diff --git a/tests/slicing/undef-fun.i b/tests/slicing/undef-fun.i
new file mode 100644
index 00000000000..91cb38679b8
--- /dev/null
+++ b/tests/slicing/undef-fun.i
@@ -0,0 +1,20 @@
+/* run.config
+ OPT:  -slice-undef-functions -slice-return f -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+
+
+
+ */
+
+int G;
+
+/*@ assigns \result \from a;
+    assigns G \from b;
+*/
+int f (int a, int b);
+
+int main (int x, int y) {
+  x += 1;
+  y += 2;
+  x = f (x, y);
+  return x;
+}
diff --git a/tests/slicing/unitialized.c b/tests/slicing/unitialized.c
deleted file mode 100644
index dd696b5fbe1..00000000000
--- a/tests/slicing/unitialized.c
+++ /dev/null
@@ -1,40 +0,0 @@
-/* run.config
-   OPT: -check -slice-pragma g -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -slice-assert g -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -slice-assert main -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -slice-return g -journal-disable -then-on 'Slicing export' -print
- */
-//@ assigns \result \from \nothing;
-int printf(const char*, ...);
-
-int X1, X2 ;
-void f1() {
-  int x1;
-  x1 = 123;
-  X1 = x1 ;
-}
-
-void f2() {
-  int x2;
-  x2 = 12345;
-  X2 = x2 ;
-}
-
-int g() {
-  int y ;
-  /* Note: y is not initialised by g. */
-  /* Note: GCC without optimization gives X1 == y. */
-  printf ("%d\n", y);
-  //@slice pragma expr y ;
-  //@assert X1 == y ;
-  return y;
-}
-
-main() {
-  int r;
-  f1();
-  f2();
-  r = g();
-  /* Note: GCC without optimization gives X2 != y. */
-  //@assert X2 != r ;
-}
diff --git a/tests/slicing/unitialized.i b/tests/slicing/unitialized.i
new file mode 100644
index 00000000000..a307d685b35
--- /dev/null
+++ b/tests/slicing/unitialized.i
@@ -0,0 +1,40 @@
+/* run.config
+   OPT:  -slice-pragma g -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -slice-assert g -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -slice-assert main -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -slice-return g -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+ */
+//@ assigns \result \from \nothing;
+int printf(const char*, ...);
+
+int X1, X2 ;
+void f1() {
+  int x1;
+  x1 = 123;
+  X1 = x1 ;
+}
+
+void f2() {
+  int x2;
+  x2 = 12345;
+  X2 = x2 ;
+}
+
+int g() {
+  int y ;
+  /* Note: y is not initialised by g. */
+  /* Note: GCC without optimization gives X1 == y. */
+  printf ("%d\n", y);
+  //@slice pragma expr y ;
+  //@assert X1 == y ;
+  return y;
+}
+
+main() {
+  int r;
+  f1();
+  f2();
+  r = g();
+  /* Note: GCC without optimization gives X2 != y. */
+  //@assert X2 != r ;
+}
diff --git a/tests/slicing/unravel-flavors.c b/tests/slicing/unravel-flavors.i
similarity index 52%
rename from tests/slicing/unravel-flavors.c
rename to tests/slicing/unravel-flavors.i
index bd41f06779f..0a536a11cbc 100644
--- a/tests/slicing/unravel-flavors.c
+++ b/tests/slicing/unravel-flavors.i
@@ -1,8 +1,8 @@
 /* run.config
-   OPT: -check -slice-undef-functions -slice-return send1 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -slice-undef-functions -slice-return send2 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -slice-undef-functions -slice-return send3 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -slice-undef-functions -slice-return send4 -journal-disable -then-on 'Slicing export' -print
+   OPT:  -slice-undef-functions -slice-return send1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -slice-undef-functions -slice-return send2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -slice-undef-functions -slice-return send3 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -slice-undef-functions -slice-return send4 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
    */
 
 /* Small example derived from examples given for UNRAVEL tool : */
diff --git a/tests/slicing/unravel-point.c b/tests/slicing/unravel-point.c
deleted file mode 100644
index e4225e50165..00000000000
--- a/tests/slicing/unravel-point.c
+++ /dev/null
@@ -1,79 +0,0 @@
-/* run.config
-   OPT: -check -calldeps -slice-return send1 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -calldeps -slice-return send2 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -calldeps -slice-return send3 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -calldeps -slice-return send4 -journal-disable -then-on 'Slicing export' -print
-   OPT: -check -calldeps -slice-return send1 -slice-return send4 -journal-disable -then-on 'Slicing export' -check -calldeps -slice-return send1_slice_1 -print  -then-on 'Slicing export 2' -print
-
-
-
-
-
-
-
-   */
-
-/* Small example devired from examples given for UNRAVEL tool : */
-
-
-
-/*@ assigns *p \from \empty;
-    assigns \result ; */
-int scanf (char const *, int * p);
-
-
-
-int printf (char const *, int);
-
-
-
-
-
-
-
-
-int send1 (int x) {
-  printf ("%d\n", x) ;
-  return x;
-}
-int send2 (int x) {
-  printf ("%d\n", x) ;
-  return x;
-}
-int send3 (int x) {
-  printf ("%d\n", x) ;
-  return x;
-}
-int send4 (int x) {
-  printf ("%d\n", x) ;
-  return x;
-}
-
-main()
-{
-	int		input1,input2,input3,cond1,cond2;
-	int		a,b,c;
-	int		*x,*y,*z;
-	int		output1,output2,output3;
-
-	scanf("%d",&input1);
-	a = input1;
-	scanf("%d",&input2);
-	b = input2;
-	scanf("%d",&input3);
-	c = input3;
-	scanf("%d",&cond1);
-	scanf("%d",&cond2);
-	x = &a;
-	if (cond1) x = &b;
-	y = &c;
-	z = &b;
-	output2 = *z + 1;
-	*z = *y + *x;
-	output1 = *z;
-	output3 = *x;
-	send1 (output1);
-	send2 (output2);
-	send3 (output3);
-	send4 (cond2);
-}
diff --git a/tests/slicing/unravel-point.i b/tests/slicing/unravel-point.i
new file mode 100644
index 00000000000..56f45aea391
--- /dev/null
+++ b/tests/slicing/unravel-point.i
@@ -0,0 +1,79 @@
+/* run.config
+   OPT:  -calldeps -slice-return send1 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+   OPT:  -calldeps -slice-return send2 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+   OPT:  -calldeps -slice-return send3 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+   OPT:  -calldeps -slice-return send4 -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+   OPT:  -calldeps -slice-return send1 -slice-return send4 -journal-disable -then-on 'Slicing export'  -calldeps -slice-return send1_slice_1 -print  -then-on 'Slicing export 2' -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  -no-calldeps
+
+
+
+
+
+
+
+   */
+
+/* Small example devired from examples given for UNRAVEL tool : */
+
+
+
+/*@ assigns *p \from \empty;
+    assigns \result ; */
+int scanf (char const *, int * p);
+
+
+
+int printf (char const *, int);
+
+
+
+
+
+
+
+
+int send1 (int x) {
+  printf ("%d\n", x) ;
+  return x;
+}
+int send2 (int x) {
+  printf ("%d\n", x) ;
+  return x;
+}
+int send3 (int x) {
+  printf ("%d\n", x) ;
+  return x;
+}
+int send4 (int x) {
+  printf ("%d\n", x) ;
+  return x;
+}
+
+main()
+{
+	int		input1,input2,input3,cond1,cond2;
+	int		a,b,c;
+	int		*x,*y,*z;
+	int		output1,output2,output3;
+
+	scanf("%d",&input1);
+	a = input1;
+	scanf("%d",&input2);
+	b = input2;
+	scanf("%d",&input3);
+	c = input3;
+	scanf("%d",&cond1);
+	scanf("%d",&cond2);
+	x = &a;
+	if (cond1) x = &b;
+	y = &c;
+	z = &b;
+	output2 = *z + 1;
+	*z = *y + *x;
+	output1 = *z;
+	output3 = *x;
+	send1 (output1);
+	send2 (output2);
+	send3 (output3);
+	send4 (cond2);
+}
diff --git a/tests/slicing/unravel-variance.c b/tests/slicing/unravel-variance.i
similarity index 50%
rename from tests/slicing/unravel-variance.c
rename to tests/slicing/unravel-variance.i
index ab477c6f89e..d679d82fae4 100644
--- a/tests/slicing/unravel-variance.c
+++ b/tests/slicing/unravel-variance.i
@@ -1,9 +1,9 @@
 /* run.config
-   OPT: -check -slice-calls printf1 -journal-disable -float-normal -remove-redundant-alarms -then-on 'Slicing export' -print
-   OPT: -check -slice-calls printf2 -journal-disable -float-normal -remove-redundant-alarms -then-on 'Slicing export' -print
-   OPT: -check -slice-calls printf3 -journal-disable -float-normal -remove-redundant-alarms -then-on 'Slicing export' -print
-   OPT: -check -slice-calls printf4 -journal-disable -float-normal -remove-redundant-alarms -then-on 'Slicing export' -print
-   OPT: -check -slice-calls printf5 -journal-disable -float-normal -remove-redundant-alarms -then-on 'Slicing export' -print
+   OPT:  -slice-calls printf1 -journal-disable -float-normal -remove-redundant-alarms -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -slice-calls printf2 -journal-disable -float-normal -remove-redundant-alarms -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -slice-calls printf3 -journal-disable -float-normal -remove-redundant-alarms -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -slice-calls printf4 -journal-disable -float-normal -remove-redundant-alarms -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+   OPT:  -slice-calls printf5 -journal-disable -float-normal -remove-redundant-alarms -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
    */
 /* Small example devired from examples given for UNRAVEL tool : */
 
@@ -14,10 +14,9 @@ int printf3 (char const *, int);
 int printf4 (char const *, int);
 int printf5 (char const *, int);
 
-#define MAX 1024
 main()
 {
-      float x[MAX];
+      float x[1024];
       float var2, var3, var4 ;
       float var5, var1;
       float t1, t2;
diff --git a/tests/slicing/unsupported.i b/tests/slicing/unsupported.i
index cbcc68205ee..fa38f91317c 100644
--- a/tests/slicing/unsupported.i
+++ b/tests/slicing/unsupported.i
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: -check -slice-return main -journal-disable -then-on 'Slicing export' -print -check
+   OPT:  -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
    OPT: -sparecode
 */
 int main() {
diff --git a/tests/slicing/use_spec.i b/tests/slicing/use_spec.i
index 3d75078c91e..51cf113ffbc 100644
--- a/tests/slicing/use_spec.i
+++ b/tests/slicing/use_spec.i
@@ -1,6 +1,6 @@
 /* run.config
- OPT: -val-use-spec f -slice-return main -journal-disable -then-on 'Slicing export' -print -check
- OPT: -main main2 -slicing-level 3 -slice-undef-functions -val-use-spec h -slice-return main2 -journal-disable -slicing-keep-annotations -then-on 'Slicing export' -print -check -val -val-use-spec='-@all'
+ OPT: -val-use-spec f -slice-return main -journal-disable -then-on 'Slicing export' -set-project-as-default -print  -then -print -ocode @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i -then @PTEST_DIR@/result/ocode_@PTEST_NUMBER@_@PTEST_NAME@.i  
+ OPT: -main main2 -slicing-level 3 -slice-undef-functions -val-use-spec h -slice-return main2 -journal-disable -slicing-keep-annotations -then-on 'Slicing export' -set-project-as-default -print  -val -val-use-spec='-@all'
 
 
 
diff --git a/tests/slicing/variadic.c b/tests/slicing/variadic.c
index f3ace8b1adc..441003769bb 100644
--- a/tests/slicing/variadic.c
+++ b/tests/slicing/variadic.c
@@ -1,8 +1,8 @@
 /* run.config
-    OPT: -check -slice-return f3 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
-    OPT: -check -slice-return f3 -journal-disable -then-on 'Slicing export' -print
-    OPT: -check -slice-return main -journal-disable -then-on 'Slicing export' -print
-    OPT: -check -slice-return main -slicing-level 3  -journal-disable -then-on 'Slicing export' -print
+    OPT: -slice-return f3 -no-slice-callers -journal-disable -then-on 'Slicing export' -print
+    OPT: -slice-return f3 -journal-disable -then-on 'Slicing export' -print
+    OPT: -slice-return main -journal-disable -then-on 'Slicing export' -print
+    OPT: -slice-return main -slicing-level 3  -journal-disable -then-on 'Slicing export' -print
 */
 
 #include "../pdg/variadic.c"
diff --git a/tests/slicing2/adpcm.c b/tests/slicing2/adpcm.c
deleted file mode 100644
index c015bba6245..00000000000
--- a/tests/slicing2/adpcm.c
+++ /dev/null
@@ -1,6 +0,0 @@
-/* run.config
-   EXECNOW: make -s tests/slicing2/adpcm.cmxs
-   OPT: -load-module ./tests/slicing/libSelect.cmxs -load-module ./tests/slicing2/adpcm.cmxs -check -ulevel -1 -deps -slicing-level 2 -journal-disable
-*/
-
-#include "tests/test/adpcm.c"
diff --git a/tests/sparecode/oracle/intra.2.res.oracle b/tests/sparecode/oracle/intra.2.res.oracle
index a116b47deeb..fcbdb062368 100644
--- a/tests/sparecode/oracle/intra.2.res.oracle
+++ b/tests/sparecode/oracle/intra.2.res.oracle
@@ -49,7 +49,7 @@ tests/sparecode/intra.i:109:[value] assertion got status valid.
 [pdg] Bottom for function spare_called_fct
 [pdg] computing for function stop
 [from] Computing for function stop
-tests/sparecode/intra.i:35:[kernel] warning: Neither code nor specification for function stop, generating default assigns from the prototype
+tests/sparecode/intra.i:110:[kernel] warning: Neither code nor specification for function stop, generating default assigns from the prototype
 [from] Done for function stop
 [pdg] done for function stop
 [pdg] computing for function tmp
diff --git a/tests/spec/Extend.i b/tests/spec/Extend.i
index 4e08d994a2b..ea0abf3e013 100644
--- a/tests/spec/Extend.i
+++ b/tests/spec/Extend.i
@@ -1,6 +1,6 @@
 /* run.config
 EXECNOW: make @PTEST_DIR@/@PTEST_NAME@.cmxs
-OPT: -load-module @PTEST_DIR@/@PTEST_NAME@ -print -copy -check
+OPT: -load-module @PTEST_DIR@/@PTEST_NAME@ -print -copy
 */
 
 /*@ foo x == 0;
diff --git a/tests/spec/add_global.i b/tests/spec/add_global.i
new file mode 100644
index 00000000000..0eeae27f26f
--- /dev/null
+++ b/tests/spec/add_global.i
@@ -0,0 +1,6 @@
+/* run.config
+EXECNOW: make -s @PTEST_DIR@/@PTEST_NAME@.cmxs
+OPT: -load-module @PTEST_DIR@/@PTEST_NAME@.cmxs -print
+*/
+
+int main () { return 0; }
diff --git a/tests/spec/add_global.ml b/tests/spec/add_global.ml
new file mode 100644
index 00000000000..beb0404b012
--- /dev/null
+++ b/tests/spec/add_global.ml
@@ -0,0 +1,35 @@
+open Cil_types
+
+let emitter =
+  Emitter.create "Fancy" [ Emitter.Global_annot ] ~correctness:[] ~tuning:[] 
+
+class vis prj =
+object(self)
+  inherit Visitor.frama_c_copy prj
+
+  method! vglob_aux g =
+    match g with
+    | GFun ({ svar = { vname = "main" }},_) ->
+      let ax =
+        Daxiomatic
+          ("MyAxiomatic",
+           [ Dlemma(
+                 "myaxiom", true, [], [],
+                 Logic_const.ptrue, Cil_datatype.Location.unknown)],
+          Cil_datatype.Location.unknown)
+      in
+      Queue.add (fun () -> Annotations.add_global emitter ax)
+        self#get_filling_actions;
+      Cil.ChangeDoChildrenPost
+        ([ GAnnot(ax, Cil_datatype.Location.unknown); g ], fun x -> x)
+    | _ -> Cil.DoChildren
+
+end
+
+let transform () =
+  Ast.compute ();
+  let prj = File.create_project_from_visitor "prj" (fun prj -> new vis prj) in
+  Project.on prj Filecheck.check_ast "prj";
+  File.pretty_ast ~prj ()
+
+let () = Db.Main.extend transform
diff --git a/tests/spec/assignable_location.i b/tests/spec/assignable_location.i
index b8d6052efe3..bffd9c46a90 100644
--- a/tests/spec/assignable_location.i
+++ b/tests/spec/assignable_location.i
@@ -1,5 +1,5 @@
 /* run.config 
-OPT: -continue-annot-error -check
+OPT: -continue-annot-error
 */
 
 typedef double typetab[2];
diff --git a/tests/spec/bts1068.i b/tests/spec/bts1068.i
index 642023ce453..78f7d7ba1b0 100644
--- a/tests/spec/bts1068.i
+++ b/tests/spec/bts1068.i
@@ -136,3 +136,8 @@ case cons{L}: \forall list* l1,List<int>ll1; \valid{L}(l1) ==>
 model_10(l1->next,ll1) ==> model_10(l1,Cons(l1->element,ll1));
 }
 */
+
+/* Checks that the given name 'px' into the profile definition of the inductive
+   predicate 'Pind' does not impact the definition given for 'case P0'. */
+void* px;
+//@ inductive Pind(void* root, integer px) { case p0: Pind(px,0); }
diff --git a/tests/spec/bts2187-no-empty-contract.i b/tests/spec/bts2187-no-empty-contract.i
new file mode 100644
index 00000000000..9f477fdbb5f
--- /dev/null
+++ b/tests/spec/bts2187-no-empty-contract.i
@@ -0,0 +1,5 @@
+/*@ behavior x: assumes c; */
+void no_empty_stmt_contract(int c) {
+  //@ for x:
+  ;
+}
diff --git a/tests/spec/expr_to_term.i b/tests/spec/expr_to_term.i
index 7c56f1c2a25..74bd6f5aa8b 100644
--- a/tests/spec/expr_to_term.i
+++ b/tests/spec/expr_to_term.i
@@ -1,6 +1,6 @@
 /* run.config
 EXECNOW: make @PTEST_DIR@/@PTEST_NAME@.cmxs
-OPT: -load-module @PTEST_DIR@/@PTEST_NAME@.cmxs -check -print
+OPT: -load-module @PTEST_DIR@/@PTEST_NAME@.cmxs -print
 */
 
 int x[10];
diff --git a/tests/spec/heterogeneous_set_bts1146.i b/tests/spec/heterogeneous_set_bts1146.i
index 3390b35058a..98c508eb2fd 100644
--- a/tests/spec/heterogeneous_set_bts1146.i
+++ b/tests/spec/heterogeneous_set_bts1146.i
@@ -1,7 +1,7 @@
 /* run.config
    DONTRUN: bugfix in progress
    EXECNOW: make -s tests/spec/Type_of_term.cmxs
-   OPT: -load-module ./tests/spec/Type_of_term.cmxs -check -print
+   OPT: -load-module ./tests/spec/Type_of_term.cmxs -print
 */
 
 /*@ lemma foo: \union(1) == \union(1.0); */
diff --git a/tests/spec/oracle/acsl_basic_allocator.res.oracle b/tests/spec/oracle/acsl_basic_allocator.res.oracle
index 096995796a3..cff99b8322d 100644
--- a/tests/spec/oracle/acsl_basic_allocator.res.oracle
+++ b/tests/spec/oracle/acsl_basic_allocator.res.oracle
@@ -70,8 +70,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
diff --git a/tests/spec/oracle/add_global.err.oracle b/tests/spec/oracle/add_global.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/spec/oracle/add_global.res.oracle b/tests/spec/oracle/add_global.res.oracle
new file mode 100644
index 00000000000..797d14b6d73
--- /dev/null
+++ b/tests/spec/oracle/add_global.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/spec/add_global.i (no preprocessing)
+/* Generated by Frama-C */
+/*@ axiomatic MyAxiomatic {
+      axiom myaxiom: \true;
+      
+      }
+ */
+int main(void)
+{
+  int __retres;
+  __retres = 0;
+  return __retres;
+}
+
+
+/* Generated by Frama-C */
+int main(void)
+{
+  int __retres;
+  __retres = 0;
+  return __retres;
+}
+
+
diff --git a/tests/spec/oracle/bts1068.res.oracle b/tests/spec/oracle/bts1068.res.oracle
index 52a6ba8c4c5..176f2e4ef0e 100644
--- a/tests/spec/oracle/bts1068.res.oracle
+++ b/tests/spec/oracle/bts1068.res.oracle
@@ -156,7 +156,7 @@ inductive model_5{L}(list *root, List<int>  logic_list) {
  */
 /*@
 inductive model_6{L}(list *root, List<int>  logic_list) {
-  case nil{L1}: model_6{L}(\null, Nil);
+  case nil{L1}: model_6(\null, Nil);
   case cons{L}: \at(∀ list *l1, List<int>  ll1;
                       \valid(l1) ⇒
                       model_6(l1->next, ll1) ⇒
@@ -189,4 +189,8 @@ inductive model_9{L1, L2}(list *root, List<int>  logic_list) {
   case nil{L}: \at(\valid(P),L);
   }
  */
+void *px;
+/*@ inductive Pind{L}(void *root, ℤ px) { case p0{L}: \at(Pind(px, 0),L);
+      }
+ */
 
diff --git a/tests/spec/oracle/bts2187-no-empty-contract.err.oracle b/tests/spec/oracle/bts2187-no-empty-contract.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/spec/oracle/bts2187-no-empty-contract.res.oracle b/tests/spec/oracle/bts2187-no-empty-contract.res.oracle
new file mode 100644
index 00000000000..b6e6ad50454
--- /dev/null
+++ b/tests/spec/oracle/bts2187-no-empty-contract.res.oracle
@@ -0,0 +1,12 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/spec/bts2187-no-empty-contract.i (no preprocessing)
+tests/spec/bts2187-no-empty-contract.i:3:[kernel] warning: Empty annotation is not allowed
+/* Generated by Frama-C */
+/*@ behavior x:
+      assumes c ≢ 0; */
+void no_empty_stmt_contract(int c)
+{
+  return;
+}
+
+
diff --git a/tests/spec/oracle/clash_double_file_bts1598.res.oracle b/tests/spec/oracle/clash_double_file_bts1598.res.oracle
index 346d17f034f..c56da2d731d 100644
--- a/tests/spec/oracle/clash_double_file_bts1598.res.oracle
+++ b/tests/spec/oracle/clash_double_file_bts1598.res.oracle
@@ -1475,8 +1475,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
@@ -2067,6 +2091,153 @@ extern struct tm *gmtime(time_t const *timer);
  */
 extern struct tm *localtime(time_t const *timer);
 
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(s)+(0 .. \old(n)-1));
+    assigns \result;
+    assigns \result
+      \from s, (indirect: *(s+(0 .. n-1))), (indirect: c), (indirect: n);
+ */
+extern wchar_t *wmemchr(wchar_t const *s, wchar_t c, size_t n);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(s1+(0 .. n-1))), (indirect: *(s2+(0 .. n-1))),
+            (indirect: n);
+ */
+extern int wmemcmp(wchar_t const *s1, wchar_t const *s2, size_t n);
+
+/*@ requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+    ensures \result ≡ \old(dest);
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wmemcpy(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wmemmove(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ ensures \result ≡ \old(wcs);
+    assigns *(wcs+(0 .. n-1)), \result;
+    assigns *(wcs+(0 .. n-1)) \from wc, (indirect: n);
+    assigns \result \from wcs;
+ */
+extern wchar_t *wmemset(wchar_t *wcs, wchar_t wc, size_t n);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(dest+(0 ..)), (indirect: dest), *(src+(0 ..)), (indirect: src);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcscat(wchar_t *dest, wchar_t const *src);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result \from wcs, (indirect: wc);
+ */
+extern wchar_t *wcschr(wchar_t const *wcs, wchar_t wc);
+
+/*@ assigns \result;
+    assigns \result \from (indirect: *(s1+(0 ..))), (indirect: *(s2+(0 ..)));
+ */
+extern int wcscmp(wchar_t const *s1, wchar_t const *s2);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(src+(0 ..)), (indirect: src), *(dest+(0 ..)), (indirect: dest);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcscpy(wchar_t *dest, wchar_t const *src);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern size_t wcscspn(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(dest+(0 ..)), (indirect: dest), *(src+(0 .. n-1)),
+            (indirect: src), (indirect: n);
+    assigns \result
+      \from (indirect: *(dest+(0 ..))), (indirect: *(src+(0 .. n-1))),
+            (indirect: n);
+ */
+extern size_t wcslcat(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result
+      \from (indirect: *(dest+(0 .. n-1))), (indirect: dest),
+            (indirect: *(src+(0 .. n-1))), (indirect: src), (indirect: n);
+ */
+extern size_t wcslcpy(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ assigns \result;
+    assigns \result \from (indirect: *(s+(0 ..))); */
+extern size_t wcslen(wchar_t const *s);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(dest+(0 ..)), (indirect: dest), *(src+(0 .. n-1)),
+            (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcsncat(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(s1+(0 .. n-1))), (indirect: *(s2+(0 .. n-1))),
+            (indirect: n);
+ */
+extern int wcsncmp(wchar_t const *s1, wchar_t const *s2, size_t n);
+
+/*@ requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+    ensures \result ≡ \old(dest);
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcsncpy(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result
+      \from wcs, (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern wchar_t *wcspbrk(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result \from wcs, (indirect: *(wcs+(0 ..))), (indirect: wc);
+ */
+extern wchar_t *wcsrchr(wchar_t const *wcs, wchar_t wc);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern size_t wcsspn(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(haystack)+(0 ..));
+    assigns \result;
+    assigns \result
+      \from haystack, (indirect: *(haystack+(0 ..))),
+            (indirect: *(needle+(0 ..)));
+ */
+extern wchar_t *wcsstr(wchar_t const *haystack, wchar_t const *needle);
+
 
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
 [kernel] Parsing tests/spec/clash_double_file_bts1598.c (with preprocessing)
@@ -3546,8 +3717,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
@@ -4138,4 +4333,151 @@ extern struct tm *gmtime(time_t const *timer);
  */
 extern struct tm *localtime(time_t const *timer);
 
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(s)+(0 .. \old(n)-1));
+    assigns \result;
+    assigns \result
+      \from s, (indirect: *(s+(0 .. n-1))), (indirect: c), (indirect: n);
+ */
+extern wchar_t *wmemchr(wchar_t const *s, wchar_t c, size_t n);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(s1+(0 .. n-1))), (indirect: *(s2+(0 .. n-1))),
+            (indirect: n);
+ */
+extern int wmemcmp(wchar_t const *s1, wchar_t const *s2, size_t n);
+
+/*@ requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+    ensures \result ≡ \old(dest);
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wmemcpy(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wmemmove(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ ensures \result ≡ \old(wcs);
+    assigns *(wcs+(0 .. n-1)), \result;
+    assigns *(wcs+(0 .. n-1)) \from wc, (indirect: n);
+    assigns \result \from wcs;
+ */
+extern wchar_t *wmemset(wchar_t *wcs, wchar_t wc, size_t n);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(dest+(0 ..)), (indirect: dest), *(src+(0 ..)), (indirect: src);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcscat(wchar_t *dest, wchar_t const *src);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result \from wcs, (indirect: wc);
+ */
+extern wchar_t *wcschr(wchar_t const *wcs, wchar_t wc);
+
+/*@ assigns \result;
+    assigns \result \from (indirect: *(s1+(0 ..))), (indirect: *(s2+(0 ..)));
+ */
+extern int wcscmp(wchar_t const *s1, wchar_t const *s2);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(src+(0 ..)), (indirect: src), *(dest+(0 ..)), (indirect: dest);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcscpy(wchar_t *dest, wchar_t const *src);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern size_t wcscspn(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(dest+(0 ..)), (indirect: dest), *(src+(0 .. n-1)),
+            (indirect: src), (indirect: n);
+    assigns \result
+      \from (indirect: *(dest+(0 ..))), (indirect: *(src+(0 .. n-1))),
+            (indirect: n);
+ */
+extern size_t wcslcat(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result
+      \from (indirect: *(dest+(0 .. n-1))), (indirect: dest),
+            (indirect: *(src+(0 .. n-1))), (indirect: src), (indirect: n);
+ */
+extern size_t wcslcpy(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ assigns \result;
+    assigns \result \from (indirect: *(s+(0 ..))); */
+extern size_t wcslen(wchar_t const *s);
+
+/*@ ensures \result ≡ \old(dest);
+    assigns *(dest+(0 ..)), \result;
+    assigns *(dest+(0 ..))
+      \from *(dest+(0 ..)), (indirect: dest), *(src+(0 .. n-1)),
+            (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcsncat(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(s1+(0 .. n-1))), (indirect: *(s2+(0 .. n-1))),
+            (indirect: n);
+ */
+extern int wcsncmp(wchar_t const *s1, wchar_t const *s2, size_t n);
+
+/*@ requires \separated(dest+(0 .. n-1), src+(0 .. n-1));
+    ensures \result ≡ \old(dest);
+    assigns *(dest+(0 .. n-1)), \result;
+    assigns *(dest+(0 .. n-1))
+      \from *(src+(0 .. n-1)), (indirect: src), (indirect: n);
+    assigns \result \from dest;
+ */
+extern wchar_t *wcsncpy(wchar_t *dest, wchar_t const *src, size_t n);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result
+      \from wcs, (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern wchar_t *wcspbrk(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(wcs)+(0 ..));
+    assigns \result;
+    assigns \result \from wcs, (indirect: *(wcs+(0 ..))), (indirect: wc);
+ */
+extern wchar_t *wcsrchr(wchar_t const *wcs, wchar_t wc);
+
+/*@ assigns \result;
+    assigns \result
+      \from (indirect: *(wcs+(0 ..))), (indirect: *(accept+(0 ..)));
+ */
+extern size_t wcsspn(wchar_t const *wcs, wchar_t const *accept);
+
+/*@ ensures \result ≡ \null ∨ \subset(\result, \old(haystack)+(0 ..));
+    assigns \result;
+    assigns \result
+      \from haystack, (indirect: *(haystack+(0 ..))),
+            (indirect: *(needle+(0 ..)));
+ */
+extern wchar_t *wcsstr(wchar_t const *haystack, wchar_t const *needle);
+
 
diff --git a/tests/spec/oracle/model.res.oracle b/tests/spec/oracle/model.res.oracle
index 68791123bac..e3c8460fa50 100644
--- a/tests/spec/oracle/model.res.oracle
+++ b/tests/spec/oracle/model.res.oracle
@@ -47,8 +47,8 @@ void main(void)
   }
   else {
     _LAND: {
-             int tmp_0;
-             tmp_0 = s.x == 1;
+             int tmp_2;
+             tmp_2 = s.x == 1;
            }
   }
   /*@ assert s.z ≢ 0; */ ;
diff --git a/tests/spec/oracle/purse.res.oracle b/tests/spec/oracle/purse.res.oracle
index 91d977e52ce..506393f99da 100644
--- a/tests/spec/oracle/purse.res.oracle
+++ b/tests/spec/oracle/purse.res.oracle
@@ -57,8 +57,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
diff --git a/tests/spec/oracle/va.res.oracle b/tests/spec/oracle/va.res.oracle
index 17d5f4bce16..97966a1a898 100644
--- a/tests/spec/oracle/va.res.oracle
+++ b/tests/spec/oracle/va.res.oracle
@@ -2,6 +2,7 @@
 [kernel] Parsing tests/spec/va.c (with preprocessing)
 tests/spec/va.c:6:[kernel] warning: The second argument in call to __builtin_va_start should be the last formal argument
 /* Generated by Frama-C */
+typedef int wchar_t;
 typedef __builtin_va_list va_list;
 typedef unsigned int size_t;
 typedef unsigned int ino_t;
@@ -46,6 +47,257 @@ struct __fc_FILE {
 typedef struct __fc_FILE FILE;
 /* compiler builtin: 
    void __builtin_va_start(__builtin_va_list);   */
+/*@
+axiomatic MemCmp {
+  logic ℤ memcmp{L1, L2}(char *s1, char *s2, ℤ n) 
+    reads \at(*(s1+(0 .. n-1)),L1), \at(*(s2+(0 .. n-1)),L2);
+  
+  axiom memcmp_zero{L1, L2}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L1, L2}(s1, s2, n) ≡ 0 ⇔
+      (∀ ℤ i; 0 ≤ i < n ⇒ \at(*(s1+i),L1) ≡ \at(*(s2+i),L2));
+  
+  }
+ */
+/*@
+axiomatic MemChr {
+  logic 𝔹 memchr{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memchr(s, c, n) ≡ \true ⇔ (∃ int i; 0 ≤ i < n ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic MemSet {
+  logic 𝔹 memset{L}(char *s, ℤ c, ℤ n) 
+    reads *(s+(0 .. n-1));
+  
+  axiom memset_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+    ∀ ℤ n;
+      memset(s, c, n) ≡ \true ⇔ (∀ ℤ i; 0 ≤ i < n ⇒ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic StrLen {
+  logic ℤ strlen{L}(char *s) 
+    reads *(s+(0 ..));
+  
+  axiom strlen_pos_or_null{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ '\000') ∧
+      *(s+i) ≡ '\000' ⇒ strlen(s) ≡ i;
+  
+  axiom strlen_neg{L}:
+    ∀ char *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ '\000') ⇒ strlen(s) < 0;
+  
+  axiom strlen_before_null{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i < strlen(s) ⇒ *(s+i) ≢ '\000';
+  
+  axiom strlen_at_null{L}:
+    ∀ char *s; 0 ≤ strlen(s) ⇒ *(s+strlen(s)) ≡ '\000';
+  
+  axiom strlen_not_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≢ '\000' ⇒ i < strlen(s);
+  
+  axiom strlen_zero{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+      0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ '\000' ⇒ i ≡ strlen(s);
+  
+  axiom strlen_sup{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ≤ strlen(s) ⇒ strlen(s+i) ≡ strlen(s)-i;
+  
+  axiom strlen_create{L}:
+    ∀ char *s;
+    ∀ ℤ i; 0 ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s) ≤ i;
+  
+  axiom strlen_create_shift{L}:
+    ∀ char *s;
+    ∀ ℤ i;
+    ∀ ℤ k;
+      0 ≤ k ≤ i ∧ *(s+i) ≡ '\000' ⇒ 0 ≤ strlen(s+k) ≤ i-k;
+  
+  axiom memcmp_strlen_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s1) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      memcmp{L, L}(s1, s2, n) ≡ 0 ∧ strlen(s2) < n ⇒
+      strlen(s1) ≡ strlen(s2);
+  
+  axiom memcmp_strlen_shift_left{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1, s2+k, n) ≡ 0 ≤ k ∧ strlen(s1) < n ⇒
+      0 ≤ strlen(s2) ≤ k+strlen(s1);
+  
+  axiom memcmp_strlen_shift_right{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ k, ℤ n;
+      memcmp{L, L}(s1+k, s2, n) ≡ 0 ≤ k ∧ strlen(s2) < n ⇒
+      0 ≤ strlen(s1) ≤ k+strlen(s2);
+  
+  }
+ */
+/*@
+axiomatic StrCmp {
+  logic ℤ strcmp{L}(char *s1, char *s2) 
+    reads *(s1+(0 .. strlen(s1))), *(s2+(0 .. strlen(s2)));
+  
+  axiom strcmp_zero{L}:
+    ∀ char *s1, char *s2;
+      strcmp(s1, s2) ≡ 0 ⇔
+      strlen(s1) ≡ strlen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ strlen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrNCmp {
+  logic ℤ strncmp{L}(char *s1, char *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom strncmp_zero{L}:
+    ∀ char *s1, char *s2;
+    ∀ ℤ n;
+      strncmp(s1, s2, n) ≡ 0 ⇔
+      (strlen(s1) < n ∧ strcmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic StrChr {
+  logic 𝔹 strchr{L}(char *s, ℤ c) 
+    reads *(s+(0 .. strlen(s)));
+  
+  axiom strchr_def{L}:
+    ∀ char *s;
+    ∀ ℤ c;
+      strchr(s, c) ≡ \true ⇔
+      (∃ ℤ i; 0 ≤ i ≤ strlen(s) ∧ *(s+i) ≡ c);
+  
+  }
+ */
+/*@
+axiomatic WcsLen {
+  logic ℤ wcslen{L}(wchar_t *s) 
+    reads *(s+(0 ..));
+  
+  axiom wcslen_pos_or_null{L}:
+    ∀ wchar_t *s;
+    ∀ ℤ i;
+      0 ≤ i ∧ (∀ ℤ j; 0 ≤ j < i ⇒ *(s+j) ≢ 0) ∧ *(s+i) ≡ 0 ⇒
+      wcslen(s) ≡ i;
+  
+  axiom wcslen_neg{L}:
+    ∀ wchar_t *s; (∀ ℤ i; 0 ≤ i ⇒ *(s+i) ≢ 0) ⇒ wcslen(s) < 0;
+  
+  axiom wcslen_before_null{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i < wcslen(s) ⇒ *(s+i) ≢ 0;
+  
+  axiom wcslen_at_null{L}:
+    ∀ wchar_t *s; 0 ≤ wcslen(s) ⇒ *(s+wcslen(s)) ≡ 0;
+  
+  axiom wcslen_not_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≢ 0 ⇒ i < wcslen(s);
+  
+  axiom wcslen_zero{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ∧ *(s+i) ≡ 0 ⇒ i ≡ wcslen(s);
+  
+  axiom wcslen_sup{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ≤ wcslen(s) ⇒ wcslen(s+i) ≡ wcslen(s)-i;
+  
+  axiom wcslen_create{L}:
+    ∀ wchar_t *s;
+    ∀ int i; 0 ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s) ≤ i;
+  
+  axiom wcslen_create_shift{L}:
+    ∀ wchar_t *s;
+    ∀ int i;
+    ∀ int k; 0 ≤ k ≤ i ∧ *(s+i) ≡ 0 ⇒ 0 ≤ wcslen(s+k) ≤ i-k;
+  
+  }
+ */
+/*@
+axiomatic WcsCmp {
+  logic ℤ wcscmp{L}(wchar_t *s1, wchar_t *s2) 
+    reads *(s1+(0 .. wcslen(s1))), *(s2+(0 .. wcslen(s2)));
+  
+  axiom wcscmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+      wcscmp(s1, s2) ≡ 0 ⇔
+      wcslen(s1) ≡ wcslen(s2) ∧
+      (∀ ℤ i; 0 ≤ i ≤ wcslen(s1) ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@
+axiomatic WcsNCmp {
+  logic ℤ wcsncmp{L}(wchar_t *s1, wchar_t *s2, ℤ n) 
+    reads *(s1+(0 .. n-1)), *(s2+(0 .. n-1));
+  
+  axiom wcsncmp_zero{L}:
+    ∀ wchar_t *s1, wchar_t *s2;
+    ∀ ℤ n;
+      wcsncmp(s1, s2, n) ≡ 0 ⇔
+      (wcslen(s1) < n ∧ wcscmp(s1, s2) ≡ 0) ∨
+      (∀ ℤ i; 0 ≤ i < n ⇒ *(s1+i) ≡ *(s2+i));
+  
+  }
+ */
+/*@ logic ℤ minimum(ℤ i, ℤ j) = i<j? i: j;
+ */
+/*@ logic ℤ maximum(ℤ i, ℤ j) = i<j? j: i;
+ */
+/*@
+predicate valid_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_read_string{L}(char *s) =
+  0 ≤ strlen(s) ∧ \valid_read(s+(0 .. strlen(s)));
+ */
+/*@
+predicate valid_string_or_null{L}(char *s) = s ≡ \null ∨ valid_string(s);
+ */
+/*@
+predicate valid_wstring{L}(wchar_t *s) =
+  0 ≤ wcslen(s) ∧ \valid(s+(0 .. wcslen(s)));
+ */
+/*@
+predicate valid_wstring_or_null{L}(wchar_t *s) =
+  s ≡ \null ∨ valid_wstring(s);
+ */
 extern int __FC_errno;
 
 extern FILE *__fc_stdin;
diff --git a/tests/spec/property_test.ml b/tests/spec/property_test.ml
index 105989384a7..45f9d4d156b 100644
--- a/tests/spec/property_test.ml
+++ b/tests/spec/property_test.ml
@@ -19,9 +19,18 @@ class visit prj =
           [ Logic_const.new_identified_term (Logic_const.tvar x),
             From [ Logic_const.new_identified_term (Logic_const.tvar x);
                    Logic_const.new_identified_term (Logic_const.tvar c)]
-          ]
-      end;
-      ChangeTo b
+          ];
+        let nkf = Cil.get_kernel_function self#behavior kf in
+        let keep_empty = true in
+        let post b =
+          Queue.add
+            (fun () ->
+               Annotations.add_assigns ~keep_empty emitter nkf b.b_assigns)
+          self#get_filling_actions;
+          b
+        in
+        ChangeDoChildrenPost(b, post)
+      end else DoChildren
   end
 
 let show_properties () =
diff --git a/tests/spec/volatile.c b/tests/spec/volatile.c
index 47ad8eacab9..24aa8a8e4b0 100644
--- a/tests/spec/volatile.c
+++ b/tests/spec/volatile.c
@@ -1,5 +1,5 @@
 /* run.config
-   OPT: tests/spec/volatile_aux.c -print -check -copy
+   OPT: tests/spec/volatile_aux.c -print -copy
 */
 
 #include "tests/spec/volatile.h"
diff --git a/tests/syntax/Refresh_visitor.i b/tests/syntax/Refresh_visitor.i
index 688249ed155..6c8b263b4ca 100644
--- a/tests/syntax/Refresh_visitor.i
+++ b/tests/syntax/Refresh_visitor.i
@@ -1,6 +1,6 @@
 /* run.config
 EXECNOW: make -s @PTEST_DIR@/@PTEST_NAME@.cmxs
-OPT: -check -load-module @PTEST_DIR@/@PTEST_NAME@
+OPT: -load-module @PTEST_DIR@/@PTEST_NAME@
 */
 
 struct S { int i; };
diff --git a/tests/syntax/array_static_arg.i b/tests/syntax/array_static_arg.i
index c360b7283e5..ebeb2e32187 100644
--- a/tests/syntax/array_static_arg.i
+++ b/tests/syntax/array_static_arg.i
@@ -1,6 +1,6 @@
 /* run.config
 DONTRUN: does not work yet.
-OPT: -check -print
+OPT: -print
 */
 
 //@ requires i > 0 && \valid(a+(i-1));
diff --git a/tests/syntax/decl-function.i b/tests/syntax/decl-function.i
index 3e53b82d25d..9b89719014d 100644
--- a/tests/syntax/decl-function.i
+++ b/tests/syntax/decl-function.i
@@ -1,6 +1,6 @@
 /* run.config
 COMMENT: test the use of (==) in Ast.is_def_or_last_decl
-OPT: -check -then -print -no-unicode
+OPT: -then -print -no-unicode
  */
 
 int x;
diff --git a/tests/syntax/enum_repr.i b/tests/syntax/enum_repr.i
index 73e50147835..455e1c4aad4 100644
--- a/tests/syntax/enum_repr.i
+++ b/tests/syntax/enum_repr.i
@@ -1,8 +1,8 @@
 /* run.config
 EXECNOW: make -s tests/syntax/Enum_repr.cmxs
-OPT: -load-module tests/syntax/Enum_repr.cmxs -enums int -print -check
-OPT: -load-module tests/syntax/Enum_repr.cmxs -enums gcc-short-enums -print -check
-OPT: -load-module tests/syntax/Enum_repr.cmxs -enums gcc-enums -print -check
+OPT: -load-module tests/syntax/Enum_repr.cmxs -enums int -print
+OPT: -load-module tests/syntax/Enum_repr.cmxs -enums gcc-short-enums -print
+OPT: -load-module tests/syntax/Enum_repr.cmxs -enums gcc-enums -print
 */
 
 // is represented by | int | gcc-enums          | gcc-short-enums 
diff --git a/tests/syntax/formals_decl_leak.i b/tests/syntax/formals_decl_leak.i
index cd1996524cb..6a521af4ade 100644
--- a/tests/syntax/formals_decl_leak.i
+++ b/tests/syntax/formals_decl_leak.i
@@ -1,5 +1,5 @@
 /* run.config
-OPT: -check -print -load-script tests/syntax/formals_decl_leak.ml tests/syntax/formals_decl_leak_1.i
+OPT: -print -load-script tests/syntax/formals_decl_leak.ml tests/syntax/formals_decl_leak_1.i
 */
 
 void f(int x);
diff --git a/tests/syntax/gnu-asm-aesni.c b/tests/syntax/gnu-asm-aesni.c
index 4826248f2c3..92166ef1fb5 100644
--- a/tests/syntax/gnu-asm-aesni.c
+++ b/tests/syntax/gnu-asm-aesni.c
@@ -7,7 +7,7 @@
    COMMENT: TEST_TITLE: Chiffrement via AES-NI
    COMMENT: TEST_MAIN: encrypt_aesni
    COMMENT: TEST_DESCRIPTION: Un message de 64 octets est initialisé à une valeur précise. Le nombre de tours est fixé à 12 et la clé de chiffrement étendue est initialisée à une valeur abstraite. L'appel à la fonction do_aesni_enc effectue le chiffrement et place le résultat à l'adresse mémoire pointée par le paramètre b. On vérifie ensuite que les cases du tableau b ont bien été initialisées et que le tableau a n'a pas été modifié.
-   OPT: -cpp-extra-args='-DUSE_AESNI' -check -print
+   OPT: -cpp-extra-args='-DUSE_AESNI' -print
    -------------------------
 */
 #include <__fc_builtin.h>
diff --git a/tests/syntax/merge_inline_1.c b/tests/syntax/merge_inline_1.c
index c96b3925c5e..f15868aef68 100644
--- a/tests/syntax/merge_inline_1.c
+++ b/tests/syntax/merge_inline_1.c
@@ -1,5 +1,5 @@
 /* run.config
-OPT: @PTEST_DIR@/merge_inline_2.c -aggressive-merging -check -print
+OPT: @PTEST_DIR@/merge_inline_2.c -aggressive-merging -print
 */
 
 /* Test that we rename properly inlines even if they have prototypes and
diff --git a/tests/syntax/multiple_decls_contracts.c b/tests/syntax/multiple_decls_contracts.c
index 5f66680e497..3ac56b12d72 100644
--- a/tests/syntax/multiple_decls_contracts.c
+++ b/tests/syntax/multiple_decls_contracts.c
@@ -1,7 +1,7 @@
 /* run.config
-OPT: share/libc/string.h @PTEST_FILE@ @PTEST_FILE@ -cpp-extra-args="-Ishare/libc" -check -print
-OPT: @PTEST_FILE@ share/libc/string.h @PTEST_FILE@ -cpp-extra-args="-Ishare/libc" -check -print
-OPT: @PTEST_FILE@ @PTEST_FILE@ share/libc/string.h -cpp-extra-args="-Ishare/libc" -check -print
+OPT: share/libc/string.h @PTEST_FILE@ @PTEST_FILE@ -cpp-extra-args="-Ishare/libc" -print
+OPT: @PTEST_FILE@ share/libc/string.h @PTEST_FILE@ -cpp-extra-args="-Ishare/libc" -print
+OPT: @PTEST_FILE@ @PTEST_FILE@ share/libc/string.h -cpp-extra-args="-Ishare/libc" -print
 */
 
 #include "string.h"
diff --git a/tests/syntax/oracle/access_volatile_bts1589.res.oracle b/tests/syntax/oracle/access_volatile_bts1589.res.oracle
index 60650ab4b35..aa7204240dd 100644
--- a/tests/syntax/oracle/access_volatile_bts1589.res.oracle
+++ b/tests/syntax/oracle/access_volatile_bts1589.res.oracle
@@ -15,13 +15,13 @@ int main(void)
 {
   int __retres;
   int tmp;
-  int tmp_0;
-  int tmp_1;
-  int tmp_2;
+  int tmp_3;
+  int tmp_5;
+  int tmp_7;
   tmp = x;
-  tmp_0 = y;
-  tmp_1 = vs.a;
-  tmp_2 = vs.b;
+  tmp_3 = y;
+  tmp_5 = vs.a;
+  tmp_7 = vs.b;
   __retres = 0;
   return __retres;
 }
diff --git a/tests/syntax/oracle/dangerous_expressions.res.oracle b/tests/syntax/oracle/dangerous_expressions.res.oracle
index 95b4bb161a5..616e5ffcfec 100644
--- a/tests/syntax/oracle/dangerous_expressions.res.oracle
+++ b/tests/syntax/oracle/dangerous_expressions.res.oracle
@@ -5,9 +5,9 @@ int f(int * /*[10]*/ t, int n, int *ptr)
 {
   int __retres;
   int tmp;
-  int tmp_0;
+  int tmp_3;
   tmp = *(t + n);
-  tmp_0 = *ptr;
+  tmp_3 = *ptr;
   __retres = 65;
   return __retres;
 }
diff --git a/tests/syntax/oracle/decay.res.oracle b/tests/syntax/oracle/decay.res.oracle
index face8535079..3ba47de511a 100644
--- a/tests/syntax/oracle/decay.res.oracle
+++ b/tests/syntax/oracle/decay.res.oracle
@@ -29,10 +29,10 @@ void multi_dim_array_decay(void)
   struct P *pp;
   struct P p;
   int *tmp;
-  int *tmp_0;
+  int *tmp_3;
   pp = & p;
   tmp = pp->val[0];
-  tmp_0 = p.val[0];
+  tmp_3 = p.val[0];
   return;
 }
 
diff --git a/tests/syntax/oracle/exit.res.oracle b/tests/syntax/oracle/exit.res.oracle
index e0c4d498619..70bedf67ffc 100644
--- a/tests/syntax/oracle/exit.res.oracle
+++ b/tests/syntax/oracle/exit.res.oracle
@@ -54,8 +54,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
diff --git a/tests/syntax/oracle/local_uninitialized_bts_1081.res.oracle b/tests/syntax/oracle/local_uninitialized_bts_1081.res.oracle
index 55797f8a660..ad804cf65f7 100644
--- a/tests/syntax/oracle/local_uninitialized_bts_1081.res.oracle
+++ b/tests/syntax/oracle/local_uninitialized_bts_1081.res.oracle
@@ -10,21 +10,21 @@ int main(void)
   int foo;
   int x;
   int y;
-  int tmp_2;
+  int tmp_7;
   if (foo) {
     int tmp;
     tmp = x;
   }
   else {
-    int tmp_0;
-    tmp_0 = y;
+    int tmp_3;
+    tmp_3 = y;
   }
   if (! foo) {
-    int tmp_1;
-    tmp_1 = y;
+    int tmp_5;
+    tmp_5 = y;
   }
   { /* sequence */
-    tmp_2 = foo;
+    tmp_7 = foo;
     ;
   }
   __retres = 0;
diff --git a/tests/syntax/oracle/multiple_decls_contracts.0.res.oracle b/tests/syntax/oracle/multiple_decls_contracts.0.res.oracle
index f9b77d3c992..c56518bbe49 100644
--- a/tests/syntax/oracle/multiple_decls_contracts.0.res.oracle
+++ b/tests/syntax/oracle/multiple_decls_contracts.0.res.oracle
@@ -604,8 +604,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
diff --git a/tests/syntax/oracle/multiple_decls_contracts.1.res.oracle b/tests/syntax/oracle/multiple_decls_contracts.1.res.oracle
index a8e088f2c50..4a4fdb2849b 100644
--- a/tests/syntax/oracle/multiple_decls_contracts.1.res.oracle
+++ b/tests/syntax/oracle/multiple_decls_contracts.1.res.oracle
@@ -604,8 +604,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
diff --git a/tests/syntax/oracle/multiple_decls_contracts.2.res.oracle b/tests/syntax/oracle/multiple_decls_contracts.2.res.oracle
index 9608610ed5d..b8bccbc6b13 100644
--- a/tests/syntax/oracle/multiple_decls_contracts.2.res.oracle
+++ b/tests/syntax/oracle/multiple_decls_contracts.2.res.oracle
@@ -604,8 +604,32 @@ extern float strtof(char const *nptr, char **endptr);
 extern long double strtold(char const *nptr, char **endptr);
 
 /*@ assigns \result, *endptr;
-    assigns \result \from *(nptr+(0 ..)), base;
-    assigns *endptr \from nptr, *(nptr+(0 ..)), base;
+    assigns \result
+      \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    assigns *endptr
+      \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+            (indirect: base);
+    
+    behavior null_endptr:
+      assumes endptr ≡ \null;
+      assigns \result;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+    
+    behavior nonnull_endptr:
+      assumes endptr ≢ \null;
+      requires \valid(endptr);
+      ensures \initialized(\old(endptr));
+      ensures \subset(*\old(endptr), \old(nptr)+(0 ..));
+      assigns \result, *endptr;
+      assigns \result
+        \from (indirect: nptr), (indirect: *(nptr+(0 ..))), (indirect: base);
+      assigns *endptr
+        \from nptr, (indirect: *(nptr+(0 ..))), (indirect: endptr),
+              (indirect: base);
+    
+    complete behaviors nonnull_endptr, null_endptr;
+    disjoint behaviors nonnull_endptr, null_endptr;
  */
 extern long strtol(char const *nptr, char **endptr, int base);
 
diff --git a/tests/syntax/oracle/reorder.res.oracle b/tests/syntax/oracle/reorder.res.oracle
index e9be2338036..be1bdd889ac 100644
--- a/tests/syntax/oracle/reorder.res.oracle
+++ b/tests/syntax/oracle/reorder.res.oracle
@@ -1,6 +1,8 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
 [kernel] Parsing tests/syntax/reorder.i (no preprocessing)
 /* Generated by Frama-C */
+/*@ logic ℤ l= 1;
+ */
 int x;
 /*@ ensures i ≡ i; */
 void f(void)
@@ -21,20 +23,18 @@ extern void g(void);
  */
 /*@ logic ℤ j= l;
  */
-/*@ logic ℤ l= 1;
- */
 /*@ logic ℤ k= l;
 
 */
 
 /* Generated by Frama-C */
-int x;
 /*@ logic ℤ l= 1;
  */
-/*@ logic ℤ k= l;
- */
+int x;
 /*@ logic ℤ j= l;
  */
+/*@ logic ℤ k= l;
+ */
 /*@ logic ℤ i= j+k;
  */
 /*@ ensures i ≡ i; */
diff --git a/tests/syntax/oracle/syntactic_hook.res.oracle b/tests/syntax/oracle/syntactic_hook.res.oracle
index 4fcfd624672..c8945ba59b0 100644
--- a/tests/syntax/oracle/syntactic_hook.res.oracle
+++ b/tests/syntax/oracle/syntactic_hook.res.oracle
@@ -1,11 +1,31 @@
 [kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+share/libc/__fc_builtin_for_normalization.i:34:[kernel] New global node introducing identifier Frama_C_bzero(24)
+[kernel] First occurrence of Frama_C_bzero
+share/libc/__fc_builtin_for_normalization.i:43:[kernel] New global node introducing identifier Frama_C_copy_block(40)
+[kernel] First occurrence of Frama_C_copy_block
 [kernel] Parsing tests/syntax/syntactic_hook.i (no preprocessing)
+tests/syntax/syntactic_hook.i:5:[kernel] New global node introducing identifier f(69)
+[kernel] First occurrence of f
+tests/syntax/syntactic_hook.i:7:[kernel] New global node introducing identifier h(72)
+[kernel] First occurrence of h
 tests/syntax/syntactic_hook.i:9:[kernel] warning: [SH]: definition of h does not use exactly the same prototype as declared on line 7
+tests/syntax/syntactic_hook.i:9:[kernel] New global node introducing identifier h(72)
+[kernel] New occurrence of existing identifier h
+tests/syntax/syntactic_hook.i:11:[kernel] New global node introducing identifier k(79)
+[kernel] First occurrence of k
+tests/syntax/syntactic_hook.i:13:[kernel] New global node introducing identifier k(79)
+[kernel] New occurrence of existing identifier k
+tests/syntax/syntactic_hook.i:15:[kernel] New global node introducing identifier main(85)
+[kernel] First occurrence of main
+tests/syntax/syntactic_hook.i:17:[kernel] New global node introducing identifier t(89)
+[kernel] First occurrence of t
 tests/syntax/syntactic_hook.i:17:[kernel] warning: [SH]: definition of local function t
+:0:[kernel] New global node introducing identifier g(91)
+[kernel] First occurrence of g
 tests/syntax/syntactic_hook.i:21:[kernel] warning: Calling undeclared function g. Old style K&R code?
 tests/syntax/syntactic_hook.i:21:[kernel] warning: [SH]: implicit declaration for prototype g
 tests/syntax/syntactic_hook.i:22:[kernel] Dropping side-effect in sizeof. Nothing to worry, this is by the book.
-tests/syntax/syntactic_hook.i:22:[kernel] warning: [SH]: dropping side effect in sizeof: x++ is converted to tmp_0
+tests/syntax/syntactic_hook.i:22:[kernel] warning: [SH]: dropping side effect in sizeof: x++ is converted to tmp
 tests/syntax/syntactic_hook.i:24:[kernel] warning: [SH]: side effect of expression x++ occurs in conditional part of expression x
                   &&
                   x++. It is not always executed
diff --git a/tests/syntax/reorder.ml b/tests/syntax/reorder.ml
index 394f9855c1c..882ecb4e7d4 100644
--- a/tests/syntax/reorder.ml
+++ b/tests/syntax/reorder.ml
@@ -45,11 +45,6 @@ let run () =
   Annotations.add_global Emitter.end_user dlj;
   Annotations.add_global Emitter.end_user dlk;
   Annotations.add_global Emitter.end_user dll;
-  file.globals <- file.globals @ 
-    [ GAnnot (dli,loc); 
-      GAnnot (dlj,loc); 
-      GAnnot (dll, loc); 
-      GAnnot (dlk,loc) ];
   Logic_utils.add_logic_function li;
   Logic_utils.add_logic_function lj;
   Logic_utils.add_logic_function lk;
diff --git a/tests/syntax/struct_copy.i b/tests/syntax/struct_copy.i
index f926dc8cbdd..4d5c7e4f0ed 100644
--- a/tests/syntax/struct_copy.i
+++ b/tests/syntax/struct_copy.i
@@ -1,5 +1,5 @@
 /* run.config
-OPT: -copy -check -print
+OPT: -copy -print
 */
 struct inner {
   int a, b;
diff --git a/tests/syntax/syntactic_hook.ml b/tests/syntax/syntactic_hook.ml
index 2ac5fef6d09..c3d9f7b81e2 100644
--- a/tests/syntax/syntactic_hook.ml
+++ b/tests/syntax/syntactic_hook.ml
@@ -89,3 +89,32 @@ let warn_cond_effect orig e =
 ;;
 
 Cabs2cil.register_conditional_side_effect_hook warn_cond_effect
+
+let process_new_global =
+  let seen_vi = Cil_datatype.Varinfo.Hashtbl.create 10 in
+  fun vi exists ->
+    let source = fst vi.vdecl in
+    Kernel.feedback ~source
+      "New global node introducing identifier %s(%d)" vi.vname vi.vid;
+    if exists then begin
+      Kernel.feedback "New occurrence of existing identifier %s" vi.vname;
+      if not (Cil_datatype.Varinfo.Hashtbl.mem seen_vi vi) then
+        Kernel.fatal
+          "identifier %s is supposed to have been already seen, but it has \
+           not been processed through this hook." vi.vname;
+      let vi' = Cil_datatype.Varinfo.Hashtbl.find seen_vi vi in
+      if vi != vi' then
+        Kernel.fatal
+          "identifier %s(%d) is not shared with its previous occurrence %s(%d)"
+          vi.vname vi.vid vi'.vname vi'.vid
+    end else begin
+      Kernel.feedback "First occurrence of %s" vi.vname;
+      if Cil_datatype.Varinfo.Hashtbl.mem seen_vi vi then
+        Kernel.fatal
+          "This is supposed to be the first occurrence of %s, \
+           but it is already present in the table." vi.vname;
+      Cil_datatype.Varinfo.Hashtbl.add seen_vi vi vi
+    end
+;;
+
+Cabs2cil.register_new_global_hook process_new_global
diff --git a/tests/test_config_symblocs b/tests/test_config_symblocs
new file mode 100644
index 00000000000..026b5eac986
--- /dev/null
+++ b/tests/test_config_symblocs
@@ -0,0 +1,2 @@
+MACRO: VALUECONFIG -eva-symbolic-locations-domain
+OPT: -val @VALUECONFIG@ -journal-disable -out -input -deps
diff --git a/tests/value/bug0196.c b/tests/value/bug0196.c
index 8db7c20bfaa..acd42f7a0b6 100644
--- a/tests/value/bug0196.c
+++ b/tests/value/bug0196.c
@@ -1,5 +1,5 @@
 /*run.config*
-  STDOPT: #"-simplify-cfg" #"-check" +"-print"
+  STDOPT: #"-simplify-cfg" +"-print"
  */
 
 int fact(int n) {
diff --git a/tests/value/empty_struct2.c b/tests/value/empty_struct2.c
index ca0590f71a8..3b02ff971da 100644
--- a/tests/value/empty_struct2.c
+++ b/tests/value/empty_struct2.c
@@ -41,12 +41,12 @@ int main() {
   e1 = global_empty;
   Frama_C_show_each_global_empty(global_empty);
   Frama_C_show_each_e1(e1);
-  memcpy(&e2, &e1, sizeof(e1));
+  memcpy(&e2, &e1, sizeof(e1)); // imprecise, no builtin
   comp c1, c2;
   c1.a = 42;
   c1.b = 77;
   c1.e = e1;
-  memcpy(&c2, &c1, sizeof(c1));
+  memcpy(&c2, &c1, sizeof(c1)); // imprecise, no builtin
   Frama_C_show_each_c2(c2);
   Frama_C_show_each_c2_e(c2.e);
   comp res = f(c2, &c1);
diff --git a/tests/value/empty_union.c b/tests/value/empty_union.c
index d59cc571347..9bb8d9ddeea 100644
--- a/tests/value/empty_union.c
+++ b/tests/value/empty_union.c
@@ -77,12 +77,12 @@ int main() {
   e1 = global_empty;
   Frama_C_show_each_global_empty(global_empty);
   Frama_C_show_each_e1(e1);
-  memcpy(&e2, &e1, sizeof(e1));
+  memcpy(&e2, &e1, sizeof(e1)); // imprecise, no builtin
   comp c1, c2;
   c1.a = 42;
   c1.b = 77;
   c1.e = e1;
-  memcpy(&c2, &c1, sizeof(c1));
+  memcpy(&c2, &c1, sizeof(c1));  // imprecise, no builtin
   Frama_C_show_each_c2(c2);
   Frama_C_show_each_c2_e(c2.e);
   comp res = f(c1, &c1);
diff --git a/tests/value/enum2.c b/tests/value/enum2.c
index 9b31f8f6020..ad0b5d7e436 100644
--- a/tests/value/enum2.c
+++ b/tests/value/enum2.c
@@ -1,6 +1,6 @@
 /* run.config*
   GCC:
-  OPT: -check -cpp-gnu-like -cpp-command "gcc -C -E -I. %1 -o %2" -val @VALUECONFIG@ -deps -out -input -journal-disable
+  OPT: -cpp-gnu-like -cpp-command "gcc -C -E -I. %1 -o %2" -val @VALUECONFIG@ -deps -out -input -journal-disable
 */
 
 /* This test of enums doubles with a test of the % syntax in -cpp-command */
diff --git a/tests/value/fun_ptr.i b/tests/value/fun_ptr.i
index cff498ff8eb..1a7475e8680 100644
--- a/tests/value/fun_ptr.i
+++ b/tests/value/fun_ptr.i
@@ -1,3 +1,7 @@
+/* run.config*
+  STDOPT:
+  STDOPT: +"-machdep msvc_x86_64"
+*/
 
 
 int f(int x)
@@ -14,7 +18,7 @@ typedef int (*fptr1)(int);
 typedef int (*fptr2)(int, int);
 typedef double (*fptr3)(int);
 
-long t[2] = { (long)&f, (long)&g };
+long long t[2] = { (long long)&f, (long long)&g };
 
 int R1, R2;
 double R3;
diff --git a/tests/value/local.i b/tests/value/local.i
index 7685bd44951..e8b6ab0fa25 100644
--- a/tests/value/local.i
+++ b/tests/value/local.i
@@ -20,6 +20,13 @@ int *h(int *x)
   return x+1;
 }
 
+void i(int *x)
+{
+  int local;
+  x = &local;
+  return; // must NOT emit warning about escaping address of 'local'
+}
+
 void main(void)
 {
   int e;
@@ -27,4 +34,5 @@ void main(void)
   Z = g();
   Frama_C_dump_each();
   V = h(&e);
+  i(&e);
 }
diff --git a/tests/value/oracle/abstract_struct_1.res.oracle b/tests/value/oracle/abstract_struct_1.res.oracle
index 8f29a3b92ce..da98bb1e90e 100644
--- a/tests/value/oracle/abstract_struct_1.res.oracle
+++ b/tests/value/oracle/abstract_struct_1.res.oracle
@@ -22,7 +22,7 @@ tests/value/abstract_struct_1.c:10:[value] warning: during initialization of var
         Called from tests/value/abstract_struct_1.c:13.
 tests/value/abstract_struct_1.c:13:[kernel] warning: No code nor implicit assigns clause for function calloc, generating default assigns from the prototype
 [value] using specification for function calloc
-share/libc/stdlib.h:146:[value] function calloc: precondition got status valid.
+share/libc/stdlib.h:159:[value] function calloc: precondition got status valid.
 [value] Done for function calloc
 [value] Recording results for main
 [value] done for function main
diff --git a/tests/value/oracle/empty_struct2.res.oracle b/tests/value/oracle/empty_struct2.res.oracle
index e78a67ac6c3..94d86df34e8 100644
--- a/tests/value/oracle/empty_struct2.res.oracle
+++ b/tests/value/oracle/empty_struct2.res.oracle
@@ -6,8 +6,8 @@
 [value:initial-state] Values of globals at initialization
   nondet ∈ [--..--]
 tests/value/empty_struct2.c:40:[value] assertion got status valid.
-[value] Called Frama_C_show_each_global_empty({{  }})
-[value] Called Frama_C_show_each_e1({{  }})
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
 [value] computing for function memcpy <- main.
         Called from tests/value/empty_struct2.c:44.
 [value] using specification for function memcpy
@@ -21,7 +21,7 @@ tests/value/empty_struct2.c:44:[value] cannot evaluate ACSL term, unsupported AC
 tests/value/empty_struct2.c:49:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
 [value] Done for function memcpy
 [value] Called Frama_C_show_each_c2([--..--])
-[value] Called Frama_C_show_each_c2_e({{  }})
+[value] Called Frama_C_show_each_c2_e(∅)
 [value] computing for function f <- main.
         Called from tests/value/empty_struct2.c:52.
 tests/value/empty_struct2.c:27:[value] warning: accessing uninitialized left-value. assert \initialized(&s.b);
diff --git a/tests/value/oracle/empty_union.res.oracle b/tests/value/oracle/empty_union.res.oracle
index 1a6bbfe07f3..051dc272108 100644
--- a/tests/value/oracle/empty_union.res.oracle
+++ b/tests/value/oracle/empty_union.res.oracle
@@ -14,8 +14,8 @@ tests/value/empty_union.c:59:[kernel] imprecise size for variable f1 (Size of ar
     .data[1..2] ∈ {0}
 tests/value/empty_union.c:75:[value] assertion got status valid.
 tests/value/empty_union.c:76:[value] assertion got status valid.
-[value] Called Frama_C_show_each_global_empty({{  }})
-[value] Called Frama_C_show_each_e1({{  }})
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
 [value] computing for function memcpy <- main.
         Called from tests/value/empty_union.c:80.
 [value] using specification for function memcpy
@@ -29,7 +29,7 @@ tests/value/empty_union.c:80:[value] cannot evaluate ACSL term, unsupported ACSL
 tests/value/empty_union.c:85:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
 [value] Done for function memcpy
 [value] Called Frama_C_show_each_c2([--..--])
-[value] Called Frama_C_show_each_c2_e({{  }})
+[value] Called Frama_C_show_each_c2_e(∅)
 [value] computing for function f <- main.
         Called from tests/value/empty_union.c:88.
 [value] Recording results for f
diff --git a/tests/value/oracle/fun_ptr.0.err.oracle b/tests/value/oracle/fun_ptr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle/fun_ptr.0.res.oracle b/tests/value/oracle/fun_ptr.0.res.oracle
new file mode 100644
index 00000000000..a64d4f525b9
--- /dev/null
+++ b/tests/value/oracle/fun_ptr.0.res.oracle
@@ -0,0 +1,198 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/fun_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {{ (long long)&f }}
+   [1] ∈ {{ (long long)&g }}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function test1 <- main.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int ))t[nd]);
+[value] computing for function f <- test1 <- main.
+        Called from tests/value/fun_ptr.i:28.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test1
+[value] Done for function test1
+[value] computing for function test2 <- main.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int , int ))t[nd]);
+[value] computing for function g <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function f <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test2
+[value] Done for function test2
+[value] computing for function test3 <- main.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((double (*)(int ))t[nd]);
+[value] Recording results for test3
+[value] Done for function test3
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
+[value] computing for function h <- main.
+        Called from tests/value/fun_ptr.i:87.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function test_benign <- main.
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function benign <- test_benign <- main.
+        Called from tests/value/fun_ptr.i:56.
+[value] Recording results for benign
+[value] Done for function benign
+[value] Recording results for test_benign
+[value] Done for function test_benign
+[value] computing for function test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function too_much <- test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:70.
+[value] Recording results for too_much
+[value] Done for function too_much
+tests/value/fun_ptr.i:73:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] Recording results for test_too_much_benign
+[value] Done for function test_too_much_benign
+[value] Recording results for main
+[value] done for function main
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function benign:
+  q ∈ {{ &x }}
+  k ∈ {-2147483648}
+  x ∈ {-2147483648}
+[value:final-states] Values at end of function f:
+  __retres ∈ {4}
+[value:final-states] Values at end of function g:
+  __retres ∈ {7}
+[value:final-states] Values at end of function h:
+  __retres ∈ {3.}
+[value:final-states] Values at end of function test1:
+  R1 ∈ {4}
+[value:final-states] Values at end of function test2:
+  R2 ∈ {4; 7}
+[value:final-states] Values at end of function test3:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function test_benign:
+  x ∈ {-2147483648}
+  p ∈ {{ (void (*)(long , short *))&benign }}
+[value:final-states] Values at end of function too_much:
+  j ∈ {1}
+[value:final-states] Values at end of function test_too_much_benign:
+  p ∈ {{ (void (*)(int , int ))&too_much }}
+[value:final-states] Values at end of function main:
+  R1 ∈ {4}
+  R2 ∈ {4; 7}
+  R3 ∈ {0}
+  ph ∈ {{ &h }}
+  __retres ∈ {0}
+[from] Computing for function benign
+[from] Done for function benign
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function test1
+[from] Done for function test1
+[from] Computing for function test2
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test2
+[from] Computing for function test3
+[from] Non-terminating function test3 (no dependencies)
+[from] Done for function test3
+[from] Computing for function test_benign
+[from] Done for function test_benign
+[from] Computing for function too_much
+[from] Done for function too_much
+[from] Computing for function test_too_much_benign
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test_too_much_benign
+[from] Computing for function main
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function benign:
+  x FROM j; p
+[from] Function f:
+  \result FROM x
+[from] Function g:
+  \result FROM x; y
+[from] Function h:
+  \result FROM a; b
+[from] Function test1:
+  R1 FROM t[0..1]; nd
+[from] Function test2:
+  R2 FROM t[0..1]; nd
+[from] Function test3:
+  NON TERMINATING - NO EFFECTS
+[from] Function test_benign:
+  NO EFFECTS
+[from] Function too_much:
+  NO EFFECTS
+[from] Function test_too_much_benign:
+  NO EFFECTS
+[from] Function main:
+  R1 FROM t[0..1]; v
+  R2 FROM t[0..1]; v
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function benign:
+          q; k; x
+[inout] Inputs for function benign:
+          \nothing
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function test1:
+          R1
+[inout] Inputs for function test1:
+          t[0..1]
+[inout] Out (internal) for function test2:
+          R2
+[inout] Inputs for function test2:
+          t[0..1]
+[inout] Out (internal) for function test3:
+          R3
+[inout] Inputs for function test3:
+          t[0..1]
+[inout] Out (internal) for function test_benign:
+          x; p
+[inout] Inputs for function test_benign:
+          \nothing
+[inout] Out (internal) for function too_much:
+          j
+[inout] Inputs for function too_much:
+          \nothing
+[inout] Out (internal) for function test_too_much_benign:
+          p
+[inout] Inputs for function test_too_much_benign:
+          v
+[inout] Out (internal) for function main:
+          R1; R2; R3; ph; __retres
+[inout] Inputs for function main:
+          t[0..1]; v
diff --git a/tests/value/oracle/fun_ptr.1.err.oracle b/tests/value/oracle/fun_ptr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle/fun_ptr.res.oracle b/tests/value/oracle/fun_ptr.1.res.oracle
similarity index 81%
rename from tests/value/oracle/fun_ptr.res.oracle
rename to tests/value/oracle/fun_ptr.1.res.oracle
index 974a7465042..b818469156c 100644
--- a/tests/value/oracle/fun_ptr.res.oracle
+++ b/tests/value/oracle/fun_ptr.1.res.oracle
@@ -4,71 +4,71 @@
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
-  t[0] ∈ {{ (long)&f }}
-   [1] ∈ {{ (long)&g }}
+  t[0] ∈ {{ (__int64)&f }}
+   [1] ∈ {{ (__int64)&g }}
   R1 ∈ {0}
   R2 ∈ {0}
   R3 ∈ {0}
   v ∈ [--..--]
 [value] computing for function test1 <- main.
-        Called from tests/value/fun_ptr.i:74.
-tests/value/fun_ptr.i:24:[value] warning: pointer to function with incompatible type.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: pointer to function with incompatible type.
                  assert \valid_function((int (*)(int ))t[nd]);
 [value] computing for function f <- test1 <- main.
-        Called from tests/value/fun_ptr.i:24.
+        Called from tests/value/fun_ptr.i:28.
 [value] Recording results for f
 [value] Done for function f
 [value] Recording results for test1
 [value] Done for function test1
 [value] computing for function test2 <- main.
-        Called from tests/value/fun_ptr.i:75.
-tests/value/fun_ptr.i:29:[value] warning: pointer to function with incompatible type.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: pointer to function with incompatible type.
                  assert \valid_function((int (*)(int , int ))t[nd]);
 [value] computing for function g <- test2 <- main.
-        Called from tests/value/fun_ptr.i:29.
+        Called from tests/value/fun_ptr.i:33.
 [value] Recording results for g
 [value] Done for function g
 [value] computing for function f <- test2 <- main.
-        Called from tests/value/fun_ptr.i:29.
+        Called from tests/value/fun_ptr.i:33.
 [value] Recording results for f
 [value] Done for function f
 [value] Recording results for test2
 [value] Done for function test2
 [value] computing for function test3 <- main.
-        Called from tests/value/fun_ptr.i:76.
-tests/value/fun_ptr.i:34:[value] warning: pointer to function with incompatible type.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: pointer to function with incompatible type.
                  assert \valid_function((double (*)(int ))t[nd]);
 [value] Recording results for test3
 [value] Done for function test3
-tests/value/fun_ptr.i:79:[value] warning: Function type must match type at call site: assert(function type matches)
-tests/value/fun_ptr.i:81:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
 [value] computing for function h <- main.
-        Called from tests/value/fun_ptr.i:83.
+        Called from tests/value/fun_ptr.i:87.
 [value] Recording results for h
 [value] Done for function h
 [value] computing for function test_benign <- main.
-        Called from tests/value/fun_ptr.i:85.
-tests/value/fun_ptr.i:52:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
 [value] computing for function benign <- test_benign <- main.
-        Called from tests/value/fun_ptr.i:52.
+        Called from tests/value/fun_ptr.i:56.
 [value] Recording results for benign
 [value] Done for function benign
 [value] Recording results for test_benign
 [value] Done for function test_benign
 [value] computing for function test_too_much_benign <- main.
-        Called from tests/value/fun_ptr.i:86.
-tests/value/fun_ptr.i:66:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
 [value] computing for function too_much <- test_too_much_benign <- main.
-        Called from tests/value/fun_ptr.i:66.
+        Called from tests/value/fun_ptr.i:70.
 [value] Recording results for too_much
 [value] Done for function too_much
-tests/value/fun_ptr.i:69:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+tests/value/fun_ptr.i:73:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
 [value] Recording results for test_too_much_benign
 [value] Done for function test_too_much_benign
 [value] Recording results for main
 [value] done for function main
-tests/value/fun_ptr.i:34:[value] assertion 'Value,function_pointer' got final status invalid.
-tests/value/fun_ptr.i:69:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function benign:
   q ∈ {{ &x }}
@@ -110,7 +110,7 @@ tests/value/fun_ptr.i:69:[value] assertion 'Value,function_pointer' got final st
 [from] Computing for function test1
 [from] Done for function test1
 [from] Computing for function test2
-tests/value/fun_ptr.i:29:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Done for function test2
 [from] Computing for function test3
 [from] Non-terminating function test3 (no dependencies)
@@ -120,10 +120,10 @@ tests/value/fun_ptr.i:29:[from] warning: variadic call detected. Using only 1 ar
 [from] Computing for function too_much
 [from] Done for function too_much
 [from] Computing for function test_too_much_benign
-tests/value/fun_ptr.i:66:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Done for function test_too_much_benign
 [from] Computing for function main
-tests/value/fun_ptr.i:81:[from] warning: variadic call detected. Using only 0 argument(s).
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
 [from] Done for function main
 [from] ====== DEPENDENCIES COMPUTED ======
        These dependencies hold at termination for the executions that terminate:
diff --git a/tests/value/oracle/local.res.oracle b/tests/value/oracle/local.res.oracle
index f66f9d39d6b..a9c42496641 100644
--- a/tests/value/oracle/local.res.oracle
+++ b/tests/value/oracle/local.res.oracle
@@ -11,13 +11,13 @@
   U ∈ {0}
   V ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/value/local.i:26.
+        Called from tests/value/local.i:33.
 tests/value/local.i:7:[value] warning: locals {b} escaping the scope of f through \result
 tests/value/local.i:7:[value] warning: locals {a} escaping the scope of f through X
 [value] Recording results for f
 [value] Done for function f
 [value] computing for function g <- main.
-        Called from tests/value/local.i:27.
+        Called from tests/value/local.i:34.
 [value] computing for function f <- g <- main.
         Called from tests/value/local.i:13.
 [value] Recording results for f
@@ -26,7 +26,7 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
 tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g through U
 [value] Recording results for g
 [value] Done for function g
-[value] DUMPING STATE of file tests/value/local.i line 28
+[value] DUMPING STATE of file tests/value/local.i line 35
         X ∈ ESCAPINGADDR
         Y ∈ ESCAPINGADDR
         Z ∈ ESCAPINGADDR
@@ -36,9 +36,13 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
         e ∈ UNINITIALIZED
         =END OF DUMP==
 [value] computing for function h <- main.
-        Called from tests/value/local.i:29.
+        Called from tests/value/local.i:36.
 [value] Recording results for h
 [value] Done for function h
+[value] computing for function i <- main.
+        Called from tests/value/local.i:37.
+[value] Recording results for i
+[value] Done for function i
 [value] Recording results for main
 [value] done for function main
 [value] ====== VALUES COMPUTED ======
@@ -52,6 +56,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
   d ∈ [--..--]
 [value:final-states] Values at end of function h:
   __retres ∈ {{ &e + {4} }}
+[value:final-states] Values at end of function i:
+  x ∈ {{ &local }}
 [value:final-states] Values at end of function main:
   X ∈ ESCAPINGADDR
   Y ∈ ESCAPINGADDR
@@ -65,6 +71,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
 [from] Done for function g
 [from] Computing for function h
 [from] Done for function h
+[from] Computing for function i
+[from] Done for function i
 [from] Computing for function main
 [from] Computing for function Frama_C_dump_each <-main
 [from] Done for function Frama_C_dump_each
@@ -81,6 +89,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
   \result FROM \nothing
 [from] Function h:
   \result FROM x
+[from] Function i:
+  NO EFFECTS
 [from] Function main:
   X FROM \nothing
   Y FROM \nothing
@@ -101,6 +111,10 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
           __retres
 [inout] Inputs for function h:
           \nothing
+[inout] Out (internal) for function i:
+          x
+[inout] Inputs for function i:
+          \nothing
 [inout] Out (internal) for function main:
           X; Y; Z; T; U; V
 [inout] Inputs for function main:
diff --git a/tests/value/oracle/paths.res.oracle b/tests/value/oracle/paths.res.oracle
deleted file mode 100644
index bfa3c9ab0d3..00000000000
--- a/tests/value/oracle/paths.res.oracle
+++ /dev/null
@@ -1,106 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/value/paths.i (no preprocessing)
-[value] Analyzing a complete application starting at main
-[value] Computing initial state
-[value] Initial state computed
-[value:initial-state] Values of globals at initialization
-  a ∈ {0}
-  b ∈ {0}
-  c ∈ {0}
-  d ∈ {0}
-  e ∈ {0}
-  i ∈ {0}
-  d1 ∈ {0}
-  d2 ∈ {0}
-  d3 ∈ {0}
-  d4 ∈ {0}
-  X1 ∈ {0}
-  X2 ∈ {0}
-  X3 ∈ {0}
-  X4 ∈ {0}
-  X5 ∈ {0}
-  X ∈ {0}
-  t[0] ∈ {{ &f1 }}
-   [1] ∈ {{ &f2 }}
-   [2] ∈ {{ &f3 }}
-[value] computing for function unknownfun <- main.
-        Called from tests/value/paths.i:38.
-[value] using specification for function unknownfun
-[value] Done for function unknownfun
-tests/value/paths.i:41:[value] warning: signed overflow. assert r+1 ≤ 2147483647;
-tests/value/paths.i:44:[value] warning: accessing out of bounds index. assert 0 ≤ w;
-tests/value/paths.i:44:[value] warning: accessing out of bounds index. assert w < 3;
-[value] computing for function f3 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f3
-[value] Done for function f3
-[value] computing for function f2 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f2
-[value] Done for function f2
-[value] computing for function f1 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f1
-[value] Done for function f1
-[value] computing for function f <- main.
-        Called from tests/value/paths.i:48.
-[value] Recording results for f
-[value] Done for function f
-[value] Recording results for main
-[value] done for function main
-[from] Computing for function f
-[from] Now calling From callbacks
-Computing path dependencies for function f
-Path dependencies of f: fy
-[from] Done for function f
-[from] Computing for function f1
-[from] Now calling From callbacks
-Computing path dependencies for function f1
-Path dependencies of f1: d1
-[from] Done for function f1
-[from] Computing for function f2
-[from] Now calling From callbacks
-Computing path dependencies for function f2
-Path dependencies of f2: \nothing
-[from] Done for function f2
-[from] Computing for function f3
-[from] Now calling From callbacks
-Computing path dependencies for function f3
-Path dependencies of f3: \nothing
-[from] Done for function f3
-[from] Computing for function main
-[from] Computing for function unknownfun <-main
-[from] Done for function unknownfun
-[from] Now calling From callbacks
-Computing path dependencies for function main
-Assuming library function unknownfun has no path dependencies
-Path dependencies of main: b; X1; X2; X3; X4; t[0..2]; s; u; v; w; x; 
-y; z;
-ww
-[from] Done for function main
-[from] ====== DEPENDENCIES COMPUTED ======
-       These dependencies hold at termination for the executions that terminate:
-[from] Function f:
-  i FROM i; fy (and SELF)
-  d2 FROM fx
-  \result FROM d3
-[from] Function f1:
-  X FROM d1; X1; X4
-[from] Function f2:
-  X FROM X2
-[from] Function f3:
-  X FROM X3
-[from] Function unknownfun:
-  \result FROM x
-[from] Function main:
-  a FROM b; v (and SELF)
-  c FROM a; b; u
-  d FROM b; v
-  i FROM i; s; y; z; ww (and SELF)
-  d1 FROM x
-  d2 FROM y
-  d3 FROM z
-  d4 FROM ww
-  X FROM X1; X2; X3; X4; t[0..2]; w; x
-  \result FROM \nothing
-[from] ====== END OF DEPENDENCIES ======
diff --git a/tests/value/oracle/struct3.res.oracle b/tests/value/oracle/struct3.res.oracle
index 2fc6b4def4f..67c893770a5 100644
--- a/tests/value/oracle/struct3.res.oracle
+++ b/tests/value/oracle/struct3.res.oracle
@@ -13,17 +13,18 @@
   tab_s4[0..1] ∈ {0}
   s1 ∈ {0}
   s2 ∈ {0}
-  s4 ∈ {0}
-  s5 ∈ {0}
-  s6 ∈ {0}
   s8 ∈ {0}
   s7 ∈ {0}
   v ∈ [--..--]
-tests/value/struct3.i:38:[value] warning: accessing out of bounds index. assert 10 < 10;
-tests/value/struct3.i:38:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct3.i:42:[value] warning: accessing out of bounds index. assert 10 < 10;
+tests/value/struct3.i:42:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct3.i:46:[value] Assigning imprecise value to s2.a.
+        The imprecision originates from Arithmetic {tests/value/struct3.i:46}
 [value] Recording results for main
 [value] done for function main
-tests/value/struct3.i:38:[value] assertion 'Value,index_bound' got final status invalid.
+[value] warning: Garbled mix generated during analysis:
+                 {{ garbled mix of &{s1} (origin: Arithmetic {tests/value/struct3.i:46}) }}
+tests/value/struct3.i:42:[value] assertion 'Value,index_bound' got final status invalid.
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function main:
   s1.a ∈ {2}
@@ -34,14 +35,25 @@ tests/value/struct3.i:38:[value] assertion 'Value,index_bound' got final status
     .b.a ∈ {3}
     {.b.b; .e[0..9]} ∈ {0}
     .c ∈ {{ &s1 }}
+  s2.a ∈
+    {{ garbled mix of &{s1}
+     (origin: Arithmetic {tests/value/struct3.i:46}) }}
+    .d[0] ∈ {1}
+    .d[1..2] ∈ {2}
+    .d[3..7] ∈ {0}
+    .d[8..9] ∈ {2}
+    .b.a ∈ {3}
+    {.b.b; .e[0..9]} ∈ {0}
+    .c ∈ {{ &s1 }}
 [from] Computing for function main
 [from] Done for function main
 [from] ====== DEPENDENCIES COMPUTED ======
        These dependencies hold at termination for the executions that terminate:
 [from] Function main:
   s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c} FROM \nothing
+  s2 FROM s1{.d[3..7]; {.b.b; .e[0..9]}}
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c}
+          s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c}; s2
 [inout] Inputs for function main:
-          v
+          s1; s2.c; v
diff --git a/tests/value/oracle/symbolic_locs.err.oracle b/tests/value/oracle/symbolic_locs.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle/symbolic_locs.res.oracle b/tests/value/oracle/symbolic_locs.res.oracle
new file mode 100644
index 00000000000..3cc3e452097
--- /dev/null
+++ b/tests/value/oracle/symbolic_locs.res.oracle
@@ -0,0 +1,178 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/symbolic_locs.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  t[0..9] ∈ {0}
+  u[0..9] ∈ [--..--]
+[value] computing for function main2_kill_direct <- main.
+        Called from tests/value/symbolic_locs.i:72.
+tests/value/symbolic_locs.i:29:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 32
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 34
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {1}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] Recording results for main2_kill_direct
+[value] Done for function main2_kill_direct
+[value] computing for function main3_kill_indirect <- main.
+        Called from tests/value/symbolic_locs.i:73.
+tests/value/symbolic_locs.i:41:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 44
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 46
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ {8}
+        =END OF DUMP==
+[value] Recording results for main3_kill_indirect
+[value] Done for function main3_kill_indirect
+[value] computing for function main4_scope_right <- main.
+        Called from tests/value/symbolic_locs.i:74.
+tests/value/symbolic_locs.i:51:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 55
+        v ∈ [--..--]
+        t[0..1] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [2] ∈ {{ NULL + {0; 1; 4} ; (int)&x }}
+         [3..8] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        x ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/symbolic_locs.i:55:[value] warning: locals {x} escaping the scope of a block of main4_scope_right through t
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 57
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4} or ESCAPINGADDR
+         [2] ∈ {0; 1; 4} or ESCAPINGADDR
+         [3..8] ∈ {0; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] Recording results for main4_scope_right
+[value] Done for function main4_scope_right
+[value] computing for function main5_scope_lv <- main.
+        Called from tests/value/symbolic_locs.i:75.
+tests/value/symbolic_locs.i:63:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 65
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 67
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        =END OF DUMP==
+[value] Recording results for main5_scope_lv
+[value] Done for function main5_scope_lv
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 76
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2_kill_direct:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {1}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main3_kill_indirect:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {0; 1; 4}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ {8}
+[value:final-states] Values at end of function main4_scope_right:
+  t[0..1] ∈ {0; 4} or ESCAPINGADDR
+   [2] ∈ {0; 1; 4} or ESCAPINGADDR
+   [3..8] ∈ {0; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main5_scope_lv:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  z ∈ {1}
+[value:final-states] Values at end of function main:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+[from] Computing for function main2_kill_direct
+[from] Computing for function Frama_C_dump_each <-main2_kill_direct
+[from] Done for function Frama_C_dump_each
+[from] Done for function main2_kill_direct
+[from] Computing for function main3_kill_indirect
+[from] Done for function main3_kill_indirect
+[from] Computing for function main4_scope_right
+[from] Done for function main4_scope_right
+[from] Computing for function main5_scope_lv
+[from] Done for function main5_scope_lv
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2_kill_direct:
+  t{[0..1]; [3..8]} FROM v (and SELF)
+   [2] FROM \nothing
+[from] Function main3_kill_indirect:
+  t[0..8] FROM v (and SELF)
+[from] Function main4_scope_right:
+  t[0..8] FROM v (and SELF)
+[from] Function main5_scope_lv:
+  t[0..8] FROM v (and SELF)
+[from] Function main:
+  t[0..8] FROM v (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2_kill_direct:
+          t[0..8]; i
+[inout] Inputs for function main2_kill_direct:
+          v
+[inout] Out (internal) for function main3_kill_indirect:
+          t[0..8]; i
+[inout] Inputs for function main3_kill_indirect:
+          v
+[inout] Out (internal) for function main4_scope_right:
+          t[0..8]; i
+[inout] Inputs for function main4_scope_right:
+          v
+[inout] Out (internal) for function main5_scope_lv:
+          t[0..8]; z; i
+[inout] Inputs for function main5_scope_lv:
+          v
+[inout] Out (internal) for function main:
+          t[0..8]
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_apron/abstract_struct_1.res.oracle b/tests/value/oracle_apron/abstract_struct_1.res.oracle
index 8f29a3b92ce..da98bb1e90e 100644
--- a/tests/value/oracle_apron/abstract_struct_1.res.oracle
+++ b/tests/value/oracle_apron/abstract_struct_1.res.oracle
@@ -22,7 +22,7 @@ tests/value/abstract_struct_1.c:10:[value] warning: during initialization of var
         Called from tests/value/abstract_struct_1.c:13.
 tests/value/abstract_struct_1.c:13:[kernel] warning: No code nor implicit assigns clause for function calloc, generating default assigns from the prototype
 [value] using specification for function calloc
-share/libc/stdlib.h:146:[value] function calloc: precondition got status valid.
+share/libc/stdlib.h:159:[value] function calloc: precondition got status valid.
 [value] Done for function calloc
 [value] Recording results for main
 [value] done for function main
diff --git a/tests/value/oracle_apron/empty_struct2.res.oracle b/tests/value/oracle_apron/empty_struct2.res.oracle
index e78a67ac6c3..94d86df34e8 100644
--- a/tests/value/oracle_apron/empty_struct2.res.oracle
+++ b/tests/value/oracle_apron/empty_struct2.res.oracle
@@ -6,8 +6,8 @@
 [value:initial-state] Values of globals at initialization
   nondet ∈ [--..--]
 tests/value/empty_struct2.c:40:[value] assertion got status valid.
-[value] Called Frama_C_show_each_global_empty({{  }})
-[value] Called Frama_C_show_each_e1({{  }})
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
 [value] computing for function memcpy <- main.
         Called from tests/value/empty_struct2.c:44.
 [value] using specification for function memcpy
@@ -21,7 +21,7 @@ tests/value/empty_struct2.c:44:[value] cannot evaluate ACSL term, unsupported AC
 tests/value/empty_struct2.c:49:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
 [value] Done for function memcpy
 [value] Called Frama_C_show_each_c2([--..--])
-[value] Called Frama_C_show_each_c2_e({{  }})
+[value] Called Frama_C_show_each_c2_e(∅)
 [value] computing for function f <- main.
         Called from tests/value/empty_struct2.c:52.
 tests/value/empty_struct2.c:27:[value] warning: accessing uninitialized left-value. assert \initialized(&s.b);
diff --git a/tests/value/oracle_apron/empty_union.res.oracle b/tests/value/oracle_apron/empty_union.res.oracle
index 1a6bbfe07f3..051dc272108 100644
--- a/tests/value/oracle_apron/empty_union.res.oracle
+++ b/tests/value/oracle_apron/empty_union.res.oracle
@@ -14,8 +14,8 @@ tests/value/empty_union.c:59:[kernel] imprecise size for variable f1 (Size of ar
     .data[1..2] ∈ {0}
 tests/value/empty_union.c:75:[value] assertion got status valid.
 tests/value/empty_union.c:76:[value] assertion got status valid.
-[value] Called Frama_C_show_each_global_empty({{  }})
-[value] Called Frama_C_show_each_e1({{  }})
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
 [value] computing for function memcpy <- main.
         Called from tests/value/empty_union.c:80.
 [value] using specification for function memcpy
@@ -29,7 +29,7 @@ tests/value/empty_union.c:80:[value] cannot evaluate ACSL term, unsupported ACSL
 tests/value/empty_union.c:85:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
 [value] Done for function memcpy
 [value] Called Frama_C_show_each_c2([--..--])
-[value] Called Frama_C_show_each_c2_e({{  }})
+[value] Called Frama_C_show_each_c2_e(∅)
 [value] computing for function f <- main.
         Called from tests/value/empty_union.c:88.
 [value] Recording results for f
diff --git a/tests/value/oracle_apron/fun_ptr.0.err.oracle b/tests/value/oracle_apron/fun_ptr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_apron/fun_ptr.0.res.oracle b/tests/value/oracle_apron/fun_ptr.0.res.oracle
new file mode 100644
index 00000000000..a64d4f525b9
--- /dev/null
+++ b/tests/value/oracle_apron/fun_ptr.0.res.oracle
@@ -0,0 +1,198 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/fun_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {{ (long long)&f }}
+   [1] ∈ {{ (long long)&g }}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function test1 <- main.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int ))t[nd]);
+[value] computing for function f <- test1 <- main.
+        Called from tests/value/fun_ptr.i:28.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test1
+[value] Done for function test1
+[value] computing for function test2 <- main.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int , int ))t[nd]);
+[value] computing for function g <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function f <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test2
+[value] Done for function test2
+[value] computing for function test3 <- main.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((double (*)(int ))t[nd]);
+[value] Recording results for test3
+[value] Done for function test3
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
+[value] computing for function h <- main.
+        Called from tests/value/fun_ptr.i:87.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function test_benign <- main.
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function benign <- test_benign <- main.
+        Called from tests/value/fun_ptr.i:56.
+[value] Recording results for benign
+[value] Done for function benign
+[value] Recording results for test_benign
+[value] Done for function test_benign
+[value] computing for function test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function too_much <- test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:70.
+[value] Recording results for too_much
+[value] Done for function too_much
+tests/value/fun_ptr.i:73:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] Recording results for test_too_much_benign
+[value] Done for function test_too_much_benign
+[value] Recording results for main
+[value] done for function main
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function benign:
+  q ∈ {{ &x }}
+  k ∈ {-2147483648}
+  x ∈ {-2147483648}
+[value:final-states] Values at end of function f:
+  __retres ∈ {4}
+[value:final-states] Values at end of function g:
+  __retres ∈ {7}
+[value:final-states] Values at end of function h:
+  __retres ∈ {3.}
+[value:final-states] Values at end of function test1:
+  R1 ∈ {4}
+[value:final-states] Values at end of function test2:
+  R2 ∈ {4; 7}
+[value:final-states] Values at end of function test3:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function test_benign:
+  x ∈ {-2147483648}
+  p ∈ {{ (void (*)(long , short *))&benign }}
+[value:final-states] Values at end of function too_much:
+  j ∈ {1}
+[value:final-states] Values at end of function test_too_much_benign:
+  p ∈ {{ (void (*)(int , int ))&too_much }}
+[value:final-states] Values at end of function main:
+  R1 ∈ {4}
+  R2 ∈ {4; 7}
+  R3 ∈ {0}
+  ph ∈ {{ &h }}
+  __retres ∈ {0}
+[from] Computing for function benign
+[from] Done for function benign
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function test1
+[from] Done for function test1
+[from] Computing for function test2
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test2
+[from] Computing for function test3
+[from] Non-terminating function test3 (no dependencies)
+[from] Done for function test3
+[from] Computing for function test_benign
+[from] Done for function test_benign
+[from] Computing for function too_much
+[from] Done for function too_much
+[from] Computing for function test_too_much_benign
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test_too_much_benign
+[from] Computing for function main
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function benign:
+  x FROM j; p
+[from] Function f:
+  \result FROM x
+[from] Function g:
+  \result FROM x; y
+[from] Function h:
+  \result FROM a; b
+[from] Function test1:
+  R1 FROM t[0..1]; nd
+[from] Function test2:
+  R2 FROM t[0..1]; nd
+[from] Function test3:
+  NON TERMINATING - NO EFFECTS
+[from] Function test_benign:
+  NO EFFECTS
+[from] Function too_much:
+  NO EFFECTS
+[from] Function test_too_much_benign:
+  NO EFFECTS
+[from] Function main:
+  R1 FROM t[0..1]; v
+  R2 FROM t[0..1]; v
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function benign:
+          q; k; x
+[inout] Inputs for function benign:
+          \nothing
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function test1:
+          R1
+[inout] Inputs for function test1:
+          t[0..1]
+[inout] Out (internal) for function test2:
+          R2
+[inout] Inputs for function test2:
+          t[0..1]
+[inout] Out (internal) for function test3:
+          R3
+[inout] Inputs for function test3:
+          t[0..1]
+[inout] Out (internal) for function test_benign:
+          x; p
+[inout] Inputs for function test_benign:
+          \nothing
+[inout] Out (internal) for function too_much:
+          j
+[inout] Inputs for function too_much:
+          \nothing
+[inout] Out (internal) for function test_too_much_benign:
+          p
+[inout] Inputs for function test_too_much_benign:
+          v
+[inout] Out (internal) for function main:
+          R1; R2; R3; ph; __retres
+[inout] Inputs for function main:
+          t[0..1]; v
diff --git a/tests/value/oracle_apron/fun_ptr.1.err.oracle b/tests/value/oracle_apron/fun_ptr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_apron/fun_ptr.res.oracle b/tests/value/oracle_apron/fun_ptr.1.res.oracle
similarity index 81%
rename from tests/value/oracle_apron/fun_ptr.res.oracle
rename to tests/value/oracle_apron/fun_ptr.1.res.oracle
index 974a7465042..b818469156c 100644
--- a/tests/value/oracle_apron/fun_ptr.res.oracle
+++ b/tests/value/oracle_apron/fun_ptr.1.res.oracle
@@ -4,71 +4,71 @@
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
-  t[0] ∈ {{ (long)&f }}
-   [1] ∈ {{ (long)&g }}
+  t[0] ∈ {{ (__int64)&f }}
+   [1] ∈ {{ (__int64)&g }}
   R1 ∈ {0}
   R2 ∈ {0}
   R3 ∈ {0}
   v ∈ [--..--]
 [value] computing for function test1 <- main.
-        Called from tests/value/fun_ptr.i:74.
-tests/value/fun_ptr.i:24:[value] warning: pointer to function with incompatible type.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: pointer to function with incompatible type.
                  assert \valid_function((int (*)(int ))t[nd]);
 [value] computing for function f <- test1 <- main.
-        Called from tests/value/fun_ptr.i:24.
+        Called from tests/value/fun_ptr.i:28.
 [value] Recording results for f
 [value] Done for function f
 [value] Recording results for test1
 [value] Done for function test1
 [value] computing for function test2 <- main.
-        Called from tests/value/fun_ptr.i:75.
-tests/value/fun_ptr.i:29:[value] warning: pointer to function with incompatible type.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: pointer to function with incompatible type.
                  assert \valid_function((int (*)(int , int ))t[nd]);
 [value] computing for function g <- test2 <- main.
-        Called from tests/value/fun_ptr.i:29.
+        Called from tests/value/fun_ptr.i:33.
 [value] Recording results for g
 [value] Done for function g
 [value] computing for function f <- test2 <- main.
-        Called from tests/value/fun_ptr.i:29.
+        Called from tests/value/fun_ptr.i:33.
 [value] Recording results for f
 [value] Done for function f
 [value] Recording results for test2
 [value] Done for function test2
 [value] computing for function test3 <- main.
-        Called from tests/value/fun_ptr.i:76.
-tests/value/fun_ptr.i:34:[value] warning: pointer to function with incompatible type.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: pointer to function with incompatible type.
                  assert \valid_function((double (*)(int ))t[nd]);
 [value] Recording results for test3
 [value] Done for function test3
-tests/value/fun_ptr.i:79:[value] warning: Function type must match type at call site: assert(function type matches)
-tests/value/fun_ptr.i:81:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
 [value] computing for function h <- main.
-        Called from tests/value/fun_ptr.i:83.
+        Called from tests/value/fun_ptr.i:87.
 [value] Recording results for h
 [value] Done for function h
 [value] computing for function test_benign <- main.
-        Called from tests/value/fun_ptr.i:85.
-tests/value/fun_ptr.i:52:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
 [value] computing for function benign <- test_benign <- main.
-        Called from tests/value/fun_ptr.i:52.
+        Called from tests/value/fun_ptr.i:56.
 [value] Recording results for benign
 [value] Done for function benign
 [value] Recording results for test_benign
 [value] Done for function test_benign
 [value] computing for function test_too_much_benign <- main.
-        Called from tests/value/fun_ptr.i:86.
-tests/value/fun_ptr.i:66:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
 [value] computing for function too_much <- test_too_much_benign <- main.
-        Called from tests/value/fun_ptr.i:66.
+        Called from tests/value/fun_ptr.i:70.
 [value] Recording results for too_much
 [value] Done for function too_much
-tests/value/fun_ptr.i:69:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+tests/value/fun_ptr.i:73:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
 [value] Recording results for test_too_much_benign
 [value] Done for function test_too_much_benign
 [value] Recording results for main
 [value] done for function main
-tests/value/fun_ptr.i:34:[value] assertion 'Value,function_pointer' got final status invalid.
-tests/value/fun_ptr.i:69:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function benign:
   q ∈ {{ &x }}
@@ -110,7 +110,7 @@ tests/value/fun_ptr.i:69:[value] assertion 'Value,function_pointer' got final st
 [from] Computing for function test1
 [from] Done for function test1
 [from] Computing for function test2
-tests/value/fun_ptr.i:29:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Done for function test2
 [from] Computing for function test3
 [from] Non-terminating function test3 (no dependencies)
@@ -120,10 +120,10 @@ tests/value/fun_ptr.i:29:[from] warning: variadic call detected. Using only 1 ar
 [from] Computing for function too_much
 [from] Done for function too_much
 [from] Computing for function test_too_much_benign
-tests/value/fun_ptr.i:66:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Done for function test_too_much_benign
 [from] Computing for function main
-tests/value/fun_ptr.i:81:[from] warning: variadic call detected. Using only 0 argument(s).
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
 [from] Done for function main
 [from] ====== DEPENDENCIES COMPUTED ======
        These dependencies hold at termination for the executions that terminate:
diff --git a/tests/value/oracle_apron/local.res.oracle b/tests/value/oracle_apron/local.res.oracle
index f66f9d39d6b..a9c42496641 100644
--- a/tests/value/oracle_apron/local.res.oracle
+++ b/tests/value/oracle_apron/local.res.oracle
@@ -11,13 +11,13 @@
   U ∈ {0}
   V ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/value/local.i:26.
+        Called from tests/value/local.i:33.
 tests/value/local.i:7:[value] warning: locals {b} escaping the scope of f through \result
 tests/value/local.i:7:[value] warning: locals {a} escaping the scope of f through X
 [value] Recording results for f
 [value] Done for function f
 [value] computing for function g <- main.
-        Called from tests/value/local.i:27.
+        Called from tests/value/local.i:34.
 [value] computing for function f <- g <- main.
         Called from tests/value/local.i:13.
 [value] Recording results for f
@@ -26,7 +26,7 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
 tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g through U
 [value] Recording results for g
 [value] Done for function g
-[value] DUMPING STATE of file tests/value/local.i line 28
+[value] DUMPING STATE of file tests/value/local.i line 35
         X ∈ ESCAPINGADDR
         Y ∈ ESCAPINGADDR
         Z ∈ ESCAPINGADDR
@@ -36,9 +36,13 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
         e ∈ UNINITIALIZED
         =END OF DUMP==
 [value] computing for function h <- main.
-        Called from tests/value/local.i:29.
+        Called from tests/value/local.i:36.
 [value] Recording results for h
 [value] Done for function h
+[value] computing for function i <- main.
+        Called from tests/value/local.i:37.
+[value] Recording results for i
+[value] Done for function i
 [value] Recording results for main
 [value] done for function main
 [value] ====== VALUES COMPUTED ======
@@ -52,6 +56,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
   d ∈ [--..--]
 [value:final-states] Values at end of function h:
   __retres ∈ {{ &e + {4} }}
+[value:final-states] Values at end of function i:
+  x ∈ {{ &local }}
 [value:final-states] Values at end of function main:
   X ∈ ESCAPINGADDR
   Y ∈ ESCAPINGADDR
@@ -65,6 +71,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
 [from] Done for function g
 [from] Computing for function h
 [from] Done for function h
+[from] Computing for function i
+[from] Done for function i
 [from] Computing for function main
 [from] Computing for function Frama_C_dump_each <-main
 [from] Done for function Frama_C_dump_each
@@ -81,6 +89,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
   \result FROM \nothing
 [from] Function h:
   \result FROM x
+[from] Function i:
+  NO EFFECTS
 [from] Function main:
   X FROM \nothing
   Y FROM \nothing
@@ -101,6 +111,10 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
           __retres
 [inout] Inputs for function h:
           \nothing
+[inout] Out (internal) for function i:
+          x
+[inout] Inputs for function i:
+          \nothing
 [inout] Out (internal) for function main:
           X; Y; Z; T; U; V
 [inout] Inputs for function main:
diff --git a/tests/value/oracle_apron/paths.res.oracle b/tests/value/oracle_apron/paths.res.oracle
deleted file mode 100644
index bfa3c9ab0d3..00000000000
--- a/tests/value/oracle_apron/paths.res.oracle
+++ /dev/null
@@ -1,106 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/value/paths.i (no preprocessing)
-[value] Analyzing a complete application starting at main
-[value] Computing initial state
-[value] Initial state computed
-[value:initial-state] Values of globals at initialization
-  a ∈ {0}
-  b ∈ {0}
-  c ∈ {0}
-  d ∈ {0}
-  e ∈ {0}
-  i ∈ {0}
-  d1 ∈ {0}
-  d2 ∈ {0}
-  d3 ∈ {0}
-  d4 ∈ {0}
-  X1 ∈ {0}
-  X2 ∈ {0}
-  X3 ∈ {0}
-  X4 ∈ {0}
-  X5 ∈ {0}
-  X ∈ {0}
-  t[0] ∈ {{ &f1 }}
-   [1] ∈ {{ &f2 }}
-   [2] ∈ {{ &f3 }}
-[value] computing for function unknownfun <- main.
-        Called from tests/value/paths.i:38.
-[value] using specification for function unknownfun
-[value] Done for function unknownfun
-tests/value/paths.i:41:[value] warning: signed overflow. assert r+1 ≤ 2147483647;
-tests/value/paths.i:44:[value] warning: accessing out of bounds index. assert 0 ≤ w;
-tests/value/paths.i:44:[value] warning: accessing out of bounds index. assert w < 3;
-[value] computing for function f3 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f3
-[value] Done for function f3
-[value] computing for function f2 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f2
-[value] Done for function f2
-[value] computing for function f1 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f1
-[value] Done for function f1
-[value] computing for function f <- main.
-        Called from tests/value/paths.i:48.
-[value] Recording results for f
-[value] Done for function f
-[value] Recording results for main
-[value] done for function main
-[from] Computing for function f
-[from] Now calling From callbacks
-Computing path dependencies for function f
-Path dependencies of f: fy
-[from] Done for function f
-[from] Computing for function f1
-[from] Now calling From callbacks
-Computing path dependencies for function f1
-Path dependencies of f1: d1
-[from] Done for function f1
-[from] Computing for function f2
-[from] Now calling From callbacks
-Computing path dependencies for function f2
-Path dependencies of f2: \nothing
-[from] Done for function f2
-[from] Computing for function f3
-[from] Now calling From callbacks
-Computing path dependencies for function f3
-Path dependencies of f3: \nothing
-[from] Done for function f3
-[from] Computing for function main
-[from] Computing for function unknownfun <-main
-[from] Done for function unknownfun
-[from] Now calling From callbacks
-Computing path dependencies for function main
-Assuming library function unknownfun has no path dependencies
-Path dependencies of main: b; X1; X2; X3; X4; t[0..2]; s; u; v; w; x; 
-y; z;
-ww
-[from] Done for function main
-[from] ====== DEPENDENCIES COMPUTED ======
-       These dependencies hold at termination for the executions that terminate:
-[from] Function f:
-  i FROM i; fy (and SELF)
-  d2 FROM fx
-  \result FROM d3
-[from] Function f1:
-  X FROM d1; X1; X4
-[from] Function f2:
-  X FROM X2
-[from] Function f3:
-  X FROM X3
-[from] Function unknownfun:
-  \result FROM x
-[from] Function main:
-  a FROM b; v (and SELF)
-  c FROM a; b; u
-  d FROM b; v
-  i FROM i; s; y; z; ww (and SELF)
-  d1 FROM x
-  d2 FROM y
-  d3 FROM z
-  d4 FROM ww
-  X FROM X1; X2; X3; X4; t[0..2]; w; x
-  \result FROM \nothing
-[from] ====== END OF DEPENDENCIES ======
diff --git a/tests/value/oracle_apron/struct3.res.oracle b/tests/value/oracle_apron/struct3.res.oracle
index 2fc6b4def4f..67c893770a5 100644
--- a/tests/value/oracle_apron/struct3.res.oracle
+++ b/tests/value/oracle_apron/struct3.res.oracle
@@ -13,17 +13,18 @@
   tab_s4[0..1] ∈ {0}
   s1 ∈ {0}
   s2 ∈ {0}
-  s4 ∈ {0}
-  s5 ∈ {0}
-  s6 ∈ {0}
   s8 ∈ {0}
   s7 ∈ {0}
   v ∈ [--..--]
-tests/value/struct3.i:38:[value] warning: accessing out of bounds index. assert 10 < 10;
-tests/value/struct3.i:38:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct3.i:42:[value] warning: accessing out of bounds index. assert 10 < 10;
+tests/value/struct3.i:42:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct3.i:46:[value] Assigning imprecise value to s2.a.
+        The imprecision originates from Arithmetic {tests/value/struct3.i:46}
 [value] Recording results for main
 [value] done for function main
-tests/value/struct3.i:38:[value] assertion 'Value,index_bound' got final status invalid.
+[value] warning: Garbled mix generated during analysis:
+                 {{ garbled mix of &{s1} (origin: Arithmetic {tests/value/struct3.i:46}) }}
+tests/value/struct3.i:42:[value] assertion 'Value,index_bound' got final status invalid.
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function main:
   s1.a ∈ {2}
@@ -34,14 +35,25 @@ tests/value/struct3.i:38:[value] assertion 'Value,index_bound' got final status
     .b.a ∈ {3}
     {.b.b; .e[0..9]} ∈ {0}
     .c ∈ {{ &s1 }}
+  s2.a ∈
+    {{ garbled mix of &{s1}
+     (origin: Arithmetic {tests/value/struct3.i:46}) }}
+    .d[0] ∈ {1}
+    .d[1..2] ∈ {2}
+    .d[3..7] ∈ {0}
+    .d[8..9] ∈ {2}
+    .b.a ∈ {3}
+    {.b.b; .e[0..9]} ∈ {0}
+    .c ∈ {{ &s1 }}
 [from] Computing for function main
 [from] Done for function main
 [from] ====== DEPENDENCIES COMPUTED ======
        These dependencies hold at termination for the executions that terminate:
 [from] Function main:
   s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c} FROM \nothing
+  s2 FROM s1{.d[3..7]; {.b.b; .e[0..9]}}
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c}
+          s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c}; s2
 [inout] Inputs for function main:
-          v
+          s1; s2.c; v
diff --git a/tests/value/oracle_apron/symbolic_locs.err.oracle b/tests/value/oracle_apron/symbolic_locs.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_apron/symbolic_locs.res.oracle b/tests/value/oracle_apron/symbolic_locs.res.oracle
new file mode 100644
index 00000000000..3cc3e452097
--- /dev/null
+++ b/tests/value/oracle_apron/symbolic_locs.res.oracle
@@ -0,0 +1,178 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/symbolic_locs.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  t[0..9] ∈ {0}
+  u[0..9] ∈ [--..--]
+[value] computing for function main2_kill_direct <- main.
+        Called from tests/value/symbolic_locs.i:72.
+tests/value/symbolic_locs.i:29:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 32
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 34
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {1}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] Recording results for main2_kill_direct
+[value] Done for function main2_kill_direct
+[value] computing for function main3_kill_indirect <- main.
+        Called from tests/value/symbolic_locs.i:73.
+tests/value/symbolic_locs.i:41:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 44
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 46
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ {8}
+        =END OF DUMP==
+[value] Recording results for main3_kill_indirect
+[value] Done for function main3_kill_indirect
+[value] computing for function main4_scope_right <- main.
+        Called from tests/value/symbolic_locs.i:74.
+tests/value/symbolic_locs.i:51:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 55
+        v ∈ [--..--]
+        t[0..1] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [2] ∈ {{ NULL + {0; 1; 4} ; (int)&x }}
+         [3..8] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        x ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/symbolic_locs.i:55:[value] warning: locals {x} escaping the scope of a block of main4_scope_right through t
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 57
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4} or ESCAPINGADDR
+         [2] ∈ {0; 1; 4} or ESCAPINGADDR
+         [3..8] ∈ {0; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] Recording results for main4_scope_right
+[value] Done for function main4_scope_right
+[value] computing for function main5_scope_lv <- main.
+        Called from tests/value/symbolic_locs.i:75.
+tests/value/symbolic_locs.i:63:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 65
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 67
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        =END OF DUMP==
+[value] Recording results for main5_scope_lv
+[value] Done for function main5_scope_lv
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 76
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2_kill_direct:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {1}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main3_kill_indirect:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {0; 1; 4}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ {8}
+[value:final-states] Values at end of function main4_scope_right:
+  t[0..1] ∈ {0; 4} or ESCAPINGADDR
+   [2] ∈ {0; 1; 4} or ESCAPINGADDR
+   [3..8] ∈ {0; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main5_scope_lv:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  z ∈ {1}
+[value:final-states] Values at end of function main:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+[from] Computing for function main2_kill_direct
+[from] Computing for function Frama_C_dump_each <-main2_kill_direct
+[from] Done for function Frama_C_dump_each
+[from] Done for function main2_kill_direct
+[from] Computing for function main3_kill_indirect
+[from] Done for function main3_kill_indirect
+[from] Computing for function main4_scope_right
+[from] Done for function main4_scope_right
+[from] Computing for function main5_scope_lv
+[from] Done for function main5_scope_lv
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2_kill_direct:
+  t{[0..1]; [3..8]} FROM v (and SELF)
+   [2] FROM \nothing
+[from] Function main3_kill_indirect:
+  t[0..8] FROM v (and SELF)
+[from] Function main4_scope_right:
+  t[0..8] FROM v (and SELF)
+[from] Function main5_scope_lv:
+  t[0..8] FROM v (and SELF)
+[from] Function main:
+  t[0..8] FROM v (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2_kill_direct:
+          t[0..8]; i
+[inout] Inputs for function main2_kill_direct:
+          v
+[inout] Out (internal) for function main3_kill_indirect:
+          t[0..8]; i
+[inout] Inputs for function main3_kill_indirect:
+          v
+[inout] Out (internal) for function main4_scope_right:
+          t[0..8]; i
+[inout] Inputs for function main4_scope_right:
+          v
+[inout] Out (internal) for function main5_scope_lv:
+          t[0..8]; z; i
+[inout] Inputs for function main5_scope_lv:
+          v
+[inout] Out (internal) for function main:
+          t[0..8]
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_bitwise/abstract_struct_1.res.oracle b/tests/value/oracle_bitwise/abstract_struct_1.res.oracle
index 8f29a3b92ce..da98bb1e90e 100644
--- a/tests/value/oracle_bitwise/abstract_struct_1.res.oracle
+++ b/tests/value/oracle_bitwise/abstract_struct_1.res.oracle
@@ -22,7 +22,7 @@ tests/value/abstract_struct_1.c:10:[value] warning: during initialization of var
         Called from tests/value/abstract_struct_1.c:13.
 tests/value/abstract_struct_1.c:13:[kernel] warning: No code nor implicit assigns clause for function calloc, generating default assigns from the prototype
 [value] using specification for function calloc
-share/libc/stdlib.h:146:[value] function calloc: precondition got status valid.
+share/libc/stdlib.h:159:[value] function calloc: precondition got status valid.
 [value] Done for function calloc
 [value] Recording results for main
 [value] done for function main
diff --git a/tests/value/oracle_bitwise/empty_struct2.res.oracle b/tests/value/oracle_bitwise/empty_struct2.res.oracle
index e78a67ac6c3..94d86df34e8 100644
--- a/tests/value/oracle_bitwise/empty_struct2.res.oracle
+++ b/tests/value/oracle_bitwise/empty_struct2.res.oracle
@@ -6,8 +6,8 @@
 [value:initial-state] Values of globals at initialization
   nondet ∈ [--..--]
 tests/value/empty_struct2.c:40:[value] assertion got status valid.
-[value] Called Frama_C_show_each_global_empty({{  }})
-[value] Called Frama_C_show_each_e1({{  }})
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
 [value] computing for function memcpy <- main.
         Called from tests/value/empty_struct2.c:44.
 [value] using specification for function memcpy
@@ -21,7 +21,7 @@ tests/value/empty_struct2.c:44:[value] cannot evaluate ACSL term, unsupported AC
 tests/value/empty_struct2.c:49:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
 [value] Done for function memcpy
 [value] Called Frama_C_show_each_c2([--..--])
-[value] Called Frama_C_show_each_c2_e({{  }})
+[value] Called Frama_C_show_each_c2_e(∅)
 [value] computing for function f <- main.
         Called from tests/value/empty_struct2.c:52.
 tests/value/empty_struct2.c:27:[value] warning: accessing uninitialized left-value. assert \initialized(&s.b);
diff --git a/tests/value/oracle_bitwise/empty_union.res.oracle b/tests/value/oracle_bitwise/empty_union.res.oracle
index 1a6bbfe07f3..051dc272108 100644
--- a/tests/value/oracle_bitwise/empty_union.res.oracle
+++ b/tests/value/oracle_bitwise/empty_union.res.oracle
@@ -14,8 +14,8 @@ tests/value/empty_union.c:59:[kernel] imprecise size for variable f1 (Size of ar
     .data[1..2] ∈ {0}
 tests/value/empty_union.c:75:[value] assertion got status valid.
 tests/value/empty_union.c:76:[value] assertion got status valid.
-[value] Called Frama_C_show_each_global_empty({{  }})
-[value] Called Frama_C_show_each_e1({{  }})
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
 [value] computing for function memcpy <- main.
         Called from tests/value/empty_union.c:80.
 [value] using specification for function memcpy
@@ -29,7 +29,7 @@ tests/value/empty_union.c:80:[value] cannot evaluate ACSL term, unsupported ACSL
 tests/value/empty_union.c:85:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
 [value] Done for function memcpy
 [value] Called Frama_C_show_each_c2([--..--])
-[value] Called Frama_C_show_each_c2_e({{  }})
+[value] Called Frama_C_show_each_c2_e(∅)
 [value] computing for function f <- main.
         Called from tests/value/empty_union.c:88.
 [value] Recording results for f
diff --git a/tests/value/oracle_bitwise/fun_ptr.0.err.oracle b/tests/value/oracle_bitwise/fun_ptr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_bitwise/fun_ptr.0.res.oracle b/tests/value/oracle_bitwise/fun_ptr.0.res.oracle
new file mode 100644
index 00000000000..a64d4f525b9
--- /dev/null
+++ b/tests/value/oracle_bitwise/fun_ptr.0.res.oracle
@@ -0,0 +1,198 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/fun_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {{ (long long)&f }}
+   [1] ∈ {{ (long long)&g }}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function test1 <- main.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int ))t[nd]);
+[value] computing for function f <- test1 <- main.
+        Called from tests/value/fun_ptr.i:28.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test1
+[value] Done for function test1
+[value] computing for function test2 <- main.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int , int ))t[nd]);
+[value] computing for function g <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function f <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test2
+[value] Done for function test2
+[value] computing for function test3 <- main.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((double (*)(int ))t[nd]);
+[value] Recording results for test3
+[value] Done for function test3
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
+[value] computing for function h <- main.
+        Called from tests/value/fun_ptr.i:87.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function test_benign <- main.
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function benign <- test_benign <- main.
+        Called from tests/value/fun_ptr.i:56.
+[value] Recording results for benign
+[value] Done for function benign
+[value] Recording results for test_benign
+[value] Done for function test_benign
+[value] computing for function test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function too_much <- test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:70.
+[value] Recording results for too_much
+[value] Done for function too_much
+tests/value/fun_ptr.i:73:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] Recording results for test_too_much_benign
+[value] Done for function test_too_much_benign
+[value] Recording results for main
+[value] done for function main
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function benign:
+  q ∈ {{ &x }}
+  k ∈ {-2147483648}
+  x ∈ {-2147483648}
+[value:final-states] Values at end of function f:
+  __retres ∈ {4}
+[value:final-states] Values at end of function g:
+  __retres ∈ {7}
+[value:final-states] Values at end of function h:
+  __retres ∈ {3.}
+[value:final-states] Values at end of function test1:
+  R1 ∈ {4}
+[value:final-states] Values at end of function test2:
+  R2 ∈ {4; 7}
+[value:final-states] Values at end of function test3:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function test_benign:
+  x ∈ {-2147483648}
+  p ∈ {{ (void (*)(long , short *))&benign }}
+[value:final-states] Values at end of function too_much:
+  j ∈ {1}
+[value:final-states] Values at end of function test_too_much_benign:
+  p ∈ {{ (void (*)(int , int ))&too_much }}
+[value:final-states] Values at end of function main:
+  R1 ∈ {4}
+  R2 ∈ {4; 7}
+  R3 ∈ {0}
+  ph ∈ {{ &h }}
+  __retres ∈ {0}
+[from] Computing for function benign
+[from] Done for function benign
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function test1
+[from] Done for function test1
+[from] Computing for function test2
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test2
+[from] Computing for function test3
+[from] Non-terminating function test3 (no dependencies)
+[from] Done for function test3
+[from] Computing for function test_benign
+[from] Done for function test_benign
+[from] Computing for function too_much
+[from] Done for function too_much
+[from] Computing for function test_too_much_benign
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test_too_much_benign
+[from] Computing for function main
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function benign:
+  x FROM j; p
+[from] Function f:
+  \result FROM x
+[from] Function g:
+  \result FROM x; y
+[from] Function h:
+  \result FROM a; b
+[from] Function test1:
+  R1 FROM t[0..1]; nd
+[from] Function test2:
+  R2 FROM t[0..1]; nd
+[from] Function test3:
+  NON TERMINATING - NO EFFECTS
+[from] Function test_benign:
+  NO EFFECTS
+[from] Function too_much:
+  NO EFFECTS
+[from] Function test_too_much_benign:
+  NO EFFECTS
+[from] Function main:
+  R1 FROM t[0..1]; v
+  R2 FROM t[0..1]; v
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function benign:
+          q; k; x
+[inout] Inputs for function benign:
+          \nothing
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function test1:
+          R1
+[inout] Inputs for function test1:
+          t[0..1]
+[inout] Out (internal) for function test2:
+          R2
+[inout] Inputs for function test2:
+          t[0..1]
+[inout] Out (internal) for function test3:
+          R3
+[inout] Inputs for function test3:
+          t[0..1]
+[inout] Out (internal) for function test_benign:
+          x; p
+[inout] Inputs for function test_benign:
+          \nothing
+[inout] Out (internal) for function too_much:
+          j
+[inout] Inputs for function too_much:
+          \nothing
+[inout] Out (internal) for function test_too_much_benign:
+          p
+[inout] Inputs for function test_too_much_benign:
+          v
+[inout] Out (internal) for function main:
+          R1; R2; R3; ph; __retres
+[inout] Inputs for function main:
+          t[0..1]; v
diff --git a/tests/value/oracle_bitwise/fun_ptr.1.err.oracle b/tests/value/oracle_bitwise/fun_ptr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_bitwise/fun_ptr.res.oracle b/tests/value/oracle_bitwise/fun_ptr.1.res.oracle
similarity index 81%
rename from tests/value/oracle_bitwise/fun_ptr.res.oracle
rename to tests/value/oracle_bitwise/fun_ptr.1.res.oracle
index 974a7465042..b818469156c 100644
--- a/tests/value/oracle_bitwise/fun_ptr.res.oracle
+++ b/tests/value/oracle_bitwise/fun_ptr.1.res.oracle
@@ -4,71 +4,71 @@
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
-  t[0] ∈ {{ (long)&f }}
-   [1] ∈ {{ (long)&g }}
+  t[0] ∈ {{ (__int64)&f }}
+   [1] ∈ {{ (__int64)&g }}
   R1 ∈ {0}
   R2 ∈ {0}
   R3 ∈ {0}
   v ∈ [--..--]
 [value] computing for function test1 <- main.
-        Called from tests/value/fun_ptr.i:74.
-tests/value/fun_ptr.i:24:[value] warning: pointer to function with incompatible type.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: pointer to function with incompatible type.
                  assert \valid_function((int (*)(int ))t[nd]);
 [value] computing for function f <- test1 <- main.
-        Called from tests/value/fun_ptr.i:24.
+        Called from tests/value/fun_ptr.i:28.
 [value] Recording results for f
 [value] Done for function f
 [value] Recording results for test1
 [value] Done for function test1
 [value] computing for function test2 <- main.
-        Called from tests/value/fun_ptr.i:75.
-tests/value/fun_ptr.i:29:[value] warning: pointer to function with incompatible type.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: pointer to function with incompatible type.
                  assert \valid_function((int (*)(int , int ))t[nd]);
 [value] computing for function g <- test2 <- main.
-        Called from tests/value/fun_ptr.i:29.
+        Called from tests/value/fun_ptr.i:33.
 [value] Recording results for g
 [value] Done for function g
 [value] computing for function f <- test2 <- main.
-        Called from tests/value/fun_ptr.i:29.
+        Called from tests/value/fun_ptr.i:33.
 [value] Recording results for f
 [value] Done for function f
 [value] Recording results for test2
 [value] Done for function test2
 [value] computing for function test3 <- main.
-        Called from tests/value/fun_ptr.i:76.
-tests/value/fun_ptr.i:34:[value] warning: pointer to function with incompatible type.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: pointer to function with incompatible type.
                  assert \valid_function((double (*)(int ))t[nd]);
 [value] Recording results for test3
 [value] Done for function test3
-tests/value/fun_ptr.i:79:[value] warning: Function type must match type at call site: assert(function type matches)
-tests/value/fun_ptr.i:81:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
 [value] computing for function h <- main.
-        Called from tests/value/fun_ptr.i:83.
+        Called from tests/value/fun_ptr.i:87.
 [value] Recording results for h
 [value] Done for function h
 [value] computing for function test_benign <- main.
-        Called from tests/value/fun_ptr.i:85.
-tests/value/fun_ptr.i:52:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
 [value] computing for function benign <- test_benign <- main.
-        Called from tests/value/fun_ptr.i:52.
+        Called from tests/value/fun_ptr.i:56.
 [value] Recording results for benign
 [value] Done for function benign
 [value] Recording results for test_benign
 [value] Done for function test_benign
 [value] computing for function test_too_much_benign <- main.
-        Called from tests/value/fun_ptr.i:86.
-tests/value/fun_ptr.i:66:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
 [value] computing for function too_much <- test_too_much_benign <- main.
-        Called from tests/value/fun_ptr.i:66.
+        Called from tests/value/fun_ptr.i:70.
 [value] Recording results for too_much
 [value] Done for function too_much
-tests/value/fun_ptr.i:69:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+tests/value/fun_ptr.i:73:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
 [value] Recording results for test_too_much_benign
 [value] Done for function test_too_much_benign
 [value] Recording results for main
 [value] done for function main
-tests/value/fun_ptr.i:34:[value] assertion 'Value,function_pointer' got final status invalid.
-tests/value/fun_ptr.i:69:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function benign:
   q ∈ {{ &x }}
@@ -110,7 +110,7 @@ tests/value/fun_ptr.i:69:[value] assertion 'Value,function_pointer' got final st
 [from] Computing for function test1
 [from] Done for function test1
 [from] Computing for function test2
-tests/value/fun_ptr.i:29:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Done for function test2
 [from] Computing for function test3
 [from] Non-terminating function test3 (no dependencies)
@@ -120,10 +120,10 @@ tests/value/fun_ptr.i:29:[from] warning: variadic call detected. Using only 1 ar
 [from] Computing for function too_much
 [from] Done for function too_much
 [from] Computing for function test_too_much_benign
-tests/value/fun_ptr.i:66:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Done for function test_too_much_benign
 [from] Computing for function main
-tests/value/fun_ptr.i:81:[from] warning: variadic call detected. Using only 0 argument(s).
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
 [from] Done for function main
 [from] ====== DEPENDENCIES COMPUTED ======
        These dependencies hold at termination for the executions that terminate:
diff --git a/tests/value/oracle_bitwise/local.res.oracle b/tests/value/oracle_bitwise/local.res.oracle
index f66f9d39d6b..a9c42496641 100644
--- a/tests/value/oracle_bitwise/local.res.oracle
+++ b/tests/value/oracle_bitwise/local.res.oracle
@@ -11,13 +11,13 @@
   U ∈ {0}
   V ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/value/local.i:26.
+        Called from tests/value/local.i:33.
 tests/value/local.i:7:[value] warning: locals {b} escaping the scope of f through \result
 tests/value/local.i:7:[value] warning: locals {a} escaping the scope of f through X
 [value] Recording results for f
 [value] Done for function f
 [value] computing for function g <- main.
-        Called from tests/value/local.i:27.
+        Called from tests/value/local.i:34.
 [value] computing for function f <- g <- main.
         Called from tests/value/local.i:13.
 [value] Recording results for f
@@ -26,7 +26,7 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
 tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g through U
 [value] Recording results for g
 [value] Done for function g
-[value] DUMPING STATE of file tests/value/local.i line 28
+[value] DUMPING STATE of file tests/value/local.i line 35
         X ∈ ESCAPINGADDR
         Y ∈ ESCAPINGADDR
         Z ∈ ESCAPINGADDR
@@ -36,9 +36,13 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
         e ∈ UNINITIALIZED
         =END OF DUMP==
 [value] computing for function h <- main.
-        Called from tests/value/local.i:29.
+        Called from tests/value/local.i:36.
 [value] Recording results for h
 [value] Done for function h
+[value] computing for function i <- main.
+        Called from tests/value/local.i:37.
+[value] Recording results for i
+[value] Done for function i
 [value] Recording results for main
 [value] done for function main
 [value] ====== VALUES COMPUTED ======
@@ -52,6 +56,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
   d ∈ [--..--]
 [value:final-states] Values at end of function h:
   __retres ∈ {{ &e + {4} }}
+[value:final-states] Values at end of function i:
+  x ∈ {{ &local }}
 [value:final-states] Values at end of function main:
   X ∈ ESCAPINGADDR
   Y ∈ ESCAPINGADDR
@@ -65,6 +71,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
 [from] Done for function g
 [from] Computing for function h
 [from] Done for function h
+[from] Computing for function i
+[from] Done for function i
 [from] Computing for function main
 [from] Computing for function Frama_C_dump_each <-main
 [from] Done for function Frama_C_dump_each
@@ -81,6 +89,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
   \result FROM \nothing
 [from] Function h:
   \result FROM x
+[from] Function i:
+  NO EFFECTS
 [from] Function main:
   X FROM \nothing
   Y FROM \nothing
@@ -101,6 +111,10 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
           __retres
 [inout] Inputs for function h:
           \nothing
+[inout] Out (internal) for function i:
+          x
+[inout] Inputs for function i:
+          \nothing
 [inout] Out (internal) for function main:
           X; Y; Z; T; U; V
 [inout] Inputs for function main:
diff --git a/tests/value/oracle_bitwise/paths.res.oracle b/tests/value/oracle_bitwise/paths.res.oracle
deleted file mode 100644
index bfa3c9ab0d3..00000000000
--- a/tests/value/oracle_bitwise/paths.res.oracle
+++ /dev/null
@@ -1,106 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/value/paths.i (no preprocessing)
-[value] Analyzing a complete application starting at main
-[value] Computing initial state
-[value] Initial state computed
-[value:initial-state] Values of globals at initialization
-  a ∈ {0}
-  b ∈ {0}
-  c ∈ {0}
-  d ∈ {0}
-  e ∈ {0}
-  i ∈ {0}
-  d1 ∈ {0}
-  d2 ∈ {0}
-  d3 ∈ {0}
-  d4 ∈ {0}
-  X1 ∈ {0}
-  X2 ∈ {0}
-  X3 ∈ {0}
-  X4 ∈ {0}
-  X5 ∈ {0}
-  X ∈ {0}
-  t[0] ∈ {{ &f1 }}
-   [1] ∈ {{ &f2 }}
-   [2] ∈ {{ &f3 }}
-[value] computing for function unknownfun <- main.
-        Called from tests/value/paths.i:38.
-[value] using specification for function unknownfun
-[value] Done for function unknownfun
-tests/value/paths.i:41:[value] warning: signed overflow. assert r+1 ≤ 2147483647;
-tests/value/paths.i:44:[value] warning: accessing out of bounds index. assert 0 ≤ w;
-tests/value/paths.i:44:[value] warning: accessing out of bounds index. assert w < 3;
-[value] computing for function f3 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f3
-[value] Done for function f3
-[value] computing for function f2 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f2
-[value] Done for function f2
-[value] computing for function f1 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f1
-[value] Done for function f1
-[value] computing for function f <- main.
-        Called from tests/value/paths.i:48.
-[value] Recording results for f
-[value] Done for function f
-[value] Recording results for main
-[value] done for function main
-[from] Computing for function f
-[from] Now calling From callbacks
-Computing path dependencies for function f
-Path dependencies of f: fy
-[from] Done for function f
-[from] Computing for function f1
-[from] Now calling From callbacks
-Computing path dependencies for function f1
-Path dependencies of f1: d1
-[from] Done for function f1
-[from] Computing for function f2
-[from] Now calling From callbacks
-Computing path dependencies for function f2
-Path dependencies of f2: \nothing
-[from] Done for function f2
-[from] Computing for function f3
-[from] Now calling From callbacks
-Computing path dependencies for function f3
-Path dependencies of f3: \nothing
-[from] Done for function f3
-[from] Computing for function main
-[from] Computing for function unknownfun <-main
-[from] Done for function unknownfun
-[from] Now calling From callbacks
-Computing path dependencies for function main
-Assuming library function unknownfun has no path dependencies
-Path dependencies of main: b; X1; X2; X3; X4; t[0..2]; s; u; v; w; x; 
-y; z;
-ww
-[from] Done for function main
-[from] ====== DEPENDENCIES COMPUTED ======
-       These dependencies hold at termination for the executions that terminate:
-[from] Function f:
-  i FROM i; fy (and SELF)
-  d2 FROM fx
-  \result FROM d3
-[from] Function f1:
-  X FROM d1; X1; X4
-[from] Function f2:
-  X FROM X2
-[from] Function f3:
-  X FROM X3
-[from] Function unknownfun:
-  \result FROM x
-[from] Function main:
-  a FROM b; v (and SELF)
-  c FROM a; b; u
-  d FROM b; v
-  i FROM i; s; y; z; ww (and SELF)
-  d1 FROM x
-  d2 FROM y
-  d3 FROM z
-  d4 FROM ww
-  X FROM X1; X2; X3; X4; t[0..2]; w; x
-  \result FROM \nothing
-[from] ====== END OF DEPENDENCIES ======
diff --git a/tests/value/oracle_bitwise/struct3.res.oracle b/tests/value/oracle_bitwise/struct3.res.oracle
index 2fc6b4def4f..67c893770a5 100644
--- a/tests/value/oracle_bitwise/struct3.res.oracle
+++ b/tests/value/oracle_bitwise/struct3.res.oracle
@@ -13,17 +13,18 @@
   tab_s4[0..1] ∈ {0}
   s1 ∈ {0}
   s2 ∈ {0}
-  s4 ∈ {0}
-  s5 ∈ {0}
-  s6 ∈ {0}
   s8 ∈ {0}
   s7 ∈ {0}
   v ∈ [--..--]
-tests/value/struct3.i:38:[value] warning: accessing out of bounds index. assert 10 < 10;
-tests/value/struct3.i:38:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct3.i:42:[value] warning: accessing out of bounds index. assert 10 < 10;
+tests/value/struct3.i:42:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct3.i:46:[value] Assigning imprecise value to s2.a.
+        The imprecision originates from Arithmetic {tests/value/struct3.i:46}
 [value] Recording results for main
 [value] done for function main
-tests/value/struct3.i:38:[value] assertion 'Value,index_bound' got final status invalid.
+[value] warning: Garbled mix generated during analysis:
+                 {{ garbled mix of &{s1} (origin: Arithmetic {tests/value/struct3.i:46}) }}
+tests/value/struct3.i:42:[value] assertion 'Value,index_bound' got final status invalid.
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function main:
   s1.a ∈ {2}
@@ -34,14 +35,25 @@ tests/value/struct3.i:38:[value] assertion 'Value,index_bound' got final status
     .b.a ∈ {3}
     {.b.b; .e[0..9]} ∈ {0}
     .c ∈ {{ &s1 }}
+  s2.a ∈
+    {{ garbled mix of &{s1}
+     (origin: Arithmetic {tests/value/struct3.i:46}) }}
+    .d[0] ∈ {1}
+    .d[1..2] ∈ {2}
+    .d[3..7] ∈ {0}
+    .d[8..9] ∈ {2}
+    .b.a ∈ {3}
+    {.b.b; .e[0..9]} ∈ {0}
+    .c ∈ {{ &s1 }}
 [from] Computing for function main
 [from] Done for function main
 [from] ====== DEPENDENCIES COMPUTED ======
        These dependencies hold at termination for the executions that terminate:
 [from] Function main:
   s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c} FROM \nothing
+  s2 FROM s1{.d[3..7]; {.b.b; .e[0..9]}}
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c}
+          s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c}; s2
 [inout] Inputs for function main:
-          v
+          s1; s2.c; v
diff --git a/tests/value/oracle_bitwise/symbolic_locs.err.oracle b/tests/value/oracle_bitwise/symbolic_locs.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_bitwise/symbolic_locs.res.oracle b/tests/value/oracle_bitwise/symbolic_locs.res.oracle
new file mode 100644
index 00000000000..3cc3e452097
--- /dev/null
+++ b/tests/value/oracle_bitwise/symbolic_locs.res.oracle
@@ -0,0 +1,178 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/symbolic_locs.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  t[0..9] ∈ {0}
+  u[0..9] ∈ [--..--]
+[value] computing for function main2_kill_direct <- main.
+        Called from tests/value/symbolic_locs.i:72.
+tests/value/symbolic_locs.i:29:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 32
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 34
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {1}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] Recording results for main2_kill_direct
+[value] Done for function main2_kill_direct
+[value] computing for function main3_kill_indirect <- main.
+        Called from tests/value/symbolic_locs.i:73.
+tests/value/symbolic_locs.i:41:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 44
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 46
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ {8}
+        =END OF DUMP==
+[value] Recording results for main3_kill_indirect
+[value] Done for function main3_kill_indirect
+[value] computing for function main4_scope_right <- main.
+        Called from tests/value/symbolic_locs.i:74.
+tests/value/symbolic_locs.i:51:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 55
+        v ∈ [--..--]
+        t[0..1] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [2] ∈ {{ NULL + {0; 1; 4} ; (int)&x }}
+         [3..8] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        x ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/symbolic_locs.i:55:[value] warning: locals {x} escaping the scope of a block of main4_scope_right through t
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 57
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4} or ESCAPINGADDR
+         [2] ∈ {0; 1; 4} or ESCAPINGADDR
+         [3..8] ∈ {0; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] Recording results for main4_scope_right
+[value] Done for function main4_scope_right
+[value] computing for function main5_scope_lv <- main.
+        Called from tests/value/symbolic_locs.i:75.
+tests/value/symbolic_locs.i:63:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 65
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 67
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        =END OF DUMP==
+[value] Recording results for main5_scope_lv
+[value] Done for function main5_scope_lv
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 76
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2_kill_direct:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {1}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main3_kill_indirect:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {0; 1; 4}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ {8}
+[value:final-states] Values at end of function main4_scope_right:
+  t[0..1] ∈ {0; 4} or ESCAPINGADDR
+   [2] ∈ {0; 1; 4} or ESCAPINGADDR
+   [3..8] ∈ {0; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main5_scope_lv:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  z ∈ {1}
+[value:final-states] Values at end of function main:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+[from] Computing for function main2_kill_direct
+[from] Computing for function Frama_C_dump_each <-main2_kill_direct
+[from] Done for function Frama_C_dump_each
+[from] Done for function main2_kill_direct
+[from] Computing for function main3_kill_indirect
+[from] Done for function main3_kill_indirect
+[from] Computing for function main4_scope_right
+[from] Done for function main4_scope_right
+[from] Computing for function main5_scope_lv
+[from] Done for function main5_scope_lv
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2_kill_direct:
+  t{[0..1]; [3..8]} FROM v (and SELF)
+   [2] FROM \nothing
+[from] Function main3_kill_indirect:
+  t[0..8] FROM v (and SELF)
+[from] Function main4_scope_right:
+  t[0..8] FROM v (and SELF)
+[from] Function main5_scope_lv:
+  t[0..8] FROM v (and SELF)
+[from] Function main:
+  t[0..8] FROM v (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2_kill_direct:
+          t[0..8]; i
+[inout] Inputs for function main2_kill_direct:
+          v
+[inout] Out (internal) for function main3_kill_indirect:
+          t[0..8]; i
+[inout] Inputs for function main3_kill_indirect:
+          v
+[inout] Out (internal) for function main4_scope_right:
+          t[0..8]; i
+[inout] Inputs for function main4_scope_right:
+          v
+[inout] Out (internal) for function main5_scope_lv:
+          t[0..8]; z; i
+[inout] Inputs for function main5_scope_lv:
+          v
+[inout] Out (internal) for function main:
+          t[0..8]
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_equalities/abstract_struct_1.res.oracle b/tests/value/oracle_equalities/abstract_struct_1.res.oracle
index 8f29a3b92ce..da98bb1e90e 100644
--- a/tests/value/oracle_equalities/abstract_struct_1.res.oracle
+++ b/tests/value/oracle_equalities/abstract_struct_1.res.oracle
@@ -22,7 +22,7 @@ tests/value/abstract_struct_1.c:10:[value] warning: during initialization of var
         Called from tests/value/abstract_struct_1.c:13.
 tests/value/abstract_struct_1.c:13:[kernel] warning: No code nor implicit assigns clause for function calloc, generating default assigns from the prototype
 [value] using specification for function calloc
-share/libc/stdlib.h:146:[value] function calloc: precondition got status valid.
+share/libc/stdlib.h:159:[value] function calloc: precondition got status valid.
 [value] Done for function calloc
 [value] Recording results for main
 [value] done for function main
diff --git a/tests/value/oracle_equalities/empty_struct2.res.oracle b/tests/value/oracle_equalities/empty_struct2.res.oracle
index e78a67ac6c3..94d86df34e8 100644
--- a/tests/value/oracle_equalities/empty_struct2.res.oracle
+++ b/tests/value/oracle_equalities/empty_struct2.res.oracle
@@ -6,8 +6,8 @@
 [value:initial-state] Values of globals at initialization
   nondet ∈ [--..--]
 tests/value/empty_struct2.c:40:[value] assertion got status valid.
-[value] Called Frama_C_show_each_global_empty({{  }})
-[value] Called Frama_C_show_each_e1({{  }})
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
 [value] computing for function memcpy <- main.
         Called from tests/value/empty_struct2.c:44.
 [value] using specification for function memcpy
@@ -21,7 +21,7 @@ tests/value/empty_struct2.c:44:[value] cannot evaluate ACSL term, unsupported AC
 tests/value/empty_struct2.c:49:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
 [value] Done for function memcpy
 [value] Called Frama_C_show_each_c2([--..--])
-[value] Called Frama_C_show_each_c2_e({{  }})
+[value] Called Frama_C_show_each_c2_e(∅)
 [value] computing for function f <- main.
         Called from tests/value/empty_struct2.c:52.
 tests/value/empty_struct2.c:27:[value] warning: accessing uninitialized left-value. assert \initialized(&s.b);
diff --git a/tests/value/oracle_equalities/empty_union.res.oracle b/tests/value/oracle_equalities/empty_union.res.oracle
index 1a6bbfe07f3..051dc272108 100644
--- a/tests/value/oracle_equalities/empty_union.res.oracle
+++ b/tests/value/oracle_equalities/empty_union.res.oracle
@@ -14,8 +14,8 @@ tests/value/empty_union.c:59:[kernel] imprecise size for variable f1 (Size of ar
     .data[1..2] ∈ {0}
 tests/value/empty_union.c:75:[value] assertion got status valid.
 tests/value/empty_union.c:76:[value] assertion got status valid.
-[value] Called Frama_C_show_each_global_empty({{  }})
-[value] Called Frama_C_show_each_e1({{  }})
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
 [value] computing for function memcpy <- main.
         Called from tests/value/empty_union.c:80.
 [value] using specification for function memcpy
@@ -29,7 +29,7 @@ tests/value/empty_union.c:80:[value] cannot evaluate ACSL term, unsupported ACSL
 tests/value/empty_union.c:85:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
 [value] Done for function memcpy
 [value] Called Frama_C_show_each_c2([--..--])
-[value] Called Frama_C_show_each_c2_e({{  }})
+[value] Called Frama_C_show_each_c2_e(∅)
 [value] computing for function f <- main.
         Called from tests/value/empty_union.c:88.
 [value] Recording results for f
diff --git a/tests/value/oracle_equalities/fun_ptr.0.err.oracle b/tests/value/oracle_equalities/fun_ptr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_equalities/fun_ptr.0.res.oracle b/tests/value/oracle_equalities/fun_ptr.0.res.oracle
new file mode 100644
index 00000000000..a64d4f525b9
--- /dev/null
+++ b/tests/value/oracle_equalities/fun_ptr.0.res.oracle
@@ -0,0 +1,198 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/fun_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {{ (long long)&f }}
+   [1] ∈ {{ (long long)&g }}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function test1 <- main.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int ))t[nd]);
+[value] computing for function f <- test1 <- main.
+        Called from tests/value/fun_ptr.i:28.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test1
+[value] Done for function test1
+[value] computing for function test2 <- main.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int , int ))t[nd]);
+[value] computing for function g <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function f <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test2
+[value] Done for function test2
+[value] computing for function test3 <- main.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((double (*)(int ))t[nd]);
+[value] Recording results for test3
+[value] Done for function test3
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
+[value] computing for function h <- main.
+        Called from tests/value/fun_ptr.i:87.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function test_benign <- main.
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function benign <- test_benign <- main.
+        Called from tests/value/fun_ptr.i:56.
+[value] Recording results for benign
+[value] Done for function benign
+[value] Recording results for test_benign
+[value] Done for function test_benign
+[value] computing for function test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function too_much <- test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:70.
+[value] Recording results for too_much
+[value] Done for function too_much
+tests/value/fun_ptr.i:73:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] Recording results for test_too_much_benign
+[value] Done for function test_too_much_benign
+[value] Recording results for main
+[value] done for function main
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function benign:
+  q ∈ {{ &x }}
+  k ∈ {-2147483648}
+  x ∈ {-2147483648}
+[value:final-states] Values at end of function f:
+  __retres ∈ {4}
+[value:final-states] Values at end of function g:
+  __retres ∈ {7}
+[value:final-states] Values at end of function h:
+  __retres ∈ {3.}
+[value:final-states] Values at end of function test1:
+  R1 ∈ {4}
+[value:final-states] Values at end of function test2:
+  R2 ∈ {4; 7}
+[value:final-states] Values at end of function test3:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function test_benign:
+  x ∈ {-2147483648}
+  p ∈ {{ (void (*)(long , short *))&benign }}
+[value:final-states] Values at end of function too_much:
+  j ∈ {1}
+[value:final-states] Values at end of function test_too_much_benign:
+  p ∈ {{ (void (*)(int , int ))&too_much }}
+[value:final-states] Values at end of function main:
+  R1 ∈ {4}
+  R2 ∈ {4; 7}
+  R3 ∈ {0}
+  ph ∈ {{ &h }}
+  __retres ∈ {0}
+[from] Computing for function benign
+[from] Done for function benign
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function test1
+[from] Done for function test1
+[from] Computing for function test2
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test2
+[from] Computing for function test3
+[from] Non-terminating function test3 (no dependencies)
+[from] Done for function test3
+[from] Computing for function test_benign
+[from] Done for function test_benign
+[from] Computing for function too_much
+[from] Done for function too_much
+[from] Computing for function test_too_much_benign
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test_too_much_benign
+[from] Computing for function main
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function benign:
+  x FROM j; p
+[from] Function f:
+  \result FROM x
+[from] Function g:
+  \result FROM x; y
+[from] Function h:
+  \result FROM a; b
+[from] Function test1:
+  R1 FROM t[0..1]; nd
+[from] Function test2:
+  R2 FROM t[0..1]; nd
+[from] Function test3:
+  NON TERMINATING - NO EFFECTS
+[from] Function test_benign:
+  NO EFFECTS
+[from] Function too_much:
+  NO EFFECTS
+[from] Function test_too_much_benign:
+  NO EFFECTS
+[from] Function main:
+  R1 FROM t[0..1]; v
+  R2 FROM t[0..1]; v
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function benign:
+          q; k; x
+[inout] Inputs for function benign:
+          \nothing
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function test1:
+          R1
+[inout] Inputs for function test1:
+          t[0..1]
+[inout] Out (internal) for function test2:
+          R2
+[inout] Inputs for function test2:
+          t[0..1]
+[inout] Out (internal) for function test3:
+          R3
+[inout] Inputs for function test3:
+          t[0..1]
+[inout] Out (internal) for function test_benign:
+          x; p
+[inout] Inputs for function test_benign:
+          \nothing
+[inout] Out (internal) for function too_much:
+          j
+[inout] Inputs for function too_much:
+          \nothing
+[inout] Out (internal) for function test_too_much_benign:
+          p
+[inout] Inputs for function test_too_much_benign:
+          v
+[inout] Out (internal) for function main:
+          R1; R2; R3; ph; __retres
+[inout] Inputs for function main:
+          t[0..1]; v
diff --git a/tests/value/oracle_equalities/fun_ptr.1.err.oracle b/tests/value/oracle_equalities/fun_ptr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_equalities/fun_ptr.1.res.oracle b/tests/value/oracle_equalities/fun_ptr.1.res.oracle
new file mode 100644
index 00000000000..b818469156c
--- /dev/null
+++ b/tests/value/oracle_equalities/fun_ptr.1.res.oracle
@@ -0,0 +1,198 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/fun_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {{ (__int64)&f }}
+   [1] ∈ {{ (__int64)&g }}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function test1 <- main.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int ))t[nd]);
+[value] computing for function f <- test1 <- main.
+        Called from tests/value/fun_ptr.i:28.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test1
+[value] Done for function test1
+[value] computing for function test2 <- main.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int , int ))t[nd]);
+[value] computing for function g <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function f <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test2
+[value] Done for function test2
+[value] computing for function test3 <- main.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((double (*)(int ))t[nd]);
+[value] Recording results for test3
+[value] Done for function test3
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
+[value] computing for function h <- main.
+        Called from tests/value/fun_ptr.i:87.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function test_benign <- main.
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function benign <- test_benign <- main.
+        Called from tests/value/fun_ptr.i:56.
+[value] Recording results for benign
+[value] Done for function benign
+[value] Recording results for test_benign
+[value] Done for function test_benign
+[value] computing for function test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function too_much <- test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:70.
+[value] Recording results for too_much
+[value] Done for function too_much
+tests/value/fun_ptr.i:73:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] Recording results for test_too_much_benign
+[value] Done for function test_too_much_benign
+[value] Recording results for main
+[value] done for function main
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function benign:
+  q ∈ {{ &x }}
+  k ∈ {-2147483648}
+  x ∈ {-2147483648}
+[value:final-states] Values at end of function f:
+  __retres ∈ {4}
+[value:final-states] Values at end of function g:
+  __retres ∈ {7}
+[value:final-states] Values at end of function h:
+  __retres ∈ {3.}
+[value:final-states] Values at end of function test1:
+  R1 ∈ {4}
+[value:final-states] Values at end of function test2:
+  R2 ∈ {4; 7}
+[value:final-states] Values at end of function test3:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function test_benign:
+  x ∈ {-2147483648}
+  p ∈ {{ (void (*)(long , short *))&benign }}
+[value:final-states] Values at end of function too_much:
+  j ∈ {1}
+[value:final-states] Values at end of function test_too_much_benign:
+  p ∈ {{ (void (*)(int , int ))&too_much }}
+[value:final-states] Values at end of function main:
+  R1 ∈ {4}
+  R2 ∈ {4; 7}
+  R3 ∈ {0}
+  ph ∈ {{ &h }}
+  __retres ∈ {0}
+[from] Computing for function benign
+[from] Done for function benign
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function test1
+[from] Done for function test1
+[from] Computing for function test2
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test2
+[from] Computing for function test3
+[from] Non-terminating function test3 (no dependencies)
+[from] Done for function test3
+[from] Computing for function test_benign
+[from] Done for function test_benign
+[from] Computing for function too_much
+[from] Done for function too_much
+[from] Computing for function test_too_much_benign
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test_too_much_benign
+[from] Computing for function main
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function benign:
+  x FROM j; p
+[from] Function f:
+  \result FROM x
+[from] Function g:
+  \result FROM x; y
+[from] Function h:
+  \result FROM a; b
+[from] Function test1:
+  R1 FROM t[0..1]; nd
+[from] Function test2:
+  R2 FROM t[0..1]; nd
+[from] Function test3:
+  NON TERMINATING - NO EFFECTS
+[from] Function test_benign:
+  NO EFFECTS
+[from] Function too_much:
+  NO EFFECTS
+[from] Function test_too_much_benign:
+  NO EFFECTS
+[from] Function main:
+  R1 FROM t[0..1]; v
+  R2 FROM t[0..1]; v
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function benign:
+          q; k; x
+[inout] Inputs for function benign:
+          \nothing
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function test1:
+          R1
+[inout] Inputs for function test1:
+          t[0..1]
+[inout] Out (internal) for function test2:
+          R2
+[inout] Inputs for function test2:
+          t[0..1]
+[inout] Out (internal) for function test3:
+          R3
+[inout] Inputs for function test3:
+          t[0..1]
+[inout] Out (internal) for function test_benign:
+          x; p
+[inout] Inputs for function test_benign:
+          \nothing
+[inout] Out (internal) for function too_much:
+          j
+[inout] Inputs for function too_much:
+          \nothing
+[inout] Out (internal) for function test_too_much_benign:
+          p
+[inout] Inputs for function test_too_much_benign:
+          v
+[inout] Out (internal) for function main:
+          R1; R2; R3; ph; __retres
+[inout] Inputs for function main:
+          t[0..1]; v
diff --git a/tests/value/oracle_equalities/local.res.oracle b/tests/value/oracle_equalities/local.res.oracle
index f66f9d39d6b..a9c42496641 100644
--- a/tests/value/oracle_equalities/local.res.oracle
+++ b/tests/value/oracle_equalities/local.res.oracle
@@ -11,13 +11,13 @@
   U ∈ {0}
   V ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/value/local.i:26.
+        Called from tests/value/local.i:33.
 tests/value/local.i:7:[value] warning: locals {b} escaping the scope of f through \result
 tests/value/local.i:7:[value] warning: locals {a} escaping the scope of f through X
 [value] Recording results for f
 [value] Done for function f
 [value] computing for function g <- main.
-        Called from tests/value/local.i:27.
+        Called from tests/value/local.i:34.
 [value] computing for function f <- g <- main.
         Called from tests/value/local.i:13.
 [value] Recording results for f
@@ -26,7 +26,7 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
 tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g through U
 [value] Recording results for g
 [value] Done for function g
-[value] DUMPING STATE of file tests/value/local.i line 28
+[value] DUMPING STATE of file tests/value/local.i line 35
         X ∈ ESCAPINGADDR
         Y ∈ ESCAPINGADDR
         Z ∈ ESCAPINGADDR
@@ -36,9 +36,13 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
         e ∈ UNINITIALIZED
         =END OF DUMP==
 [value] computing for function h <- main.
-        Called from tests/value/local.i:29.
+        Called from tests/value/local.i:36.
 [value] Recording results for h
 [value] Done for function h
+[value] computing for function i <- main.
+        Called from tests/value/local.i:37.
+[value] Recording results for i
+[value] Done for function i
 [value] Recording results for main
 [value] done for function main
 [value] ====== VALUES COMPUTED ======
@@ -52,6 +56,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
   d ∈ [--..--]
 [value:final-states] Values at end of function h:
   __retres ∈ {{ &e + {4} }}
+[value:final-states] Values at end of function i:
+  x ∈ {{ &local }}
 [value:final-states] Values at end of function main:
   X ∈ ESCAPINGADDR
   Y ∈ ESCAPINGADDR
@@ -65,6 +71,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
 [from] Done for function g
 [from] Computing for function h
 [from] Done for function h
+[from] Computing for function i
+[from] Done for function i
 [from] Computing for function main
 [from] Computing for function Frama_C_dump_each <-main
 [from] Done for function Frama_C_dump_each
@@ -81,6 +89,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
   \result FROM \nothing
 [from] Function h:
   \result FROM x
+[from] Function i:
+  NO EFFECTS
 [from] Function main:
   X FROM \nothing
   Y FROM \nothing
@@ -101,6 +111,10 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
           __retres
 [inout] Inputs for function h:
           \nothing
+[inout] Out (internal) for function i:
+          x
+[inout] Inputs for function i:
+          \nothing
 [inout] Out (internal) for function main:
           X; Y; Z; T; U; V
 [inout] Inputs for function main:
diff --git a/tests/value/oracle_equalities/paths.res.oracle b/tests/value/oracle_equalities/paths.res.oracle
deleted file mode 100644
index bfa3c9ab0d3..00000000000
--- a/tests/value/oracle_equalities/paths.res.oracle
+++ /dev/null
@@ -1,106 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/value/paths.i (no preprocessing)
-[value] Analyzing a complete application starting at main
-[value] Computing initial state
-[value] Initial state computed
-[value:initial-state] Values of globals at initialization
-  a ∈ {0}
-  b ∈ {0}
-  c ∈ {0}
-  d ∈ {0}
-  e ∈ {0}
-  i ∈ {0}
-  d1 ∈ {0}
-  d2 ∈ {0}
-  d3 ∈ {0}
-  d4 ∈ {0}
-  X1 ∈ {0}
-  X2 ∈ {0}
-  X3 ∈ {0}
-  X4 ∈ {0}
-  X5 ∈ {0}
-  X ∈ {0}
-  t[0] ∈ {{ &f1 }}
-   [1] ∈ {{ &f2 }}
-   [2] ∈ {{ &f3 }}
-[value] computing for function unknownfun <- main.
-        Called from tests/value/paths.i:38.
-[value] using specification for function unknownfun
-[value] Done for function unknownfun
-tests/value/paths.i:41:[value] warning: signed overflow. assert r+1 ≤ 2147483647;
-tests/value/paths.i:44:[value] warning: accessing out of bounds index. assert 0 ≤ w;
-tests/value/paths.i:44:[value] warning: accessing out of bounds index. assert w < 3;
-[value] computing for function f3 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f3
-[value] Done for function f3
-[value] computing for function f2 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f2
-[value] Done for function f2
-[value] computing for function f1 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f1
-[value] Done for function f1
-[value] computing for function f <- main.
-        Called from tests/value/paths.i:48.
-[value] Recording results for f
-[value] Done for function f
-[value] Recording results for main
-[value] done for function main
-[from] Computing for function f
-[from] Now calling From callbacks
-Computing path dependencies for function f
-Path dependencies of f: fy
-[from] Done for function f
-[from] Computing for function f1
-[from] Now calling From callbacks
-Computing path dependencies for function f1
-Path dependencies of f1: d1
-[from] Done for function f1
-[from] Computing for function f2
-[from] Now calling From callbacks
-Computing path dependencies for function f2
-Path dependencies of f2: \nothing
-[from] Done for function f2
-[from] Computing for function f3
-[from] Now calling From callbacks
-Computing path dependencies for function f3
-Path dependencies of f3: \nothing
-[from] Done for function f3
-[from] Computing for function main
-[from] Computing for function unknownfun <-main
-[from] Done for function unknownfun
-[from] Now calling From callbacks
-Computing path dependencies for function main
-Assuming library function unknownfun has no path dependencies
-Path dependencies of main: b; X1; X2; X3; X4; t[0..2]; s; u; v; w; x; 
-y; z;
-ww
-[from] Done for function main
-[from] ====== DEPENDENCIES COMPUTED ======
-       These dependencies hold at termination for the executions that terminate:
-[from] Function f:
-  i FROM i; fy (and SELF)
-  d2 FROM fx
-  \result FROM d3
-[from] Function f1:
-  X FROM d1; X1; X4
-[from] Function f2:
-  X FROM X2
-[from] Function f3:
-  X FROM X3
-[from] Function unknownfun:
-  \result FROM x
-[from] Function main:
-  a FROM b; v (and SELF)
-  c FROM a; b; u
-  d FROM b; v
-  i FROM i; s; y; z; ww (and SELF)
-  d1 FROM x
-  d2 FROM y
-  d3 FROM z
-  d4 FROM ww
-  X FROM X1; X2; X3; X4; t[0..2]; w; x
-  \result FROM \nothing
-[from] ====== END OF DEPENDENCIES ======
diff --git a/tests/value/oracle_equalities/struct3.res.oracle b/tests/value/oracle_equalities/struct3.res.oracle
index 2fc6b4def4f..67c893770a5 100644
--- a/tests/value/oracle_equalities/struct3.res.oracle
+++ b/tests/value/oracle_equalities/struct3.res.oracle
@@ -13,17 +13,18 @@
   tab_s4[0..1] ∈ {0}
   s1 ∈ {0}
   s2 ∈ {0}
-  s4 ∈ {0}
-  s5 ∈ {0}
-  s6 ∈ {0}
   s8 ∈ {0}
   s7 ∈ {0}
   v ∈ [--..--]
-tests/value/struct3.i:38:[value] warning: accessing out of bounds index. assert 10 < 10;
-tests/value/struct3.i:38:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct3.i:42:[value] warning: accessing out of bounds index. assert 10 < 10;
+tests/value/struct3.i:42:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct3.i:46:[value] Assigning imprecise value to s2.a.
+        The imprecision originates from Arithmetic {tests/value/struct3.i:46}
 [value] Recording results for main
 [value] done for function main
-tests/value/struct3.i:38:[value] assertion 'Value,index_bound' got final status invalid.
+[value] warning: Garbled mix generated during analysis:
+                 {{ garbled mix of &{s1} (origin: Arithmetic {tests/value/struct3.i:46}) }}
+tests/value/struct3.i:42:[value] assertion 'Value,index_bound' got final status invalid.
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function main:
   s1.a ∈ {2}
@@ -34,14 +35,25 @@ tests/value/struct3.i:38:[value] assertion 'Value,index_bound' got final status
     .b.a ∈ {3}
     {.b.b; .e[0..9]} ∈ {0}
     .c ∈ {{ &s1 }}
+  s2.a ∈
+    {{ garbled mix of &{s1}
+     (origin: Arithmetic {tests/value/struct3.i:46}) }}
+    .d[0] ∈ {1}
+    .d[1..2] ∈ {2}
+    .d[3..7] ∈ {0}
+    .d[8..9] ∈ {2}
+    .b.a ∈ {3}
+    {.b.b; .e[0..9]} ∈ {0}
+    .c ∈ {{ &s1 }}
 [from] Computing for function main
 [from] Done for function main
 [from] ====== DEPENDENCIES COMPUTED ======
        These dependencies hold at termination for the executions that terminate:
 [from] Function main:
   s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c} FROM \nothing
+  s2 FROM s1{.d[3..7]; {.b.b; .e[0..9]}}
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c}
+          s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c}; s2
 [inout] Inputs for function main:
-          v
+          s1; s2.c; v
diff --git a/tests/value/oracle_equalities/symbolic_locs.err.oracle b/tests/value/oracle_equalities/symbolic_locs.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_equalities/symbolic_locs.res.oracle b/tests/value/oracle_equalities/symbolic_locs.res.oracle
new file mode 100644
index 00000000000..3cc3e452097
--- /dev/null
+++ b/tests/value/oracle_equalities/symbolic_locs.res.oracle
@@ -0,0 +1,178 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/symbolic_locs.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  t[0..9] ∈ {0}
+  u[0..9] ∈ [--..--]
+[value] computing for function main2_kill_direct <- main.
+        Called from tests/value/symbolic_locs.i:72.
+tests/value/symbolic_locs.i:29:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 32
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 34
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {1}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] Recording results for main2_kill_direct
+[value] Done for function main2_kill_direct
+[value] computing for function main3_kill_indirect <- main.
+        Called from tests/value/symbolic_locs.i:73.
+tests/value/symbolic_locs.i:41:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 44
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 46
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ {8}
+        =END OF DUMP==
+[value] Recording results for main3_kill_indirect
+[value] Done for function main3_kill_indirect
+[value] computing for function main4_scope_right <- main.
+        Called from tests/value/symbolic_locs.i:74.
+tests/value/symbolic_locs.i:51:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 55
+        v ∈ [--..--]
+        t[0..1] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [2] ∈ {{ NULL + {0; 1; 4} ; (int)&x }}
+         [3..8] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        x ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/symbolic_locs.i:55:[value] warning: locals {x} escaping the scope of a block of main4_scope_right through t
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 57
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4} or ESCAPINGADDR
+         [2] ∈ {0; 1; 4} or ESCAPINGADDR
+         [3..8] ∈ {0; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] Recording results for main4_scope_right
+[value] Done for function main4_scope_right
+[value] computing for function main5_scope_lv <- main.
+        Called from tests/value/symbolic_locs.i:75.
+tests/value/symbolic_locs.i:63:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 65
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 67
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        =END OF DUMP==
+[value] Recording results for main5_scope_lv
+[value] Done for function main5_scope_lv
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 76
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2_kill_direct:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {1}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main3_kill_indirect:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {0; 1; 4}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ {8}
+[value:final-states] Values at end of function main4_scope_right:
+  t[0..1] ∈ {0; 4} or ESCAPINGADDR
+   [2] ∈ {0; 1; 4} or ESCAPINGADDR
+   [3..8] ∈ {0; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main5_scope_lv:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  z ∈ {1}
+[value:final-states] Values at end of function main:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+[from] Computing for function main2_kill_direct
+[from] Computing for function Frama_C_dump_each <-main2_kill_direct
+[from] Done for function Frama_C_dump_each
+[from] Done for function main2_kill_direct
+[from] Computing for function main3_kill_indirect
+[from] Done for function main3_kill_indirect
+[from] Computing for function main4_scope_right
+[from] Done for function main4_scope_right
+[from] Computing for function main5_scope_lv
+[from] Done for function main5_scope_lv
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2_kill_direct:
+  t{[0..1]; [3..8]} FROM v (and SELF)
+   [2] FROM \nothing
+[from] Function main3_kill_indirect:
+  t[0..8] FROM v (and SELF)
+[from] Function main4_scope_right:
+  t[0..8] FROM v (and SELF)
+[from] Function main5_scope_lv:
+  t[0..8] FROM v (and SELF)
+[from] Function main:
+  t[0..8] FROM v (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2_kill_direct:
+          t[0..8]; i
+[inout] Inputs for function main2_kill_direct:
+          v
+[inout] Out (internal) for function main3_kill_indirect:
+          t[0..8]; i
+[inout] Inputs for function main3_kill_indirect:
+          v
+[inout] Out (internal) for function main4_scope_right:
+          t[0..8]; i
+[inout] Inputs for function main4_scope_right:
+          v
+[inout] Out (internal) for function main5_scope_lv:
+          t[0..8]; z; i
+[inout] Inputs for function main5_scope_lv:
+          v
+[inout] Out (internal) for function main:
+          t[0..8]
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_legacy/abstract_struct_1.res.oracle b/tests/value/oracle_legacy/abstract_struct_1.res.oracle
index 8f29a3b92ce..da98bb1e90e 100644
--- a/tests/value/oracle_legacy/abstract_struct_1.res.oracle
+++ b/tests/value/oracle_legacy/abstract_struct_1.res.oracle
@@ -22,7 +22,7 @@ tests/value/abstract_struct_1.c:10:[value] warning: during initialization of var
         Called from tests/value/abstract_struct_1.c:13.
 tests/value/abstract_struct_1.c:13:[kernel] warning: No code nor implicit assigns clause for function calloc, generating default assigns from the prototype
 [value] using specification for function calloc
-share/libc/stdlib.h:146:[value] function calloc: precondition got status valid.
+share/libc/stdlib.h:159:[value] function calloc: precondition got status valid.
 [value] Done for function calloc
 [value] Recording results for main
 [value] done for function main
diff --git a/tests/value/oracle_legacy/empty_struct2.res.oracle b/tests/value/oracle_legacy/empty_struct2.res.oracle
index e78a67ac6c3..94d86df34e8 100644
--- a/tests/value/oracle_legacy/empty_struct2.res.oracle
+++ b/tests/value/oracle_legacy/empty_struct2.res.oracle
@@ -6,8 +6,8 @@
 [value:initial-state] Values of globals at initialization
   nondet ∈ [--..--]
 tests/value/empty_struct2.c:40:[value] assertion got status valid.
-[value] Called Frama_C_show_each_global_empty({{  }})
-[value] Called Frama_C_show_each_e1({{  }})
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
 [value] computing for function memcpy <- main.
         Called from tests/value/empty_struct2.c:44.
 [value] using specification for function memcpy
@@ -21,7 +21,7 @@ tests/value/empty_struct2.c:44:[value] cannot evaluate ACSL term, unsupported AC
 tests/value/empty_struct2.c:49:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
 [value] Done for function memcpy
 [value] Called Frama_C_show_each_c2([--..--])
-[value] Called Frama_C_show_each_c2_e({{  }})
+[value] Called Frama_C_show_each_c2_e(∅)
 [value] computing for function f <- main.
         Called from tests/value/empty_struct2.c:52.
 tests/value/empty_struct2.c:27:[value] warning: accessing uninitialized left-value. assert \initialized(&s.b);
diff --git a/tests/value/oracle_legacy/empty_union.res.oracle b/tests/value/oracle_legacy/empty_union.res.oracle
index 1a6bbfe07f3..051dc272108 100644
--- a/tests/value/oracle_legacy/empty_union.res.oracle
+++ b/tests/value/oracle_legacy/empty_union.res.oracle
@@ -14,8 +14,8 @@ tests/value/empty_union.c:59:[kernel] imprecise size for variable f1 (Size of ar
     .data[1..2] ∈ {0}
 tests/value/empty_union.c:75:[value] assertion got status valid.
 tests/value/empty_union.c:76:[value] assertion got status valid.
-[value] Called Frama_C_show_each_global_empty({{  }})
-[value] Called Frama_C_show_each_e1({{  }})
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
 [value] computing for function memcpy <- main.
         Called from tests/value/empty_union.c:80.
 [value] using specification for function memcpy
@@ -29,7 +29,7 @@ tests/value/empty_union.c:80:[value] cannot evaluate ACSL term, unsupported ACSL
 tests/value/empty_union.c:85:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
 [value] Done for function memcpy
 [value] Called Frama_C_show_each_c2([--..--])
-[value] Called Frama_C_show_each_c2_e({{  }})
+[value] Called Frama_C_show_each_c2_e(∅)
 [value] computing for function f <- main.
         Called from tests/value/empty_union.c:88.
 [value] Recording results for f
diff --git a/tests/value/oracle_legacy/fun_ptr.0.err.oracle b/tests/value/oracle_legacy/fun_ptr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_legacy/fun_ptr.0.res.oracle b/tests/value/oracle_legacy/fun_ptr.0.res.oracle
new file mode 100644
index 00000000000..6fcb32dd419
--- /dev/null
+++ b/tests/value/oracle_legacy/fun_ptr.0.res.oracle
@@ -0,0 +1,201 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/fun_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {{ (long long)&f }}
+   [1] ∈ {{ (long long)&g }}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function test1 <- main.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: Function pointer and pointed function have incompatible types.
+                 assert \valid_function((int (*)(int ))t[nd]);
+[value] computing for function f <- test1 <- main.
+        Called from tests/value/fun_ptr.i:28.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test1
+[value] Done for function test1
+[value] computing for function test2 <- main.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: Function pointer and pointed function have incompatible types.
+                 assert \valid_function((int (*)(int , int ))t[nd]);
+[value] computing for function f <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for test2
+[value] Done for function test2
+[value] computing for function test3 <- main.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: Function pointer and pointed function have completely incompatible types.
+                 assert \valid_function((double (*)(int ))t[nd]);
+[value] Recording results for test3
+[value] Done for function test3
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
+[value] computing for function h <- main.
+        Called from tests/value/fun_ptr.i:87.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function test_benign <- main.
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: Function pointer and pointed function have incompatible types.
+                 assert \valid_function(p);
+[value] computing for function benign <- test_benign <- main.
+        Called from tests/value/fun_ptr.i:56.
+[value] Recording results for benign
+[value] Done for function benign
+[value] Recording results for test_benign
+[value] Done for function test_benign
+[value] computing for function test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: Function pointer and pointed function have incompatible types.
+                 assert \valid_function(p);
+[value] computing for function too_much <- test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:70.
+[value] Recording results for too_much
+[value] Done for function too_much
+tests/value/fun_ptr.i:73:[value] warning: Function pointer and pointed function have completely incompatible types.
+                 assert \valid_function(p);
+[value] Recording results for test_too_much_benign
+[value] Done for function test_too_much_benign
+[value] Recording results for main
+[value] done for function main
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function benign:
+  q ∈ {{ &x }}
+  k ∈ {-2147483648}
+  x ∈ {-2147483648}
+[value:final-states] Values at end of function f:
+  __retres ∈ {4}
+[value:final-states] Values at end of function g:
+  __retres ∈ {7}
+[value:final-states] Values at end of function h:
+  __retres ∈ {3.}
+[value:final-states] Values at end of function test1:
+  R1 ∈ {4}
+[value:final-states] Values at end of function test2:
+  R2 ∈ {4; 7}
+[value:final-states] Values at end of function test3:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function test_benign:
+  x ∈ {-2147483648}
+  p ∈ {{ (void (*)(long , short *))&benign }}
+[value:final-states] Values at end of function too_much:
+  j ∈ {1}
+[value:final-states] Values at end of function test_too_much_benign:
+  p ∈ {{ (void (*)(int , int ))&too_much }}
+[value:final-states] Values at end of function main:
+  R1 ∈ {4}
+  R2 ∈ {4; 7}
+  R3 ∈ {0}
+  ph ∈ {{ &h }}
+  __retres ∈ {0}
+[from] Computing for function benign
+[from] Done for function benign
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function test1
+[from] Done for function test1
+[from] Computing for function test2
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test2
+[from] Computing for function test3
+[from] Non-terminating function test3 (no dependencies)
+[from] Done for function test3
+[from] Computing for function test_benign
+[from] Done for function test_benign
+[from] Computing for function too_much
+[from] Done for function too_much
+[from] Computing for function test_too_much_benign
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test_too_much_benign
+[from] Computing for function main
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function benign:
+  x FROM j; p
+[from] Function f:
+  \result FROM x
+[from] Function g:
+  \result FROM x; y
+[from] Function h:
+  \result FROM a; b
+[from] Function test1:
+  R1 FROM t[0..1]; nd
+[from] Function test2:
+  R2 FROM t[0..1]; nd
+[from] Function test3:
+  NON TERMINATING - NO EFFECTS
+[from] Function test_benign:
+  NO EFFECTS
+[from] Function too_much:
+  NO EFFECTS
+[from] Function test_too_much_benign:
+  NO EFFECTS
+[from] Function main:
+  R1 FROM t[0..1]; v
+  R2 FROM t[0..1]; v
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function benign:
+          q; k; x
+[inout] Inputs for function benign:
+          \nothing
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function test1:
+          R1
+[inout] Inputs for function test1:
+          t[0..1]
+[inout] Out (internal) for function test2:
+          R2
+[inout] Inputs for function test2:
+          t[0..1]
+[inout] Out (internal) for function test3:
+          R3
+[inout] Inputs for function test3:
+          t[0..1]
+[inout] Out (internal) for function test_benign:
+          x; p
+[inout] Inputs for function test_benign:
+          \nothing
+[inout] Out (internal) for function too_much:
+          j
+[inout] Inputs for function too_much:
+          \nothing
+[inout] Out (internal) for function test_too_much_benign:
+          p
+[inout] Inputs for function test_too_much_benign:
+          v
+[inout] Out (internal) for function main:
+          R1; R2; R3; ph; __retres
+[inout] Inputs for function main:
+          t[0..1]; v
diff --git a/tests/value/oracle_legacy/fun_ptr.1.err.oracle b/tests/value/oracle_legacy/fun_ptr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_legacy/fun_ptr.res.oracle b/tests/value/oracle_legacy/fun_ptr.1.res.oracle
similarity index 82%
rename from tests/value/oracle_legacy/fun_ptr.res.oracle
rename to tests/value/oracle_legacy/fun_ptr.1.res.oracle
index a79671bbb56..71ad73950ca 100644
--- a/tests/value/oracle_legacy/fun_ptr.res.oracle
+++ b/tests/value/oracle_legacy/fun_ptr.1.res.oracle
@@ -4,74 +4,74 @@
 [value] Computing initial state
 [value] Initial state computed
 [value:initial-state] Values of globals at initialization
-  t[0] ∈ {{ (long)&f }}
-   [1] ∈ {{ (long)&g }}
+  t[0] ∈ {{ (__int64)&f }}
+   [1] ∈ {{ (__int64)&g }}
   R1 ∈ {0}
   R2 ∈ {0}
   R3 ∈ {0}
   v ∈ [--..--]
 [value] computing for function test1 <- main.
-        Called from tests/value/fun_ptr.i:74.
-tests/value/fun_ptr.i:24:[value] warning: Function pointer and pointed function have incompatible types.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: Function pointer and pointed function have incompatible types.
                  assert \valid_function((int (*)(int ))t[nd]);
 [value] computing for function f <- test1 <- main.
-        Called from tests/value/fun_ptr.i:24.
+        Called from tests/value/fun_ptr.i:28.
 [value] Recording results for f
 [value] Done for function f
 [value] Recording results for test1
 [value] Done for function test1
 [value] computing for function test2 <- main.
-        Called from tests/value/fun_ptr.i:75.
-tests/value/fun_ptr.i:29:[value] warning: Function pointer and pointed function have incompatible types.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: Function pointer and pointed function have incompatible types.
                  assert \valid_function((int (*)(int , int ))t[nd]);
 [value] computing for function f <- test2 <- main.
-        Called from tests/value/fun_ptr.i:29.
+        Called from tests/value/fun_ptr.i:33.
 [value] Recording results for f
 [value] Done for function f
 [value] computing for function g <- test2 <- main.
-        Called from tests/value/fun_ptr.i:29.
+        Called from tests/value/fun_ptr.i:33.
 [value] Recording results for g
 [value] Done for function g
 [value] Recording results for test2
 [value] Done for function test2
 [value] computing for function test3 <- main.
-        Called from tests/value/fun_ptr.i:76.
-tests/value/fun_ptr.i:34:[value] warning: Function pointer and pointed function have completely incompatible types.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: Function pointer and pointed function have completely incompatible types.
                  assert \valid_function((double (*)(int ))t[nd]);
 [value] Recording results for test3
 [value] Done for function test3
-tests/value/fun_ptr.i:79:[value] warning: Function type must match type at call site: assert(function type matches)
-tests/value/fun_ptr.i:81:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
 [value] computing for function h <- main.
-        Called from tests/value/fun_ptr.i:83.
+        Called from tests/value/fun_ptr.i:87.
 [value] Recording results for h
 [value] Done for function h
 [value] computing for function test_benign <- main.
-        Called from tests/value/fun_ptr.i:85.
-tests/value/fun_ptr.i:52:[value] warning: Function pointer and pointed function have incompatible types.
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: Function pointer and pointed function have incompatible types.
                  assert \valid_function(p);
 [value] computing for function benign <- test_benign <- main.
-        Called from tests/value/fun_ptr.i:52.
+        Called from tests/value/fun_ptr.i:56.
 [value] Recording results for benign
 [value] Done for function benign
 [value] Recording results for test_benign
 [value] Done for function test_benign
 [value] computing for function test_too_much_benign <- main.
-        Called from tests/value/fun_ptr.i:86.
-tests/value/fun_ptr.i:66:[value] warning: Function pointer and pointed function have incompatible types.
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: Function pointer and pointed function have incompatible types.
                  assert \valid_function(p);
 [value] computing for function too_much <- test_too_much_benign <- main.
-        Called from tests/value/fun_ptr.i:66.
+        Called from tests/value/fun_ptr.i:70.
 [value] Recording results for too_much
 [value] Done for function too_much
-tests/value/fun_ptr.i:69:[value] warning: Function pointer and pointed function have completely incompatible types.
+tests/value/fun_ptr.i:73:[value] warning: Function pointer and pointed function have completely incompatible types.
                  assert \valid_function(p);
 [value] Recording results for test_too_much_benign
 [value] Done for function test_too_much_benign
 [value] Recording results for main
 [value] done for function main
-tests/value/fun_ptr.i:34:[value] assertion 'Value,function_pointer' got final status invalid.
-tests/value/fun_ptr.i:69:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function benign:
   q ∈ {{ &x }}
@@ -113,7 +113,7 @@ tests/value/fun_ptr.i:69:[value] assertion 'Value,function_pointer' got final st
 [from] Computing for function test1
 [from] Done for function test1
 [from] Computing for function test2
-tests/value/fun_ptr.i:29:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Done for function test2
 [from] Computing for function test3
 [from] Non-terminating function test3 (no dependencies)
@@ -123,10 +123,10 @@ tests/value/fun_ptr.i:29:[from] warning: variadic call detected. Using only 1 ar
 [from] Computing for function too_much
 [from] Done for function too_much
 [from] Computing for function test_too_much_benign
-tests/value/fun_ptr.i:66:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
 [from] Done for function test_too_much_benign
 [from] Computing for function main
-tests/value/fun_ptr.i:81:[from] warning: variadic call detected. Using only 0 argument(s).
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
 [from] Done for function main
 [from] ====== DEPENDENCIES COMPUTED ======
        These dependencies hold at termination for the executions that terminate:
diff --git a/tests/value/oracle_legacy/local.res.oracle b/tests/value/oracle_legacy/local.res.oracle
index f66f9d39d6b..a9c42496641 100644
--- a/tests/value/oracle_legacy/local.res.oracle
+++ b/tests/value/oracle_legacy/local.res.oracle
@@ -11,13 +11,13 @@
   U ∈ {0}
   V ∈ {0}
 [value] computing for function f <- main.
-        Called from tests/value/local.i:26.
+        Called from tests/value/local.i:33.
 tests/value/local.i:7:[value] warning: locals {b} escaping the scope of f through \result
 tests/value/local.i:7:[value] warning: locals {a} escaping the scope of f through X
 [value] Recording results for f
 [value] Done for function f
 [value] computing for function g <- main.
-        Called from tests/value/local.i:27.
+        Called from tests/value/local.i:34.
 [value] computing for function f <- g <- main.
         Called from tests/value/local.i:13.
 [value] Recording results for f
@@ -26,7 +26,7 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
 tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g through U
 [value] Recording results for g
 [value] Done for function g
-[value] DUMPING STATE of file tests/value/local.i line 28
+[value] DUMPING STATE of file tests/value/local.i line 35
         X ∈ ESCAPINGADDR
         Y ∈ ESCAPINGADDR
         Z ∈ ESCAPINGADDR
@@ -36,9 +36,13 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
         e ∈ UNINITIALIZED
         =END OF DUMP==
 [value] computing for function h <- main.
-        Called from tests/value/local.i:29.
+        Called from tests/value/local.i:36.
 [value] Recording results for h
 [value] Done for function h
+[value] computing for function i <- main.
+        Called from tests/value/local.i:37.
+[value] Recording results for i
+[value] Done for function i
 [value] Recording results for main
 [value] done for function main
 [value] ====== VALUES COMPUTED ======
@@ -52,6 +56,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
   d ∈ [--..--]
 [value:final-states] Values at end of function h:
   __retres ∈ {{ &e + {4} }}
+[value:final-states] Values at end of function i:
+  x ∈ {{ &local }}
 [value:final-states] Values at end of function main:
   X ∈ ESCAPINGADDR
   Y ∈ ESCAPINGADDR
@@ -65,6 +71,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
 [from] Done for function g
 [from] Computing for function h
 [from] Done for function h
+[from] Computing for function i
+[from] Done for function i
 [from] Computing for function main
 [from] Computing for function Frama_C_dump_each <-main
 [from] Done for function Frama_C_dump_each
@@ -81,6 +89,8 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
   \result FROM \nothing
 [from] Function h:
   \result FROM x
+[from] Function i:
+  NO EFFECTS
 [from] Function main:
   X FROM \nothing
   Y FROM \nothing
@@ -101,6 +111,10 @@ tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g throu
           __retres
 [inout] Inputs for function h:
           \nothing
+[inout] Out (internal) for function i:
+          x
+[inout] Inputs for function i:
+          \nothing
 [inout] Out (internal) for function main:
           X; Y; Z; T; U; V
 [inout] Inputs for function main:
diff --git a/tests/value/oracle_legacy/paths.res.oracle b/tests/value/oracle_legacy/paths.res.oracle
deleted file mode 100644
index 4dde11fc17d..00000000000
--- a/tests/value/oracle_legacy/paths.res.oracle
+++ /dev/null
@@ -1,106 +0,0 @@
-[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
-[kernel] Parsing tests/value/paths.i (no preprocessing)
-[value] Analyzing a complete application starting at main
-[value] Computing initial state
-[value] Initial state computed
-[value:initial-state] Values of globals at initialization
-  a ∈ {0}
-  b ∈ {0}
-  c ∈ {0}
-  d ∈ {0}
-  e ∈ {0}
-  i ∈ {0}
-  d1 ∈ {0}
-  d2 ∈ {0}
-  d3 ∈ {0}
-  d4 ∈ {0}
-  X1 ∈ {0}
-  X2 ∈ {0}
-  X3 ∈ {0}
-  X4 ∈ {0}
-  X5 ∈ {0}
-  X ∈ {0}
-  t[0] ∈ {{ &f1 }}
-   [1] ∈ {{ &f2 }}
-   [2] ∈ {{ &f3 }}
-[value] computing for function unknownfun <- main.
-        Called from tests/value/paths.i:38.
-[value] using specification for function unknownfun
-[value] Done for function unknownfun
-tests/value/paths.i:41:[value] warning: signed overflow. assert r+1 ≤ 2147483647;
-tests/value/paths.i:44:[value] warning: accessing out of bounds index. assert 0 ≤ w;
-tests/value/paths.i:44:[value] warning: accessing out of bounds index. assert w < 3;
-[value] computing for function f1 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f1
-[value] Done for function f1
-[value] computing for function f2 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f2
-[value] Done for function f2
-[value] computing for function f3 <- main.
-        Called from tests/value/paths.i:44.
-[value] Recording results for f3
-[value] Done for function f3
-[value] computing for function f <- main.
-        Called from tests/value/paths.i:48.
-[value] Recording results for f
-[value] Done for function f
-[value] Recording results for main
-[value] done for function main
-[from] Computing for function f
-[from] Now calling From callbacks
-Computing path dependencies for function f
-Path dependencies of f: fy
-[from] Done for function f
-[from] Computing for function f1
-[from] Now calling From callbacks
-Computing path dependencies for function f1
-Path dependencies of f1: d1
-[from] Done for function f1
-[from] Computing for function f2
-[from] Now calling From callbacks
-Computing path dependencies for function f2
-Path dependencies of f2: \nothing
-[from] Done for function f2
-[from] Computing for function f3
-[from] Now calling From callbacks
-Computing path dependencies for function f3
-Path dependencies of f3: \nothing
-[from] Done for function f3
-[from] Computing for function main
-[from] Computing for function unknownfun <-main
-[from] Done for function unknownfun
-[from] Now calling From callbacks
-Computing path dependencies for function main
-Assuming library function unknownfun has no path dependencies
-Path dependencies of main: b; X1; X2; X3; X4; t[0..2]; s; u; v; w; x; 
-y; z;
-ww
-[from] Done for function main
-[from] ====== DEPENDENCIES COMPUTED ======
-       These dependencies hold at termination for the executions that terminate:
-[from] Function f:
-  i FROM i; fy (and SELF)
-  d2 FROM fx
-  \result FROM d3
-[from] Function f1:
-  X FROM d1; X1; X4
-[from] Function f2:
-  X FROM X2
-[from] Function f3:
-  X FROM X3
-[from] Function unknownfun:
-  \result FROM x
-[from] Function main:
-  a FROM b; v (and SELF)
-  c FROM a; b; u
-  d FROM b; v
-  i FROM i; s; y; z; ww (and SELF)
-  d1 FROM x
-  d2 FROM y
-  d3 FROM z
-  d4 FROM ww
-  X FROM X1; X2; X3; X4; t[0..2]; w; x
-  \result FROM \nothing
-[from] ====== END OF DEPENDENCIES ======
diff --git a/tests/value/oracle_legacy/struct3.res.oracle b/tests/value/oracle_legacy/struct3.res.oracle
index 2fc6b4def4f..67c893770a5 100644
--- a/tests/value/oracle_legacy/struct3.res.oracle
+++ b/tests/value/oracle_legacy/struct3.res.oracle
@@ -13,17 +13,18 @@
   tab_s4[0..1] ∈ {0}
   s1 ∈ {0}
   s2 ∈ {0}
-  s4 ∈ {0}
-  s5 ∈ {0}
-  s6 ∈ {0}
   s8 ∈ {0}
   s7 ∈ {0}
   v ∈ [--..--]
-tests/value/struct3.i:38:[value] warning: accessing out of bounds index. assert 10 < 10;
-tests/value/struct3.i:38:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct3.i:42:[value] warning: accessing out of bounds index. assert 10 < 10;
+tests/value/struct3.i:42:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct3.i:46:[value] Assigning imprecise value to s2.a.
+        The imprecision originates from Arithmetic {tests/value/struct3.i:46}
 [value] Recording results for main
 [value] done for function main
-tests/value/struct3.i:38:[value] assertion 'Value,index_bound' got final status invalid.
+[value] warning: Garbled mix generated during analysis:
+                 {{ garbled mix of &{s1} (origin: Arithmetic {tests/value/struct3.i:46}) }}
+tests/value/struct3.i:42:[value] assertion 'Value,index_bound' got final status invalid.
 [value] ====== VALUES COMPUTED ======
 [value:final-states] Values at end of function main:
   s1.a ∈ {2}
@@ -34,14 +35,25 @@ tests/value/struct3.i:38:[value] assertion 'Value,index_bound' got final status
     .b.a ∈ {3}
     {.b.b; .e[0..9]} ∈ {0}
     .c ∈ {{ &s1 }}
+  s2.a ∈
+    {{ garbled mix of &{s1}
+     (origin: Arithmetic {tests/value/struct3.i:46}) }}
+    .d[0] ∈ {1}
+    .d[1..2] ∈ {2}
+    .d[3..7] ∈ {0}
+    .d[8..9] ∈ {2}
+    .b.a ∈ {3}
+    {.b.b; .e[0..9]} ∈ {0}
+    .c ∈ {{ &s1 }}
 [from] Computing for function main
 [from] Done for function main
 [from] ====== DEPENDENCIES COMPUTED ======
        These dependencies hold at termination for the executions that terminate:
 [from] Function main:
   s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c} FROM \nothing
+  s2 FROM s1{.d[3..7]; {.b.b; .e[0..9]}}
 [from] ====== END OF DEPENDENCIES ======
 [inout] Out (internal) for function main:
-          s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c}
+          s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c}; s2
 [inout] Inputs for function main:
-          v
+          s1; s2.c; v
diff --git a/tests/value/oracle_legacy/symbolic_locs.err.oracle b/tests/value/oracle_legacy/symbolic_locs.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_legacy/symbolic_locs.res.oracle b/tests/value/oracle_legacy/symbolic_locs.res.oracle
new file mode 100644
index 00000000000..3cc3e452097
--- /dev/null
+++ b/tests/value/oracle_legacy/symbolic_locs.res.oracle
@@ -0,0 +1,178 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/symbolic_locs.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  t[0..9] ∈ {0}
+  u[0..9] ∈ [--..--]
+[value] computing for function main2_kill_direct <- main.
+        Called from tests/value/symbolic_locs.i:72.
+tests/value/symbolic_locs.i:29:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 32
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 34
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {1}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] Recording results for main2_kill_direct
+[value] Done for function main2_kill_direct
+[value] computing for function main3_kill_indirect <- main.
+        Called from tests/value/symbolic_locs.i:73.
+tests/value/symbolic_locs.i:41:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 44
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 46
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ {8}
+        =END OF DUMP==
+[value] Recording results for main3_kill_indirect
+[value] Done for function main3_kill_indirect
+[value] computing for function main4_scope_right <- main.
+        Called from tests/value/symbolic_locs.i:74.
+tests/value/symbolic_locs.i:51:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 55
+        v ∈ [--..--]
+        t[0..1] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [2] ∈ {{ NULL + {0; 1; 4} ; (int)&x }}
+         [3..8] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        x ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/symbolic_locs.i:55:[value] warning: locals {x} escaping the scope of a block of main4_scope_right through t
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 57
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4} or ESCAPINGADDR
+         [2] ∈ {0; 1; 4} or ESCAPINGADDR
+         [3..8] ∈ {0; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] Recording results for main4_scope_right
+[value] Done for function main4_scope_right
+[value] computing for function main5_scope_lv <- main.
+        Called from tests/value/symbolic_locs.i:75.
+tests/value/symbolic_locs.i:63:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 65
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        i ∈ [0..8]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 67
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        =END OF DUMP==
+[value] Recording results for main5_scope_lv
+[value] Done for function main5_scope_lv
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 76
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2_kill_direct:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {1}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main3_kill_indirect:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {0; 1; 4}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ {8}
+[value:final-states] Values at end of function main4_scope_right:
+  t[0..1] ∈ {0; 4} or ESCAPINGADDR
+   [2] ∈ {0; 1; 4} or ESCAPINGADDR
+   [3..8] ∈ {0; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main5_scope_lv:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  z ∈ {1}
+[value:final-states] Values at end of function main:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+[from] Computing for function main2_kill_direct
+[from] Computing for function Frama_C_dump_each <-main2_kill_direct
+[from] Done for function Frama_C_dump_each
+[from] Done for function main2_kill_direct
+[from] Computing for function main3_kill_indirect
+[from] Done for function main3_kill_indirect
+[from] Computing for function main4_scope_right
+[from] Done for function main4_scope_right
+[from] Computing for function main5_scope_lv
+[from] Done for function main5_scope_lv
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2_kill_direct:
+  t{[0..1]; [3..8]} FROM v (and SELF)
+   [2] FROM \nothing
+[from] Function main3_kill_indirect:
+  t[0..8] FROM v (and SELF)
+[from] Function main4_scope_right:
+  t[0..8] FROM v (and SELF)
+[from] Function main5_scope_lv:
+  t[0..8] FROM v (and SELF)
+[from] Function main:
+  t[0..8] FROM v (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2_kill_direct:
+          t[0..8]; i
+[inout] Inputs for function main2_kill_direct:
+          v
+[inout] Out (internal) for function main3_kill_indirect:
+          t[0..8]; i
+[inout] Inputs for function main3_kill_indirect:
+          v
+[inout] Out (internal) for function main4_scope_right:
+          t[0..8]; i
+[inout] Inputs for function main4_scope_right:
+          v
+[inout] Out (internal) for function main5_scope_lv:
+          t[0..8]; z; i
+[inout] Inputs for function main5_scope_lv:
+          v
+[inout] Out (internal) for function main:
+          t[0..8]
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/CruiseControl.0.err.oracle b/tests/value/oracle_symblocs/CruiseControl.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/CruiseControl.0.res.oracle b/tests/value/oracle_symblocs/CruiseControl.0.res.oracle
new file mode 100644
index 00000000000..9080de883ed
--- /dev/null
+++ b/tests/value/oracle_symblocs/CruiseControl.0.res.oracle
@@ -0,0 +1,3351 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/CruiseControl.c (with preprocessing)
+tests/value/CruiseControl.c:577:[kernel] warning: Floating-point constant 8.113 is not represented exactly. Will use 0x1.039db22d0e560p3. See documentation for option -warn-decimal-float
+[kernel] Parsing tests/value/CruiseControl_const.c (with preprocessing)
+[value] Analyzing an incomplete application starting at CruiseControl
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  ZeroSpeed ∈ {0}
+  SpeedInc ∈ {2.0000000000000000}
+  SpeedMax ∈ {150.0000000000000000}
+  SpeedMin ∈ {30.0000000000000000}
+  ZeroPercent ∈ {0}
+  Kp ∈ {8.1129999160766601}
+  Ki ∈ {1.0000000000000000*2^-1}
+  RegThrottleMax ∈ {45.0000000000000000}
+[value] computing for function DetectPedalsPressed <- CruiseControl.
+        Called from tests/value/CruiseControl.c:462.
+[value] Recording results for DetectPedalsPressed
+[value] Done for function DetectPedalsPressed
+[value] computing for function DetectSpeedLimits <- CruiseControl.
+        Called from tests/value/CruiseControl.c:473.
+[value] Recording results for DetectSpeedLimits
+[value] Done for function DetectSpeedLimits
+[value] computing for function CruiseStateMgt <- CruiseControl.
+        Called from tests/value/CruiseControl.c:486.
+[value] Recording results for CruiseStateMgt
+[value] Done for function CruiseStateMgt
+[value] computing for function CruiseSpeedMgt <- CruiseControl.
+        Called from tests/value/CruiseControl.c:508.
+[value] Recording results for CruiseSpeedMgt
+[value] Done for function CruiseSpeedMgt
+[value] computing for function ThrottleCmd <- CruiseControl.
+        Called from tests/value/CruiseControl.c:525.
+[value] computing for function ThrottleRegulation <- ThrottleCmd <- CruiseControl.
+        Called from tests/value/CruiseControl.c:242.
+tests/value/CruiseControl.c:172:[value] warning: non-finite float value.
+                 assert \is_finite((float)(_C_->_L1_CruiseControl-_C_->_L2_CruiseControl));
+tests/value/CruiseControl.c:175:[value] warning: non-finite float value.
+                 assert \is_finite((float)(_C_->_L3_CruiseControl*_C_->_L6_CruiseControl));
+tests/value/CruiseControl.c:194:[value] warning: non-finite float value.
+                 assert \is_finite((float)(_C_->_L16_CruiseControl+_C_->_L18_CruiseControl));
+tests/value/CruiseControl.c:199:[value] warning: non-finite float value.
+                 assert \is_finite((float)(_C_->ProportionnalAction+_C_->IntegralAction));
+[value] computing for function SaturateThrottle <- ThrottleRegulation <- 
+                                ThrottleCmd <- CruiseControl.
+        Called from tests/value/CruiseControl.c:202.
+tests/value/CruiseControl.c:162:[value] warning: assertion got status unknown.
+[value] Recording results for SaturateThrottle
+[value] Done for function SaturateThrottle
+[value] Recording results for ThrottleRegulation
+[value] Done for function ThrottleRegulation
+[value] Recording results for ThrottleCmd
+[value] Done for function ThrottleCmd
+[value] Recording results for CruiseControl
+[value] done for function CruiseControl
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function CruiseSpeedMgt:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl} ∈ {0; 1}
+       [0]{._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈ {0}
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt._L21_CruiseControl ∈ {0}
+       [0]._C0_CruiseSpeedMgt._L10_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt._L12_CruiseControl ∈ {2.0000000000000000}
+       [0]._C0_CruiseSpeedMgt._L13_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt._L15_CruiseControl ∈ {150.0000000000000000}
+       [0]._C0_CruiseSpeedMgt._L16_CruiseControl ∈ {0; 1}
+       [0]._C0_CruiseSpeedMgt._L4_CruiseControl ∈ [--..--]
+       [0]._C0_CruiseSpeedMgt._L17_CruiseControl ∈ {0; 1}
+       [0]._C0_CruiseSpeedMgt._L11_CruiseControl ∈ {2.0000000000000000}
+       [0]._C0_CruiseSpeedMgt._L14_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt._L19_CruiseControl ∈ {30.0000000000000000}
+       [0]._C0_CruiseSpeedMgt._L18_CruiseControl ∈ {0; 1}
+       [0]._C0_CruiseSpeedMgt._L5_CruiseControl ∈ [--..--]
+       [0]._C0_CruiseSpeedMgt._L20_CruiseControl ∈ {0; 1}
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {30.0000000000000000}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       {150.0000000000000000}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]{._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function CruiseStateMgt:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0].SpeedOutOffLimits ∈ {0; 1}
+       [0]{._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {30.0000000000000000}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       {150.0000000000000000}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]{._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function DetectPedalsPressed:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [0]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function DetectSpeedLimits:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {30.0000000000000000}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       {150.0000000000000000}
+       [0]._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl} ∈
+       {0; 1}
+       [0]{._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function SaturateThrottle:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl} ∈ {0; 1}
+       [0]{._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈ {0}
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {30.0000000000000000}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       {150.0000000000000000}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]._M_condact_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._I0_Regul_ON ∈ {0; 1}
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._L21_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._L20_CruiseControl ∈ {1}
+       [0]._C4_ThrottleCmd._L22_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd.ONRisingEdge ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L26_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd{._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset ∈ {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L6_CruiseControl ∈
+       {8.1129999160766601}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.ProportionnalAction ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L22_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L16_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L23_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L18_CruiseControl; ._L10_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L8_CruiseControl ∈
+       {1.0000000000000000*2^-1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.IntegralAction ∈
+       [-1.9999998807907104*2^126 .. 1.9999998807907104*2^126]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl ∈
+       {45.0000000000000000}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl ∈
+       {0; 1}
+       {[0]._C4_ThrottleCmd._M_condact_2_CruiseControl; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function ThrottleRegulation:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl} ∈ {0; 1}
+       [0]{._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈ {0}
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {30.0000000000000000}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       {150.0000000000000000}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]._M_condact_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._I0_Regul_ON ∈ {0; 1}
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._L21_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._L20_CruiseControl ∈ {1}
+       [0]._C4_ThrottleCmd._L22_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd.ONRisingEdge ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L26_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd{._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset ∈ {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L6_CruiseControl ∈
+       {8.1129999160766601}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.ProportionnalAction ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L22_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L16_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L23_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L18_CruiseControl; ._L10_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L8_CruiseControl ∈
+       {1.0000000000000000*2^-1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.IntegralAction ∈
+       [-1.9999998807907104*2^126 .. 1.9999998807907104*2^126]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl ∈
+       {45.0000000000000000}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl ∈
+       {0; 1}
+       {[0]._C4_ThrottleCmd._M_condact_2_CruiseControl; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function ThrottleCmd:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl} ∈ {0; 1}
+       [0]{._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈ {0}
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {30.0000000000000000}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       {150.0000000000000000}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]._M_condact_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._I0_Regul_ON ∈ {0; 1}
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._L21_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._L20_CruiseControl ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L22_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd.ONRisingEdge ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L26_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd{._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._M_init_0_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset ∈ [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function CruiseControl:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._O2_Regul_ON ∈ {0; 1}
+       [0]{._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl} ∈ {0; 1}
+       [0]{._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈ {0}
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._M_init_CruiseControl ∈ {0}
+       [0]._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {30.0000000000000000}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       {150.0000000000000000}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]._M_condact_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._I0_Regul_ON ∈ {0; 1}
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._L21_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._L20_CruiseControl ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L22_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd.ONRisingEdge ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L26_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd{._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._M_init_0_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset ∈ [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[from] Computing for function CruiseSpeedMgt
+[from] Done for function CruiseSpeedMgt
+[from] Computing for function CruiseStateMgt
+[from] Done for function CruiseStateMgt
+[from] Computing for function DetectPedalsPressed
+[from] Done for function DetectPedalsPressed
+[from] Computing for function DetectSpeedLimits
+[from] Done for function DetectSpeedLimits
+[from] Computing for function SaturateThrottle
+[from] Done for function SaturateThrottle
+[from] Computing for function ThrottleRegulation
+[from] Done for function ThrottleRegulation
+[from] Computing for function ThrottleCmd
+[from] Done for function ThrottleCmd
+[from] Computing for function CruiseControl
+[from] Done for function CruiseControl
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function CruiseSpeedMgt:
+  S__C_{[0]._C0_CruiseSpeedMgt._O0_CruiseSpeed;
+        [0]._C0_CruiseSpeedMgt._L7_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; _C_;
+            S__C_{[0]._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel; ._I4_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C0_CruiseSpeedMgt._L1_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt._I4_Speed
+       [0]._C0_CruiseSpeedMgt._L2_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt._I1_Set
+       [0]._C0_CruiseSpeedMgt._L3_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt._I0_On
+       [0]._C0_CruiseSpeedMgt._L6_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt{._I0_On; ._I1_Set}
+       [0]._C0_CruiseSpeedMgt._L21_CruiseControl FROM ZeroSpeed; _C_
+       [0]._C0_CruiseSpeedMgt._L10_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_[0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}
+       {[0]._C0_CruiseSpeedMgt._L12_CruiseControl;
+        [0]._C0_CruiseSpeedMgt._L11_CruiseControl}
+       FROM SpeedInc; _C_
+       {[0]._C0_CruiseSpeedMgt._L13_CruiseControl;
+        [0]._C0_CruiseSpeedMgt._L14_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; _C_;
+            S__C_[0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}
+       [0]._C0_CruiseSpeedMgt._L15_CruiseControl FROM SpeedMax; _C_
+       [0]._C0_CruiseSpeedMgt._L16_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; _C_;
+            S__C_[0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}
+       [0]._C0_CruiseSpeedMgt._L4_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt._I2_QuickAccel
+       [0]._C0_CruiseSpeedMgt._L17_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; _C_;
+            S__C_{[0]._C0_CruiseSpeedMgt._I2_QuickAccel;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C0_CruiseSpeedMgt._L19_CruiseControl FROM SpeedMin; _C_
+       [0]._C0_CruiseSpeedMgt._L18_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMin; _C_;
+            S__C_[0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}
+       [0]._C0_CruiseSpeedMgt._L5_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt._I3_QuickDecel
+       [0]._C0_CruiseSpeedMgt._L20_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMin; _C_;
+            S__C_{[0]._C0_CruiseSpeedMgt._I3_QuickDecel;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C0_CruiseSpeedMgt._L9_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMin; _C_;
+            S__C_{[0]._C0_CruiseSpeedMgt._I3_QuickDecel;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C0_CruiseSpeedMgt._L8_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; _C_;
+            S__C_{[0]._C0_CruiseSpeedMgt{._I2_QuickAccel; ._I3_QuickDecel};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl FROM _C_
+  \result FROM \nothing
+[from] Function CruiseStateMgt:
+  S__C_{[0]._C3_CruiseStateMgt._O0_Regul_ON;
+        [0]._C3_CruiseStateMgt._O2_Regul_STDBY;
+        [0]._C3_CruiseStateMgt{._LE42_CruiseControl; ._LE6_CruiseControl};
+        [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl}}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed; ._I2_Resume; ._I3_On; ._I4_Off; ._I5_SpeedOutOffLimits};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._O1_Regul_OFF;
+        [0]._C3_CruiseStateMgt{._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl}}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I0_BrakePressed;
+                  [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE24_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE23_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I0_BrakePressed
+       [0]._C3_CruiseStateMgt._LE4_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I4_Off
+       [0]._C3_CruiseStateMgt._LE40_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE26_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE28_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE9_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE10_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE11_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE33_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE32_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE35_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE34_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE38_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE12_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE34_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE13_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE14_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE17_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE29_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE30_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I4_Off;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I0_BrakePressed;
+                  [0]._C3_CruiseStateMgt._I4_Off;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE3_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I3_On
+       [0]._C3_CruiseStateMgt._LE16_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE15_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE41_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE19_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I3_On;
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE20_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I3_On;
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE15_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE21_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I0_BrakePressed;
+                  [0]._C3_CruiseStateMgt{._I3_On; ._I4_Off};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE1_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I1_AcceleratorPressed
+       [0]._C3_CruiseStateMgt._LE5_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I5_SpeedOutOffLimits
+       [0]._C3_CruiseStateMgt._LE22_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I1_AcceleratorPressed;
+                  [0]._C3_CruiseStateMgt._I5_SpeedOutOffLimits}
+       {[0]._C3_CruiseStateMgt._LE23_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE27_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed};
+                  [0]._C3_CruiseStateMgt{._I3_On; ._I4_Off; ._I5_SpeedOutOffLimits};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE34_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed};
+                  [0]._C3_CruiseStateMgt{._I4_Off; ._I5_SpeedOutOffLimits};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE2_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I2_Resume
+       [0]._C3_CruiseStateMgt._LE31_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I2_Resume;
+                  [0]._C3_CruiseStateMgt._I4_Off;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE32_CruiseControl;
+        [0]._C3_CruiseStateMgt{._LE36_CruiseControl; ._LE37_CruiseControl}}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed; ._I2_Resume};
+                  [0]._C3_CruiseStateMgt{._I4_Off; ._I5_SpeedOutOffLimits};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE15_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._I3_On; ._I4_Off};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl FROM _C_
+  \result FROM \nothing
+[from] Function DetectPedalsPressed:
+  S__C_{[0]._C1_DetectPedalsPressed._O0_BrakePressed;
+        [0]._C1_DetectPedalsPressed._L4_CruiseControl}
+       FROM ZeroPercent; _C_; S__C_[0]._C1_DetectPedalsPressed._I0_Brake
+       {[0]._C1_DetectPedalsPressed._O1_AcceleratorPressed;
+        [0]._C1_DetectPedalsPressed._L3_CruiseControl}
+       FROM ZeroPercent; _C_;
+            S__C_[0]._C1_DetectPedalsPressed._I1_Accelerator
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl
+       FROM _C_; S__C_[0]._C1_DetectPedalsPressed._I0_Brake
+       {[0]._C1_DetectPedalsPressed._L8_CruiseControl;
+        [0]._C1_DetectPedalsPressed._L7_CruiseControl}
+       FROM ZeroPercent; _C_
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl
+       FROM _C_; S__C_[0]._C1_DetectPedalsPressed._I1_Accelerator
+  \result FROM \nothing
+[from] Function DetectSpeedLimits:
+  S__C_{[0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits;
+        [0]._C2_DetectSpeedLimits._L17_CruiseControl}
+       FROM SpeedMax; SpeedMin; _C_; S__C_[0]._C2_DetectSpeedLimits._I0_speed
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl
+       FROM _C_; S__C_[0]._C2_DetectSpeedLimits._I0_speed
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl FROM SpeedMin; _C_
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl
+       FROM SpeedMin; _C_; S__C_[0]._C2_DetectSpeedLimits._I0_speed
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl FROM SpeedMax; _C_
+       [0]._C2_DetectSpeedLimits._L9_CruiseControl
+       FROM SpeedMax; _C_; S__C_[0]._C2_DetectSpeedLimits._I0_speed
+  \result FROM \nothing
+[from] Function SaturateThrottle:
+  S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O0_ThrottleOut;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L8_CruiseControl}
+       FROM ZeroPercent; RegThrottleMax; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl}
+       FROM ZeroPercent; RegThrottleMax; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl
+       FROM RegThrottleMax; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl
+       FROM RegThrottleMax; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl
+       FROM ZeroPercent; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl
+       FROM ZeroPercent; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L6_CruiseControl
+       FROM ZeroPercent; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+  \result FROM \nothing
+[from] Function ThrottleRegulation:
+  S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation._O0_Throttle;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L13_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O0_ThrottleOut;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L8_CruiseControl}
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L1_CruiseControl
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I1_CruiseSpeed
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L2_CruiseControl
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I2_VehiculeSpeed
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L3_CruiseControl
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L6_CruiseControl
+       FROM Kp; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.ProportionnalAction
+       FROM Kp; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed}
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L22_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L23_CruiseControl}
+       FROM ZeroSpeed; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L16_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L18_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L10_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L8_CruiseControl
+       FROM Ki; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.IntegralAction
+       FROM ZeroSpeed; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L4_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl}
+       FROM ZeroSpeed; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl}
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L19_CruiseControl
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I0_Reset; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl
+       FROM _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl
+       FROM RegThrottleMax; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl
+       FROM ZeroSpeed; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl
+       FROM ZeroPercent; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L6_CruiseControl
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+  \result FROM \nothing
+[from] Function ThrottleCmd:
+  S__C_{[0]._C4_ThrottleCmd._O0_Throttle;
+        [0]._C4_ThrottleCmd._L24_CruiseControl}
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator};
+                  [0]._C4_ThrottleCmd._L19_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       {[0]._C4_ThrottleCmd._L21_CruiseControl;
+        [0]._C4_ThrottleCmd._L22_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._L20_CruiseControl
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON
+       [0]._C4_ThrottleCmd.ONRisingEdge
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._L26_CruiseControl FROM ZeroPercent; _C_
+       [0]._C4_ThrottleCmd._L1_CruiseControl
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._I1_CruiseSpeed
+       [0]._C4_ThrottleCmd._L2_CruiseControl
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._I2_VehiculeSpeed
+       [0]._C4_ThrottleCmd._L19_CruiseControl
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._L25_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._I3_Accelerator}
+       [0]._C4_ThrottleCmd._M_init_0_CruiseControl
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L19_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I1_CruiseSpeed;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L1_CruiseControl}
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I2_VehiculeSpeed;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L2_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._I2_VehiculeSpeed} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._O0_Throttle;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L13_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O0_ThrottleOut;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L8_CruiseControl}
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L3_CruiseControl
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L6_CruiseControl
+       FROM Kp; _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.ProportionnalAction
+       FROM Kp; _C_;
+            S__C_[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L22_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L23_CruiseControl}
+       FROM ZeroSpeed; _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L16_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L18_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L10_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L8_CruiseControl
+       FROM Ki; _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.IntegralAction
+       FROM ZeroSpeed; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L4_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl}
+       FROM ZeroSpeed; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl}
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl;
+        [0]._C4_ThrottleCmd._M_condact_2_CruiseControl}
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl
+       FROM RegThrottleMax; _C_;
+            S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl
+       FROM ZeroSpeed; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl
+       FROM ZeroPercent; _C_;
+            S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L6_CruiseControl
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+  \result FROM _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON
+[from] Function CruiseControl:
+  S__C_{[0]._O0_Cruise_speed; [0]._C4_ThrottleCmd._I1_CruiseSpeed;
+        [0]._C4_ThrottleCmd._L1_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._O1_Throttle_cmd; [0]._L22_CruiseControl;
+        [0]._C4_ThrottleCmd._O0_Throttle;
+        [0]._C4_ThrottleCmd._L24_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._L19_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       {[0]._O2_Regul_ON; [0]._O4_Regul_STDBY;
+        [0]._C4_ThrottleCmd._I0_Regul_ON;
+        [0]._C4_ThrottleCmd._L20_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._O3_Regul_OFF
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._L73_CruiseControl; [0]._L60_CruiseControl;
+        [0]._C3_CruiseStateMgt._I3_On;
+        [0]._C3_CruiseStateMgt._LE3_CruiseControl}
+       FROM _C_; S__C_[0]._I0_On
+       {[0]._L59_CruiseControl; [0]._C1_DetectPedalsPressed._I0_Brake;
+        [0]._C1_DetectPedalsPressed._L2_CruiseControl}
+       FROM _C_; S__C_[0]._I7_Brake
+       {[0]._L62_CruiseControl; [0]._C1_DetectPedalsPressed._I1_Accelerator;
+        [0]._C1_DetectPedalsPressed._L1_CruiseControl}
+       FROM _C_; S__C_[0]._I6_Accel
+       {[0].BrakePressed; [0]._C1_DetectPedalsPressed._O0_BrakePressed;
+        [0]._C1_DetectPedalsPressed._L4_CruiseControl;
+        [0]._C3_CruiseStateMgt._I0_BrakePressed;
+        [0]._C3_CruiseStateMgt._LE0_CruiseControl}
+       FROM ZeroPercent; _C_; S__C_[0]._I7_Brake
+       {[0].AcceleratorPressed;
+        [0]._C1_DetectPedalsPressed._O1_AcceleratorPressed;
+        [0]._C1_DetectPedalsPressed._L3_CruiseControl;
+        [0]._C3_CruiseStateMgt._I1_AcceleratorPressed;
+        [0]._C3_CruiseStateMgt._LE1_CruiseControl}
+       FROM ZeroPercent; _C_; S__C_[0]._I6_Accel
+       {[0]._L61_CruiseControl; [0]._C3_CruiseStateMgt._I2_Resume;
+        [0]._C3_CruiseStateMgt._LE2_CruiseControl}
+       FROM _C_; S__C_[0]._I2_Resume
+       {[0]._L58_CruiseControl; [0]._C3_CruiseStateMgt._I4_Off;
+        [0]._C3_CruiseStateMgt._LE4_CruiseControl}
+       FROM _C_; S__C_[0]._I1_Off
+       {[0]._L95_CruiseControl; [0]._L23_CruiseControl;
+        [0]._C2_DetectSpeedLimits._I0_speed;
+        [0]._C2_DetectSpeedLimits._L7_CruiseControl}
+       FROM _C_; S__C_[0]._I8_Speed
+       {[0].SpeedOutOffLimits;
+        [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits;
+        [0]._C2_DetectSpeedLimits._L17_CruiseControl;
+        [0]._C3_CruiseStateMgt._I5_SpeedOutOffLimits;
+        [0]._C3_CruiseStateMgt._LE5_CruiseControl}
+       FROM SpeedMax; SpeedMin; _C_; S__C_[0]._I8_Speed
+       {[0]._L82_CruiseControl;
+        [0]{._L84_CruiseControl; ._L19_CruiseControl};
+        [0]._C3_CruiseStateMgt._O0_Regul_ON;
+        [0]._C3_CruiseStateMgt._O2_Regul_STDBY;
+        [0]._C3_CruiseStateMgt{._LE42_CruiseControl; ._LE6_CruiseControl};
+        [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl}}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._L83_CruiseControl; [0]._C3_CruiseStateMgt._O1_Regul_OFF;
+        [0]._C3_CruiseStateMgt{._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl}}
+       FROM ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume}; [0]._I7_Brake;
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._L96_CruiseControl FROM ZeroSpeed; _C_
+       [0]._L38_CruiseControl FROM _C_; S__C_[0]._I3_Set
+       [0]._L39_CruiseControl FROM _C_; S__C_[0]._I4_QuickAccel
+       [0]._L40_CruiseControl FROM _C_; S__C_[0]._I5_QuickDecel
+       [0].CruiseSpeed
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._L26_CruiseControl; [0]._C4_ThrottleCmd._I3_Accelerator;
+        [0]._C4_ThrottleCmd._L25_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._M_init_CruiseControl;
+        [0]._C4_ThrottleCmd._M_init_0_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C0_CruiseSpeedMgt._I0_On;
+        [0]._C0_CruiseSpeedMgt._L3_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._I1_Set;
+        [0]._C0_CruiseSpeedMgt._L2_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._I2_QuickAccel;
+        [0]._C0_CruiseSpeedMgt._L4_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume}; [0]._I4_QuickAccel;
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._I3_QuickDecel;
+        [0]._C0_CruiseSpeedMgt._L5_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._I4_Speed;
+        [0]._C0_CruiseSpeedMgt._L1_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._I2_VehiculeSpeed;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L2_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._O0_CruiseSpeed;
+        [0]._C0_CruiseSpeedMgt._L7_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L6_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._L21_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L22_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L23_CruiseControl}
+       FROM ZeroSpeed; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L10_CruiseControl
+       FROM ZeroSpeed; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._L12_CruiseControl;
+        [0]._C0_CruiseSpeedMgt._L11_CruiseControl}
+       FROM SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._L13_CruiseControl;
+        [0]._C0_CruiseSpeedMgt._L14_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L15_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L16_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L17_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume}; [0]._I4_QuickAccel;
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L19_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L18_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L20_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L9_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L8_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl;
+        [0]._M_condact_0_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl;
+        [0]._C4_ThrottleCmd._M_condact_2_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C1_DetectPedalsPressed._L8_CruiseControl;
+        [0]._C1_DetectPedalsPressed._L7_CruiseControl}
+       FROM ZeroPercent; _C_
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl FROM SpeedMin; _C_
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl
+       FROM SpeedMin; _C_; S__C_[0]._I8_Speed
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl FROM SpeedMax; _C_
+       [0]._C2_DetectSpeedLimits._L9_CruiseControl
+       FROM SpeedMax; _C_; S__C_[0]._I8_Speed
+       [0]._C3_CruiseStateMgt._LE24_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE23_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE40_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE26_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE28_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE9_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE10_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE11_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE33_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE32_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE35_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE34_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE38_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE12_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE34_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE13_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE14_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE17_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE29_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE30_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._I1_Off;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl
+       FROM ZeroPercent; _C_;
+            S__C_{[0]._I1_Off; [0]._I7_Brake;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE16_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE15_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE41_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE19_CruiseControl
+       FROM _C_;
+            S__C_{[0]._I0_On; [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE20_CruiseControl
+       FROM _C_;
+            S__C_{[0]._I0_On; [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE15_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE21_CruiseControl
+       FROM ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off}; [0]._I7_Brake;
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE22_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]._I6_Accel; [0]._I8_Speed}
+       {[0]._C3_CruiseStateMgt._LE23_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE27_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE34_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]._I1_Off; [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE31_CruiseControl
+       FROM _C_;
+            S__C_{[0]{._I1_Off; ._I2_Resume};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE32_CruiseControl;
+        [0]._C3_CruiseStateMgt{._LE36_CruiseControl; ._LE37_CruiseControl}}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE15_CruiseControl
+       FROM _C_;
+            S__C_{[0]{._I0_On; ._I1_Off};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl FROM _C_
+       {[0]._C4_ThrottleCmd._I2_VehiculeSpeed;
+        [0]._C4_ThrottleCmd._L2_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C4_ThrottleCmd._L21_CruiseControl;
+        [0]._C4_ThrottleCmd._L22_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd.ONRisingEdge
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._L26_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._L19_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L19_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I1_CruiseSpeed;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L1_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L3_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._O0_Throttle;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L13_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O0_ThrottleOut;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L8_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L6_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; Kp; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.ProportionnalAction
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L16_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L18_CruiseControl
+       FROM ZeroSpeed; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L10_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L8_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; Ki; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.IntegralAction
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Ki; 
+            _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L4_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L6_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+  \result FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+               S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                     [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                     [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                     [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                     [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                     [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                     [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                     [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                     [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function CruiseSpeedMgt:
+          __retres;
+          S__C_[0]._C0_CruiseSpeedMgt{._O0_CruiseSpeed; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; ._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl; ._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl; ._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl; ._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl; ._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl; ._M_init_0_CruiseControl}
+[inout] Inputs for function CruiseSpeedMgt:
+          ZeroSpeed; SpeedInc; SpeedMax; SpeedMin;
+          S__C_{[0]._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel; ._I4_Speed};
+                [0]._C0_CruiseSpeedMgt{._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; ._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl; ._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl; ._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl; ._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl; ._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl; ._M_init_0_CruiseControl}}
+[inout] Out (internal) for function CruiseStateMgt:
+          __retres;
+          S__C_[0]._C3_CruiseStateMgt{._O0_Regul_ON; ._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl; ._LE0_CruiseControl; ._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl; ._LE18_CruiseControl; ._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl; ._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl; ._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl; ._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl; ._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl; ._LE27_CruiseControl; ._LE36_CruiseControl; ._LE37_CruiseControl; ._LE44_CruiseControl; ._LE8_CruiseControl; ._M_init_0_CruiseControl}
+[inout] Inputs for function CruiseStateMgt:
+          S__C_{[0]._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed; ._I2_Resume; ._I3_On; ._I4_Off; ._I5_SpeedOutOffLimits};
+                [0]._C3_CruiseStateMgt{._LE24_CruiseControl; ._LE0_CruiseControl; ._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl; ._LE18_CruiseControl; ._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl; ._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl; ._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl; ._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl; ._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl; ._LE27_CruiseControl; ._LE36_CruiseControl; ._LE37_CruiseControl; ._LE44_CruiseControl; ._LE8_CruiseControl; ._M_init_0_CruiseControl}}
+[inout] Out (internal) for function DetectPedalsPressed:
+          __retres;
+          S__C_[0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed; ._L2_CruiseControl; ._L8_CruiseControl; ._L4_CruiseControl; ._L1_CruiseControl; ._L7_CruiseControl; ._L3_CruiseControl}
+[inout] Inputs for function DetectPedalsPressed:
+          ZeroPercent;
+          S__C_{[0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator};
+                [0]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl; ._L4_CruiseControl; ._L1_CruiseControl; ._L7_CruiseControl; ._L3_CruiseControl}}
+[inout] Out (internal) for function DetectSpeedLimits:
+          __retres;
+          S__C_[0]._C2_DetectSpeedLimits{._O0_SpeedOutOffLimits; ._L7_CruiseControl; ._L13_CruiseControl; ._L8_CruiseControl; ._L14_CruiseControl; ._L9_CruiseControl; ._L17_CruiseControl}
+[inout] Inputs for function DetectSpeedLimits:
+          SpeedMax; SpeedMin;
+          S__C_{[0]._C2_DetectSpeedLimits._I0_speed;
+                [0]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl; ._L8_CruiseControl; ._L14_CruiseControl; ._L9_CruiseControl; ._L17_CruiseControl}}
+[inout] Out (internal) for function SaturateThrottle:
+          __retres;
+          S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._O0_ThrottleOut; ._O1_Saturate; ._L18_CruiseControl; ._L12_CruiseControl; ._L7_CruiseControl; ._L17_CruiseControl; ._L9_CruiseControl; ._L6_CruiseControl; ._L8_CruiseControl; ._L13_CruiseControl}
+[inout] Inputs for function SaturateThrottle:
+          ZeroPercent; RegThrottleMax;
+          S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn;
+                [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl; ._L7_CruiseControl; ._L17_CruiseControl; ._L9_CruiseControl; ._L6_CruiseControl; ._L8_CruiseControl; ._L13_CruiseControl}}
+[inout] Out (internal) for function ThrottleRegulation:
+          tmp; __retres;
+          S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl; .HoldIntegralAction; ._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl; ._L21_CruiseControl; ._M_init_0_CruiseControl; ._C0_SaturateThrottle}
+[inout] Inputs for function ThrottleRegulation:
+          ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax;
+          S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I0_Reset; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl; .HoldIntegralAction; ._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl; ._L21_CruiseControl; ._M_init_0_CruiseControl; ._C0_SaturateThrottle}}
+[inout] Out (internal) for function ThrottleCmd:
+          tmp; __retres;
+          S__C_[0]._C4_ThrottleCmd{._O0_Throttle; ._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge; ._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl; ._M_init_0_CruiseControl; ._C0_ThrottleRegulation; ._M_condact_2_CruiseControl}
+[inout] Inputs for function ThrottleCmd:
+          ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax;
+          S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator};
+                [0]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge; ._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl; ._M_init_0_CruiseControl; ._C0_ThrottleRegulation}}
+[inout] Out (internal) for function CruiseControl:
+          tmp; tmp_0; tmp_1; tmp_2; tmp_3; __retres;
+          S__C_[0]{._O0_Cruise_speed; ._O1_Throttle_cmd; ._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl; ._L59_CruiseControl; ._L62_CruiseControl; .BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl; ._L95_CruiseControl; .SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl; ._L96_CruiseControl; ._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl; ._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl; ._M_init_CruiseControl; ._C0_CruiseSpeedMgt; ._C1_DetectPedalsPressed; ._C2_DetectSpeedLimits; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd}
+[inout] Inputs for function CruiseControl:
+          ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; Ki;
+          RegThrottleMax;
+          S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                [0]{._L73_CruiseControl; ._L59_CruiseControl; ._L62_CruiseControl; .BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl; ._L95_CruiseControl; .SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl; ._L96_CruiseControl; ._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl; ._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl; ._M_init_CruiseControl; ._C0_CruiseSpeedMgt; ._C1_DetectPedalsPressed; ._C2_DetectSpeedLimits; ._C3_CruiseStateMgt};
+                [0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle; ._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge; ._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl; ._M_init_0_CruiseControl; ._C0_ThrottleRegulation}}
diff --git a/tests/value/oracle_symblocs/CruiseControl.1.err.oracle b/tests/value/oracle_symblocs/CruiseControl.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/CruiseControl.1.res.oracle b/tests/value/oracle_symblocs/CruiseControl.1.res.oracle
new file mode 100644
index 00000000000..4f95c771378
--- /dev/null
+++ b/tests/value/oracle_symblocs/CruiseControl.1.res.oracle
@@ -0,0 +1,3348 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/CruiseControl.c (with preprocessing)
+tests/value/CruiseControl.c:577:[kernel] warning: Floating-point constant 8.113 is not represented exactly. Will use 0x1.039db22d0e560p3. See documentation for option -warn-decimal-float
+[kernel] Parsing tests/value/CruiseControl_const.c (with preprocessing)
+[value] Analyzing an incomplete application starting at CruiseControl
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  ZeroSpeed ∈ {0}
+  SpeedInc ∈ {0x1.0000000000000p1}
+  SpeedMax ∈ {0x1.2c00000000000p7}
+  SpeedMin ∈ {0x1.e000000000000p4}
+  ZeroPercent ∈ {0}
+  Kp ∈ [0x1.039db20000000p3 .. 0x1.039db40000000p3]
+  Ki ∈ {0x1.0000000000000p-1}
+  RegThrottleMax ∈ {0x1.6800000000000p5}
+[value] computing for function DetectPedalsPressed <- CruiseControl.
+        Called from tests/value/CruiseControl.c:462.
+[value] Recording results for DetectPedalsPressed
+[value] Done for function DetectPedalsPressed
+[value] computing for function DetectSpeedLimits <- CruiseControl.
+        Called from tests/value/CruiseControl.c:473.
+[value] Recording results for DetectSpeedLimits
+[value] Done for function DetectSpeedLimits
+[value] computing for function CruiseStateMgt <- CruiseControl.
+        Called from tests/value/CruiseControl.c:486.
+[value] Recording results for CruiseStateMgt
+[value] Done for function CruiseStateMgt
+[value] computing for function CruiseSpeedMgt <- CruiseControl.
+        Called from tests/value/CruiseControl.c:508.
+tests/value/CruiseControl.c:100:[value] warning: non-finite float value.
+                 assert \is_finite((float)(_C_->_L10_CruiseControl+_C_->_L12_CruiseControl));
+tests/value/CruiseControl.c:109:[value] warning: non-finite float value.
+                 assert \is_finite((float)(_C_->_L10_CruiseControl-_C_->_L11_CruiseControl));
+[value] Recording results for CruiseSpeedMgt
+[value] Done for function CruiseSpeedMgt
+[value] computing for function ThrottleCmd <- CruiseControl.
+        Called from tests/value/CruiseControl.c:525.
+[value] computing for function ThrottleRegulation <- ThrottleCmd <- CruiseControl.
+        Called from tests/value/CruiseControl.c:242.
+tests/value/CruiseControl.c:172:[value] warning: non-finite float value.
+                 assert \is_finite((float)(_C_->_L1_CruiseControl-_C_->_L2_CruiseControl));
+tests/value/CruiseControl.c:175:[value] warning: non-finite float value.
+                 assert \is_finite((float)(_C_->_L3_CruiseControl*_C_->_L6_CruiseControl));
+tests/value/CruiseControl.c:194:[value] warning: non-finite float value.
+                 assert \is_finite((float)(_C_->_L16_CruiseControl+_C_->_L18_CruiseControl));
+tests/value/CruiseControl.c:199:[value] warning: non-finite float value.
+                 assert \is_finite((float)(_C_->ProportionnalAction+_C_->IntegralAction));
+[value] computing for function SaturateThrottle <- ThrottleRegulation <- 
+                                ThrottleCmd <- CruiseControl.
+        Called from tests/value/CruiseControl.c:202.
+tests/value/CruiseControl.c:162:[value] warning: assertion got status unknown.
+[value] Recording results for SaturateThrottle
+[value] Done for function SaturateThrottle
+[value] Recording results for ThrottleRegulation
+[value] Done for function ThrottleRegulation
+[value] Recording results for ThrottleCmd
+[value] Done for function ThrottleCmd
+[value] Recording results for CruiseControl
+[value] done for function CruiseControl
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function CruiseSpeedMgt:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl} ∈ {0; 1}
+       [0]{._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈ {0}
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt._L21_CruiseControl ∈ {0}
+       [0]._C0_CruiseSpeedMgt._L10_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt._L12_CruiseControl ∈ {0x1.0000000000000p1}
+       [0]._C0_CruiseSpeedMgt._L13_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt._L15_CruiseControl ∈ {0x1.2c00000000000p7}
+       [0]._C0_CruiseSpeedMgt._L16_CruiseControl ∈ {0; 1}
+       [0]._C0_CruiseSpeedMgt._L4_CruiseControl ∈ [--..--]
+       [0]._C0_CruiseSpeedMgt._L17_CruiseControl ∈ {0; 1}
+       [0]._C0_CruiseSpeedMgt._L11_CruiseControl ∈ {0x1.0000000000000p1}
+       [0]._C0_CruiseSpeedMgt._L14_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt._L19_CruiseControl ∈ {0x1.e000000000000p4}
+       [0]._C0_CruiseSpeedMgt._L18_CruiseControl ∈ {0; 1}
+       [0]._C0_CruiseSpeedMgt._L5_CruiseControl ∈ [--..--]
+       [0]._C0_CruiseSpeedMgt._L20_CruiseControl ∈ {0; 1}
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {0x1.e000000000000p4}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈ {0x1.2c00000000000p7}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]{._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function CruiseStateMgt:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0].SpeedOutOffLimits ∈ {0; 1}
+       [0]{._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {0x1.e000000000000p4}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈ {0x1.2c00000000000p7}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]{._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function DetectPedalsPressed:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [0]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function DetectSpeedLimits:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {0x1.e000000000000p4}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈ {0x1.2c00000000000p7}
+       [0]._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl} ∈
+       {0; 1}
+       [0]{._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function SaturateThrottle:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl} ∈ {0; 1}
+       [0]{._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈ {0}
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {0x1.e000000000000p4}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈ {0x1.2c00000000000p7}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]._M_condact_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._I0_Regul_ON ∈ {0; 1}
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._L21_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._L20_CruiseControl ∈ {1}
+       [0]._C4_ThrottleCmd._L22_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd.ONRisingEdge ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L26_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd{._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset ∈ {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L6_CruiseControl ∈
+       [0x1.039db20000000p3 .. 0x1.039db40000000p3]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.ProportionnalAction ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L22_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L16_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L23_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L18_CruiseControl; ._L10_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L8_CruiseControl ∈
+       {0x1.0000000000000p-1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.IntegralAction ∈
+       [-0x1.fffffe0000000p126 .. 0x1.fffffe0000000p126]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl ∈
+       {0x1.6800000000000p5}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl ∈
+       {0; 1}
+       {[0]._C4_ThrottleCmd._M_condact_2_CruiseControl; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function ThrottleRegulation:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl} ∈ {0; 1}
+       [0]{._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈ {0}
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {0x1.e000000000000p4}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈ {0x1.2c00000000000p7}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]._M_condact_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._I0_Regul_ON ∈ {0; 1}
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._L21_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._L20_CruiseControl ∈ {1}
+       [0]._C4_ThrottleCmd._L22_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd.ONRisingEdge ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L26_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd{._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset ∈ {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L6_CruiseControl ∈
+       [0x1.039db20000000p3 .. 0x1.039db40000000p3]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.ProportionnalAction ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L22_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L16_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L23_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L18_CruiseControl; ._L10_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L8_CruiseControl ∈
+       {0x1.0000000000000p-1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.IntegralAction ∈
+       [-0x1.fffffe0000000p126 .. 0x1.fffffe0000000p126]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl ∈
+       {0x1.6800000000000p5}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       {0; 1}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl ∈
+       {0; 1}
+       {[0]._C4_ThrottleCmd._M_condact_2_CruiseControl; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function ThrottleCmd:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl} ∈ {0; 1}
+       [0]{._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈ {0}
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {0x1.e000000000000p4}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈ {0x1.2c00000000000p7}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]._M_condact_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._I0_Regul_ON ∈ {0; 1}
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._L21_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._L20_CruiseControl ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L22_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd.ONRisingEdge ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L26_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd{._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._M_init_0_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset ∈ [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[value:final-states] Values at end of function CruiseControl:
+  __retres ∈ {1}
+  S__C_[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel} ∈
+       [--..--]
+       [0]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._O2_Regul_ON ∈ {0; 1}
+       [0]{._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [0]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.BrakePressed; .AcceleratorPressed} ∈ {0; 1}
+       [0]{._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [0]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]{.SpeedOutOffLimits; ._L82_CruiseControl} ∈ {0; 1}
+       [0]{._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._L96_CruiseControl ∈ {0}
+       [0]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [0]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._M_init_CruiseControl ∈ {0}
+       [0]._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [0]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       {0; 1}
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L8_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L4_CruiseControl ∈ {0; 1}
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C1_DetectPedalsPressed._L7_CruiseControl ∈ {0}
+       [0]._C1_DetectPedalsPressed._L3_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl ∈ {0x1.e000000000000p4}
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl ∈ {0; 1}
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl ∈ {0x1.2c00000000000p7}
+       [0]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed}} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off} ∈ [--..--]
+       [0]._C3_CruiseStateMgt{._I5_SpeedOutOffLimits; ._O0_Regul_ON} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl} ∈
+       {0; 1}
+       [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._LE27_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt._LE36_CruiseControl ∈ [--..--]
+       [0]._C3_CruiseStateMgt._LE37_CruiseControl ∈ {0; 1}
+       [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl} ∈
+       [--..--]
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl ∈ {0}
+       [0]._M_condact_0_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._I0_Regul_ON ∈ {0; 1}
+       [0]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._L21_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd._L20_CruiseControl ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L22_CruiseControl ∈ [--..--]
+       [0]._C4_ThrottleCmd.ONRisingEdge ∈ {0; 1}
+       [0]._C4_ThrottleCmd._L26_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd{._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._M_init_0_CruiseControl ∈ {0}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset ∈ [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       {[0]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl}; [1]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel}} ∈
+       [--..--]
+       [1]{._I6_Accel; ._I7_Brake; ._I8_Speed; ._O0_Cruise_speed; ._O1_Throttle_cmd} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl} ∈
+       [--..--]
+       [1]{._L59_CruiseControl; ._L62_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl} ∈
+       [--..--]
+       [1]._L95_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{.SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._L96_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl} ∈
+       [--..--]
+       [1]{._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._M_init_CruiseControl; ._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel}} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._I4_Speed; ._O0_CruiseSpeed; ._L1_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt{._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl} ∈
+       [--..--]
+       [1]._C0_CruiseSpeedMgt{._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C0_CruiseSpeedMgt._M_init_0_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed} ∈
+       [--..--]
+       [1]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L4_CruiseControl ∈ [--..--]
+       [1]._C1_DetectPedalsPressed{._L1_CruiseControl; ._L7_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C1_DetectPedalsPressed._L3_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._I0_speed ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits ∈ [--..--]
+       [1]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C2_DetectSpeedLimits._L8_CruiseControl ∈ [--..--]
+       [1]._C2_DetectSpeedLimits._L14_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]{._C2_DetectSpeedLimits{._L9_CruiseControl; ._L17_CruiseControl}; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd._I0_Regul_ON} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd{._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._M_init_0_CruiseControl; ._C0_ThrottleRegulation._I0_Reset} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation{._L14_CruiseControl; ._L19_CruiseControl} ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._I0_ThrottleIn; ._O0_ThrottleOut} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl ∈
+       [--..--]
+       [1]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L6_CruiseControl; ._L8_CruiseControl} ∈
+       [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+       [1]._C4_ThrottleCmd{._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl; ._M_condact_2_CruiseControl} ∈
+       [--..--]
+[from] Computing for function CruiseSpeedMgt
+[from] Done for function CruiseSpeedMgt
+[from] Computing for function CruiseStateMgt
+[from] Done for function CruiseStateMgt
+[from] Computing for function DetectPedalsPressed
+[from] Done for function DetectPedalsPressed
+[from] Computing for function DetectSpeedLimits
+[from] Done for function DetectSpeedLimits
+[from] Computing for function SaturateThrottle
+[from] Done for function SaturateThrottle
+[from] Computing for function ThrottleRegulation
+[from] Done for function ThrottleRegulation
+[from] Computing for function ThrottleCmd
+[from] Done for function ThrottleCmd
+[from] Computing for function CruiseControl
+[from] Done for function CruiseControl
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function CruiseSpeedMgt:
+  S__C_{[0]._C0_CruiseSpeedMgt._O0_CruiseSpeed;
+        [0]._C0_CruiseSpeedMgt._L7_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; _C_;
+            S__C_{[0]._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel; ._I4_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C0_CruiseSpeedMgt._L1_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt._I4_Speed
+       [0]._C0_CruiseSpeedMgt._L2_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt._I1_Set
+       [0]._C0_CruiseSpeedMgt._L3_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt._I0_On
+       [0]._C0_CruiseSpeedMgt._L6_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt{._I0_On; ._I1_Set}
+       [0]._C0_CruiseSpeedMgt._L21_CruiseControl FROM ZeroSpeed; _C_
+       [0]._C0_CruiseSpeedMgt._L10_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_[0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}
+       {[0]._C0_CruiseSpeedMgt._L12_CruiseControl;
+        [0]._C0_CruiseSpeedMgt._L11_CruiseControl}
+       FROM SpeedInc; _C_
+       {[0]._C0_CruiseSpeedMgt._L13_CruiseControl;
+        [0]._C0_CruiseSpeedMgt._L14_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; _C_;
+            S__C_[0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}
+       [0]._C0_CruiseSpeedMgt._L15_CruiseControl FROM SpeedMax; _C_
+       [0]._C0_CruiseSpeedMgt._L16_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; _C_;
+            S__C_[0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}
+       [0]._C0_CruiseSpeedMgt._L4_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt._I2_QuickAccel
+       [0]._C0_CruiseSpeedMgt._L17_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; _C_;
+            S__C_{[0]._C0_CruiseSpeedMgt._I2_QuickAccel;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C0_CruiseSpeedMgt._L19_CruiseControl FROM SpeedMin; _C_
+       [0]._C0_CruiseSpeedMgt._L18_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMin; _C_;
+            S__C_[0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}
+       [0]._C0_CruiseSpeedMgt._L5_CruiseControl
+       FROM _C_; S__C_[0]._C0_CruiseSpeedMgt._I3_QuickDecel
+       [0]._C0_CruiseSpeedMgt._L20_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMin; _C_;
+            S__C_{[0]._C0_CruiseSpeedMgt._I3_QuickDecel;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C0_CruiseSpeedMgt._L9_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMin; _C_;
+            S__C_{[0]._C0_CruiseSpeedMgt._I3_QuickDecel;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C0_CruiseSpeedMgt._L8_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; _C_;
+            S__C_{[0]._C0_CruiseSpeedMgt{._I2_QuickAccel; ._I3_QuickDecel};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl FROM _C_
+  \result FROM \nothing
+[from] Function CruiseStateMgt:
+  S__C_{[0]._C3_CruiseStateMgt._O0_Regul_ON;
+        [0]._C3_CruiseStateMgt._O2_Regul_STDBY;
+        [0]._C3_CruiseStateMgt{._LE42_CruiseControl; ._LE6_CruiseControl};
+        [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl}}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed; ._I2_Resume; ._I3_On; ._I4_Off; ._I5_SpeedOutOffLimits};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._O1_Regul_OFF;
+        [0]._C3_CruiseStateMgt{._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl}}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I0_BrakePressed;
+                  [0]._C3_CruiseStateMgt{._I2_Resume; ._I3_On; ._I4_Off};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE24_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE23_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE0_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I0_BrakePressed
+       [0]._C3_CruiseStateMgt._LE4_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I4_Off
+       [0]._C3_CruiseStateMgt._LE40_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE26_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE28_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE9_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE10_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE11_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE33_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE32_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE35_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE34_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE38_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE12_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE34_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE13_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE14_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE17_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE29_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE30_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I4_Off;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I0_BrakePressed;
+                  [0]._C3_CruiseStateMgt._I4_Off;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE3_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I3_On
+       [0]._C3_CruiseStateMgt._LE16_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE15_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE41_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE19_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I3_On;
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE20_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I3_On;
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE15_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE21_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I0_BrakePressed;
+                  [0]._C3_CruiseStateMgt{._I3_On; ._I4_Off};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE1_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I1_AcceleratorPressed
+       [0]._C3_CruiseStateMgt._LE5_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I5_SpeedOutOffLimits
+       [0]._C3_CruiseStateMgt._LE22_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I1_AcceleratorPressed;
+                  [0]._C3_CruiseStateMgt._I5_SpeedOutOffLimits}
+       {[0]._C3_CruiseStateMgt._LE23_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE27_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed};
+                  [0]._C3_CruiseStateMgt{._I3_On; ._I4_Off; ._I5_SpeedOutOffLimits};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE34_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed};
+                  [0]._C3_CruiseStateMgt{._I4_Off; ._I5_SpeedOutOffLimits};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE2_CruiseControl
+       FROM _C_; S__C_[0]._C3_CruiseStateMgt._I2_Resume
+       [0]._C3_CruiseStateMgt._LE31_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._I2_Resume;
+                  [0]._C3_CruiseStateMgt._I4_Off;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE32_CruiseControl;
+        [0]._C3_CruiseStateMgt{._LE36_CruiseControl; ._LE37_CruiseControl}}
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed; ._I2_Resume};
+                  [0]._C3_CruiseStateMgt{._I4_Off; ._I5_SpeedOutOffLimits};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE15_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._I3_On; ._I4_Off};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl FROM _C_
+  \result FROM \nothing
+[from] Function DetectPedalsPressed:
+  S__C_{[0]._C1_DetectPedalsPressed._O0_BrakePressed;
+        [0]._C1_DetectPedalsPressed._L4_CruiseControl}
+       FROM ZeroPercent; _C_; S__C_[0]._C1_DetectPedalsPressed._I0_Brake
+       {[0]._C1_DetectPedalsPressed._O1_AcceleratorPressed;
+        [0]._C1_DetectPedalsPressed._L3_CruiseControl}
+       FROM ZeroPercent; _C_;
+            S__C_[0]._C1_DetectPedalsPressed._I1_Accelerator
+       [0]._C1_DetectPedalsPressed._L2_CruiseControl
+       FROM _C_; S__C_[0]._C1_DetectPedalsPressed._I0_Brake
+       {[0]._C1_DetectPedalsPressed._L8_CruiseControl;
+        [0]._C1_DetectPedalsPressed._L7_CruiseControl}
+       FROM ZeroPercent; _C_
+       [0]._C1_DetectPedalsPressed._L1_CruiseControl
+       FROM _C_; S__C_[0]._C1_DetectPedalsPressed._I1_Accelerator
+  \result FROM \nothing
+[from] Function DetectSpeedLimits:
+  S__C_{[0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits;
+        [0]._C2_DetectSpeedLimits._L17_CruiseControl}
+       FROM SpeedMax; SpeedMin; _C_; S__C_[0]._C2_DetectSpeedLimits._I0_speed
+       [0]._C2_DetectSpeedLimits._L7_CruiseControl
+       FROM _C_; S__C_[0]._C2_DetectSpeedLimits._I0_speed
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl FROM SpeedMin; _C_
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl
+       FROM SpeedMin; _C_; S__C_[0]._C2_DetectSpeedLimits._I0_speed
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl FROM SpeedMax; _C_
+       [0]._C2_DetectSpeedLimits._L9_CruiseControl
+       FROM SpeedMax; _C_; S__C_[0]._C2_DetectSpeedLimits._I0_speed
+  \result FROM \nothing
+[from] Function SaturateThrottle:
+  S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O0_ThrottleOut;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L8_CruiseControl}
+       FROM ZeroPercent; RegThrottleMax; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl}
+       FROM ZeroPercent; RegThrottleMax; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl
+       FROM RegThrottleMax; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl
+       FROM RegThrottleMax; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl
+       FROM ZeroPercent; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl
+       FROM ZeroPercent; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L6_CruiseControl
+       FROM ZeroPercent; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn
+  \result FROM \nothing
+[from] Function ThrottleRegulation:
+  S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation._O0_Throttle;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L13_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O0_ThrottleOut;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L8_CruiseControl}
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L1_CruiseControl
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I1_CruiseSpeed
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L2_CruiseControl
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I2_VehiculeSpeed
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L3_CruiseControl
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L6_CruiseControl
+       FROM Kp; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.ProportionnalAction
+       FROM Kp; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed}
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L22_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L23_CruiseControl}
+       FROM ZeroSpeed; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L16_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L18_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L10_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L8_CruiseControl
+       FROM Ki; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.IntegralAction
+       FROM ZeroSpeed; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L4_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl}
+       FROM ZeroSpeed; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl}
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L19_CruiseControl
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I0_Reset; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl
+       FROM _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl
+       FROM RegThrottleMax; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl
+       FROM ZeroSpeed; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl
+       FROM ZeroPercent; _C_
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L6_CruiseControl
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+  \result FROM \nothing
+[from] Function ThrottleCmd:
+  S__C_{[0]._C4_ThrottleCmd._O0_Throttle;
+        [0]._C4_ThrottleCmd._L24_CruiseControl}
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator};
+                  [0]._C4_ThrottleCmd._L19_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       {[0]._C4_ThrottleCmd._L21_CruiseControl;
+        [0]._C4_ThrottleCmd._L22_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._L20_CruiseControl
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON
+       [0]._C4_ThrottleCmd.ONRisingEdge
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._L26_CruiseControl FROM ZeroPercent; _C_
+       [0]._C4_ThrottleCmd._L1_CruiseControl
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._I1_CruiseSpeed
+       [0]._C4_ThrottleCmd._L2_CruiseControl
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._I2_VehiculeSpeed
+       [0]._C4_ThrottleCmd._L19_CruiseControl
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._L25_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._I3_Accelerator}
+       [0]._C4_ThrottleCmd._M_init_0_CruiseControl
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L19_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I1_CruiseSpeed;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L1_CruiseControl}
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I2_VehiculeSpeed;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L2_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._I2_VehiculeSpeed} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._O0_Throttle;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L13_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O0_ThrottleOut;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L8_CruiseControl}
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L3_CruiseControl
+       FROM _C_;
+            S__C_[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L6_CruiseControl
+       FROM Kp; _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.ProportionnalAction
+       FROM Kp; _C_;
+            S__C_[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L22_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L23_CruiseControl}
+       FROM ZeroSpeed; _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction
+       FROM _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L16_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L18_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd._I0_Regul_ON;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L10_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L8_CruiseControl
+       FROM Ki; _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.IntegralAction
+       FROM ZeroSpeed; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L4_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl}
+       FROM ZeroSpeed; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl}
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl
+       FROM ZeroSpeed; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl;
+        [0]._C4_ThrottleCmd._M_condact_2_CruiseControl}
+       FROM _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl
+       FROM RegThrottleMax; _C_;
+            S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl
+       FROM ZeroSpeed; Kp; Ki; RegThrottleMax; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl
+       FROM ZeroPercent; _C_;
+            S__C_[0]._C4_ThrottleCmd._I0_Regul_ON (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L6_CruiseControl
+       FROM ZeroSpeed; ZeroPercent; Kp; Ki; _C_;
+            S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+  \result FROM _C_; S__C_[0]._C4_ThrottleCmd._I0_Regul_ON
+[from] Function CruiseControl:
+  S__C_{[0]._O0_Cruise_speed; [0]._C4_ThrottleCmd._I1_CruiseSpeed;
+        [0]._C4_ThrottleCmd._L1_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._O1_Throttle_cmd; [0]._L22_CruiseControl;
+        [0]._C4_ThrottleCmd._O0_Throttle;
+        [0]._C4_ThrottleCmd._L24_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._L19_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}}
+       {[0]._O2_Regul_ON; [0]._O4_Regul_STDBY;
+        [0]._C4_ThrottleCmd._I0_Regul_ON;
+        [0]._C4_ThrottleCmd._L20_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._O3_Regul_OFF
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._L73_CruiseControl; [0]._L60_CruiseControl;
+        [0]._C3_CruiseStateMgt._I3_On;
+        [0]._C3_CruiseStateMgt._LE3_CruiseControl}
+       FROM _C_; S__C_[0]._I0_On
+       {[0]._L59_CruiseControl; [0]._C1_DetectPedalsPressed._I0_Brake;
+        [0]._C1_DetectPedalsPressed._L2_CruiseControl}
+       FROM _C_; S__C_[0]._I7_Brake
+       {[0]._L62_CruiseControl; [0]._C1_DetectPedalsPressed._I1_Accelerator;
+        [0]._C1_DetectPedalsPressed._L1_CruiseControl}
+       FROM _C_; S__C_[0]._I6_Accel
+       {[0].BrakePressed; [0]._C1_DetectPedalsPressed._O0_BrakePressed;
+        [0]._C1_DetectPedalsPressed._L4_CruiseControl;
+        [0]._C3_CruiseStateMgt._I0_BrakePressed;
+        [0]._C3_CruiseStateMgt._LE0_CruiseControl}
+       FROM ZeroPercent; _C_; S__C_[0]._I7_Brake
+       {[0].AcceleratorPressed;
+        [0]._C1_DetectPedalsPressed._O1_AcceleratorPressed;
+        [0]._C1_DetectPedalsPressed._L3_CruiseControl;
+        [0]._C3_CruiseStateMgt._I1_AcceleratorPressed;
+        [0]._C3_CruiseStateMgt._LE1_CruiseControl}
+       FROM ZeroPercent; _C_; S__C_[0]._I6_Accel
+       {[0]._L61_CruiseControl; [0]._C3_CruiseStateMgt._I2_Resume;
+        [0]._C3_CruiseStateMgt._LE2_CruiseControl}
+       FROM _C_; S__C_[0]._I2_Resume
+       {[0]._L58_CruiseControl; [0]._C3_CruiseStateMgt._I4_Off;
+        [0]._C3_CruiseStateMgt._LE4_CruiseControl}
+       FROM _C_; S__C_[0]._I1_Off
+       {[0]._L95_CruiseControl; [0]._L23_CruiseControl;
+        [0]._C2_DetectSpeedLimits._I0_speed;
+        [0]._C2_DetectSpeedLimits._L7_CruiseControl}
+       FROM _C_; S__C_[0]._I8_Speed
+       {[0].SpeedOutOffLimits;
+        [0]._C2_DetectSpeedLimits._O0_SpeedOutOffLimits;
+        [0]._C2_DetectSpeedLimits._L17_CruiseControl;
+        [0]._C3_CruiseStateMgt._I5_SpeedOutOffLimits;
+        [0]._C3_CruiseStateMgt._LE5_CruiseControl}
+       FROM SpeedMax; SpeedMin; _C_; S__C_[0]._I8_Speed
+       {[0]._L82_CruiseControl;
+        [0]{._L84_CruiseControl; ._L19_CruiseControl};
+        [0]._C3_CruiseStateMgt._O0_Regul_ON;
+        [0]._C3_CruiseStateMgt._O2_Regul_STDBY;
+        [0]._C3_CruiseStateMgt{._LE42_CruiseControl; ._LE6_CruiseControl};
+        [0]._C3_CruiseStateMgt{._LE44_CruiseControl; ._LE8_CruiseControl}}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._L83_CruiseControl; [0]._C3_CruiseStateMgt._O1_Regul_OFF;
+        [0]._C3_CruiseStateMgt{._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl}}
+       FROM ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume}; [0]._I7_Brake;
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._L96_CruiseControl FROM ZeroSpeed; _C_
+       [0]._L38_CruiseControl FROM _C_; S__C_[0]._I3_Set
+       [0]._L39_CruiseControl FROM _C_; S__C_[0]._I4_QuickAccel
+       [0]._L40_CruiseControl FROM _C_; S__C_[0]._I5_QuickDecel
+       [0].CruiseSpeed
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._L26_CruiseControl; [0]._C4_ThrottleCmd._I3_Accelerator;
+        [0]._C4_ThrottleCmd._L25_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._M_init_CruiseControl;
+        [0]._C4_ThrottleCmd._M_init_0_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C0_CruiseSpeedMgt._I0_On;
+        [0]._C0_CruiseSpeedMgt._L3_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._I1_Set;
+        [0]._C0_CruiseSpeedMgt._L2_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._I2_QuickAccel;
+        [0]._C0_CruiseSpeedMgt._L4_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume}; [0]._I4_QuickAccel;
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._I3_QuickDecel;
+        [0]._C0_CruiseSpeedMgt._L5_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._I4_Speed;
+        [0]._C0_CruiseSpeedMgt._L1_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._I2_VehiculeSpeed;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L2_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._O0_CruiseSpeed;
+        [0]._C0_CruiseSpeedMgt._L7_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L6_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._L21_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L22_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L23_CruiseControl}
+       FROM ZeroSpeed; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L10_CruiseControl
+       FROM ZeroSpeed; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._L12_CruiseControl;
+        [0]._C0_CruiseSpeedMgt._L11_CruiseControl}
+       FROM SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._L13_CruiseControl;
+        [0]._C0_CruiseSpeedMgt._L14_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L15_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L16_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L17_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume}; [0]._I4_QuickAccel;
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L19_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L18_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L20_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L9_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C0_CruiseSpeedMgt._L8_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C0_CruiseSpeedMgt._M_init_0_CruiseControl;
+        [0]._M_condact_0_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl;
+        [0]._C4_ThrottleCmd._M_condact_2_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C1_DetectPedalsPressed._L8_CruiseControl;
+        [0]._C1_DetectPedalsPressed._L7_CruiseControl}
+       FROM ZeroPercent; _C_
+       [0]._C2_DetectSpeedLimits._L13_CruiseControl FROM SpeedMin; _C_
+       [0]._C2_DetectSpeedLimits._L8_CruiseControl
+       FROM SpeedMin; _C_; S__C_[0]._I8_Speed
+       [0]._C2_DetectSpeedLimits._L14_CruiseControl FROM SpeedMax; _C_
+       [0]._C2_DetectSpeedLimits._L9_CruiseControl
+       FROM SpeedMax; _C_; S__C_[0]._I8_Speed
+       [0]._C3_CruiseStateMgt._LE24_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE23_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE40_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE26_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE28_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE9_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE10_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE11_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE33_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE32_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE35_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE34_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE38_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE12_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE34_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE13_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE14_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE17_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE29_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE30_CruiseControl}
+       FROM _C_;
+            S__C_{[0]._I1_Off;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE18_CruiseControl
+       FROM ZeroPercent; _C_;
+            S__C_{[0]._I1_Off; [0]._I7_Brake;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE16_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE15_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE41_CruiseControl
+       FROM _C_;
+            S__C_{[0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE19_CruiseControl
+       FROM _C_;
+            S__C_{[0]._I0_On; [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE20_CruiseControl
+       FROM _C_;
+            S__C_{[0]._I0_On; [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE15_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE21_CruiseControl
+       FROM ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off}; [0]._I7_Brake;
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE22_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]._I6_Accel; [0]._I8_Speed}
+       {[0]._C3_CruiseStateMgt._LE23_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE27_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE25_CruiseControl;
+        [0]._C3_CruiseStateMgt._LE34_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]._I1_Off; [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE31_CruiseControl
+       FROM _C_;
+            S__C_{[0]{._I1_Off; ._I2_Resume};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C3_CruiseStateMgt._LE32_CruiseControl;
+        [0]._C3_CruiseStateMgt{._LE36_CruiseControl; ._LE37_CruiseControl}}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE39_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._LE15_CruiseControl
+       FROM _C_;
+            S__C_{[0]{._I0_On; ._I1_Off};
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C3_CruiseStateMgt._M_init_0_CruiseControl FROM _C_
+       {[0]._C4_ThrottleCmd._I2_VehiculeSpeed;
+        [0]._C4_ThrottleCmd._L2_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       {[0]._C4_ThrottleCmd._L21_CruiseControl;
+        [0]._C4_ThrottleCmd._L22_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd.ONRisingEdge
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._L26_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+       [0]._C4_ThrottleCmd._L19_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I0_Reset;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L19_CruiseControl}
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._I1_CruiseSpeed;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L1_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L3_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._O0_Throttle;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L13_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O0_ThrottleOut;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L8_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L6_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; Kp; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.ProportionnalAction
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.HoldIntegralAction
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L16_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L18_CruiseControl
+       FROM ZeroSpeed; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L10_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L8_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; Ki; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation.IntegralAction
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Ki; 
+            _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L4_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L12_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       {[0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._O1_Saturate;
+        [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L13_CruiseControl}
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L21_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._L20_CruiseControl;
+                  [0]._C4_ThrottleCmd._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L18_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L7_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; RegThrottleMax; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L17_CruiseControl
+       FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                  [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L9_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+       [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._L6_CruiseControl
+       FROM ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; 
+            Ki; _C_;
+            S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                  [0].CruiseSpeed; [0]._M_init_CruiseControl;
+                  [0]._C0_CruiseSpeedMgt{._L7_CruiseControl; ._M_init_0_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                  [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                  [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                  [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                  [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                  [0]._C3_CruiseStateMgt._M_init_0_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation._L14_CruiseControl;
+                  [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L21_CruiseControl; ._M_init_0_CruiseControl}} (and SELF)
+  \result FROM SpeedMax; SpeedMin; ZeroPercent; _C_;
+               S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume};
+                     [0]{._I6_Accel; ._I7_Brake; ._I8_Speed};
+                     [0]._C3_CruiseStateMgt._LE19_CruiseControl;
+                     [0]._C3_CruiseStateMgt{._LE23_CruiseControl; ._LE25_CruiseControl};
+                     [0]._C3_CruiseStateMgt{._LE32_CruiseControl; ._LE34_CruiseControl};
+                     [0]._C3_CruiseStateMgt{._LE15_CruiseControl; ._LE39_CruiseControl};
+                     [0]._C3_CruiseStateMgt._LE27_CruiseControl;
+                     [0]._C3_CruiseStateMgt._LE37_CruiseControl;
+                     [0]._C3_CruiseStateMgt._M_init_0_CruiseControl}
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function CruiseSpeedMgt:
+          __retres;
+          S__C_[0]._C0_CruiseSpeedMgt{._O0_CruiseSpeed; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; ._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl; ._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl; ._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl; ._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl; ._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl; ._M_init_0_CruiseControl}
+[inout] Inputs for function CruiseSpeedMgt:
+          ZeroSpeed; SpeedInc; SpeedMax; SpeedMin;
+          S__C_{[0]._C0_CruiseSpeedMgt{._I0_On; ._I1_Set; ._I2_QuickAccel; ._I3_QuickDecel; ._I4_Speed};
+                [0]._C0_CruiseSpeedMgt{._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; ._L21_CruiseControl; ._L10_CruiseControl; ._L12_CruiseControl; ._L13_CruiseControl; ._L15_CruiseControl; ._L16_CruiseControl; ._L4_CruiseControl; ._L17_CruiseControl; ._L11_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl; ._L18_CruiseControl; ._L5_CruiseControl; ._L20_CruiseControl; ._L9_CruiseControl; ._L8_CruiseControl; ._L7_CruiseControl; ._M_init_0_CruiseControl}}
+[inout] Out (internal) for function CruiseStateMgt:
+          __retres;
+          S__C_[0]._C3_CruiseStateMgt{._O0_Regul_ON; ._O1_Regul_OFF; ._O2_Regul_STDBY; ._LE24_CruiseControl; ._LE0_CruiseControl; ._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl; ._LE18_CruiseControl; ._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl; ._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl; ._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl; ._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl; ._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl; ._LE27_CruiseControl; ._LE36_CruiseControl; ._LE37_CruiseControl; ._LE44_CruiseControl; ._LE8_CruiseControl; ._M_init_0_CruiseControl}
+[inout] Inputs for function CruiseStateMgt:
+          S__C_{[0]._C3_CruiseStateMgt{._I0_BrakePressed; ._I1_AcceleratorPressed; ._I2_Resume; ._I3_On; ._I4_Off; ._I5_SpeedOutOffLimits};
+                [0]._C3_CruiseStateMgt{._LE24_CruiseControl; ._LE0_CruiseControl; ._LE4_CruiseControl; ._LE40_CruiseControl; ._LE26_CruiseControl; ._LE28_CruiseControl; ._LE9_CruiseControl; ._LE10_CruiseControl; ._LE11_CruiseControl; ._LE33_CruiseControl; ._LE35_CruiseControl; ._LE38_CruiseControl; ._LE12_CruiseControl; ._LE13_CruiseControl; ._LE14_CruiseControl; ._LE17_CruiseControl; ._LE18_CruiseControl; ._LE3_CruiseControl; ._LE16_CruiseControl; ._LE41_CruiseControl; ._LE19_CruiseControl; ._LE20_CruiseControl; ._LE21_CruiseControl; ._LE1_CruiseControl; ._LE5_CruiseControl; ._LE22_CruiseControl; ._LE23_CruiseControl; ._LE25_CruiseControl; ._LE29_CruiseControl; ._LE2_CruiseControl; ._LE30_CruiseControl; ._LE31_CruiseControl; ._LE32_CruiseControl; ._LE34_CruiseControl; ._LE42_CruiseControl; ._LE6_CruiseControl; ._LE15_CruiseControl; ._LE39_CruiseControl; ._LE43_CruiseControl; ._LE7_CruiseControl; ._LE27_CruiseControl; ._LE36_CruiseControl; ._LE37_CruiseControl; ._LE44_CruiseControl; ._LE8_CruiseControl; ._M_init_0_CruiseControl}}
+[inout] Out (internal) for function DetectPedalsPressed:
+          __retres;
+          S__C_[0]._C1_DetectPedalsPressed{._O0_BrakePressed; ._O1_AcceleratorPressed; ._L2_CruiseControl; ._L8_CruiseControl; ._L4_CruiseControl; ._L1_CruiseControl; ._L7_CruiseControl; ._L3_CruiseControl}
+[inout] Inputs for function DetectPedalsPressed:
+          ZeroPercent;
+          S__C_{[0]._C1_DetectPedalsPressed{._I0_Brake; ._I1_Accelerator};
+                [0]._C1_DetectPedalsPressed{._L2_CruiseControl; ._L8_CruiseControl; ._L4_CruiseControl; ._L1_CruiseControl; ._L7_CruiseControl; ._L3_CruiseControl}}
+[inout] Out (internal) for function DetectSpeedLimits:
+          __retres;
+          S__C_[0]._C2_DetectSpeedLimits{._O0_SpeedOutOffLimits; ._L7_CruiseControl; ._L13_CruiseControl; ._L8_CruiseControl; ._L14_CruiseControl; ._L9_CruiseControl; ._L17_CruiseControl}
+[inout] Inputs for function DetectSpeedLimits:
+          SpeedMax; SpeedMin;
+          S__C_{[0]._C2_DetectSpeedLimits._I0_speed;
+                [0]._C2_DetectSpeedLimits{._L7_CruiseControl; ._L13_CruiseControl; ._L8_CruiseControl; ._L14_CruiseControl; ._L9_CruiseControl; ._L17_CruiseControl}}
+[inout] Out (internal) for function SaturateThrottle:
+          __retres;
+          S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._O0_ThrottleOut; ._O1_Saturate; ._L18_CruiseControl; ._L12_CruiseControl; ._L7_CruiseControl; ._L17_CruiseControl; ._L9_CruiseControl; ._L6_CruiseControl; ._L8_CruiseControl; ._L13_CruiseControl}
+[inout] Inputs for function SaturateThrottle:
+          ZeroPercent; RegThrottleMax;
+          S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle._I0_ThrottleIn;
+                [0]._C4_ThrottleCmd._C0_ThrottleRegulation._C0_SaturateThrottle{._L18_CruiseControl; ._L12_CruiseControl; ._L7_CruiseControl; ._L17_CruiseControl; ._L9_CruiseControl; ._L6_CruiseControl; ._L8_CruiseControl; ._L13_CruiseControl}}
+[inout] Out (internal) for function ThrottleRegulation:
+          tmp; __retres;
+          S__C_[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._O0_Throttle; ._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl; .HoldIntegralAction; ._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl; ._L21_CruiseControl; ._M_init_0_CruiseControl; ._C0_SaturateThrottle}
+[inout] Inputs for function ThrottleRegulation:
+          ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax;
+          S__C_{[0]._C4_ThrottleCmd._C0_ThrottleRegulation{._I0_Reset; ._I1_CruiseSpeed; ._I2_VehiculeSpeed};
+                [0]._C4_ThrottleCmd._C0_ThrottleRegulation{._L1_CruiseControl; ._L2_CruiseControl; ._L3_CruiseControl; ._L6_CruiseControl; .ProportionnalAction; ._L22_CruiseControl; .HoldIntegralAction; ._L16_CruiseControl; ._L23_CruiseControl; ._L18_CruiseControl; ._L10_CruiseControl; ._L8_CruiseControl; .IntegralAction; ._L4_CruiseControl; ._L13_CruiseControl; ._L14_CruiseControl; ._L19_CruiseControl; ._L21_CruiseControl; ._M_init_0_CruiseControl; ._C0_SaturateThrottle}}
+[inout] Out (internal) for function ThrottleCmd:
+          tmp; __retres;
+          S__C_[0]._C4_ThrottleCmd{._O0_Throttle; ._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge; ._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl; ._M_init_0_CruiseControl; ._C0_ThrottleRegulation; ._M_condact_2_CruiseControl}
+[inout] Inputs for function ThrottleCmd:
+          ZeroSpeed; ZeroPercent; Kp; Ki; RegThrottleMax;
+          S__C_{[0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator};
+                [0]._C4_ThrottleCmd{._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge; ._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl; ._M_init_0_CruiseControl; ._C0_ThrottleRegulation}}
+[inout] Out (internal) for function CruiseControl:
+          tmp; tmp_0; tmp_1; tmp_2; tmp_3; __retres;
+          S__C_[0]{._O0_Cruise_speed; ._O1_Throttle_cmd; ._O2_Regul_ON; ._O3_Regul_OFF; ._O4_Regul_STDBY; ._L73_CruiseControl; ._L59_CruiseControl; ._L62_CruiseControl; .BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl; ._L95_CruiseControl; .SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl; ._L96_CruiseControl; ._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl; ._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl; ._M_init_CruiseControl; ._C0_CruiseSpeedMgt; ._C1_DetectPedalsPressed; ._C2_DetectSpeedLimits; ._C3_CruiseStateMgt; ._M_condact_0_CruiseControl; ._C4_ThrottleCmd}
+[inout] Inputs for function CruiseControl:
+          ZeroSpeed; SpeedInc; SpeedMax; SpeedMin; ZeroPercent; Kp; Ki;
+          RegThrottleMax;
+          S__C_{[0]{._I0_On; ._I1_Off; ._I2_Resume; ._I3_Set; ._I4_QuickAccel; ._I5_QuickDecel; ._I6_Accel; ._I7_Brake; ._I8_Speed};
+                [0]{._L73_CruiseControl; ._L59_CruiseControl; ._L62_CruiseControl; .BrakePressed; .AcceleratorPressed; ._L61_CruiseControl; ._L60_CruiseControl; ._L58_CruiseControl; ._L95_CruiseControl; .SpeedOutOffLimits; ._L82_CruiseControl; ._L83_CruiseControl; ._L84_CruiseControl; ._L19_CruiseControl; ._L96_CruiseControl; ._L38_CruiseControl; ._L39_CruiseControl; ._L40_CruiseControl; ._L23_CruiseControl; .CruiseSpeed; ._L26_CruiseControl; ._L22_CruiseControl; ._M_init_CruiseControl; ._C0_CruiseSpeedMgt; ._C1_DetectPedalsPressed; ._C2_DetectSpeedLimits; ._C3_CruiseStateMgt};
+                [0]._C4_ThrottleCmd{._I0_Regul_ON; ._I1_CruiseSpeed; ._I2_VehiculeSpeed; ._I3_Accelerator; ._O0_Throttle; ._L21_CruiseControl; ._L20_CruiseControl; ._L22_CruiseControl; .ONRisingEdge; ._L26_CruiseControl; ._L1_CruiseControl; ._L2_CruiseControl; ._L19_CruiseControl; ._L25_CruiseControl; ._L24_CruiseControl; ._M_init_0_CruiseControl; ._C0_ThrottleRegulation}}
diff --git a/tests/value/oracle_symblocs/FP5.err.oracle b/tests/value/oracle_symblocs/FP5.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/FP5.res.oracle b/tests/value/oracle_symblocs/FP5.res.oracle
new file mode 100644
index 00000000000..2b4e0fd3be9
--- /dev/null
+++ b/tests/value/oracle_symblocs/FP5.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/FP5.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/FP5.i:1:[value] warning: function main: precondition got status unknown.
+tests/value/FP5.i:2:[value] warning: function main: precondition got status unknown.
+tests/value/FP5.i:3:[value] function main: precondition got status valid.
+tests/value/FP5.i:23:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ [0..2147483647]
+  S_c[0] ∈ {-1; 0; 1}
+     [1] ∈ [--..--]
+  S_b[0..1] ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  S_c[0] FROM a; c
+  S_b[0] FROM a; b (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; S_c[0]; S_b[0]
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/abs.err.oracle b/tests/value/oracle_symblocs/abs.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/abs.res.oracle b/tests/value/oracle_symblocs/abs.res.oracle
new file mode 100644
index 00000000000..ec1882e4eb9
--- /dev/null
+++ b/tests/value/oracle_symblocs/abs.res.oracle
@@ -0,0 +1,26 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/abs.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/abs.i:6:[value] warning: function main: precondition got status unknown.
+tests/value/abs.i:9:[value] warning: signed overflow. assert -*p ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  S_p[0] ∈ [0..2147483647]
+     [1] ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  S_p[0] FROM p; S_p[0] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          S_p[0]
+[inout] Inputs for function main:
+          S_p[0]
diff --git a/tests/value/oracle_symblocs/abs_addr.err.oracle b/tests/value/oracle_symblocs/abs_addr.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/abs_addr.res.oracle b/tests/value/oracle_symblocs/abs_addr.res.oracle
new file mode 100644
index 00000000000..8a7887f43f0
--- /dev/null
+++ b/tests/value/oracle_symblocs/abs_addr.res.oracle
@@ -0,0 +1,49 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/abs_addr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 1048576 to 2097151] ∈ [--..--]
+  AutoTest[0..999] ∈ {0}
+[value] computing for function TstRomUcmm <- main.
+        Called from tests/value/abs_addr.i:46.
+tests/value/abs_addr.i:18:[value] entering loop for the first time
+tests/value/abs_addr.i:32:[value] entering loop for the first time
+[value] Recording results for TstRomUcmm
+[value] Done for function TstRomUcmm
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function TstRomUcmm:
+  AutoTest[0..72] ∈ {0}
+          [73] ∈ {0; 1}
+          [74..999] ∈ {0}
+  rom ∈ [--..--] or UNINITIALIZED
+  chkrom ∈ [--..--]
+  ptrom ∈ {262142}
+  __retres ∈ {0; 1}
+[value:final-states] Values at end of function main:
+  AutoTest[0..72] ∈ {0}
+          [73] ∈ {0; 1}
+          [74..999] ∈ {0}
+[from] Computing for function TstRomUcmm
+[from] Done for function TstRomUcmm
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function TstRomUcmm:
+  AutoTest[73] FROM NULL[131072..262143] (and SELF)
+  \result FROM NULL[131072..262143]; AutoTest[73]
+[from] Function main:
+  AutoTest[73] FROM NULL[131072..262143] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function TstRomUcmm:
+          AutoTest[73]; rom; chkrom; ptrom; __retres
+[inout] Inputs for function TstRomUcmm:
+          NULL[131072..262143]; AutoTest[73]
+[inout] Out (internal) for function main:
+          AutoTest[73]
+[inout] Inputs for function main:
+          NULL[131072..262143]; AutoTest[73]
diff --git a/tests/value/oracle_symblocs/absolute_pointer.err.oracle b/tests/value/oracle_symblocs/absolute_pointer.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/absolute_pointer.res.oracle b/tests/value/oracle_symblocs/absolute_pointer.res.oracle
new file mode 100644
index 00000000000..a857169bb4f
--- /dev/null
+++ b/tests/value/oracle_symblocs/absolute_pointer.res.oracle
@@ -0,0 +1,62 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/absolute_pointer.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 0 to 31] ∈ [--..--]
+  R ∈ {0}
+[value] computing for function crash <- main.
+        Called from tests/value/absolute_pointer.i:18.
+[value] computing for function f <- crash <- main.
+        Called from tests/value/absolute_pointer.i:12.
+[value] Recording results for f
+[value] Done for function f
+tests/value/absolute_pointer.i:12:[value] warning: out of bounds write. assert \valid(tmp);
+                                      (tmp from f())
+tests/value/absolute_pointer.i:12:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for crash
+[value] Done for function crash
+[value] Recording results for main
+[value] done for function main
+tests/value/absolute_pointer.i:12:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {100}
+[value:final-states] Values at end of function crash:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  NULL[rbits 0 to 7] ∈ {2}
+      [rbits 8 to 15] ∈ [--..--]
+      [rbits 16 to 23] ∈ {2}
+      [rbits 24 to 31] ∈ [--..--]
+  R ∈ [--..--]
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function crash
+[from] Non-terminating function crash (no dependencies)
+[from] Done for function crash
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] Function crash:
+  NON TERMINATING - NO EFFECTS
+[from] Function main:
+  NULL{[0]; [2]} FROM \nothing
+  R FROM NULL[3]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function crash:
+          v; tmp
+[inout] Inputs for function crash:
+          \nothing
+[inout] Out (internal) for function main:
+          NULL{[0]; [2]}; R
+[inout] Inputs for function main:
+          NULL{[1]; [3]}
diff --git a/tests/value/oracle_symblocs/abstract_struct_1.err.oracle b/tests/value/oracle_symblocs/abstract_struct_1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/abstract_struct_1.res.oracle b/tests/value/oracle_symblocs/abstract_struct_1.res.oracle
new file mode 100644
index 00000000000..da98bb1e90e
--- /dev/null
+++ b/tests/value/oracle_symblocs/abstract_struct_1.res.oracle
@@ -0,0 +1,48 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/abstract_struct_1.c (with preprocessing)
+[kernel] Parsing tests/value/abstract_struct_2.c (with preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+tests/value/abstract_struct_1.c:10:[value] warning: during initialization of variable 'repositories', size of
+                 type 'struct abstracttype' cannot be computed
+                 (abstract type 'struct abstracttype')
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ [--..--]
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  repositories ∈ {{ NULL ; &S_repositories[0] }}
+  S_repositories[0].data ∈
+                {{ NULL ; (struct abstracttype *)&S_data_0_S_repositories }}
+                [1].data ∈
+                {{ NULL ; (struct abstracttype *)&S_data_1_S_repositories }}
+  S_data_0_S_repositories[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_data_1_S_repositories[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+[value] computing for function calloc <- main.
+        Called from tests/value/abstract_struct_1.c:13.
+tests/value/abstract_struct_1.c:13:[kernel] warning: No code nor implicit assigns clause for function calloc, generating default assigns from the prototype
+[value] using specification for function calloc
+share/libc/stdlib.h:159:[value] function calloc: precondition got status valid.
+[value] Done for function calloc
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  repositories ∈
+              {{ NULL + [--..--] ;
+                 &alloced_return_calloc + [0..2147483647] }}
+[from] Computing for function main
+[from] Computing for function calloc <-main
+[from] Done for function calloc
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function calloc:
+  \result FROM nmemb; size
+[from] Function main:
+  repositories FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          repositories
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/access_path.err.oracle b/tests/value/oracle_symblocs/access_path.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/access_path.res.oracle b/tests/value/oracle_symblocs/access_path.res.oracle
new file mode 100644
index 00000000000..eee9b0ec7ed
--- /dev/null
+++ b/tests/value/oracle_symblocs/access_path.res.oracle
@@ -0,0 +1,29 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/access_path.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/access_path.i:2:[value] warning: out of bounds read. assert \valid_read(p);
+tests/value/access_path.i:2:[value] warning: out of bounds write. assert \valid(*p);
+tests/value/access_path.i:2:[value] warning: signed overflow. assert *(*p)+1 ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+  S_0_S_p[0] ∈ [-2147483647..2147483647]
+         [1] ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  S_0_S_p[0] FROM p; S_p[0]; S_0_S_p[0]
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __retres; S_0_S_p[0]
+[inout] Inputs for function main:
+          S_p[0]; S_0_S_p[0]
diff --git a/tests/value/oracle_symblocs/add_approx.err.oracle b/tests/value/oracle_symblocs/add_approx.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/add_approx.res.oracle b/tests/value/oracle_symblocs/add_approx.res.oracle
new file mode 100644
index 00000000000..5b3082eafc7
--- /dev/null
+++ b/tests/value/oracle_symblocs/add_approx.res.oracle
@@ -0,0 +1,32 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/add_approx.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..9] ∈ {0}
+  x ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0] ∈ {0; 2}
+   [1] ∈ {1; 2}
+   [2] ∈ {0}
+   [3] ∈ {77}
+   [4..9] ∈ {0}
+  x ∈ {0; 1}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t[0] FROM c (and SELF)
+   [1] FROM c
+   [3] FROM \nothing
+  x FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t{[0..1]; [3]}; x
+[inout] Inputs for function main:
+          x
diff --git a/tests/value/oracle_symblocs/addition.err.oracle b/tests/value/oracle_symblocs/addition.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/addition.res.oracle b/tests/value/oracle_symblocs/addition.res.oracle
new file mode 100644
index 00000000000..598c0ce8795
--- /dev/null
+++ b/tests/value/oracle_symblocs/addition.res.oracle
@@ -0,0 +1,464 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/addition.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 360 to 391] ∈ [--..--]
+  t[0..9] ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  zz ∈ {0}
+  p1 ∈ {0}
+  p2 ∈ {0}
+  p3 ∈ {0}
+  p4 ∈ {0}
+  p5 ∈ {0}
+  p6 ∈ {0}
+  p7 ∈ {0}
+  p8 ∈ {0}
+  p9 ∈ {0}
+  p10 ∈ {0}
+  p11 ∈ {0}
+  p12 ∈ {0}
+  p13 ∈ {0}
+  p14 ∈ {0}
+  p15 ∈ {0}
+  p16 ∈ {0}
+  p17 ∈ {0}
+  u1 ∈ {0}
+  u3 ∈ {0}
+  q1 ∈ {0}
+  quo1 ∈ {0}
+  rem1 ∈ {0}
+  quo2 ∈ {0}
+  rem2 ∈ {0}
+  quo3 ∈ {0}
+  rem3 ∈ {0}
+  quo4 ∈ {0}
+  rem4 ∈ {0}
+  quo5 ∈ {0}
+  rem5 ∈ {0}
+  mm1 ∈ {0}
+  mm2 ∈ {0}
+  mm3 ∈ {0}
+  quo6 ∈ {0}
+  c1 ∈ {0}
+  c2 ∈ {0}
+  qu1 ∈ {0}
+  qu2 ∈ {0}
+  ll1 ∈ {0}
+  ll2 ∈ {0}
+  tt[0..4] ∈ {0}
+  ttt[0..4][0..5] ∈ {0}
+  square ∈ {0}
+tests/value/addition.i:34:[value] warning: signed overflow. assert -2147483648 ≤ &p2-&p3;
+tests/value/addition.i:34:[value] warning: signed overflow. assert &p2-&p3 ≤ 2147483647;
+tests/value/addition.i:34:[value] Assigning imprecise value to p1.
+        The imprecision originates from Arithmetic {tests/value/addition.i:34}
+tests/value/addition.i:36:[value] Assigning imprecise value to p2.
+        The imprecision originates from Arithmetic {tests/value/addition.i:36}
+tests/value/addition.i:38:[value] Assigning imprecise value to p3.
+        The imprecision originates from Arithmetic {tests/value/addition.i:38}
+tests/value/addition.i:40:[value] Assigning imprecise value to p4.
+        The imprecision originates from Arithmetic {tests/value/addition.i:40}
+tests/value/addition.i:42:[value] Assigning imprecise value to p5.
+        The imprecision originates from Arithmetic {tests/value/addition.i:42}
+tests/value/addition.i:44:[value] Assigning imprecise value to p6.
+        The imprecision originates from Arithmetic {tests/value/addition.i:44}
+tests/value/addition.i:46:[value] Assigning imprecise value to p7.
+        The imprecision originates from Arithmetic {tests/value/addition.i:46}
+tests/value/addition.i:48:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)(&p1+1), (void *)(&p2));
+tests/value/addition.i:50:[value] warning: signed overflow. assert -2147483648 ≤ (int)(&p1)/2;
+tests/value/addition.i:50:[value] warning: signed overflow. assert (int)(&p1)/2 ≤ 2147483647;
+tests/value/addition.i:50:[value] Assigning imprecise value to p9.
+        The imprecision originates from Arithmetic {tests/value/addition.i:50}
+tests/value/addition.i:52:[value] Assigning imprecise value to p10.
+        The imprecision originates from Arithmetic {tests/value/addition.i:52}
+tests/value/addition.i:56:[value] Assigning imprecise value to p12.
+        The imprecision originates from Arithmetic {tests/value/addition.i:56}
+tests/value/addition.i:59:[value] warning: signed overflow. assert -2147483648 ≤ (int)*((char *)(&q1))+2;
+tests/value/addition.i:59:[value] warning: signed overflow. assert (int)*((char *)(&q1))+2 ≤ 2147483647;
+tests/value/addition.i:59:[value] Assigning imprecise value to p13.
+        The imprecision originates from Misaligned {tests/value/addition.i:59}
+tests/value/addition.i:61:[value] warning: signed overflow. assert -2147483648 ≤ (int)*((char *)(&q1))+2;
+tests/value/addition.i:61:[value] warning: signed overflow. assert (int)*((char *)(&q1))+2 ≤ 2147483647;
+tests/value/addition.i:61:[value] Assigning imprecise value to p14.
+        The imprecision originates from Misaligned {tests/value/addition.i:61}
+tests/value/addition.i:66:[value] warning: out of bounds read. assert \valid_read(*((int **)45));
+[value] Called Frama_C_show_each_1([-10..15])
+tests/value/addition.i:88:[value] assertion got status valid.
+[value] Recording results for main
+[value] done for function main
+[value] warning: Garbled mix generated during analysis:
+                 {{ garbled mix of &{p3} (origin: Arithmetic {tests/value/addition.i:34}) }}
+                 {{ garbled mix of &{p2} (origin: Arithmetic {tests/value/addition.i:34}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:36}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:38}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:40}) }}
+                 {{ garbled mix of &{p2} (origin: Arithmetic {tests/value/addition.i:42}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:42}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:44}) }}
+                 {{ garbled mix of &{p2} (origin: Arithmetic {tests/value/addition.i:46}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:50}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:52}) }}
+                 {{ garbled mix of &{p2} (origin: Arithmetic {tests/value/addition.i:56}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:56}) }}
+                 {{ garbled mix of &{p1} (origin: Misaligned {tests/value/addition.i:59}) }}
+                 {{ garbled mix of &{p1} (origin: Misaligned {tests/value/addition.i:61}) }}
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0] ∈ {0}
+   [1] ∈ {45}
+   [2] ∈ {3}
+   [3..9] ∈ {0}
+  z ∈ {37}
+  p1 ∈
+    {{ garbled mix of &{p2; p3}
+     (origin: Arithmetic {tests/value/addition.i:34}) }}
+  p2 ∈
+    {{ garbled mix of &{p1}
+     (origin: Arithmetic {tests/value/addition.i:36}) }}
+  p3 ∈
+    {{ garbled mix of &{t; p1}
+     (origin: Arithmetic {tests/value/addition.i:38}) }}
+  p4 ∈
+    {{ garbled mix of &{p1; tt}
+     (origin: Arithmetic {tests/value/addition.i:40}) }}
+  p5 ∈
+    {{ garbled mix of &{p1; p2; ttt}
+     (origin: Arithmetic {tests/value/addition.i:42}) }}
+  p6 ∈
+    {{ garbled mix of &{p1; ttt}
+     (origin: Arithmetic {tests/value/addition.i:44}) }}
+  p7 ∈
+    {{ garbled mix of &{p2; ttt}
+     (origin: Arithmetic {tests/value/addition.i:46}) }}
+  p8 ∈ {0; 1}
+  p9 ∈
+    {{ garbled mix of &{p1}
+     (origin: Arithmetic {tests/value/addition.i:50}) }}
+  p10 ∈
+     {{ garbled mix of &{p1}
+      (origin: Arithmetic {tests/value/addition.i:52}) }}
+  p11 ∈ [-2147483648..0]
+  p12 ∈
+     {{ garbled mix of &{p1; p2}
+      (origin: Arithmetic {tests/value/addition.i:56}) }}
+  p13 ∈
+     {{ garbled mix of &{p1}
+      (origin: Misaligned {tests/value/addition.i:59}) }}
+  p14 ∈
+     {{ garbled mix of &{p1}
+      (origin: Misaligned {tests/value/addition.i:61}) }}
+  p15 ∈ {-1}
+  p16 ∈ {2949122}
+  p17 ∈ {-2147483648; 0}
+  u1 ∈ {8}
+  q1 ∈ {{ &p1 }}
+  quo1 ∈ {3}
+  rem1 ∈ {1}
+  quo2 ∈ {-3}
+  rem2 ∈ {-1}
+  quo3 ∈ {3}
+  rem3 ∈ {-1}
+  quo4 ∈ {-3}
+  rem4 ∈ {1}
+  quo5 ∈ {-3}
+  rem5 ∈ {0}
+  mm1 ∈ [-224848..151152],0%16
+  mm2 ∈ [-6982976..4665024],64%128
+  mm3 ∈ [-1182974..789526],1%5
+  quo6 ∈ [-446..-371],1%3
+  c1 ∈ [-48..77],2%5
+  c2 ∈ [-46..79],4%5
+  qu1 ∈ [53..223]
+  qu2 ∈ [-14..23]
+  ll1 ∈ [4294967248..4294967373],3%5
+  ll2 ∈ [4294967250..4294967375],0%5
+  tt[0].a ∈ {0}
+    [0].b ∈ {-1}
+    {[0].[bits 34 to 63]; [1..4]} ∈ {0}
+  square ∈ [-150..225]
+  u2 ∈ {34}
+  __retres ∈ {6}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t[1] FROM NULL[45..48]
+   [2] FROM \nothing
+  z FROM \nothing
+  p1 FROM \nothing
+  p2 FROM \nothing
+  p3 FROM \nothing
+  p4 FROM \nothing
+  p5 FROM \nothing
+  p6 FROM u2
+  p7 FROM u2
+  p8 FROM \nothing
+  p9 FROM \nothing
+  p10 FROM \nothing
+  p11 FROM u2 (and SELF)
+  p12 FROM \nothing
+  p13 FROM \nothing
+  p14 FROM \nothing
+  p15 FROM \nothing
+  p16 FROM NULL[45..48]; t[0][bits 16 to 31]
+  p17 FROM u4
+  u1 FROM \nothing
+  q1 FROM \nothing
+  quo1 FROM \nothing
+  rem1 FROM \nothing
+  quo2 FROM \nothing
+  rem2 FROM \nothing
+  quo3 FROM \nothing
+  rem3 FROM \nothing
+  quo4 FROM \nothing
+  rem4 FROM \nothing
+  quo5 FROM \nothing
+  rem5 FROM \nothing
+  mm1 FROM u2; u3_0
+  mm2 FROM u2; u3_0
+  mm3 FROM u2; u3_0
+  quo6 FROM u3_0
+  c1 FROM u3_0
+  c2 FROM u3_0
+  qu1 FROM u3_0
+  qu2 FROM u3_0
+  ll1 FROM u3_0
+  ll2 FROM u3_0
+  tt[0].b FROM \nothing
+  square FROM u3_0
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t[1..2]; z; p1; p2; p3; p4; p5; p6; p7; p8; p9; p10; p11; p12; p13; 
+          p14; p15; p16; p17; u1; q1; quo1; rem1; quo2; rem2; quo3; rem3; quo4; 
+          rem4; quo5; rem5; mm1; mm2; mm3; quo6; c1; c2; qu1; qu2; ll1; ll2; 
+          tt[0].b; square; u2; s; t_0; __retres
+[inout] Inputs for function main:
+          NULL[45..48]; t{{[0][bits 16 to 31]; [1][bits 0 to 15]}; [2]}; z; p17;
+          q1[bits 0 to 7]; ll1; ll2; tt[0].b
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 360 to 399] ∈ [--..--]
+  t[0..9] ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  zz ∈ {0}
+  p1 ∈ {0}
+  p2 ∈ {0}
+  p3 ∈ {0}
+  p4 ∈ {0}
+  p5 ∈ {0}
+  p6 ∈ {0}
+  p7 ∈ {0}
+  p8 ∈ {0}
+  p9 ∈ {0}
+  p10 ∈ {0}
+  p11 ∈ {0}
+  p12 ∈ {0}
+  p13 ∈ {0}
+  p14 ∈ {0}
+  p15 ∈ {0}
+  p16 ∈ {0}
+  p17 ∈ {0}
+  u1 ∈ {0}
+  u3 ∈ {0}
+  q1 ∈ {0}
+  quo1 ∈ {0}
+  rem1 ∈ {0}
+  quo2 ∈ {0}
+  rem2 ∈ {0}
+  quo3 ∈ {0}
+  rem3 ∈ {0}
+  quo4 ∈ {0}
+  rem4 ∈ {0}
+  quo5 ∈ {0}
+  rem5 ∈ {0}
+  mm1 ∈ {0}
+  mm2 ∈ {0}
+  mm3 ∈ {0}
+  quo6 ∈ {0}
+  c1 ∈ {0}
+  c2 ∈ {0}
+  qu1 ∈ {0}
+  qu2 ∈ {0}
+  ll1 ∈ {0}
+  ll2 ∈ {0}
+  tt[0..4] ∈ {0}
+  ttt[0..4][0..5] ∈ {0}
+  square ∈ {0}
+tests/value/addition.i:34:[value] warning: signed overflow. assert -2147483648 ≤ &p2-&p3;
+tests/value/addition.i:34:[value] warning: signed overflow. assert &p2-&p3 ≤ 2147483647;
+tests/value/addition.i:48:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)(&p1+1), (void *)(&p2));
+tests/value/addition.i:50:[value] warning: signed overflow. assert -2147483648 ≤ (int)(&p1)/2;
+tests/value/addition.i:50:[value] warning: signed overflow. assert (int)(&p1)/2 ≤ 2147483647;
+tests/value/addition.i:59:[value] warning: signed overflow. assert -2147483648 ≤ (int)*((char *)(&q1))+2;
+tests/value/addition.i:59:[value] warning: signed overflow. assert (int)*((char *)(&q1))+2 ≤ 2147483647;
+tests/value/addition.i:61:[value] warning: signed overflow. assert -2147483648 ≤ (int)*((char *)(&q1))+2;
+tests/value/addition.i:61:[value] warning: signed overflow. assert (int)*((char *)(&q1))+2 ≤ 2147483647;
+tests/value/addition.i:66:[value] warning: out of bounds read. assert \valid_read(*((int **)45));
+[value] Called Frama_C_show_each_1([-10..15])
+[value] Recording results for main
+[value] done for function main
+[value] warning: Garbled mix generated during analysis:
+                 {{ garbled mix of &{p3} (origin: Arithmetic {tests/value/addition.i:34}) }}
+                 {{ garbled mix of &{p2} (origin: Arithmetic {tests/value/addition.i:34}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:36}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:38}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:40}) }}
+                 {{ garbled mix of &{p2} (origin: Arithmetic {tests/value/addition.i:42}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:42}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:44}) }}
+                 {{ garbled mix of &{p2} (origin: Arithmetic {tests/value/addition.i:46}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:50}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:52}) }}
+                 {{ garbled mix of &{p2} (origin: Arithmetic {tests/value/addition.i:56}) }}
+                 {{ garbled mix of &{p1} (origin: Arithmetic {tests/value/addition.i:56}) }}
+                 {{ garbled mix of &{p1} (origin: Misaligned {tests/value/addition.i:59}) }}
+                 {{ garbled mix of &{p1} (origin: Misaligned {tests/value/addition.i:61}) }}
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0] ∈ {0}
+   [1][bits 0 to 23] ∈ {0; 45; 46}
+   [1][bits 24 to 31] ∈ [--..--]
+   [2] ∈ {3}
+   [3..9] ∈ {0}
+  z ∈ {37}
+  p1 ∈
+    {{ garbled mix of &{p2; p3}
+     (origin: Arithmetic {tests/value/addition.i:34}) }}
+  p2 ∈
+    {{ garbled mix of &{p1}
+     (origin: Arithmetic {tests/value/addition.i:36}) }}
+  p3 ∈
+    {{ garbled mix of &{t; p1}
+     (origin: Arithmetic {tests/value/addition.i:38}) }}
+  p4 ∈
+    {{ garbled mix of &{p1; tt}
+     (origin: Arithmetic {tests/value/addition.i:40}) }}
+  p5 ∈
+    {{ garbled mix of &{p1; p2; ttt}
+     (origin: Arithmetic {tests/value/addition.i:42}) }}
+  p6 ∈
+    {{ garbled mix of &{p1; ttt}
+     (origin: Arithmetic {tests/value/addition.i:44}) }}
+  p7 ∈
+    {{ garbled mix of &{p2; ttt}
+     (origin: Arithmetic {tests/value/addition.i:46}) }}
+  p8 ∈ {0; 1}
+  p9 ∈
+    {{ garbled mix of &{p1}
+     (origin: Arithmetic {tests/value/addition.i:50}) }}
+  p10 ∈
+     {{ garbled mix of &{p1}
+      (origin: Arithmetic {tests/value/addition.i:52}) }}
+  p11 ∈ [-2147483648..0]
+  p12 ∈
+     {{ garbled mix of &{p1; p2}
+      (origin: Arithmetic {tests/value/addition.i:56}) }}
+  p13 ∈
+     {{ garbled mix of &{p1}
+      (origin: Misaligned {tests/value/addition.i:59}) }}
+  p14 ∈
+     {{ garbled mix of &{p1}
+      (origin: Misaligned {tests/value/addition.i:61}) }}
+  p15 ∈ {-1}
+  p16 ∈ {2; 2949122; 3014658}
+  p17 ∈ {-2147483648; 0}
+  u1 ∈ {8}
+  q1 ∈ {{ &p1 }}
+  quo1 ∈ {3}
+  rem1 ∈ {1}
+  quo2 ∈ {-3}
+  rem2 ∈ {-1}
+  quo3 ∈ {3}
+  rem3 ∈ {-1}
+  quo4 ∈ {-3}
+  rem4 ∈ {1}
+  quo5 ∈ {-3}
+  rem5 ∈ {0}
+  mm1 ∈ [-224848..151152],0%16
+  mm2 ∈ [-6982976..4665024],64%128
+  mm3 ∈ [-1182974..789526],1%5
+  quo6 ∈ [-446..-371],1%3
+  c1 ∈ [-48..77],2%5
+  c2 ∈ [-46..79],4%5
+  qu1 ∈ [53..223]
+  qu2 ∈ [-14..23]
+  ll1 ∈ [4294967248..4294967373],3%5
+  ll2 ∈ [4294967250..4294967375],0%5
+  tt[0].a ∈ {0}
+    [0].b ∈ {-1}
+    {[0].[bits 34 to 63]; [1..4]} ∈ {0}
+  square ∈ [-150..225]
+  u2 ∈ {34}
+  __retres ∈ {6}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t[1] FROM NULL[45..49]
+   [2] FROM \nothing
+  z FROM \nothing
+  p1 FROM \nothing
+  p2 FROM \nothing
+  p3 FROM \nothing
+  p4 FROM \nothing
+  p5 FROM \nothing
+  p6 FROM u2
+  p7 FROM u2
+  p8 FROM \nothing
+  p9 FROM \nothing
+  p10 FROM \nothing
+  p11 FROM u2 (and SELF)
+  p12 FROM \nothing
+  p13 FROM \nothing
+  p14 FROM \nothing
+  p15 FROM \nothing
+  p16 FROM NULL[45..49]; t[0][bits 16 to 31]
+  p17 FROM u4
+  u1 FROM \nothing
+  q1 FROM \nothing
+  quo1 FROM \nothing
+  rem1 FROM \nothing
+  quo2 FROM \nothing
+  rem2 FROM \nothing
+  quo3 FROM \nothing
+  rem3 FROM \nothing
+  quo4 FROM \nothing
+  rem4 FROM \nothing
+  quo5 FROM \nothing
+  rem5 FROM \nothing
+  mm1 FROM u2; u3_0
+  mm2 FROM u2; u3_0
+  mm3 FROM u2; u3_0
+  quo6 FROM u3_0
+  c1 FROM u3_0
+  c2 FROM u3_0
+  qu1 FROM u3_0
+  qu2 FROM u3_0
+  ll1 FROM u3_0
+  ll2 FROM u3_0
+  tt[0].b FROM \nothing
+  square FROM u3_0
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t[1..2]; z; p1; p2; p3; p4; p5; p6; p7; p8; p9; p10; p11; p12; p13; 
+          p14; p15; p16; p17; u1; q1; quo1; rem1; quo2; rem2; quo3; rem3; quo4; 
+          rem4; quo5; rem5; mm1; mm2; mm3; quo6; c1; c2; qu1; qu2; ll1; ll2; 
+          tt[0].b; square; u2; s; t_0; __retres
+[inout] Inputs for function main:
+          NULL[45..49]; t{{[0][bits 16 to 31]; [1][bits 0 to 15]}; [2]}; z; p17;
+          q1[bits 0 to 7]; ll1; ll2; tt[0].b
diff --git a/tests/value/oracle_symblocs/addr.0.err.oracle b/tests/value/oracle_symblocs/addr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/addr.0.res.oracle b/tests/value/oracle_symblocs/addr.0.res.oracle
new file mode 100644
index 00000000000..658fecb224c
--- /dev/null
+++ b/tests/value/oracle_symblocs/addr.0.res.oracle
@@ -0,0 +1,44 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/addr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..4] ∈ {0}
+  x ∈ {0}
+  p ∈ {0}
+  q ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/addr.i:20.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  p ∈ {{ &t[2] }}
+[value:final-states] Values at end of function main:
+  t[0..1] ∈ {0}
+   [2] ∈ {77}
+   [3..4] ∈ {0}
+  p ∈ {{ &t[2] }}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  p FROM i
+[from] Function main:
+  t[2] FROM \nothing
+  p FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          p
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          t[2]; p
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/addr.1.err.oracle b/tests/value/oracle_symblocs/addr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/addr.1.res.oracle b/tests/value/oracle_symblocs/addr.1.res.oracle
new file mode 100644
index 00000000000..577dd891b61
--- /dev/null
+++ b/tests/value/oracle_symblocs/addr.1.res.oracle
@@ -0,0 +1,26 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/addr.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..4] ∈ {0}
+  x ∈ {0}
+  p ∈ {0}
+  q ∈ {0}
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  p ∈ {{ &t + [-8589934592..8589934588],0%4 }}
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  p FROM i
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          p
+[inout] Inputs for function f:
+          \nothing
diff --git a/tests/value/oracle_symblocs/addr2.err.oracle b/tests/value/oracle_symblocs/addr2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/addr2.res.oracle b/tests/value/oracle_symblocs/addr2.res.oracle
new file mode 100644
index 00000000000..ac6e2a512c4
--- /dev/null
+++ b/tests/value/oracle_symblocs/addr2.res.oracle
@@ -0,0 +1,29 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/addr2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  t[0..12] ∈ {0}
+tests/value/addr2.i:13:[value] entering loop for the first time
+[value] Called Frama_C_show_each_F({0})
+[value] Called Frama_C_show_each_F({0; 1})
+[value] Called Frama_C_show_each_F({0; 1; 2})
+[value] Called Frama_C_show_each_F([0..12])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {13}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/addrofstring.err.oracle b/tests/value/oracle_symblocs/addrofstring.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/addrofstring.res.oracle b/tests/value/oracle_symblocs/addrofstring.res.oracle
new file mode 100644
index 00000000000..d3bb72d2cab
--- /dev/null
+++ b/tests/value/oracle_symblocs/addrofstring.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/addrofstring.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ "bar" }}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM "bar"[bits 8 to 15]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; __retres
+[inout] Inputs for function main:
+          "bar"[bits 8 to 15]
diff --git a/tests/value/oracle_symblocs/affect_corrupt.0.err.oracle b/tests/value/oracle_symblocs/affect_corrupt.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/affect_corrupt.0.res.oracle b/tests/value/oracle_symblocs/affect_corrupt.0.res.oracle
new file mode 100644
index 00000000000..e64ee562a6e
--- /dev/null
+++ b/tests/value/oracle_symblocs/affect_corrupt.0.res.oracle
@@ -0,0 +1,27 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/affect_corrupt.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  r ∈ {77}
+tests/value/affect_corrupt.i:8:[value] warning: out of bounds read. assert \valid_read(p);
+[value] Recording results for main
+[value] done for function main
+tests/value/affect_corrupt.i:8:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          r
+[inout] Inputs for function main:
+          p
diff --git a/tests/value/oracle_symblocs/affect_corrupt.1.err.oracle b/tests/value/oracle_symblocs/affect_corrupt.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/affect_corrupt.1.res.oracle b/tests/value/oracle_symblocs/affect_corrupt.1.res.oracle
new file mode 100644
index 00000000000..21b9db54edd
--- /dev/null
+++ b/tests/value/oracle_symblocs/affect_corrupt.1.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/affect_corrupt.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 0 to 31] ∈ [--..--]
+  p ∈ {0}
+  r ∈ {77}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  r ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  r FROM NULL[0..3]; p
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          r
+[inout] Inputs for function main:
+          NULL[0..3]; p
diff --git a/tests/value/oracle_symblocs/ai_annot.err.oracle b/tests/value/oracle_symblocs/ai_annot.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/ai_annot.res.oracle b/tests/value/oracle_symblocs/ai_annot.res.oracle
new file mode 100644
index 00000000000..fd561c0a9cb
--- /dev/null
+++ b/tests/value/oracle_symblocs/ai_annot.res.oracle
@@ -0,0 +1,38 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/ai_annot.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+tests/value/ai_annot.i:9:[value] warning: assertion got status unknown.
+tests/value/ai_annot.i:10:[value] warning: assertion got status unknown.
+tests/value/ai_annot.i:11:[value] warning: assertion got status unknown.
+tests/value/ai_annot.i:12:[value] warning: out of bounds write. assert \valid(p+1);
+tests/value/ai_annot.i:14:[value] warning: out of bounds read. assert \valid_read(p+2);
+tests/value/ai_annot.i:14:[value] warning: signed overflow. assert x+*(p+2) ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[scope:rm_asserts] removing 2 assertion(s)
+tests/value/ai_annot.i:12:[scope:rm_asserts] removing redundant assert Value: mem_access: \valid(p+1);
+tests/value/ai_annot.i:14:[scope:rm_asserts] removing redundant assert Value: mem_access: \valid_read(p+2);
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ [--..--]
+  S_p[0] ∈ [--..--]
+     [1] ∈ [0..2147483647]
+     [2] ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  S_p[1] FROM x; p
+  \result FROM x; p; S_p[2]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __retres; S_p[1]
+[inout] Inputs for function main:
+          S_p[2]
diff --git a/tests/value/oracle_symblocs/alias.0.err.oracle b/tests/value/oracle_symblocs/alias.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/alias.0.res.oracle b/tests/value/oracle_symblocs/alias.0.res.oracle
new file mode 100644
index 00000000000..cbdd83cd020
--- /dev/null
+++ b/tests/value/oracle_symblocs/alias.0.res.oracle
@@ -0,0 +1,160 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/alias.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+  F ∈ {0}
+  G ∈ {0}
+  p[0..4] ∈ {0}
+  q[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  p2[0..4] ∈ {0}
+  q2[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+  p3[0..4] ∈ {0}
+  t ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t2 ∈ {0}
+  v2 ∈ {0}
+  PTR1 ∈ {0}
+  PTR2 ∈ {0}
+  PTR3 ∈ {0}
+  PTR4 ∈ {0}
+  PTR5 ∈ {0}
+  PTR6 ∈ {0}
+  c ∈ [--..--]
+  c1 ∈ [--..--]
+  c2 ∈ [--..--]
+  c3 ∈ [--..--]
+  c4 ∈ [--..--]
+  e ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  i ∈ {0}
+  tz1 ∈ {0}
+  tz2 ∈ {0}
+  tz3 ∈ {0}
+  tx ∈ {0}
+  ty ∈ {0}
+  tz ∈ {0}
+  U ∈ {0}
+  char1 ∈ {0}
+  ll1 ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/alias.i:45.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/alias.i:46.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/alias.i:47.
+[value] Recording results for f
+[value] Done for function f
+tests/value/alias.i:82:[value] warning: signed overflow. assert -2147483648 ≤ p3[1]-vol;
+tests/value/alias.i:82:[value] warning: signed overflow. assert p3[1]-vol ≤ 2147483647;
+[value] Called Frama_C_show_each_d0([-2147483648..2147483647])
+tests/value/alias.i:84:[value] warning: signed overflow. assert -2147483648 ≤ p3[1]-vol;
+tests/value/alias.i:84:[value] warning: signed overflow. assert p3[1]-vol ≤ 2147483647;
+[value] Called Frama_C_show_each_d2([-2147483648..2147483647])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+Cannot filter: dumping raw memory (including unchanged variables)
+  A ∈ {516}
+  B ∈ {4}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+  F ∈ {0}
+  G ∈ {0}
+  p[0][bits 0 to 15]# ∈ {1} repeated %8 
+   {[0][bits 16 to 31]; [1..4]} ∈ {0}
+  q[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  p2[0] ∈ {0; 7}
+    [1] ∈ {0; 6}
+    [2..4] ∈ {0}
+  q2[0] ∈ {1}
+    [1] ∈ {2; 7}
+    [2] ∈ {3; 6}
+    [3] ∈ {4}
+    [4] ∈ {5}
+  p3[0] ∈ {0}
+    [1] ∈ [--..--]
+    [2..4] ∈ {0}
+  t ∈ {1; 2; 4}
+  u ∈ {2; 3; 4; 5}
+  v ∈ {1; 2; 4; 5}
+  w ∈ {1; 2; 4; 5}
+  x ∈ {1; 4}
+  y ∈ {2; 4; 5}
+  z ∈ {3; 5}
+  t2 ∈ {0; 3; 6}
+  v2 ∈ {0; 2; 7}
+  PTR1 ∈ {{ &x ; &y }}
+  PTR2 ∈ {{ &y ; &z }}
+  PTR3 ∈ {{ &x ; &y }}
+  PTR4 ∈ {{ &p2[1] ; &q2[2] }}
+  PTR5 ∈ {0}
+  PTR6 ∈ {0}
+  c ∈ [--..--]
+  c1 ∈ [--..--]
+  c2 ∈ [--..--]
+  c3 ∈ [--..--]
+  c4 ∈ [--..--]
+  vol ∈ [--..--]
+  e ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  i ∈ {0}
+  tz1 ∈ {0}
+  tz2 ∈ {0}
+  tz3 ∈ {0}
+  tx ∈ {0}
+  ty ∈ {0}
+  tz ∈ {0}
+  U ∈ {0}
+  char1 ∈ {0}
+  ll1 ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  FROMTOP
+[from] Function main:
+  FROMTOP
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          ANYTHING(origin:Unknown)
+[inout] Inputs for function f:
+          ANYTHING(origin:Unknown)
+[inout] Out (internal) for function main:
+          ANYTHING(origin:Unknown)
+[inout] Inputs for function main:
+          ANYTHING(origin:Unknown)
diff --git a/tests/value/oracle_symblocs/alias.1.err.oracle b/tests/value/oracle_symblocs/alias.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/alias.1.res.oracle b/tests/value/oracle_symblocs/alias.1.res.oracle
new file mode 100644
index 00000000000..4384e6d2805
--- /dev/null
+++ b/tests/value/oracle_symblocs/alias.1.res.oracle
@@ -0,0 +1,115 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/alias.i (no preprocessing)
+[value] Analyzing a complete application starting at main3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+  F ∈ {0}
+  G ∈ {0}
+  p[0..4] ∈ {0}
+  q[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  p2[0..4] ∈ {0}
+  q2[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+  p3[0..4] ∈ {0}
+  t ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t2 ∈ {0}
+  v2 ∈ {0}
+  PTR1 ∈ {0}
+  PTR2 ∈ {0}
+  PTR3 ∈ {0}
+  PTR4 ∈ {0}
+  PTR5 ∈ {0}
+  PTR6 ∈ {0}
+  c ∈ [--..--]
+  c1 ∈ [--..--]
+  c2 ∈ [--..--]
+  c3 ∈ [--..--]
+  c4 ∈ [--..--]
+  e ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  i ∈ {0}
+  tz1 ∈ {0}
+  tz2 ∈ {0}
+  tz3 ∈ {0}
+  tx ∈ {0}
+  ty ∈ {0}
+  tz ∈ {0}
+  U ∈ {0}
+  char1 ∈ {0}
+  ll1 ∈ {0}
+tests/value/alias.i:97:[value] warning: signed overflow. assert c+1 ≤ 2147483647;
+tests/value/alias.i:105:[value] warning: signed overflow. assert c+1 ≤ 2147483647;
+tests/value/alias.i:105:[value] warning: signed overflow. assert c+2 ≤ 2147483647;
+tests/value/alias.i:107:[value] warning: signed overflow. assert c+10 ≤ 2147483647;
+tests/value/alias.i:107:[value] warning: signed overflow. assert c+11 ≤ 2147483647;
+tests/value/alias.i:108:[value] warning: signed overflow. assert c+3 ≤ 2147483647;
+tests/value/alias.i:108:[value] warning: signed overflow. assert c+4 ≤ 2147483647;
+[value] Recording results for main3
+[value] done for function main3
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main3:
+  p2[0] ∈ {0; 96; 97; 98}
+    [1..2] ∈ {0; 96; 97; 98; 99}
+    [3] ∈ {0}
+    [4] ∈ {0; 99}
+  t ∈ {3; 4}
+  u ∈ {0; 1}
+  v ∈ {0; 1}
+  x ∈ {0; 96; 97; 98; 99}
+  z ∈ {0; 1; 2}
+  t2 ∈ {0; 96; 97; 98; 99}
+  v2 ∈ {-1; 0; 1; 2; 3; 4}
+  PTR1 ∈ {{ &p2{[0], [1], [2]} }}
+  PTR2 ∈ {{ &p2{[1], [2]} }}
+  PTR3 ∈ {{ &p2{[1], [2], [4]} }}
+  PTR4 ∈ {{ &p2{[1], [2]} }}
+  p_0 ∈ {{ &s1 ; &s2 }}
+  s1.a ∈ {2; 7}
+    .b ∈ {4}
+    .c ∈ {6}
+  s2.a ∈ {1; 7}
+    .b ∈ {3}
+    .c ∈ {5}
+[from] Computing for function main3
+[from] Done for function main3
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main3:
+  p2{[0..2]; [4]} FROM c (and SELF)
+  t FROM c
+  u FROM c
+  v FROM c
+  x FROM p2[0..2]; c
+  z FROM w; c
+  t2 FROM p2[0..2]; c
+  v2 FROM c
+  PTR1 FROM c
+  PTR2 FROM c
+  PTR3 FROM c
+  PTR4 FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main3:
+          p2{[0..2]; [4]}; t; u; v; x; z; t2; v2; PTR1; PTR2; PTR3; PTR4; p_0; 
+          s1; s2; tmp; tmp_0; tmp_1; tmp_2; tmp_3
+[inout] Inputs for function main3:
+          p2[0..2]; u; v; w; PTR1; PTR2; PTR3; PTR4; c
diff --git a/tests/value/oracle_symblocs/alias.2.err.oracle b/tests/value/oracle_symblocs/alias.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/alias.2.res.oracle b/tests/value/oracle_symblocs/alias.2.res.oracle
new file mode 100644
index 00000000000..ff3b27f8bdb
--- /dev/null
+++ b/tests/value/oracle_symblocs/alias.2.res.oracle
@@ -0,0 +1,121 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/alias.i (no preprocessing)
+[value] Analyzing a complete application starting at main4
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 0 to 2047] ∈ [--..--]
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+  F ∈ {0}
+  G ∈ {0}
+  p[0..4] ∈ {0}
+  q[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  p2[0..4] ∈ {0}
+  q2[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+  p3[0..4] ∈ {0}
+  t ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t2 ∈ {0}
+  v2 ∈ {0}
+  PTR1 ∈ {0}
+  PTR2 ∈ {0}
+  PTR3 ∈ {0}
+  PTR4 ∈ {0}
+  PTR5 ∈ {0}
+  PTR6 ∈ {0}
+  c ∈ [--..--]
+  c1 ∈ [--..--]
+  c2 ∈ [--..--]
+  c3 ∈ [--..--]
+  c4 ∈ [--..--]
+  e ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  i ∈ {0}
+  tz1 ∈ {0}
+  tz2 ∈ {0}
+  tz3 ∈ {0}
+  tx ∈ {0}
+  ty ∈ {0}
+  tz ∈ {0}
+  U ∈ {0}
+  char1 ∈ {0}
+  ll1 ∈ {0}
+tests/value/alias.i:142:[value] warning: signed overflow. assert c+1 ≤ 2147483647;
+tests/value/alias.i:142:[value] warning: signed overflow. assert c+2 ≤ 2147483647;
+tests/value/alias.i:144:[value] warning: signed overflow. assert c+3 ≤ 2147483647;
+tests/value/alias.i:144:[value] warning: signed overflow. assert c+4 ≤ 2147483647;
+[value] Recording results for main4
+[value] done for function main4
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main4:
+  u ∈ {0; 1; 2}
+  v ∈ {1; 2; 3}
+  x ∈ {1; 2; 5}
+  y ∈ {1; 2; 5}
+  z ∈ {-5; -4; -3; -2; -1; 0; 1; 1000}
+  p_0 ∈ {{ &t1.s2 ; &t2_0.s3 }}
+  s.a ∈ {4; 27; 777}
+   .b ∈ {5; 28}
+   .c ∈ {6; 29}
+  ss ∈ [--..--]
+  sss.a ∈ {4; 27; 777}
+     .b ∈ {5; 28; 888}
+     .c ∈ {6; 29}
+  pt ∈ {0}
+  t1.s1.a ∈ {1}
+    .s1.b ∈ {2}
+    .s1.c ∈ {3}
+    .s2.a ∈ {4; 777}
+    .s2.b ∈ {5; 888}
+    .s2.c ∈ {6}
+    .s3.a ∈ {7}
+    .s3.b ∈ {8}
+    .s3.c ∈ {9}
+    .s4.a ∈ {10}
+    .s4.b ∈ {11}
+    .s4.c ∈ {12}
+  t2_0.s1.a ∈ {21}
+      .s1.b ∈ {22}
+      .s1.c ∈ {23}
+      .s2.a ∈ {24}
+      .s2.b ∈ {25}
+      .s2.c ∈ {26}
+      .s3.a ∈ {27; 777}
+      .s3.b ∈ {28; 888}
+      .s3.c ∈ {29}
+      .s4.a ∈ {30}
+      .s4.b ∈ {31}
+      .s4.c ∈ {32}
+[from] Computing for function main4
+[from] Done for function main4
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main4:
+  u FROM c
+  v FROM c
+  x FROM c
+  y FROM c
+  z FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main4:
+          u; v; x; y; z; p_0; s; ss; sss; pt; t1; t2_0; tmp; tmp_0
+[inout] Inputs for function main4:
+          NULL[0..11]; u; v; x; y; c
diff --git a/tests/value/oracle_symblocs/alias.3.err.oracle b/tests/value/oracle_symblocs/alias.3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/alias.3.res.oracle b/tests/value/oracle_symblocs/alias.3.res.oracle
new file mode 100644
index 00000000000..fedab151a6a
--- /dev/null
+++ b/tests/value/oracle_symblocs/alias.3.res.oracle
@@ -0,0 +1,108 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/alias.i (no preprocessing)
+[value] Analyzing a complete application starting at main5
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+  F ∈ {0}
+  G ∈ {0}
+  p[0..4] ∈ {0}
+  q[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  p2[0..4] ∈ {0}
+  q2[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+  p3[0..4] ∈ {0}
+  t ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t2 ∈ {0}
+  v2 ∈ {0}
+  PTR1 ∈ {0}
+  PTR2 ∈ {0}
+  PTR3 ∈ {0}
+  PTR4 ∈ {0}
+  PTR5 ∈ {0}
+  PTR6 ∈ {0}
+  c ∈ [--..--]
+  c1 ∈ [--..--]
+  c2 ∈ [--..--]
+  c3 ∈ [--..--]
+  c4 ∈ [--..--]
+  e ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  i ∈ {0}
+  tz1 ∈ {0}
+  tz2 ∈ {0}
+  tz3 ∈ {0}
+  tx ∈ {0}
+  ty ∈ {0}
+  tz ∈ {0}
+  U ∈ {0}
+  char1 ∈ {0}
+  ll1 ∈ {0}
+tests/value/alias.i:171:[value] warning: signed overflow. assert c+1 ≤ 2147483647;
+[value] Recording results for main5
+[value] done for function main5
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main5:
+  u ∈ {0; 1}
+  v ∈ {0; 1}
+  z ∈ {0; 1; 2}
+  sss.a ∈ {4; 27}
+     .b ∈ {5; 28; 888; 999}
+     .c ∈ {6; 29}
+  pt ∈ {{ (struct T *)&t1.s2 ; (struct T *)&t2_0.s3 }}
+  t1.s1.a ∈ {1}
+    .s1.b ∈ {2}
+    .s1.c ∈ {3}
+    .s2.a ∈ {4}
+    .s2.b ∈ {5; 888}
+    .s2.c ∈ {6}
+    .s3.a ∈ {7}
+    .s3.b ∈ {8}
+    .s3.c ∈ {9}
+    .s4.a ∈ {10}
+    .s4.b ∈ {11}
+    .s4.c ∈ {12}
+  t2_0.s1.a ∈ {21}
+      .s1.b ∈ {22}
+      .s1.c ∈ {23}
+      .s2.a ∈ {24}
+      .s2.b ∈ {25}
+      .s2.c ∈ {26}
+      .s3.a ∈ {27}
+      .s3.b ∈ {28; 999}
+      .s3.c ∈ {29}
+      .s4.a ∈ {30}
+      .s4.b ∈ {31}
+      .s4.c ∈ {32}
+[from] Computing for function main5
+[from] Done for function main5
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main5:
+  u FROM c
+  v FROM c
+  z FROM w; c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main5:
+          u; v; z; sss; pt; t1; t2_0
+[inout] Inputs for function main5:
+          u; v; w; c
diff --git a/tests/value/oracle_symblocs/alias.4.err.oracle b/tests/value/oracle_symblocs/alias.4.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/alias.4.res.oracle b/tests/value/oracle_symblocs/alias.4.res.oracle
new file mode 100644
index 00000000000..bdbed53aaa9
--- /dev/null
+++ b/tests/value/oracle_symblocs/alias.4.res.oracle
@@ -0,0 +1,104 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/alias.i (no preprocessing)
+[value] Analyzing a complete application starting at main6
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 0 to 2047] ∈ [--..--]
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+  F ∈ {0}
+  G ∈ {0}
+  p[0..4] ∈ {0}
+  q[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  p2[0..4] ∈ {0}
+  q2[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+  p3[0..4] ∈ {0}
+  t ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t2 ∈ {0}
+  v2 ∈ {0}
+  PTR1 ∈ {0}
+  PTR2 ∈ {0}
+  PTR3 ∈ {0}
+  PTR4 ∈ {0}
+  PTR5 ∈ {0}
+  PTR6 ∈ {0}
+  c ∈ [--..--]
+  c1 ∈ [--..--]
+  c2 ∈ [--..--]
+  c3 ∈ [--..--]
+  c4 ∈ [--..--]
+  e ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  i ∈ {0}
+  tz1 ∈ {0}
+  tz2 ∈ {0}
+  tz3 ∈ {0}
+  tx ∈ {0}
+  ty ∈ {0}
+  tz ∈ {0}
+  U ∈ {0}
+  char1 ∈ {0}
+  ll1 ∈ {0}
+tests/value/alias.i:185:[value] entering loop for the first time
+tests/value/alias.i:191:[value] warning: pointer comparison. assert \pointer_comparable((void *)PTR2, (void *)PTR1);
+tests/value/alias.i:199:[value] warning: signed overflow. assert c+1 ≤ 2147483647;
+[value] Recording results for main6
+[value] done for function main6
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main6:
+  p[0] ∈ {0}
+   [1] ∈ {0; 77}
+   [2..4] ∈ {0}
+  q[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3; 77}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  u ∈ {0; 1}
+  v ∈ {0; 1}
+  w ∈ {0; 1}
+  x ∈ [0..99]
+  y ∈ {0; 3; 77}
+  z ∈ {-33}
+  PTR1 ∈ {{ &p[1] ; &q[2] }}
+  PTR2 ∈ [--..--]
+  i_0 ∈ {100}
+[from] Computing for function main6
+[from] Done for function main6
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main6:
+  p[1] FROM c (and SELF)
+  q[2] FROM c (and SELF)
+  u FROM c
+  v FROM c
+  w FROM c
+  x FROM \nothing (and SELF)
+  y FROM p[1]; q[2]; c
+  z FROM NULL[0..3]; PTR2; c
+  PTR1 FROM c
+  PTR2 FROM NULL[0..3]; PTR2
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main6:
+          p[1]; q[2]; u; v; w; x; y; z; PTR1; PTR2; i_0
+[inout] Inputs for function main6:
+          NULL[0..3]; p[1]; q[2]; u; v; PTR1; PTR2; c
diff --git a/tests/value/oracle_symblocs/alias.5.err.oracle b/tests/value/oracle_symblocs/alias.5.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/alias.5.res.oracle b/tests/value/oracle_symblocs/alias.5.res.oracle
new file mode 100644
index 00000000000..cbbbb5ded06
--- /dev/null
+++ b/tests/value/oracle_symblocs/alias.5.res.oracle
@@ -0,0 +1,222 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/alias.i (no preprocessing)
+[value] Analyzing a complete application starting at main11
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 0 to 2047] ∈ [--..--]
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+  F ∈ {0}
+  G ∈ {0}
+  p[0..4] ∈ {0}
+  q[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  p2[0..4] ∈ {0}
+  q2[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+  p3[0..4] ∈ {0}
+  t ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t2 ∈ {0}
+  v2 ∈ {0}
+  PTR1 ∈ {0}
+  PTR2 ∈ {0}
+  PTR3 ∈ {0}
+  PTR4 ∈ {0}
+  PTR5 ∈ {0}
+  PTR6 ∈ {0}
+  c ∈ [--..--]
+  c1 ∈ [--..--]
+  c2 ∈ [--..--]
+  c3 ∈ [--..--]
+  c4 ∈ [--..--]
+  e ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  i ∈ {0}
+  tz1 ∈ {0}
+  tz2 ∈ {0}
+  tz3 ∈ {0}
+  tx ∈ {0}
+  ty ∈ {0}
+  tz ∈ {0}
+  U ∈ {0}
+  char1 ∈ {0}
+  ll1 ∈ {0}
+tests/value/alias.i:260:[value] entering loop for the first time
+[value] computing for function f2 <- main11.
+        Called from tests/value/alias.i:268.
+[value] DUMPING STATE of file tests/value/alias.i line 23
+        NULL[rbits 0 to 2047] ∈ [--..--]
+        x_0 ∈ {{ (char *)&p2 }}
+        q_0 ∈ {{ &p2 + {1} }}
+        A ∈ {0}
+        B ∈ {0}
+        C ∈ {0}
+        D ∈ {33}
+        E ∈ {0}
+        F ∈ {0}
+        G ∈ {0}
+        p[0..4] ∈ {0}
+        q[0] ∈ {1}
+         [1] ∈ {2}
+         [2] ∈ {3}
+         [3] ∈ {4}
+         [4] ∈ {5}
+        p2[0][bits 0 to 15]# ∈ {1} repeated %8 
+          [0][bits 16 to 31] ∈ {0}
+          [1] ∈ {33}
+          [2..4] ∈ {0}
+        q2[0] ∈ {1}
+          [1] ∈ {2}
+          [2] ∈ {3}
+          [3] ∈ {4}
+          [4] ∈ {5}
+        p3[0..4] ∈ {0}
+        t ∈ {0}
+        u ∈ {0}
+        v ∈ {0}
+        w ∈ {0}
+        x ∈ {0}
+        y ∈ {0}
+        z ∈ {0}
+        t2 ∈ {0}
+        v2 ∈ {0}
+        PTR1 ∈ {0}
+        PTR2 ∈ {0}
+        PTR3 ∈ {{ &p2[1] }}
+        PTR4 ∈ {0}
+        PTR5 ∈ {0}
+        PTR6 ∈ {0}
+        c ∈ [--..--]
+        c1 ∈ [--..--]
+        c2 ∈ [--..--]
+        c3 ∈ [--..--]
+        c4 ∈ [--..--]
+        e ∈ {0}
+        g ∈ {0}
+        h ∈ {0}
+        i ∈ {0}
+        tz1 ∈ {0}
+        tz2 ∈ {0}
+        tz3 ∈ {0}
+        tx ∈ {0}
+        ty ∈ {0}
+        tz ∈ {0}
+        U ∈ {0}
+        char1 ∈ {0}
+        ll1 ∈ {0}
+        i_0 ∈ {0}
+        =END OF DUMP==
+[value] Recording results for f2
+[value] Done for function f2
+tests/value/alias.i:271:[value] warning: signed overflow. assert c2+1 ≤ 2147483647;
+tests/value/alias.i:273:[value] warning: signed overflow. assert c2+2 ≤ 2147483647;
+tests/value/alias.i:279:[value] entering loop for the first time
+tests/value/alias.i:285:[value] warning: pointer comparison. assert \pointer_comparable((void *)PTR2, (void *)PTR1);
+tests/value/alias.i:292:[value] entering loop for the first time
+tests/value/alias.i:292:[value] warning: signed overflow. assert c1+1 ≤ 2147483647;
+[value] Recording results for main11
+[value] done for function main11
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f2:
+  q_0 ∈ {{ &p2 + {1} }}
+  p2[0][bits 0 to 15]# ∈ {1} repeated %8 
+    [0][bits 16 to 31] ∈ {0}
+    [1] ∈ {33}
+    [2..4] ∈ {0}
+[value:final-states] Values at end of function main11:
+  A ∈ {1; 33}
+  B ∈ {-32; 0; 32}
+  D ∈ {33}
+  p[0] ∈ {0}
+   [1] ∈ {0; 77}
+   [2..4] ∈ {0}
+  q[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3; 77}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  p2[0][bits 0 to 15]# ∈ {1} repeated %8 
+    [0][bits 16 to 31] ∈ {0}
+    [1] ∈ {33}
+    [2..4] ∈ {0}
+  q2[0] ∈ {1; 33}
+    [1] ∈ {33}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+  t ∈ {0; 1}
+  x ∈ [0..99]
+  y ∈ {0; 3; 77}
+  z ∈ {-33}
+  PTR1 ∈ {{ &p[1] ; &q[2] }}
+  PTR2 ∈ [--..--]
+  PTR3 ∈ {{ &p2[1] }}
+  PTR4 ∈ {{ &q2[1] }}
+  c1 ∈ [--..--]
+  U{.ll[bits 0 to 31]; .i; .c[bits 0 to 31]} ∈ {2; 3}
+   {.ll[bits 32 to 63]#; .i[bits 32 to 63]#; .c[bits 32 to 63]#} ∈
+   {16; 17}%64, bits 32 to 63 
+  ll1 ∈ {15; 16}
+  i_0 ∈ {100}
+[from] Computing for function f2
+[from] Computing for function Frama_C_dump_each <-f2
+[from] Done for function Frama_C_dump_each
+[from] Done for function f2
+[from] Computing for function main11
+[from] Done for function main11
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f2:
+  p2[0][bits 0 to 7] FROM x_0; p2[0][bits 0 to 7]
+    [0][bits 8 to 15] FROM x_0; p2[0][bits 8 to 15]
+[from] Function main11:
+  A FROM q2[0]; c1
+  B FROM q2[0]; c1
+  D FROM c
+  p[1] FROM c (and SELF)
+  q[2] FROM c (and SELF)
+  p2[0][bits 0 to 7] FROM p2[0][bits 0 to 7]
+    [0][bits 8 to 15] FROM p2[0][bits 8 to 15]
+    [1] FROM \nothing
+    [2] FROM p2[2]; c (and SELF)
+  q2[0] FROM c1 (and SELF)
+    [1] FROM \nothing
+  t FROM c2
+  x FROM \nothing (and SELF)
+  y FROM p[1]; q[2]; c
+  z FROM NULL[0..3]; PTR2; c
+  PTR1 FROM c
+  PTR2 FROM NULL[0..3]; PTR2
+  PTR3 FROM c
+  PTR4 FROM c1
+  c1 FROM c1
+  U FROM c2
+  ll1 FROM c2
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f2:
+          q_0; p2[0][bits 0 to 15]
+[inout] Inputs for function f2:
+          p2[0][bits 0 to 15]
+[inout] Out (internal) for function main11:
+          A; B; D; p[1]; q[2]; p2{[0][bits 0 to 15]; [1..2]}; q2[0..1]; t; x; 
+          y; z; PTR1; PTR2; PTR3; PTR4; c1; U; ll1; i_0; tm; tmp
+[inout] Inputs for function main11:
+          NULL[0..3]; A; p[1]; q[2]; p2{[0][bits 0 to 15]; [1..2]}; q2[0]; t; 
+          PTR1; PTR2; PTR3; PTR4; c; c1; c2; ll1
diff --git a/tests/value/oracle_symblocs/alias.6.err.oracle b/tests/value/oracle_symblocs/alias.6.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/alias.6.res.oracle b/tests/value/oracle_symblocs/alias.6.res.oracle
new file mode 100644
index 00000000000..71863253129
--- /dev/null
+++ b/tests/value/oracle_symblocs/alias.6.res.oracle
@@ -0,0 +1,137 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/alias.i (no preprocessing)
+[value] Analyzing a complete application starting at main8
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 0 to 2047] ∈ [--..--]
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+  F ∈ {0}
+  G ∈ {0}
+  p[0..4] ∈ {0}
+  q[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  p2[0..4] ∈ {0}
+  q2[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+  p3[0..4] ∈ {0}
+  t ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t2 ∈ {0}
+  v2 ∈ {0}
+  PTR1 ∈ {0}
+  PTR2 ∈ {0}
+  PTR3 ∈ {0}
+  PTR4 ∈ {0}
+  PTR5 ∈ {0}
+  PTR6 ∈ {0}
+  c ∈ [--..--]
+  c1 ∈ [--..--]
+  c2 ∈ [--..--]
+  c3 ∈ [--..--]
+  c4 ∈ [--..--]
+  e ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  i ∈ {0}
+  tz1 ∈ {0}
+  tz2 ∈ {0}
+  tz3 ∈ {0}
+  tx ∈ {0}
+  ty ∈ {0}
+  tz ∈ {0}
+  U ∈ {0}
+  char1 ∈ {0}
+  ll1 ∈ {0}
+[value] Recording results for main8
+[value] done for function main8
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main8:
+  A ∈ {3; 4}
+  B ∈ {4; 5}
+  C ∈ {2; 3; 33; 44}
+  D ∈ {0; 4; 5; 33; 44}
+  p[0..1] ∈ {0}
+   [2] ∈ {0; 33}
+   [3] ∈ {0; 44}
+   [4] ∈ {0}
+  q[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4; 33}
+   [4] ∈ {5; 44}
+  q2[0] ∈ {1}
+    [1] ∈ {2; 33}
+    [2] ∈ {3; 44}
+    [3] ∈ {4}
+    [4] ∈ {5}
+  t ∈ {4; 5; 6}
+  u ∈ {0; 5}
+  v ∈ {0; 5; 44}
+  w ∈ {0; 4}
+  x ∈ {0; 4; 33}
+  y ∈ {0; 1}
+  z ∈ {0; 4; 33}
+  PTR1 ∈ {{ &p[2] ; &q[3] }}
+  PTR2 ∈ {{ &p[3] ; &q[4] }}
+  PTR3 ∈ {{ &p[2] ; &q[3] }}
+  PTR4 ∈ {{ &q2{[1], [2]} }}
+  PTR5 ∈ {{ &p{[2], [3]} ; &q{[3], [4]} }}
+  tz1 ∈ {0; 1}
+  tz2 ∈ {0; 1}
+  tz3 ∈ {0; 1}
+  tx ∈ {2; 3}
+  ty ∈ {3; 4}
+  tz ∈ {5; 6}
+[from] Computing for function main8
+[from] Done for function main8
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main8:
+  A FROM c1
+  B FROM c1
+  C FROM q2[1..2]; c3
+  D FROM p[2..3]; q[3..4]; c2; c3
+  p[2..3] FROM c2 (and SELF)
+  q[3..4] FROM c2 (and SELF)
+  q2[1..2] FROM c3 (and SELF)
+  t FROM c1
+  u FROM p[3]; q[4]; c2
+  v FROM p[3]; q[4]; c2
+  w FROM p[2]; q[3]; c2
+  x FROM p[2]; q[3]; c2
+  y FROM c1
+  z FROM p[2]; q[3]; c2
+  PTR1 FROM c2
+  PTR2 FROM c2
+  PTR3 FROM c2
+  PTR4 FROM c3
+  PTR5 FROM c2; c3
+  tz1 FROM c
+  tz2 FROM c
+  tz3 FROM c
+  tx FROM c
+  ty FROM c
+  tz FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main8:
+          A; B; C; D; p[2..3]; q[3..4]; q2[1..2]; t; u; v; w; x; y; z; PTR1; 
+          PTR2; PTR3; PTR4; PTR5; tz1; tz2; tz3; tx; ty; tz
+[inout] Inputs for function main8:
+          A; B; p[2..3]; q[3..4]; q2[1..2]; PTR1; PTR2; PTR3; PTR4; PTR5; c; 
+          c1; c2; c3; tx; ty; tz
diff --git a/tests/value/oracle_symblocs/align.err.oracle b/tests/value/oracle_symblocs/align.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/align.res.oracle b/tests/value/oracle_symblocs/align.res.oracle
new file mode 100644
index 00000000000..da9f94f60ac
--- /dev/null
+++ b/tests/value/oracle_symblocs/align.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/align.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  c[0..4][0..9] ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  c[0][0] ∈ {120}
+   {[0][1..9]; [1][0..9]; [2][0][bits 0 to 7]} ∈ {0}
+   [2][0][bits 8 to 15] ∈ {121}
+   {[2]{[0][bits 16 to 31]; [1..9]}; [3..4][0..9]} ∈ {0}
+  d ∈ {{ (char *)&c }}
+  l[bits 0 to 7] ∈ {2}
+   [bits 8 to 31] ∈ {0}
+  pl ∈ {{ &l }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  c{[0][0]; [2][0][bits 8 to 15]} FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          c{[0][0]; [2][0][bits 8 to 15]}; d; l; pl
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/align_char_array.err.oracle b/tests/value/oracle_symblocs/align_char_array.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/align_char_array.res.oracle b/tests/value/oracle_symblocs/align_char_array.res.oracle
new file mode 100644
index 00000000000..c8155f10f86
--- /dev/null
+++ b/tests/value/oracle_symblocs/align_char_array.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/align_char_array.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  S ∈ {0}
+  t[0][0..1] ∈ {0}
+   [0][2..6] ∈ {1}
+   {[0][7..9]; [1..9][0..9]} ∈ {0}
+  d1 ∈ {0}
+  s1 ∈ {0}
+  d2 ∈ {0}
+  s2 ∈ {0}
+  overlapread1 ∈ {0}
+  overlapread2 ∈ {0}
+  overlapread3 ∈ {0}
+  overlapread4 ∈ {0}
+tests/value/align_char_array.c:25:[value] warning: signed overflow. assert -2147483648 ≤ (int)((char (*)[10])t)+3;
+tests/value/align_char_array.c:25:[value] warning: signed overflow. assert (int)((char (*)[10])t)+3 ≤ 2147483647;
+tests/value/align_char_array.c:26:[value] warning: signed overflow. assert -2147483648 ≤ (int)((char (*)[10])t)+3;
+tests/value/align_char_array.c:26:[value] warning: signed overflow. assert (int)((char (*)[10])t)+3 ≤ 2147483647;
+tests/value/align_char_array.c:27:[value] warning: signed overflow. assert -2147483648 ≤ (int)((char (*)[10])t)+2;
+tests/value/align_char_array.c:27:[value] warning: signed overflow. assert (int)((char (*)[10])t)+2 ≤ 2147483647;
+tests/value/align_char_array.c:28:[value] warning: signed overflow. assert -2147483648 ≤ (int)((char (*)[10])t)+2;
+tests/value/align_char_array.c:28:[value] warning: signed overflow. assert (int)((char (*)[10])t)+2 ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  d1 ∈ {1}
+  s1 ∈ {3}
+  d2 ∈ {22}
+  s2 ∈ {100}
+  overlapread1# ∈ {1} repeated %8 
+  overlapread2# ∈ {1} repeated %8 
+  overlapread3 ∈ {16843010}
+  overlapread4 ∈ {16843010}
+  __retres ∈ {0}
diff --git a/tests/value/oracle_symblocs/annot.err.oracle b/tests/value/oracle_symblocs/annot.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/annot.res.oracle b/tests/value/oracle_symblocs/annot.res.oracle
new file mode 100644
index 00000000000..c4d6072fc4f
--- /dev/null
+++ b/tests/value/oracle_symblocs/annot.res.oracle
@@ -0,0 +1,44 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/annot.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+tests/value/annot.i:5:[value] warning: function main: precondition got status unknown.
+tests/value/annot.i:15:[value] assertion got status valid.
+[value] Called Frama_C_show_each_diff({1})
+tests/value/annot.i:21:[value] assertion got status valid.
+tests/value/annot.i:28:[value] warning: assertion got status unknown.
+tests/value/annot.i:33:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each_elseif_A_B({0}, {2})
+tests/value/annot.i:38:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each_else_A_B({0; 1}, {0; 2})
+tests/value/annot.i:42:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each_mn([0..9], [0..9])
+tests/value/annot.i:46:[value] assertion got status valid.
+tests/value/annot.i:47:[value] assertion got status valid.
+tests/value/annot.i:51:[value] warning: assertion got status unknown.
+tests/value/annot.i:53:[value] warning: assertion got status invalid (stopping propagation).
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          A; B; x; y; z; a; b; tt[0]
+[inout] Inputs for function main:
+          A; B; u
diff --git a/tests/value/oracle_symblocs/annot_valid.err.oracle b/tests/value/oracle_symblocs/annot_valid.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/annot_valid.res.oracle b/tests/value/oracle_symblocs/annot_valid.res.oracle
new file mode 100644
index 00000000000..f28d0a1d480
--- /dev/null
+++ b/tests/value/oracle_symblocs/annot_valid.res.oracle
@@ -0,0 +1,45 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/annot_valid.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+tests/value/annot_valid.i:8:[value] assertion got status valid.
+tests/value/annot_valid.i:11:[value] warning: assertion got status invalid (stopping propagation).
+tests/value/annot_valid.i:14:[value] assertion got status valid.
+tests/value/annot_valid.i:17:[value] assertion got status valid.
+tests/value/annot_valid.i:20:[value] assertion got status valid.
+tests/value/annot_valid.i:23:[value] warning: assertion got status invalid (stopping propagation).
+tests/value/annot_valid.i:26:[value] warning: assertion got status invalid (stopping propagation).
+tests/value/annot_valid.i:29:[value] warning: assertion got status unknown.
+tests/value/annot_valid.i:32:[value] warning: assertion got status invalid (stopping propagation).
+tests/value/annot_valid.i:35:[value] assertion got status valid.
+tests/value/annot_valid.i:38:[value] warning: assertion got status unknown.
+tests/value/annot_valid.i:41:[value] assertion got status valid.
+tests/value/annot_valid.i:44:[value] warning: assertion got status invalid (stopping propagation).
+tests/value/annot_valid.i:47:[value] assertion got status valid.
+tests/value/annot_valid.i:50:[value] warning: assertion got status invalid (stopping propagation).
+tests/value/annot_valid.i:53:[value] assertion got status valid.
+tests/value/annot_valid.i:56:[value] assertion got status valid.
+tests/value/annot_valid.i:57:[value] cannot evaluate ACSL term, \at() on a C label is unsupported
+tests/value/annot_valid.i:57:[value] warning: assertion got status unknown.
+tests/value/annot_valid.i:62:[value] warning: assertion got status invalid (stopping propagation).
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ &G }}
+  c ∈ {{ (char *)&G }}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; c; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/anonymous_field.err.oracle b/tests/value/oracle_symblocs/anonymous_field.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/anonymous_field.res.oracle b/tests/value/oracle_symblocs/anonymous_field.res.oracle
new file mode 100644
index 00000000000..38f63e19126
--- /dev/null
+++ b/tests/value/oracle_symblocs/anonymous_field.res.oracle
@@ -0,0 +1,43 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/anonymous_field.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Sa ∈ {0}
+[value] computing for function set_anonymous_struct <- main.
+        Called from tests/value/anonymous_field.i:19.
+tests/value/anonymous_field.i:10:[value] function set_anonymous_struct: postcondition got status valid.
+[value] Recording results for set_anonymous_struct
+[value] Done for function set_anonymous_struct
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function set_anonymous_struct:
+  Sa{.a; .__anonCompField1.gcc_a} ∈ {42}
+    {.__anonCompField1.gcc_b; .b} ∈ {3}
+[value:final-states] Values at end of function main:
+  Sa{.a; .__anonCompField1.gcc_a} ∈ {42}
+    {.__anonCompField1.gcc_b; .b} ∈ {3}
+  __retres ∈ {0}
+[from] Computing for function set_anonymous_struct
+[from] Done for function set_anonymous_struct
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function set_anonymous_struct:
+  Sa.__anonCompField1.gcc_a FROM Sa.a
+    .__anonCompField1.gcc_b FROM Sa.b
+[from] Function main:
+  Sa FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function set_anonymous_struct:
+          Sa.__anonCompField1
+[inout] Inputs for function set_anonymous_struct:
+          Sa{.a; .b}
+[inout] Out (internal) for function main:
+          Sa; __retres
+[inout] Inputs for function main:
+          Sa{.a; .b}
diff --git a/tests/value/oracle_symblocs/any_int.err.oracle b/tests/value/oracle_symblocs/any_int.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/any_int.res.oracle b/tests/value/oracle_symblocs/any_int.res.oracle
new file mode 100644
index 00000000000..260f3ef8f79
--- /dev/null
+++ b/tests/value/oracle_symblocs/any_int.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/any_int.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/any_int.c:9:[value] entering loop for the first time
+tests/value/any_int.c:9:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
+tests/value/any_int.c:9:[value] warning: signed overflow. assert y+1 ≤ 2147483647;
+tests/value/any_int.c:9:[value] warning: signed overflow. assert -2147483648 ≤ y-1;
+tests/value/any_int.c:9:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+tests/value/any_int.c:9:[value] warning: signed overflow. assert -2147483648 ≤ x-1;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  y ∈ [--..--]
+  x ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          y; x
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/arch.err.oracle b/tests/value/oracle_symblocs/arch.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/arch.res.oracle b/tests/value/oracle_symblocs/arch.res.oracle
new file mode 100644
index 00000000000..7a5e8e9e574
--- /dev/null
+++ b/tests/value/oracle_symblocs/arch.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/arch.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  l ∈ {0}
+  t[0..9] ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  a ∈ {4}
+  b ∈ {4}
+  c ∈ {4}
+  l ∈ {{ (unsigned long)&t }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  a FROM \nothing
+  b FROM \nothing
+  c FROM \nothing
+  l FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          a; b; c; l
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/arg_array.err.oracle b/tests/value/oracle_symblocs/arg_array.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/arg_array.res.oracle b/tests/value/oracle_symblocs/arg_array.res.oracle
new file mode 100644
index 00000000000..af6133c8da0
--- /dev/null
+++ b/tests/value/oracle_symblocs/arg_array.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/arg_array.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/arg_array.i:2:[value] warning: out of bounds write. assert \valid(T);
+tests/value/arg_array.i:4:[value] warning: out of bounds write. assert \valid(ptr+1);
+tests/value/arg_array.i:5:[value] warning: out of bounds write. assert \valid(ptr+2);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  ptr ∈ {{ &S_T[0] }}
+  T ∈ {{ &S_T[0] }}
+  S_T[0] ∈ {0}
+     [1] ∈ {1}
+     [2] ∈ {2}
+     [3] ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  S_T[0..2] FROM T
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          ptr; T; S_T[0..2]
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/arith_pointer.err.oracle b/tests/value/oracle_symblocs/arith_pointer.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/arith_pointer.res.oracle b/tests/value/oracle_symblocs/arith_pointer.res.oracle
new file mode 100644
index 00000000000..d3056a57590
--- /dev/null
+++ b/tests/value/oracle_symblocs/arith_pointer.res.oracle
@@ -0,0 +1,195 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/arith_pointer.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  t[0..24] ∈ {0}
+  vol ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/arith_pointer.c:69.
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/arith_pointer.c:70.
+tests/value/arith_pointer.c:30:[value] warning: pointer subtraction. assert \base_addr(p1) ≡ \base_addr(p2);
+[value] Called Frama_C_show_each({-1})
+[value] Called Frama_C_show_each({0})
+tests/value/arith_pointer.c:49:[value] warning: pointer subtraction. assert \base_addr(p2) ≡ \base_addr(p1);
+[value] Called Frama_C_show_each({6; 11})
+tests/value/arith_pointer.c:51:[value] warning: pointer subtraction. assert \base_addr(p2) ≡ \base_addr(p2);
+[value] Called Frama_C_show_each({0})
+tests/value/arith_pointer.c:54:[value] Assigning imprecise value to p1.
+        The imprecision originates from Arithmetic {tests/value/arith_pointer.c:54}
+tests/value/arith_pointer.c:56:[value] warning: pointer subtraction. assert \base_addr(p2) ≡ \base_addr(p1);
+tests/value/arith_pointer.c:56:[value] warning: signed overflow. assert -2147483648 ≤ p2-p1;
+tests/value/arith_pointer.c:56:[value] warning: signed overflow. assert p2-p1 ≤ 2147483647;
+[value] Called Frama_C_show_each([-2147483648..2147483647])
+tests/value/arith_pointer.c:60:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each([-3..5])
+tests/value/arith_pointer.c:65:[value] warning: assertion got status unknown.
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+tests/value/arith_pointer.c:30:[value] assertion 'Value,differing_blocks' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  t[0..1] ∈ {-3}
+   [2..5] ∈ {-2}
+   [6..9] ∈ {-1}
+   [10..13] ∈ {0}
+   [14..17] ∈ {1}
+   [18..19] ∈ {2}
+   [20..24] ∈ {0}
+  i ∈ {10}
+  j ∈ {-10}
+[value:final-states] Values at end of function main2:
+  d ∈ {1}
+  p1 ∈ {{ &x + {0; 4; 8; 12; 16} }}
+  p2 ∈ {{ &x + {4; 8; 12; 16; 20} }}
+  i ∈ {0; 1; 2; 3; 4}
+[value:final-states] Values at end of function main:
+  t[0..1] ∈ {-3}
+   [2..5] ∈ {-2}
+   [6..9] ∈ {-1}
+   [10..13] ∈ {0}
+   [14..17] ∈ {1}
+   [18..19] ∈ {2}
+   [20..24] ∈ {0}
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  t[0..19] FROM \nothing
+[from] Function main2:
+  NO EFFECTS
+[from] Function main:
+  t[0..19] FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          t[0..19]; i; j
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          d; p1; p2; i
+[inout] Inputs for function main2:
+          vol
+[inout] Out (internal) for function main:
+          t[0..19]
+[inout] Inputs for function main:
+          vol
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  t[0..24] ∈ {0}
+  vol ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/arith_pointer.c:69.
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/arith_pointer.c:70.
+tests/value/arith_pointer.c:30:[value] warning: signed overflow. assert -2147483648 ≤ p1-p2;
+tests/value/arith_pointer.c:30:[value] warning: signed overflow. assert p1-p2 ≤ 2147483647;
+tests/value/arith_pointer.c:30:[value] Assigning imprecise value to d.
+        The imprecision originates from Arithmetic {tests/value/arith_pointer.c:30}
+tests/value/arith_pointer.c:31:[value] Reading left-value d.
+        It contains a garbled mix of {x; y} because of Arithmetic
+        {tests/value/arith_pointer.c:30}.
+[value] Called Frama_C_show_each({{ garbled mix of &{x; y}
+                                 (origin: Arithmetic
+                                 {tests/value/arith_pointer.c:30}) }})
+[value] Called Frama_C_show_each({-1})
+[value] Called Frama_C_show_each({0})
+tests/value/arith_pointer.c:49:[value] warning: signed overflow. assert -2147483648 ≤ p2-p1;
+tests/value/arith_pointer.c:49:[value] warning: signed overflow. assert p2-p1 ≤ 2147483647;
+tests/value/arith_pointer.c:49:[value] Assigning imprecise value to d.
+        The imprecision originates from Arithmetic {tests/value/arith_pointer.c:49}
+tests/value/arith_pointer.c:50:[value] Reading left-value d.
+        It contains a garbled mix of {x; y} because of Arithmetic
+        {tests/value/arith_pointer.c:49}.
+[value] Called Frama_C_show_each({{ garbled mix of &{x; y}
+                                 (origin: Arithmetic
+                                 {tests/value/arith_pointer.c:49}) }})
+tests/value/arith_pointer.c:51:[value] warning: signed overflow. assert -2147483648 ≤ p2-p2;
+tests/value/arith_pointer.c:51:[value] warning: signed overflow. assert p2-p2 ≤ 2147483647;
+tests/value/arith_pointer.c:51:[value] Assigning imprecise value to d.
+        The imprecision originates from Arithmetic {tests/value/arith_pointer.c:51}
+tests/value/arith_pointer.c:52:[value] Reading left-value d.
+        It contains a garbled mix of {x; y} because of Arithmetic
+        {tests/value/arith_pointer.c:51}.
+[value] Called Frama_C_show_each({{ garbled mix of &{x; y}
+                                 (origin: Arithmetic
+                                 {tests/value/arith_pointer.c:51}) }})
+tests/value/arith_pointer.c:56:[value] warning: signed overflow. assert -2147483648 ≤ p2-p1;
+tests/value/arith_pointer.c:56:[value] warning: signed overflow. assert p2-p1 ≤ 2147483647;
+tests/value/arith_pointer.c:56:[value] Assigning imprecise value to d.
+        The imprecision originates from Arithmetic
+tests/value/arith_pointer.c:57:[value] Reading left-value d.
+        It contains a garbled mix of {x} because of Arithmetic.
+[value] Called Frama_C_show_each({{ garbled mix of &{x} (origin: Arithmetic) }})
+[value] Called Frama_C_show_each([-3..5])
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  t[0..1] ∈ {-3}
+   [2..5] ∈ {-2}
+   [6..9] ∈ {-1}
+   [10..13] ∈ {0}
+   [14..17] ∈ {1}
+   [18..19] ∈ {2}
+   [20..24] ∈ {0}
+  i ∈ {10}
+  j ∈ {-10}
+[value:final-states] Values at end of function main2:
+  d ∈ {1}
+  p1 ∈ {{ &x + {0; 4; 8; 12; 16} }}
+  p2 ∈ {{ &x + {4; 8; 12; 16; 20} }}
+  i ∈ {0; 1; 2; 3; 4}
+[value:final-states] Values at end of function main:
+  t[0..1] ∈ {-3}
+   [2..5] ∈ {-2}
+   [6..9] ∈ {-1}
+   [10..13] ∈ {0}
+   [14..17] ∈ {1}
+   [18..19] ∈ {2}
+   [20..24] ∈ {0}
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  t[0..19] FROM \nothing
+[from] Function main2:
+  NO EFFECTS
+[from] Function main:
+  t[0..19] FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          t[0..19]; i; j
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          d; p1; p2; i
+[inout] Inputs for function main2:
+          vol
+[inout] Out (internal) for function main:
+          t[0..19]
+[inout] Inputs for function main:
+          vol
diff --git a/tests/value/oracle_symblocs/array_access.err.oracle b/tests/value/oracle_symblocs/array_access.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_access.res.oracle b/tests/value/oracle_symblocs/array_access.res.oracle
new file mode 100644
index 00000000000..c00a277e0d4
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_access.res.oracle
@@ -0,0 +1,181 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_access.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t1[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+    [5] ∈ {6}
+    [6] ∈ {7}
+    [7] ∈ {8}
+    [8] ∈ {9}
+  t2[0] ∈ {11}
+    [1] ∈ {12}
+    [2] ∈ {13}
+    [3] ∈ {14}
+    [4] ∈ {15}
+    [5] ∈ {16}
+    [6] ∈ {17}
+    [7] ∈ {18}
+    [8] ∈ {19}
+  ch[0] ∈ {0}
+    [1] ∈ {1}
+    [2] ∈ {0}
+    [3] ∈ {1}
+    [4] ∈ {0}
+    [5] ∈ {1}
+    [6] ∈ {0}
+    [7] ∈ {1}
+    [8] ∈ {0}
+    [9] ∈ {1}
+    [10] ∈ {0}
+    [11] ∈ {1}
+    [12] ∈ {0}
+    [13] ∈ {1}
+    [14] ∈ {0}
+    [15..17] ∈ {1}
+    [18] ∈ {0}
+    [19] ∈ {1}
+    [20] ∈ {0}
+    [21] ∈ {1}
+    [22] ∈ {0}
+    [23] ∈ {1}
+    [24] ∈ {0}
+    [25] ∈ {1}
+    [26] ∈ {0}
+    [27] ∈ {1}
+    [28] ∈ {0}
+    [29] ∈ {1}
+    [30] ∈ {0}
+    [31] ∈ {1}
+    [32] ∈ {0}
+    [33] ∈ {1}
+    [34] ∈ {0}
+    [35] ∈ {1}
+    [36] ∈ {0}
+    [37] ∈ {1}
+    [38] ∈ {0}
+    [39] ∈ {1}
+    [40] ∈ {0}
+    [41] ∈ {1}
+    [42] ∈ {0}
+    [43] ∈ {1}
+    [44] ∈ {0}
+    [45] ∈ {1}
+    [46] ∈ {0}
+    [47] ∈ {1}
+    [48] ∈ {0}
+    [49] ∈ {1}
+    [50] ∈ {0}
+    [51] ∈ {1}
+    [52] ∈ {0}
+    [53] ∈ {1}
+    [54] ∈ {0}
+    [55] ∈ {1}
+    [56] ∈ {0}
+    [57] ∈ {1}
+    [58] ∈ {0}
+    [59] ∈ {1}
+    [60] ∈ {0}
+    [61] ∈ {1}
+    [62] ∈ {0}
+    [63] ∈ {1}
+    [64] ∈ {0}
+    [65] ∈ {1}
+    [66] ∈ {0}
+    [67] ∈ {1}
+    [68] ∈ {0}
+    [69] ∈ {1}
+    [70] ∈ {0}
+    [71] ∈ {1}
+    [72] ∈ {0}
+    [73] ∈ {1}
+    [74] ∈ {0}
+    [75] ∈ {1}
+    [76] ∈ {0}
+    [77] ∈ {1}
+    [78] ∈ {0}
+    [79] ∈ {1}
+    [80] ∈ {0}
+    [81] ∈ {1}
+    [82] ∈ {0}
+    [83] ∈ {1}
+    [84] ∈ {0}
+    [85] ∈ {1}
+    [86] ∈ {0}
+    [87] ∈ {1}
+    [88] ∈ {0}
+    [89] ∈ {1}
+    [90] ∈ {0}
+    [91] ∈ {1}
+    [92] ∈ {0}
+    [93] ∈ {1}
+    [94] ∈ {0}
+    [95] ∈ {1}
+    [96] ∈ {0}
+    [97] ∈ {1}
+    [98] ∈ {0}
+    [99] ∈ {1}
+    [100] ∈ {0}
+    [101] ∈ {1}
+    [102] ∈ {0}
+    [103] ∈ {1}
+    [104] ∈ {2}
+    [105] ∈ {3}
+    [106] ∈ {4}
+  R ∈ {0}
+[value] Call to builtin bzero(({{ (unsigned char *)&LT }},{40}))
+[value] computing for function any_int <- main.
+        Called from tests/value/array_access.c:16.
+[value] using specification for function any_int
+[value] Done for function any_int
+[value] computing for function any_int <- main.
+        Called from tests/value/array_access.c:16.
+[value] Done for function any_int
+[value] Called Frama_C_show_each_I([0..8])
+tests/value/array_access.c:19:[value] warning: accessing out of bounds index. assert 0 ≤ (int)((int)(-i)-1);
+tests/value/array_access.c:19:[value] warning: accessing out of bounds index. assert (int)((int)(-i)-1) < 10;
+[value] computing for function any_int <- main.
+        Called from tests/value/array_access.c:21.
+[value] Done for function any_int
+tests/value/array_access.c:21:[value] warning: out of bounds read.
+                 assert \valid_read((int *)((char *)ch)+tmp_0);
+                 (tmp_0 from any_int())
+[value] Recording results for main
+[value] done for function main
+tests/value/array_access.c:19:[value] assertion 'Value,index_bound' got final status valid.
+tests/value/array_access.c:19:[value] assertion 'Value,index_bound' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  R[bits 0 to 7] ∈ {0; 1}
+   [bits 8 to 15] ∈ {1}
+   [bits 16 to 23] ∈ {0}
+   [bits 24 to 31] ∈ {1}
+  i ∈ [--..--]
+  j ∈ {10}
+  k ∈ {88}
+  c ∈ [--..--]
+  p ∈ UNINITIALIZED
+  LT[0] ∈ {1}
+    [1..9] ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_bzero <-main
+[from] Done for function Frama_C_bzero
+[from] Computing for function any_int <-main
+[from] Done for function any_int
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function any_int:
+  \result FROM \nothing
+[from] Function main:
+  R FROM ch[0..103]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          R; i; j; k; c; p; LT[0..9]; tmp; tmp_0
+[inout] Inputs for function main:
+          t1[0..8]; t2[0..8]; ch[0..103]
diff --git a/tests/value/oracle_symblocs/array_array.0.err.oracle b/tests/value/oracle_symblocs/array_array.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_array.0.res.oracle b/tests/value/oracle_symblocs/array_array.0.res.oracle
new file mode 100644
index 00000000000..b62515fa71b
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_array.0.res.oracle
@@ -0,0 +1,48 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_array.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  StaticAllocHEAP[0..3] ∈ {2}
+                 [4..9999] ∈ {0}
+  next_free ∈ {0}
+[value] computing for function LIB_MEM_StaticAlloc <- main.
+        Called from tests/value/array_array.c:24.
+[value] Called Frama_C_show_each_ALLOCATION_WITH_STATIC_ALLOC({24})
+[value] Recording results for LIB_MEM_StaticAlloc
+[value] Done for function LIB_MEM_StaticAlloc
+tests/value/array_array.c:26:[value] entering loop for the first time
+[value] Called Frama_C_show_each_I({29})
+tests/value/array_array.c:28:[value] warning: accessing out of bounds index. assert i < 3;
+tests/value/array_array.c:28:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main
+[value] done for function main
+tests/value/array_array.c:28:[value] assertion 'Value,index_bound' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function LIB_MEM_StaticAlloc:
+  new ∈ {{ (void *)&StaticAllocHEAP }}
+  next_free ∈ {24}
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function LIB_MEM_StaticAlloc
+[from] Done for function LIB_MEM_StaticAlloc
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function LIB_MEM_StaticAlloc:
+  next_free FROM size; next_free
+  \result FROM next_free
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function LIB_MEM_StaticAlloc:
+          new; tmp; next_free
+[inout] Inputs for function LIB_MEM_StaticAlloc:
+          next_free
+[inout] Out (internal) for function main:
+          v; i; next_free
+[inout] Inputs for function main:
+          next_free
diff --git a/tests/value/oracle_symblocs/array_array.1.err.oracle b/tests/value/oracle_symblocs/array_array.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_array.1.res.oracle b/tests/value/oracle_symblocs/array_array.1.res.oracle
new file mode 100644
index 00000000000..9e9fa7798c3
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_array.1.res.oracle
@@ -0,0 +1,49 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_array.c (with preprocessing)
+[value] Analyzing a complete application starting at main2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  StaticAllocHEAP[0..3] ∈ {2}
+                 [4..9999] ∈ {0}
+  next_free ∈ {0}
+[value] computing for function LIB_MEM_StaticAlloc <- main2.
+        Called from tests/value/array_array.c:41.
+[value] Called Frama_C_show_each_ALLOCATION_WITH_STATIC_ALLOC({24})
+[value] Recording results for LIB_MEM_StaticAlloc
+[value] Done for function LIB_MEM_StaticAlloc
+tests/value/array_array.c:45:[value] entering loop for the first time
+[value] Called Frama_C_show_each_TMP({0})
+[value] Called Frama_C_show_each_I({29})
+tests/value/array_array.c:48:[value] warning: accessing out of bounds index. assert i < 3;
+tests/value/array_array.c:48:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main2
+[value] done for function main2
+tests/value/array_array.c:48:[value] assertion 'Value,index_bound' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function LIB_MEM_StaticAlloc:
+  new ∈ {{ (void *)&StaticAllocHEAP }}
+  next_free ∈ {24}
+[value:final-states] Values at end of function main2:
+  NON TERMINATING FUNCTION
+[from] Computing for function LIB_MEM_StaticAlloc
+[from] Done for function LIB_MEM_StaticAlloc
+[from] Computing for function main2
+[from] Non-terminating function main2 (no dependencies)
+[from] Done for function main2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function LIB_MEM_StaticAlloc:
+  next_free FROM size; next_free
+  \result FROM next_free
+[from] Function main2:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function LIB_MEM_StaticAlloc:
+          new; tmp; next_free
+[inout] Inputs for function LIB_MEM_StaticAlloc:
+          next_free
+[inout] Out (internal) for function main2:
+          v; i; tmp___0; next_free
+[inout] Inputs for function main2:
+          next_free
diff --git a/tests/value/oracle_symblocs/array_array.2.err.oracle b/tests/value/oracle_symblocs/array_array.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_array.2.res.oracle b/tests/value/oracle_symblocs/array_array.2.res.oracle
new file mode 100644
index 00000000000..e211fd85563
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_array.2.res.oracle
@@ -0,0 +1,47 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_array.c (with preprocessing)
+[value] Analyzing a complete application starting at main3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  StaticAllocHEAP[0..3] ∈ {2}
+                 [4..9999] ∈ {0}
+  next_free ∈ {0}
+[value] computing for function LIB_MEM_StaticAlloc <- main3.
+        Called from tests/value/array_array.c:66.
+[value] Called Frama_C_show_each_ALLOCATION_WITH_STATIC_ALLOC({24})
+[value] Recording results for LIB_MEM_StaticAlloc
+[value] Done for function LIB_MEM_StaticAlloc
+tests/value/array_array.c:68:[value] entering loop for the first time
+tests/value/array_array.c:69:[value] warning: accessing out of bounds index. assert i < 3;
+tests/value/array_array.c:69:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main3
+[value] done for function main3
+tests/value/array_array.c:69:[value] assertion 'Value,index_bound' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function LIB_MEM_StaticAlloc:
+  new ∈ {{ (void *)&StaticAllocHEAP }}
+  next_free ∈ {24}
+[value:final-states] Values at end of function main3:
+  NON TERMINATING FUNCTION
+[from] Computing for function LIB_MEM_StaticAlloc
+[from] Done for function LIB_MEM_StaticAlloc
+[from] Computing for function main3
+[from] Non-terminating function main3 (no dependencies)
+[from] Done for function main3
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function LIB_MEM_StaticAlloc:
+  next_free FROM size; next_free
+  \result FROM next_free
+[from] Function main3:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function LIB_MEM_StaticAlloc:
+          new; tmp; next_free
+[inout] Inputs for function LIB_MEM_StaticAlloc:
+          next_free
+[inout] Out (internal) for function main3:
+          v; i; next_free
+[inout] Inputs for function main3:
+          next_free
diff --git a/tests/value/oracle_symblocs/array_bounds.0.err.oracle b/tests/value/oracle_symblocs/array_bounds.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_bounds.0.res.oracle b/tests/value/oracle_symblocs/array_bounds.0.res.oracle
new file mode 100644
index 00000000000..085bc2d591d
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_bounds.0.res.oracle
@@ -0,0 +1,76 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_bounds.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  c ∈ [--..--]
+  s.a ∈ {1}
+   .T[0] ∈ {0}
+   .T[1] ∈ {1}
+   .T[2] ∈ {2}
+   .T[3] ∈ {3}
+   .T[4] ∈ {4}
+   .T[5] ∈ {5}
+   .T[6] ∈ {6}
+   .T[7] ∈ {7}
+   .T[8] ∈ {8}
+   .T[9] ∈ {9}
+   .T[10] ∈ {10}
+   .T[11] ∈ {11}
+   .b ∈ {20}
+  u.a ∈ {1}
+   .T[0] ∈ {0}
+   .T[1] ∈ {1}
+   .T[2] ∈ {2}
+   .T[3] ∈ {3}
+   .T[4] ∈ {4}
+   .T[5] ∈ {5}
+   .T[6] ∈ {6}
+   .T[7] ∈ {7}
+   .T[8] ∈ {8}
+   .T[9] ∈ {9}
+   .T[10] ∈ {10}
+   .T[11] ∈ {11}
+   .b ∈ {20}
+tests/value/array_bounds.i:14:[value] entering loop for the first time
+[value] Called Frama_C_show_each({0})
+[value] Called Frama_C_show_each({0; 1})
+[value] Called Frama_C_show_each({0; 1; 2})
+[value] Called Frama_C_show_each([0..11])
+[value] Called Frama_C_show_each([0..11])
+tests/value/array_bounds.i:19:[value] entering loop for the first time
+tests/value/array_bounds.i:20:[value] warning: accessing out of bounds index. assert j < 12;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  s.a ∈ {9}
+   .T[0] ∈ {0}
+   .T[1] ∈ {1}
+   .T[2] ∈ {2}
+   .T[3] ∈ {3}
+   .T[4] ∈ {4}
+   .T[5] ∈ {5}
+   .T[6] ∈ {6}
+   .T[7] ∈ {7}
+   .T[8] ∈ {8}
+   .T[9] ∈ {9}
+   .T[10] ∈ {10}
+   .T[11] ∈ {11}
+   .b ∈ {9}
+  u.a ∈ {1}
+   .T[0..11] ∈ [--..--]
+   .b ∈ {20}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  s{.a; .b} FROM \nothing
+  u.T[0..11] FROM c (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          s; u.T[0..11]; i; j
+[inout] Inputs for function main:
+          c
diff --git a/tests/value/oracle_symblocs/array_bounds.1.err.oracle b/tests/value/oracle_symblocs/array_bounds.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_bounds.1.res.oracle b/tests/value/oracle_symblocs/array_bounds.1.res.oracle
new file mode 100644
index 00000000000..db06cb7fb23
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_bounds.1.res.oracle
@@ -0,0 +1,67 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_bounds.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  c ∈ [--..--]
+  s.a ∈ {1}
+   .T[0] ∈ {0}
+   .T[1] ∈ {1}
+   .T[2] ∈ {2}
+   .T[3] ∈ {3}
+   .T[4] ∈ {4}
+   .T[5] ∈ {5}
+   .T[6] ∈ {6}
+   .T[7] ∈ {7}
+   .T[8] ∈ {8}
+   .T[9] ∈ {9}
+   .T[10] ∈ {10}
+   .T[11] ∈ {11}
+   .b ∈ {20}
+  u.a ∈ {1}
+   .T[0] ∈ {0}
+   .T[1] ∈ {1}
+   .T[2] ∈ {2}
+   .T[3] ∈ {3}
+   .T[4] ∈ {4}
+   .T[5] ∈ {5}
+   .T[6] ∈ {6}
+   .T[7] ∈ {7}
+   .T[8] ∈ {8}
+   .T[9] ∈ {9}
+   .T[10] ∈ {10}
+   .T[11] ∈ {11}
+   .b ∈ {20}
+tests/value/array_bounds.i:14:[value] entering loop for the first time
+[value] Called Frama_C_show_each({0})
+[value] Called Frama_C_show_each({0; 1})
+[value] Called Frama_C_show_each({0; 1; 2})
+[value] Called Frama_C_show_each([0..11])
+[value] Called Frama_C_show_each([0..11])
+tests/value/array_bounds.i:19:[value] entering loop for the first time
+tests/value/array_bounds.i:19:[value] warning: signed overflow. assert j+5 ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  s.a ∈ {9}
+   {.T[0..11]; .b} ∈ [--..--]
+  u.a ∈ {-1; 1}
+   .T[0..11] ∈ [--..--]
+   .b ∈ {20}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  s.a FROM \nothing
+   .T[0..11] FROM c (and SELF)
+   .b FROM c
+  u.a FROM c (and SELF)
+   .T[0..11] FROM c (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          s; u{.a; .T[0..11]}; i; j
+[inout] Inputs for function main:
+          c
diff --git a/tests/value/oracle_symblocs/array_degenerating_loop.err.oracle b/tests/value/oracle_symblocs/array_degenerating_loop.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_degenerating_loop.res.oracle b/tests/value/oracle_symblocs/array_degenerating_loop.res.oracle
new file mode 100644
index 00000000000..748c791aa62
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_degenerating_loop.res.oracle
@@ -0,0 +1,29 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_degenerating_loop.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..1] ∈ {1}
+   [2..99] ∈ {0}
+tests/value/array_degenerating_loop.i:8:[value] entering loop for the first time
+tests/value/array_degenerating_loop.i:9:[value] warning: accessing out of bounds index. assert i < 100;
+tests/value/array_degenerating_loop.i:9:[value] warning: signed overflow. assert G+t[i] ≤ 2147483647;
+[value] Called Frama_C_show_each([55..2147483647], [-2147483648..99])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G ∈ [55..2147483647]
+  i ∈ [0..100]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G; i
+[inout] Inputs for function main:
+          t[0..99]
diff --git a/tests/value/oracle_symblocs/array_initializer.err.oracle b/tests/value/oracle_symblocs/array_initializer.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_initializer.res.oracle b/tests/value/oracle_symblocs/array_initializer.res.oracle
new file mode 100644
index 00000000000..ef9849c7abe
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_initializer.res.oracle
@@ -0,0 +1,45 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_initializer.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..1] ∈ {0}
+   [2] ∈ {3}
+   [3..4] ∈ {0}
+  s.a ∈ {97}
+   {.t[0..1]; .[bits 8 to 31]} ∈ {0}
+   .t[2] ∈ {3}
+   .t[3..4] ∈ {0}
+  u[0..1] ∈ {0}
+   [2] ∈ {2}
+   [3] ∈ {0}
+   [4] ∈ {4}
+   [5] ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..1] ∈ {0}
+   [2] ∈ {3}
+   [3..4] ∈ {0}
+  s.a ∈ {97}
+   .[bits 8 to 31] ∈ {0} or UNINITIALIZED
+   .t[0..1] ∈ {0}
+   .t[2] ∈ {3}
+   .t[3..4] ∈ {0}
+  u[0..1] ∈ {0}
+   [2] ∈ {2}
+   [3] ∈ {0}
+   [4] ∈ {4}
+   [5] ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
diff --git a/tests/value/oracle_symblocs/array_loop.err.oracle b/tests/value/oracle_symblocs/array_loop.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_loop.res.oracle b/tests/value/oracle_symblocs/array_loop.res.oracle
new file mode 100644
index 00000000000..6586f0e8837
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_loop.res.oracle
@@ -0,0 +1,46 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_loop.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {17}
+   [1] ∈ {18}
+   [2] ∈ {19}
+   [3] ∈ {20}
+   [4] ∈ {21}
+   [5] ∈ {22}
+   [6] ∈ {23}
+   [7] ∈ {24}
+   [8..17] ∈ {1}
+   [18..19] ∈ {0}
+  tt[0] ∈ {17}
+    [1] ∈ {18}
+    [2] ∈ {19}
+    [3] ∈ {20}
+    [4] ∈ {21}
+    [5] ∈ {22}
+    [6] ∈ {23}
+    [7] ∈ {24}
+    [8..17] ∈ {1}
+    [18..19] ∈ {0}
+tests/value/array_loop.i:7:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0..7] ∈ [-14..24]
+   [8..17] ∈ {1}
+   [18..19] ∈ {0}
+  i ∈ {16}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t[0..7] FROM tt[0..15] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t[0..7]; i
+[inout] Inputs for function main:
+          tt[0..15]
diff --git a/tests/value/oracle_symblocs/array_overlap.err.oracle b/tests/value/oracle_symblocs/array_overlap.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_overlap.res.oracle b/tests/value/oracle_symblocs/array_overlap.res.oracle
new file mode 100644
index 00000000000..4291060142f
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_overlap.res.oracle
@@ -0,0 +1,48 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_overlap.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0..2] ∈ {1}
+   [3..4] ∈ {2}
+   [5] ∈ {3}
+   [6..9] ∈ {0}
+  U[0..2] ∈ {1}
+   [3..4] ∈ {2}
+   [5] ∈ {3}
+   [6..9] ∈ {0}
+tests/value/array_overlap.i:11:[value] warning: partially overlapping lvalue assignment.
+                 assert
+                 ptr ≡ (struct S *)((char *)T) ∨ \separated(ptr, (struct S *)((char *)T));
+tests/value/array_overlap.i:16:[value] warning: partially overlapping lvalue assignment.
+                 assert
+                 ptr ≡ (struct S *)((char *)U) ∨ \separated(ptr, (struct S *)((char *)U));
+[value] Recording results for main
+[value] done for function main
+tests/value/array_overlap.i:11:[value] assertion 'Value,overlap' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  T[0..3] ∈ {1}
+   [4..5] ∈ {2}
+   [6] ∈ {3}
+   [7..9] ∈ {0}
+  U[0..2] ∈ {1}
+   [3] ∈ {1; 2}
+   [4] ∈ {2}
+   [5] ∈ {2; 3}
+   [6] ∈ {0; 3}
+   [7..9] ∈ {0}
+  ptr ∈ {{ (struct S *)&U{[0], [1]} }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  T[1..6] FROM T[0..5]
+  U[0..6] FROM U[0..5]; c (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          T[1..6]; U[0..6]; ptr; i
+[inout] Inputs for function main:
+          T[0..5]; U[0..5]
diff --git a/tests/value/oracle_symblocs/array_ptr.err.oracle b/tests/value/oracle_symblocs/array_ptr.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_ptr.res.oracle b/tests/value/oracle_symblocs/array_ptr.res.oracle
new file mode 100644
index 00000000000..f9bdb30a8cd
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_ptr.res.oracle
@@ -0,0 +1,50 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {1}
+  l[0] ∈ {1}
+   [1..19] ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/array_ptr.i:15.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  G ∈ {1}
+  l[0] ∈ {2}
+   [1..19] ∈ {0}
+  __retres ∈ {2}
+[value:final-states] Values at end of function main:
+  G ∈ {1}
+  l[0] ∈ {2}
+   [1..19] ∈ {0}
+  g ∈ {{ (int)&l }}
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  G FROM x; l[0]; g
+  l[0] FROM x; g
+  \result FROM \nothing
+[from] Function main:
+  G FROM l[0]
+  l[0] FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          G; l[0]; __retres
+[inout] Inputs for function f:
+          l[0]; g
+[inout] Out (internal) for function main:
+          G; l[0]; g; __retres
+[inout] Inputs for function main:
+          l[0]
diff --git a/tests/value/oracle_symblocs/array_zero_length.0.err.oracle b/tests/value/oracle_symblocs/array_zero_length.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_zero_length.0.res.oracle b/tests/value/oracle_symblocs/array_zero_length.0.res.oracle
new file mode 100644
index 00000000000..deda1c6f88d
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_zero_length.0.res.oracle
@@ -0,0 +1,67 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_zero_length.i (no preprocessing)
+tests/value/array_zero_length.i:10:[kernel] warning: declaration of array of 'zero-length arrays' ('char [0]`);
+                  zero-length arrays are a compiler extension
+tests/value/array_zero_length.i:15:[kernel] warning: declaration of array of 'zero-length arrays' ('char [0]`);
+                  zero-length arrays are a compiler extension
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/value/array_zero_length.i:7:[value] warning: during initialization of variable 'T', size of type 'char []' cannot be
+                 computed (Size of array without number of elements.)
+tests/value/array_zero_length.i:7:[kernel] imprecise size for variable T (Size of array without number of elements.)
+tests/value/array_zero_length.i:9:[value] warning: during initialization of variable 'V', size of type 'char [][2]' cannot be
+                 computed (Size of array without number of elements.)
+tests/value/array_zero_length.i:9:[kernel] imprecise size for variable V (Size of array without number of elements.)
+tests/value/array_zero_length.i:10:[value] warning: during initialization of variable 'W', size of type 'char [][0]' cannot be
+                 computed (Size of array without number of elements.)
+tests/value/array_zero_length.i:10:[kernel] imprecise size for variable W (Size of array without number of elements.)
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0..4294967295] ∈ {0} or UNINITIALIZED
+  V[0..2147483647][0..1] ∈ {0} or UNINITIALIZED
+  W[bits 0 to ..] ∈ {0} or UNINITIALIZED
+  W2[0..1][0] ∈ {0}
+  pW ∈ {0}
+tests/value/array_zero_length.i:24:[value] assertion got status valid.
+tests/value/array_zero_length.i:28:[value] assertion got status valid.
+tests/value/array_zero_length.i:30:[value] assertion got status valid.
+tests/value/array_zero_length.i:32:[value] assertion got status valid.
+tests/value/array_zero_length.i:34:[value] assertion got status valid.
+tests/value/array_zero_length.i:36:[value] warning: out of bounds write. assert \valid(&T[2]);
+tests/value/array_zero_length.i:37:[value] warning: out of bounds write. assert \valid(&T[1]);
+tests/value/array_zero_length.i:37:[value] warning: accessing uninitialized left-value. assert \initialized(&T[3]);
+tests/value/array_zero_length.i:37:[value] warning: out of bounds read. assert \valid_read(&T[3]);
+tests/value/array_zero_length.i:39:[value] warning: out of bounds write. assert \valid(&V[2][1]);
+tests/value/array_zero_length.i:40:[value] warning: out of bounds write. assert \valid(&V[1][1]);
+tests/value/array_zero_length.i:40:[value] warning: accessing uninitialized left-value. assert \initialized(&V[3][1]);
+tests/value/array_zero_length.i:40:[value] warning: out of bounds read. assert \valid_read(&V[3][1]);
+tests/value/array_zero_length.i:42:[value] warning: out of bounds write. assert \valid(&W[2][1]);
+tests/value/array_zero_length.i:43:[value] warning: out of bounds write. assert \valid(&W[1][1]);
+tests/value/array_zero_length.i:43:[value] warning: accessing uninitialized left-value. assert \initialized(&W[3][1]);
+tests/value/array_zero_length.i:43:[value] warning: out of bounds read. assert \valid_read(&W[3][1]);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  T[0] ∈ {0} or UNINITIALIZED
+   [1] ∈ {0; 3} or UNINITIALIZED
+   [2] ∈ {3}
+   [3..4294967295] ∈ {0} or UNINITIALIZED
+  V{[0][0..1]; [1][0]} ∈ {0} or UNINITIALIZED
+   [1][1] ∈ {0; 3} or UNINITIALIZED
+   [2][0] ∈ {0} or UNINITIALIZED
+   [2][1] ∈ {0; 3} or UNINITIALIZED
+   [3..2147483647][0..1] ∈ {0} or UNINITIALIZED
+  W[bits 0 to 7] ∈ {0} or UNINITIALIZED
+   [bits 8 to 15] ∈ {0; 3; 6} or UNINITIALIZED
+   [bits 16 to ..] ∈ {0} or UNINITIALIZED
+  pW ∈ {{ NULL ; &W[-1] }}
+  sT ∈ [--..--]
+  sU ∈ {0}
+  sV ∈ [--..--]
+  sW ∈ [--..--]
+  sT1 ∈ {0}
+  sU1 ∈ {0}
+  sV1 ∈ {0}
+  sW1 ∈ {0}
+  sW2 ∈ {2}
diff --git a/tests/value/oracle_symblocs/array_zero_length.1.err.oracle b/tests/value/oracle_symblocs/array_zero_length.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_zero_length.1.res.oracle b/tests/value/oracle_symblocs/array_zero_length.1.res.oracle
new file mode 100644
index 00000000000..b881f0788f3
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_zero_length.1.res.oracle
@@ -0,0 +1,61 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_zero_length.i (no preprocessing)
+tests/value/array_zero_length.i:10:[kernel] warning: declaration of array of 'zero-length arrays' ('char [0]`);
+                  zero-length arrays are a compiler extension
+tests/value/array_zero_length.i:15:[kernel] warning: declaration of array of 'zero-length arrays' ('char [0]`);
+                  zero-length arrays are a compiler extension
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+tests/value/array_zero_length.i:7:[kernel] imprecise size for variable T (Size of array without number of elements.)
+tests/value/array_zero_length.i:7:[value] warning: during initialization of variable 'T', size of type 'char []' cannot be
+                 computed (Size of array without number of elements.)
+tests/value/array_zero_length.i:9:[kernel] imprecise size for variable V (Size of array without number of elements.)
+tests/value/array_zero_length.i:9:[value] warning: during initialization of variable 'V', size of type 'char [][2]' cannot be
+                 computed (Size of array without number of elements.)
+tests/value/array_zero_length.i:10:[kernel] imprecise size for variable W (Size of array without number of elements.)
+tests/value/array_zero_length.i:10:[value] warning: during initialization of variable 'W', size of type 'char [][0]' cannot be
+                 computed (Size of array without number of elements.)
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0..4294967295] ∈ [--..--] or UNINITIALIZED
+  V[0..2147483647][0..1] ∈ [--..--] or UNINITIALIZED
+  W[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  W2[0..1][0] ∈ [--..--]
+  pW ∈ {{ NULL ; &S_pW[0] }}
+  S_pW[0..1] ∈ [--..--]
+tests/value/array_zero_length.i:24:[value] assertion got status valid.
+tests/value/array_zero_length.i:28:[value] assertion got status valid.
+tests/value/array_zero_length.i:30:[value] assertion got status valid.
+tests/value/array_zero_length.i:32:[value] assertion got status valid.
+tests/value/array_zero_length.i:34:[value] assertion got status valid.
+tests/value/array_zero_length.i:36:[value] warning: out of bounds write. assert \valid(&T[2]);
+tests/value/array_zero_length.i:37:[value] warning: out of bounds write. assert \valid(&T[1]);
+tests/value/array_zero_length.i:37:[value] warning: accessing uninitialized left-value. assert \initialized(&T[3]);
+tests/value/array_zero_length.i:37:[value] warning: out of bounds read. assert \valid_read(&T[3]);
+tests/value/array_zero_length.i:39:[value] warning: out of bounds write. assert \valid(&V[2][1]);
+tests/value/array_zero_length.i:40:[value] warning: out of bounds write. assert \valid(&V[1][1]);
+tests/value/array_zero_length.i:40:[value] warning: accessing uninitialized left-value. assert \initialized(&V[3][1]);
+tests/value/array_zero_length.i:40:[value] warning: out of bounds read. assert \valid_read(&V[3][1]);
+tests/value/array_zero_length.i:42:[value] warning: out of bounds write. assert \valid(&W[2][1]);
+tests/value/array_zero_length.i:43:[value] warning: out of bounds write. assert \valid(&W[1][1]);
+tests/value/array_zero_length.i:43:[value] warning: accessing uninitialized left-value. assert \initialized(&W[3][1]);
+tests/value/array_zero_length.i:43:[value] warning: out of bounds read. assert \valid_read(&W[3][1]);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  T[0..1] ∈ [--..--] or UNINITIALIZED
+   [2] ∈ {3}
+   [3..4294967295] ∈ [--..--] or UNINITIALIZED
+  V[0..2147483647][0..1] ∈ [--..--] or UNINITIALIZED
+  W[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  pW ∈ {{ NULL ; &W[-1] ; &S_pW[0] }}
+  sT ∈ [--..--]
+  sU ∈ {0}
+  sV ∈ [--..--]
+  sW ∈ [--..--]
+  sT1 ∈ {0}
+  sU1 ∈ {0}
+  sV1 ∈ {0}
+  sW1 ∈ {0}
+  sW2 ∈ {2}
diff --git a/tests/value/oracle_symblocs/array_zero_length.2.err.oracle b/tests/value/oracle_symblocs/array_zero_length.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/array_zero_length.2.res.oracle b/tests/value/oracle_symblocs/array_zero_length.2.res.oracle
new file mode 100644
index 00000000000..736546326c2
--- /dev/null
+++ b/tests/value/oracle_symblocs/array_zero_length.2.res.oracle
@@ -0,0 +1,7 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/array_zero_length.i (no preprocessing)
+tests/value/array_zero_length.i:10:[kernel] user error: declaration of array of 'zero-length arrays' ('char [0]`);
+                     zero-length arrays are not allowed in C99
+[kernel] user error: empty initializers only allowed for GCC/MSVC
+[kernel] user error: stopping on file "tests/value/array_zero_length.i" that has errors.
+[kernel] Frama-C aborted: invalid user input.
diff --git a/tests/value/oracle_symblocs/assert_builtin.err.oracle b/tests/value/oracle_symblocs/assert_builtin.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/assert_builtin.res.oracle b/tests/value/oracle_symblocs/assert_builtin.res.oracle
new file mode 100644
index 00000000000..9311f9ff639
--- /dev/null
+++ b/tests/value/oracle_symblocs/assert_builtin.res.oracle
@@ -0,0 +1,27 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/assert_builtin.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..9] ∈ {0}
+tests/value/assert_builtin.i:6:[value] warning: Frama_C_assert: unknown
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/value/assert_builtin.i:6:[kernel] warning: Neither code nor specification for function Frama_C_assert, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_assert <-main
+[from] Done for function Frama_C_assert
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM t[0..9]; c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __retres
+[inout] Inputs for function main:
+          t[0..9]
diff --git a/tests/value/oracle_symblocs/assert_ptr.err.oracle b/tests/value/oracle_symblocs/assert_ptr.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/assert_ptr.res.oracle b/tests/value/oracle_symblocs/assert_ptr.res.oracle
new file mode 100644
index 00000000000..aabfefcc9aa
--- /dev/null
+++ b/tests/value/oracle_symblocs/assert_ptr.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/assert_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  ptr ∈ {0}
+  q ∈ {0}
+  s_q ∈ {0}
+  a ∈ {0}
+  r ∈ {0}
+tests/value/assert_ptr.i:8:[value] assertion got status valid.
+[value] Called Frama_C_show_each_ptr({{ NULL ; &a }})
+tests/value/assert_ptr.i:12:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each_q({{ &a }})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  ptr ∈ {{ NULL ; &a }}
+  q ∈ {{ (int **)&s_q }}
+  s_q ∈ {{ (int)&a }}
+  a ∈ {0; 1}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  ptr FROM c (and SELF)
+  q FROM \nothing
+  s_q FROM d; e (and SELF)
+  a FROM ptr; a; c (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          ptr; q; s_q; a; __retres
+[inout] Inputs for function main:
+          ptr; q; s_q; a
diff --git a/tests/value/oracle_symblocs/assign-leaf-indirect.err.oracle b/tests/value/oracle_symblocs/assign-leaf-indirect.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/assign-leaf-indirect.res.oracle b/tests/value/oracle_symblocs/assign-leaf-indirect.res.oracle
new file mode 100644
index 00000000000..31817d15ff0
--- /dev/null
+++ b/tests/value/oracle_symblocs/assign-leaf-indirect.res.oracle
@@ -0,0 +1,45 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/assign-leaf-indirect.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/assign-leaf-indirect.i:8.
+[value] using specification for function f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/assign-leaf-indirect.i:9.
+[value] using specification for function g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  y ∈
+   {{ garbled mix of &{x}
+    (origin: Library function {tests/value/assign-leaf-indirect.i:8}) }}
+  z ∈ [--..--]
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Computing for function g <-main
+[from] Done for function g
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  y FROM x; p
+[from] Function g:
+  z FROM x; p
+[from] Function main:
+  y FROM x
+  z FROM x
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          y; z
+[inout] Inputs for function main:
+          x
diff --git a/tests/value/oracle_symblocs/assigns.err.oracle b/tests/value/oracle_symblocs/assigns.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/assigns.res.oracle b/tests/value/oracle_symblocs/assigns.res.oracle
new file mode 100644
index 00000000000..e642abe4ccc
--- /dev/null
+++ b/tests/value/oracle_symblocs/assigns.res.oracle
@@ -0,0 +1,1010 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/assigns.i (no preprocessing)
+tests/value/assigns.i:31:[kernel] warning: parsing obsolete ACSL construct 'logic declaration'. 'an axiomatic block' should be used instead.
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  G ∈ {0}
+  T[0..99] ∈ {0}
+  Tpost[0..99] ∈ {0}
+  t[0..9] ∈ {0}
+  t2[0..99999] ∈ {0}
+  t3[0..99999] ∈ {0}
+  x ∈ {0}
+  k ∈ {53}
+  y1 ∈ {0}
+  y2 ∈ {0}
+  y3 ∈ {0}
+  t_main3_1[0..6][0..7] ∈ {0}
+  t_main3_2[0..2][0..3][0..4] ∈ {0}
+  t_main4[0..999] ∈ {0}
+  u_main4[0..99] ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/assigns.i:110.
+[value] computing for function F1 <- main1 <- main.
+        Called from tests/value/assigns.i:46.
+[value] using specification for function F1
+[value] Done for function F1
+tests/value/assigns.i:48:[value] entering loop for the first time
+[value] computing for function f <- main1 <- main.
+        Called from tests/value/assigns.i:49.
+[value] using specification for function f
+[value] Done for function f
+[value] computing for function f <- main1 <- main.
+        Called from tests/value/assigns.i:49.
+[value] Done for function f
+[value] computing for function f <- main1 <- main.
+        Called from tests/value/assigns.i:49.
+[value] Done for function f
+[value] computing for function f <- main1 <- main.
+        Called from tests/value/assigns.i:49.
+[value] Done for function f
+[value] computing for function f <- main1 <- main.
+        Called from tests/value/assigns.i:49.
+[value] Done for function f
+tests/value/assigns.i:51:[value] warning: signed overflow. assert -2147483648 ≤ 2*(int)(&T);
+tests/value/assigns.i:51:[value] warning: signed overflow. assert 2*(int)(&T) ≤ 2147483647;
+[value] computing for function g <- main1 <- main.
+        Called from tests/value/assigns.i:51.
+[value] using specification for function g
+[value] Done for function g
+tests/value/assigns.i:52:[value] warning: signed overflow. assert -2147483648 ≤ 2*(int)(&t3);
+tests/value/assigns.i:52:[value] warning: signed overflow. assert 2*(int)(&t3) ≤ 2147483647;
+[value] computing for function h <- main1 <- main.
+        Called from tests/value/assigns.i:52.
+[value] using specification for function h
+[value] Done for function h
+[value] computing for function j <- main1 <- main.
+        Called from tests/value/assigns.i:54.
+tests/value/assigns.i:54:[value] Cannot evaluate range bound foo(*p)
+        (unsupported ACSL construct: logic functions or predicates). Approximating
+[value] using specification for function j
+[value] Done for function j
+[value] computing for function assigns_post <- main1 <- main.
+        Called from tests/value/assigns.i:56.
+[value] using specification for function assigns_post
+tests/value/assigns.i:39:[value] warning: no \from part
+                 for clause 'assigns Tpost[\at(\old(i),Post)], Tpost[\at(k,Post)];' of
+                 function assigns_post
+tests/value/assigns.i:56:[value] warning: cannot interpret 'from' clause 'assigns \at(x,Post) \from \at(x,Post);'
+                 of function assigns_post
+                 (no environment to evaluate \at(_,Post))
+tests/value/assigns.i:56:[value] warning: cannot interpret assigns Tpost[\at(k,Post)] in function assigns_post
+                 (no environment to evaluate \at(_,Post)); effects will be ignored
+[value] Done for function assigns_post
+tests/value/assigns.i:57:[value] warning: locals escaping the scope of main1 through x
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/assigns.i:111.
+[value] computing for function ff1 <- main2 <- main.
+        Called from tests/value/assigns.i:76.
+[value] using specification for function ff1
+tests/value/assigns.i:60:[value] warning: no 'assigns \result \from ...' clause specified for function ff1
+[value] Done for function ff1
+[value] computing for function ff3 <- main2 <- main.
+        Called from tests/value/assigns.i:78.
+[value] using specification for function ff3
+tests/value/assigns.i:68:[value] warning: no \from part for clause 'assigns y1, y3;' of function ff3
+[value] Done for function ff3
+[value] computing for function ff4 <- main2 <- main.
+        Called from tests/value/assigns.i:79.
+tests/value/assigns.i:79:[kernel] warning: Neither code nor specification for function ff4, generating default assigns from the prototype
+[value] using specification for function ff4
+[value] Done for function ff4
+[value] computing for function ff5 <- main2 <- main.
+        Called from tests/value/assigns.i:80.
+tests/value/assigns.i:80:[kernel] warning: Neither code nor specification for function ff5, generating default assigns from the prototype
+[value] using specification for function ff5
+[value] Done for function ff5
+[value] computing for function ff2 <- main2 <- main.
+        Called from tests/value/assigns.i:82.
+tests/value/assigns.i:82:[kernel] warning: Neither code nor specification for function ff2, generating default assigns from the prototype
+[value] using specification for function ff2
+[value] Done for function ff2
+[value] computing for function ff2_bis <- main2 <- main.
+        Called from tests/value/assigns.i:83.
+[value] using specification for function ff2_bis
+tests/value/assigns.i:64:[value] warning: no 'assigns \result \from ...' clause specified for function ff2_bis
+[value] Done for function ff2_bis
+tests/value/assigns.i:84:[value] warning: pointer comparison. assert \pointer_comparable((void *)p, (void *)(&x));
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/assigns.i:112.
+tests/value/assigns.i:112:[kernel] warning: Neither code nor specification for function main3, generating default assigns from the prototype
+[value] using specification for function main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/assigns.i:113.
+[value] computing for function f_main4_1 <- main4 <- main.
+        Called from tests/value/assigns.i:104.
+tests/value/assigns.i:104:[kernel] more than 200(1000) elements to enumerate. Approximating.
+[value] using specification for function f_main4_1
+tests/value/assigns.i:104:[kernel] more than 200(1000) locations to update in array. Approximating.
+[value] Done for function f_main4_1
+[value] computing for function f_main4_2 <- main4 <- main.
+        Called from tests/value/assigns.i:105.
+[value] using specification for function f_main4_2
+tests/value/assigns.i:105:[kernel] more than 200(1000) locations to update in array. Approximating.
+[value] Done for function f_main4_2
+[value] Recording results for main4
+[value] Done for function main4
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  T[0..99] ∈ [--..--]
+  Tpost[0..17] ∈ {0}
+       [18] ∈ [--..--]
+       [19..99] ∈ {0}
+  t[0].f1 ∈ {0}
+   {[0].f2; [1..5]} ∈ [--..--]
+   [6..9] ∈ {0}
+  t2[0..99999] ∈ [--..--]
+  t3[0..99999] ∈ [--..--]
+  x ∈ {{ ANYTHING }}
+[value:final-states] Values at end of function main2:
+  y1 ∈ [--..--]
+  y2 ∈ [--..--]
+  y3 ∈ [--..--]
+  l ∈ [--..--]
+  p ∈ {{ NULL + [--..--] ; &alloced_return_ff2 + [0..2147483644],0%4 }}
+  q ∈ {{ NULL + [--..--] ; &alloced_return_ff2_bis + [0..2147483644],0%4 }}
+  __retres ∈ {1}
+[value:final-states] Values at end of function main4:
+  t_main4{[0..998]; [999].f1} ∈ [--..--]
+         [999].f2 ∈ {0}
+  u_main4[0].f1 ∈ [--..--]
+         [0].f2 ∈ {0}
+         [1].f1 ∈ [--..--]
+         [1].f2 ∈ {0}
+         [2].f1 ∈ [--..--]
+         [2].f2 ∈ {0}
+         [3].f1 ∈ [--..--]
+         [3].f2 ∈ {0}
+         [4].f1 ∈ [--..--]
+         [4].f2 ∈ {0}
+         [5].f1 ∈ [--..--]
+         [5].f2 ∈ {0}
+         [6].f1 ∈ [--..--]
+         [6].f2 ∈ {0}
+         [7].f1 ∈ [--..--]
+         [7].f2 ∈ {0}
+         [8].f1 ∈ [--..--]
+         [8].f2 ∈ {0}
+         [9].f1 ∈ [--..--]
+         [9].f2 ∈ {0}
+         [10].f1 ∈ [--..--]
+         [10].f2 ∈ {0}
+         [11].f1 ∈ [--..--]
+         [11].f2 ∈ {0}
+         [12].f1 ∈ [--..--]
+         [12].f2 ∈ {0}
+         [13].f1 ∈ [--..--]
+         [13].f2 ∈ {0}
+         [14].f1 ∈ [--..--]
+         [14].f2 ∈ {0}
+         [15].f1 ∈ [--..--]
+         [15].f2 ∈ {0}
+         [16].f1 ∈ [--..--]
+         [16].f2 ∈ {0}
+         [17].f1 ∈ [--..--]
+         [17].f2 ∈ {0}
+         [18].f1 ∈ [--..--]
+         [18].f2 ∈ {0}
+         [19].f1 ∈ [--..--]
+         [19].f2 ∈ {0}
+         [20].f1 ∈ [--..--]
+         [20].f2 ∈ {0}
+         [21].f1 ∈ [--..--]
+         [21].f2 ∈ {0}
+         [22].f1 ∈ [--..--]
+         [22].f2 ∈ {0}
+         [23].f1 ∈ [--..--]
+         [23].f2 ∈ {0}
+         [24].f1 ∈ [--..--]
+         [24].f2 ∈ {0}
+         [25].f1 ∈ [--..--]
+         [25].f2 ∈ {0}
+         [26].f1 ∈ [--..--]
+         [26].f2 ∈ {0}
+         [27].f1 ∈ [--..--]
+         [27].f2 ∈ {0}
+         [28].f1 ∈ [--..--]
+         [28].f2 ∈ {0}
+         [29].f1 ∈ [--..--]
+         [29].f2 ∈ {0}
+         [30].f1 ∈ [--..--]
+         [30].f2 ∈ {0}
+         [31].f1 ∈ [--..--]
+         [31].f2 ∈ {0}
+         [32].f1 ∈ [--..--]
+         [32].f2 ∈ {0}
+         [33].f1 ∈ [--..--]
+         [33].f2 ∈ {0}
+         [34].f1 ∈ [--..--]
+         [34].f2 ∈ {0}
+         [35].f1 ∈ [--..--]
+         [35].f2 ∈ {0}
+         [36].f1 ∈ [--..--]
+         [36].f2 ∈ {0}
+         [37].f1 ∈ [--..--]
+         [37].f2 ∈ {0}
+         [38].f1 ∈ [--..--]
+         [38].f2 ∈ {0}
+         [39].f1 ∈ [--..--]
+         [39].f2 ∈ {0}
+         [40].f1 ∈ [--..--]
+         [40].f2 ∈ {0}
+         [41].f1 ∈ [--..--]
+         [41].f2 ∈ {0}
+         [42].f1 ∈ [--..--]
+         [42].f2 ∈ {0}
+         [43].f1 ∈ [--..--]
+         [43].f2 ∈ {0}
+         [44].f1 ∈ [--..--]
+         [44].f2 ∈ {0}
+         [45].f1 ∈ [--..--]
+         [45].f2 ∈ {0}
+         [46].f1 ∈ [--..--]
+         [46].f2 ∈ {0}
+         [47].f1 ∈ [--..--]
+         [47].f2 ∈ {0}
+         [48].f1 ∈ [--..--]
+         [48].f2 ∈ {0}
+         [49].f1 ∈ [--..--]
+         [49].f2 ∈ {0}
+         [50].f1 ∈ [--..--]
+         [50].f2 ∈ {0}
+         [51].f1 ∈ [--..--]
+         [51].f2 ∈ {0}
+         [52].f1 ∈ [--..--]
+         [52].f2 ∈ {0}
+         [53].f1 ∈ [--..--]
+         [53].f2 ∈ {0}
+         [54].f1 ∈ [--..--]
+         [54].f2 ∈ {0}
+         [55].f1 ∈ [--..--]
+         [55].f2 ∈ {0}
+         [56].f1 ∈ [--..--]
+         [56].f2 ∈ {0}
+         [57].f1 ∈ [--..--]
+         [57].f2 ∈ {0}
+         [58].f1 ∈ [--..--]
+         [58].f2 ∈ {0}
+         [59].f1 ∈ [--..--]
+         [59].f2 ∈ {0}
+         [60].f1 ∈ [--..--]
+         [60].f2 ∈ {0}
+         [61].f1 ∈ [--..--]
+         [61].f2 ∈ {0}
+         [62].f1 ∈ [--..--]
+         [62].f2 ∈ {0}
+         [63].f1 ∈ [--..--]
+         [63].f2 ∈ {0}
+         [64].f1 ∈ [--..--]
+         [64].f2 ∈ {0}
+         [65].f1 ∈ [--..--]
+         [65].f2 ∈ {0}
+         [66].f1 ∈ [--..--]
+         [66].f2 ∈ {0}
+         [67].f1 ∈ [--..--]
+         [67].f2 ∈ {0}
+         [68].f1 ∈ [--..--]
+         [68].f2 ∈ {0}
+         [69].f1 ∈ [--..--]
+         [69].f2 ∈ {0}
+         [70].f1 ∈ [--..--]
+         [70].f2 ∈ {0}
+         [71].f1 ∈ [--..--]
+         [71].f2 ∈ {0}
+         [72].f1 ∈ [--..--]
+         [72].f2 ∈ {0}
+         [73].f1 ∈ [--..--]
+         [73].f2 ∈ {0}
+         [74].f1 ∈ [--..--]
+         [74].f2 ∈ {0}
+         [75].f1 ∈ [--..--]
+         [75].f2 ∈ {0}
+         [76].f1 ∈ [--..--]
+         [76].f2 ∈ {0}
+         [77].f1 ∈ [--..--]
+         [77].f2 ∈ {0}
+         [78].f1 ∈ [--..--]
+         [78].f2 ∈ {0}
+         [79].f1 ∈ [--..--]
+         [79].f2 ∈ {0}
+         [80].f1 ∈ [--..--]
+         [80].f2 ∈ {0}
+         [81].f1 ∈ [--..--]
+         [81].f2 ∈ {0}
+         [82].f1 ∈ [--..--]
+         [82].f2 ∈ {0}
+         [83].f1 ∈ [--..--]
+         [83].f2 ∈ {0}
+         [84].f1 ∈ [--..--]
+         [84].f2 ∈ {0}
+         [85].f1 ∈ [--..--]
+         [85].f2 ∈ {0}
+         [86].f1 ∈ [--..--]
+         [86].f2 ∈ {0}
+         [87].f1 ∈ [--..--]
+         [87].f2 ∈ {0}
+         [88].f1 ∈ [--..--]
+         [88].f2 ∈ {0}
+         [89].f1 ∈ [--..--]
+         [89].f2 ∈ {0}
+         [90].f1 ∈ [--..--]
+         [90].f2 ∈ {0}
+         [91].f1 ∈ [--..--]
+         [91].f2 ∈ {0}
+         [92].f1 ∈ [--..--]
+         [92].f2 ∈ {0}
+         [93].f1 ∈ [--..--]
+         [93].f2 ∈ {0}
+         [94].f1 ∈ [--..--]
+         [94].f2 ∈ {0}
+         [95].f1 ∈ [--..--]
+         [95].f2 ∈ {0}
+         [96].f1 ∈ [--..--]
+         [96].f2 ∈ {0}
+         [97].f1 ∈ [--..--]
+         [97].f2 ∈ {0}
+         [98].f1 ∈ [--..--]
+         [98].f2 ∈ {0}
+         [99].f1 ∈ [--..--]
+         [99].f2 ∈ {0}
+[value:final-states] Values at end of function main:
+  T[0..99] ∈ [--..--]
+  Tpost[0..17] ∈ {0}
+       [18] ∈ [--..--]
+       [19..99] ∈ {0}
+  t[0].f1 ∈ {0}
+   {[0].f2; [1..5]} ∈ [--..--]
+   [6..9] ∈ {0}
+  t2[0..99999] ∈ [--..--]
+  t3[0..99999] ∈ [--..--]
+  x ∈ {{ ANYTHING }} or ESCAPINGADDR
+  y1 ∈ [--..--]
+  y2 ∈ [--..--]
+  y3 ∈ [--..--]
+  t_main3_1[0][0..7] ∈ [--..--]
+           [1..6][0..7] ∈ {0}
+  t_main3_2[0..2][0..3][0..4] ∈ [--..--]
+  t_main4{[0..998]; [999].f1} ∈ [--..--]
+         [999].f2 ∈ {0}
+  u_main4[0].f1 ∈ [--..--]
+         [0].f2 ∈ {0}
+         [1].f1 ∈ [--..--]
+         [1].f2 ∈ {0}
+         [2].f1 ∈ [--..--]
+         [2].f2 ∈ {0}
+         [3].f1 ∈ [--..--]
+         [3].f2 ∈ {0}
+         [4].f1 ∈ [--..--]
+         [4].f2 ∈ {0}
+         [5].f1 ∈ [--..--]
+         [5].f2 ∈ {0}
+         [6].f1 ∈ [--..--]
+         [6].f2 ∈ {0}
+         [7].f1 ∈ [--..--]
+         [7].f2 ∈ {0}
+         [8].f1 ∈ [--..--]
+         [8].f2 ∈ {0}
+         [9].f1 ∈ [--..--]
+         [9].f2 ∈ {0}
+         [10].f1 ∈ [--..--]
+         [10].f2 ∈ {0}
+         [11].f1 ∈ [--..--]
+         [11].f2 ∈ {0}
+         [12].f1 ∈ [--..--]
+         [12].f2 ∈ {0}
+         [13].f1 ∈ [--..--]
+         [13].f2 ∈ {0}
+         [14].f1 ∈ [--..--]
+         [14].f2 ∈ {0}
+         [15].f1 ∈ [--..--]
+         [15].f2 ∈ {0}
+         [16].f1 ∈ [--..--]
+         [16].f2 ∈ {0}
+         [17].f1 ∈ [--..--]
+         [17].f2 ∈ {0}
+         [18].f1 ∈ [--..--]
+         [18].f2 ∈ {0}
+         [19].f1 ∈ [--..--]
+         [19].f2 ∈ {0}
+         [20].f1 ∈ [--..--]
+         [20].f2 ∈ {0}
+         [21].f1 ∈ [--..--]
+         [21].f2 ∈ {0}
+         [22].f1 ∈ [--..--]
+         [22].f2 ∈ {0}
+         [23].f1 ∈ [--..--]
+         [23].f2 ∈ {0}
+         [24].f1 ∈ [--..--]
+         [24].f2 ∈ {0}
+         [25].f1 ∈ [--..--]
+         [25].f2 ∈ {0}
+         [26].f1 ∈ [--..--]
+         [26].f2 ∈ {0}
+         [27].f1 ∈ [--..--]
+         [27].f2 ∈ {0}
+         [28].f1 ∈ [--..--]
+         [28].f2 ∈ {0}
+         [29].f1 ∈ [--..--]
+         [29].f2 ∈ {0}
+         [30].f1 ∈ [--..--]
+         [30].f2 ∈ {0}
+         [31].f1 ∈ [--..--]
+         [31].f2 ∈ {0}
+         [32].f1 ∈ [--..--]
+         [32].f2 ∈ {0}
+         [33].f1 ∈ [--..--]
+         [33].f2 ∈ {0}
+         [34].f1 ∈ [--..--]
+         [34].f2 ∈ {0}
+         [35].f1 ∈ [--..--]
+         [35].f2 ∈ {0}
+         [36].f1 ∈ [--..--]
+         [36].f2 ∈ {0}
+         [37].f1 ∈ [--..--]
+         [37].f2 ∈ {0}
+         [38].f1 ∈ [--..--]
+         [38].f2 ∈ {0}
+         [39].f1 ∈ [--..--]
+         [39].f2 ∈ {0}
+         [40].f1 ∈ [--..--]
+         [40].f2 ∈ {0}
+         [41].f1 ∈ [--..--]
+         [41].f2 ∈ {0}
+         [42].f1 ∈ [--..--]
+         [42].f2 ∈ {0}
+         [43].f1 ∈ [--..--]
+         [43].f2 ∈ {0}
+         [44].f1 ∈ [--..--]
+         [44].f2 ∈ {0}
+         [45].f1 ∈ [--..--]
+         [45].f2 ∈ {0}
+         [46].f1 ∈ [--..--]
+         [46].f2 ∈ {0}
+         [47].f1 ∈ [--..--]
+         [47].f2 ∈ {0}
+         [48].f1 ∈ [--..--]
+         [48].f2 ∈ {0}
+         [49].f1 ∈ [--..--]
+         [49].f2 ∈ {0}
+         [50].f1 ∈ [--..--]
+         [50].f2 ∈ {0}
+         [51].f1 ∈ [--..--]
+         [51].f2 ∈ {0}
+         [52].f1 ∈ [--..--]
+         [52].f2 ∈ {0}
+         [53].f1 ∈ [--..--]
+         [53].f2 ∈ {0}
+         [54].f1 ∈ [--..--]
+         [54].f2 ∈ {0}
+         [55].f1 ∈ [--..--]
+         [55].f2 ∈ {0}
+         [56].f1 ∈ [--..--]
+         [56].f2 ∈ {0}
+         [57].f1 ∈ [--..--]
+         [57].f2 ∈ {0}
+         [58].f1 ∈ [--..--]
+         [58].f2 ∈ {0}
+         [59].f1 ∈ [--..--]
+         [59].f2 ∈ {0}
+         [60].f1 ∈ [--..--]
+         [60].f2 ∈ {0}
+         [61].f1 ∈ [--..--]
+         [61].f2 ∈ {0}
+         [62].f1 ∈ [--..--]
+         [62].f2 ∈ {0}
+         [63].f1 ∈ [--..--]
+         [63].f2 ∈ {0}
+         [64].f1 ∈ [--..--]
+         [64].f2 ∈ {0}
+         [65].f1 ∈ [--..--]
+         [65].f2 ∈ {0}
+         [66].f1 ∈ [--..--]
+         [66].f2 ∈ {0}
+         [67].f1 ∈ [--..--]
+         [67].f2 ∈ {0}
+         [68].f1 ∈ [--..--]
+         [68].f2 ∈ {0}
+         [69].f1 ∈ [--..--]
+         [69].f2 ∈ {0}
+         [70].f1 ∈ [--..--]
+         [70].f2 ∈ {0}
+         [71].f1 ∈ [--..--]
+         [71].f2 ∈ {0}
+         [72].f1 ∈ [--..--]
+         [72].f2 ∈ {0}
+         [73].f1 ∈ [--..--]
+         [73].f2 ∈ {0}
+         [74].f1 ∈ [--..--]
+         [74].f2 ∈ {0}
+         [75].f1 ∈ [--..--]
+         [75].f2 ∈ {0}
+         [76].f1 ∈ [--..--]
+         [76].f2 ∈ {0}
+         [77].f1 ∈ [--..--]
+         [77].f2 ∈ {0}
+         [78].f1 ∈ [--..--]
+         [78].f2 ∈ {0}
+         [79].f1 ∈ [--..--]
+         [79].f2 ∈ {0}
+         [80].f1 ∈ [--..--]
+         [80].f2 ∈ {0}
+         [81].f1 ∈ [--..--]
+         [81].f2 ∈ {0}
+         [82].f1 ∈ [--..--]
+         [82].f2 ∈ {0}
+         [83].f1 ∈ [--..--]
+         [83].f2 ∈ {0}
+         [84].f1 ∈ [--..--]
+         [84].f2 ∈ {0}
+         [85].f1 ∈ [--..--]
+         [85].f2 ∈ {0}
+         [86].f1 ∈ [--..--]
+         [86].f2 ∈ {0}
+         [87].f1 ∈ [--..--]
+         [87].f2 ∈ {0}
+         [88].f1 ∈ [--..--]
+         [88].f2 ∈ {0}
+         [89].f1 ∈ [--..--]
+         [89].f2 ∈ {0}
+         [90].f1 ∈ [--..--]
+         [90].f2 ∈ {0}
+         [91].f1 ∈ [--..--]
+         [91].f2 ∈ {0}
+         [92].f1 ∈ [--..--]
+         [92].f2 ∈ {0}
+         [93].f1 ∈ [--..--]
+         [93].f2 ∈ {0}
+         [94].f1 ∈ [--..--]
+         [94].f2 ∈ {0}
+         [95].f1 ∈ [--..--]
+         [95].f2 ∈ {0}
+         [96].f1 ∈ [--..--]
+         [96].f2 ∈ {0}
+         [97].f1 ∈ [--..--]
+         [97].f2 ∈ {0}
+         [98].f1 ∈ [--..--]
+         [98].f2 ∈ {0}
+         [99].f1 ∈ [--..--]
+         [99].f2 ∈ {0}
+[from] Computing for function main1
+[from] Computing for function F1 <-main1
+[from] Done for function F1
+[from] Computing for function f <-main1
+[from] Done for function f
+[from] Computing for function g <-main1
+[from] Done for function g
+[from] Computing for function h <-main1
+[from] Done for function h
+[from] Computing for function j <-main1
+[from] Done for function j
+[from] Computing for function assigns_post <-main1
+[from] Done for function assigns_post
+[from] Done for function main1
+[from] Computing for function main2
+[from] Computing for function ff1 <-main2
+[from] Done for function ff1
+[from] Computing for function ff3 <-main2
+[from] Done for function ff3
+[from] Computing for function ff4 <-main2
+[from] Done for function ff4
+[from] Computing for function ff5 <-main2
+[from] Done for function ff5
+[from] Computing for function ff2 <-main2
+[from] Done for function ff2
+[from] Computing for function ff2_bis <-main2
+[from] Done for function ff2_bis
+[from] Done for function main2
+[from] Computing for function main4
+[from] Computing for function f_main4_1 <-main4
+tests/value/assigns.i:104:[kernel] more than 200(1000) dependencies to update. Approximating.
+[from] Done for function f_main4_1
+[from] Computing for function f_main4_2 <-main4
+tests/value/assigns.i:105:[kernel] more than 200(1000) dependencies to update. Approximating.
+[from] Done for function f_main4_2
+[from] Done for function main4
+[from] Computing for function main
+[from] Computing for function main3 <-main
+[from] Done for function main3
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function F1:
+  T[0..99] FROM T[0..99] (and SELF)
+[from] Function assigns_post:
+  Tpost{[18]; [53]} FROM ANYTHING(origin:Unknown) (and SELF)
+  x FROM x (and SELF)
+[from] Function f:
+  t{[0].f2; [1..5]} FROM t{[1..5]; [6].f1} (and SELF)
+[from] Function f_main4_1:
+  t_main4{[0..998]; [999].f1} FROM \nothing (and SELF)
+  u_main4{[0].f1; [1].f1; [2].f1; [3].f1; [4].f1; [5].f1; [6].f1; [7].f1;
+          [8].f1; [9].f1; [10].f1; [11].f1; [12].f1; [13].f1; [14].f1;
+          [15].f1; [16].f1; [17].f1; [18].f1; [19].f1; [20].f1; [21].f1;
+          [22].f1; [23].f1; [24].f1; [25].f1; [26].f1; [27].f1; [28].f1;
+          [29].f1; [30].f1; [31].f1; [32].f1; [33].f1; [34].f1; [35].f1;
+          [36].f1; [37].f1; [38].f1; [39].f1; [40].f1; [41].f1; [42].f1;
+          [43].f1; [44].f1; [45].f1; [46].f1; [47].f1; [48].f1; [49].f1;
+          [50].f1; [51].f1; [52].f1; [53].f1; [54].f1; [55].f1; [56].f1;
+          [57].f1; [58].f1; [59].f1; [60].f1; [61].f1; [62].f1; [63].f1;
+          [64].f1; [65].f1; [66].f1; [67].f1; [68].f1; [69].f1; [70].f1;
+          [71].f1; [72].f1; [73].f1; [74].f1; [75].f1; [76].f1; [77].f1;
+          [78].f1; [79].f1; [80].f1; [81].f1; [82].f1; [83].f1; [84].f1;
+          [85].f1; [86].f1; [87].f1; [88].f1; [89].f1; [90].f1; [91].f1;
+          [92].f1; [93].f1; [94].f1; [95].f1; [96].f1; [97].f1; [98].f1;
+          [99].f1}
+         FROM \nothing (and SELF)
+[from] Function f_main4_2:
+  t_main4{[0..998]; [999].f1} FROM \nothing (and SELF)
+  u_main4{[0].f1; [1].f1; [2].f1; [3].f1; [4].f1; [5].f1; [6].f1; [7].f1;
+          [8].f1; [9].f1; [10].f1; [11].f1; [12].f1; [13].f1; [14].f1;
+          [15].f1; [16].f1; [17].f1; [18].f1; [19].f1; [20].f1; [21].f1;
+          [22].f1; [23].f1; [24].f1; [25].f1; [26].f1; [27].f1; [28].f1;
+          [29].f1; [30].f1; [31].f1; [32].f1; [33].f1; [34].f1; [35].f1;
+          [36].f1; [37].f1; [38].f1; [39].f1; [40].f1; [41].f1; [42].f1;
+          [43].f1; [44].f1; [45].f1; [46].f1; [47].f1; [48].f1; [49].f1;
+          [50].f1; [51].f1; [52].f1; [53].f1; [54].f1; [55].f1; [56].f1;
+          [57].f1; [58].f1; [59].f1; [60].f1; [61].f1; [62].f1; [63].f1;
+          [64].f1; [65].f1; [66].f1; [67].f1; [68].f1; [69].f1; [70].f1;
+          [71].f1; [72].f1; [73].f1; [74].f1; [75].f1; [76].f1; [77].f1;
+          [78].f1; [79].f1; [80].f1; [81].f1; [82].f1; [83].f1; [84].f1;
+          [85].f1; [86].f1; [87].f1; [88].f1; [89].f1; [90].f1; [91].f1;
+          [92].f1; [93].f1; [94].f1; [95].f1; [96].f1; [97].f1; [98].f1;
+          [99].f1}
+         FROM \nothing
+[from] Function ff1:
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function ff2:
+  \result FROM \nothing
+[from] Function ff2_bis:
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function ff3:
+  y1 FROM ANYTHING(origin:Unknown) (and SELF)
+  y2 FROM y2 (and SELF)
+  y3 FROM ANYTHING(origin:Unknown) (and SELF)
+[from] Function ff4:
+  NO EFFECTS
+[from] Function ff5:
+  \result FROM \nothing
+[from] Function g:
+  t2[0..99999] FROM \nothing (and SELF)
+[from] Function h:
+  t3[0..99999] FROM \nothing (and SELF)
+[from] Function j:
+  T[9..96] FROM \nothing (and SELF)
+[from] Function main1:
+  T[0..99] FROM T[0..99] (and SELF)
+  Tpost{[18]; [53]} FROM ANYTHING(origin:Unknown) (and SELF)
+  t{[0].f2; [1..5]} FROM t{[1..5]; [6].f1} (and SELF)
+  t2[0..99999] FROM \nothing (and SELF)
+  t3[0..99999] FROM \nothing (and SELF)
+  x FROM x (and SELF)
+[from] Function main2:
+  y1 FROM ANYTHING(origin:Unknown) (and SELF)
+  y2 FROM y2 (and SELF)
+  y3 FROM ANYTHING(origin:Unknown) (and SELF)
+  \result FROM \nothing
+[from] Function main3:
+  t_main3_1[0][0..7]
+           FROM t_main3_1[0][0..7]; t_main3_2[0..2][0..3][0..4] (and SELF)
+  t_main3_2[0..2][0..3][0..4] FROM t_main3_1[0][0..7];
+                                   t_main3_2[0..2][0..3][0..4] (and SELF)
+  \result FROM t_main3_1[0][0..7]; t_main3_2[0..2][0..3][0..4]
+[from] Function main4:
+  t_main4{[0..998]; [999].f1} FROM \nothing (and SELF)
+  u_main4{[0].f1; [1].f1; [2].f1; [3].f1; [4].f1; [5].f1; [6].f1; [7].f1;
+          [8].f1; [9].f1; [10].f1; [11].f1; [12].f1; [13].f1; [14].f1;
+          [15].f1; [16].f1; [17].f1; [18].f1; [19].f1; [20].f1; [21].f1;
+          [22].f1; [23].f1; [24].f1; [25].f1; [26].f1; [27].f1; [28].f1;
+          [29].f1; [30].f1; [31].f1; [32].f1; [33].f1; [34].f1; [35].f1;
+          [36].f1; [37].f1; [38].f1; [39].f1; [40].f1; [41].f1; [42].f1;
+          [43].f1; [44].f1; [45].f1; [46].f1; [47].f1; [48].f1; [49].f1;
+          [50].f1; [51].f1; [52].f1; [53].f1; [54].f1; [55].f1; [56].f1;
+          [57].f1; [58].f1; [59].f1; [60].f1; [61].f1; [62].f1; [63].f1;
+          [64].f1; [65].f1; [66].f1; [67].f1; [68].f1; [69].f1; [70].f1;
+          [71].f1; [72].f1; [73].f1; [74].f1; [75].f1; [76].f1; [77].f1;
+          [78].f1; [79].f1; [80].f1; [81].f1; [82].f1; [83].f1; [84].f1;
+          [85].f1; [86].f1; [87].f1; [88].f1; [89].f1; [90].f1; [91].f1;
+          [92].f1; [93].f1; [94].f1; [95].f1; [96].f1; [97].f1; [98].f1;
+          [99].f1}
+         FROM \nothing
+[from] Function main:
+  T[0..99] FROM T[0..99] (and SELF)
+  Tpost{[18]; [53]} FROM ANYTHING(origin:Unknown) (and SELF)
+  t{[0].f2; [1..5]} FROM t{[1..5]; [6].f1} (and SELF)
+  t2[0..99999] FROM \nothing (and SELF)
+  t3[0..99999] FROM \nothing (and SELF)
+  x FROM x (and SELF)
+  y1 FROM ANYTHING(origin:Unknown) (and SELF)
+  y2 FROM y2 (and SELF)
+  y3 FROM ANYTHING(origin:Unknown) (and SELF)
+  t_main3_1[0][0..7]
+           FROM t_main3_1[0][0..7]; t_main3_2[0..2][0..3][0..4] (and SELF)
+  t_main3_2[0..2][0..3][0..4] FROM t_main3_1[0][0..7];
+                                   t_main3_2[0..2][0..3][0..4] (and SELF)
+  t_main4{[0..998]; [999].f1} FROM \nothing (and SELF)
+  u_main4{[0].f1; [1].f1; [2].f1; [3].f1; [4].f1; [5].f1; [6].f1; [7].f1;
+          [8].f1; [9].f1; [10].f1; [11].f1; [12].f1; [13].f1; [14].f1;
+          [15].f1; [16].f1; [17].f1; [18].f1; [19].f1; [20].f1; [21].f1;
+          [22].f1; [23].f1; [24].f1; [25].f1; [26].f1; [27].f1; [28].f1;
+          [29].f1; [30].f1; [31].f1; [32].f1; [33].f1; [34].f1; [35].f1;
+          [36].f1; [37].f1; [38].f1; [39].f1; [40].f1; [41].f1; [42].f1;
+          [43].f1; [44].f1; [45].f1; [46].f1; [47].f1; [48].f1; [49].f1;
+          [50].f1; [51].f1; [52].f1; [53].f1; [54].f1; [55].f1; [56].f1;
+          [57].f1; [58].f1; [59].f1; [60].f1; [61].f1; [62].f1; [63].f1;
+          [64].f1; [65].f1; [66].f1; [67].f1; [68].f1; [69].f1; [70].f1;
+          [71].f1; [72].f1; [73].f1; [74].f1; [75].f1; [76].f1; [77].f1;
+          [78].f1; [79].f1; [80].f1; [81].f1; [82].f1; [83].f1; [84].f1;
+          [85].f1; [86].f1; [87].f1; [88].f1; [89].f1; [90].f1; [91].f1;
+          [92].f1; [93].f1; [94].f1; [95].f1; [96].f1; [97].f1; [98].f1;
+          [99].f1}
+         FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          T[0..99]; Tpost{[18]; [53]}; t{[0].f2; [1..5]}; t2[0..99999]; t3[0..99999];
+          x; i
+[inout] Inputs for function main1:
+          ANYTHING(origin:Unknown)
+[inout] InOut (internal) for function main1:
+        Operational inputs:
+          ANYTHING(origin:Unknown)
+        Operational inputs on termination:
+          ANYTHING(origin:Unknown)
+        Sure outputs:
+          i
+[inout] Out (internal) for function main2:
+          y1; y2; y3; l; p; q; __retres
+[inout] Inputs for function main2:
+          ANYTHING(origin:Unknown)
+[inout] InOut (internal) for function main2:
+        Operational inputs:
+          ANYTHING(origin:Unknown)
+        Operational inputs on termination:
+          ANYTHING(origin:Unknown)
+        Sure outputs:
+          l; p; q; __retres
+[inout] Out (internal) for function main4:
+          t_main4{[0..998]; [999].f1};
+          u_main4{[0].f1; [1].f1; [2].f1; [3].f1; [4].f1; [5].f1; [6].f1; [7].f1;
+                  [8].f1; [9].f1; [10].f1; [11].f1; [12].f1; [13].f1; [14].f1;
+                  [15].f1; [16].f1; [17].f1; [18].f1; [19].f1; [20].f1; [21].f1;
+                  [22].f1; [23].f1; [24].f1; [25].f1; [26].f1; [27].f1; [28].f1;
+                  [29].f1; [30].f1; [31].f1; [32].f1; [33].f1; [34].f1; [35].f1;
+                  [36].f1; [37].f1; [38].f1; [39].f1; [40].f1; [41].f1; [42].f1;
+                  [43].f1; [44].f1; [45].f1; [46].f1; [47].f1; [48].f1; [49].f1;
+                  [50].f1; [51].f1; [52].f1; [53].f1; [54].f1; [55].f1; [56].f1;
+                  [57].f1; [58].f1; [59].f1; [60].f1; [61].f1; [62].f1; [63].f1;
+                  [64].f1; [65].f1; [66].f1; [67].f1; [68].f1; [69].f1; [70].f1;
+                  [71].f1; [72].f1; [73].f1; [74].f1; [75].f1; [76].f1; [77].f1;
+                  [78].f1; [79].f1; [80].f1; [81].f1; [82].f1; [83].f1; [84].f1;
+                  [85].f1; [86].f1; [87].f1; [88].f1; [89].f1; [90].f1; [91].f1;
+                  [92].f1; [93].f1; [94].f1; [95].f1; [96].f1; [97].f1; [98].f1;
+                  [99].f1}
+[inout] Inputs for function main4:
+          v
+[inout] InOut (internal) for function main4:
+        Operational inputs:
+          v
+        Operational inputs on termination:
+          v
+        Sure outputs:
+          u_main4{[0].f1; [1].f1; [2].f1; [3].f1; [4].f1; [5].f1; [6].f1; [7].f1;
+                  [8].f1; [9].f1; [10].f1; [11].f1; [12].f1; [13].f1; [14].f1;
+                  [15].f1; [16].f1; [17].f1; [18].f1; [19].f1; [20].f1; [21].f1;
+                  [22].f1; [23].f1; [24].f1; [25].f1; [26].f1; [27].f1; [28].f1;
+                  [29].f1; [30].f1; [31].f1; [32].f1; [33].f1; [34].f1; [35].f1;
+                  [36].f1; [37].f1; [38].f1; [39].f1; [40].f1; [41].f1; [42].f1;
+                  [43].f1; [44].f1; [45].f1; [46].f1; [47].f1; [48].f1; [49].f1;
+                  [50].f1; [51].f1; [52].f1; [53].f1; [54].f1; [55].f1; [56].f1;
+                  [57].f1; [58].f1; [59].f1; [60].f1; [61].f1; [62].f1; [63].f1;
+                  [64].f1; [65].f1; [66].f1; [67].f1; [68].f1; [69].f1; [70].f1;
+                  [71].f1; [72].f1; [73].f1; [74].f1; [75].f1; [76].f1; [77].f1;
+                  [78].f1; [79].f1; [80].f1; [81].f1; [82].f1; [83].f1; [84].f1;
+                  [85].f1; [86].f1; [87].f1; [88].f1; [89].f1; [90].f1; [91].f1;
+                  [92].f1; [93].f1; [94].f1; [95].f1; [96].f1; [97].f1; [98].f1;
+                  [99].f1}
+[inout] Out (internal) for function main:
+          T[0..99]; Tpost{[18]; [53]}; t{[0].f2; [1..5]}; t2[0..99999]; t3[0..99999];
+          x; y1; y2; y3; t_main3_1[0][0..7]; t_main3_2[0..2][0..3][0..4];
+          t_main4{[0..998]; [999].f1};
+          u_main4{[0].f1; [1].f1; [2].f1; [3].f1; [4].f1; [5].f1; [6].f1; [7].f1;
+                  [8].f1; [9].f1; [10].f1; [11].f1; [12].f1; [13].f1; [14].f1;
+                  [15].f1; [16].f1; [17].f1; [18].f1; [19].f1; [20].f1; [21].f1;
+                  [22].f1; [23].f1; [24].f1; [25].f1; [26].f1; [27].f1; [28].f1;
+                  [29].f1; [30].f1; [31].f1; [32].f1; [33].f1; [34].f1; [35].f1;
+                  [36].f1; [37].f1; [38].f1; [39].f1; [40].f1; [41].f1; [42].f1;
+                  [43].f1; [44].f1; [45].f1; [46].f1; [47].f1; [48].f1; [49].f1;
+                  [50].f1; [51].f1; [52].f1; [53].f1; [54].f1; [55].f1; [56].f1;
+                  [57].f1; [58].f1; [59].f1; [60].f1; [61].f1; [62].f1; [63].f1;
+                  [64].f1; [65].f1; [66].f1; [67].f1; [68].f1; [69].f1; [70].f1;
+                  [71].f1; [72].f1; [73].f1; [74].f1; [75].f1; [76].f1; [77].f1;
+                  [78].f1; [79].f1; [80].f1; [81].f1; [82].f1; [83].f1; [84].f1;
+                  [85].f1; [86].f1; [87].f1; [88].f1; [89].f1; [90].f1; [91].f1;
+                  [92].f1; [93].f1; [94].f1; [95].f1; [96].f1; [97].f1; [98].f1;
+                  [99].f1}
+[inout] Inputs for function main:
+          ANYTHING(origin:Unknown)
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          ANYTHING(origin:Unknown)
+        Operational inputs on termination:
+          ANYTHING(origin:Unknown)
+        Sure outputs:
+          u_main4{[0].f1; [1].f1; [2].f1; [3].f1; [4].f1; [5].f1; [6].f1; [7].f1;
+                  [8].f1; [9].f1; [10].f1; [11].f1; [12].f1; [13].f1; [14].f1;
+                  [15].f1; [16].f1; [17].f1; [18].f1; [19].f1; [20].f1; [21].f1;
+                  [22].f1; [23].f1; [24].f1; [25].f1; [26].f1; [27].f1; [28].f1;
+                  [29].f1; [30].f1; [31].f1; [32].f1; [33].f1; [34].f1; [35].f1;
+                  [36].f1; [37].f1; [38].f1; [39].f1; [40].f1; [41].f1; [42].f1;
+                  [43].f1; [44].f1; [45].f1; [46].f1; [47].f1; [48].f1; [49].f1;
+                  [50].f1; [51].f1; [52].f1; [53].f1; [54].f1; [55].f1; [56].f1;
+                  [57].f1; [58].f1; [59].f1; [60].f1; [61].f1; [62].f1; [63].f1;
+                  [64].f1; [65].f1; [66].f1; [67].f1; [68].f1; [69].f1; [70].f1;
+                  [71].f1; [72].f1; [73].f1; [74].f1; [75].f1; [76].f1; [77].f1;
+                  [78].f1; [79].f1; [80].f1; [81].f1; [82].f1; [83].f1; [84].f1;
+                  [85].f1; [86].f1; [87].f1; [88].f1; [89].f1; [90].f1; [91].f1;
+                  [92].f1; [93].f1; [94].f1; [95].f1; [96].f1; [97].f1; [98].f1;
+                  [99].f1}
+/* Generated by Frama-C */
+struct __anonstruct_ts_1 {
+   int f1 ;
+   int f2 ;
+};
+typedef struct __anonstruct_ts_1 ts;
+int volatile v;
+int G;
+/*@ assigns *(s+(..));
+    assigns *(s+(..)) \from *(s+(..)); */
+extern void F1(char *s);
+
+char T[100];
+char Tpost[100];
+ts t[10];
+int t2[100000];
+int t3[100000];
+/*@ assigns *(p+(0 .. 3));
+    assigns *(p+(0 .. 3)) \from *(p+(4 .. 7)); */
+extern void f(char *p);
+
+/*@ assigns t2[(unsigned char)len+1 .. (unsigned char)len+1];
+    assigns t2[(unsigned char)len+1 .. (unsigned char)len+1] \from \nothing;
+ */
+extern void g(int len);
+
+/*@ assigns *(p+(..));
+    assigns *(p+(..)) \from \nothing; */
+extern void h(int *p);
+
+/*@ logic int foo(int p) ;
+ */
+/*@ assigns *(p+(0 .. foo(*p)));
+    assigns *(p+(0 .. foo(*p))) \from \nothing;
+ */
+extern void j(int *p);
+
+int x;
+int k = 53;
+/*@ assigns \at(x,Post), Tpost[\at(\old(i),Post)], Tpost[\at(k,Post)];
+    assigns \at(x,Post) \from \at(x,Post);
+ */
+extern void assigns_post(int i);
+
+void main1(void)
+{
+  F1(T);
+  {
+    int i;
+    i = 0;
+    while (i <= 5) {
+      f((char *)(& t[i].f2));
+      i ++;
+    }
+  }
+  /*@ assert Value: signed_overflow: -2147483648 ≤ 2*(int)(&T); */
+  /*@ assert Value: signed_overflow: 2*(int)(&T) ≤ 2147483647; */
+  g(2 * (int)(& T));
+  /*@ assert Value: signed_overflow: -2147483648 ≤ 2*(int)(&t3); */
+  /*@ assert Value: signed_overflow: 2*(int)(&t3) ≤ 2147483647; */
+  h((int *)(2 * (int)(& t3)));
+  j((int *)(& T[9]));
+  assigns_post(18);
+  return;
+}
+
+/*@ assigns \nothing; */
+extern int ff1();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int *ff2();
+
+/*@ assigns \nothing; */
+extern int *ff2_bis();
+
+int y1;
+int y2;
+int y3;
+/*@ assigns y1, y2, y3;
+    assigns y2 \from y2; */
+extern void ff3();
+
+/*@ assigns \nothing; */
+extern void ff4();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int ff5();
+
+int main2(void)
+{
+  int __retres;
+  int l;
+  int *p;
+  int *q;
+  l = ff1();
+  ff3();
+  ff4();
+  ff5();
+  p = ff2();
+  q = ff2_bis();
+  /*@ assert
+      Value: ptr_comparison: \pointer_comparable((void *)p, (void *)(&x));
+  */
+  if (p != & x) {
+    __retres = 1;
+    goto return_label;
+  }
+  __retres = 0;
+  return_label: return __retres;
+}
+
+int t_main3_1[7][8];
+int t_main3_2[3][4][5];
+/*@ assigns \result, (*a)[0 .. 7], (*(b+(0 .. 2)))[0 .. 3][0 .. 4];
+    assigns \result \from (*a)[0 .. 7], (*(b+(0 .. 2)))[0 .. 3][0 .. 4];
+    assigns (*a)[0 .. 7] \from (*a)[0 .. 7], (*(b+(0 .. 2)))[0 .. 3][0 .. 4];
+    assigns (*(b+(0 .. 2)))[0 .. 3][0 .. 4]
+      \from (*a)[0 .. 7], (*(b+(0 .. 2)))[0 .. 3][0 .. 4];
+ */
+extern int main3(int (*a)[8], int (* /*[3]*/ b)[4][5]);
+
+ts t_main4[1000];
+ts u_main4[100];
+/*@ assigns t_main4[i].f1, u_main4[i].f1;
+    assigns t_main4[i].f1 \from \nothing;
+    assigns u_main4[i].f1 \from \nothing;
+ */
+extern void f_main4_1(int i);
+
+/*@ assigns t_main4[0 .. 999].f1, u_main4[0 .. 99].f1;
+    assigns t_main4[0 .. 999].f1 \from \nothing;
+    assigns u_main4[0 .. 99].f1 \from \nothing;
+ */
+extern void f_main4_2();
+
+void main4(void)
+{
+  f_main4_1(v);
+  f_main4_2();
+  return;
+}
+
+void main(void)
+{
+  main1();
+  main2();
+  main3(t_main3_1,t_main3_2);
+  main4();
+  return;
+}
+
+
diff --git a/tests/value/oracle_symblocs/assigns_from.err.oracle b/tests/value/oracle_symblocs/assigns_from.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/assigns_from.res.oracle b/tests/value/oracle_symblocs/assigns_from.res.oracle
new file mode 100644
index 00000000000..7a6cf473883
--- /dev/null
+++ b/tests/value/oracle_symblocs/assigns_from.res.oracle
@@ -0,0 +1,661 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/assigns_from.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  u ∈ {0}
+  v ∈ {0}
+  k ∈ {0}
+  a[0..9] ∈ {0}
+  constante ∈ {2}
+  t[0..99] ∈ {0}
+  p_t ∈ {{ &t[0] }}
+  t17[0..9] ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/assigns_from.i:203.
+[value] computing for function f <- main1 <- main.
+        Called from tests/value/assigns_from.i:30.
+[value] Recording results for f
+[from] Computing for function f
+[from] Done for function f
+[value] Done for function f
+[value] Recording results for main1
+[from] Computing for function main1
+[from] Done for function main1
+tests/value/assigns_from.i:12:[value] function main1: assigns got status valid.
+tests/value/assigns_from.i:15:[value] function main1, behavior true: assigns got status valid.
+tests/value/assigns_from.i:15:[value] function main1, behavior true: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:16:[value] function main1, behavior true: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:19:[value] function main1, behavior ok_too_large: assigns got status valid.
+tests/value/assigns_from.i:19:[value] function main1, behavior ok_too_large: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:20:[value] function main1, behavior ok_too_large: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:23:[value] function main1, behavior wrong: assigns got status valid.
+tests/value/assigns_from.i:23:[value] function main1, behavior wrong: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:24:[value] warning: function main1, behavior wrong: \from ... part in assign clause got status unknown (cannot validate direct dependencies).
+[value] Done for function main1
+[value] computing for function main15 <- main.
+        Called from tests/value/assigns_from.i:204.
+[value] Recording results for main15
+[from] Computing for function main15
+[from] Done for function main15
+tests/value/assigns_from.i:37:[value] function main15: assigns got status valid.
+tests/value/assigns_from.i:37:[value] function main15: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:37:[value] function main15: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:37:[value] function main15: \from ... part in assign clause got status valid.
+[value] Done for function main15
+[value] computing for function main2 <- main.
+        Called from tests/value/assigns_from.i:205.
+[value] Recording results for main2
+[from] Computing for function main2
+[from] Done for function main2
+tests/value/assigns_from.i:45:[value] function main2: assigns got status valid.
+tests/value/assigns_from.i:45:[value] function main2: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:48:[value] function main2, behavior true: assigns got status valid.
+tests/value/assigns_from.i:48:[value] function main2, behavior true: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:52:[value] warning: function main2, behavior wrongassigns: assigns got status unknown.
+tests/value/assigns_from.i:52:[value] function main2, behavior wrongassigns: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:56:[value] function main2, behavior true2: assigns got status valid.
+tests/value/assigns_from.i:56:[value] function main2, behavior true2: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:60:[value] function main2, behavior wrongfrom: assigns got status valid.
+tests/value/assigns_from.i:60:[value] warning: function main2, behavior wrongfrom: \from ... part in assign clause got status unknown (cannot validate direct dependencies).
+[value] Done for function main2
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/value/assigns_from.i:206.
+[value] using specification for function Frama_C_interval
+[value] Done for function Frama_C_interval
+[value] computing for function main3 <- main.
+        Called from tests/value/assigns_from.i:207.
+[value] Recording results for main3
+[from] Computing for function main3
+[from] Done for function main3
+tests/value/assigns_from.i:67:[value] function main3: assigns got status valid.
+tests/value/assigns_from.i:67:[value] function main3: \from ... part in assign clause got status valid.
+[value] Done for function main3
+[value] computing for function main3 <- main.
+        Called from tests/value/assigns_from.i:208.
+[value] Recording results for main3
+[from] Computing for function main3
+[from] Done for function main3
+tests/value/assigns_from.i:67:[value] warning: function main3: assigns got status unknown.
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/assigns_from.i:209.
+[value] Recording results for main4
+[from] Computing for function main4
+[from] Done for function main4
+tests/value/assigns_from.i:78:[value] function main4, behavior true: assigns got status valid.
+tests/value/assigns_from.i:78:[value] function main4, behavior true: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:82:[value] function main4, behavior wrong: assigns got status valid.
+tests/value/assigns_from.i:82:[value] warning: function main4, behavior wrong: \from ... part in assign clause got status unknown (cannot validate direct dependencies).
+[value] Done for function main4
+[value] computing for function main5 <- main.
+        Called from tests/value/assigns_from.i:210.
+[value] Recording results for main5
+[from] Computing for function main5
+[from] Done for function main5
+tests/value/assigns_from.i:92:[value] function main5, behavior wrong: assigns got status valid.
+tests/value/assigns_from.i:92:[value] warning: function main5, behavior wrong: \from ... part in assign clause got status unknown (cannot validate direct dependencies).
+tests/value/assigns_from.i:95:[value] function main5, behavior true: assigns got status valid.
+tests/value/assigns_from.i:95:[value] function main5, behavior true: \from ... part in assign clause got status valid.
+[value] Done for function main5
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/value/assigns_from.i:211.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/value/assigns_from.i:212.
+[value] Done for function Frama_C_interval
+[value] computing for function main6_right <- main.
+        Called from tests/value/assigns_from.i:213.
+[value] Recording results for main6_right
+[from] Computing for function main6_right
+[from] Done for function main6_right
+tests/value/assigns_from.i:111:[value] function main6_right: assigns got status valid.
+[value] Done for function main6_right
+[value] computing for function main6_wrong <- main.
+        Called from tests/value/assigns_from.i:214.
+[value] Recording results for main6_wrong
+[from] Computing for function main6_wrong
+[from] Done for function main6_wrong
+tests/value/assigns_from.i:102:[value] warning: function main6_wrong: assigns got status unknown.
+[value] Done for function main6_wrong
+[value] computing for function main7 <- main.
+        Called from tests/value/assigns_from.i:215.
+[value] Recording results for main7
+[from] Computing for function main7
+[from] Done for function main7
+tests/value/assigns_from.i:119:[value] function main7, behavior right: assigns got status valid.
+tests/value/assigns_from.i:122:[value] warning: function main7, behavior wrong: assigns got status unknown.
+[value] Done for function main7
+[value] computing for function main8 <- main.
+        Called from tests/value/assigns_from.i:218.
+[value] Recording results for main8
+[from] Computing for function main8
+[from] Done for function main8
+tests/value/assigns_from.i:130:[value] function main8: assigns got status valid.
+tests/value/assigns_from.i:130:[value] function main8: \from ... part in assign clause got status valid.
+[value] Done for function main8
+[value] computing for function main8 <- main.
+        Called from tests/value/assigns_from.i:220.
+[value] Recording results for main8
+[from] Computing for function main8
+[from] Done for function main8
+tests/value/assigns_from.i:130:[value] warning: function main8: assigns got status unknown.
+[value] Done for function main8
+[value] computing for function main9 <- main.
+        Called from tests/value/assigns_from.i:222.
+[value] Recording results for main9
+[from] Computing for function main9
+[from] Done for function main9
+tests/value/assigns_from.i:141:[kernel] warning: using size of 'void'
+tests/value/assigns_from.i:135:[value] function main9: assigns got status valid.
+[value] Done for function main9
+[value] computing for function main10 <- main.
+        Called from tests/value/assigns_from.i:223.
+tests/value/assigns_from.i:152:[value] entering loop for the first time
+[value] computing for function c <- main10 <- main.
+        Called from tests/value/assigns_from.i:152.
+tests/value/assigns_from.i:152:[kernel] warning: Neither code nor specification for function c, generating default assigns from the prototype
+[value] using specification for function c
+[value] Done for function c
+[value] computing for function c <- main10 <- main.
+        Called from tests/value/assigns_from.i:152.
+[value] Done for function c
+[value] computing for function c <- main10 <- main.
+        Called from tests/value/assigns_from.i:152.
+[value] Done for function c
+[value] computing for function c <- main10 <- main.
+        Called from tests/value/assigns_from.i:152.
+[value] Done for function c
+[value] computing for function c <- main10 <- main.
+        Called from tests/value/assigns_from.i:152.
+[value] Done for function c
+tests/value/assigns_from.i:154:[value] warning: assertion got status unknown.
+[value] Recording results for main10
+[from] Computing for function main10
+[from] Done for function main10
+[value] Done for function main10
+[value] computing for function main11 <- main.
+        Called from tests/value/assigns_from.i:224.
+[value] Recording results for main11
+[from] Computing for function main11
+[from] Done for function main11
+tests/value/assigns_from.i:157:[value] function main11: assigns got status valid.
+tests/value/assigns_from.i:157:[value] function main11: \from ... part in assign clause got status valid.
+[value] Done for function main11
+[value] computing for function main11 <- main.
+        Called from tests/value/assigns_from.i:225.
+[value] Recording results for main11
+[from] Computing for function main11
+[from] Done for function main11
+tests/value/assigns_from.i:157:[value] warning: function main11: assigns got status unknown.
+tests/value/assigns_from.i:157:[value] warning: function main11: \from ... part in assign clause got status unknown (cannot validate direct dependencies).
+[value] Done for function main11
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/value/assigns_from.i:226.
+[value] Done for function Frama_C_interval
+[value] computing for function main11 <- main.
+        Called from tests/value/assigns_from.i:226.
+[value] Recording results for main11
+[from] Computing for function main11
+[from] Done for function main11
+[value] Done for function main11
+[value] computing for function main12 <- main.
+        Called from tests/value/assigns_from.i:227.
+[value] Recording results for main12
+[from] Computing for function main12
+[from] Done for function main12
+tests/value/assigns_from.i:169:[value] function main12, behavior ok: assigns got status valid.
+tests/value/assigns_from.i:167:[value] function main12, behavior ok: \from ... part in assign clause got status valid.
+[value] Done for function main12
+[value] computing for function main13 <- main.
+        Called from tests/value/assigns_from.i:228.
+[value] Recording results for main13
+[from] Computing for function main13
+[from] Done for function main13
+tests/value/assigns_from.i:179:[value] function main13, behavior ok: assigns got status valid.
+tests/value/assigns_from.i:174:[value] function main13, behavior ok: \from ... part in assign clause got status valid.
+tests/value/assigns_from.i:179:[value] function main13, behavior bad: assigns got status valid.
+tests/value/assigns_from.i:177:[value] warning: function main13, behavior bad: \from ... part in assign clause got status unknown (cannot validate direct dependencies).
+[value] Done for function main13
+[value] computing for function main14 <- main.
+        Called from tests/value/assigns_from.i:229.
+tests/value/assigns_from.i:183:[value] entering loop for the first time
+[value] Recording results for main14
+[from] Computing for function main14
+[from] Done for function main14
+tests/value/assigns_from.i:181:[value] function main14: assigns got status valid.
+tests/value/assigns_from.i:181:[value] warning: function main14: \from ... part in assign clause got status unknown (cannot validate direct dependencies).
+[value] Done for function main14
+[value] computing for function main16 <- main.
+        Called from tests/value/assigns_from.i:230.
+tests/value/assigns_from.i:188:[value] entering loop for the first time
+[value] Recording results for main16
+[from] Computing for function main16
+[from] Done for function main16
+tests/value/assigns_from.i:186:[value] function main16: assigns got status valid.
+tests/value/assigns_from.i:186:[value] warning: function main16: \from ... part in assign clause got status unknown (cannot validate direct dependencies).
+[value] Done for function main16
+[value] computing for function main17 <- main.
+        Called from tests/value/assigns_from.i:231.
+tests/value/assigns_from.i:195:[value] entering loop for the first time
+[value] Recording results for main17
+[from] Computing for function main17
+[from] Done for function main17
+tests/value/assigns_from.i:193:[value] function main17: assigns got status valid.
+tests/value/assigns_from.i:193:[value] warning: function main17: \from ... part in assign clause got status unknown (cannot validate direct and indirect dependencies).
+[value] Done for function main17
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  k ∈ {0}
+[value:final-states] Values at end of function main1:
+  u ∈ {0}
+  k ∈ {3}
+[value:final-states] Values at end of function main10:
+  t10[0..13] ∈ {3} or UNINITIALIZED
+     [14..37] ∈ {3}
+     [38..49] ∈ {3} or UNINITIALIZED
+  i ∈ {50}
+[value:final-states] Values at end of function main11:
+  a[0..1] ∈ {0; 3}
+   [2] ∈ {3}
+   [3..8] ∈ {0}
+   [9] ∈ {0; 3}
+[value:final-states] Values at end of function main12:
+  __retres ∈ {{ &t[0] }}
+[value:final-states] Values at end of function main13:
+  
+[value:final-states] Values at end of function main14:
+  t[0..1] ∈ {0}
+   [2..38] ∈ [0..38]
+   [39..99] ∈ {0}
+  i ∈ {39}
+[value:final-states] Values at end of function main15:
+  a[0..2] ∈ {0}
+   [3] ∈ {2}
+   [4] ∈ {3}
+   [5] ∈ {4}
+   [6..9] ∈ {0}
+[value:final-states] Values at end of function main16:
+  t[0] ∈ {0}
+   [1] ∈ [0..19]
+   [2..38] ∈ [0..38]
+   [39..99] ∈ {0}
+  i ∈ {20}
+[value:final-states] Values at end of function main17:
+  t17[0][bits 0 to 7] ∈ [0..9]
+     [0][bits 8 to 31] ∈ {0}
+     [1][bits 0 to 7] ∈ [0..9]
+     [1][bits 8 to 31] ∈ {0}
+     [2][bits 0 to 7] ∈ [0..9]
+     [2][bits 8 to 31] ∈ {0}
+     [3][bits 0 to 7] ∈ [0..9]
+     [3][bits 8 to 31] ∈ {0}
+     [4][bits 0 to 7] ∈ [0..9]
+     [4][bits 8 to 31] ∈ {0}
+     [5][bits 0 to 7] ∈ [0..9]
+     [5][bits 8 to 31] ∈ {0}
+     [6][bits 0 to 7] ∈ [0..9]
+     [6][bits 8 to 31] ∈ {0}
+     [7][bits 0 to 7] ∈ [0..9]
+     [7][bits 8 to 31] ∈ {0}
+     [8][bits 0 to 7] ∈ [0..9]
+     [8][bits 8 to 31] ∈ {0}
+     [9][bits 0 to 7] ∈ [0..9]
+     [9][bits 8 to 31] ∈ {0}
+  j ∈ [10..2147483647]
+[value:final-states] Values at end of function main2:
+  a[0..2] ∈ {0}
+   [3] ∈ {2}
+   [4] ∈ {3}
+   [5] ∈ {4}
+   [6..9] ∈ {0}
+[value:final-states] Values at end of function main3:
+  a[0..2] ∈ {0; 3}
+   [3] ∈ {2; 3}
+   [4] ∈ {3}
+   [5] ∈ {3; 4}
+   [6] ∈ {3}
+   [7..9] ∈ {0; 3}
+[value:final-states] Values at end of function main4:
+  a[0..1] ∈ {0; 3}
+   [2] ∈ {3}
+   [3] ∈ {2; 3}
+   [4] ∈ {3}
+   [5] ∈ {3; 4}
+   [6] ∈ {3}
+   [7..9] ∈ {0; 3}
+[value:final-states] Values at end of function main5:
+  a[0..1] ∈ {0; 3}
+   [2] ∈ {3}
+   [3] ∈ {2; 3}
+   [4] ∈ {3}
+   [5] ∈ {3; 4}
+   [6] ∈ {3}
+   [7..9] ∈ {0; 3}
+[value:final-states] Values at end of function main6_right:
+  a[0..1] ∈ {0; 3}
+   [2] ∈ {3}
+   [3..5] ∈ {0}
+   [6] ∈ {3}
+   [7..9] ∈ {0; 3}
+[value:final-states] Values at end of function main6_wrong:
+  a[0..1] ∈ {0; 3}
+   [2..6] ∈ {0}
+   [7..9] ∈ {0; 3}
+[value:final-states] Values at end of function main7:
+  a[0..1] ∈ {0; 3}
+   [2..8] ∈ {0}
+   [9] ∈ {0; 3}
+[value:final-states] Values at end of function main8:
+  c_0 ∈ {4}
+  d ∈ {4} or UNINITIALIZED
+[value:final-states] Values at end of function main9:
+  
+[value:final-states] Values at end of function main:
+  u ∈ {0}
+  k ∈ {3}
+  a[0..1] ∈ {0; 3}
+   [2] ∈ {3}
+   [3..8] ∈ {0}
+   [9] ∈ {0; 3}
+  constante ∈ {2}
+  t[0] ∈ {0}
+   [1] ∈ [0..19]
+   [2..38] ∈ [0..38]
+   [39..99] ∈ {0}
+  t17[0][bits 0 to 7] ∈ [0..9]
+     [0][bits 8 to 31] ∈ {0}
+     [1][bits 0 to 7] ∈ [0..9]
+     [1][bits 8 to 31] ∈ {0}
+     [2][bits 0 to 7] ∈ [0..9]
+     [2][bits 8 to 31] ∈ {0}
+     [3][bits 0 to 7] ∈ [0..9]
+     [3][bits 8 to 31] ∈ {0}
+     [4][bits 0 to 7] ∈ [0..9]
+     [4][bits 8 to 31] ∈ {0}
+     [5][bits 0 to 7] ∈ [0..9]
+     [5][bits 8 to 31] ∈ {0}
+     [6][bits 0 to 7] ∈ [0..9]
+     [6][bits 8 to 31] ∈ {0}
+     [7][bits 0 to 7] ∈ [0..9]
+     [7][bits 8 to 31] ∈ {0}
+     [8][bits 0 to 7] ∈ [0..9]
+     [8][bits 8 to 31] ∈ {0}
+     [9][bits 0 to 7] ∈ [0..9]
+     [9][bits 8 to 31] ∈ {0}
+  j ∈ [0..9]
+  a_0 ∈ {0; 1; 2; 3}
+  b ∈ {6; 7; 8; 9}
+  c_0 ∈ {4}
+  d ∈ {4} or UNINITIALIZED
+  p ∈ {{ &c_0 ; &d }}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main10
+[from] Computing for function c <-main10
+[from] Done for function c
+[from] Done for function main10
+[from] Computing for function main11
+[from] Done for function main11
+[from] Computing for function main12
+[from] Done for function main12
+[from] Computing for function main13
+[from] Done for function main13
+[from] Computing for function main14
+[from] Done for function main14
+[from] Computing for function main15
+[from] Done for function main15
+[from] Computing for function main16
+[from] Done for function main16
+[from] Computing for function main17
+[from] Done for function main17
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main5
+[from] Done for function main5
+[from] Computing for function main6_right
+[from] Done for function main6_right
+[from] Computing for function main6_wrong
+[from] Done for function main6_wrong
+[from] Computing for function main7
+[from] Done for function main7
+[from] Computing for function main8
+[from] Done for function main8
+[from] Computing for function main9
+[from] Done for function main9
+[from] Computing for function main
+[from] Computing for function Frama_C_interval <-main
+[from] Done for function Frama_C_interval
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  \result FROM a; b
+[from] Function c:
+  \result FROM \nothing
+[from] Function f:
+  k FROM u
+[from] Function main1:
+  u FROM v
+  k FROM \nothing
+[from] Function main10:
+  NO EFFECTS
+[from] Function main11:
+  a[2] FROM \nothing
+[from] Function main12:
+  \result FROM \nothing
+[from] Function main13:
+  \result FROM p_t
+[from] Function main14:
+  t[2..38] FROM \nothing (and SELF)
+[from] Function main15:
+  a[3..5] FROM \nothing
+[from] Function main16:
+  t[1..19] FROM \nothing (and SELF)
+[from] Function main17:
+  t17{[0][bits 0 to 7]; [1][bits 0 to 7]; [2][bits 0 to 7]; [3][bits 0 to 7];
+      [4][bits 0 to 7]; [5][bits 0 to 7]; [6][bits 0 to 7]; [7][bits 0 to 7];
+      [8][bits 0 to 7]; [9][bits 0 to 7]}
+     FROM p; i (and SELF)
+[from] Function main2:
+  a[3..5] FROM \nothing
+[from] Function main3:
+  a[0..9] FROM i (and SELF)
+[from] Function main4:
+  a[2] FROM \nothing
+[from] Function main5:
+  a[2] FROM a[4]
+[from] Function main6_right:
+  a[3..5] FROM \nothing
+[from] Function main6_wrong:
+  a[2..6] FROM \nothing
+[from] Function main7:
+  a{[2]; [7..8]} FROM \nothing
+[from] Function main8:
+  c_0 FROM p (and SELF)
+  d FROM p (and SELF)
+[from] Function main9:
+  NO EFFECTS
+[from] Function main:
+  u FROM v
+  k FROM \nothing
+  a{[0..1]; [9]} FROM \nothing (and SELF)
+   [2..8] FROM \nothing
+  constante FROM \nothing
+  t[1..38] FROM \nothing (and SELF)
+  t17{[0][bits 0 to 7]; [1][bits 0 to 7]; [2][bits 0 to 7]; [3][bits 0 to 7];
+      [4][bits 0 to 7]; [5][bits 0 to 7]; [6][bits 0 to 7]; [7][bits 0 to 7];
+      [8][bits 0 to 7]; [9][bits 0 to 7]}
+     FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to f at tests/value/assigns_from.i:30 (by main1):
+  k FROM u
+[from] call to c at tests/value/assigns_from.i:152 (by main10):
+  \result FROM \nothing
+[from] call to main1 at tests/value/assigns_from.i:203 (by main):
+  u FROM v
+  k FROM \nothing
+[from] call to main15 at tests/value/assigns_from.i:204 (by main):
+  a[3..5] FROM \nothing
+[from] call to main2 at tests/value/assigns_from.i:205 (by main):
+  a[3..5] FROM \nothing
+[from] call to Frama_C_interval at tests/value/assigns_from.i:206 (by main):
+  \result FROM a; b
+[from] call to main3 at tests/value/assigns_from.i:207 (by main):
+  a[6] FROM i
+[from] call to main3 at tests/value/assigns_from.i:208 (by main):
+  a[0..9] FROM i (and SELF)
+[from] call to main4 at tests/value/assigns_from.i:209 (by main):
+  a[2] FROM \nothing
+[from] call to main5 at tests/value/assigns_from.i:210 (by main):
+  a[2] FROM a[4]
+[from] call to Frama_C_interval at tests/value/assigns_from.i:211 (by main):
+  \result FROM a; b
+[from] call to Frama_C_interval at tests/value/assigns_from.i:212 (by main):
+  \result FROM a; b
+[from] call to main6_right at tests/value/assigns_from.i:213 (by main):
+  a[3..5] FROM \nothing
+[from] call to main6_wrong at tests/value/assigns_from.i:214 (by main):
+  a[2..6] FROM \nothing
+[from] call to main7 at tests/value/assigns_from.i:215 (by main):
+  a{[2]; [7..8]} FROM \nothing
+[from] call to main8 at tests/value/assigns_from.i:218 (by main):
+  c_0 FROM p
+[from] call to main8 at tests/value/assigns_from.i:220 (by main):
+  c_0 FROM p (and SELF)
+  d FROM p (and SELF)
+[from] call to main9 at tests/value/assigns_from.i:222 (by main):
+  NO EFFECTS
+[from] call to main10 at tests/value/assigns_from.i:223 (by main):
+  NO EFFECTS
+[from] call to main11 at tests/value/assigns_from.i:224 (by main):
+  a[2] FROM \nothing
+[from] call to main11 at tests/value/assigns_from.i:225 (by main):
+  a[2] FROM \nothing
+[from] call to main11 at tests/value/assigns_from.i:226 (by main):
+  a[2] FROM \nothing
+[from] call to Frama_C_interval at tests/value/assigns_from.i:226 (by main):
+  \result FROM a; b
+[from] call to main12 at tests/value/assigns_from.i:227 (by main):
+  \result FROM \nothing
+[from] call to main13 at tests/value/assigns_from.i:228 (by main):
+  \result FROM p_t
+[from] call to main14 at tests/value/assigns_from.i:229 (by main):
+  t[2..38] FROM \nothing (and SELF)
+[from] call to main16 at tests/value/assigns_from.i:230 (by main):
+  t[1..19] FROM \nothing (and SELF)
+[from] call to main17 at tests/value/assigns_from.i:231 (by main):
+  t17{[0][bits 0 to 7]; [1][bits 0 to 7]; [2][bits 0 to 7]; [3][bits 0 to 7];
+      [4][bits 0 to 7]; [5][bits 0 to 7]; [6][bits 0 to 7]; [7][bits 0 to 7];
+      [8][bits 0 to 7]; [9][bits 0 to 7]}
+     FROM p; i (and SELF)
+[from] entry point:
+  u FROM v
+  k FROM \nothing
+  a{[0..1]; [9]} FROM \nothing (and SELF)
+   [2..8] FROM \nothing
+  constante FROM \nothing
+  t[1..38] FROM \nothing (and SELF)
+  t17{[0][bits 0 to 7]; [1][bits 0 to 7]; [2][bits 0 to 7]; [3][bits 0 to 7];
+      [4][bits 0 to 7]; [5][bits 0 to 7]; [6][bits 0 to 7]; [7][bits 0 to 7];
+      [8][bits 0 to 7]; [9][bits 0 to 7]}
+     FROM \nothing (and SELF)
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          k
+[inout] Inputs for function f:
+          u
+[inout] Out (internal) for function main1:
+          u; k
+[inout] Inputs for function main1:
+          u; v
+[inout] Out (internal) for function main10:
+          t10[0..49]; i; tmp
+[inout] Inputs for function main10:
+          \nothing
+[inout] Out (internal) for function main11:
+          a[2]
+[inout] Inputs for function main11:
+          \nothing
+[inout] Out (internal) for function main12:
+          __retres
+[inout] Inputs for function main12:
+          \nothing
+[inout] Out (internal) for function main13:
+          \nothing
+[inout] Inputs for function main13:
+          p_t
+[inout] Out (internal) for function main14:
+          t[2..38]; i
+[inout] Inputs for function main14:
+          \nothing
+[inout] Out (internal) for function main15:
+          a[3..5]
+[inout] Inputs for function main15:
+          \nothing
+[inout] Out (internal) for function main16:
+          t[1..19]; i
+[inout] Inputs for function main16:
+          \nothing
+[inout] Out (internal) for function main17:
+          t17{[0][bits 0 to 7]; [1][bits 0 to 7]; [2][bits 0 to 7]; [3][bits 0 to 7];
+              [4][bits 0 to 7]; [5][bits 0 to 7]; [6][bits 0 to 7]; [7][bits 0 to 7];
+              [8][bits 0 to 7]; [9][bits 0 to 7]}; j
+[inout] Inputs for function main17:
+          \nothing
+[inout] Out (internal) for function main2:
+          a[3..5]
+[inout] Inputs for function main2:
+          \nothing
+[inout] Out (internal) for function main3:
+          a[0..9]
+[inout] Inputs for function main3:
+          \nothing
+[inout] Out (internal) for function main4:
+          a[2]
+[inout] Inputs for function main4:
+          \nothing
+[inout] Out (internal) for function main5:
+          a[2]
+[inout] Inputs for function main5:
+          a[4]
+[inout] Out (internal) for function main6_right:
+          a[3..5]
+[inout] Inputs for function main6_right:
+          \nothing
+[inout] Out (internal) for function main6_wrong:
+          a[2..6]
+[inout] Inputs for function main6_wrong:
+          \nothing
+[inout] Out (internal) for function main7:
+          a{[2]; [7..8]}
+[inout] Inputs for function main7:
+          \nothing
+[inout] Out (internal) for function main8:
+          c_0; d
+[inout] Inputs for function main8:
+          \nothing
+[inout] Out (internal) for function main9:
+          \nothing
+[inout] Inputs for function main9:
+          \nothing
+[inout] Out (internal) for function main:
+          u; k; a[0..9]; constante; t[1..38];
+          t17{[0][bits 0 to 7]; [1][bits 0 to 7]; [2][bits 0 to 7]; [3][bits 0 to 7];
+              [4][bits 0 to 7]; [5][bits 0 to 7]; [6][bits 0 to 7]; [7][bits 0 to 7];
+              [8][bits 0 to 7]; [9][bits 0 to 7]}; j; a_0; b; c_0; d; p; tmp_2; 
+          tmp_3
+[inout] Inputs for function main:
+          u; v; a[4]; p_t
diff --git a/tests/value/oracle_symblocs/assigns_from_direct.err.oracle b/tests/value/oracle_symblocs/assigns_from_direct.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/assigns_from_direct.res.oracle b/tests/value/oracle_symblocs/assigns_from_direct.res.oracle
new file mode 100644
index 00000000000..c4133b5029d
--- /dev/null
+++ b/tests/value/oracle_symblocs/assigns_from_direct.res.oracle
@@ -0,0 +1,130 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/assigns_from_direct.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f_valid <- main.
+        Called from tests/value/assigns_from_direct.i:14.
+[value] Recording results for f_valid
+[from] Computing for function f_valid
+[from] Done for function f_valid
+tests/value/assigns_from_direct.i:21:[value] function f_valid: assigns got status valid.
+tests/value/assigns_from_direct.i:21:[value] function f_valid: \from ... part in assign clause got status valid.
+[value] Done for function f_valid
+[value] computing for function f_invalid_direct <- main.
+        Called from tests/value/assigns_from_direct.i:15.
+[value] Recording results for f_invalid_direct
+[from] Computing for function f_invalid_direct
+[from] Done for function f_invalid_direct
+tests/value/assigns_from_direct.i:30:[value] function f_invalid_direct: assigns got status valid.
+tests/value/assigns_from_direct.i:30:[value] warning: function f_invalid_direct: \from ... part in assign clause got status unknown (cannot validate direct dependencies).
+[value] Done for function f_invalid_direct
+[value] computing for function f_invalid_address <- main.
+        Called from tests/value/assigns_from_direct.i:16.
+[value] Recording results for f_invalid_address
+[from] Computing for function f_invalid_address
+[from] Done for function f_invalid_address
+tests/value/assigns_from_direct.i:39:[value] function f_invalid_address: assigns got status valid.
+tests/value/assigns_from_direct.i:39:[value] warning: function f_invalid_address: \from ... part in assign clause got status unknown (cannot validate indirect dependencies).
+[value] Done for function f_invalid_address
+[value] computing for function f_invalid_condition <- main.
+        Called from tests/value/assigns_from_direct.i:17.
+[value] Recording results for f_invalid_condition
+[from] Computing for function f_invalid_condition
+[from] Done for function f_invalid_condition
+tests/value/assigns_from_direct.i:48:[value] function f_invalid_condition: assigns got status valid.
+tests/value/assigns_from_direct.i:48:[value] warning: function f_invalid_condition: \from ... part in assign clause got status unknown (cannot validate indirect dependencies).
+[value] Done for function f_invalid_condition
+[value] computing for function f_invalid_all <- main.
+        Called from tests/value/assigns_from_direct.i:18.
+[value] Recording results for f_invalid_all
+[from] Computing for function f_invalid_all
+[from] Done for function f_invalid_all
+tests/value/assigns_from_direct.i:57:[value] function f_invalid_all: assigns got status valid.
+tests/value/assigns_from_direct.i:57:[value] warning: function f_invalid_all: \from ... part in assign clause got status unknown (cannot validate direct and indirect dependencies).
+[value] Done for function f_invalid_all
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f_invalid_address:
+  y ∈ {3}
+[value:final-states] Values at end of function f_invalid_all:
+  y ∈ {3}
+[value:final-states] Values at end of function f_invalid_condition:
+  y ∈ {3}
+[value:final-states] Values at end of function f_invalid_direct:
+  y ∈ {3}
+[value:final-states] Values at end of function f_valid:
+  y ∈ {3}
+[value:final-states] Values at end of function main:
+  x ∈ {3}
+  y ∈ {3}
+[from] Computing for function f_invalid_address
+[from] Done for function f_invalid_address
+[from] Computing for function f_invalid_all
+[from] Done for function f_invalid_all
+[from] Computing for function f_invalid_condition
+[from] Done for function f_invalid_condition
+[from] Computing for function f_invalid_direct
+[from] Done for function f_invalid_direct
+[from] Computing for function f_valid
+[from] Done for function f_valid
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f_invalid_address:
+  y FROM a; b; c
+[from] Function f_invalid_all:
+  y FROM a; b; c
+[from] Function f_invalid_condition:
+  y FROM a; b; c
+[from] Function f_invalid_direct:
+  y FROM a; b; c
+[from] Function f_valid:
+  y FROM a; b; c
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to f_valid at tests/value/assigns_from_direct.i:14 (by main):
+  y FROM a; b; c
+[from] call to f_invalid_direct at tests/value/assigns_from_direct.i:15 (by main):
+  y FROM a; b; c
+[from] call to f_invalid_address at tests/value/assigns_from_direct.i:16 (by main):
+  y FROM a; b; c
+[from] call to f_invalid_condition at tests/value/assigns_from_direct.i:17 (by main):
+  y FROM a; b; c
+[from] call to f_invalid_all at tests/value/assigns_from_direct.i:18 (by main):
+  y FROM a; b; c
+[from] entry point:
+  NO EFFECTS
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] Out (internal) for function f_invalid_address:
+          y
+[inout] Inputs for function f_invalid_address:
+          \nothing
+[inout] Out (internal) for function f_invalid_all:
+          y
+[inout] Inputs for function f_invalid_all:
+          \nothing
+[inout] Out (internal) for function f_invalid_condition:
+          y
+[inout] Inputs for function f_invalid_condition:
+          \nothing
+[inout] Out (internal) for function f_invalid_direct:
+          y
+[inout] Inputs for function f_invalid_direct:
+          \nothing
+[inout] Out (internal) for function f_valid:
+          y
+[inout] Inputs for function f_valid:
+          \nothing
+[inout] Out (internal) for function main:
+          x; y
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/attribute-aligned.err.oracle b/tests/value/oracle_symblocs/attribute-aligned.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/attribute-aligned.res.oracle b/tests/value/oracle_symblocs/attribute-aligned.res.oracle
new file mode 100644
index 00000000000..2c16c28198c
--- /dev/null
+++ b/tests/value/oracle_symblocs/attribute-aligned.res.oracle
@@ -0,0 +1,151 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/attribute-aligned.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  S ∈ {0}
+  A ∈ {0}
+  B ∈ {0}
+[value] computing for function ct <- main.
+        Called from tests/value/attribute-aligned.c:94.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function dt <- main.
+        Called from tests/value/attribute-aligned.c:95.
+[value] Recording results for dt
+[value] Done for function dt
+[value] computing for function pt <- main.
+        Called from tests/value/attribute-aligned.c:96.
+[value] Recording results for pt
+[value] Done for function pt
+[value] computing for function qt <- main.
+        Called from tests/value/attribute-aligned.c:97.
+[value] Recording results for qt
+[value] Done for function qt
+[value] computing for function rt <- main.
+        Called from tests/value/attribute-aligned.c:98.
+[value] Recording results for rt
+[value] Done for function rt
+[value] computing for function st <- main.
+        Called from tests/value/attribute-aligned.c:99.
+[value] Recording results for st
+[value] Done for function st
+[value] computing for function tt <- main.
+        Called from tests/value/attribute-aligned.c:100.
+[value] Recording results for tt
+[value] Done for function tt
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function ct:
+  S ∈ {1}
+  A ∈ {0}
+[value:final-states] Values at end of function dt:
+  S ∈ {4}
+  A ∈ {0}
+[value:final-states] Values at end of function pt:
+  S ∈ {4}
+  A ∈ {0}
+[value:final-states] Values at end of function qt:
+  S ∈ {4}
+  A ∈ {0}
+  B ∈ {1}
+[value:final-states] Values at end of function rt:
+  S ∈ {8}
+  A ∈ {0}
+  B ∈ {4}
+[value:final-states] Values at end of function st:
+  S ∈ {8}
+  A ∈ {0}
+  B ∈ {4}
+[value:final-states] Values at end of function tt:
+  S ∈ {4}
+  A ∈ {0}
+  B ∈ {4}
+[value:final-states] Values at end of function main:
+  S ∈ {4}
+  A ∈ {0}
+  B ∈ {4}
+  __retres ∈ {0}
+[from] Computing for function ct
+[from] Done for function ct
+[from] Computing for function dt
+[from] Done for function dt
+[from] Computing for function pt
+[from] Done for function pt
+[from] Computing for function qt
+[from] Done for function qt
+[from] Computing for function rt
+[from] Done for function rt
+[from] Computing for function st
+[from] Done for function st
+[from] Computing for function tt
+[from] Done for function tt
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function ct:
+  S FROM \nothing
+  A FROM \nothing
+[from] Function dt:
+  S FROM \nothing
+  A FROM \nothing
+[from] Function pt:
+  S FROM \nothing
+  A FROM \nothing
+[from] Function qt:
+  S FROM \nothing
+  A FROM \nothing
+  B FROM \nothing
+[from] Function rt:
+  S FROM \nothing
+  A FROM \nothing
+  B FROM \nothing
+[from] Function st:
+  S FROM \nothing
+  A FROM \nothing
+  B FROM \nothing
+[from] Function tt:
+  S FROM \nothing
+  A FROM \nothing
+  B FROM \nothing
+[from] Function main:
+  S FROM \nothing
+  A FROM \nothing
+  B FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function ct:
+          S; A
+[inout] Inputs for function ct:
+          \nothing
+[inout] Out (internal) for function dt:
+          S; A
+[inout] Inputs for function dt:
+          \nothing
+[inout] Out (internal) for function pt:
+          S; A
+[inout] Inputs for function pt:
+          \nothing
+[inout] Out (internal) for function qt:
+          S; A; B
+[inout] Inputs for function qt:
+          \nothing
+[inout] Out (internal) for function rt:
+          S; A; B
+[inout] Inputs for function rt:
+          \nothing
+[inout] Out (internal) for function st:
+          S; A; B
+[inout] Inputs for function st:
+          \nothing
+[inout] Out (internal) for function tt:
+          S; A; B
+[inout] Inputs for function tt:
+          \nothing
+[inout] Out (internal) for function main:
+          S; A; B; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/automalloc.err.oracle b/tests/value/oracle_symblocs/automalloc.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/automalloc.res.oracle b/tests/value/oracle_symblocs/automalloc.res.oracle
new file mode 100644
index 00000000000..478ef1f7801
--- /dev/null
+++ b/tests/value/oracle_symblocs/automalloc.res.oracle
@@ -0,0 +1,56 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/automalloc.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function malloc <- main.
+        Called from tests/value/automalloc.i:10.
+tests/value/automalloc.i:10:[kernel] warning: Neither code nor specification for function malloc, generating default assigns from the prototype
+[value] using specification for function malloc
+[value] Done for function malloc
+[value] computing for function realloc <- main.
+        Called from tests/value/automalloc.i:11.
+tests/value/automalloc.i:11:[kernel] warning: Neither code nor specification for function realloc, generating default assigns from the prototype
+[value] using specification for function realloc
+[value] Done for function realloc
+tests/value/automalloc.i:13:[value] warning: out of bounds write. assert \valid(buf+1);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  test ∈ [--..--]
+  buf ∈
+     {{ NULL + [--..--] ; &alloced_return_malloc + [0..2147483647] ;
+        &alloced_return_realloc + [0..2147483647] }}
+  alloced_return_malloc[bits 0 to ..] ∈
+                       {{ garbled mix of &{alloced_return_malloc}
+                        (origin: Library function
+                        {tests/value/automalloc.i:10}) }}
+  alloced_return_realloc[bits 0 to ..] ∈
+                        {{ garbled mix of &{alloced_return_realloc}
+                         (origin: Library function
+                         {tests/value/automalloc.i:11}) }}
+[from] Computing for function main
+[from] Computing for function malloc <-main
+[from] Done for function malloc
+[from] Computing for function realloc <-main
+[from] Done for function realloc
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function malloc:
+  \result FROM s
+[from] Function realloc:
+  test FROM s; test (and SELF)
+  \result FROM s; test
+[from] Function main:
+  alloced_return_malloc[bits 8 to 17179869191] FROM test (and SELF)
+  alloced_return_realloc[bits 8 to 17179869191] FROM test (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          test; buf; alloced_return_malloc[bits 8 to 17179869191];
+          alloced_return_realloc[bits 8 to 17179869191]
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/backward_add_ptr.err.oracle b/tests/value/oracle_symblocs/backward_add_ptr.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/backward_add_ptr.res.oracle b/tests/value/oracle_symblocs/backward_add_ptr.res.oracle
new file mode 100644
index 00000000000..a10c0b20145
--- /dev/null
+++ b/tests/value/oracle_symblocs/backward_add_ptr.res.oracle
@@ -0,0 +1,289 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/backward_add_ptr.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {1}
+  c ∈ {2}
+  p ∈ {0}
+  q ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  rand ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/backward_add_ptr.c:185.
+tests/value/backward_add_ptr.c:25:[value] warning: out of bounds read. assert \valid_read(p+(unsigned int)q);
+[value] Called Frama_C_show_each_only_a({0; 1}, {{ &a }}, {0})
+tests/value/backward_add_ptr.c:32:[value] warning: out of bounds read. assert \valid_read((char *)p+(unsigned int)q);
+[value] Called Frama_C_show_each_reduced_offset({0; 1},
+                                                {{ NULL + {0; 1; 2; 3} ; &a }},
+                                                {{ NULL + {0; 1; 2; 3} ; &b }})
+tests/value/backward_add_ptr.c:38:[value] warning: out of bounds read. assert \valid_read(p+(unsigned int)((unsigned int)q/4));
+[value] Called Frama_C_show_each_no_reduction({0; 1},
+                                              {{ NULL + [0..4294967295] ; &a }},
+                                              {{ NULL + [0..4294967295] ; &b }})
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/backward_add_ptr.c:186.
+tests/value/backward_add_ptr.c:54:[value] warning: out of bounds read. assert \valid_read((int *)((char *)p+(unsigned int)q));
+[value] Called Frama_C_show_each_int_if({{ &a }}, {0})
+[value] Called Frama_C_show_each_int_else({0}, {{ &b }})
+tests/value/backward_add_ptr.c:60:[value] warning: out of bounds read. assert \valid_read((char *)p+(unsigned int)q);
+[value] Called Frama_C_show_each_char_if({{ NULL + {1; 2; 3} ; &a }},
+                                         {{ NULL + {0; 1; 2; 3} ; &b }})
+[value] Called Frama_C_show_each_char_else({0}, {{ &b }})
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/backward_add_ptr.c:187.
+[value] computing for function gm <- main3 <- main.
+        Called from tests/value/backward_add_ptr.c:75.
+tests/value/backward_add_ptr.c:68:[value] Assigning imprecise value to __retres.
+        The imprecision originates from Arithmetic
+        {tests/value/backward_add_ptr.c:68}
+[value] Recording results for gm
+[value] Done for function gm
+tests/value/backward_add_ptr.c:81:[value] warning: out of bounds read. assert \valid_read(p+(unsigned int)q);
+[value] Called Frama_C_show_each_GM_only_a({{ &a + [-17179869180..0],0%4 }},
+                                           [0..4294967295])
+tests/value/backward_add_ptr.c:87:[value] warning: out of bounds read. assert \valid_read((char *)p+(unsigned int)q);
+[value] Called Frama_C_show_each_GM_reduce_p_offset({{ NULL + {0; 1; 2; 3} ;
+                                                       &a + [-4294967295..3] }},
+                                                    {{ NULL + [0..4294967295] ; &b }})
+[value] computing for function gm <- main3 <- main.
+        Called from tests/value/backward_add_ptr.c:91.
+[value] Recording results for gm
+[value] Done for function gm
+tests/value/backward_add_ptr.c:96:[value] warning: out of bounds read. assert \valid_read(p+(unsigned int)q);
+[value] computing for function gm <- main3 <- main.
+        Called from tests/value/backward_add_ptr.c:100.
+[value] Recording results for gm
+[value] Done for function gm
+tests/value/backward_add_ptr.c:106:[value] warning: out of bounds read. assert \valid_read(p+(unsigned int)q);
+tests/value/backward_add_ptr.c:107:[value] Reading left-value p.
+        It contains a garbled mix of {a; b} because of Arithmetic
+        {tests/value/backward_add_ptr.c:68}.
+[value] Called Frama_C_show_each_GM_no_reduction({{ garbled mix of &{a; b}
+                                                 (origin: Arithmetic
+                                                 {tests/value/backward_add_ptr.c:68}) }},
+                                                 {{ NULL + [0..4294967295] ; &b }})
+[value] computing for function gm <- main3 <- main.
+        Called from tests/value/backward_add_ptr.c:110.
+[value] Recording results for gm
+[value] Done for function gm
+tests/value/backward_add_ptr.c:115:[value] warning: out of bounds read. assert \valid_read((char *)p+(unsigned int)q);
+[value] Called Frama_C_show_each_GM_only_c({0}, {{ &c }})
+tests/value/backward_add_ptr.c:121:[value] warning: out of bounds read. assert \valid_read(p+(unsigned int)q);
+[value] Called Frama_C_show_each_GM_only_b({{ &b + [-17179869180..0],0%4 }},
+                                           [0..4294967295])
+[value] computing for function gm <- main3 <- main.
+        Called from tests/value/backward_add_ptr.c:125.
+[value] Recording results for gm
+[value] Done for function gm
+tests/value/backward_add_ptr.c:130:[value] warning: out of bounds read. assert \valid_read((char *)p+(unsigned int)q);
+tests/value/backward_add_ptr.c:136:[value] warning: out of bounds read. assert \valid_read((char *)p+(unsigned int)q);
+tests/value/backward_add_ptr.c:137:[value] Reading left-value p.
+        It contains a garbled mix of {b} because of Arithmetic
+        {tests/value/backward_add_ptr.c:68}.
+[value] Called Frama_C_show_each_GM_only_b_and_gm({{ garbled mix of &{b}
+                                                  (origin: Arithmetic
+                                                  {tests/value/backward_add_ptr.c:68}) }},
+                                                  {{ NULL + [0..4294967295] ; &b }})
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/backward_add_ptr.c:188.
+[value] computing for function gm <- main4 <- main.
+        Called from tests/value/backward_add_ptr.c:145.
+[value] Recording results for gm
+[value] Done for function gm
+[value] computing for function gm <- main4 <- main.
+        Called from tests/value/backward_add_ptr.c:146.
+[value] Recording results for gm
+[value] Done for function gm
+tests/value/backward_add_ptr.c:150:[value] warning: out of bounds read. assert \valid_read(p+(unsigned int)q);
+tests/value/backward_add_ptr.c:151:[value] Reading left-value q.
+        It contains a garbled mix of {c} because of Arithmetic
+        {tests/value/backward_add_ptr.c:68}.
+tests/value/backward_add_ptr.c:151:[value] Reading left-value p.
+        It contains a garbled mix of {a; b} because of Arithmetic
+        {tests/value/backward_add_ptr.c:68}.
+[value] Called Frama_C_show_each_2GM_no_reduction({{ garbled mix of &{a; b}
+                                                  (origin: Arithmetic
+                                                  {tests/value/backward_add_ptr.c:68}) }},
+                                                  {{ garbled mix of &{c}
+                                                  (origin: Arithmetic
+                                                  {tests/value/backward_add_ptr.c:68}) }})
+tests/value/backward_add_ptr.c:156:[value] warning: out of bounds read. assert \valid_read((char *)p+(unsigned int)q);
+tests/value/backward_add_ptr.c:157:[value] Reading left-value p.
+        It contains a garbled mix of {b} because of Arithmetic
+        {tests/value/backward_add_ptr.c:68}.
+[value] Called Frama_C_show_each_2GM_only_b({{ garbled mix of &{b}
+                                            (origin: Arithmetic
+                                            {tests/value/backward_add_ptr.c:68}) }},
+                                            [0..4294967295])
+[value] computing for function gm <- main4 <- main.
+        Called from tests/value/backward_add_ptr.c:160.
+[value] Recording results for gm
+[value] Done for function gm
+[value] computing for function gm <- main4 <- main.
+        Called from tests/value/backward_add_ptr.c:161.
+[value] Recording results for gm
+[value] Done for function gm
+tests/value/backward_add_ptr.c:165:[value] warning: out of bounds read. assert \valid_read((char *)p+(unsigned int)q);
+tests/value/backward_add_ptr.c:166:[value] Reading left-value q.
+        It contains a garbled mix of {b} because of Arithmetic
+        {tests/value/backward_add_ptr.c:68}.
+tests/value/backward_add_ptr.c:166:[value] Reading left-value p.
+        It contains a garbled mix of {b} because of Arithmetic
+        {tests/value/backward_add_ptr.c:68}.
+[value] Called Frama_C_show_each_2GM_TEST({{ garbled mix of &{b}
+                                          (origin: Arithmetic
+                                          {tests/value/backward_add_ptr.c:68}) }},
+                                          {{ garbled mix of &{b}
+                                          (origin: Arithmetic
+                                          {tests/value/backward_add_ptr.c:68}) }})
+tests/value/backward_add_ptr.c:171:[value] warning: out of bounds read. assert \valid_read(p+(unsigned int)q);
+tests/value/backward_add_ptr.c:172:[value] Reading left-value q.
+        It contains a garbled mix of {b} because of Arithmetic
+        {tests/value/backward_add_ptr.c:68}.
+tests/value/backward_add_ptr.c:172:[value] Reading left-value p.
+        It contains a garbled mix of {a; b} because of Arithmetic
+        {tests/value/backward_add_ptr.c:68}.
+[value] Called Frama_C_show_each_2GM_gm_of_a_b({{ garbled mix of &{a; b}
+                                               (origin: Arithmetic
+                                               {tests/value/backward_add_ptr.c:68}) }},
+                                               {{ garbled mix of &{b}
+                                               (origin: Arithmetic
+                                               {tests/value/backward_add_ptr.c:68}) }})
+tests/value/backward_add_ptr.c:177:[value] warning: out of bounds read. assert \valid_read((char *)p+(unsigned int)q);
+tests/value/backward_add_ptr.c:178:[value] Reading left-value q.
+        It contains a garbled mix of {b; c} because of Arithmetic
+        {tests/value/backward_add_ptr.c:68}.
+tests/value/backward_add_ptr.c:178:[value] Reading left-value p.
+        It contains a garbled mix of {b} because of Arithmetic
+        {tests/value/backward_add_ptr.c:68}.
+[value] Called Frama_C_show_each_2GM_gm_of_b_c({{ garbled mix of &{b}
+                                               (origin: Arithmetic
+                                               {tests/value/backward_add_ptr.c:68}) }},
+                                               {{ garbled mix of &{b; c}
+                                               (origin: Arithmetic
+                                               {tests/value/backward_add_ptr.c:68}) }})
+[value] Recording results for main4
+[value] Done for function main4
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function gm:
+  __retres ∈
+          {{ garbled mix of &{a; b; c}
+           (origin: Arithmetic {tests/value/backward_add_ptr.c:68}) }}
+[value:final-states] Values at end of function main1:
+  p ∈ {{ NULL + [--..--] ; &a }}
+  q ∈ {{ NULL + [--..--] ; &b }}
+  v ∈ {0; 1}
+  w ∈ {0; 1}
+[value:final-states] Values at end of function main2:
+  p ∈ {{ NULL + [--..--] ; &a }}
+  q ∈ {{ NULL + [--..--] ; &b }}
+[value:final-states] Values at end of function main3:
+  p ∈
+   {{ garbled mix of &{a; b}
+    (origin: Arithmetic {tests/value/backward_add_ptr.c:68}) }}
+  q ∈ {{ NULL + [--..--] ; &b }}
+  v[bits 0 to 7] ∈ {0; 1}
+   [bits 8 to 31]# ∈ {0; 1}%32, bits 8 to 31 
+  w ∈ {0; 1}
+[value:final-states] Values at end of function main4:
+  p ∈
+   {{ garbled mix of &{a; b}
+    (origin: Arithmetic {tests/value/backward_add_ptr.c:68}) }}
+  q ∈
+   {{ garbled mix of &{b; c}
+    (origin: Arithmetic {tests/value/backward_add_ptr.c:68}) }}
+  v[bits 0 to 7] ∈ {0; 1; 2}
+   [bits 8 to 31]# ∈ {0; 1; 2}%32, bits 8 to 31 
+[value:final-states] Values at end of function main:
+  a ∈ {0}
+  b ∈ {1}
+  c ∈ {2}
+  p ∈
+   {{ garbled mix of &{a; b}
+    (origin: Arithmetic {tests/value/backward_add_ptr.c:68}) }}
+  q ∈
+   {{ garbled mix of &{b; c}
+    (origin: Arithmetic {tests/value/backward_add_ptr.c:68}) }}
+  v[bits 0 to 7] ∈ {0; 1; 2}
+   [bits 8 to 31]# ∈ {0; 1; 2}%32, bits 8 to 31 
+  w ∈ {0; 1}
+  __retres ∈ {0}
+[from] Computing for function gm
+[from] Done for function gm
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function gm:
+  \result FROM p_0
+[from] Function main1:
+  p FROM rand
+  q FROM rand
+  v FROM a; b; rand (and SELF)
+  w FROM a; b; rand (and SELF)
+[from] Function main2:
+  p FROM rand
+  q FROM rand
+[from] Function main3:
+  p FROM rand
+  q FROM rand
+  v FROM a; b; rand (and SELF)
+  w FROM a; b; rand (and SELF)
+[from] Function main4:
+  p FROM rand
+  q FROM rand
+  v FROM a; b; c; rand (and SELF)
+[from] Function main:
+  a FROM \nothing
+  b FROM \nothing
+  c FROM \nothing
+  p FROM rand
+  q FROM rand
+  v FROM a; b; c; rand (and SELF)
+  w FROM a; b; rand (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function gm:
+          __retres
+[inout] Inputs for function gm:
+          \nothing
+[inout] Out (internal) for function main1:
+          p; q; v; w
+[inout] Inputs for function main1:
+          a; b; p; q; v; w; rand
+[inout] Out (internal) for function main2:
+          p; q
+[inout] Inputs for function main2:
+          a; b; p; q; rand
+[inout] Out (internal) for function main3:
+          p; q; v; w; tmp; tmp_0; tmp_1
+[inout] Inputs for function main3:
+          a; b; c; p; q; rand
+[inout] Out (internal) for function main4:
+          p; q; v; tmp; tmp_0; tmp_1
+[inout] Inputs for function main4:
+          a; b; c; p; q; rand
+[inout] Out (internal) for function main:
+          a; b; c; p; q; v; w; __retres
+[inout] Inputs for function main:
+          a; b; c; p; q; v; w; rand
diff --git a/tests/value/oracle_symblocs/bad_loop.err.oracle b/tests/value/oracle_symblocs/bad_loop.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bad_loop.res.oracle b/tests/value/oracle_symblocs/bad_loop.res.oracle
new file mode 100644
index 00000000000..a72c3b1d872
--- /dev/null
+++ b/tests/value/oracle_symblocs/bad_loop.res.oracle
@@ -0,0 +1,27 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bad_loop.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  c ∈ [--..--]
+tests/value/bad_loop.i:6:[value] entering loop for the first time
+tests/value/bad_loop.i:12:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {0; 1; 2}
+  d ∈ [--..--]
+  e ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; d; e
+[inout] Inputs for function main:
+          c
diff --git a/tests/value/oracle_symblocs/base_addr_offset_block_length.err.oracle b/tests/value/oracle_symblocs/base_addr_offset_block_length.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/base_addr_offset_block_length.res.oracle b/tests/value/oracle_symblocs/base_addr_offset_block_length.res.oracle
new file mode 100644
index 00000000000..6a63d1bfcab
--- /dev/null
+++ b/tests/value/oracle_symblocs/base_addr_offset_block_length.res.oracle
@@ -0,0 +1,51 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/base_addr_offset_block_length.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+tests/value/base_addr_offset_block_length.i:9:[value] warning: function main: precondition got status unknown.
+tests/value/base_addr_offset_block_length.i:17:[value] assertion got status valid.
+tests/value/base_addr_offset_block_length.i:18:[value] assertion got status valid.
+tests/value/base_addr_offset_block_length.i:19:[value] assertion got status valid.
+tests/value/base_addr_offset_block_length.i:20:[value] warning: assertion got status unknown.
+tests/value/base_addr_offset_block_length.i:21:[value] assertion got status valid.
+tests/value/base_addr_offset_block_length.i:22:[value] assertion got status valid.
+tests/value/base_addr_offset_block_length.i:23:[value] warning: assertion got status unknown.
+tests/value/base_addr_offset_block_length.i:24:[value] assertion got status valid.
+tests/value/base_addr_offset_block_length.i:25:[value] assertion got status valid.
+tests/value/base_addr_offset_block_length.i:26:[value] assertion got status valid.
+tests/value/base_addr_offset_block_length.i:27:[value] assertion got status valid.
+tests/value/base_addr_offset_block_length.i:28:[value] assertion got status valid.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  px ∈ {{ &x + {4} }}
+  px2 ∈ {{ &x + {12} }}
+  py ∈ {{ &y + {8} }}
+  pz ∈ {{ &z + {4} }}
+  p ∈ {{ &x + {4} ; &y }}
+  q ∈ {{ &x + {8} ; &y + {4} }}
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+tests/value/base_addr_offset_block_length.i:20:[value] assertion got status valid.
+tests/value/base_addr_offset_block_length.i:23:[value] assertion got status valid.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  px ∈ {{ &x + {4} }}
+  px2 ∈ {{ &x + {12} }}
+  py ∈ {{ &y + {8} }}
+  pz ∈ {{ &z + {4} }}
+  p ∈ {{ &x + {4} ; &y }}
+  q ∈ {{ &x + {8} ; &y + {4} }}
diff --git a/tests/value/oracle_symblocs/behaviors1.err.oracle b/tests/value/oracle_symblocs/behaviors1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/behaviors1.res.oracle b/tests/value/oracle_symblocs/behaviors1.res.oracle
new file mode 100644
index 00000000000..96d0d40fb11
--- /dev/null
+++ b/tests/value/oracle_symblocs/behaviors1.res.oracle
@@ -0,0 +1,690 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/behaviors1.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  nondet ∈ [--..--]
+  T[0..9] ∈ {0}
+[value] computing for function test_none <- main.
+        Called from tests/value/behaviors1.i:623.
+[value] computing for function f_none <- test_none <- main.
+        Called from tests/value/behaviors1.i:328.
+[value] using specification for function f_none
+tests/value/behaviors1.i:328:[value] function f_none, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:328:[value] function f_none, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:328:[value] function f_none, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_none
+[value] computing for function f_none <- test_none <- main.
+        Called from tests/value/behaviors1.i:329.
+tests/value/behaviors1.i:329:[value] function f_none, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:329:[value] function f_none, behavior b3: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_none
+[value] computing for function f_none <- test_none <- main.
+        Called from tests/value/behaviors1.i:330.
+tests/value/behaviors1.i:330:[value] function f_none, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:330:[value] function f_none, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_none
+[value] computing for function f_none <- test_none <- main.
+        Called from tests/value/behaviors1.i:331.
+[value] Done for function f_none
+[value] Recording results for test_none
+[value] Done for function test_none
+[value] computing for function test_comp_disj <- main.
+        Called from tests/value/behaviors1.i:624.
+[value] computing for function f_comp_disj <- test_comp_disj <- main.
+        Called from tests/value/behaviors1.i:342.
+[value] using specification for function f_comp_disj
+tests/value/behaviors1.i:342:[value] function f_comp_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:342:[value] function f_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:342:[value] function f_comp_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_comp_disj
+[value] computing for function f_comp_disj <- test_comp_disj <- main.
+        Called from tests/value/behaviors1.i:350.
+tests/value/behaviors1.i:350:[value] function f_comp_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:350:[value] function f_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_comp_disj
+[value] computing for function f_comp_disj <- test_comp_disj <- main.
+        Called from tests/value/behaviors1.i:358.
+tests/value/behaviors1.i:358:[value] function f_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:358:[value] function f_comp_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_comp_disj
+[value] computing for function f_comp_disj <- test_comp_disj <- main.
+        Called from tests/value/behaviors1.i:366.
+[value] Done for function f_comp_disj
+[value] Recording results for test_comp_disj
+[value] Done for function test_comp_disj
+[value] computing for function test_comp <- main.
+        Called from tests/value/behaviors1.i:625.
+[value] computing for function f_comp <- test_comp <- main.
+        Called from tests/value/behaviors1.i:388.
+[value] using specification for function f_comp
+tests/value/behaviors1.i:388:[value] function f_comp, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:388:[value] function f_comp, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:388:[value] function f_comp, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_comp
+[value] computing for function f_comp <- test_comp <- main.
+        Called from tests/value/behaviors1.i:389.
+tests/value/behaviors1.i:389:[value] function f_comp, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:389:[value] function f_comp, behavior b3: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_comp
+[value] computing for function f_comp <- test_comp <- main.
+        Called from tests/value/behaviors1.i:390.
+tests/value/behaviors1.i:390:[value] function f_comp, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:390:[value] function f_comp, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_comp
+[value] computing for function f_comp <- test_comp <- main.
+        Called from tests/value/behaviors1.i:391.
+[value] Done for function f_comp
+[value] Recording results for test_comp
+[value] Done for function test_comp
+[value] computing for function test_disj <- main.
+        Called from tests/value/behaviors1.i:626.
+[value] computing for function f_disj <- test_disj <- main.
+        Called from tests/value/behaviors1.i:377.
+[value] using specification for function f_disj
+tests/value/behaviors1.i:377:[value] function f_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:377:[value] function f_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:377:[value] function f_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_disj
+[value] computing for function f_disj <- test_disj <- main.
+        Called from tests/value/behaviors1.i:378.
+tests/value/behaviors1.i:378:[value] function f_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:378:[value] function f_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_disj
+[value] computing for function f_disj <- test_disj <- main.
+        Called from tests/value/behaviors1.i:379.
+tests/value/behaviors1.i:379:[value] function f_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:379:[value] function f_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_disj
+[value] computing for function f_disj <- test_disj <- main.
+        Called from tests/value/behaviors1.i:380.
+[value] Done for function f_disj
+[value] Recording results for test_disj
+[value] Done for function test_disj
+[value] computing for function test_123_comp_disj <- main.
+        Called from tests/value/behaviors1.i:627.
+[value] computing for function f_123_comp_disj <- test_123_comp_disj <- main.
+        Called from tests/value/behaviors1.i:399.
+[value] using specification for function f_123_comp_disj
+tests/value/behaviors1.i:399:[value] function f_123_comp_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:399:[value] function f_123_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:399:[value] function f_123_comp_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_disj
+[value] computing for function f_123_comp_disj <- test_123_comp_disj <- main.
+        Called from tests/value/behaviors1.i:400.
+tests/value/behaviors1.i:400:[value] function f_123_comp_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:400:[value] function f_123_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_disj
+[value] computing for function f_123_comp_disj <- test_123_comp_disj <- main.
+        Called from tests/value/behaviors1.i:401.
+tests/value/behaviors1.i:401:[value] function f_123_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:401:[value] function f_123_comp_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_disj
+[value] computing for function f_123_comp_disj <- test_123_comp_disj <- main.
+        Called from tests/value/behaviors1.i:402.
+[value] Done for function f_123_comp_disj
+[value] Recording results for test_123_comp_disj
+[value] Done for function test_123_comp_disj
+[value] computing for function test_123_comp_disj_2345_disj <- main.
+        Called from tests/value/behaviors1.i:628.
+[value] computing for function f_123_comp_disj_2345_disj <- 
+                                test_123_comp_disj_2345_disj <- main.
+        Called from tests/value/behaviors1.i:410.
+[value] using specification for function f_123_comp_disj_2345_disj
+tests/value/behaviors1.i:410:[value] function f_123_comp_disj_2345_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:410:[value] function f_123_comp_disj_2345_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:410:[value] function f_123_comp_disj_2345_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_disj_2345_disj
+[value] computing for function f_123_comp_disj_2345_disj <- 
+                                test_123_comp_disj_2345_disj <- main.
+        Called from tests/value/behaviors1.i:411.
+tests/value/behaviors1.i:411:[value] function f_123_comp_disj_2345_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:411:[value] function f_123_comp_disj_2345_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_disj_2345_disj
+[value] computing for function f_123_comp_disj_2345_disj <- 
+                                test_123_comp_disj_2345_disj <- main.
+        Called from tests/value/behaviors1.i:412.
+tests/value/behaviors1.i:412:[value] function f_123_comp_disj_2345_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:412:[value] function f_123_comp_disj_2345_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_disj_2345_disj
+[value] computing for function f_123_comp_disj_2345_disj <- 
+                                test_123_comp_disj_2345_disj <- main.
+        Called from tests/value/behaviors1.i:413.
+[value] Done for function f_123_comp_disj_2345_disj
+[value] Recording results for test_123_comp_disj_2345_disj
+[value] Done for function test_123_comp_disj_2345_disj
+[value] computing for function test_123_comp_disj_2345_comp <- main.
+        Called from tests/value/behaviors1.i:629.
+[value] computing for function f_123_comp_disj_2345_comp <- 
+                                test_123_comp_disj_2345_comp <- main.
+        Called from tests/value/behaviors1.i:421.
+[value] using specification for function f_123_comp_disj_2345_comp
+tests/value/behaviors1.i:421:[value] function f_123_comp_disj_2345_comp, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:421:[value] function f_123_comp_disj_2345_comp, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:421:[value] function f_123_comp_disj_2345_comp, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_disj_2345_comp
+[value] computing for function f_123_comp_disj_2345_comp <- 
+                                test_123_comp_disj_2345_comp <- main.
+        Called from tests/value/behaviors1.i:422.
+tests/value/behaviors1.i:422:[value] function f_123_comp_disj_2345_comp, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:422:[value] function f_123_comp_disj_2345_comp, behavior b3: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_disj_2345_comp
+[value] computing for function f_123_comp_disj_2345_comp <- 
+                                test_123_comp_disj_2345_comp <- main.
+        Called from tests/value/behaviors1.i:423.
+tests/value/behaviors1.i:423:[value] function f_123_comp_disj_2345_comp, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:423:[value] function f_123_comp_disj_2345_comp, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_disj_2345_comp
+[value] computing for function f_123_comp_disj_2345_comp <- 
+                                test_123_comp_disj_2345_comp <- main.
+        Called from tests/value/behaviors1.i:424.
+[value] Done for function f_123_comp_disj_2345_comp
+[value] Recording results for test_123_comp_disj_2345_comp
+[value] Done for function test_123_comp_disj_2345_comp
+[value] computing for function test_123_disj_2345_comp_disj <- main.
+        Called from tests/value/behaviors1.i:630.
+[value] computing for function f_123_disj_2345_comp_disj <- 
+                                test_123_disj_2345_comp_disj <- main.
+        Called from tests/value/behaviors1.i:432.
+[value] using specification for function f_123_disj_2345_comp_disj
+tests/value/behaviors1.i:432:[value] function f_123_disj_2345_comp_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:432:[value] function f_123_disj_2345_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:432:[value] function f_123_disj_2345_comp_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_disj_2345_comp_disj
+[value] computing for function f_123_disj_2345_comp_disj <- 
+                                test_123_disj_2345_comp_disj <- main.
+        Called from tests/value/behaviors1.i:433.
+tests/value/behaviors1.i:433:[value] function f_123_disj_2345_comp_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:433:[value] function f_123_disj_2345_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_disj_2345_comp_disj
+[value] computing for function f_123_disj_2345_comp_disj <- 
+                                test_123_disj_2345_comp_disj <- main.
+        Called from tests/value/behaviors1.i:434.
+tests/value/behaviors1.i:434:[value] function f_123_disj_2345_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:434:[value] function f_123_disj_2345_comp_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_disj_2345_comp_disj
+[value] computing for function f_123_disj_2345_comp_disj <- 
+                                test_123_disj_2345_comp_disj <- main.
+        Called from tests/value/behaviors1.i:435.
+[value] Done for function f_123_disj_2345_comp_disj
+[value] Recording results for test_123_disj_2345_comp_disj
+[value] Done for function test_123_disj_2345_comp_disj
+[value] computing for function test_123_comp_2345_comp_disj <- main.
+        Called from tests/value/behaviors1.i:631.
+[value] computing for function f_123_comp_2345_comp_disj <- 
+                                test_123_comp_2345_comp_disj <- main.
+        Called from tests/value/behaviors1.i:443.
+[value] using specification for function f_123_comp_2345_comp_disj
+tests/value/behaviors1.i:443:[value] function f_123_comp_2345_comp_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:443:[value] function f_123_comp_2345_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:443:[value] function f_123_comp_2345_comp_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_2345_comp_disj
+[value] computing for function f_123_comp_2345_comp_disj <- 
+                                test_123_comp_2345_comp_disj <- main.
+        Called from tests/value/behaviors1.i:444.
+tests/value/behaviors1.i:444:[value] function f_123_comp_2345_comp_disj, behavior b2: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:444:[value] function f_123_comp_2345_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_2345_comp_disj
+[value] computing for function f_123_comp_2345_comp_disj <- 
+                                test_123_comp_2345_comp_disj <- main.
+        Called from tests/value/behaviors1.i:445.
+tests/value/behaviors1.i:445:[value] function f_123_comp_2345_comp_disj, behavior b3: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors1.i:445:[value] function f_123_comp_2345_comp_disj, behavior b5: assumes got status invalid; behavior not evaluated.
+[value] Done for function f_123_comp_2345_comp_disj
+[value] computing for function f_123_comp_2345_comp_disj <- 
+                                test_123_comp_2345_comp_disj <- main.
+        Called from tests/value/behaviors1.i:446.
+[value] Done for function f_123_comp_2345_comp_disj
+[value] Recording results for test_123_comp_2345_comp_disj
+[value] Done for function test_123_comp_2345_comp_disj
+[value] computing for function test_assigns <- main.
+        Called from tests/value/behaviors1.i:632.
+[value] computing for function f <- test_assigns <- main.
+        Called from tests/value/behaviors1.i:473.
+[value] using specification for function f
+[value] Done for function f
+tests/value/behaviors1.i:473:[value] Assigning imprecise value to p1.
+        The imprecision originates from Library function
+        {tests/value/behaviors1.i:473}
+[value] computing for function f <- test_assigns <- main.
+        Called from tests/value/behaviors1.i:474.
+[value] Done for function f
+tests/value/behaviors1.i:474:[value] Assigning imprecise value to p2.
+        The imprecision originates from Library function
+        {tests/value/behaviors1.i:474}
+[value] computing for function f <- test_assigns <- main.
+        Called from tests/value/behaviors1.i:475.
+[value] Done for function f
+[value] Recording results for test_assigns
+[value] Done for function test_assigns
+[value] computing for function test_assigns2 <- main.
+        Called from tests/value/behaviors1.i:633.
+[value] computing for function f2 <- test_assigns2 <- main.
+        Called from tests/value/behaviors1.i:490.
+[value] using specification for function f2
+tests/value/behaviors1.i:480:[value] function f2: precondition got status valid.
+[value] Done for function f2
+[value] Recording results for test_assigns2
+[value] Done for function test_assigns2
+[value] computing for function test_small1 <- main.
+        Called from tests/value/behaviors1.i:634.
+[value] computing for function f3 <- test_small1 <- main.
+        Called from tests/value/behaviors1.i:506.
+tests/value/behaviors1.i:506:[kernel] warning: No code nor implicit assigns clause for function f3, generating default assigns from the prototype
+[value] using specification for function f3
+tests/value/behaviors1.i:494:[value] warning: function f3: precondition got status unknown.
+tests/value/behaviors1.i:497:[value] warning: function f3, behavior b1: precondition got status invalid.
+[value] Done for function f3
+[value] Recording results for test_small1
+[value] Done for function test_small1
+[value] computing for function test_small2 <- main.
+        Called from tests/value/behaviors1.i:635.
+[value] computing for function f4 <- test_small2 <- main.
+        Called from tests/value/behaviors1.i:521.
+tests/value/behaviors1.i:521:[kernel] warning: No code nor implicit assigns clause for function f4, generating default assigns from the prototype
+[value] using specification for function f4
+tests/value/behaviors1.i:510:[value] warning: function f4: precondition got status unknown.
+tests/value/behaviors1.i:513:[value] warning: function f4, behavior b1: precondition got status invalid.
+tests/value/behaviors1.i:513:[value] function f4, behavior b1: no state left in which to evaluate precondition, status not computed.
+tests/value/behaviors1.i:521:[value] function f4, behavior b1: requires got status invalid; postconditions not evaluated.
+[value] Done for function f4
+[value] Recording results for test_small2
+[value] Done for function test_small2
+[value] computing for function test_small3 <- main.
+        Called from tests/value/behaviors1.i:636.
+[value] computing for function f5 <- test_small3 <- main.
+        Called from tests/value/behaviors1.i:534.
+tests/value/behaviors1.i:534:[kernel] warning: No code nor implicit assigns clause for function f5, generating default assigns from the prototype
+[value] using specification for function f5
+[value] Done for function f5
+[value] Recording results for test_small3
+[value] Done for function test_small3
+[value] computing for function test_small4 <- main.
+        Called from tests/value/behaviors1.i:637.
+[value] computing for function f6 <- test_small4 <- main.
+        Called from tests/value/behaviors1.i:548.
+tests/value/behaviors1.i:548:[kernel] warning: No code nor implicit assigns clause for function f6, generating default assigns from the prototype
+[value] using specification for function f6
+[value] Done for function f6
+[value] Recording results for test_small4
+[value] Done for function test_small4
+[value] computing for function test_small5 <- main.
+        Called from tests/value/behaviors1.i:638.
+[value] computing for function f7 <- test_small5 <- main.
+        Called from tests/value/behaviors1.i:561.
+tests/value/behaviors1.i:561:[kernel] warning: No code nor implicit assigns clause for function f7, generating default assigns from the prototype
+[value] using specification for function f7
+tests/value/behaviors1.i:552:[value] warning: function f7: precondition got status unknown.
+[value] Done for function f7
+[value] Recording results for test_small5
+[value] Done for function test_small5
+[value] computing for function test_small6 <- main.
+        Called from tests/value/behaviors1.i:639.
+[value] computing for function f8 <- test_small6 <- main.
+        Called from tests/value/behaviors1.i:576.
+[value] using specification for function f8
+tests/value/behaviors1.i:565:[value] function f8: precondition got status valid.
+[value] Done for function f8
+[value] Recording results for test_small6
+[value] Done for function test_small6
+[value] computing for function test_promote <- main.
+        Called from tests/value/behaviors1.i:640.
+[value] computing for function f9 <- test_promote <- main.
+        Called from tests/value/behaviors1.i:594.
+[value] using specification for function f9
+tests/value/behaviors1.i:594:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
+tests/value/behaviors1.i:594:[value] function f9, behavior b1: assumes got status invalid; behavior not evaluated.
+[value] Done for function f9
+[value] Recording results for test_promote
+[value] Done for function test_promote
+[value] computing for function test_narrow <- main.
+        Called from tests/value/behaviors1.i:641.
+[value] computing for function f10 <- test_narrow <- main.
+        Called from tests/value/behaviors1.i:619.
+[value] using specification for function f10
+tests/value/behaviors1.i:619:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
+[value] Done for function f10
+[value] Recording results for test_narrow
+[value] Done for function test_narrow
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function test_123_comp_2345_comp_disj:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c1 ∈ {4} or UNINITIALIZED
+  c2 ∈ {4; 5} or UNINITIALIZED
+  c3 ∈ {2; 4} or UNINITIALIZED
+  c4 ∈ {2; 3; 4; 5} or UNINITIALIZED
+[value:final-states] Values at end of function test_123_comp_disj:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c1 ∈ {4} or UNINITIALIZED
+  c2 ∈ {4; 5} or UNINITIALIZED
+  c3 ∈ {2; 4; 5} or UNINITIALIZED
+  c4 ∈ {2; 3; 4; 5} or UNINITIALIZED
+[value:final-states] Values at end of function test_123_comp_disj_2345_comp:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c1 ∈ {4} or UNINITIALIZED
+  c2 ∈ {4; 5} or UNINITIALIZED
+  c3 ∈ {2; 4} or UNINITIALIZED
+  c4 ∈ {2; 3; 4; 5} or UNINITIALIZED
+[value:final-states] Values at end of function test_123_comp_disj_2345_disj:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c1 ∈ {4} or UNINITIALIZED
+  c2 ∈ {4; 5} or UNINITIALIZED
+  c3 ∈ {2; 4; 5} or UNINITIALIZED
+  c4 ∈ {2; 3; 4; 5} or UNINITIALIZED
+[value:final-states] Values at end of function test_123_disj_2345_comp_disj:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c1 ∈ {4} or UNINITIALIZED
+  c2 ∈ {4; 5} or UNINITIALIZED
+  c3 ∈ {2; 4} or UNINITIALIZED
+  c4 ∈ {2; 3; 4; 5} or UNINITIALIZED
+[value:final-states] Values at end of function test_assigns:
+  p1 ∈
+    {{ garbled mix of &{a}
+     (origin: Library function {tests/value/behaviors1.i:473}) }}
+  p2 ∈
+    {{ garbled mix of &{b}
+     (origin: Library function {tests/value/behaviors1.i:474}) }}
+  p3 ∈ [--..--]
+[value:final-states] Values at end of function test_assigns2:
+  T[0..4] ∈ [--..--]
+   [5..9] ∈ {0}
+  p ∈ {{ &T[0] }}
+[value:final-states] Values at end of function test_comp:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c1 ∈ {4} or UNINITIALIZED
+  c2 ∈ {4; 5} or UNINITIALIZED
+  c3 ∈ {2; 4} or UNINITIALIZED
+  c4 ∈ {2; 3; 4; 5} or UNINITIALIZED
+[value:final-states] Values at end of function test_comp_disj:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c1 ∈ {4} or UNINITIALIZED
+  c2 ∈ {4; 5} or UNINITIALIZED
+  c3 ∈ {2; 4} or UNINITIALIZED
+  c4 ∈ {2; 3; 4; 5} or UNINITIALIZED
+[value:final-states] Values at end of function test_disj:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c1 ∈ {4} or UNINITIALIZED
+  c2 ∈ {4; 5} or UNINITIALIZED
+  c3 ∈ [1..2147483647] or UNINITIALIZED
+  c4 ∈ [1..2147483647] or UNINITIALIZED
+[value:final-states] Values at end of function test_narrow:
+  r ∈ {100; 200; 300}
+[value:final-states] Values at end of function test_none:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c1 ∈ {4} or UNINITIALIZED
+  c2 ∈ {4; 5} or UNINITIALIZED
+  c3 ∈ [1..2147483647] or UNINITIALIZED
+  c4 ∈ [1..2147483647] or UNINITIALIZED
+[value:final-states] Values at end of function test_promote:
+  x ∈ [--..--]
+  r ∈ {1}
+[value:final-states] Values at end of function test_small1:
+  x ∈ {4}
+[value:final-states] Values at end of function test_small2:
+  x ∈ {2; 4}
+[value:final-states] Values at end of function test_small3:
+  r ∈ [0..1000]
+[value:final-states] Values at end of function test_small4:
+  r ∈ [0..1000]
+[value:final-states] Values at end of function test_small5:
+  r ∈ [--..--]
+[value:final-states] Values at end of function test_small6:
+  a ∈ [--..--]
+  p ∈ {{ &a }}
+[value:final-states] Values at end of function main:
+  T[0..4] ∈ [--..--]
+   [5..9] ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function test_123_comp_2345_comp_disj
+[from] Computing for function f_123_comp_2345_comp_disj <-test_123_comp_2345_comp_disj
+[from] Done for function f_123_comp_2345_comp_disj
+[from] Done for function test_123_comp_2345_comp_disj
+[from] Computing for function test_123_comp_disj
+[from] Computing for function f_123_comp_disj <-test_123_comp_disj
+[from] Done for function f_123_comp_disj
+[from] Done for function test_123_comp_disj
+[from] Computing for function test_123_comp_disj_2345_comp
+[from] Computing for function f_123_comp_disj_2345_comp <-test_123_comp_disj_2345_comp
+[from] Done for function f_123_comp_disj_2345_comp
+[from] Done for function test_123_comp_disj_2345_comp
+[from] Computing for function test_123_comp_disj_2345_disj
+[from] Computing for function f_123_comp_disj_2345_disj <-test_123_comp_disj_2345_disj
+[from] Done for function f_123_comp_disj_2345_disj
+[from] Done for function test_123_comp_disj_2345_disj
+[from] Computing for function test_123_disj_2345_comp_disj
+[from] Computing for function f_123_disj_2345_comp_disj <-test_123_disj_2345_comp_disj
+[from] Done for function f_123_disj_2345_comp_disj
+[from] Done for function test_123_disj_2345_comp_disj
+[from] Computing for function test_assigns
+[from] Computing for function f <-test_assigns
+[from] Done for function f
+[from] Done for function test_assigns
+[from] Computing for function test_assigns2
+[from] Computing for function f2 <-test_assigns2
+[from] Done for function f2
+[from] Done for function test_assigns2
+[from] Computing for function test_comp
+[from] Computing for function f_comp <-test_comp
+[from] Done for function f_comp
+[from] Done for function test_comp
+[from] Computing for function test_comp_disj
+[from] Computing for function f_comp_disj <-test_comp_disj
+[from] Done for function f_comp_disj
+[from] Done for function test_comp_disj
+[from] Computing for function test_disj
+[from] Computing for function f_disj <-test_disj
+[from] Done for function f_disj
+[from] Done for function test_disj
+[from] Computing for function test_narrow
+[from] Computing for function f10 <-test_narrow
+[from] Done for function f10
+[from] Done for function test_narrow
+[from] Computing for function test_none
+[from] Computing for function f_none <-test_none
+[from] Done for function f_none
+[from] Done for function test_none
+[from] Computing for function test_promote
+[from] Computing for function f9 <-test_promote
+[from] Done for function f9
+[from] Done for function test_promote
+[from] Computing for function test_small1
+[from] Computing for function f3 <-test_small1
+[from] Done for function f3
+[from] Done for function test_small1
+[from] Computing for function test_small2
+[from] Computing for function f4 <-test_small2
+[from] Done for function f4
+[from] Done for function test_small2
+[from] Computing for function test_small3
+[from] Computing for function f5 <-test_small3
+[from] Done for function f5
+[from] Done for function test_small3
+[from] Computing for function test_small4
+[from] Computing for function f6 <-test_small4
+[from] Done for function f6
+[from] Done for function test_small4
+[from] Computing for function test_small5
+[from] Computing for function f7 <-test_small5
+[from] Done for function f7
+[from] Done for function test_small5
+[from] Computing for function test_small6
+[from] Computing for function f8 <-test_small6
+[from] Done for function f8
+[from] Done for function test_small6
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM p; q
+[from] Function f10:
+  \result FROM x
+[from] Function f2:
+  T[0..4] FROM \nothing
+[from] Function f3:
+  \result FROM x
+[from] Function f4:
+  \result FROM x
+[from] Function f5:
+  \result FROM x
+[from] Function f6:
+  \result FROM x
+[from] Function f7:
+  \result FROM x
+[from] Function f8:
+  a FROM \nothing
+  \result FROM p
+[from] Function f9:
+  \result FROM n; "a"[bits 0 to 7]
+[from] Function f_123_comp_2345_comp_disj:
+  \result FROM a; b
+[from] Function f_123_comp_disj:
+  \result FROM a; b
+[from] Function f_123_comp_disj_2345_comp:
+  \result FROM a; b
+[from] Function f_123_comp_disj_2345_disj:
+  \result FROM a; b
+[from] Function f_123_disj_2345_comp_disj:
+  \result FROM a; b
+[from] Function f_comp:
+  \result FROM a; b
+[from] Function f_comp_disj:
+  \result FROM a; b
+[from] Function f_disj:
+  \result FROM a; b
+[from] Function f_none:
+  \result FROM a; b
+[from] Function test_123_comp_2345_comp_disj:
+  NO EFFECTS
+[from] Function test_123_comp_disj:
+  NO EFFECTS
+[from] Function test_123_comp_disj_2345_comp:
+  NO EFFECTS
+[from] Function test_123_comp_disj_2345_disj:
+  NO EFFECTS
+[from] Function test_123_disj_2345_comp_disj:
+  NO EFFECTS
+[from] Function test_assigns:
+  NO EFFECTS
+[from] Function test_assigns2:
+  T[0..4] FROM \nothing
+[from] Function test_comp:
+  NO EFFECTS
+[from] Function test_comp_disj:
+  NO EFFECTS
+[from] Function test_disj:
+  NO EFFECTS
+[from] Function test_narrow:
+  NO EFFECTS
+[from] Function test_none:
+  NO EFFECTS
+[from] Function test_promote:
+  NO EFFECTS
+[from] Function test_small1:
+  NO EFFECTS
+[from] Function test_small2:
+  NO EFFECTS
+[from] Function test_small3:
+  NO EFFECTS
+[from] Function test_small4:
+  NO EFFECTS
+[from] Function test_small5:
+  NO EFFECTS
+[from] Function test_small6:
+  NO EFFECTS
+[from] Function main:
+  T[0..4] FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function test_123_comp_2345_comp_disj:
+          a; b; c1; c2; c3; c4
+[inout] Inputs for function test_123_comp_2345_comp_disj:
+          nondet
+[inout] Out (internal) for function test_123_comp_disj:
+          a; b; c1; c2; c3; c4
+[inout] Inputs for function test_123_comp_disj:
+          nondet
+[inout] Out (internal) for function test_123_comp_disj_2345_comp:
+          a; b; c1; c2; c3; c4
+[inout] Inputs for function test_123_comp_disj_2345_comp:
+          nondet
+[inout] Out (internal) for function test_123_comp_disj_2345_disj:
+          a; b; c1; c2; c3; c4
+[inout] Inputs for function test_123_comp_disj_2345_disj:
+          nondet
+[inout] Out (internal) for function test_123_disj_2345_comp_disj:
+          a; b; c1; c2; c3; c4
+[inout] Inputs for function test_123_disj_2345_comp_disj:
+          nondet
+[inout] Out (internal) for function test_assigns:
+          p1; p2; p3; tmp; tmp_0; tmp_1
+[inout] Inputs for function test_assigns:
+          \nothing
+[inout] Out (internal) for function test_assigns2:
+          T[0..4]; p
+[inout] Inputs for function test_assigns2:
+          \nothing
+[inout] Out (internal) for function test_comp:
+          a; b; c1; c2; c3; c4
+[inout] Inputs for function test_comp:
+          nondet
+[inout] Out (internal) for function test_comp_disj:
+          a; b; c1; c2; c3; c4
+[inout] Inputs for function test_comp_disj:
+          nondet
+[inout] Out (internal) for function test_disj:
+          a; b; c1; c2; c3; c4
+[inout] Inputs for function test_disj:
+          nondet
+[inout] Out (internal) for function test_narrow:
+          r
+[inout] Inputs for function test_narrow:
+          nondet
+[inout] Out (internal) for function test_none:
+          a; b; c1; c2; c3; c4
+[inout] Inputs for function test_none:
+          nondet
+[inout] Out (internal) for function test_promote:
+          x; r
+[inout] Inputs for function test_promote:
+          nondet; "a"[bits 0 to 7]
+[inout] Out (internal) for function test_small1:
+          x
+[inout] Inputs for function test_small1:
+          nondet
+[inout] Out (internal) for function test_small2:
+          x
+[inout] Inputs for function test_small2:
+          nondet
+[inout] Out (internal) for function test_small3:
+          r
+[inout] Inputs for function test_small3:
+          nondet
+[inout] Out (internal) for function test_small4:
+          r
+[inout] Inputs for function test_small4:
+          nondet
+[inout] Out (internal) for function test_small5:
+          r
+[inout] Inputs for function test_small5:
+          nondet
+[inout] Out (internal) for function test_small6:
+          a; p
+[inout] Inputs for function test_small6:
+          \nothing
+[inout] Out (internal) for function main:
+          T[0..4]; __retres
+[inout] Inputs for function main:
+          nondet; "a"[bits 0 to 7]
diff --git a/tests/value/oracle_symblocs/behaviors2.err.oracle b/tests/value/oracle_symblocs/behaviors2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/behaviors2.res.oracle b/tests/value/oracle_symblocs/behaviors2.res.oracle
new file mode 100644
index 00000000000..6fa9eb28dde
--- /dev/null
+++ b/tests/value/oracle_symblocs/behaviors2.res.oracle
@@ -0,0 +1,240 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/behaviors2.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  __fc_random_counter ∈ {0}
+  __fc_rand_max ∈ {32767}
+  __fc_heap_status ∈ [--..--]
+  nondet ∈ [--..--]
+[value] computing for function test1 <- main.
+        Called from tests/value/behaviors2.c:314.
+[value] computing for function divi <- test1 <- main.
+        Called from tests/value/behaviors2.c:178.
+[value] using specification for function divi
+tests/value/behaviors2.c:27:[value] function divi: precondition got status valid.
+tests/value/behaviors2.c:178:[value] function divi, behavior division_by_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:178:[value] function divi, behavior invalid_parameter: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:178:[value] function divi, behavior error: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:178:[value] function divi, behavior ok_res_sign_nonpositive: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:178:[value] function divi, behavior ok_quotient_zero: assumes got status invalid; behavior not evaluated.
+[value] Done for function divi
+[value] computing for function divi <- test1 <- main.
+        Called from tests/value/behaviors2.c:180.
+tests/value/behaviors2.c:180:[value] function divi, behavior division_by_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:180:[value] function divi, behavior invalid_parameter: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:180:[value] function divi, behavior error: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:180:[value] function divi, behavior ok_res_sign_nonpositive: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:180:[value] function divi, behavior ok_quotient_non_zero: assumes got status invalid; behavior not evaluated.
+[value] Done for function divi
+[value] computing for function divi <- test1 <- main.
+        Called from tests/value/behaviors2.c:182.
+tests/value/behaviors2.c:182:[value] function divi, behavior division_by_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:182:[value] function divi, behavior invalid_parameter: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:182:[value] function divi, behavior error: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:182:[value] function divi, behavior ok_res_sign_nonpositive: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:182:[value] function divi, behavior ok_quotient_non_zero: assumes got status invalid; behavior not evaluated.
+[value] Done for function divi
+[value] computing for function divi <- test1 <- main.
+        Called from tests/value/behaviors2.c:184.
+tests/value/behaviors2.c:184:[value] function divi, behavior invalid_parameter: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:184:[value] function divi, behavior ok: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:184:[value] function divi, behavior ok_res_sign_nonnegative: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:184:[value] function divi, behavior ok_res_sign_nonpositive: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:184:[value] function divi, behavior ok_quotient_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:184:[value] function divi, behavior ok_quotient_non_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:34:[value] function divi, behavior division_by_zero: precondition got status valid.
+tests/value/behaviors2.c:49:[value] function divi, behavior error: precondition got status valid.
+[value] Done for function divi
+[value] computing for function divi <- test1 <- main.
+        Called from tests/value/behaviors2.c:186.
+tests/value/behaviors2.c:186:[value] function divi, behavior division_by_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:186:[value] function divi, behavior ok: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:186:[value] function divi, behavior ok_res_sign_nonnegative: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:186:[value] function divi, behavior ok_res_sign_nonpositive: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:186:[value] function divi, behavior ok_quotient_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:186:[value] function divi, behavior ok_quotient_non_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:41:[value] function divi, behavior invalid_parameter: precondition got status valid.
+[value] Done for function divi
+[value] computing for function divi <- test1 <- main.
+        Called from tests/value/behaviors2.c:188.
+tests/value/behaviors2.c:188:[value] function divi, behavior division_by_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:188:[value] function divi, behavior ok: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:188:[value] function divi, behavior ok_res_sign_nonnegative: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:188:[value] function divi, behavior ok_res_sign_nonpositive: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:188:[value] function divi, behavior ok_quotient_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:188:[value] function divi, behavior ok_quotient_non_zero: assumes got status invalid; behavior not evaluated.
+[value] Done for function divi
+[value] computing for function divi <- test1 <- main.
+        Called from tests/value/behaviors2.c:190.
+tests/value/behaviors2.c:190:[value] function divi, behavior division_by_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:190:[value] function divi, behavior ok: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:190:[value] function divi, behavior ok_res_sign_nonnegative: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:190:[value] function divi, behavior ok_res_sign_nonpositive: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:190:[value] function divi, behavior ok_quotient_zero: assumes got status invalid; behavior not evaluated.
+tests/value/behaviors2.c:190:[value] function divi, behavior ok_quotient_non_zero: assumes got status invalid; behavior not evaluated.
+[value] Done for function divi
+[value] computing for function divi <- test1 <- main.
+        Called from tests/value/behaviors2.c:192.
+tests/value/behaviors2.c:192:[value] function divi, behavior invalid_parameter: assumes got status invalid; behavior not evaluated.
+[value] Done for function divi
+[value] Recording results for test1
+[value] Done for function test1
+[value] computing for function test2 <- main.
+        Called from tests/value/behaviors2.c:315.
+[value] computing for function f1 <- test2 <- main.
+        Called from tests/value/behaviors2.c:229.
+[value] using specification for function f1
+tests/value/behaviors2.c:197:[value] warning: function f1: precondition got status unknown.
+tests/value/behaviors2.c:204:[value] function f1, behavior b1: precondition got status valid.
+tests/value/behaviors2.c:205:[value] function f1, behavior b1: precondition got status valid.
+tests/value/behaviors2.c:213:[value] function f1, behavior b2: precondition got status valid.
+tests/value/behaviors2.c:214:[value] function f1, behavior b2: precondition got status valid.
+[value] Done for function f1
+[value] Recording results for test2
+[value] Done for function test2
+[value] computing for function test3 <- main.
+        Called from tests/value/behaviors2.c:316.
+[value] computing for function f2 <- test3 <- main.
+        Called from tests/value/behaviors2.c:265.
+[value] using specification for function f2
+tests/value/behaviors2.c:233:[value] warning: function f2: precondition got status unknown.
+tests/value/behaviors2.c:240:[value] function f2, behavior b1: precondition got status valid.
+tests/value/behaviors2.c:241:[value] function f2, behavior b1: precondition got status valid.
+tests/value/behaviors2.c:249:[value] function f2, behavior b2: precondition got status valid.
+tests/value/behaviors2.c:250:[value] function f2, behavior b2: precondition got status valid.
+[value] Done for function f2
+[value] Recording results for test3
+[value] Done for function test3
+[value] computing for function test4 <- main.
+        Called from tests/value/behaviors2.c:317.
+[value] computing for function f3 <- test4 <- main.
+        Called from tests/value/behaviors2.c:285.
+[value] using specification for function f3
+tests/value/behaviors2.c:269:[value] warning: function f3: precondition got status unknown.
+tests/value/behaviors2.c:285:[value] function f3, behavior b3: requires got status invalid; postconditions not evaluated.
+[value] Done for function f3
+[value] Recording results for test4
+[value] Done for function test4
+[value] computing for function test5 <- main.
+        Called from tests/value/behaviors2.c:318.
+[value] computing for function f4 <- test5 <- main.
+        Called from tests/value/behaviors2.c:306.
+[value] using specification for function f4
+tests/value/behaviors2.c:289:[value] warning: function f4: precondition got status unknown.
+tests/value/behaviors2.c:306:[value] function f4, behavior b3: requires got status invalid; postconditions not evaluated.
+[value] Done for function f4
+[value] Recording results for test5
+[value] Done for function test5
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function test1:
+  quotient ∈ [--..--]
+  remainder ∈ [--..--]
+  sign ∈ {-1; 0; 1}
+  errmsg[0..19] ∈ [--..--] or UNINITIALIZED
+  r1 ∈ {0}
+  r2 ∈ {0}
+  r3 ∈ {0}
+  r4 ∈ {1}
+  r5 ∈ {2}
+  r6 ∈ {2}
+  r7 ∈ {2}
+  r8 ∈ {0; 1}
+[value:final-states] Values at end of function test2:
+  a ∈ {1}
+  b ∈ {2}
+  p ∈ {{ &a ; &b }}
+  y ∈ {-4; -2; 2; 4}
+  x ∈ {2; 4}
+[value:final-states] Values at end of function test3:
+  a ∈ {1}
+  b ∈ {2}
+  p ∈ {{ &a ; &b }}
+  y ∈ {-4; -2; 2; 4}
+  x ∈ {2; 4}
+[value:final-states] Values at end of function test4:
+  x ∈ {2; 4}
+[value:final-states] Values at end of function test5:
+  x ∈ {4}
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] Computing for function test1
+[from] Computing for function divi <-test1
+[from] Done for function divi
+[from] Done for function test1
+[from] Computing for function test2
+[from] Computing for function f1 <-test2
+[from] Done for function f1
+[from] Done for function test2
+[from] Computing for function test3
+[from] Computing for function f2 <-test3
+[from] Done for function f2
+[from] Done for function test3
+[from] Computing for function test4
+[from] Computing for function f3 <-test4
+[from] Done for function f3
+[from] Done for function test4
+[from] Computing for function test5
+[from] Computing for function f4 <-test5
+[from] Done for function f4
+[from] Done for function test5
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function divi:
+  quotient FROM dividend; divisor (and SELF)
+  remainder FROM dividend; divisor (and SELF)
+  sign FROM dividend; divisor (and SELF)
+  errmsg[0..19] FROM dividend; divisor; quotient; remainder; sign
+  \result FROM dividend; divisor; quotient; remainder; sign
+[from] Function f1:
+  y FROM x
+  \result FROM p1; p2
+[from] Function f2:
+  y FROM x
+  \result FROM p1; p2
+[from] Function f3:
+  \result FROM x
+[from] Function f4:
+  \result FROM x
+[from] Function test1:
+  NO EFFECTS
+[from] Function test2:
+  NO EFFECTS
+[from] Function test3:
+  NO EFFECTS
+[from] Function test4:
+  NO EFFECTS
+[from] Function test5:
+  NO EFFECTS
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function test1:
+          quotient; remainder; sign; errmsg[0..19]; r1; r2; r3; r4; r5; r6; r7; r8
+[inout] Inputs for function test1:
+          nondet
+[inout] Out (internal) for function test2:
+          a; b; p; y; x
+[inout] Inputs for function test2:
+          nondet
+[inout] Out (internal) for function test3:
+          a; b; p; y; x
+[inout] Inputs for function test3:
+          nondet
+[inout] Out (internal) for function test4:
+          x
+[inout] Inputs for function test4:
+          nondet
+[inout] Out (internal) for function test5:
+          x
+[inout] Inputs for function test5:
+          nondet
+[inout] Out (internal) for function main:
+          __retres
+[inout] Inputs for function main:
+          nondet
diff --git a/tests/value/oracle_symblocs/big_lib_entry.err.oracle b/tests/value/oracle_symblocs/big_lib_entry.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/big_lib_entry.res.oracle b/tests/value/oracle_symblocs/big_lib_entry.res.oracle
new file mode 100644
index 00000000000..c7db2fca3a6
--- /dev/null
+++ b/tests/value/oracle_symblocs/big_lib_entry.res.oracle
@@ -0,0 +1,9117 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/big_lib_entry.i (no preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+tests/value/big_lib_entry.i:32:[value] Initializing a complex array of 1000 elements. This may take some time
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s.c1 ∈ [--..--]
+   .[bits 8 to 31] ∈ UNINITIALIZED
+   .tcs[0].f1 ∈ [--..--]
+   .tcs[0].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+   .tcs[0].f3 ∈ [--..--]
+   .tcs[0].[bits 72 to 95] ∈ UNINITIALIZED
+   .tcs[0].f4 ∈ {{ NULL ; &S_f4_0_tcs_s[0] }}
+   .tcs[0].f5 ∈ [--..--]
+   .tcs[0].[bits 136 to 159] ∈ UNINITIALIZED
+   .tcs[1].f1 ∈ [--..--]
+   .tcs[1].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+   .tcs[1].f3 ∈ [--..--]
+   .tcs[1].[bits 72 to 95] ∈ UNINITIALIZED
+   .tcs[1].f4 ∈ {{ NULL ; &S_f4_1_tcs_s[0] }}
+   .tcs[1].f5 ∈ [--..--]
+   .tcs[1].[bits 136 to 159] ∈ UNINITIALIZED
+   .tcs[2].f1 ∈ [--..--]
+   .tcs[2].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+   .tcs[2].f3 ∈ [--..--]
+   .tcs[2].[bits 72 to 95] ∈ UNINITIALIZED
+   .tcs[2].f4 ∈ {{ NULL ; &S_f4_2_tcs_s[0] }}
+   .tcs[2].f5 ∈ [--..--]
+   .tcs[2].[bits 136 to 159] ∈ UNINITIALIZED
+   .tcs[3].f1 ∈ [--..--]
+   .tcs[3].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+   .tcs[3].f3 ∈ [--..--]
+   .tcs[3].[bits 72 to 95] ∈ UNINITIALIZED
+   .tcs[3].f4 ∈ {{ NULL ; &S_f4_3_tcs_s[0] }}
+   .tcs[3].f5 ∈ [--..--]
+   .tcs[3].[bits 136 to 159] ∈ UNINITIALIZED
+   .tcs[4].f1 ∈ [--..--]
+   .tcs[4].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+   .tcs[4].f3 ∈ [--..--]
+   .tcs[4].[bits 72 to 95] ∈ UNINITIALIZED
+   .tcs[4].f4 ∈
+   {{ NULL ; &S_f4_0_tcs_s[0] ; &S_f4_1_tcs_s[0] ; &S_f4_2_tcs_s[0] ;
+      &S_f4_3_tcs_s[0] }}
+   .tcs[4].f5 ∈ [--..--]
+   .tcs[4].[bits 136 to 159] ∈ UNINITIALIZED
+   .tcs[5].f1 ∈ [--..--]
+   .tcs[5].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+   .tcs[5].f3 ∈ [--..--]
+   .tcs[5].[bits 72 to 95] ∈ UNINITIALIZED
+   .tcs[5].f4 ∈
+   {{ NULL ; &S_f4_0_tcs_s[0] ; &S_f4_1_tcs_s[0] ; &S_f4_2_tcs_s[0] ;
+      &S_f4_3_tcs_s[0] }}
+   .tcs[5].f5 ∈ [--..--]
+   .tcs[5].[bits 136 to 159] ∈ UNINITIALIZED
+   .tcs[6].f1 ∈ [--..--]
+   .tcs[6].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+   .tcs[6].f3 ∈ [--..--]
+   .tcs[6].[bits 72 to 95] ∈ UNINITIALIZED
+   .tcs[6].f4 ∈
+   {{ NULL ; &S_f4_0_tcs_s[0] ; &S_f4_1_tcs_s[0] ; &S_f4_2_tcs_s[0] ;
+      &S_f4_3_tcs_s[0] }}
+   .tcs[6].f5 ∈ [--..--]
+   .tcs[6].[bits 136 to 159] ∈ UNINITIALIZED
+   .tcs[7].f1 ∈ [--..--]
+   .tcs[7].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+   .tcs[7].f3 ∈ [--..--]
+   .tcs[7].[bits 72 to 95] ∈ UNINITIALIZED
+   .tcs[7].f4 ∈
+   {{ NULL ; &S_f4_0_tcs_s[0] ; &S_f4_1_tcs_s[0] ; &S_f4_2_tcs_s[0] ;
+      &S_f4_3_tcs_s[0] }}
+   .tcs[7].f5 ∈ [--..--]
+   .tcs[7].[bits 136 to 159] ∈ UNINITIALIZED
+   .tcs[8].f1 ∈ [--..--]
+   .tcs[8].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+   .tcs[8].f3 ∈ [--..--]
+   .tcs[8].[bits 72 to 95] ∈ UNINITIALIZED
+   .tcs[8].f4 ∈
+   {{ NULL ; &S_f4_0_tcs_s[0] ; &S_f4_1_tcs_s[0] ; &S_f4_2_tcs_s[0] ;
+      &S_f4_3_tcs_s[0] }}
+   .tcs[8].f5 ∈ [--..--]
+   .tcs[8].[bits 136 to 159] ∈ UNINITIALIZED
+   .tcs[9].f1 ∈ [--..--]
+   .tcs[9].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+   .tcs[9].f3 ∈ [--..--]
+   .tcs[9].[bits 72 to 95] ∈ UNINITIALIZED
+   .tcs[9].f4 ∈
+   {{ NULL ; &S_f4_0_tcs_s[0] ; &S_f4_1_tcs_s[0] ; &S_f4_2_tcs_s[0] ;
+      &S_f4_3_tcs_s[0] }}
+   .tcs[9].f5 ∈ [--..--]
+   .tcs[9].[bits 136 to 159] ∈ UNINITIALIZED
+   .c2 ∈ [--..--]
+   .[bits 1640 to 1663] ∈ UNINITIALIZED
+  t1[0] ∈ {{ NULL ; &S_0_t1[0] }}
+    [1] ∈ {{ NULL ; &S_1_t1[0] }}
+    [2] ∈ {{ NULL ; &S_2_t1[0] }}
+    [3] ∈ {{ NULL ; &S_3_t1[0] }}
+    [4..4999999] ∈
+    {{ NULL ; &S_0_t1[0] ; &S_1_t1[0] ; &S_2_t1[0] ; &S_3_t1[0] }}
+  t2[0..4999999] ∈ [--..--]
+  t3[0].f1 ∈ [--..--]
+    [0].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [0].f3 ∈ [--..--]
+    [0].[bits 72 to 95] ∈ UNINITIALIZED
+    [0].f4 ∈ {{ NULL ; &S_f4_0_t3[0] }}
+    [0].f5 ∈ [--..--]
+    [0].[bits 136 to 159] ∈ UNINITIALIZED
+    [1].f1 ∈ [--..--]
+    [1].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [1].f3 ∈ [--..--]
+    [1].[bits 72 to 95] ∈ UNINITIALIZED
+    [1].f4 ∈ {{ NULL ; &S_f4_1_t3[0] }}
+    [1].f5 ∈ [--..--]
+    [1].[bits 136 to 159] ∈ UNINITIALIZED
+    [2].f1 ∈ [--..--]
+    [2].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [2].f3 ∈ [--..--]
+    [2].[bits 72 to 95] ∈ UNINITIALIZED
+    [2].f4 ∈ {{ NULL ; &S_f4_2_t3[0] }}
+    [2].f5 ∈ [--..--]
+    [2].[bits 136 to 159] ∈ UNINITIALIZED
+    [3].f1 ∈ [--..--]
+    [3].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [3].f3 ∈ [--..--]
+    [3].[bits 72 to 95] ∈ UNINITIALIZED
+    [3].f4 ∈ {{ NULL ; &S_f4_3_t3[0] }}
+    [3].f5 ∈ [--..--]
+    [3].[bits 136 to 159] ∈ UNINITIALIZED
+    [4].f1 ∈ [--..--]
+    [4].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [4].f3 ∈ [--..--]
+    [4].[bits 72 to 95] ∈ UNINITIALIZED
+    [4].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [4].f5 ∈ [--..--]
+    [4].[bits 136 to 159] ∈ UNINITIALIZED
+    [5].f1 ∈ [--..--]
+    [5].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [5].f3 ∈ [--..--]
+    [5].[bits 72 to 95] ∈ UNINITIALIZED
+    [5].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [5].f5 ∈ [--..--]
+    [5].[bits 136 to 159] ∈ UNINITIALIZED
+    [6].f1 ∈ [--..--]
+    [6].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [6].f3 ∈ [--..--]
+    [6].[bits 72 to 95] ∈ UNINITIALIZED
+    [6].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [6].f5 ∈ [--..--]
+    [6].[bits 136 to 159] ∈ UNINITIALIZED
+    [7].f1 ∈ [--..--]
+    [7].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [7].f3 ∈ [--..--]
+    [7].[bits 72 to 95] ∈ UNINITIALIZED
+    [7].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [7].f5 ∈ [--..--]
+    [7].[bits 136 to 159] ∈ UNINITIALIZED
+    [8].f1 ∈ [--..--]
+    [8].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [8].f3 ∈ [--..--]
+    [8].[bits 72 to 95] ∈ UNINITIALIZED
+    [8].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [8].f5 ∈ [--..--]
+    [8].[bits 136 to 159] ∈ UNINITIALIZED
+    [9].f1 ∈ [--..--]
+    [9].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [9].f3 ∈ [--..--]
+    [9].[bits 72 to 95] ∈ UNINITIALIZED
+    [9].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [9].f5 ∈ [--..--]
+    [9].[bits 136 to 159] ∈ UNINITIALIZED
+    [10].f1 ∈ [--..--]
+    [10].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [10].f3 ∈ [--..--]
+    [10].[bits 72 to 95] ∈ UNINITIALIZED
+    [10].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [10].f5 ∈ [--..--]
+    [10].[bits 136 to 159] ∈ UNINITIALIZED
+    [11].f1 ∈ [--..--]
+    [11].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [11].f3 ∈ [--..--]
+    [11].[bits 72 to 95] ∈ UNINITIALIZED
+    [11].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [11].f5 ∈ [--..--]
+    [11].[bits 136 to 159] ∈ UNINITIALIZED
+    [12].f1 ∈ [--..--]
+    [12].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [12].f3 ∈ [--..--]
+    [12].[bits 72 to 95] ∈ UNINITIALIZED
+    [12].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [12].f5 ∈ [--..--]
+    [12].[bits 136 to 159] ∈ UNINITIALIZED
+    [13].f1 ∈ [--..--]
+    [13].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [13].f3 ∈ [--..--]
+    [13].[bits 72 to 95] ∈ UNINITIALIZED
+    [13].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [13].f5 ∈ [--..--]
+    [13].[bits 136 to 159] ∈ UNINITIALIZED
+    [14].f1 ∈ [--..--]
+    [14].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [14].f3 ∈ [--..--]
+    [14].[bits 72 to 95] ∈ UNINITIALIZED
+    [14].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [14].f5 ∈ [--..--]
+    [14].[bits 136 to 159] ∈ UNINITIALIZED
+    [15].f1 ∈ [--..--]
+    [15].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [15].f3 ∈ [--..--]
+    [15].[bits 72 to 95] ∈ UNINITIALIZED
+    [15].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [15].f5 ∈ [--..--]
+    [15].[bits 136 to 159] ∈ UNINITIALIZED
+    [16].f1 ∈ [--..--]
+    [16].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [16].f3 ∈ [--..--]
+    [16].[bits 72 to 95] ∈ UNINITIALIZED
+    [16].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [16].f5 ∈ [--..--]
+    [16].[bits 136 to 159] ∈ UNINITIALIZED
+    [17].f1 ∈ [--..--]
+    [17].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [17].f3 ∈ [--..--]
+    [17].[bits 72 to 95] ∈ UNINITIALIZED
+    [17].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [17].f5 ∈ [--..--]
+    [17].[bits 136 to 159] ∈ UNINITIALIZED
+    [18].f1 ∈ [--..--]
+    [18].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [18].f3 ∈ [--..--]
+    [18].[bits 72 to 95] ∈ UNINITIALIZED
+    [18].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [18].f5 ∈ [--..--]
+    [18].[bits 136 to 159] ∈ UNINITIALIZED
+    [19].f1 ∈ [--..--]
+    [19].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [19].f3 ∈ [--..--]
+    [19].[bits 72 to 95] ∈ UNINITIALIZED
+    [19].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [19].f5 ∈ [--..--]
+    [19].[bits 136 to 159] ∈ UNINITIALIZED
+    [20].f1 ∈ [--..--]
+    [20].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [20].f3 ∈ [--..--]
+    [20].[bits 72 to 95] ∈ UNINITIALIZED
+    [20].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [20].f5 ∈ [--..--]
+    [20].[bits 136 to 159] ∈ UNINITIALIZED
+    [21].f1 ∈ [--..--]
+    [21].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [21].f3 ∈ [--..--]
+    [21].[bits 72 to 95] ∈ UNINITIALIZED
+    [21].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [21].f5 ∈ [--..--]
+    [21].[bits 136 to 159] ∈ UNINITIALIZED
+    [22].f1 ∈ [--..--]
+    [22].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [22].f3 ∈ [--..--]
+    [22].[bits 72 to 95] ∈ UNINITIALIZED
+    [22].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [22].f5 ∈ [--..--]
+    [22].[bits 136 to 159] ∈ UNINITIALIZED
+    [23].f1 ∈ [--..--]
+    [23].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [23].f3 ∈ [--..--]
+    [23].[bits 72 to 95] ∈ UNINITIALIZED
+    [23].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [23].f5 ∈ [--..--]
+    [23].[bits 136 to 159] ∈ UNINITIALIZED
+    [24].f1 ∈ [--..--]
+    [24].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [24].f3 ∈ [--..--]
+    [24].[bits 72 to 95] ∈ UNINITIALIZED
+    [24].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [24].f5 ∈ [--..--]
+    [24].[bits 136 to 159] ∈ UNINITIALIZED
+    [25].f1 ∈ [--..--]
+    [25].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [25].f3 ∈ [--..--]
+    [25].[bits 72 to 95] ∈ UNINITIALIZED
+    [25].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [25].f5 ∈ [--..--]
+    [25].[bits 136 to 159] ∈ UNINITIALIZED
+    [26].f1 ∈ [--..--]
+    [26].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [26].f3 ∈ [--..--]
+    [26].[bits 72 to 95] ∈ UNINITIALIZED
+    [26].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [26].f5 ∈ [--..--]
+    [26].[bits 136 to 159] ∈ UNINITIALIZED
+    [27].f1 ∈ [--..--]
+    [27].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [27].f3 ∈ [--..--]
+    [27].[bits 72 to 95] ∈ UNINITIALIZED
+    [27].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [27].f5 ∈ [--..--]
+    [27].[bits 136 to 159] ∈ UNINITIALIZED
+    [28].f1 ∈ [--..--]
+    [28].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [28].f3 ∈ [--..--]
+    [28].[bits 72 to 95] ∈ UNINITIALIZED
+    [28].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [28].f5 ∈ [--..--]
+    [28].[bits 136 to 159] ∈ UNINITIALIZED
+    [29].f1 ∈ [--..--]
+    [29].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [29].f3 ∈ [--..--]
+    [29].[bits 72 to 95] ∈ UNINITIALIZED
+    [29].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [29].f5 ∈ [--..--]
+    [29].[bits 136 to 159] ∈ UNINITIALIZED
+    [30].f1 ∈ [--..--]
+    [30].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [30].f3 ∈ [--..--]
+    [30].[bits 72 to 95] ∈ UNINITIALIZED
+    [30].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [30].f5 ∈ [--..--]
+    [30].[bits 136 to 159] ∈ UNINITIALIZED
+    [31].f1 ∈ [--..--]
+    [31].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [31].f3 ∈ [--..--]
+    [31].[bits 72 to 95] ∈ UNINITIALIZED
+    [31].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [31].f5 ∈ [--..--]
+    [31].[bits 136 to 159] ∈ UNINITIALIZED
+    [32].f1 ∈ [--..--]
+    [32].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [32].f3 ∈ [--..--]
+    [32].[bits 72 to 95] ∈ UNINITIALIZED
+    [32].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [32].f5 ∈ [--..--]
+    [32].[bits 136 to 159] ∈ UNINITIALIZED
+    [33].f1 ∈ [--..--]
+    [33].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [33].f3 ∈ [--..--]
+    [33].[bits 72 to 95] ∈ UNINITIALIZED
+    [33].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [33].f5 ∈ [--..--]
+    [33].[bits 136 to 159] ∈ UNINITIALIZED
+    [34].f1 ∈ [--..--]
+    [34].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [34].f3 ∈ [--..--]
+    [34].[bits 72 to 95] ∈ UNINITIALIZED
+    [34].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [34].f5 ∈ [--..--]
+    [34].[bits 136 to 159] ∈ UNINITIALIZED
+    [35].f1 ∈ [--..--]
+    [35].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [35].f3 ∈ [--..--]
+    [35].[bits 72 to 95] ∈ UNINITIALIZED
+    [35].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [35].f5 ∈ [--..--]
+    [35].[bits 136 to 159] ∈ UNINITIALIZED
+    [36].f1 ∈ [--..--]
+    [36].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [36].f3 ∈ [--..--]
+    [36].[bits 72 to 95] ∈ UNINITIALIZED
+    [36].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [36].f5 ∈ [--..--]
+    [36].[bits 136 to 159] ∈ UNINITIALIZED
+    [37].f1 ∈ [--..--]
+    [37].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [37].f3 ∈ [--..--]
+    [37].[bits 72 to 95] ∈ UNINITIALIZED
+    [37].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [37].f5 ∈ [--..--]
+    [37].[bits 136 to 159] ∈ UNINITIALIZED
+    [38].f1 ∈ [--..--]
+    [38].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [38].f3 ∈ [--..--]
+    [38].[bits 72 to 95] ∈ UNINITIALIZED
+    [38].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [38].f5 ∈ [--..--]
+    [38].[bits 136 to 159] ∈ UNINITIALIZED
+    [39].f1 ∈ [--..--]
+    [39].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [39].f3 ∈ [--..--]
+    [39].[bits 72 to 95] ∈ UNINITIALIZED
+    [39].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [39].f5 ∈ [--..--]
+    [39].[bits 136 to 159] ∈ UNINITIALIZED
+    [40].f1 ∈ [--..--]
+    [40].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [40].f3 ∈ [--..--]
+    [40].[bits 72 to 95] ∈ UNINITIALIZED
+    [40].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [40].f5 ∈ [--..--]
+    [40].[bits 136 to 159] ∈ UNINITIALIZED
+    [41].f1 ∈ [--..--]
+    [41].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [41].f3 ∈ [--..--]
+    [41].[bits 72 to 95] ∈ UNINITIALIZED
+    [41].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [41].f5 ∈ [--..--]
+    [41].[bits 136 to 159] ∈ UNINITIALIZED
+    [42].f1 ∈ [--..--]
+    [42].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [42].f3 ∈ [--..--]
+    [42].[bits 72 to 95] ∈ UNINITIALIZED
+    [42].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [42].f5 ∈ [--..--]
+    [42].[bits 136 to 159] ∈ UNINITIALIZED
+    [43].f1 ∈ [--..--]
+    [43].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [43].f3 ∈ [--..--]
+    [43].[bits 72 to 95] ∈ UNINITIALIZED
+    [43].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [43].f5 ∈ [--..--]
+    [43].[bits 136 to 159] ∈ UNINITIALIZED
+    [44].f1 ∈ [--..--]
+    [44].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [44].f3 ∈ [--..--]
+    [44].[bits 72 to 95] ∈ UNINITIALIZED
+    [44].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [44].f5 ∈ [--..--]
+    [44].[bits 136 to 159] ∈ UNINITIALIZED
+    [45].f1 ∈ [--..--]
+    [45].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [45].f3 ∈ [--..--]
+    [45].[bits 72 to 95] ∈ UNINITIALIZED
+    [45].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [45].f5 ∈ [--..--]
+    [45].[bits 136 to 159] ∈ UNINITIALIZED
+    [46].f1 ∈ [--..--]
+    [46].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [46].f3 ∈ [--..--]
+    [46].[bits 72 to 95] ∈ UNINITIALIZED
+    [46].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [46].f5 ∈ [--..--]
+    [46].[bits 136 to 159] ∈ UNINITIALIZED
+    [47].f1 ∈ [--..--]
+    [47].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [47].f3 ∈ [--..--]
+    [47].[bits 72 to 95] ∈ UNINITIALIZED
+    [47].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [47].f5 ∈ [--..--]
+    [47].[bits 136 to 159] ∈ UNINITIALIZED
+    [48].f1 ∈ [--..--]
+    [48].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [48].f3 ∈ [--..--]
+    [48].[bits 72 to 95] ∈ UNINITIALIZED
+    [48].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [48].f5 ∈ [--..--]
+    [48].[bits 136 to 159] ∈ UNINITIALIZED
+    [49].f1 ∈ [--..--]
+    [49].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [49].f3 ∈ [--..--]
+    [49].[bits 72 to 95] ∈ UNINITIALIZED
+    [49].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [49].f5 ∈ [--..--]
+    [49].[bits 136 to 159] ∈ UNINITIALIZED
+    [50].f1 ∈ [--..--]
+    [50].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [50].f3 ∈ [--..--]
+    [50].[bits 72 to 95] ∈ UNINITIALIZED
+    [50].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [50].f5 ∈ [--..--]
+    [50].[bits 136 to 159] ∈ UNINITIALIZED
+    [51].f1 ∈ [--..--]
+    [51].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [51].f3 ∈ [--..--]
+    [51].[bits 72 to 95] ∈ UNINITIALIZED
+    [51].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [51].f5 ∈ [--..--]
+    [51].[bits 136 to 159] ∈ UNINITIALIZED
+    [52].f1 ∈ [--..--]
+    [52].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [52].f3 ∈ [--..--]
+    [52].[bits 72 to 95] ∈ UNINITIALIZED
+    [52].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [52].f5 ∈ [--..--]
+    [52].[bits 136 to 159] ∈ UNINITIALIZED
+    [53].f1 ∈ [--..--]
+    [53].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [53].f3 ∈ [--..--]
+    [53].[bits 72 to 95] ∈ UNINITIALIZED
+    [53].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [53].f5 ∈ [--..--]
+    [53].[bits 136 to 159] ∈ UNINITIALIZED
+    [54].f1 ∈ [--..--]
+    [54].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [54].f3 ∈ [--..--]
+    [54].[bits 72 to 95] ∈ UNINITIALIZED
+    [54].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [54].f5 ∈ [--..--]
+    [54].[bits 136 to 159] ∈ UNINITIALIZED
+    [55].f1 ∈ [--..--]
+    [55].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [55].f3 ∈ [--..--]
+    [55].[bits 72 to 95] ∈ UNINITIALIZED
+    [55].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [55].f5 ∈ [--..--]
+    [55].[bits 136 to 159] ∈ UNINITIALIZED
+    [56].f1 ∈ [--..--]
+    [56].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [56].f3 ∈ [--..--]
+    [56].[bits 72 to 95] ∈ UNINITIALIZED
+    [56].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [56].f5 ∈ [--..--]
+    [56].[bits 136 to 159] ∈ UNINITIALIZED
+    [57].f1 ∈ [--..--]
+    [57].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [57].f3 ∈ [--..--]
+    [57].[bits 72 to 95] ∈ UNINITIALIZED
+    [57].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [57].f5 ∈ [--..--]
+    [57].[bits 136 to 159] ∈ UNINITIALIZED
+    [58].f1 ∈ [--..--]
+    [58].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [58].f3 ∈ [--..--]
+    [58].[bits 72 to 95] ∈ UNINITIALIZED
+    [58].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [58].f5 ∈ [--..--]
+    [58].[bits 136 to 159] ∈ UNINITIALIZED
+    [59].f1 ∈ [--..--]
+    [59].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [59].f3 ∈ [--..--]
+    [59].[bits 72 to 95] ∈ UNINITIALIZED
+    [59].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [59].f5 ∈ [--..--]
+    [59].[bits 136 to 159] ∈ UNINITIALIZED
+    [60].f1 ∈ [--..--]
+    [60].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [60].f3 ∈ [--..--]
+    [60].[bits 72 to 95] ∈ UNINITIALIZED
+    [60].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [60].f5 ∈ [--..--]
+    [60].[bits 136 to 159] ∈ UNINITIALIZED
+    [61].f1 ∈ [--..--]
+    [61].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [61].f3 ∈ [--..--]
+    [61].[bits 72 to 95] ∈ UNINITIALIZED
+    [61].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [61].f5 ∈ [--..--]
+    [61].[bits 136 to 159] ∈ UNINITIALIZED
+    [62].f1 ∈ [--..--]
+    [62].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [62].f3 ∈ [--..--]
+    [62].[bits 72 to 95] ∈ UNINITIALIZED
+    [62].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [62].f5 ∈ [--..--]
+    [62].[bits 136 to 159] ∈ UNINITIALIZED
+    [63].f1 ∈ [--..--]
+    [63].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [63].f3 ∈ [--..--]
+    [63].[bits 72 to 95] ∈ UNINITIALIZED
+    [63].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [63].f5 ∈ [--..--]
+    [63].[bits 136 to 159] ∈ UNINITIALIZED
+    [64].f1 ∈ [--..--]
+    [64].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [64].f3 ∈ [--..--]
+    [64].[bits 72 to 95] ∈ UNINITIALIZED
+    [64].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [64].f5 ∈ [--..--]
+    [64].[bits 136 to 159] ∈ UNINITIALIZED
+    [65].f1 ∈ [--..--]
+    [65].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [65].f3 ∈ [--..--]
+    [65].[bits 72 to 95] ∈ UNINITIALIZED
+    [65].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [65].f5 ∈ [--..--]
+    [65].[bits 136 to 159] ∈ UNINITIALIZED
+    [66].f1 ∈ [--..--]
+    [66].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [66].f3 ∈ [--..--]
+    [66].[bits 72 to 95] ∈ UNINITIALIZED
+    [66].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [66].f5 ∈ [--..--]
+    [66].[bits 136 to 159] ∈ UNINITIALIZED
+    [67].f1 ∈ [--..--]
+    [67].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [67].f3 ∈ [--..--]
+    [67].[bits 72 to 95] ∈ UNINITIALIZED
+    [67].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [67].f5 ∈ [--..--]
+    [67].[bits 136 to 159] ∈ UNINITIALIZED
+    [68].f1 ∈ [--..--]
+    [68].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [68].f3 ∈ [--..--]
+    [68].[bits 72 to 95] ∈ UNINITIALIZED
+    [68].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [68].f5 ∈ [--..--]
+    [68].[bits 136 to 159] ∈ UNINITIALIZED
+    [69].f1 ∈ [--..--]
+    [69].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [69].f3 ∈ [--..--]
+    [69].[bits 72 to 95] ∈ UNINITIALIZED
+    [69].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [69].f5 ∈ [--..--]
+    [69].[bits 136 to 159] ∈ UNINITIALIZED
+    [70].f1 ∈ [--..--]
+    [70].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [70].f3 ∈ [--..--]
+    [70].[bits 72 to 95] ∈ UNINITIALIZED
+    [70].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [70].f5 ∈ [--..--]
+    [70].[bits 136 to 159] ∈ UNINITIALIZED
+    [71].f1 ∈ [--..--]
+    [71].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [71].f3 ∈ [--..--]
+    [71].[bits 72 to 95] ∈ UNINITIALIZED
+    [71].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [71].f5 ∈ [--..--]
+    [71].[bits 136 to 159] ∈ UNINITIALIZED
+    [72].f1 ∈ [--..--]
+    [72].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [72].f3 ∈ [--..--]
+    [72].[bits 72 to 95] ∈ UNINITIALIZED
+    [72].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [72].f5 ∈ [--..--]
+    [72].[bits 136 to 159] ∈ UNINITIALIZED
+    [73].f1 ∈ [--..--]
+    [73].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [73].f3 ∈ [--..--]
+    [73].[bits 72 to 95] ∈ UNINITIALIZED
+    [73].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [73].f5 ∈ [--..--]
+    [73].[bits 136 to 159] ∈ UNINITIALIZED
+    [74].f1 ∈ [--..--]
+    [74].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [74].f3 ∈ [--..--]
+    [74].[bits 72 to 95] ∈ UNINITIALIZED
+    [74].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [74].f5 ∈ [--..--]
+    [74].[bits 136 to 159] ∈ UNINITIALIZED
+    [75].f1 ∈ [--..--]
+    [75].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [75].f3 ∈ [--..--]
+    [75].[bits 72 to 95] ∈ UNINITIALIZED
+    [75].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [75].f5 ∈ [--..--]
+    [75].[bits 136 to 159] ∈ UNINITIALIZED
+    [76].f1 ∈ [--..--]
+    [76].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [76].f3 ∈ [--..--]
+    [76].[bits 72 to 95] ∈ UNINITIALIZED
+    [76].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [76].f5 ∈ [--..--]
+    [76].[bits 136 to 159] ∈ UNINITIALIZED
+    [77].f1 ∈ [--..--]
+    [77].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [77].f3 ∈ [--..--]
+    [77].[bits 72 to 95] ∈ UNINITIALIZED
+    [77].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [77].f5 ∈ [--..--]
+    [77].[bits 136 to 159] ∈ UNINITIALIZED
+    [78].f1 ∈ [--..--]
+    [78].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [78].f3 ∈ [--..--]
+    [78].[bits 72 to 95] ∈ UNINITIALIZED
+    [78].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [78].f5 ∈ [--..--]
+    [78].[bits 136 to 159] ∈ UNINITIALIZED
+    [79].f1 ∈ [--..--]
+    [79].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [79].f3 ∈ [--..--]
+    [79].[bits 72 to 95] ∈ UNINITIALIZED
+    [79].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [79].f5 ∈ [--..--]
+    [79].[bits 136 to 159] ∈ UNINITIALIZED
+    [80].f1 ∈ [--..--]
+    [80].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [80].f3 ∈ [--..--]
+    [80].[bits 72 to 95] ∈ UNINITIALIZED
+    [80].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [80].f5 ∈ [--..--]
+    [80].[bits 136 to 159] ∈ UNINITIALIZED
+    [81].f1 ∈ [--..--]
+    [81].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [81].f3 ∈ [--..--]
+    [81].[bits 72 to 95] ∈ UNINITIALIZED
+    [81].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [81].f5 ∈ [--..--]
+    [81].[bits 136 to 159] ∈ UNINITIALIZED
+    [82].f1 ∈ [--..--]
+    [82].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [82].f3 ∈ [--..--]
+    [82].[bits 72 to 95] ∈ UNINITIALIZED
+    [82].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [82].f5 ∈ [--..--]
+    [82].[bits 136 to 159] ∈ UNINITIALIZED
+    [83].f1 ∈ [--..--]
+    [83].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [83].f3 ∈ [--..--]
+    [83].[bits 72 to 95] ∈ UNINITIALIZED
+    [83].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [83].f5 ∈ [--..--]
+    [83].[bits 136 to 159] ∈ UNINITIALIZED
+    [84].f1 ∈ [--..--]
+    [84].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [84].f3 ∈ [--..--]
+    [84].[bits 72 to 95] ∈ UNINITIALIZED
+    [84].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [84].f5 ∈ [--..--]
+    [84].[bits 136 to 159] ∈ UNINITIALIZED
+    [85].f1 ∈ [--..--]
+    [85].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [85].f3 ∈ [--..--]
+    [85].[bits 72 to 95] ∈ UNINITIALIZED
+    [85].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [85].f5 ∈ [--..--]
+    [85].[bits 136 to 159] ∈ UNINITIALIZED
+    [86].f1 ∈ [--..--]
+    [86].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [86].f3 ∈ [--..--]
+    [86].[bits 72 to 95] ∈ UNINITIALIZED
+    [86].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [86].f5 ∈ [--..--]
+    [86].[bits 136 to 159] ∈ UNINITIALIZED
+    [87].f1 ∈ [--..--]
+    [87].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [87].f3 ∈ [--..--]
+    [87].[bits 72 to 95] ∈ UNINITIALIZED
+    [87].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [87].f5 ∈ [--..--]
+    [87].[bits 136 to 159] ∈ UNINITIALIZED
+    [88].f1 ∈ [--..--]
+    [88].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [88].f3 ∈ [--..--]
+    [88].[bits 72 to 95] ∈ UNINITIALIZED
+    [88].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [88].f5 ∈ [--..--]
+    [88].[bits 136 to 159] ∈ UNINITIALIZED
+    [89].f1 ∈ [--..--]
+    [89].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [89].f3 ∈ [--..--]
+    [89].[bits 72 to 95] ∈ UNINITIALIZED
+    [89].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [89].f5 ∈ [--..--]
+    [89].[bits 136 to 159] ∈ UNINITIALIZED
+    [90].f1 ∈ [--..--]
+    [90].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [90].f3 ∈ [--..--]
+    [90].[bits 72 to 95] ∈ UNINITIALIZED
+    [90].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [90].f5 ∈ [--..--]
+    [90].[bits 136 to 159] ∈ UNINITIALIZED
+    [91].f1 ∈ [--..--]
+    [91].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [91].f3 ∈ [--..--]
+    [91].[bits 72 to 95] ∈ UNINITIALIZED
+    [91].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [91].f5 ∈ [--..--]
+    [91].[bits 136 to 159] ∈ UNINITIALIZED
+    [92].f1 ∈ [--..--]
+    [92].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [92].f3 ∈ [--..--]
+    [92].[bits 72 to 95] ∈ UNINITIALIZED
+    [92].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [92].f5 ∈ [--..--]
+    [92].[bits 136 to 159] ∈ UNINITIALIZED
+    [93].f1 ∈ [--..--]
+    [93].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [93].f3 ∈ [--..--]
+    [93].[bits 72 to 95] ∈ UNINITIALIZED
+    [93].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [93].f5 ∈ [--..--]
+    [93].[bits 136 to 159] ∈ UNINITIALIZED
+    [94].f1 ∈ [--..--]
+    [94].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [94].f3 ∈ [--..--]
+    [94].[bits 72 to 95] ∈ UNINITIALIZED
+    [94].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [94].f5 ∈ [--..--]
+    [94].[bits 136 to 159] ∈ UNINITIALIZED
+    [95].f1 ∈ [--..--]
+    [95].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [95].f3 ∈ [--..--]
+    [95].[bits 72 to 95] ∈ UNINITIALIZED
+    [95].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [95].f5 ∈ [--..--]
+    [95].[bits 136 to 159] ∈ UNINITIALIZED
+    [96].f1 ∈ [--..--]
+    [96].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [96].f3 ∈ [--..--]
+    [96].[bits 72 to 95] ∈ UNINITIALIZED
+    [96].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [96].f5 ∈ [--..--]
+    [96].[bits 136 to 159] ∈ UNINITIALIZED
+    [97].f1 ∈ [--..--]
+    [97].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [97].f3 ∈ [--..--]
+    [97].[bits 72 to 95] ∈ UNINITIALIZED
+    [97].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [97].f5 ∈ [--..--]
+    [97].[bits 136 to 159] ∈ UNINITIALIZED
+    [98].f1 ∈ [--..--]
+    [98].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [98].f3 ∈ [--..--]
+    [98].[bits 72 to 95] ∈ UNINITIALIZED
+    [98].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [98].f5 ∈ [--..--]
+    [98].[bits 136 to 159] ∈ UNINITIALIZED
+    [99].f1 ∈ [--..--]
+    [99].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [99].f3 ∈ [--..--]
+    [99].[bits 72 to 95] ∈ UNINITIALIZED
+    [99].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [99].f5 ∈ [--..--]
+    [99].[bits 136 to 159] ∈ UNINITIALIZED
+    [100].f1 ∈ [--..--]
+    [100].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [100].f3 ∈ [--..--]
+    [100].[bits 72 to 95] ∈ UNINITIALIZED
+    [100].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [100].f5 ∈ [--..--]
+    [100].[bits 136 to 159] ∈ UNINITIALIZED
+    [101].f1 ∈ [--..--]
+    [101].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [101].f3 ∈ [--..--]
+    [101].[bits 72 to 95] ∈ UNINITIALIZED
+    [101].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [101].f5 ∈ [--..--]
+    [101].[bits 136 to 159] ∈ UNINITIALIZED
+    [102].f1 ∈ [--..--]
+    [102].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [102].f3 ∈ [--..--]
+    [102].[bits 72 to 95] ∈ UNINITIALIZED
+    [102].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [102].f5 ∈ [--..--]
+    [102].[bits 136 to 159] ∈ UNINITIALIZED
+    [103].f1 ∈ [--..--]
+    [103].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [103].f3 ∈ [--..--]
+    [103].[bits 72 to 95] ∈ UNINITIALIZED
+    [103].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [103].f5 ∈ [--..--]
+    [103].[bits 136 to 159] ∈ UNINITIALIZED
+    [104].f1 ∈ [--..--]
+    [104].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [104].f3 ∈ [--..--]
+    [104].[bits 72 to 95] ∈ UNINITIALIZED
+    [104].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [104].f5 ∈ [--..--]
+    [104].[bits 136 to 159] ∈ UNINITIALIZED
+    [105].f1 ∈ [--..--]
+    [105].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [105].f3 ∈ [--..--]
+    [105].[bits 72 to 95] ∈ UNINITIALIZED
+    [105].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [105].f5 ∈ [--..--]
+    [105].[bits 136 to 159] ∈ UNINITIALIZED
+    [106].f1 ∈ [--..--]
+    [106].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [106].f3 ∈ [--..--]
+    [106].[bits 72 to 95] ∈ UNINITIALIZED
+    [106].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [106].f5 ∈ [--..--]
+    [106].[bits 136 to 159] ∈ UNINITIALIZED
+    [107].f1 ∈ [--..--]
+    [107].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [107].f3 ∈ [--..--]
+    [107].[bits 72 to 95] ∈ UNINITIALIZED
+    [107].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [107].f5 ∈ [--..--]
+    [107].[bits 136 to 159] ∈ UNINITIALIZED
+    [108].f1 ∈ [--..--]
+    [108].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [108].f3 ∈ [--..--]
+    [108].[bits 72 to 95] ∈ UNINITIALIZED
+    [108].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [108].f5 ∈ [--..--]
+    [108].[bits 136 to 159] ∈ UNINITIALIZED
+    [109].f1 ∈ [--..--]
+    [109].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [109].f3 ∈ [--..--]
+    [109].[bits 72 to 95] ∈ UNINITIALIZED
+    [109].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [109].f5 ∈ [--..--]
+    [109].[bits 136 to 159] ∈ UNINITIALIZED
+    [110].f1 ∈ [--..--]
+    [110].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [110].f3 ∈ [--..--]
+    [110].[bits 72 to 95] ∈ UNINITIALIZED
+    [110].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [110].f5 ∈ [--..--]
+    [110].[bits 136 to 159] ∈ UNINITIALIZED
+    [111].f1 ∈ [--..--]
+    [111].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [111].f3 ∈ [--..--]
+    [111].[bits 72 to 95] ∈ UNINITIALIZED
+    [111].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [111].f5 ∈ [--..--]
+    [111].[bits 136 to 159] ∈ UNINITIALIZED
+    [112].f1 ∈ [--..--]
+    [112].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [112].f3 ∈ [--..--]
+    [112].[bits 72 to 95] ∈ UNINITIALIZED
+    [112].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [112].f5 ∈ [--..--]
+    [112].[bits 136 to 159] ∈ UNINITIALIZED
+    [113].f1 ∈ [--..--]
+    [113].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [113].f3 ∈ [--..--]
+    [113].[bits 72 to 95] ∈ UNINITIALIZED
+    [113].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [113].f5 ∈ [--..--]
+    [113].[bits 136 to 159] ∈ UNINITIALIZED
+    [114].f1 ∈ [--..--]
+    [114].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [114].f3 ∈ [--..--]
+    [114].[bits 72 to 95] ∈ UNINITIALIZED
+    [114].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [114].f5 ∈ [--..--]
+    [114].[bits 136 to 159] ∈ UNINITIALIZED
+    [115].f1 ∈ [--..--]
+    [115].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [115].f3 ∈ [--..--]
+    [115].[bits 72 to 95] ∈ UNINITIALIZED
+    [115].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [115].f5 ∈ [--..--]
+    [115].[bits 136 to 159] ∈ UNINITIALIZED
+    [116].f1 ∈ [--..--]
+    [116].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [116].f3 ∈ [--..--]
+    [116].[bits 72 to 95] ∈ UNINITIALIZED
+    [116].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [116].f5 ∈ [--..--]
+    [116].[bits 136 to 159] ∈ UNINITIALIZED
+    [117].f1 ∈ [--..--]
+    [117].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [117].f3 ∈ [--..--]
+    [117].[bits 72 to 95] ∈ UNINITIALIZED
+    [117].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [117].f5 ∈ [--..--]
+    [117].[bits 136 to 159] ∈ UNINITIALIZED
+    [118].f1 ∈ [--..--]
+    [118].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [118].f3 ∈ [--..--]
+    [118].[bits 72 to 95] ∈ UNINITIALIZED
+    [118].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [118].f5 ∈ [--..--]
+    [118].[bits 136 to 159] ∈ UNINITIALIZED
+    [119].f1 ∈ [--..--]
+    [119].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [119].f3 ∈ [--..--]
+    [119].[bits 72 to 95] ∈ UNINITIALIZED
+    [119].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [119].f5 ∈ [--..--]
+    [119].[bits 136 to 159] ∈ UNINITIALIZED
+    [120].f1 ∈ [--..--]
+    [120].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [120].f3 ∈ [--..--]
+    [120].[bits 72 to 95] ∈ UNINITIALIZED
+    [120].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [120].f5 ∈ [--..--]
+    [120].[bits 136 to 159] ∈ UNINITIALIZED
+    [121].f1 ∈ [--..--]
+    [121].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [121].f3 ∈ [--..--]
+    [121].[bits 72 to 95] ∈ UNINITIALIZED
+    [121].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [121].f5 ∈ [--..--]
+    [121].[bits 136 to 159] ∈ UNINITIALIZED
+    [122].f1 ∈ [--..--]
+    [122].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [122].f3 ∈ [--..--]
+    [122].[bits 72 to 95] ∈ UNINITIALIZED
+    [122].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [122].f5 ∈ [--..--]
+    [122].[bits 136 to 159] ∈ UNINITIALIZED
+    [123].f1 ∈ [--..--]
+    [123].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [123].f3 ∈ [--..--]
+    [123].[bits 72 to 95] ∈ UNINITIALIZED
+    [123].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [123].f5 ∈ [--..--]
+    [123].[bits 136 to 159] ∈ UNINITIALIZED
+    [124].f1 ∈ [--..--]
+    [124].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [124].f3 ∈ [--..--]
+    [124].[bits 72 to 95] ∈ UNINITIALIZED
+    [124].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [124].f5 ∈ [--..--]
+    [124].[bits 136 to 159] ∈ UNINITIALIZED
+    [125].f1 ∈ [--..--]
+    [125].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [125].f3 ∈ [--..--]
+    [125].[bits 72 to 95] ∈ UNINITIALIZED
+    [125].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [125].f5 ∈ [--..--]
+    [125].[bits 136 to 159] ∈ UNINITIALIZED
+    [126].f1 ∈ [--..--]
+    [126].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [126].f3 ∈ [--..--]
+    [126].[bits 72 to 95] ∈ UNINITIALIZED
+    [126].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [126].f5 ∈ [--..--]
+    [126].[bits 136 to 159] ∈ UNINITIALIZED
+    [127].f1 ∈ [--..--]
+    [127].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [127].f3 ∈ [--..--]
+    [127].[bits 72 to 95] ∈ UNINITIALIZED
+    [127].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [127].f5 ∈ [--..--]
+    [127].[bits 136 to 159] ∈ UNINITIALIZED
+    [128].f1 ∈ [--..--]
+    [128].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [128].f3 ∈ [--..--]
+    [128].[bits 72 to 95] ∈ UNINITIALIZED
+    [128].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [128].f5 ∈ [--..--]
+    [128].[bits 136 to 159] ∈ UNINITIALIZED
+    [129].f1 ∈ [--..--]
+    [129].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [129].f3 ∈ [--..--]
+    [129].[bits 72 to 95] ∈ UNINITIALIZED
+    [129].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [129].f5 ∈ [--..--]
+    [129].[bits 136 to 159] ∈ UNINITIALIZED
+    [130].f1 ∈ [--..--]
+    [130].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [130].f3 ∈ [--..--]
+    [130].[bits 72 to 95] ∈ UNINITIALIZED
+    [130].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [130].f5 ∈ [--..--]
+    [130].[bits 136 to 159] ∈ UNINITIALIZED
+    [131].f1 ∈ [--..--]
+    [131].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [131].f3 ∈ [--..--]
+    [131].[bits 72 to 95] ∈ UNINITIALIZED
+    [131].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [131].f5 ∈ [--..--]
+    [131].[bits 136 to 159] ∈ UNINITIALIZED
+    [132].f1 ∈ [--..--]
+    [132].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [132].f3 ∈ [--..--]
+    [132].[bits 72 to 95] ∈ UNINITIALIZED
+    [132].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [132].f5 ∈ [--..--]
+    [132].[bits 136 to 159] ∈ UNINITIALIZED
+    [133].f1 ∈ [--..--]
+    [133].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [133].f3 ∈ [--..--]
+    [133].[bits 72 to 95] ∈ UNINITIALIZED
+    [133].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [133].f5 ∈ [--..--]
+    [133].[bits 136 to 159] ∈ UNINITIALIZED
+    [134].f1 ∈ [--..--]
+    [134].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [134].f3 ∈ [--..--]
+    [134].[bits 72 to 95] ∈ UNINITIALIZED
+    [134].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [134].f5 ∈ [--..--]
+    [134].[bits 136 to 159] ∈ UNINITIALIZED
+    [135].f1 ∈ [--..--]
+    [135].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [135].f3 ∈ [--..--]
+    [135].[bits 72 to 95] ∈ UNINITIALIZED
+    [135].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [135].f5 ∈ [--..--]
+    [135].[bits 136 to 159] ∈ UNINITIALIZED
+    [136].f1 ∈ [--..--]
+    [136].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [136].f3 ∈ [--..--]
+    [136].[bits 72 to 95] ∈ UNINITIALIZED
+    [136].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [136].f5 ∈ [--..--]
+    [136].[bits 136 to 159] ∈ UNINITIALIZED
+    [137].f1 ∈ [--..--]
+    [137].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [137].f3 ∈ [--..--]
+    [137].[bits 72 to 95] ∈ UNINITIALIZED
+    [137].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [137].f5 ∈ [--..--]
+    [137].[bits 136 to 159] ∈ UNINITIALIZED
+    [138].f1 ∈ [--..--]
+    [138].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [138].f3 ∈ [--..--]
+    [138].[bits 72 to 95] ∈ UNINITIALIZED
+    [138].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [138].f5 ∈ [--..--]
+    [138].[bits 136 to 159] ∈ UNINITIALIZED
+    [139].f1 ∈ [--..--]
+    [139].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [139].f3 ∈ [--..--]
+    [139].[bits 72 to 95] ∈ UNINITIALIZED
+    [139].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [139].f5 ∈ [--..--]
+    [139].[bits 136 to 159] ∈ UNINITIALIZED
+    [140].f1 ∈ [--..--]
+    [140].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [140].f3 ∈ [--..--]
+    [140].[bits 72 to 95] ∈ UNINITIALIZED
+    [140].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [140].f5 ∈ [--..--]
+    [140].[bits 136 to 159] ∈ UNINITIALIZED
+    [141].f1 ∈ [--..--]
+    [141].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [141].f3 ∈ [--..--]
+    [141].[bits 72 to 95] ∈ UNINITIALIZED
+    [141].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [141].f5 ∈ [--..--]
+    [141].[bits 136 to 159] ∈ UNINITIALIZED
+    [142].f1 ∈ [--..--]
+    [142].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [142].f3 ∈ [--..--]
+    [142].[bits 72 to 95] ∈ UNINITIALIZED
+    [142].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [142].f5 ∈ [--..--]
+    [142].[bits 136 to 159] ∈ UNINITIALIZED
+    [143].f1 ∈ [--..--]
+    [143].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [143].f3 ∈ [--..--]
+    [143].[bits 72 to 95] ∈ UNINITIALIZED
+    [143].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [143].f5 ∈ [--..--]
+    [143].[bits 136 to 159] ∈ UNINITIALIZED
+    [144].f1 ∈ [--..--]
+    [144].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [144].f3 ∈ [--..--]
+    [144].[bits 72 to 95] ∈ UNINITIALIZED
+    [144].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [144].f5 ∈ [--..--]
+    [144].[bits 136 to 159] ∈ UNINITIALIZED
+    [145].f1 ∈ [--..--]
+    [145].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [145].f3 ∈ [--..--]
+    [145].[bits 72 to 95] ∈ UNINITIALIZED
+    [145].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [145].f5 ∈ [--..--]
+    [145].[bits 136 to 159] ∈ UNINITIALIZED
+    [146].f1 ∈ [--..--]
+    [146].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [146].f3 ∈ [--..--]
+    [146].[bits 72 to 95] ∈ UNINITIALIZED
+    [146].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [146].f5 ∈ [--..--]
+    [146].[bits 136 to 159] ∈ UNINITIALIZED
+    [147].f1 ∈ [--..--]
+    [147].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [147].f3 ∈ [--..--]
+    [147].[bits 72 to 95] ∈ UNINITIALIZED
+    [147].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [147].f5 ∈ [--..--]
+    [147].[bits 136 to 159] ∈ UNINITIALIZED
+    [148].f1 ∈ [--..--]
+    [148].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [148].f3 ∈ [--..--]
+    [148].[bits 72 to 95] ∈ UNINITIALIZED
+    [148].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [148].f5 ∈ [--..--]
+    [148].[bits 136 to 159] ∈ UNINITIALIZED
+    [149].f1 ∈ [--..--]
+    [149].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [149].f3 ∈ [--..--]
+    [149].[bits 72 to 95] ∈ UNINITIALIZED
+    [149].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [149].f5 ∈ [--..--]
+    [149].[bits 136 to 159] ∈ UNINITIALIZED
+    [150].f1 ∈ [--..--]
+    [150].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [150].f3 ∈ [--..--]
+    [150].[bits 72 to 95] ∈ UNINITIALIZED
+    [150].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [150].f5 ∈ [--..--]
+    [150].[bits 136 to 159] ∈ UNINITIALIZED
+    [151].f1 ∈ [--..--]
+    [151].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [151].f3 ∈ [--..--]
+    [151].[bits 72 to 95] ∈ UNINITIALIZED
+    [151].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [151].f5 ∈ [--..--]
+    [151].[bits 136 to 159] ∈ UNINITIALIZED
+    [152].f1 ∈ [--..--]
+    [152].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [152].f3 ∈ [--..--]
+    [152].[bits 72 to 95] ∈ UNINITIALIZED
+    [152].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [152].f5 ∈ [--..--]
+    [152].[bits 136 to 159] ∈ UNINITIALIZED
+    [153].f1 ∈ [--..--]
+    [153].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [153].f3 ∈ [--..--]
+    [153].[bits 72 to 95] ∈ UNINITIALIZED
+    [153].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [153].f5 ∈ [--..--]
+    [153].[bits 136 to 159] ∈ UNINITIALIZED
+    [154].f1 ∈ [--..--]
+    [154].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [154].f3 ∈ [--..--]
+    [154].[bits 72 to 95] ∈ UNINITIALIZED
+    [154].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [154].f5 ∈ [--..--]
+    [154].[bits 136 to 159] ∈ UNINITIALIZED
+    [155].f1 ∈ [--..--]
+    [155].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [155].f3 ∈ [--..--]
+    [155].[bits 72 to 95] ∈ UNINITIALIZED
+    [155].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [155].f5 ∈ [--..--]
+    [155].[bits 136 to 159] ∈ UNINITIALIZED
+    [156].f1 ∈ [--..--]
+    [156].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [156].f3 ∈ [--..--]
+    [156].[bits 72 to 95] ∈ UNINITIALIZED
+    [156].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [156].f5 ∈ [--..--]
+    [156].[bits 136 to 159] ∈ UNINITIALIZED
+    [157].f1 ∈ [--..--]
+    [157].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [157].f3 ∈ [--..--]
+    [157].[bits 72 to 95] ∈ UNINITIALIZED
+    [157].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [157].f5 ∈ [--..--]
+    [157].[bits 136 to 159] ∈ UNINITIALIZED
+    [158].f1 ∈ [--..--]
+    [158].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [158].f3 ∈ [--..--]
+    [158].[bits 72 to 95] ∈ UNINITIALIZED
+    [158].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [158].f5 ∈ [--..--]
+    [158].[bits 136 to 159] ∈ UNINITIALIZED
+    [159].f1 ∈ [--..--]
+    [159].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [159].f3 ∈ [--..--]
+    [159].[bits 72 to 95] ∈ UNINITIALIZED
+    [159].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [159].f5 ∈ [--..--]
+    [159].[bits 136 to 159] ∈ UNINITIALIZED
+    [160].f1 ∈ [--..--]
+    [160].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [160].f3 ∈ [--..--]
+    [160].[bits 72 to 95] ∈ UNINITIALIZED
+    [160].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [160].f5 ∈ [--..--]
+    [160].[bits 136 to 159] ∈ UNINITIALIZED
+    [161].f1 ∈ [--..--]
+    [161].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [161].f3 ∈ [--..--]
+    [161].[bits 72 to 95] ∈ UNINITIALIZED
+    [161].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [161].f5 ∈ [--..--]
+    [161].[bits 136 to 159] ∈ UNINITIALIZED
+    [162].f1 ∈ [--..--]
+    [162].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [162].f3 ∈ [--..--]
+    [162].[bits 72 to 95] ∈ UNINITIALIZED
+    [162].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [162].f5 ∈ [--..--]
+    [162].[bits 136 to 159] ∈ UNINITIALIZED
+    [163].f1 ∈ [--..--]
+    [163].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [163].f3 ∈ [--..--]
+    [163].[bits 72 to 95] ∈ UNINITIALIZED
+    [163].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [163].f5 ∈ [--..--]
+    [163].[bits 136 to 159] ∈ UNINITIALIZED
+    [164].f1 ∈ [--..--]
+    [164].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [164].f3 ∈ [--..--]
+    [164].[bits 72 to 95] ∈ UNINITIALIZED
+    [164].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [164].f5 ∈ [--..--]
+    [164].[bits 136 to 159] ∈ UNINITIALIZED
+    [165].f1 ∈ [--..--]
+    [165].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [165].f3 ∈ [--..--]
+    [165].[bits 72 to 95] ∈ UNINITIALIZED
+    [165].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [165].f5 ∈ [--..--]
+    [165].[bits 136 to 159] ∈ UNINITIALIZED
+    [166].f1 ∈ [--..--]
+    [166].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [166].f3 ∈ [--..--]
+    [166].[bits 72 to 95] ∈ UNINITIALIZED
+    [166].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [166].f5 ∈ [--..--]
+    [166].[bits 136 to 159] ∈ UNINITIALIZED
+    [167].f1 ∈ [--..--]
+    [167].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [167].f3 ∈ [--..--]
+    [167].[bits 72 to 95] ∈ UNINITIALIZED
+    [167].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [167].f5 ∈ [--..--]
+    [167].[bits 136 to 159] ∈ UNINITIALIZED
+    [168].f1 ∈ [--..--]
+    [168].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [168].f3 ∈ [--..--]
+    [168].[bits 72 to 95] ∈ UNINITIALIZED
+    [168].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [168].f5 ∈ [--..--]
+    [168].[bits 136 to 159] ∈ UNINITIALIZED
+    [169].f1 ∈ [--..--]
+    [169].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [169].f3 ∈ [--..--]
+    [169].[bits 72 to 95] ∈ UNINITIALIZED
+    [169].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [169].f5 ∈ [--..--]
+    [169].[bits 136 to 159] ∈ UNINITIALIZED
+    [170].f1 ∈ [--..--]
+    [170].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [170].f3 ∈ [--..--]
+    [170].[bits 72 to 95] ∈ UNINITIALIZED
+    [170].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [170].f5 ∈ [--..--]
+    [170].[bits 136 to 159] ∈ UNINITIALIZED
+    [171].f1 ∈ [--..--]
+    [171].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [171].f3 ∈ [--..--]
+    [171].[bits 72 to 95] ∈ UNINITIALIZED
+    [171].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [171].f5 ∈ [--..--]
+    [171].[bits 136 to 159] ∈ UNINITIALIZED
+    [172].f1 ∈ [--..--]
+    [172].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [172].f3 ∈ [--..--]
+    [172].[bits 72 to 95] ∈ UNINITIALIZED
+    [172].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [172].f5 ∈ [--..--]
+    [172].[bits 136 to 159] ∈ UNINITIALIZED
+    [173].f1 ∈ [--..--]
+    [173].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [173].f3 ∈ [--..--]
+    [173].[bits 72 to 95] ∈ UNINITIALIZED
+    [173].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [173].f5 ∈ [--..--]
+    [173].[bits 136 to 159] ∈ UNINITIALIZED
+    [174].f1 ∈ [--..--]
+    [174].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [174].f3 ∈ [--..--]
+    [174].[bits 72 to 95] ∈ UNINITIALIZED
+    [174].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [174].f5 ∈ [--..--]
+    [174].[bits 136 to 159] ∈ UNINITIALIZED
+    [175].f1 ∈ [--..--]
+    [175].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [175].f3 ∈ [--..--]
+    [175].[bits 72 to 95] ∈ UNINITIALIZED
+    [175].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [175].f5 ∈ [--..--]
+    [175].[bits 136 to 159] ∈ UNINITIALIZED
+    [176].f1 ∈ [--..--]
+    [176].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [176].f3 ∈ [--..--]
+    [176].[bits 72 to 95] ∈ UNINITIALIZED
+    [176].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [176].f5 ∈ [--..--]
+    [176].[bits 136 to 159] ∈ UNINITIALIZED
+    [177].f1 ∈ [--..--]
+    [177].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [177].f3 ∈ [--..--]
+    [177].[bits 72 to 95] ∈ UNINITIALIZED
+    [177].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [177].f5 ∈ [--..--]
+    [177].[bits 136 to 159] ∈ UNINITIALIZED
+    [178].f1 ∈ [--..--]
+    [178].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [178].f3 ∈ [--..--]
+    [178].[bits 72 to 95] ∈ UNINITIALIZED
+    [178].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [178].f5 ∈ [--..--]
+    [178].[bits 136 to 159] ∈ UNINITIALIZED
+    [179].f1 ∈ [--..--]
+    [179].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [179].f3 ∈ [--..--]
+    [179].[bits 72 to 95] ∈ UNINITIALIZED
+    [179].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [179].f5 ∈ [--..--]
+    [179].[bits 136 to 159] ∈ UNINITIALIZED
+    [180].f1 ∈ [--..--]
+    [180].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [180].f3 ∈ [--..--]
+    [180].[bits 72 to 95] ∈ UNINITIALIZED
+    [180].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [180].f5 ∈ [--..--]
+    [180].[bits 136 to 159] ∈ UNINITIALIZED
+    [181].f1 ∈ [--..--]
+    [181].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [181].f3 ∈ [--..--]
+    [181].[bits 72 to 95] ∈ UNINITIALIZED
+    [181].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [181].f5 ∈ [--..--]
+    [181].[bits 136 to 159] ∈ UNINITIALIZED
+    [182].f1 ∈ [--..--]
+    [182].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [182].f3 ∈ [--..--]
+    [182].[bits 72 to 95] ∈ UNINITIALIZED
+    [182].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [182].f5 ∈ [--..--]
+    [182].[bits 136 to 159] ∈ UNINITIALIZED
+    [183].f1 ∈ [--..--]
+    [183].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [183].f3 ∈ [--..--]
+    [183].[bits 72 to 95] ∈ UNINITIALIZED
+    [183].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [183].f5 ∈ [--..--]
+    [183].[bits 136 to 159] ∈ UNINITIALIZED
+    [184].f1 ∈ [--..--]
+    [184].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [184].f3 ∈ [--..--]
+    [184].[bits 72 to 95] ∈ UNINITIALIZED
+    [184].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [184].f5 ∈ [--..--]
+    [184].[bits 136 to 159] ∈ UNINITIALIZED
+    [185].f1 ∈ [--..--]
+    [185].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [185].f3 ∈ [--..--]
+    [185].[bits 72 to 95] ∈ UNINITIALIZED
+    [185].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [185].f5 ∈ [--..--]
+    [185].[bits 136 to 159] ∈ UNINITIALIZED
+    [186].f1 ∈ [--..--]
+    [186].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [186].f3 ∈ [--..--]
+    [186].[bits 72 to 95] ∈ UNINITIALIZED
+    [186].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [186].f5 ∈ [--..--]
+    [186].[bits 136 to 159] ∈ UNINITIALIZED
+    [187].f1 ∈ [--..--]
+    [187].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [187].f3 ∈ [--..--]
+    [187].[bits 72 to 95] ∈ UNINITIALIZED
+    [187].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [187].f5 ∈ [--..--]
+    [187].[bits 136 to 159] ∈ UNINITIALIZED
+    [188].f1 ∈ [--..--]
+    [188].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [188].f3 ∈ [--..--]
+    [188].[bits 72 to 95] ∈ UNINITIALIZED
+    [188].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [188].f5 ∈ [--..--]
+    [188].[bits 136 to 159] ∈ UNINITIALIZED
+    [189].f1 ∈ [--..--]
+    [189].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [189].f3 ∈ [--..--]
+    [189].[bits 72 to 95] ∈ UNINITIALIZED
+    [189].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [189].f5 ∈ [--..--]
+    [189].[bits 136 to 159] ∈ UNINITIALIZED
+    [190].f1 ∈ [--..--]
+    [190].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [190].f3 ∈ [--..--]
+    [190].[bits 72 to 95] ∈ UNINITIALIZED
+    [190].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [190].f5 ∈ [--..--]
+    [190].[bits 136 to 159] ∈ UNINITIALIZED
+    [191].f1 ∈ [--..--]
+    [191].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [191].f3 ∈ [--..--]
+    [191].[bits 72 to 95] ∈ UNINITIALIZED
+    [191].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [191].f5 ∈ [--..--]
+    [191].[bits 136 to 159] ∈ UNINITIALIZED
+    [192].f1 ∈ [--..--]
+    [192].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [192].f3 ∈ [--..--]
+    [192].[bits 72 to 95] ∈ UNINITIALIZED
+    [192].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [192].f5 ∈ [--..--]
+    [192].[bits 136 to 159] ∈ UNINITIALIZED
+    [193].f1 ∈ [--..--]
+    [193].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [193].f3 ∈ [--..--]
+    [193].[bits 72 to 95] ∈ UNINITIALIZED
+    [193].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [193].f5 ∈ [--..--]
+    [193].[bits 136 to 159] ∈ UNINITIALIZED
+    [194].f1 ∈ [--..--]
+    [194].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [194].f3 ∈ [--..--]
+    [194].[bits 72 to 95] ∈ UNINITIALIZED
+    [194].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [194].f5 ∈ [--..--]
+    [194].[bits 136 to 159] ∈ UNINITIALIZED
+    [195].f1 ∈ [--..--]
+    [195].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [195].f3 ∈ [--..--]
+    [195].[bits 72 to 95] ∈ UNINITIALIZED
+    [195].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [195].f5 ∈ [--..--]
+    [195].[bits 136 to 159] ∈ UNINITIALIZED
+    [196].f1 ∈ [--..--]
+    [196].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [196].f3 ∈ [--..--]
+    [196].[bits 72 to 95] ∈ UNINITIALIZED
+    [196].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [196].f5 ∈ [--..--]
+    [196].[bits 136 to 159] ∈ UNINITIALIZED
+    [197].f1 ∈ [--..--]
+    [197].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [197].f3 ∈ [--..--]
+    [197].[bits 72 to 95] ∈ UNINITIALIZED
+    [197].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [197].f5 ∈ [--..--]
+    [197].[bits 136 to 159] ∈ UNINITIALIZED
+    [198].f1 ∈ [--..--]
+    [198].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [198].f3 ∈ [--..--]
+    [198].[bits 72 to 95] ∈ UNINITIALIZED
+    [198].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [198].f5 ∈ [--..--]
+    [198].[bits 136 to 159] ∈ UNINITIALIZED
+    [199].f1 ∈ [--..--]
+    [199].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [199].f3 ∈ [--..--]
+    [199].[bits 72 to 95] ∈ UNINITIALIZED
+    [199].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [199].f5 ∈ [--..--]
+    [199].[bits 136 to 159] ∈ UNINITIALIZED
+    [200].f1 ∈ [--..--]
+    [200].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [200].f3 ∈ [--..--]
+    [200].[bits 72 to 95] ∈ UNINITIALIZED
+    [200].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [200].f5 ∈ [--..--]
+    [200].[bits 136 to 159] ∈ UNINITIALIZED
+    [201].f1 ∈ [--..--]
+    [201].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [201].f3 ∈ [--..--]
+    [201].[bits 72 to 95] ∈ UNINITIALIZED
+    [201].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [201].f5 ∈ [--..--]
+    [201].[bits 136 to 159] ∈ UNINITIALIZED
+    [202].f1 ∈ [--..--]
+    [202].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [202].f3 ∈ [--..--]
+    [202].[bits 72 to 95] ∈ UNINITIALIZED
+    [202].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [202].f5 ∈ [--..--]
+    [202].[bits 136 to 159] ∈ UNINITIALIZED
+    [203].f1 ∈ [--..--]
+    [203].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [203].f3 ∈ [--..--]
+    [203].[bits 72 to 95] ∈ UNINITIALIZED
+    [203].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [203].f5 ∈ [--..--]
+    [203].[bits 136 to 159] ∈ UNINITIALIZED
+    [204].f1 ∈ [--..--]
+    [204].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [204].f3 ∈ [--..--]
+    [204].[bits 72 to 95] ∈ UNINITIALIZED
+    [204].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [204].f5 ∈ [--..--]
+    [204].[bits 136 to 159] ∈ UNINITIALIZED
+    [205].f1 ∈ [--..--]
+    [205].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [205].f3 ∈ [--..--]
+    [205].[bits 72 to 95] ∈ UNINITIALIZED
+    [205].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [205].f5 ∈ [--..--]
+    [205].[bits 136 to 159] ∈ UNINITIALIZED
+    [206].f1 ∈ [--..--]
+    [206].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [206].f3 ∈ [--..--]
+    [206].[bits 72 to 95] ∈ UNINITIALIZED
+    [206].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [206].f5 ∈ [--..--]
+    [206].[bits 136 to 159] ∈ UNINITIALIZED
+    [207].f1 ∈ [--..--]
+    [207].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [207].f3 ∈ [--..--]
+    [207].[bits 72 to 95] ∈ UNINITIALIZED
+    [207].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [207].f5 ∈ [--..--]
+    [207].[bits 136 to 159] ∈ UNINITIALIZED
+    [208].f1 ∈ [--..--]
+    [208].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [208].f3 ∈ [--..--]
+    [208].[bits 72 to 95] ∈ UNINITIALIZED
+    [208].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [208].f5 ∈ [--..--]
+    [208].[bits 136 to 159] ∈ UNINITIALIZED
+    [209].f1 ∈ [--..--]
+    [209].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [209].f3 ∈ [--..--]
+    [209].[bits 72 to 95] ∈ UNINITIALIZED
+    [209].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [209].f5 ∈ [--..--]
+    [209].[bits 136 to 159] ∈ UNINITIALIZED
+    [210].f1 ∈ [--..--]
+    [210].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [210].f3 ∈ [--..--]
+    [210].[bits 72 to 95] ∈ UNINITIALIZED
+    [210].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [210].f5 ∈ [--..--]
+    [210].[bits 136 to 159] ∈ UNINITIALIZED
+    [211].f1 ∈ [--..--]
+    [211].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [211].f3 ∈ [--..--]
+    [211].[bits 72 to 95] ∈ UNINITIALIZED
+    [211].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [211].f5 ∈ [--..--]
+    [211].[bits 136 to 159] ∈ UNINITIALIZED
+    [212].f1 ∈ [--..--]
+    [212].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [212].f3 ∈ [--..--]
+    [212].[bits 72 to 95] ∈ UNINITIALIZED
+    [212].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [212].f5 ∈ [--..--]
+    [212].[bits 136 to 159] ∈ UNINITIALIZED
+    [213].f1 ∈ [--..--]
+    [213].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [213].f3 ∈ [--..--]
+    [213].[bits 72 to 95] ∈ UNINITIALIZED
+    [213].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [213].f5 ∈ [--..--]
+    [213].[bits 136 to 159] ∈ UNINITIALIZED
+    [214].f1 ∈ [--..--]
+    [214].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [214].f3 ∈ [--..--]
+    [214].[bits 72 to 95] ∈ UNINITIALIZED
+    [214].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [214].f5 ∈ [--..--]
+    [214].[bits 136 to 159] ∈ UNINITIALIZED
+    [215].f1 ∈ [--..--]
+    [215].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [215].f3 ∈ [--..--]
+    [215].[bits 72 to 95] ∈ UNINITIALIZED
+    [215].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [215].f5 ∈ [--..--]
+    [215].[bits 136 to 159] ∈ UNINITIALIZED
+    [216].f1 ∈ [--..--]
+    [216].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [216].f3 ∈ [--..--]
+    [216].[bits 72 to 95] ∈ UNINITIALIZED
+    [216].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [216].f5 ∈ [--..--]
+    [216].[bits 136 to 159] ∈ UNINITIALIZED
+    [217].f1 ∈ [--..--]
+    [217].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [217].f3 ∈ [--..--]
+    [217].[bits 72 to 95] ∈ UNINITIALIZED
+    [217].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [217].f5 ∈ [--..--]
+    [217].[bits 136 to 159] ∈ UNINITIALIZED
+    [218].f1 ∈ [--..--]
+    [218].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [218].f3 ∈ [--..--]
+    [218].[bits 72 to 95] ∈ UNINITIALIZED
+    [218].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [218].f5 ∈ [--..--]
+    [218].[bits 136 to 159] ∈ UNINITIALIZED
+    [219].f1 ∈ [--..--]
+    [219].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [219].f3 ∈ [--..--]
+    [219].[bits 72 to 95] ∈ UNINITIALIZED
+    [219].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [219].f5 ∈ [--..--]
+    [219].[bits 136 to 159] ∈ UNINITIALIZED
+    [220].f1 ∈ [--..--]
+    [220].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [220].f3 ∈ [--..--]
+    [220].[bits 72 to 95] ∈ UNINITIALIZED
+    [220].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [220].f5 ∈ [--..--]
+    [220].[bits 136 to 159] ∈ UNINITIALIZED
+    [221].f1 ∈ [--..--]
+    [221].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [221].f3 ∈ [--..--]
+    [221].[bits 72 to 95] ∈ UNINITIALIZED
+    [221].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [221].f5 ∈ [--..--]
+    [221].[bits 136 to 159] ∈ UNINITIALIZED
+    [222].f1 ∈ [--..--]
+    [222].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [222].f3 ∈ [--..--]
+    [222].[bits 72 to 95] ∈ UNINITIALIZED
+    [222].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [222].f5 ∈ [--..--]
+    [222].[bits 136 to 159] ∈ UNINITIALIZED
+    [223].f1 ∈ [--..--]
+    [223].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [223].f3 ∈ [--..--]
+    [223].[bits 72 to 95] ∈ UNINITIALIZED
+    [223].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [223].f5 ∈ [--..--]
+    [223].[bits 136 to 159] ∈ UNINITIALIZED
+    [224].f1 ∈ [--..--]
+    [224].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [224].f3 ∈ [--..--]
+    [224].[bits 72 to 95] ∈ UNINITIALIZED
+    [224].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [224].f5 ∈ [--..--]
+    [224].[bits 136 to 159] ∈ UNINITIALIZED
+    [225].f1 ∈ [--..--]
+    [225].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [225].f3 ∈ [--..--]
+    [225].[bits 72 to 95] ∈ UNINITIALIZED
+    [225].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [225].f5 ∈ [--..--]
+    [225].[bits 136 to 159] ∈ UNINITIALIZED
+    [226].f1 ∈ [--..--]
+    [226].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [226].f3 ∈ [--..--]
+    [226].[bits 72 to 95] ∈ UNINITIALIZED
+    [226].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [226].f5 ∈ [--..--]
+    [226].[bits 136 to 159] ∈ UNINITIALIZED
+    [227].f1 ∈ [--..--]
+    [227].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [227].f3 ∈ [--..--]
+    [227].[bits 72 to 95] ∈ UNINITIALIZED
+    [227].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [227].f5 ∈ [--..--]
+    [227].[bits 136 to 159] ∈ UNINITIALIZED
+    [228].f1 ∈ [--..--]
+    [228].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [228].f3 ∈ [--..--]
+    [228].[bits 72 to 95] ∈ UNINITIALIZED
+    [228].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [228].f5 ∈ [--..--]
+    [228].[bits 136 to 159] ∈ UNINITIALIZED
+    [229].f1 ∈ [--..--]
+    [229].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [229].f3 ∈ [--..--]
+    [229].[bits 72 to 95] ∈ UNINITIALIZED
+    [229].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [229].f5 ∈ [--..--]
+    [229].[bits 136 to 159] ∈ UNINITIALIZED
+    [230].f1 ∈ [--..--]
+    [230].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [230].f3 ∈ [--..--]
+    [230].[bits 72 to 95] ∈ UNINITIALIZED
+    [230].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [230].f5 ∈ [--..--]
+    [230].[bits 136 to 159] ∈ UNINITIALIZED
+    [231].f1 ∈ [--..--]
+    [231].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [231].f3 ∈ [--..--]
+    [231].[bits 72 to 95] ∈ UNINITIALIZED
+    [231].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [231].f5 ∈ [--..--]
+    [231].[bits 136 to 159] ∈ UNINITIALIZED
+    [232].f1 ∈ [--..--]
+    [232].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [232].f3 ∈ [--..--]
+    [232].[bits 72 to 95] ∈ UNINITIALIZED
+    [232].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [232].f5 ∈ [--..--]
+    [232].[bits 136 to 159] ∈ UNINITIALIZED
+    [233].f1 ∈ [--..--]
+    [233].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [233].f3 ∈ [--..--]
+    [233].[bits 72 to 95] ∈ UNINITIALIZED
+    [233].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [233].f5 ∈ [--..--]
+    [233].[bits 136 to 159] ∈ UNINITIALIZED
+    [234].f1 ∈ [--..--]
+    [234].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [234].f3 ∈ [--..--]
+    [234].[bits 72 to 95] ∈ UNINITIALIZED
+    [234].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [234].f5 ∈ [--..--]
+    [234].[bits 136 to 159] ∈ UNINITIALIZED
+    [235].f1 ∈ [--..--]
+    [235].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [235].f3 ∈ [--..--]
+    [235].[bits 72 to 95] ∈ UNINITIALIZED
+    [235].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [235].f5 ∈ [--..--]
+    [235].[bits 136 to 159] ∈ UNINITIALIZED
+    [236].f1 ∈ [--..--]
+    [236].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [236].f3 ∈ [--..--]
+    [236].[bits 72 to 95] ∈ UNINITIALIZED
+    [236].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [236].f5 ∈ [--..--]
+    [236].[bits 136 to 159] ∈ UNINITIALIZED
+    [237].f1 ∈ [--..--]
+    [237].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [237].f3 ∈ [--..--]
+    [237].[bits 72 to 95] ∈ UNINITIALIZED
+    [237].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [237].f5 ∈ [--..--]
+    [237].[bits 136 to 159] ∈ UNINITIALIZED
+    [238].f1 ∈ [--..--]
+    [238].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [238].f3 ∈ [--..--]
+    [238].[bits 72 to 95] ∈ UNINITIALIZED
+    [238].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [238].f5 ∈ [--..--]
+    [238].[bits 136 to 159] ∈ UNINITIALIZED
+    [239].f1 ∈ [--..--]
+    [239].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [239].f3 ∈ [--..--]
+    [239].[bits 72 to 95] ∈ UNINITIALIZED
+    [239].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [239].f5 ∈ [--..--]
+    [239].[bits 136 to 159] ∈ UNINITIALIZED
+    [240].f1 ∈ [--..--]
+    [240].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [240].f3 ∈ [--..--]
+    [240].[bits 72 to 95] ∈ UNINITIALIZED
+    [240].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [240].f5 ∈ [--..--]
+    [240].[bits 136 to 159] ∈ UNINITIALIZED
+    [241].f1 ∈ [--..--]
+    [241].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [241].f3 ∈ [--..--]
+    [241].[bits 72 to 95] ∈ UNINITIALIZED
+    [241].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [241].f5 ∈ [--..--]
+    [241].[bits 136 to 159] ∈ UNINITIALIZED
+    [242].f1 ∈ [--..--]
+    [242].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [242].f3 ∈ [--..--]
+    [242].[bits 72 to 95] ∈ UNINITIALIZED
+    [242].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [242].f5 ∈ [--..--]
+    [242].[bits 136 to 159] ∈ UNINITIALIZED
+    [243].f1 ∈ [--..--]
+    [243].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [243].f3 ∈ [--..--]
+    [243].[bits 72 to 95] ∈ UNINITIALIZED
+    [243].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [243].f5 ∈ [--..--]
+    [243].[bits 136 to 159] ∈ UNINITIALIZED
+    [244].f1 ∈ [--..--]
+    [244].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [244].f3 ∈ [--..--]
+    [244].[bits 72 to 95] ∈ UNINITIALIZED
+    [244].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [244].f5 ∈ [--..--]
+    [244].[bits 136 to 159] ∈ UNINITIALIZED
+    [245].f1 ∈ [--..--]
+    [245].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [245].f3 ∈ [--..--]
+    [245].[bits 72 to 95] ∈ UNINITIALIZED
+    [245].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [245].f5 ∈ [--..--]
+    [245].[bits 136 to 159] ∈ UNINITIALIZED
+    [246].f1 ∈ [--..--]
+    [246].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [246].f3 ∈ [--..--]
+    [246].[bits 72 to 95] ∈ UNINITIALIZED
+    [246].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [246].f5 ∈ [--..--]
+    [246].[bits 136 to 159] ∈ UNINITIALIZED
+    [247].f1 ∈ [--..--]
+    [247].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [247].f3 ∈ [--..--]
+    [247].[bits 72 to 95] ∈ UNINITIALIZED
+    [247].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [247].f5 ∈ [--..--]
+    [247].[bits 136 to 159] ∈ UNINITIALIZED
+    [248].f1 ∈ [--..--]
+    [248].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [248].f3 ∈ [--..--]
+    [248].[bits 72 to 95] ∈ UNINITIALIZED
+    [248].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [248].f5 ∈ [--..--]
+    [248].[bits 136 to 159] ∈ UNINITIALIZED
+    [249].f1 ∈ [--..--]
+    [249].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [249].f3 ∈ [--..--]
+    [249].[bits 72 to 95] ∈ UNINITIALIZED
+    [249].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [249].f5 ∈ [--..--]
+    [249].[bits 136 to 159] ∈ UNINITIALIZED
+    [250].f1 ∈ [--..--]
+    [250].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [250].f3 ∈ [--..--]
+    [250].[bits 72 to 95] ∈ UNINITIALIZED
+    [250].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [250].f5 ∈ [--..--]
+    [250].[bits 136 to 159] ∈ UNINITIALIZED
+    [251].f1 ∈ [--..--]
+    [251].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [251].f3 ∈ [--..--]
+    [251].[bits 72 to 95] ∈ UNINITIALIZED
+    [251].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [251].f5 ∈ [--..--]
+    [251].[bits 136 to 159] ∈ UNINITIALIZED
+    [252].f1 ∈ [--..--]
+    [252].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [252].f3 ∈ [--..--]
+    [252].[bits 72 to 95] ∈ UNINITIALIZED
+    [252].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [252].f5 ∈ [--..--]
+    [252].[bits 136 to 159] ∈ UNINITIALIZED
+    [253].f1 ∈ [--..--]
+    [253].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [253].f3 ∈ [--..--]
+    [253].[bits 72 to 95] ∈ UNINITIALIZED
+    [253].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [253].f5 ∈ [--..--]
+    [253].[bits 136 to 159] ∈ UNINITIALIZED
+    [254].f1 ∈ [--..--]
+    [254].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [254].f3 ∈ [--..--]
+    [254].[bits 72 to 95] ∈ UNINITIALIZED
+    [254].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [254].f5 ∈ [--..--]
+    [254].[bits 136 to 159] ∈ UNINITIALIZED
+    [255].f1 ∈ [--..--]
+    [255].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [255].f3 ∈ [--..--]
+    [255].[bits 72 to 95] ∈ UNINITIALIZED
+    [255].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [255].f5 ∈ [--..--]
+    [255].[bits 136 to 159] ∈ UNINITIALIZED
+    [256].f1 ∈ [--..--]
+    [256].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [256].f3 ∈ [--..--]
+    [256].[bits 72 to 95] ∈ UNINITIALIZED
+    [256].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [256].f5 ∈ [--..--]
+    [256].[bits 136 to 159] ∈ UNINITIALIZED
+    [257].f1 ∈ [--..--]
+    [257].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [257].f3 ∈ [--..--]
+    [257].[bits 72 to 95] ∈ UNINITIALIZED
+    [257].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [257].f5 ∈ [--..--]
+    [257].[bits 136 to 159] ∈ UNINITIALIZED
+    [258].f1 ∈ [--..--]
+    [258].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [258].f3 ∈ [--..--]
+    [258].[bits 72 to 95] ∈ UNINITIALIZED
+    [258].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [258].f5 ∈ [--..--]
+    [258].[bits 136 to 159] ∈ UNINITIALIZED
+    [259].f1 ∈ [--..--]
+    [259].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [259].f3 ∈ [--..--]
+    [259].[bits 72 to 95] ∈ UNINITIALIZED
+    [259].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [259].f5 ∈ [--..--]
+    [259].[bits 136 to 159] ∈ UNINITIALIZED
+    [260].f1 ∈ [--..--]
+    [260].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [260].f3 ∈ [--..--]
+    [260].[bits 72 to 95] ∈ UNINITIALIZED
+    [260].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [260].f5 ∈ [--..--]
+    [260].[bits 136 to 159] ∈ UNINITIALIZED
+    [261].f1 ∈ [--..--]
+    [261].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [261].f3 ∈ [--..--]
+    [261].[bits 72 to 95] ∈ UNINITIALIZED
+    [261].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [261].f5 ∈ [--..--]
+    [261].[bits 136 to 159] ∈ UNINITIALIZED
+    [262].f1 ∈ [--..--]
+    [262].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [262].f3 ∈ [--..--]
+    [262].[bits 72 to 95] ∈ UNINITIALIZED
+    [262].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [262].f5 ∈ [--..--]
+    [262].[bits 136 to 159] ∈ UNINITIALIZED
+    [263].f1 ∈ [--..--]
+    [263].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [263].f3 ∈ [--..--]
+    [263].[bits 72 to 95] ∈ UNINITIALIZED
+    [263].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [263].f5 ∈ [--..--]
+    [263].[bits 136 to 159] ∈ UNINITIALIZED
+    [264].f1 ∈ [--..--]
+    [264].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [264].f3 ∈ [--..--]
+    [264].[bits 72 to 95] ∈ UNINITIALIZED
+    [264].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [264].f5 ∈ [--..--]
+    [264].[bits 136 to 159] ∈ UNINITIALIZED
+    [265].f1 ∈ [--..--]
+    [265].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [265].f3 ∈ [--..--]
+    [265].[bits 72 to 95] ∈ UNINITIALIZED
+    [265].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [265].f5 ∈ [--..--]
+    [265].[bits 136 to 159] ∈ UNINITIALIZED
+    [266].f1 ∈ [--..--]
+    [266].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [266].f3 ∈ [--..--]
+    [266].[bits 72 to 95] ∈ UNINITIALIZED
+    [266].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [266].f5 ∈ [--..--]
+    [266].[bits 136 to 159] ∈ UNINITIALIZED
+    [267].f1 ∈ [--..--]
+    [267].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [267].f3 ∈ [--..--]
+    [267].[bits 72 to 95] ∈ UNINITIALIZED
+    [267].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [267].f5 ∈ [--..--]
+    [267].[bits 136 to 159] ∈ UNINITIALIZED
+    [268].f1 ∈ [--..--]
+    [268].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [268].f3 ∈ [--..--]
+    [268].[bits 72 to 95] ∈ UNINITIALIZED
+    [268].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [268].f5 ∈ [--..--]
+    [268].[bits 136 to 159] ∈ UNINITIALIZED
+    [269].f1 ∈ [--..--]
+    [269].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [269].f3 ∈ [--..--]
+    [269].[bits 72 to 95] ∈ UNINITIALIZED
+    [269].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [269].f5 ∈ [--..--]
+    [269].[bits 136 to 159] ∈ UNINITIALIZED
+    [270].f1 ∈ [--..--]
+    [270].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [270].f3 ∈ [--..--]
+    [270].[bits 72 to 95] ∈ UNINITIALIZED
+    [270].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [270].f5 ∈ [--..--]
+    [270].[bits 136 to 159] ∈ UNINITIALIZED
+    [271].f1 ∈ [--..--]
+    [271].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [271].f3 ∈ [--..--]
+    [271].[bits 72 to 95] ∈ UNINITIALIZED
+    [271].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [271].f5 ∈ [--..--]
+    [271].[bits 136 to 159] ∈ UNINITIALIZED
+    [272].f1 ∈ [--..--]
+    [272].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [272].f3 ∈ [--..--]
+    [272].[bits 72 to 95] ∈ UNINITIALIZED
+    [272].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [272].f5 ∈ [--..--]
+    [272].[bits 136 to 159] ∈ UNINITIALIZED
+    [273].f1 ∈ [--..--]
+    [273].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [273].f3 ∈ [--..--]
+    [273].[bits 72 to 95] ∈ UNINITIALIZED
+    [273].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [273].f5 ∈ [--..--]
+    [273].[bits 136 to 159] ∈ UNINITIALIZED
+    [274].f1 ∈ [--..--]
+    [274].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [274].f3 ∈ [--..--]
+    [274].[bits 72 to 95] ∈ UNINITIALIZED
+    [274].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [274].f5 ∈ [--..--]
+    [274].[bits 136 to 159] ∈ UNINITIALIZED
+    [275].f1 ∈ [--..--]
+    [275].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [275].f3 ∈ [--..--]
+    [275].[bits 72 to 95] ∈ UNINITIALIZED
+    [275].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [275].f5 ∈ [--..--]
+    [275].[bits 136 to 159] ∈ UNINITIALIZED
+    [276].f1 ∈ [--..--]
+    [276].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [276].f3 ∈ [--..--]
+    [276].[bits 72 to 95] ∈ UNINITIALIZED
+    [276].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [276].f5 ∈ [--..--]
+    [276].[bits 136 to 159] ∈ UNINITIALIZED
+    [277].f1 ∈ [--..--]
+    [277].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [277].f3 ∈ [--..--]
+    [277].[bits 72 to 95] ∈ UNINITIALIZED
+    [277].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [277].f5 ∈ [--..--]
+    [277].[bits 136 to 159] ∈ UNINITIALIZED
+    [278].f1 ∈ [--..--]
+    [278].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [278].f3 ∈ [--..--]
+    [278].[bits 72 to 95] ∈ UNINITIALIZED
+    [278].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [278].f5 ∈ [--..--]
+    [278].[bits 136 to 159] ∈ UNINITIALIZED
+    [279].f1 ∈ [--..--]
+    [279].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [279].f3 ∈ [--..--]
+    [279].[bits 72 to 95] ∈ UNINITIALIZED
+    [279].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [279].f5 ∈ [--..--]
+    [279].[bits 136 to 159] ∈ UNINITIALIZED
+    [280].f1 ∈ [--..--]
+    [280].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [280].f3 ∈ [--..--]
+    [280].[bits 72 to 95] ∈ UNINITIALIZED
+    [280].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [280].f5 ∈ [--..--]
+    [280].[bits 136 to 159] ∈ UNINITIALIZED
+    [281].f1 ∈ [--..--]
+    [281].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [281].f3 ∈ [--..--]
+    [281].[bits 72 to 95] ∈ UNINITIALIZED
+    [281].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [281].f5 ∈ [--..--]
+    [281].[bits 136 to 159] ∈ UNINITIALIZED
+    [282].f1 ∈ [--..--]
+    [282].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [282].f3 ∈ [--..--]
+    [282].[bits 72 to 95] ∈ UNINITIALIZED
+    [282].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [282].f5 ∈ [--..--]
+    [282].[bits 136 to 159] ∈ UNINITIALIZED
+    [283].f1 ∈ [--..--]
+    [283].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [283].f3 ∈ [--..--]
+    [283].[bits 72 to 95] ∈ UNINITIALIZED
+    [283].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [283].f5 ∈ [--..--]
+    [283].[bits 136 to 159] ∈ UNINITIALIZED
+    [284].f1 ∈ [--..--]
+    [284].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [284].f3 ∈ [--..--]
+    [284].[bits 72 to 95] ∈ UNINITIALIZED
+    [284].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [284].f5 ∈ [--..--]
+    [284].[bits 136 to 159] ∈ UNINITIALIZED
+    [285].f1 ∈ [--..--]
+    [285].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [285].f3 ∈ [--..--]
+    [285].[bits 72 to 95] ∈ UNINITIALIZED
+    [285].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [285].f5 ∈ [--..--]
+    [285].[bits 136 to 159] ∈ UNINITIALIZED
+    [286].f1 ∈ [--..--]
+    [286].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [286].f3 ∈ [--..--]
+    [286].[bits 72 to 95] ∈ UNINITIALIZED
+    [286].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [286].f5 ∈ [--..--]
+    [286].[bits 136 to 159] ∈ UNINITIALIZED
+    [287].f1 ∈ [--..--]
+    [287].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [287].f3 ∈ [--..--]
+    [287].[bits 72 to 95] ∈ UNINITIALIZED
+    [287].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [287].f5 ∈ [--..--]
+    [287].[bits 136 to 159] ∈ UNINITIALIZED
+    [288].f1 ∈ [--..--]
+    [288].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [288].f3 ∈ [--..--]
+    [288].[bits 72 to 95] ∈ UNINITIALIZED
+    [288].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [288].f5 ∈ [--..--]
+    [288].[bits 136 to 159] ∈ UNINITIALIZED
+    [289].f1 ∈ [--..--]
+    [289].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [289].f3 ∈ [--..--]
+    [289].[bits 72 to 95] ∈ UNINITIALIZED
+    [289].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [289].f5 ∈ [--..--]
+    [289].[bits 136 to 159] ∈ UNINITIALIZED
+    [290].f1 ∈ [--..--]
+    [290].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [290].f3 ∈ [--..--]
+    [290].[bits 72 to 95] ∈ UNINITIALIZED
+    [290].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [290].f5 ∈ [--..--]
+    [290].[bits 136 to 159] ∈ UNINITIALIZED
+    [291].f1 ∈ [--..--]
+    [291].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [291].f3 ∈ [--..--]
+    [291].[bits 72 to 95] ∈ UNINITIALIZED
+    [291].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [291].f5 ∈ [--..--]
+    [291].[bits 136 to 159] ∈ UNINITIALIZED
+    [292].f1 ∈ [--..--]
+    [292].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [292].f3 ∈ [--..--]
+    [292].[bits 72 to 95] ∈ UNINITIALIZED
+    [292].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [292].f5 ∈ [--..--]
+    [292].[bits 136 to 159] ∈ UNINITIALIZED
+    [293].f1 ∈ [--..--]
+    [293].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [293].f3 ∈ [--..--]
+    [293].[bits 72 to 95] ∈ UNINITIALIZED
+    [293].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [293].f5 ∈ [--..--]
+    [293].[bits 136 to 159] ∈ UNINITIALIZED
+    [294].f1 ∈ [--..--]
+    [294].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [294].f3 ∈ [--..--]
+    [294].[bits 72 to 95] ∈ UNINITIALIZED
+    [294].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [294].f5 ∈ [--..--]
+    [294].[bits 136 to 159] ∈ UNINITIALIZED
+    [295].f1 ∈ [--..--]
+    [295].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [295].f3 ∈ [--..--]
+    [295].[bits 72 to 95] ∈ UNINITIALIZED
+    [295].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [295].f5 ∈ [--..--]
+    [295].[bits 136 to 159] ∈ UNINITIALIZED
+    [296].f1 ∈ [--..--]
+    [296].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [296].f3 ∈ [--..--]
+    [296].[bits 72 to 95] ∈ UNINITIALIZED
+    [296].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [296].f5 ∈ [--..--]
+    [296].[bits 136 to 159] ∈ UNINITIALIZED
+    [297].f1 ∈ [--..--]
+    [297].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [297].f3 ∈ [--..--]
+    [297].[bits 72 to 95] ∈ UNINITIALIZED
+    [297].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [297].f5 ∈ [--..--]
+    [297].[bits 136 to 159] ∈ UNINITIALIZED
+    [298].f1 ∈ [--..--]
+    [298].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [298].f3 ∈ [--..--]
+    [298].[bits 72 to 95] ∈ UNINITIALIZED
+    [298].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [298].f5 ∈ [--..--]
+    [298].[bits 136 to 159] ∈ UNINITIALIZED
+    [299].f1 ∈ [--..--]
+    [299].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [299].f3 ∈ [--..--]
+    [299].[bits 72 to 95] ∈ UNINITIALIZED
+    [299].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [299].f5 ∈ [--..--]
+    [299].[bits 136 to 159] ∈ UNINITIALIZED
+    [300].f1 ∈ [--..--]
+    [300].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [300].f3 ∈ [--..--]
+    [300].[bits 72 to 95] ∈ UNINITIALIZED
+    [300].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [300].f5 ∈ [--..--]
+    [300].[bits 136 to 159] ∈ UNINITIALIZED
+    [301].f1 ∈ [--..--]
+    [301].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [301].f3 ∈ [--..--]
+    [301].[bits 72 to 95] ∈ UNINITIALIZED
+    [301].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [301].f5 ∈ [--..--]
+    [301].[bits 136 to 159] ∈ UNINITIALIZED
+    [302].f1 ∈ [--..--]
+    [302].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [302].f3 ∈ [--..--]
+    [302].[bits 72 to 95] ∈ UNINITIALIZED
+    [302].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [302].f5 ∈ [--..--]
+    [302].[bits 136 to 159] ∈ UNINITIALIZED
+    [303].f1 ∈ [--..--]
+    [303].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [303].f3 ∈ [--..--]
+    [303].[bits 72 to 95] ∈ UNINITIALIZED
+    [303].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [303].f5 ∈ [--..--]
+    [303].[bits 136 to 159] ∈ UNINITIALIZED
+    [304].f1 ∈ [--..--]
+    [304].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [304].f3 ∈ [--..--]
+    [304].[bits 72 to 95] ∈ UNINITIALIZED
+    [304].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [304].f5 ∈ [--..--]
+    [304].[bits 136 to 159] ∈ UNINITIALIZED
+    [305].f1 ∈ [--..--]
+    [305].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [305].f3 ∈ [--..--]
+    [305].[bits 72 to 95] ∈ UNINITIALIZED
+    [305].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [305].f5 ∈ [--..--]
+    [305].[bits 136 to 159] ∈ UNINITIALIZED
+    [306].f1 ∈ [--..--]
+    [306].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [306].f3 ∈ [--..--]
+    [306].[bits 72 to 95] ∈ UNINITIALIZED
+    [306].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [306].f5 ∈ [--..--]
+    [306].[bits 136 to 159] ∈ UNINITIALIZED
+    [307].f1 ∈ [--..--]
+    [307].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [307].f3 ∈ [--..--]
+    [307].[bits 72 to 95] ∈ UNINITIALIZED
+    [307].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [307].f5 ∈ [--..--]
+    [307].[bits 136 to 159] ∈ UNINITIALIZED
+    [308].f1 ∈ [--..--]
+    [308].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [308].f3 ∈ [--..--]
+    [308].[bits 72 to 95] ∈ UNINITIALIZED
+    [308].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [308].f5 ∈ [--..--]
+    [308].[bits 136 to 159] ∈ UNINITIALIZED
+    [309].f1 ∈ [--..--]
+    [309].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [309].f3 ∈ [--..--]
+    [309].[bits 72 to 95] ∈ UNINITIALIZED
+    [309].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [309].f5 ∈ [--..--]
+    [309].[bits 136 to 159] ∈ UNINITIALIZED
+    [310].f1 ∈ [--..--]
+    [310].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [310].f3 ∈ [--..--]
+    [310].[bits 72 to 95] ∈ UNINITIALIZED
+    [310].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [310].f5 ∈ [--..--]
+    [310].[bits 136 to 159] ∈ UNINITIALIZED
+    [311].f1 ∈ [--..--]
+    [311].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [311].f3 ∈ [--..--]
+    [311].[bits 72 to 95] ∈ UNINITIALIZED
+    [311].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [311].f5 ∈ [--..--]
+    [311].[bits 136 to 159] ∈ UNINITIALIZED
+    [312].f1 ∈ [--..--]
+    [312].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [312].f3 ∈ [--..--]
+    [312].[bits 72 to 95] ∈ UNINITIALIZED
+    [312].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [312].f5 ∈ [--..--]
+    [312].[bits 136 to 159] ∈ UNINITIALIZED
+    [313].f1 ∈ [--..--]
+    [313].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [313].f3 ∈ [--..--]
+    [313].[bits 72 to 95] ∈ UNINITIALIZED
+    [313].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [313].f5 ∈ [--..--]
+    [313].[bits 136 to 159] ∈ UNINITIALIZED
+    [314].f1 ∈ [--..--]
+    [314].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [314].f3 ∈ [--..--]
+    [314].[bits 72 to 95] ∈ UNINITIALIZED
+    [314].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [314].f5 ∈ [--..--]
+    [314].[bits 136 to 159] ∈ UNINITIALIZED
+    [315].f1 ∈ [--..--]
+    [315].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [315].f3 ∈ [--..--]
+    [315].[bits 72 to 95] ∈ UNINITIALIZED
+    [315].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [315].f5 ∈ [--..--]
+    [315].[bits 136 to 159] ∈ UNINITIALIZED
+    [316].f1 ∈ [--..--]
+    [316].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [316].f3 ∈ [--..--]
+    [316].[bits 72 to 95] ∈ UNINITIALIZED
+    [316].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [316].f5 ∈ [--..--]
+    [316].[bits 136 to 159] ∈ UNINITIALIZED
+    [317].f1 ∈ [--..--]
+    [317].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [317].f3 ∈ [--..--]
+    [317].[bits 72 to 95] ∈ UNINITIALIZED
+    [317].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [317].f5 ∈ [--..--]
+    [317].[bits 136 to 159] ∈ UNINITIALIZED
+    [318].f1 ∈ [--..--]
+    [318].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [318].f3 ∈ [--..--]
+    [318].[bits 72 to 95] ∈ UNINITIALIZED
+    [318].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [318].f5 ∈ [--..--]
+    [318].[bits 136 to 159] ∈ UNINITIALIZED
+    [319].f1 ∈ [--..--]
+    [319].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [319].f3 ∈ [--..--]
+    [319].[bits 72 to 95] ∈ UNINITIALIZED
+    [319].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [319].f5 ∈ [--..--]
+    [319].[bits 136 to 159] ∈ UNINITIALIZED
+    [320].f1 ∈ [--..--]
+    [320].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [320].f3 ∈ [--..--]
+    [320].[bits 72 to 95] ∈ UNINITIALIZED
+    [320].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [320].f5 ∈ [--..--]
+    [320].[bits 136 to 159] ∈ UNINITIALIZED
+    [321].f1 ∈ [--..--]
+    [321].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [321].f3 ∈ [--..--]
+    [321].[bits 72 to 95] ∈ UNINITIALIZED
+    [321].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [321].f5 ∈ [--..--]
+    [321].[bits 136 to 159] ∈ UNINITIALIZED
+    [322].f1 ∈ [--..--]
+    [322].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [322].f3 ∈ [--..--]
+    [322].[bits 72 to 95] ∈ UNINITIALIZED
+    [322].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [322].f5 ∈ [--..--]
+    [322].[bits 136 to 159] ∈ UNINITIALIZED
+    [323].f1 ∈ [--..--]
+    [323].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [323].f3 ∈ [--..--]
+    [323].[bits 72 to 95] ∈ UNINITIALIZED
+    [323].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [323].f5 ∈ [--..--]
+    [323].[bits 136 to 159] ∈ UNINITIALIZED
+    [324].f1 ∈ [--..--]
+    [324].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [324].f3 ∈ [--..--]
+    [324].[bits 72 to 95] ∈ UNINITIALIZED
+    [324].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [324].f5 ∈ [--..--]
+    [324].[bits 136 to 159] ∈ UNINITIALIZED
+    [325].f1 ∈ [--..--]
+    [325].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [325].f3 ∈ [--..--]
+    [325].[bits 72 to 95] ∈ UNINITIALIZED
+    [325].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [325].f5 ∈ [--..--]
+    [325].[bits 136 to 159] ∈ UNINITIALIZED
+    [326].f1 ∈ [--..--]
+    [326].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [326].f3 ∈ [--..--]
+    [326].[bits 72 to 95] ∈ UNINITIALIZED
+    [326].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [326].f5 ∈ [--..--]
+    [326].[bits 136 to 159] ∈ UNINITIALIZED
+    [327].f1 ∈ [--..--]
+    [327].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [327].f3 ∈ [--..--]
+    [327].[bits 72 to 95] ∈ UNINITIALIZED
+    [327].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [327].f5 ∈ [--..--]
+    [327].[bits 136 to 159] ∈ UNINITIALIZED
+    [328].f1 ∈ [--..--]
+    [328].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [328].f3 ∈ [--..--]
+    [328].[bits 72 to 95] ∈ UNINITIALIZED
+    [328].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [328].f5 ∈ [--..--]
+    [328].[bits 136 to 159] ∈ UNINITIALIZED
+    [329].f1 ∈ [--..--]
+    [329].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [329].f3 ∈ [--..--]
+    [329].[bits 72 to 95] ∈ UNINITIALIZED
+    [329].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [329].f5 ∈ [--..--]
+    [329].[bits 136 to 159] ∈ UNINITIALIZED
+    [330].f1 ∈ [--..--]
+    [330].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [330].f3 ∈ [--..--]
+    [330].[bits 72 to 95] ∈ UNINITIALIZED
+    [330].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [330].f5 ∈ [--..--]
+    [330].[bits 136 to 159] ∈ UNINITIALIZED
+    [331].f1 ∈ [--..--]
+    [331].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [331].f3 ∈ [--..--]
+    [331].[bits 72 to 95] ∈ UNINITIALIZED
+    [331].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [331].f5 ∈ [--..--]
+    [331].[bits 136 to 159] ∈ UNINITIALIZED
+    [332].f1 ∈ [--..--]
+    [332].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [332].f3 ∈ [--..--]
+    [332].[bits 72 to 95] ∈ UNINITIALIZED
+    [332].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [332].f5 ∈ [--..--]
+    [332].[bits 136 to 159] ∈ UNINITIALIZED
+    [333].f1 ∈ [--..--]
+    [333].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [333].f3 ∈ [--..--]
+    [333].[bits 72 to 95] ∈ UNINITIALIZED
+    [333].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [333].f5 ∈ [--..--]
+    [333].[bits 136 to 159] ∈ UNINITIALIZED
+    [334].f1 ∈ [--..--]
+    [334].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [334].f3 ∈ [--..--]
+    [334].[bits 72 to 95] ∈ UNINITIALIZED
+    [334].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [334].f5 ∈ [--..--]
+    [334].[bits 136 to 159] ∈ UNINITIALIZED
+    [335].f1 ∈ [--..--]
+    [335].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [335].f3 ∈ [--..--]
+    [335].[bits 72 to 95] ∈ UNINITIALIZED
+    [335].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [335].f5 ∈ [--..--]
+    [335].[bits 136 to 159] ∈ UNINITIALIZED
+    [336].f1 ∈ [--..--]
+    [336].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [336].f3 ∈ [--..--]
+    [336].[bits 72 to 95] ∈ UNINITIALIZED
+    [336].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [336].f5 ∈ [--..--]
+    [336].[bits 136 to 159] ∈ UNINITIALIZED
+    [337].f1 ∈ [--..--]
+    [337].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [337].f3 ∈ [--..--]
+    [337].[bits 72 to 95] ∈ UNINITIALIZED
+    [337].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [337].f5 ∈ [--..--]
+    [337].[bits 136 to 159] ∈ UNINITIALIZED
+    [338].f1 ∈ [--..--]
+    [338].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [338].f3 ∈ [--..--]
+    [338].[bits 72 to 95] ∈ UNINITIALIZED
+    [338].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [338].f5 ∈ [--..--]
+    [338].[bits 136 to 159] ∈ UNINITIALIZED
+    [339].f1 ∈ [--..--]
+    [339].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [339].f3 ∈ [--..--]
+    [339].[bits 72 to 95] ∈ UNINITIALIZED
+    [339].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [339].f5 ∈ [--..--]
+    [339].[bits 136 to 159] ∈ UNINITIALIZED
+    [340].f1 ∈ [--..--]
+    [340].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [340].f3 ∈ [--..--]
+    [340].[bits 72 to 95] ∈ UNINITIALIZED
+    [340].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [340].f5 ∈ [--..--]
+    [340].[bits 136 to 159] ∈ UNINITIALIZED
+    [341].f1 ∈ [--..--]
+    [341].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [341].f3 ∈ [--..--]
+    [341].[bits 72 to 95] ∈ UNINITIALIZED
+    [341].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [341].f5 ∈ [--..--]
+    [341].[bits 136 to 159] ∈ UNINITIALIZED
+    [342].f1 ∈ [--..--]
+    [342].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [342].f3 ∈ [--..--]
+    [342].[bits 72 to 95] ∈ UNINITIALIZED
+    [342].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [342].f5 ∈ [--..--]
+    [342].[bits 136 to 159] ∈ UNINITIALIZED
+    [343].f1 ∈ [--..--]
+    [343].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [343].f3 ∈ [--..--]
+    [343].[bits 72 to 95] ∈ UNINITIALIZED
+    [343].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [343].f5 ∈ [--..--]
+    [343].[bits 136 to 159] ∈ UNINITIALIZED
+    [344].f1 ∈ [--..--]
+    [344].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [344].f3 ∈ [--..--]
+    [344].[bits 72 to 95] ∈ UNINITIALIZED
+    [344].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [344].f5 ∈ [--..--]
+    [344].[bits 136 to 159] ∈ UNINITIALIZED
+    [345].f1 ∈ [--..--]
+    [345].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [345].f3 ∈ [--..--]
+    [345].[bits 72 to 95] ∈ UNINITIALIZED
+    [345].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [345].f5 ∈ [--..--]
+    [345].[bits 136 to 159] ∈ UNINITIALIZED
+    [346].f1 ∈ [--..--]
+    [346].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [346].f3 ∈ [--..--]
+    [346].[bits 72 to 95] ∈ UNINITIALIZED
+    [346].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [346].f5 ∈ [--..--]
+    [346].[bits 136 to 159] ∈ UNINITIALIZED
+    [347].f1 ∈ [--..--]
+    [347].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [347].f3 ∈ [--..--]
+    [347].[bits 72 to 95] ∈ UNINITIALIZED
+    [347].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [347].f5 ∈ [--..--]
+    [347].[bits 136 to 159] ∈ UNINITIALIZED
+    [348].f1 ∈ [--..--]
+    [348].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [348].f3 ∈ [--..--]
+    [348].[bits 72 to 95] ∈ UNINITIALIZED
+    [348].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [348].f5 ∈ [--..--]
+    [348].[bits 136 to 159] ∈ UNINITIALIZED
+    [349].f1 ∈ [--..--]
+    [349].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [349].f3 ∈ [--..--]
+    [349].[bits 72 to 95] ∈ UNINITIALIZED
+    [349].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [349].f5 ∈ [--..--]
+    [349].[bits 136 to 159] ∈ UNINITIALIZED
+    [350].f1 ∈ [--..--]
+    [350].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [350].f3 ∈ [--..--]
+    [350].[bits 72 to 95] ∈ UNINITIALIZED
+    [350].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [350].f5 ∈ [--..--]
+    [350].[bits 136 to 159] ∈ UNINITIALIZED
+    [351].f1 ∈ [--..--]
+    [351].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [351].f3 ∈ [--..--]
+    [351].[bits 72 to 95] ∈ UNINITIALIZED
+    [351].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [351].f5 ∈ [--..--]
+    [351].[bits 136 to 159] ∈ UNINITIALIZED
+    [352].f1 ∈ [--..--]
+    [352].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [352].f3 ∈ [--..--]
+    [352].[bits 72 to 95] ∈ UNINITIALIZED
+    [352].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [352].f5 ∈ [--..--]
+    [352].[bits 136 to 159] ∈ UNINITIALIZED
+    [353].f1 ∈ [--..--]
+    [353].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [353].f3 ∈ [--..--]
+    [353].[bits 72 to 95] ∈ UNINITIALIZED
+    [353].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [353].f5 ∈ [--..--]
+    [353].[bits 136 to 159] ∈ UNINITIALIZED
+    [354].f1 ∈ [--..--]
+    [354].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [354].f3 ∈ [--..--]
+    [354].[bits 72 to 95] ∈ UNINITIALIZED
+    [354].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [354].f5 ∈ [--..--]
+    [354].[bits 136 to 159] ∈ UNINITIALIZED
+    [355].f1 ∈ [--..--]
+    [355].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [355].f3 ∈ [--..--]
+    [355].[bits 72 to 95] ∈ UNINITIALIZED
+    [355].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [355].f5 ∈ [--..--]
+    [355].[bits 136 to 159] ∈ UNINITIALIZED
+    [356].f1 ∈ [--..--]
+    [356].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [356].f3 ∈ [--..--]
+    [356].[bits 72 to 95] ∈ UNINITIALIZED
+    [356].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [356].f5 ∈ [--..--]
+    [356].[bits 136 to 159] ∈ UNINITIALIZED
+    [357].f1 ∈ [--..--]
+    [357].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [357].f3 ∈ [--..--]
+    [357].[bits 72 to 95] ∈ UNINITIALIZED
+    [357].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [357].f5 ∈ [--..--]
+    [357].[bits 136 to 159] ∈ UNINITIALIZED
+    [358].f1 ∈ [--..--]
+    [358].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [358].f3 ∈ [--..--]
+    [358].[bits 72 to 95] ∈ UNINITIALIZED
+    [358].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [358].f5 ∈ [--..--]
+    [358].[bits 136 to 159] ∈ UNINITIALIZED
+    [359].f1 ∈ [--..--]
+    [359].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [359].f3 ∈ [--..--]
+    [359].[bits 72 to 95] ∈ UNINITIALIZED
+    [359].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [359].f5 ∈ [--..--]
+    [359].[bits 136 to 159] ∈ UNINITIALIZED
+    [360].f1 ∈ [--..--]
+    [360].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [360].f3 ∈ [--..--]
+    [360].[bits 72 to 95] ∈ UNINITIALIZED
+    [360].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [360].f5 ∈ [--..--]
+    [360].[bits 136 to 159] ∈ UNINITIALIZED
+    [361].f1 ∈ [--..--]
+    [361].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [361].f3 ∈ [--..--]
+    [361].[bits 72 to 95] ∈ UNINITIALIZED
+    [361].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [361].f5 ∈ [--..--]
+    [361].[bits 136 to 159] ∈ UNINITIALIZED
+    [362].f1 ∈ [--..--]
+    [362].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [362].f3 ∈ [--..--]
+    [362].[bits 72 to 95] ∈ UNINITIALIZED
+    [362].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [362].f5 ∈ [--..--]
+    [362].[bits 136 to 159] ∈ UNINITIALIZED
+    [363].f1 ∈ [--..--]
+    [363].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [363].f3 ∈ [--..--]
+    [363].[bits 72 to 95] ∈ UNINITIALIZED
+    [363].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [363].f5 ∈ [--..--]
+    [363].[bits 136 to 159] ∈ UNINITIALIZED
+    [364].f1 ∈ [--..--]
+    [364].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [364].f3 ∈ [--..--]
+    [364].[bits 72 to 95] ∈ UNINITIALIZED
+    [364].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [364].f5 ∈ [--..--]
+    [364].[bits 136 to 159] ∈ UNINITIALIZED
+    [365].f1 ∈ [--..--]
+    [365].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [365].f3 ∈ [--..--]
+    [365].[bits 72 to 95] ∈ UNINITIALIZED
+    [365].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [365].f5 ∈ [--..--]
+    [365].[bits 136 to 159] ∈ UNINITIALIZED
+    [366].f1 ∈ [--..--]
+    [366].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [366].f3 ∈ [--..--]
+    [366].[bits 72 to 95] ∈ UNINITIALIZED
+    [366].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [366].f5 ∈ [--..--]
+    [366].[bits 136 to 159] ∈ UNINITIALIZED
+    [367].f1 ∈ [--..--]
+    [367].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [367].f3 ∈ [--..--]
+    [367].[bits 72 to 95] ∈ UNINITIALIZED
+    [367].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [367].f5 ∈ [--..--]
+    [367].[bits 136 to 159] ∈ UNINITIALIZED
+    [368].f1 ∈ [--..--]
+    [368].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [368].f3 ∈ [--..--]
+    [368].[bits 72 to 95] ∈ UNINITIALIZED
+    [368].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [368].f5 ∈ [--..--]
+    [368].[bits 136 to 159] ∈ UNINITIALIZED
+    [369].f1 ∈ [--..--]
+    [369].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [369].f3 ∈ [--..--]
+    [369].[bits 72 to 95] ∈ UNINITIALIZED
+    [369].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [369].f5 ∈ [--..--]
+    [369].[bits 136 to 159] ∈ UNINITIALIZED
+    [370].f1 ∈ [--..--]
+    [370].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [370].f3 ∈ [--..--]
+    [370].[bits 72 to 95] ∈ UNINITIALIZED
+    [370].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [370].f5 ∈ [--..--]
+    [370].[bits 136 to 159] ∈ UNINITIALIZED
+    [371].f1 ∈ [--..--]
+    [371].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [371].f3 ∈ [--..--]
+    [371].[bits 72 to 95] ∈ UNINITIALIZED
+    [371].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [371].f5 ∈ [--..--]
+    [371].[bits 136 to 159] ∈ UNINITIALIZED
+    [372].f1 ∈ [--..--]
+    [372].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [372].f3 ∈ [--..--]
+    [372].[bits 72 to 95] ∈ UNINITIALIZED
+    [372].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [372].f5 ∈ [--..--]
+    [372].[bits 136 to 159] ∈ UNINITIALIZED
+    [373].f1 ∈ [--..--]
+    [373].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [373].f3 ∈ [--..--]
+    [373].[bits 72 to 95] ∈ UNINITIALIZED
+    [373].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [373].f5 ∈ [--..--]
+    [373].[bits 136 to 159] ∈ UNINITIALIZED
+    [374].f1 ∈ [--..--]
+    [374].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [374].f3 ∈ [--..--]
+    [374].[bits 72 to 95] ∈ UNINITIALIZED
+    [374].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [374].f5 ∈ [--..--]
+    [374].[bits 136 to 159] ∈ UNINITIALIZED
+    [375].f1 ∈ [--..--]
+    [375].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [375].f3 ∈ [--..--]
+    [375].[bits 72 to 95] ∈ UNINITIALIZED
+    [375].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [375].f5 ∈ [--..--]
+    [375].[bits 136 to 159] ∈ UNINITIALIZED
+    [376].f1 ∈ [--..--]
+    [376].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [376].f3 ∈ [--..--]
+    [376].[bits 72 to 95] ∈ UNINITIALIZED
+    [376].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [376].f5 ∈ [--..--]
+    [376].[bits 136 to 159] ∈ UNINITIALIZED
+    [377].f1 ∈ [--..--]
+    [377].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [377].f3 ∈ [--..--]
+    [377].[bits 72 to 95] ∈ UNINITIALIZED
+    [377].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [377].f5 ∈ [--..--]
+    [377].[bits 136 to 159] ∈ UNINITIALIZED
+    [378].f1 ∈ [--..--]
+    [378].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [378].f3 ∈ [--..--]
+    [378].[bits 72 to 95] ∈ UNINITIALIZED
+    [378].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [378].f5 ∈ [--..--]
+    [378].[bits 136 to 159] ∈ UNINITIALIZED
+    [379].f1 ∈ [--..--]
+    [379].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [379].f3 ∈ [--..--]
+    [379].[bits 72 to 95] ∈ UNINITIALIZED
+    [379].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [379].f5 ∈ [--..--]
+    [379].[bits 136 to 159] ∈ UNINITIALIZED
+    [380].f1 ∈ [--..--]
+    [380].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [380].f3 ∈ [--..--]
+    [380].[bits 72 to 95] ∈ UNINITIALIZED
+    [380].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [380].f5 ∈ [--..--]
+    [380].[bits 136 to 159] ∈ UNINITIALIZED
+    [381].f1 ∈ [--..--]
+    [381].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [381].f3 ∈ [--..--]
+    [381].[bits 72 to 95] ∈ UNINITIALIZED
+    [381].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [381].f5 ∈ [--..--]
+    [381].[bits 136 to 159] ∈ UNINITIALIZED
+    [382].f1 ∈ [--..--]
+    [382].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [382].f3 ∈ [--..--]
+    [382].[bits 72 to 95] ∈ UNINITIALIZED
+    [382].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [382].f5 ∈ [--..--]
+    [382].[bits 136 to 159] ∈ UNINITIALIZED
+    [383].f1 ∈ [--..--]
+    [383].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [383].f3 ∈ [--..--]
+    [383].[bits 72 to 95] ∈ UNINITIALIZED
+    [383].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [383].f5 ∈ [--..--]
+    [383].[bits 136 to 159] ∈ UNINITIALIZED
+    [384].f1 ∈ [--..--]
+    [384].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [384].f3 ∈ [--..--]
+    [384].[bits 72 to 95] ∈ UNINITIALIZED
+    [384].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [384].f5 ∈ [--..--]
+    [384].[bits 136 to 159] ∈ UNINITIALIZED
+    [385].f1 ∈ [--..--]
+    [385].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [385].f3 ∈ [--..--]
+    [385].[bits 72 to 95] ∈ UNINITIALIZED
+    [385].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [385].f5 ∈ [--..--]
+    [385].[bits 136 to 159] ∈ UNINITIALIZED
+    [386].f1 ∈ [--..--]
+    [386].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [386].f3 ∈ [--..--]
+    [386].[bits 72 to 95] ∈ UNINITIALIZED
+    [386].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [386].f5 ∈ [--..--]
+    [386].[bits 136 to 159] ∈ UNINITIALIZED
+    [387].f1 ∈ [--..--]
+    [387].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [387].f3 ∈ [--..--]
+    [387].[bits 72 to 95] ∈ UNINITIALIZED
+    [387].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [387].f5 ∈ [--..--]
+    [387].[bits 136 to 159] ∈ UNINITIALIZED
+    [388].f1 ∈ [--..--]
+    [388].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [388].f3 ∈ [--..--]
+    [388].[bits 72 to 95] ∈ UNINITIALIZED
+    [388].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [388].f5 ∈ [--..--]
+    [388].[bits 136 to 159] ∈ UNINITIALIZED
+    [389].f1 ∈ [--..--]
+    [389].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [389].f3 ∈ [--..--]
+    [389].[bits 72 to 95] ∈ UNINITIALIZED
+    [389].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [389].f5 ∈ [--..--]
+    [389].[bits 136 to 159] ∈ UNINITIALIZED
+    [390].f1 ∈ [--..--]
+    [390].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [390].f3 ∈ [--..--]
+    [390].[bits 72 to 95] ∈ UNINITIALIZED
+    [390].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [390].f5 ∈ [--..--]
+    [390].[bits 136 to 159] ∈ UNINITIALIZED
+    [391].f1 ∈ [--..--]
+    [391].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [391].f3 ∈ [--..--]
+    [391].[bits 72 to 95] ∈ UNINITIALIZED
+    [391].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [391].f5 ∈ [--..--]
+    [391].[bits 136 to 159] ∈ UNINITIALIZED
+    [392].f1 ∈ [--..--]
+    [392].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [392].f3 ∈ [--..--]
+    [392].[bits 72 to 95] ∈ UNINITIALIZED
+    [392].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [392].f5 ∈ [--..--]
+    [392].[bits 136 to 159] ∈ UNINITIALIZED
+    [393].f1 ∈ [--..--]
+    [393].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [393].f3 ∈ [--..--]
+    [393].[bits 72 to 95] ∈ UNINITIALIZED
+    [393].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [393].f5 ∈ [--..--]
+    [393].[bits 136 to 159] ∈ UNINITIALIZED
+    [394].f1 ∈ [--..--]
+    [394].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [394].f3 ∈ [--..--]
+    [394].[bits 72 to 95] ∈ UNINITIALIZED
+    [394].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [394].f5 ∈ [--..--]
+    [394].[bits 136 to 159] ∈ UNINITIALIZED
+    [395].f1 ∈ [--..--]
+    [395].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [395].f3 ∈ [--..--]
+    [395].[bits 72 to 95] ∈ UNINITIALIZED
+    [395].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [395].f5 ∈ [--..--]
+    [395].[bits 136 to 159] ∈ UNINITIALIZED
+    [396].f1 ∈ [--..--]
+    [396].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [396].f3 ∈ [--..--]
+    [396].[bits 72 to 95] ∈ UNINITIALIZED
+    [396].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [396].f5 ∈ [--..--]
+    [396].[bits 136 to 159] ∈ UNINITIALIZED
+    [397].f1 ∈ [--..--]
+    [397].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [397].f3 ∈ [--..--]
+    [397].[bits 72 to 95] ∈ UNINITIALIZED
+    [397].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [397].f5 ∈ [--..--]
+    [397].[bits 136 to 159] ∈ UNINITIALIZED
+    [398].f1 ∈ [--..--]
+    [398].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [398].f3 ∈ [--..--]
+    [398].[bits 72 to 95] ∈ UNINITIALIZED
+    [398].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [398].f5 ∈ [--..--]
+    [398].[bits 136 to 159] ∈ UNINITIALIZED
+    [399].f1 ∈ [--..--]
+    [399].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [399].f3 ∈ [--..--]
+    [399].[bits 72 to 95] ∈ UNINITIALIZED
+    [399].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [399].f5 ∈ [--..--]
+    [399].[bits 136 to 159] ∈ UNINITIALIZED
+    [400].f1 ∈ [--..--]
+    [400].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [400].f3 ∈ [--..--]
+    [400].[bits 72 to 95] ∈ UNINITIALIZED
+    [400].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [400].f5 ∈ [--..--]
+    [400].[bits 136 to 159] ∈ UNINITIALIZED
+    [401].f1 ∈ [--..--]
+    [401].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [401].f3 ∈ [--..--]
+    [401].[bits 72 to 95] ∈ UNINITIALIZED
+    [401].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [401].f5 ∈ [--..--]
+    [401].[bits 136 to 159] ∈ UNINITIALIZED
+    [402].f1 ∈ [--..--]
+    [402].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [402].f3 ∈ [--..--]
+    [402].[bits 72 to 95] ∈ UNINITIALIZED
+    [402].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [402].f5 ∈ [--..--]
+    [402].[bits 136 to 159] ∈ UNINITIALIZED
+    [403].f1 ∈ [--..--]
+    [403].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [403].f3 ∈ [--..--]
+    [403].[bits 72 to 95] ∈ UNINITIALIZED
+    [403].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [403].f5 ∈ [--..--]
+    [403].[bits 136 to 159] ∈ UNINITIALIZED
+    [404].f1 ∈ [--..--]
+    [404].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [404].f3 ∈ [--..--]
+    [404].[bits 72 to 95] ∈ UNINITIALIZED
+    [404].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [404].f5 ∈ [--..--]
+    [404].[bits 136 to 159] ∈ UNINITIALIZED
+    [405].f1 ∈ [--..--]
+    [405].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [405].f3 ∈ [--..--]
+    [405].[bits 72 to 95] ∈ UNINITIALIZED
+    [405].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [405].f5 ∈ [--..--]
+    [405].[bits 136 to 159] ∈ UNINITIALIZED
+    [406].f1 ∈ [--..--]
+    [406].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [406].f3 ∈ [--..--]
+    [406].[bits 72 to 95] ∈ UNINITIALIZED
+    [406].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [406].f5 ∈ [--..--]
+    [406].[bits 136 to 159] ∈ UNINITIALIZED
+    [407].f1 ∈ [--..--]
+    [407].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [407].f3 ∈ [--..--]
+    [407].[bits 72 to 95] ∈ UNINITIALIZED
+    [407].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [407].f5 ∈ [--..--]
+    [407].[bits 136 to 159] ∈ UNINITIALIZED
+    [408].f1 ∈ [--..--]
+    [408].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [408].f3 ∈ [--..--]
+    [408].[bits 72 to 95] ∈ UNINITIALIZED
+    [408].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [408].f5 ∈ [--..--]
+    [408].[bits 136 to 159] ∈ UNINITIALIZED
+    [409].f1 ∈ [--..--]
+    [409].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [409].f3 ∈ [--..--]
+    [409].[bits 72 to 95] ∈ UNINITIALIZED
+    [409].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [409].f5 ∈ [--..--]
+    [409].[bits 136 to 159] ∈ UNINITIALIZED
+    [410].f1 ∈ [--..--]
+    [410].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [410].f3 ∈ [--..--]
+    [410].[bits 72 to 95] ∈ UNINITIALIZED
+    [410].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [410].f5 ∈ [--..--]
+    [410].[bits 136 to 159] ∈ UNINITIALIZED
+    [411].f1 ∈ [--..--]
+    [411].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [411].f3 ∈ [--..--]
+    [411].[bits 72 to 95] ∈ UNINITIALIZED
+    [411].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [411].f5 ∈ [--..--]
+    [411].[bits 136 to 159] ∈ UNINITIALIZED
+    [412].f1 ∈ [--..--]
+    [412].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [412].f3 ∈ [--..--]
+    [412].[bits 72 to 95] ∈ UNINITIALIZED
+    [412].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [412].f5 ∈ [--..--]
+    [412].[bits 136 to 159] ∈ UNINITIALIZED
+    [413].f1 ∈ [--..--]
+    [413].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [413].f3 ∈ [--..--]
+    [413].[bits 72 to 95] ∈ UNINITIALIZED
+    [413].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [413].f5 ∈ [--..--]
+    [413].[bits 136 to 159] ∈ UNINITIALIZED
+    [414].f1 ∈ [--..--]
+    [414].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [414].f3 ∈ [--..--]
+    [414].[bits 72 to 95] ∈ UNINITIALIZED
+    [414].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [414].f5 ∈ [--..--]
+    [414].[bits 136 to 159] ∈ UNINITIALIZED
+    [415].f1 ∈ [--..--]
+    [415].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [415].f3 ∈ [--..--]
+    [415].[bits 72 to 95] ∈ UNINITIALIZED
+    [415].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [415].f5 ∈ [--..--]
+    [415].[bits 136 to 159] ∈ UNINITIALIZED
+    [416].f1 ∈ [--..--]
+    [416].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [416].f3 ∈ [--..--]
+    [416].[bits 72 to 95] ∈ UNINITIALIZED
+    [416].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [416].f5 ∈ [--..--]
+    [416].[bits 136 to 159] ∈ UNINITIALIZED
+    [417].f1 ∈ [--..--]
+    [417].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [417].f3 ∈ [--..--]
+    [417].[bits 72 to 95] ∈ UNINITIALIZED
+    [417].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [417].f5 ∈ [--..--]
+    [417].[bits 136 to 159] ∈ UNINITIALIZED
+    [418].f1 ∈ [--..--]
+    [418].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [418].f3 ∈ [--..--]
+    [418].[bits 72 to 95] ∈ UNINITIALIZED
+    [418].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [418].f5 ∈ [--..--]
+    [418].[bits 136 to 159] ∈ UNINITIALIZED
+    [419].f1 ∈ [--..--]
+    [419].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [419].f3 ∈ [--..--]
+    [419].[bits 72 to 95] ∈ UNINITIALIZED
+    [419].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [419].f5 ∈ [--..--]
+    [419].[bits 136 to 159] ∈ UNINITIALIZED
+    [420].f1 ∈ [--..--]
+    [420].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [420].f3 ∈ [--..--]
+    [420].[bits 72 to 95] ∈ UNINITIALIZED
+    [420].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [420].f5 ∈ [--..--]
+    [420].[bits 136 to 159] ∈ UNINITIALIZED
+    [421].f1 ∈ [--..--]
+    [421].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [421].f3 ∈ [--..--]
+    [421].[bits 72 to 95] ∈ UNINITIALIZED
+    [421].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [421].f5 ∈ [--..--]
+    [421].[bits 136 to 159] ∈ UNINITIALIZED
+    [422].f1 ∈ [--..--]
+    [422].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [422].f3 ∈ [--..--]
+    [422].[bits 72 to 95] ∈ UNINITIALIZED
+    [422].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [422].f5 ∈ [--..--]
+    [422].[bits 136 to 159] ∈ UNINITIALIZED
+    [423].f1 ∈ [--..--]
+    [423].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [423].f3 ∈ [--..--]
+    [423].[bits 72 to 95] ∈ UNINITIALIZED
+    [423].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [423].f5 ∈ [--..--]
+    [423].[bits 136 to 159] ∈ UNINITIALIZED
+    [424].f1 ∈ [--..--]
+    [424].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [424].f3 ∈ [--..--]
+    [424].[bits 72 to 95] ∈ UNINITIALIZED
+    [424].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [424].f5 ∈ [--..--]
+    [424].[bits 136 to 159] ∈ UNINITIALIZED
+    [425].f1 ∈ [--..--]
+    [425].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [425].f3 ∈ [--..--]
+    [425].[bits 72 to 95] ∈ UNINITIALIZED
+    [425].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [425].f5 ∈ [--..--]
+    [425].[bits 136 to 159] ∈ UNINITIALIZED
+    [426].f1 ∈ [--..--]
+    [426].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [426].f3 ∈ [--..--]
+    [426].[bits 72 to 95] ∈ UNINITIALIZED
+    [426].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [426].f5 ∈ [--..--]
+    [426].[bits 136 to 159] ∈ UNINITIALIZED
+    [427].f1 ∈ [--..--]
+    [427].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [427].f3 ∈ [--..--]
+    [427].[bits 72 to 95] ∈ UNINITIALIZED
+    [427].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [427].f5 ∈ [--..--]
+    [427].[bits 136 to 159] ∈ UNINITIALIZED
+    [428].f1 ∈ [--..--]
+    [428].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [428].f3 ∈ [--..--]
+    [428].[bits 72 to 95] ∈ UNINITIALIZED
+    [428].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [428].f5 ∈ [--..--]
+    [428].[bits 136 to 159] ∈ UNINITIALIZED
+    [429].f1 ∈ [--..--]
+    [429].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [429].f3 ∈ [--..--]
+    [429].[bits 72 to 95] ∈ UNINITIALIZED
+    [429].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [429].f5 ∈ [--..--]
+    [429].[bits 136 to 159] ∈ UNINITIALIZED
+    [430].f1 ∈ [--..--]
+    [430].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [430].f3 ∈ [--..--]
+    [430].[bits 72 to 95] ∈ UNINITIALIZED
+    [430].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [430].f5 ∈ [--..--]
+    [430].[bits 136 to 159] ∈ UNINITIALIZED
+    [431].f1 ∈ [--..--]
+    [431].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [431].f3 ∈ [--..--]
+    [431].[bits 72 to 95] ∈ UNINITIALIZED
+    [431].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [431].f5 ∈ [--..--]
+    [431].[bits 136 to 159] ∈ UNINITIALIZED
+    [432].f1 ∈ [--..--]
+    [432].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [432].f3 ∈ [--..--]
+    [432].[bits 72 to 95] ∈ UNINITIALIZED
+    [432].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [432].f5 ∈ [--..--]
+    [432].[bits 136 to 159] ∈ UNINITIALIZED
+    [433].f1 ∈ [--..--]
+    [433].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [433].f3 ∈ [--..--]
+    [433].[bits 72 to 95] ∈ UNINITIALIZED
+    [433].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [433].f5 ∈ [--..--]
+    [433].[bits 136 to 159] ∈ UNINITIALIZED
+    [434].f1 ∈ [--..--]
+    [434].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [434].f3 ∈ [--..--]
+    [434].[bits 72 to 95] ∈ UNINITIALIZED
+    [434].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [434].f5 ∈ [--..--]
+    [434].[bits 136 to 159] ∈ UNINITIALIZED
+    [435].f1 ∈ [--..--]
+    [435].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [435].f3 ∈ [--..--]
+    [435].[bits 72 to 95] ∈ UNINITIALIZED
+    [435].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [435].f5 ∈ [--..--]
+    [435].[bits 136 to 159] ∈ UNINITIALIZED
+    [436].f1 ∈ [--..--]
+    [436].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [436].f3 ∈ [--..--]
+    [436].[bits 72 to 95] ∈ UNINITIALIZED
+    [436].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [436].f5 ∈ [--..--]
+    [436].[bits 136 to 159] ∈ UNINITIALIZED
+    [437].f1 ∈ [--..--]
+    [437].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [437].f3 ∈ [--..--]
+    [437].[bits 72 to 95] ∈ UNINITIALIZED
+    [437].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [437].f5 ∈ [--..--]
+    [437].[bits 136 to 159] ∈ UNINITIALIZED
+    [438].f1 ∈ [--..--]
+    [438].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [438].f3 ∈ [--..--]
+    [438].[bits 72 to 95] ∈ UNINITIALIZED
+    [438].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [438].f5 ∈ [--..--]
+    [438].[bits 136 to 159] ∈ UNINITIALIZED
+    [439].f1 ∈ [--..--]
+    [439].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [439].f3 ∈ [--..--]
+    [439].[bits 72 to 95] ∈ UNINITIALIZED
+    [439].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [439].f5 ∈ [--..--]
+    [439].[bits 136 to 159] ∈ UNINITIALIZED
+    [440].f1 ∈ [--..--]
+    [440].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [440].f3 ∈ [--..--]
+    [440].[bits 72 to 95] ∈ UNINITIALIZED
+    [440].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [440].f5 ∈ [--..--]
+    [440].[bits 136 to 159] ∈ UNINITIALIZED
+    [441].f1 ∈ [--..--]
+    [441].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [441].f3 ∈ [--..--]
+    [441].[bits 72 to 95] ∈ UNINITIALIZED
+    [441].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [441].f5 ∈ [--..--]
+    [441].[bits 136 to 159] ∈ UNINITIALIZED
+    [442].f1 ∈ [--..--]
+    [442].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [442].f3 ∈ [--..--]
+    [442].[bits 72 to 95] ∈ UNINITIALIZED
+    [442].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [442].f5 ∈ [--..--]
+    [442].[bits 136 to 159] ∈ UNINITIALIZED
+    [443].f1 ∈ [--..--]
+    [443].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [443].f3 ∈ [--..--]
+    [443].[bits 72 to 95] ∈ UNINITIALIZED
+    [443].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [443].f5 ∈ [--..--]
+    [443].[bits 136 to 159] ∈ UNINITIALIZED
+    [444].f1 ∈ [--..--]
+    [444].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [444].f3 ∈ [--..--]
+    [444].[bits 72 to 95] ∈ UNINITIALIZED
+    [444].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [444].f5 ∈ [--..--]
+    [444].[bits 136 to 159] ∈ UNINITIALIZED
+    [445].f1 ∈ [--..--]
+    [445].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [445].f3 ∈ [--..--]
+    [445].[bits 72 to 95] ∈ UNINITIALIZED
+    [445].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [445].f5 ∈ [--..--]
+    [445].[bits 136 to 159] ∈ UNINITIALIZED
+    [446].f1 ∈ [--..--]
+    [446].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [446].f3 ∈ [--..--]
+    [446].[bits 72 to 95] ∈ UNINITIALIZED
+    [446].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [446].f5 ∈ [--..--]
+    [446].[bits 136 to 159] ∈ UNINITIALIZED
+    [447].f1 ∈ [--..--]
+    [447].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [447].f3 ∈ [--..--]
+    [447].[bits 72 to 95] ∈ UNINITIALIZED
+    [447].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [447].f5 ∈ [--..--]
+    [447].[bits 136 to 159] ∈ UNINITIALIZED
+    [448].f1 ∈ [--..--]
+    [448].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [448].f3 ∈ [--..--]
+    [448].[bits 72 to 95] ∈ UNINITIALIZED
+    [448].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [448].f5 ∈ [--..--]
+    [448].[bits 136 to 159] ∈ UNINITIALIZED
+    [449].f1 ∈ [--..--]
+    [449].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [449].f3 ∈ [--..--]
+    [449].[bits 72 to 95] ∈ UNINITIALIZED
+    [449].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [449].f5 ∈ [--..--]
+    [449].[bits 136 to 159] ∈ UNINITIALIZED
+    [450].f1 ∈ [--..--]
+    [450].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [450].f3 ∈ [--..--]
+    [450].[bits 72 to 95] ∈ UNINITIALIZED
+    [450].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [450].f5 ∈ [--..--]
+    [450].[bits 136 to 159] ∈ UNINITIALIZED
+    [451].f1 ∈ [--..--]
+    [451].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [451].f3 ∈ [--..--]
+    [451].[bits 72 to 95] ∈ UNINITIALIZED
+    [451].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [451].f5 ∈ [--..--]
+    [451].[bits 136 to 159] ∈ UNINITIALIZED
+    [452].f1 ∈ [--..--]
+    [452].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [452].f3 ∈ [--..--]
+    [452].[bits 72 to 95] ∈ UNINITIALIZED
+    [452].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [452].f5 ∈ [--..--]
+    [452].[bits 136 to 159] ∈ UNINITIALIZED
+    [453].f1 ∈ [--..--]
+    [453].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [453].f3 ∈ [--..--]
+    [453].[bits 72 to 95] ∈ UNINITIALIZED
+    [453].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [453].f5 ∈ [--..--]
+    [453].[bits 136 to 159] ∈ UNINITIALIZED
+    [454].f1 ∈ [--..--]
+    [454].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [454].f3 ∈ [--..--]
+    [454].[bits 72 to 95] ∈ UNINITIALIZED
+    [454].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [454].f5 ∈ [--..--]
+    [454].[bits 136 to 159] ∈ UNINITIALIZED
+    [455].f1 ∈ [--..--]
+    [455].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [455].f3 ∈ [--..--]
+    [455].[bits 72 to 95] ∈ UNINITIALIZED
+    [455].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [455].f5 ∈ [--..--]
+    [455].[bits 136 to 159] ∈ UNINITIALIZED
+    [456].f1 ∈ [--..--]
+    [456].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [456].f3 ∈ [--..--]
+    [456].[bits 72 to 95] ∈ UNINITIALIZED
+    [456].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [456].f5 ∈ [--..--]
+    [456].[bits 136 to 159] ∈ UNINITIALIZED
+    [457].f1 ∈ [--..--]
+    [457].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [457].f3 ∈ [--..--]
+    [457].[bits 72 to 95] ∈ UNINITIALIZED
+    [457].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [457].f5 ∈ [--..--]
+    [457].[bits 136 to 159] ∈ UNINITIALIZED
+    [458].f1 ∈ [--..--]
+    [458].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [458].f3 ∈ [--..--]
+    [458].[bits 72 to 95] ∈ UNINITIALIZED
+    [458].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [458].f5 ∈ [--..--]
+    [458].[bits 136 to 159] ∈ UNINITIALIZED
+    [459].f1 ∈ [--..--]
+    [459].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [459].f3 ∈ [--..--]
+    [459].[bits 72 to 95] ∈ UNINITIALIZED
+    [459].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [459].f5 ∈ [--..--]
+    [459].[bits 136 to 159] ∈ UNINITIALIZED
+    [460].f1 ∈ [--..--]
+    [460].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [460].f3 ∈ [--..--]
+    [460].[bits 72 to 95] ∈ UNINITIALIZED
+    [460].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [460].f5 ∈ [--..--]
+    [460].[bits 136 to 159] ∈ UNINITIALIZED
+    [461].f1 ∈ [--..--]
+    [461].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [461].f3 ∈ [--..--]
+    [461].[bits 72 to 95] ∈ UNINITIALIZED
+    [461].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [461].f5 ∈ [--..--]
+    [461].[bits 136 to 159] ∈ UNINITIALIZED
+    [462].f1 ∈ [--..--]
+    [462].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [462].f3 ∈ [--..--]
+    [462].[bits 72 to 95] ∈ UNINITIALIZED
+    [462].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [462].f5 ∈ [--..--]
+    [462].[bits 136 to 159] ∈ UNINITIALIZED
+    [463].f1 ∈ [--..--]
+    [463].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [463].f3 ∈ [--..--]
+    [463].[bits 72 to 95] ∈ UNINITIALIZED
+    [463].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [463].f5 ∈ [--..--]
+    [463].[bits 136 to 159] ∈ UNINITIALIZED
+    [464].f1 ∈ [--..--]
+    [464].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [464].f3 ∈ [--..--]
+    [464].[bits 72 to 95] ∈ UNINITIALIZED
+    [464].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [464].f5 ∈ [--..--]
+    [464].[bits 136 to 159] ∈ UNINITIALIZED
+    [465].f1 ∈ [--..--]
+    [465].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [465].f3 ∈ [--..--]
+    [465].[bits 72 to 95] ∈ UNINITIALIZED
+    [465].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [465].f5 ∈ [--..--]
+    [465].[bits 136 to 159] ∈ UNINITIALIZED
+    [466].f1 ∈ [--..--]
+    [466].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [466].f3 ∈ [--..--]
+    [466].[bits 72 to 95] ∈ UNINITIALIZED
+    [466].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [466].f5 ∈ [--..--]
+    [466].[bits 136 to 159] ∈ UNINITIALIZED
+    [467].f1 ∈ [--..--]
+    [467].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [467].f3 ∈ [--..--]
+    [467].[bits 72 to 95] ∈ UNINITIALIZED
+    [467].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [467].f5 ∈ [--..--]
+    [467].[bits 136 to 159] ∈ UNINITIALIZED
+    [468].f1 ∈ [--..--]
+    [468].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [468].f3 ∈ [--..--]
+    [468].[bits 72 to 95] ∈ UNINITIALIZED
+    [468].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [468].f5 ∈ [--..--]
+    [468].[bits 136 to 159] ∈ UNINITIALIZED
+    [469].f1 ∈ [--..--]
+    [469].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [469].f3 ∈ [--..--]
+    [469].[bits 72 to 95] ∈ UNINITIALIZED
+    [469].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [469].f5 ∈ [--..--]
+    [469].[bits 136 to 159] ∈ UNINITIALIZED
+    [470].f1 ∈ [--..--]
+    [470].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [470].f3 ∈ [--..--]
+    [470].[bits 72 to 95] ∈ UNINITIALIZED
+    [470].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [470].f5 ∈ [--..--]
+    [470].[bits 136 to 159] ∈ UNINITIALIZED
+    [471].f1 ∈ [--..--]
+    [471].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [471].f3 ∈ [--..--]
+    [471].[bits 72 to 95] ∈ UNINITIALIZED
+    [471].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [471].f5 ∈ [--..--]
+    [471].[bits 136 to 159] ∈ UNINITIALIZED
+    [472].f1 ∈ [--..--]
+    [472].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [472].f3 ∈ [--..--]
+    [472].[bits 72 to 95] ∈ UNINITIALIZED
+    [472].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [472].f5 ∈ [--..--]
+    [472].[bits 136 to 159] ∈ UNINITIALIZED
+    [473].f1 ∈ [--..--]
+    [473].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [473].f3 ∈ [--..--]
+    [473].[bits 72 to 95] ∈ UNINITIALIZED
+    [473].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [473].f5 ∈ [--..--]
+    [473].[bits 136 to 159] ∈ UNINITIALIZED
+    [474].f1 ∈ [--..--]
+    [474].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [474].f3 ∈ [--..--]
+    [474].[bits 72 to 95] ∈ UNINITIALIZED
+    [474].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [474].f5 ∈ [--..--]
+    [474].[bits 136 to 159] ∈ UNINITIALIZED
+    [475].f1 ∈ [--..--]
+    [475].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [475].f3 ∈ [--..--]
+    [475].[bits 72 to 95] ∈ UNINITIALIZED
+    [475].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [475].f5 ∈ [--..--]
+    [475].[bits 136 to 159] ∈ UNINITIALIZED
+    [476].f1 ∈ [--..--]
+    [476].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [476].f3 ∈ [--..--]
+    [476].[bits 72 to 95] ∈ UNINITIALIZED
+    [476].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [476].f5 ∈ [--..--]
+    [476].[bits 136 to 159] ∈ UNINITIALIZED
+    [477].f1 ∈ [--..--]
+    [477].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [477].f3 ∈ [--..--]
+    [477].[bits 72 to 95] ∈ UNINITIALIZED
+    [477].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [477].f5 ∈ [--..--]
+    [477].[bits 136 to 159] ∈ UNINITIALIZED
+    [478].f1 ∈ [--..--]
+    [478].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [478].f3 ∈ [--..--]
+    [478].[bits 72 to 95] ∈ UNINITIALIZED
+    [478].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [478].f5 ∈ [--..--]
+    [478].[bits 136 to 159] ∈ UNINITIALIZED
+    [479].f1 ∈ [--..--]
+    [479].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [479].f3 ∈ [--..--]
+    [479].[bits 72 to 95] ∈ UNINITIALIZED
+    [479].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [479].f5 ∈ [--..--]
+    [479].[bits 136 to 159] ∈ UNINITIALIZED
+    [480].f1 ∈ [--..--]
+    [480].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [480].f3 ∈ [--..--]
+    [480].[bits 72 to 95] ∈ UNINITIALIZED
+    [480].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [480].f5 ∈ [--..--]
+    [480].[bits 136 to 159] ∈ UNINITIALIZED
+    [481].f1 ∈ [--..--]
+    [481].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [481].f3 ∈ [--..--]
+    [481].[bits 72 to 95] ∈ UNINITIALIZED
+    [481].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [481].f5 ∈ [--..--]
+    [481].[bits 136 to 159] ∈ UNINITIALIZED
+    [482].f1 ∈ [--..--]
+    [482].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [482].f3 ∈ [--..--]
+    [482].[bits 72 to 95] ∈ UNINITIALIZED
+    [482].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [482].f5 ∈ [--..--]
+    [482].[bits 136 to 159] ∈ UNINITIALIZED
+    [483].f1 ∈ [--..--]
+    [483].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [483].f3 ∈ [--..--]
+    [483].[bits 72 to 95] ∈ UNINITIALIZED
+    [483].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [483].f5 ∈ [--..--]
+    [483].[bits 136 to 159] ∈ UNINITIALIZED
+    [484].f1 ∈ [--..--]
+    [484].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [484].f3 ∈ [--..--]
+    [484].[bits 72 to 95] ∈ UNINITIALIZED
+    [484].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [484].f5 ∈ [--..--]
+    [484].[bits 136 to 159] ∈ UNINITIALIZED
+    [485].f1 ∈ [--..--]
+    [485].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [485].f3 ∈ [--..--]
+    [485].[bits 72 to 95] ∈ UNINITIALIZED
+    [485].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [485].f5 ∈ [--..--]
+    [485].[bits 136 to 159] ∈ UNINITIALIZED
+    [486].f1 ∈ [--..--]
+    [486].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [486].f3 ∈ [--..--]
+    [486].[bits 72 to 95] ∈ UNINITIALIZED
+    [486].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [486].f5 ∈ [--..--]
+    [486].[bits 136 to 159] ∈ UNINITIALIZED
+    [487].f1 ∈ [--..--]
+    [487].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [487].f3 ∈ [--..--]
+    [487].[bits 72 to 95] ∈ UNINITIALIZED
+    [487].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [487].f5 ∈ [--..--]
+    [487].[bits 136 to 159] ∈ UNINITIALIZED
+    [488].f1 ∈ [--..--]
+    [488].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [488].f3 ∈ [--..--]
+    [488].[bits 72 to 95] ∈ UNINITIALIZED
+    [488].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [488].f5 ∈ [--..--]
+    [488].[bits 136 to 159] ∈ UNINITIALIZED
+    [489].f1 ∈ [--..--]
+    [489].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [489].f3 ∈ [--..--]
+    [489].[bits 72 to 95] ∈ UNINITIALIZED
+    [489].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [489].f5 ∈ [--..--]
+    [489].[bits 136 to 159] ∈ UNINITIALIZED
+    [490].f1 ∈ [--..--]
+    [490].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [490].f3 ∈ [--..--]
+    [490].[bits 72 to 95] ∈ UNINITIALIZED
+    [490].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [490].f5 ∈ [--..--]
+    [490].[bits 136 to 159] ∈ UNINITIALIZED
+    [491].f1 ∈ [--..--]
+    [491].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [491].f3 ∈ [--..--]
+    [491].[bits 72 to 95] ∈ UNINITIALIZED
+    [491].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [491].f5 ∈ [--..--]
+    [491].[bits 136 to 159] ∈ UNINITIALIZED
+    [492].f1 ∈ [--..--]
+    [492].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [492].f3 ∈ [--..--]
+    [492].[bits 72 to 95] ∈ UNINITIALIZED
+    [492].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [492].f5 ∈ [--..--]
+    [492].[bits 136 to 159] ∈ UNINITIALIZED
+    [493].f1 ∈ [--..--]
+    [493].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [493].f3 ∈ [--..--]
+    [493].[bits 72 to 95] ∈ UNINITIALIZED
+    [493].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [493].f5 ∈ [--..--]
+    [493].[bits 136 to 159] ∈ UNINITIALIZED
+    [494].f1 ∈ [--..--]
+    [494].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [494].f3 ∈ [--..--]
+    [494].[bits 72 to 95] ∈ UNINITIALIZED
+    [494].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [494].f5 ∈ [--..--]
+    [494].[bits 136 to 159] ∈ UNINITIALIZED
+    [495].f1 ∈ [--..--]
+    [495].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [495].f3 ∈ [--..--]
+    [495].[bits 72 to 95] ∈ UNINITIALIZED
+    [495].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [495].f5 ∈ [--..--]
+    [495].[bits 136 to 159] ∈ UNINITIALIZED
+    [496].f1 ∈ [--..--]
+    [496].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [496].f3 ∈ [--..--]
+    [496].[bits 72 to 95] ∈ UNINITIALIZED
+    [496].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [496].f5 ∈ [--..--]
+    [496].[bits 136 to 159] ∈ UNINITIALIZED
+    [497].f1 ∈ [--..--]
+    [497].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [497].f3 ∈ [--..--]
+    [497].[bits 72 to 95] ∈ UNINITIALIZED
+    [497].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [497].f5 ∈ [--..--]
+    [497].[bits 136 to 159] ∈ UNINITIALIZED
+    [498].f1 ∈ [--..--]
+    [498].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [498].f3 ∈ [--..--]
+    [498].[bits 72 to 95] ∈ UNINITIALIZED
+    [498].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [498].f5 ∈ [--..--]
+    [498].[bits 136 to 159] ∈ UNINITIALIZED
+    [499].f1 ∈ [--..--]
+    [499].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [499].f3 ∈ [--..--]
+    [499].[bits 72 to 95] ∈ UNINITIALIZED
+    [499].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [499].f5 ∈ [--..--]
+    [499].[bits 136 to 159] ∈ UNINITIALIZED
+    [500].f1 ∈ [--..--]
+    [500].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [500].f3 ∈ [--..--]
+    [500].[bits 72 to 95] ∈ UNINITIALIZED
+    [500].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [500].f5 ∈ [--..--]
+    [500].[bits 136 to 159] ∈ UNINITIALIZED
+    [501].f1 ∈ [--..--]
+    [501].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [501].f3 ∈ [--..--]
+    [501].[bits 72 to 95] ∈ UNINITIALIZED
+    [501].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [501].f5 ∈ [--..--]
+    [501].[bits 136 to 159] ∈ UNINITIALIZED
+    [502].f1 ∈ [--..--]
+    [502].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [502].f3 ∈ [--..--]
+    [502].[bits 72 to 95] ∈ UNINITIALIZED
+    [502].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [502].f5 ∈ [--..--]
+    [502].[bits 136 to 159] ∈ UNINITIALIZED
+    [503].f1 ∈ [--..--]
+    [503].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [503].f3 ∈ [--..--]
+    [503].[bits 72 to 95] ∈ UNINITIALIZED
+    [503].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [503].f5 ∈ [--..--]
+    [503].[bits 136 to 159] ∈ UNINITIALIZED
+    [504].f1 ∈ [--..--]
+    [504].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [504].f3 ∈ [--..--]
+    [504].[bits 72 to 95] ∈ UNINITIALIZED
+    [504].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [504].f5 ∈ [--..--]
+    [504].[bits 136 to 159] ∈ UNINITIALIZED
+    [505].f1 ∈ [--..--]
+    [505].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [505].f3 ∈ [--..--]
+    [505].[bits 72 to 95] ∈ UNINITIALIZED
+    [505].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [505].f5 ∈ [--..--]
+    [505].[bits 136 to 159] ∈ UNINITIALIZED
+    [506].f1 ∈ [--..--]
+    [506].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [506].f3 ∈ [--..--]
+    [506].[bits 72 to 95] ∈ UNINITIALIZED
+    [506].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [506].f5 ∈ [--..--]
+    [506].[bits 136 to 159] ∈ UNINITIALIZED
+    [507].f1 ∈ [--..--]
+    [507].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [507].f3 ∈ [--..--]
+    [507].[bits 72 to 95] ∈ UNINITIALIZED
+    [507].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [507].f5 ∈ [--..--]
+    [507].[bits 136 to 159] ∈ UNINITIALIZED
+    [508].f1 ∈ [--..--]
+    [508].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [508].f3 ∈ [--..--]
+    [508].[bits 72 to 95] ∈ UNINITIALIZED
+    [508].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [508].f5 ∈ [--..--]
+    [508].[bits 136 to 159] ∈ UNINITIALIZED
+    [509].f1 ∈ [--..--]
+    [509].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [509].f3 ∈ [--..--]
+    [509].[bits 72 to 95] ∈ UNINITIALIZED
+    [509].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [509].f5 ∈ [--..--]
+    [509].[bits 136 to 159] ∈ UNINITIALIZED
+    [510].f1 ∈ [--..--]
+    [510].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [510].f3 ∈ [--..--]
+    [510].[bits 72 to 95] ∈ UNINITIALIZED
+    [510].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [510].f5 ∈ [--..--]
+    [510].[bits 136 to 159] ∈ UNINITIALIZED
+    [511].f1 ∈ [--..--]
+    [511].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [511].f3 ∈ [--..--]
+    [511].[bits 72 to 95] ∈ UNINITIALIZED
+    [511].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [511].f5 ∈ [--..--]
+    [511].[bits 136 to 159] ∈ UNINITIALIZED
+    [512].f1 ∈ [--..--]
+    [512].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [512].f3 ∈ [--..--]
+    [512].[bits 72 to 95] ∈ UNINITIALIZED
+    [512].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [512].f5 ∈ [--..--]
+    [512].[bits 136 to 159] ∈ UNINITIALIZED
+    [513].f1 ∈ [--..--]
+    [513].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [513].f3 ∈ [--..--]
+    [513].[bits 72 to 95] ∈ UNINITIALIZED
+    [513].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [513].f5 ∈ [--..--]
+    [513].[bits 136 to 159] ∈ UNINITIALIZED
+    [514].f1 ∈ [--..--]
+    [514].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [514].f3 ∈ [--..--]
+    [514].[bits 72 to 95] ∈ UNINITIALIZED
+    [514].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [514].f5 ∈ [--..--]
+    [514].[bits 136 to 159] ∈ UNINITIALIZED
+    [515].f1 ∈ [--..--]
+    [515].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [515].f3 ∈ [--..--]
+    [515].[bits 72 to 95] ∈ UNINITIALIZED
+    [515].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [515].f5 ∈ [--..--]
+    [515].[bits 136 to 159] ∈ UNINITIALIZED
+    [516].f1 ∈ [--..--]
+    [516].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [516].f3 ∈ [--..--]
+    [516].[bits 72 to 95] ∈ UNINITIALIZED
+    [516].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [516].f5 ∈ [--..--]
+    [516].[bits 136 to 159] ∈ UNINITIALIZED
+    [517].f1 ∈ [--..--]
+    [517].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [517].f3 ∈ [--..--]
+    [517].[bits 72 to 95] ∈ UNINITIALIZED
+    [517].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [517].f5 ∈ [--..--]
+    [517].[bits 136 to 159] ∈ UNINITIALIZED
+    [518].f1 ∈ [--..--]
+    [518].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [518].f3 ∈ [--..--]
+    [518].[bits 72 to 95] ∈ UNINITIALIZED
+    [518].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [518].f5 ∈ [--..--]
+    [518].[bits 136 to 159] ∈ UNINITIALIZED
+    [519].f1 ∈ [--..--]
+    [519].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [519].f3 ∈ [--..--]
+    [519].[bits 72 to 95] ∈ UNINITIALIZED
+    [519].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [519].f5 ∈ [--..--]
+    [519].[bits 136 to 159] ∈ UNINITIALIZED
+    [520].f1 ∈ [--..--]
+    [520].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [520].f3 ∈ [--..--]
+    [520].[bits 72 to 95] ∈ UNINITIALIZED
+    [520].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [520].f5 ∈ [--..--]
+    [520].[bits 136 to 159] ∈ UNINITIALIZED
+    [521].f1 ∈ [--..--]
+    [521].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [521].f3 ∈ [--..--]
+    [521].[bits 72 to 95] ∈ UNINITIALIZED
+    [521].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [521].f5 ∈ [--..--]
+    [521].[bits 136 to 159] ∈ UNINITIALIZED
+    [522].f1 ∈ [--..--]
+    [522].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [522].f3 ∈ [--..--]
+    [522].[bits 72 to 95] ∈ UNINITIALIZED
+    [522].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [522].f5 ∈ [--..--]
+    [522].[bits 136 to 159] ∈ UNINITIALIZED
+    [523].f1 ∈ [--..--]
+    [523].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [523].f3 ∈ [--..--]
+    [523].[bits 72 to 95] ∈ UNINITIALIZED
+    [523].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [523].f5 ∈ [--..--]
+    [523].[bits 136 to 159] ∈ UNINITIALIZED
+    [524].f1 ∈ [--..--]
+    [524].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [524].f3 ∈ [--..--]
+    [524].[bits 72 to 95] ∈ UNINITIALIZED
+    [524].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [524].f5 ∈ [--..--]
+    [524].[bits 136 to 159] ∈ UNINITIALIZED
+    [525].f1 ∈ [--..--]
+    [525].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [525].f3 ∈ [--..--]
+    [525].[bits 72 to 95] ∈ UNINITIALIZED
+    [525].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [525].f5 ∈ [--..--]
+    [525].[bits 136 to 159] ∈ UNINITIALIZED
+    [526].f1 ∈ [--..--]
+    [526].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [526].f3 ∈ [--..--]
+    [526].[bits 72 to 95] ∈ UNINITIALIZED
+    [526].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [526].f5 ∈ [--..--]
+    [526].[bits 136 to 159] ∈ UNINITIALIZED
+    [527].f1 ∈ [--..--]
+    [527].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [527].f3 ∈ [--..--]
+    [527].[bits 72 to 95] ∈ UNINITIALIZED
+    [527].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [527].f5 ∈ [--..--]
+    [527].[bits 136 to 159] ∈ UNINITIALIZED
+    [528].f1 ∈ [--..--]
+    [528].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [528].f3 ∈ [--..--]
+    [528].[bits 72 to 95] ∈ UNINITIALIZED
+    [528].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [528].f5 ∈ [--..--]
+    [528].[bits 136 to 159] ∈ UNINITIALIZED
+    [529].f1 ∈ [--..--]
+    [529].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [529].f3 ∈ [--..--]
+    [529].[bits 72 to 95] ∈ UNINITIALIZED
+    [529].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [529].f5 ∈ [--..--]
+    [529].[bits 136 to 159] ∈ UNINITIALIZED
+    [530].f1 ∈ [--..--]
+    [530].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [530].f3 ∈ [--..--]
+    [530].[bits 72 to 95] ∈ UNINITIALIZED
+    [530].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [530].f5 ∈ [--..--]
+    [530].[bits 136 to 159] ∈ UNINITIALIZED
+    [531].f1 ∈ [--..--]
+    [531].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [531].f3 ∈ [--..--]
+    [531].[bits 72 to 95] ∈ UNINITIALIZED
+    [531].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [531].f5 ∈ [--..--]
+    [531].[bits 136 to 159] ∈ UNINITIALIZED
+    [532].f1 ∈ [--..--]
+    [532].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [532].f3 ∈ [--..--]
+    [532].[bits 72 to 95] ∈ UNINITIALIZED
+    [532].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [532].f5 ∈ [--..--]
+    [532].[bits 136 to 159] ∈ UNINITIALIZED
+    [533].f1 ∈ [--..--]
+    [533].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [533].f3 ∈ [--..--]
+    [533].[bits 72 to 95] ∈ UNINITIALIZED
+    [533].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [533].f5 ∈ [--..--]
+    [533].[bits 136 to 159] ∈ UNINITIALIZED
+    [534].f1 ∈ [--..--]
+    [534].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [534].f3 ∈ [--..--]
+    [534].[bits 72 to 95] ∈ UNINITIALIZED
+    [534].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [534].f5 ∈ [--..--]
+    [534].[bits 136 to 159] ∈ UNINITIALIZED
+    [535].f1 ∈ [--..--]
+    [535].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [535].f3 ∈ [--..--]
+    [535].[bits 72 to 95] ∈ UNINITIALIZED
+    [535].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [535].f5 ∈ [--..--]
+    [535].[bits 136 to 159] ∈ UNINITIALIZED
+    [536].f1 ∈ [--..--]
+    [536].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [536].f3 ∈ [--..--]
+    [536].[bits 72 to 95] ∈ UNINITIALIZED
+    [536].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [536].f5 ∈ [--..--]
+    [536].[bits 136 to 159] ∈ UNINITIALIZED
+    [537].f1 ∈ [--..--]
+    [537].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [537].f3 ∈ [--..--]
+    [537].[bits 72 to 95] ∈ UNINITIALIZED
+    [537].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [537].f5 ∈ [--..--]
+    [537].[bits 136 to 159] ∈ UNINITIALIZED
+    [538].f1 ∈ [--..--]
+    [538].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [538].f3 ∈ [--..--]
+    [538].[bits 72 to 95] ∈ UNINITIALIZED
+    [538].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [538].f5 ∈ [--..--]
+    [538].[bits 136 to 159] ∈ UNINITIALIZED
+    [539].f1 ∈ [--..--]
+    [539].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [539].f3 ∈ [--..--]
+    [539].[bits 72 to 95] ∈ UNINITIALIZED
+    [539].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [539].f5 ∈ [--..--]
+    [539].[bits 136 to 159] ∈ UNINITIALIZED
+    [540].f1 ∈ [--..--]
+    [540].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [540].f3 ∈ [--..--]
+    [540].[bits 72 to 95] ∈ UNINITIALIZED
+    [540].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [540].f5 ∈ [--..--]
+    [540].[bits 136 to 159] ∈ UNINITIALIZED
+    [541].f1 ∈ [--..--]
+    [541].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [541].f3 ∈ [--..--]
+    [541].[bits 72 to 95] ∈ UNINITIALIZED
+    [541].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [541].f5 ∈ [--..--]
+    [541].[bits 136 to 159] ∈ UNINITIALIZED
+    [542].f1 ∈ [--..--]
+    [542].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [542].f3 ∈ [--..--]
+    [542].[bits 72 to 95] ∈ UNINITIALIZED
+    [542].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [542].f5 ∈ [--..--]
+    [542].[bits 136 to 159] ∈ UNINITIALIZED
+    [543].f1 ∈ [--..--]
+    [543].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [543].f3 ∈ [--..--]
+    [543].[bits 72 to 95] ∈ UNINITIALIZED
+    [543].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [543].f5 ∈ [--..--]
+    [543].[bits 136 to 159] ∈ UNINITIALIZED
+    [544].f1 ∈ [--..--]
+    [544].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [544].f3 ∈ [--..--]
+    [544].[bits 72 to 95] ∈ UNINITIALIZED
+    [544].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [544].f5 ∈ [--..--]
+    [544].[bits 136 to 159] ∈ UNINITIALIZED
+    [545].f1 ∈ [--..--]
+    [545].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [545].f3 ∈ [--..--]
+    [545].[bits 72 to 95] ∈ UNINITIALIZED
+    [545].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [545].f5 ∈ [--..--]
+    [545].[bits 136 to 159] ∈ UNINITIALIZED
+    [546].f1 ∈ [--..--]
+    [546].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [546].f3 ∈ [--..--]
+    [546].[bits 72 to 95] ∈ UNINITIALIZED
+    [546].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [546].f5 ∈ [--..--]
+    [546].[bits 136 to 159] ∈ UNINITIALIZED
+    [547].f1 ∈ [--..--]
+    [547].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [547].f3 ∈ [--..--]
+    [547].[bits 72 to 95] ∈ UNINITIALIZED
+    [547].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [547].f5 ∈ [--..--]
+    [547].[bits 136 to 159] ∈ UNINITIALIZED
+    [548].f1 ∈ [--..--]
+    [548].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [548].f3 ∈ [--..--]
+    [548].[bits 72 to 95] ∈ UNINITIALIZED
+    [548].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [548].f5 ∈ [--..--]
+    [548].[bits 136 to 159] ∈ UNINITIALIZED
+    [549].f1 ∈ [--..--]
+    [549].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [549].f3 ∈ [--..--]
+    [549].[bits 72 to 95] ∈ UNINITIALIZED
+    [549].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [549].f5 ∈ [--..--]
+    [549].[bits 136 to 159] ∈ UNINITIALIZED
+    [550].f1 ∈ [--..--]
+    [550].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [550].f3 ∈ [--..--]
+    [550].[bits 72 to 95] ∈ UNINITIALIZED
+    [550].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [550].f5 ∈ [--..--]
+    [550].[bits 136 to 159] ∈ UNINITIALIZED
+    [551].f1 ∈ [--..--]
+    [551].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [551].f3 ∈ [--..--]
+    [551].[bits 72 to 95] ∈ UNINITIALIZED
+    [551].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [551].f5 ∈ [--..--]
+    [551].[bits 136 to 159] ∈ UNINITIALIZED
+    [552].f1 ∈ [--..--]
+    [552].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [552].f3 ∈ [--..--]
+    [552].[bits 72 to 95] ∈ UNINITIALIZED
+    [552].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [552].f5 ∈ [--..--]
+    [552].[bits 136 to 159] ∈ UNINITIALIZED
+    [553].f1 ∈ [--..--]
+    [553].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [553].f3 ∈ [--..--]
+    [553].[bits 72 to 95] ∈ UNINITIALIZED
+    [553].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [553].f5 ∈ [--..--]
+    [553].[bits 136 to 159] ∈ UNINITIALIZED
+    [554].f1 ∈ [--..--]
+    [554].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [554].f3 ∈ [--..--]
+    [554].[bits 72 to 95] ∈ UNINITIALIZED
+    [554].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [554].f5 ∈ [--..--]
+    [554].[bits 136 to 159] ∈ UNINITIALIZED
+    [555].f1 ∈ [--..--]
+    [555].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [555].f3 ∈ [--..--]
+    [555].[bits 72 to 95] ∈ UNINITIALIZED
+    [555].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [555].f5 ∈ [--..--]
+    [555].[bits 136 to 159] ∈ UNINITIALIZED
+    [556].f1 ∈ [--..--]
+    [556].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [556].f3 ∈ [--..--]
+    [556].[bits 72 to 95] ∈ UNINITIALIZED
+    [556].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [556].f5 ∈ [--..--]
+    [556].[bits 136 to 159] ∈ UNINITIALIZED
+    [557].f1 ∈ [--..--]
+    [557].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [557].f3 ∈ [--..--]
+    [557].[bits 72 to 95] ∈ UNINITIALIZED
+    [557].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [557].f5 ∈ [--..--]
+    [557].[bits 136 to 159] ∈ UNINITIALIZED
+    [558].f1 ∈ [--..--]
+    [558].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [558].f3 ∈ [--..--]
+    [558].[bits 72 to 95] ∈ UNINITIALIZED
+    [558].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [558].f5 ∈ [--..--]
+    [558].[bits 136 to 159] ∈ UNINITIALIZED
+    [559].f1 ∈ [--..--]
+    [559].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [559].f3 ∈ [--..--]
+    [559].[bits 72 to 95] ∈ UNINITIALIZED
+    [559].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [559].f5 ∈ [--..--]
+    [559].[bits 136 to 159] ∈ UNINITIALIZED
+    [560].f1 ∈ [--..--]
+    [560].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [560].f3 ∈ [--..--]
+    [560].[bits 72 to 95] ∈ UNINITIALIZED
+    [560].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [560].f5 ∈ [--..--]
+    [560].[bits 136 to 159] ∈ UNINITIALIZED
+    [561].f1 ∈ [--..--]
+    [561].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [561].f3 ∈ [--..--]
+    [561].[bits 72 to 95] ∈ UNINITIALIZED
+    [561].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [561].f5 ∈ [--..--]
+    [561].[bits 136 to 159] ∈ UNINITIALIZED
+    [562].f1 ∈ [--..--]
+    [562].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [562].f3 ∈ [--..--]
+    [562].[bits 72 to 95] ∈ UNINITIALIZED
+    [562].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [562].f5 ∈ [--..--]
+    [562].[bits 136 to 159] ∈ UNINITIALIZED
+    [563].f1 ∈ [--..--]
+    [563].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [563].f3 ∈ [--..--]
+    [563].[bits 72 to 95] ∈ UNINITIALIZED
+    [563].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [563].f5 ∈ [--..--]
+    [563].[bits 136 to 159] ∈ UNINITIALIZED
+    [564].f1 ∈ [--..--]
+    [564].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [564].f3 ∈ [--..--]
+    [564].[bits 72 to 95] ∈ UNINITIALIZED
+    [564].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [564].f5 ∈ [--..--]
+    [564].[bits 136 to 159] ∈ UNINITIALIZED
+    [565].f1 ∈ [--..--]
+    [565].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [565].f3 ∈ [--..--]
+    [565].[bits 72 to 95] ∈ UNINITIALIZED
+    [565].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [565].f5 ∈ [--..--]
+    [565].[bits 136 to 159] ∈ UNINITIALIZED
+    [566].f1 ∈ [--..--]
+    [566].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [566].f3 ∈ [--..--]
+    [566].[bits 72 to 95] ∈ UNINITIALIZED
+    [566].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [566].f5 ∈ [--..--]
+    [566].[bits 136 to 159] ∈ UNINITIALIZED
+    [567].f1 ∈ [--..--]
+    [567].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [567].f3 ∈ [--..--]
+    [567].[bits 72 to 95] ∈ UNINITIALIZED
+    [567].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [567].f5 ∈ [--..--]
+    [567].[bits 136 to 159] ∈ UNINITIALIZED
+    [568].f1 ∈ [--..--]
+    [568].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [568].f3 ∈ [--..--]
+    [568].[bits 72 to 95] ∈ UNINITIALIZED
+    [568].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [568].f5 ∈ [--..--]
+    [568].[bits 136 to 159] ∈ UNINITIALIZED
+    [569].f1 ∈ [--..--]
+    [569].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [569].f3 ∈ [--..--]
+    [569].[bits 72 to 95] ∈ UNINITIALIZED
+    [569].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [569].f5 ∈ [--..--]
+    [569].[bits 136 to 159] ∈ UNINITIALIZED
+    [570].f1 ∈ [--..--]
+    [570].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [570].f3 ∈ [--..--]
+    [570].[bits 72 to 95] ∈ UNINITIALIZED
+    [570].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [570].f5 ∈ [--..--]
+    [570].[bits 136 to 159] ∈ UNINITIALIZED
+    [571].f1 ∈ [--..--]
+    [571].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [571].f3 ∈ [--..--]
+    [571].[bits 72 to 95] ∈ UNINITIALIZED
+    [571].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [571].f5 ∈ [--..--]
+    [571].[bits 136 to 159] ∈ UNINITIALIZED
+    [572].f1 ∈ [--..--]
+    [572].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [572].f3 ∈ [--..--]
+    [572].[bits 72 to 95] ∈ UNINITIALIZED
+    [572].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [572].f5 ∈ [--..--]
+    [572].[bits 136 to 159] ∈ UNINITIALIZED
+    [573].f1 ∈ [--..--]
+    [573].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [573].f3 ∈ [--..--]
+    [573].[bits 72 to 95] ∈ UNINITIALIZED
+    [573].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [573].f5 ∈ [--..--]
+    [573].[bits 136 to 159] ∈ UNINITIALIZED
+    [574].f1 ∈ [--..--]
+    [574].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [574].f3 ∈ [--..--]
+    [574].[bits 72 to 95] ∈ UNINITIALIZED
+    [574].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [574].f5 ∈ [--..--]
+    [574].[bits 136 to 159] ∈ UNINITIALIZED
+    [575].f1 ∈ [--..--]
+    [575].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [575].f3 ∈ [--..--]
+    [575].[bits 72 to 95] ∈ UNINITIALIZED
+    [575].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [575].f5 ∈ [--..--]
+    [575].[bits 136 to 159] ∈ UNINITIALIZED
+    [576].f1 ∈ [--..--]
+    [576].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [576].f3 ∈ [--..--]
+    [576].[bits 72 to 95] ∈ UNINITIALIZED
+    [576].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [576].f5 ∈ [--..--]
+    [576].[bits 136 to 159] ∈ UNINITIALIZED
+    [577].f1 ∈ [--..--]
+    [577].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [577].f3 ∈ [--..--]
+    [577].[bits 72 to 95] ∈ UNINITIALIZED
+    [577].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [577].f5 ∈ [--..--]
+    [577].[bits 136 to 159] ∈ UNINITIALIZED
+    [578].f1 ∈ [--..--]
+    [578].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [578].f3 ∈ [--..--]
+    [578].[bits 72 to 95] ∈ UNINITIALIZED
+    [578].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [578].f5 ∈ [--..--]
+    [578].[bits 136 to 159] ∈ UNINITIALIZED
+    [579].f1 ∈ [--..--]
+    [579].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [579].f3 ∈ [--..--]
+    [579].[bits 72 to 95] ∈ UNINITIALIZED
+    [579].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [579].f5 ∈ [--..--]
+    [579].[bits 136 to 159] ∈ UNINITIALIZED
+    [580].f1 ∈ [--..--]
+    [580].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [580].f3 ∈ [--..--]
+    [580].[bits 72 to 95] ∈ UNINITIALIZED
+    [580].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [580].f5 ∈ [--..--]
+    [580].[bits 136 to 159] ∈ UNINITIALIZED
+    [581].f1 ∈ [--..--]
+    [581].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [581].f3 ∈ [--..--]
+    [581].[bits 72 to 95] ∈ UNINITIALIZED
+    [581].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [581].f5 ∈ [--..--]
+    [581].[bits 136 to 159] ∈ UNINITIALIZED
+    [582].f1 ∈ [--..--]
+    [582].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [582].f3 ∈ [--..--]
+    [582].[bits 72 to 95] ∈ UNINITIALIZED
+    [582].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [582].f5 ∈ [--..--]
+    [582].[bits 136 to 159] ∈ UNINITIALIZED
+    [583].f1 ∈ [--..--]
+    [583].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [583].f3 ∈ [--..--]
+    [583].[bits 72 to 95] ∈ UNINITIALIZED
+    [583].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [583].f5 ∈ [--..--]
+    [583].[bits 136 to 159] ∈ UNINITIALIZED
+    [584].f1 ∈ [--..--]
+    [584].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [584].f3 ∈ [--..--]
+    [584].[bits 72 to 95] ∈ UNINITIALIZED
+    [584].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [584].f5 ∈ [--..--]
+    [584].[bits 136 to 159] ∈ UNINITIALIZED
+    [585].f1 ∈ [--..--]
+    [585].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [585].f3 ∈ [--..--]
+    [585].[bits 72 to 95] ∈ UNINITIALIZED
+    [585].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [585].f5 ∈ [--..--]
+    [585].[bits 136 to 159] ∈ UNINITIALIZED
+    [586].f1 ∈ [--..--]
+    [586].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [586].f3 ∈ [--..--]
+    [586].[bits 72 to 95] ∈ UNINITIALIZED
+    [586].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [586].f5 ∈ [--..--]
+    [586].[bits 136 to 159] ∈ UNINITIALIZED
+    [587].f1 ∈ [--..--]
+    [587].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [587].f3 ∈ [--..--]
+    [587].[bits 72 to 95] ∈ UNINITIALIZED
+    [587].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [587].f5 ∈ [--..--]
+    [587].[bits 136 to 159] ∈ UNINITIALIZED
+    [588].f1 ∈ [--..--]
+    [588].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [588].f3 ∈ [--..--]
+    [588].[bits 72 to 95] ∈ UNINITIALIZED
+    [588].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [588].f5 ∈ [--..--]
+    [588].[bits 136 to 159] ∈ UNINITIALIZED
+    [589].f1 ∈ [--..--]
+    [589].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [589].f3 ∈ [--..--]
+    [589].[bits 72 to 95] ∈ UNINITIALIZED
+    [589].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [589].f5 ∈ [--..--]
+    [589].[bits 136 to 159] ∈ UNINITIALIZED
+    [590].f1 ∈ [--..--]
+    [590].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [590].f3 ∈ [--..--]
+    [590].[bits 72 to 95] ∈ UNINITIALIZED
+    [590].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [590].f5 ∈ [--..--]
+    [590].[bits 136 to 159] ∈ UNINITIALIZED
+    [591].f1 ∈ [--..--]
+    [591].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [591].f3 ∈ [--..--]
+    [591].[bits 72 to 95] ∈ UNINITIALIZED
+    [591].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [591].f5 ∈ [--..--]
+    [591].[bits 136 to 159] ∈ UNINITIALIZED
+    [592].f1 ∈ [--..--]
+    [592].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [592].f3 ∈ [--..--]
+    [592].[bits 72 to 95] ∈ UNINITIALIZED
+    [592].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [592].f5 ∈ [--..--]
+    [592].[bits 136 to 159] ∈ UNINITIALIZED
+    [593].f1 ∈ [--..--]
+    [593].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [593].f3 ∈ [--..--]
+    [593].[bits 72 to 95] ∈ UNINITIALIZED
+    [593].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [593].f5 ∈ [--..--]
+    [593].[bits 136 to 159] ∈ UNINITIALIZED
+    [594].f1 ∈ [--..--]
+    [594].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [594].f3 ∈ [--..--]
+    [594].[bits 72 to 95] ∈ UNINITIALIZED
+    [594].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [594].f5 ∈ [--..--]
+    [594].[bits 136 to 159] ∈ UNINITIALIZED
+    [595].f1 ∈ [--..--]
+    [595].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [595].f3 ∈ [--..--]
+    [595].[bits 72 to 95] ∈ UNINITIALIZED
+    [595].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [595].f5 ∈ [--..--]
+    [595].[bits 136 to 159] ∈ UNINITIALIZED
+    [596].f1 ∈ [--..--]
+    [596].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [596].f3 ∈ [--..--]
+    [596].[bits 72 to 95] ∈ UNINITIALIZED
+    [596].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [596].f5 ∈ [--..--]
+    [596].[bits 136 to 159] ∈ UNINITIALIZED
+    [597].f1 ∈ [--..--]
+    [597].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [597].f3 ∈ [--..--]
+    [597].[bits 72 to 95] ∈ UNINITIALIZED
+    [597].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [597].f5 ∈ [--..--]
+    [597].[bits 136 to 159] ∈ UNINITIALIZED
+    [598].f1 ∈ [--..--]
+    [598].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [598].f3 ∈ [--..--]
+    [598].[bits 72 to 95] ∈ UNINITIALIZED
+    [598].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [598].f5 ∈ [--..--]
+    [598].[bits 136 to 159] ∈ UNINITIALIZED
+    [599].f1 ∈ [--..--]
+    [599].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [599].f3 ∈ [--..--]
+    [599].[bits 72 to 95] ∈ UNINITIALIZED
+    [599].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [599].f5 ∈ [--..--]
+    [599].[bits 136 to 159] ∈ UNINITIALIZED
+    [600].f1 ∈ [--..--]
+    [600].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [600].f3 ∈ [--..--]
+    [600].[bits 72 to 95] ∈ UNINITIALIZED
+    [600].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [600].f5 ∈ [--..--]
+    [600].[bits 136 to 159] ∈ UNINITIALIZED
+    [601].f1 ∈ [--..--]
+    [601].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [601].f3 ∈ [--..--]
+    [601].[bits 72 to 95] ∈ UNINITIALIZED
+    [601].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [601].f5 ∈ [--..--]
+    [601].[bits 136 to 159] ∈ UNINITIALIZED
+    [602].f1 ∈ [--..--]
+    [602].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [602].f3 ∈ [--..--]
+    [602].[bits 72 to 95] ∈ UNINITIALIZED
+    [602].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [602].f5 ∈ [--..--]
+    [602].[bits 136 to 159] ∈ UNINITIALIZED
+    [603].f1 ∈ [--..--]
+    [603].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [603].f3 ∈ [--..--]
+    [603].[bits 72 to 95] ∈ UNINITIALIZED
+    [603].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [603].f5 ∈ [--..--]
+    [603].[bits 136 to 159] ∈ UNINITIALIZED
+    [604].f1 ∈ [--..--]
+    [604].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [604].f3 ∈ [--..--]
+    [604].[bits 72 to 95] ∈ UNINITIALIZED
+    [604].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [604].f5 ∈ [--..--]
+    [604].[bits 136 to 159] ∈ UNINITIALIZED
+    [605].f1 ∈ [--..--]
+    [605].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [605].f3 ∈ [--..--]
+    [605].[bits 72 to 95] ∈ UNINITIALIZED
+    [605].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [605].f5 ∈ [--..--]
+    [605].[bits 136 to 159] ∈ UNINITIALIZED
+    [606].f1 ∈ [--..--]
+    [606].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [606].f3 ∈ [--..--]
+    [606].[bits 72 to 95] ∈ UNINITIALIZED
+    [606].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [606].f5 ∈ [--..--]
+    [606].[bits 136 to 159] ∈ UNINITIALIZED
+    [607].f1 ∈ [--..--]
+    [607].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [607].f3 ∈ [--..--]
+    [607].[bits 72 to 95] ∈ UNINITIALIZED
+    [607].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [607].f5 ∈ [--..--]
+    [607].[bits 136 to 159] ∈ UNINITIALIZED
+    [608].f1 ∈ [--..--]
+    [608].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [608].f3 ∈ [--..--]
+    [608].[bits 72 to 95] ∈ UNINITIALIZED
+    [608].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [608].f5 ∈ [--..--]
+    [608].[bits 136 to 159] ∈ UNINITIALIZED
+    [609].f1 ∈ [--..--]
+    [609].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [609].f3 ∈ [--..--]
+    [609].[bits 72 to 95] ∈ UNINITIALIZED
+    [609].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [609].f5 ∈ [--..--]
+    [609].[bits 136 to 159] ∈ UNINITIALIZED
+    [610].f1 ∈ [--..--]
+    [610].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [610].f3 ∈ [--..--]
+    [610].[bits 72 to 95] ∈ UNINITIALIZED
+    [610].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [610].f5 ∈ [--..--]
+    [610].[bits 136 to 159] ∈ UNINITIALIZED
+    [611].f1 ∈ [--..--]
+    [611].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [611].f3 ∈ [--..--]
+    [611].[bits 72 to 95] ∈ UNINITIALIZED
+    [611].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [611].f5 ∈ [--..--]
+    [611].[bits 136 to 159] ∈ UNINITIALIZED
+    [612].f1 ∈ [--..--]
+    [612].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [612].f3 ∈ [--..--]
+    [612].[bits 72 to 95] ∈ UNINITIALIZED
+    [612].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [612].f5 ∈ [--..--]
+    [612].[bits 136 to 159] ∈ UNINITIALIZED
+    [613].f1 ∈ [--..--]
+    [613].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [613].f3 ∈ [--..--]
+    [613].[bits 72 to 95] ∈ UNINITIALIZED
+    [613].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [613].f5 ∈ [--..--]
+    [613].[bits 136 to 159] ∈ UNINITIALIZED
+    [614].f1 ∈ [--..--]
+    [614].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [614].f3 ∈ [--..--]
+    [614].[bits 72 to 95] ∈ UNINITIALIZED
+    [614].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [614].f5 ∈ [--..--]
+    [614].[bits 136 to 159] ∈ UNINITIALIZED
+    [615].f1 ∈ [--..--]
+    [615].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [615].f3 ∈ [--..--]
+    [615].[bits 72 to 95] ∈ UNINITIALIZED
+    [615].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [615].f5 ∈ [--..--]
+    [615].[bits 136 to 159] ∈ UNINITIALIZED
+    [616].f1 ∈ [--..--]
+    [616].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [616].f3 ∈ [--..--]
+    [616].[bits 72 to 95] ∈ UNINITIALIZED
+    [616].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [616].f5 ∈ [--..--]
+    [616].[bits 136 to 159] ∈ UNINITIALIZED
+    [617].f1 ∈ [--..--]
+    [617].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [617].f3 ∈ [--..--]
+    [617].[bits 72 to 95] ∈ UNINITIALIZED
+    [617].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [617].f5 ∈ [--..--]
+    [617].[bits 136 to 159] ∈ UNINITIALIZED
+    [618].f1 ∈ [--..--]
+    [618].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [618].f3 ∈ [--..--]
+    [618].[bits 72 to 95] ∈ UNINITIALIZED
+    [618].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [618].f5 ∈ [--..--]
+    [618].[bits 136 to 159] ∈ UNINITIALIZED
+    [619].f1 ∈ [--..--]
+    [619].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [619].f3 ∈ [--..--]
+    [619].[bits 72 to 95] ∈ UNINITIALIZED
+    [619].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [619].f5 ∈ [--..--]
+    [619].[bits 136 to 159] ∈ UNINITIALIZED
+    [620].f1 ∈ [--..--]
+    [620].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [620].f3 ∈ [--..--]
+    [620].[bits 72 to 95] ∈ UNINITIALIZED
+    [620].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [620].f5 ∈ [--..--]
+    [620].[bits 136 to 159] ∈ UNINITIALIZED
+    [621].f1 ∈ [--..--]
+    [621].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [621].f3 ∈ [--..--]
+    [621].[bits 72 to 95] ∈ UNINITIALIZED
+    [621].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [621].f5 ∈ [--..--]
+    [621].[bits 136 to 159] ∈ UNINITIALIZED
+    [622].f1 ∈ [--..--]
+    [622].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [622].f3 ∈ [--..--]
+    [622].[bits 72 to 95] ∈ UNINITIALIZED
+    [622].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [622].f5 ∈ [--..--]
+    [622].[bits 136 to 159] ∈ UNINITIALIZED
+    [623].f1 ∈ [--..--]
+    [623].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [623].f3 ∈ [--..--]
+    [623].[bits 72 to 95] ∈ UNINITIALIZED
+    [623].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [623].f5 ∈ [--..--]
+    [623].[bits 136 to 159] ∈ UNINITIALIZED
+    [624].f1 ∈ [--..--]
+    [624].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [624].f3 ∈ [--..--]
+    [624].[bits 72 to 95] ∈ UNINITIALIZED
+    [624].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [624].f5 ∈ [--..--]
+    [624].[bits 136 to 159] ∈ UNINITIALIZED
+    [625].f1 ∈ [--..--]
+    [625].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [625].f3 ∈ [--..--]
+    [625].[bits 72 to 95] ∈ UNINITIALIZED
+    [625].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [625].f5 ∈ [--..--]
+    [625].[bits 136 to 159] ∈ UNINITIALIZED
+    [626].f1 ∈ [--..--]
+    [626].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [626].f3 ∈ [--..--]
+    [626].[bits 72 to 95] ∈ UNINITIALIZED
+    [626].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [626].f5 ∈ [--..--]
+    [626].[bits 136 to 159] ∈ UNINITIALIZED
+    [627].f1 ∈ [--..--]
+    [627].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [627].f3 ∈ [--..--]
+    [627].[bits 72 to 95] ∈ UNINITIALIZED
+    [627].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [627].f5 ∈ [--..--]
+    [627].[bits 136 to 159] ∈ UNINITIALIZED
+    [628].f1 ∈ [--..--]
+    [628].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [628].f3 ∈ [--..--]
+    [628].[bits 72 to 95] ∈ UNINITIALIZED
+    [628].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [628].f5 ∈ [--..--]
+    [628].[bits 136 to 159] ∈ UNINITIALIZED
+    [629].f1 ∈ [--..--]
+    [629].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [629].f3 ∈ [--..--]
+    [629].[bits 72 to 95] ∈ UNINITIALIZED
+    [629].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [629].f5 ∈ [--..--]
+    [629].[bits 136 to 159] ∈ UNINITIALIZED
+    [630].f1 ∈ [--..--]
+    [630].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [630].f3 ∈ [--..--]
+    [630].[bits 72 to 95] ∈ UNINITIALIZED
+    [630].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [630].f5 ∈ [--..--]
+    [630].[bits 136 to 159] ∈ UNINITIALIZED
+    [631].f1 ∈ [--..--]
+    [631].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [631].f3 ∈ [--..--]
+    [631].[bits 72 to 95] ∈ UNINITIALIZED
+    [631].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [631].f5 ∈ [--..--]
+    [631].[bits 136 to 159] ∈ UNINITIALIZED
+    [632].f1 ∈ [--..--]
+    [632].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [632].f3 ∈ [--..--]
+    [632].[bits 72 to 95] ∈ UNINITIALIZED
+    [632].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [632].f5 ∈ [--..--]
+    [632].[bits 136 to 159] ∈ UNINITIALIZED
+    [633].f1 ∈ [--..--]
+    [633].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [633].f3 ∈ [--..--]
+    [633].[bits 72 to 95] ∈ UNINITIALIZED
+    [633].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [633].f5 ∈ [--..--]
+    [633].[bits 136 to 159] ∈ UNINITIALIZED
+    [634].f1 ∈ [--..--]
+    [634].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [634].f3 ∈ [--..--]
+    [634].[bits 72 to 95] ∈ UNINITIALIZED
+    [634].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [634].f5 ∈ [--..--]
+    [634].[bits 136 to 159] ∈ UNINITIALIZED
+    [635].f1 ∈ [--..--]
+    [635].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [635].f3 ∈ [--..--]
+    [635].[bits 72 to 95] ∈ UNINITIALIZED
+    [635].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [635].f5 ∈ [--..--]
+    [635].[bits 136 to 159] ∈ UNINITIALIZED
+    [636].f1 ∈ [--..--]
+    [636].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [636].f3 ∈ [--..--]
+    [636].[bits 72 to 95] ∈ UNINITIALIZED
+    [636].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [636].f5 ∈ [--..--]
+    [636].[bits 136 to 159] ∈ UNINITIALIZED
+    [637].f1 ∈ [--..--]
+    [637].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [637].f3 ∈ [--..--]
+    [637].[bits 72 to 95] ∈ UNINITIALIZED
+    [637].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [637].f5 ∈ [--..--]
+    [637].[bits 136 to 159] ∈ UNINITIALIZED
+    [638].f1 ∈ [--..--]
+    [638].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [638].f3 ∈ [--..--]
+    [638].[bits 72 to 95] ∈ UNINITIALIZED
+    [638].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [638].f5 ∈ [--..--]
+    [638].[bits 136 to 159] ∈ UNINITIALIZED
+    [639].f1 ∈ [--..--]
+    [639].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [639].f3 ∈ [--..--]
+    [639].[bits 72 to 95] ∈ UNINITIALIZED
+    [639].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [639].f5 ∈ [--..--]
+    [639].[bits 136 to 159] ∈ UNINITIALIZED
+    [640].f1 ∈ [--..--]
+    [640].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [640].f3 ∈ [--..--]
+    [640].[bits 72 to 95] ∈ UNINITIALIZED
+    [640].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [640].f5 ∈ [--..--]
+    [640].[bits 136 to 159] ∈ UNINITIALIZED
+    [641].f1 ∈ [--..--]
+    [641].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [641].f3 ∈ [--..--]
+    [641].[bits 72 to 95] ∈ UNINITIALIZED
+    [641].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [641].f5 ∈ [--..--]
+    [641].[bits 136 to 159] ∈ UNINITIALIZED
+    [642].f1 ∈ [--..--]
+    [642].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [642].f3 ∈ [--..--]
+    [642].[bits 72 to 95] ∈ UNINITIALIZED
+    [642].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [642].f5 ∈ [--..--]
+    [642].[bits 136 to 159] ∈ UNINITIALIZED
+    [643].f1 ∈ [--..--]
+    [643].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [643].f3 ∈ [--..--]
+    [643].[bits 72 to 95] ∈ UNINITIALIZED
+    [643].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [643].f5 ∈ [--..--]
+    [643].[bits 136 to 159] ∈ UNINITIALIZED
+    [644].f1 ∈ [--..--]
+    [644].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [644].f3 ∈ [--..--]
+    [644].[bits 72 to 95] ∈ UNINITIALIZED
+    [644].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [644].f5 ∈ [--..--]
+    [644].[bits 136 to 159] ∈ UNINITIALIZED
+    [645].f1 ∈ [--..--]
+    [645].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [645].f3 ∈ [--..--]
+    [645].[bits 72 to 95] ∈ UNINITIALIZED
+    [645].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [645].f5 ∈ [--..--]
+    [645].[bits 136 to 159] ∈ UNINITIALIZED
+    [646].f1 ∈ [--..--]
+    [646].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [646].f3 ∈ [--..--]
+    [646].[bits 72 to 95] ∈ UNINITIALIZED
+    [646].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [646].f5 ∈ [--..--]
+    [646].[bits 136 to 159] ∈ UNINITIALIZED
+    [647].f1 ∈ [--..--]
+    [647].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [647].f3 ∈ [--..--]
+    [647].[bits 72 to 95] ∈ UNINITIALIZED
+    [647].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [647].f5 ∈ [--..--]
+    [647].[bits 136 to 159] ∈ UNINITIALIZED
+    [648].f1 ∈ [--..--]
+    [648].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [648].f3 ∈ [--..--]
+    [648].[bits 72 to 95] ∈ UNINITIALIZED
+    [648].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [648].f5 ∈ [--..--]
+    [648].[bits 136 to 159] ∈ UNINITIALIZED
+    [649].f1 ∈ [--..--]
+    [649].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [649].f3 ∈ [--..--]
+    [649].[bits 72 to 95] ∈ UNINITIALIZED
+    [649].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [649].f5 ∈ [--..--]
+    [649].[bits 136 to 159] ∈ UNINITIALIZED
+    [650].f1 ∈ [--..--]
+    [650].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [650].f3 ∈ [--..--]
+    [650].[bits 72 to 95] ∈ UNINITIALIZED
+    [650].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [650].f5 ∈ [--..--]
+    [650].[bits 136 to 159] ∈ UNINITIALIZED
+    [651].f1 ∈ [--..--]
+    [651].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [651].f3 ∈ [--..--]
+    [651].[bits 72 to 95] ∈ UNINITIALIZED
+    [651].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [651].f5 ∈ [--..--]
+    [651].[bits 136 to 159] ∈ UNINITIALIZED
+    [652].f1 ∈ [--..--]
+    [652].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [652].f3 ∈ [--..--]
+    [652].[bits 72 to 95] ∈ UNINITIALIZED
+    [652].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [652].f5 ∈ [--..--]
+    [652].[bits 136 to 159] ∈ UNINITIALIZED
+    [653].f1 ∈ [--..--]
+    [653].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [653].f3 ∈ [--..--]
+    [653].[bits 72 to 95] ∈ UNINITIALIZED
+    [653].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [653].f5 ∈ [--..--]
+    [653].[bits 136 to 159] ∈ UNINITIALIZED
+    [654].f1 ∈ [--..--]
+    [654].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [654].f3 ∈ [--..--]
+    [654].[bits 72 to 95] ∈ UNINITIALIZED
+    [654].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [654].f5 ∈ [--..--]
+    [654].[bits 136 to 159] ∈ UNINITIALIZED
+    [655].f1 ∈ [--..--]
+    [655].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [655].f3 ∈ [--..--]
+    [655].[bits 72 to 95] ∈ UNINITIALIZED
+    [655].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [655].f5 ∈ [--..--]
+    [655].[bits 136 to 159] ∈ UNINITIALIZED
+    [656].f1 ∈ [--..--]
+    [656].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [656].f3 ∈ [--..--]
+    [656].[bits 72 to 95] ∈ UNINITIALIZED
+    [656].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [656].f5 ∈ [--..--]
+    [656].[bits 136 to 159] ∈ UNINITIALIZED
+    [657].f1 ∈ [--..--]
+    [657].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [657].f3 ∈ [--..--]
+    [657].[bits 72 to 95] ∈ UNINITIALIZED
+    [657].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [657].f5 ∈ [--..--]
+    [657].[bits 136 to 159] ∈ UNINITIALIZED
+    [658].f1 ∈ [--..--]
+    [658].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [658].f3 ∈ [--..--]
+    [658].[bits 72 to 95] ∈ UNINITIALIZED
+    [658].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [658].f5 ∈ [--..--]
+    [658].[bits 136 to 159] ∈ UNINITIALIZED
+    [659].f1 ∈ [--..--]
+    [659].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [659].f3 ∈ [--..--]
+    [659].[bits 72 to 95] ∈ UNINITIALIZED
+    [659].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [659].f5 ∈ [--..--]
+    [659].[bits 136 to 159] ∈ UNINITIALIZED
+    [660].f1 ∈ [--..--]
+    [660].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [660].f3 ∈ [--..--]
+    [660].[bits 72 to 95] ∈ UNINITIALIZED
+    [660].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [660].f5 ∈ [--..--]
+    [660].[bits 136 to 159] ∈ UNINITIALIZED
+    [661].f1 ∈ [--..--]
+    [661].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [661].f3 ∈ [--..--]
+    [661].[bits 72 to 95] ∈ UNINITIALIZED
+    [661].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [661].f5 ∈ [--..--]
+    [661].[bits 136 to 159] ∈ UNINITIALIZED
+    [662].f1 ∈ [--..--]
+    [662].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [662].f3 ∈ [--..--]
+    [662].[bits 72 to 95] ∈ UNINITIALIZED
+    [662].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [662].f5 ∈ [--..--]
+    [662].[bits 136 to 159] ∈ UNINITIALIZED
+    [663].f1 ∈ [--..--]
+    [663].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [663].f3 ∈ [--..--]
+    [663].[bits 72 to 95] ∈ UNINITIALIZED
+    [663].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [663].f5 ∈ [--..--]
+    [663].[bits 136 to 159] ∈ UNINITIALIZED
+    [664].f1 ∈ [--..--]
+    [664].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [664].f3 ∈ [--..--]
+    [664].[bits 72 to 95] ∈ UNINITIALIZED
+    [664].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [664].f5 ∈ [--..--]
+    [664].[bits 136 to 159] ∈ UNINITIALIZED
+    [665].f1 ∈ [--..--]
+    [665].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [665].f3 ∈ [--..--]
+    [665].[bits 72 to 95] ∈ UNINITIALIZED
+    [665].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [665].f5 ∈ [--..--]
+    [665].[bits 136 to 159] ∈ UNINITIALIZED
+    [666].f1 ∈ [--..--]
+    [666].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [666].f3 ∈ [--..--]
+    [666].[bits 72 to 95] ∈ UNINITIALIZED
+    [666].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [666].f5 ∈ [--..--]
+    [666].[bits 136 to 159] ∈ UNINITIALIZED
+    [667].f1 ∈ [--..--]
+    [667].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [667].f3 ∈ [--..--]
+    [667].[bits 72 to 95] ∈ UNINITIALIZED
+    [667].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [667].f5 ∈ [--..--]
+    [667].[bits 136 to 159] ∈ UNINITIALIZED
+    [668].f1 ∈ [--..--]
+    [668].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [668].f3 ∈ [--..--]
+    [668].[bits 72 to 95] ∈ UNINITIALIZED
+    [668].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [668].f5 ∈ [--..--]
+    [668].[bits 136 to 159] ∈ UNINITIALIZED
+    [669].f1 ∈ [--..--]
+    [669].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [669].f3 ∈ [--..--]
+    [669].[bits 72 to 95] ∈ UNINITIALIZED
+    [669].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [669].f5 ∈ [--..--]
+    [669].[bits 136 to 159] ∈ UNINITIALIZED
+    [670].f1 ∈ [--..--]
+    [670].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [670].f3 ∈ [--..--]
+    [670].[bits 72 to 95] ∈ UNINITIALIZED
+    [670].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [670].f5 ∈ [--..--]
+    [670].[bits 136 to 159] ∈ UNINITIALIZED
+    [671].f1 ∈ [--..--]
+    [671].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [671].f3 ∈ [--..--]
+    [671].[bits 72 to 95] ∈ UNINITIALIZED
+    [671].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [671].f5 ∈ [--..--]
+    [671].[bits 136 to 159] ∈ UNINITIALIZED
+    [672].f1 ∈ [--..--]
+    [672].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [672].f3 ∈ [--..--]
+    [672].[bits 72 to 95] ∈ UNINITIALIZED
+    [672].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [672].f5 ∈ [--..--]
+    [672].[bits 136 to 159] ∈ UNINITIALIZED
+    [673].f1 ∈ [--..--]
+    [673].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [673].f3 ∈ [--..--]
+    [673].[bits 72 to 95] ∈ UNINITIALIZED
+    [673].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [673].f5 ∈ [--..--]
+    [673].[bits 136 to 159] ∈ UNINITIALIZED
+    [674].f1 ∈ [--..--]
+    [674].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [674].f3 ∈ [--..--]
+    [674].[bits 72 to 95] ∈ UNINITIALIZED
+    [674].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [674].f5 ∈ [--..--]
+    [674].[bits 136 to 159] ∈ UNINITIALIZED
+    [675].f1 ∈ [--..--]
+    [675].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [675].f3 ∈ [--..--]
+    [675].[bits 72 to 95] ∈ UNINITIALIZED
+    [675].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [675].f5 ∈ [--..--]
+    [675].[bits 136 to 159] ∈ UNINITIALIZED
+    [676].f1 ∈ [--..--]
+    [676].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [676].f3 ∈ [--..--]
+    [676].[bits 72 to 95] ∈ UNINITIALIZED
+    [676].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [676].f5 ∈ [--..--]
+    [676].[bits 136 to 159] ∈ UNINITIALIZED
+    [677].f1 ∈ [--..--]
+    [677].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [677].f3 ∈ [--..--]
+    [677].[bits 72 to 95] ∈ UNINITIALIZED
+    [677].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [677].f5 ∈ [--..--]
+    [677].[bits 136 to 159] ∈ UNINITIALIZED
+    [678].f1 ∈ [--..--]
+    [678].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [678].f3 ∈ [--..--]
+    [678].[bits 72 to 95] ∈ UNINITIALIZED
+    [678].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [678].f5 ∈ [--..--]
+    [678].[bits 136 to 159] ∈ UNINITIALIZED
+    [679].f1 ∈ [--..--]
+    [679].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [679].f3 ∈ [--..--]
+    [679].[bits 72 to 95] ∈ UNINITIALIZED
+    [679].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [679].f5 ∈ [--..--]
+    [679].[bits 136 to 159] ∈ UNINITIALIZED
+    [680].f1 ∈ [--..--]
+    [680].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [680].f3 ∈ [--..--]
+    [680].[bits 72 to 95] ∈ UNINITIALIZED
+    [680].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [680].f5 ∈ [--..--]
+    [680].[bits 136 to 159] ∈ UNINITIALIZED
+    [681].f1 ∈ [--..--]
+    [681].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [681].f3 ∈ [--..--]
+    [681].[bits 72 to 95] ∈ UNINITIALIZED
+    [681].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [681].f5 ∈ [--..--]
+    [681].[bits 136 to 159] ∈ UNINITIALIZED
+    [682].f1 ∈ [--..--]
+    [682].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [682].f3 ∈ [--..--]
+    [682].[bits 72 to 95] ∈ UNINITIALIZED
+    [682].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [682].f5 ∈ [--..--]
+    [682].[bits 136 to 159] ∈ UNINITIALIZED
+    [683].f1 ∈ [--..--]
+    [683].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [683].f3 ∈ [--..--]
+    [683].[bits 72 to 95] ∈ UNINITIALIZED
+    [683].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [683].f5 ∈ [--..--]
+    [683].[bits 136 to 159] ∈ UNINITIALIZED
+    [684].f1 ∈ [--..--]
+    [684].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [684].f3 ∈ [--..--]
+    [684].[bits 72 to 95] ∈ UNINITIALIZED
+    [684].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [684].f5 ∈ [--..--]
+    [684].[bits 136 to 159] ∈ UNINITIALIZED
+    [685].f1 ∈ [--..--]
+    [685].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [685].f3 ∈ [--..--]
+    [685].[bits 72 to 95] ∈ UNINITIALIZED
+    [685].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [685].f5 ∈ [--..--]
+    [685].[bits 136 to 159] ∈ UNINITIALIZED
+    [686].f1 ∈ [--..--]
+    [686].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [686].f3 ∈ [--..--]
+    [686].[bits 72 to 95] ∈ UNINITIALIZED
+    [686].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [686].f5 ∈ [--..--]
+    [686].[bits 136 to 159] ∈ UNINITIALIZED
+    [687].f1 ∈ [--..--]
+    [687].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [687].f3 ∈ [--..--]
+    [687].[bits 72 to 95] ∈ UNINITIALIZED
+    [687].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [687].f5 ∈ [--..--]
+    [687].[bits 136 to 159] ∈ UNINITIALIZED
+    [688].f1 ∈ [--..--]
+    [688].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [688].f3 ∈ [--..--]
+    [688].[bits 72 to 95] ∈ UNINITIALIZED
+    [688].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [688].f5 ∈ [--..--]
+    [688].[bits 136 to 159] ∈ UNINITIALIZED
+    [689].f1 ∈ [--..--]
+    [689].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [689].f3 ∈ [--..--]
+    [689].[bits 72 to 95] ∈ UNINITIALIZED
+    [689].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [689].f5 ∈ [--..--]
+    [689].[bits 136 to 159] ∈ UNINITIALIZED
+    [690].f1 ∈ [--..--]
+    [690].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [690].f3 ∈ [--..--]
+    [690].[bits 72 to 95] ∈ UNINITIALIZED
+    [690].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [690].f5 ∈ [--..--]
+    [690].[bits 136 to 159] ∈ UNINITIALIZED
+    [691].f1 ∈ [--..--]
+    [691].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [691].f3 ∈ [--..--]
+    [691].[bits 72 to 95] ∈ UNINITIALIZED
+    [691].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [691].f5 ∈ [--..--]
+    [691].[bits 136 to 159] ∈ UNINITIALIZED
+    [692].f1 ∈ [--..--]
+    [692].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [692].f3 ∈ [--..--]
+    [692].[bits 72 to 95] ∈ UNINITIALIZED
+    [692].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [692].f5 ∈ [--..--]
+    [692].[bits 136 to 159] ∈ UNINITIALIZED
+    [693].f1 ∈ [--..--]
+    [693].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [693].f3 ∈ [--..--]
+    [693].[bits 72 to 95] ∈ UNINITIALIZED
+    [693].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [693].f5 ∈ [--..--]
+    [693].[bits 136 to 159] ∈ UNINITIALIZED
+    [694].f1 ∈ [--..--]
+    [694].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [694].f3 ∈ [--..--]
+    [694].[bits 72 to 95] ∈ UNINITIALIZED
+    [694].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [694].f5 ∈ [--..--]
+    [694].[bits 136 to 159] ∈ UNINITIALIZED
+    [695].f1 ∈ [--..--]
+    [695].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [695].f3 ∈ [--..--]
+    [695].[bits 72 to 95] ∈ UNINITIALIZED
+    [695].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [695].f5 ∈ [--..--]
+    [695].[bits 136 to 159] ∈ UNINITIALIZED
+    [696].f1 ∈ [--..--]
+    [696].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [696].f3 ∈ [--..--]
+    [696].[bits 72 to 95] ∈ UNINITIALIZED
+    [696].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [696].f5 ∈ [--..--]
+    [696].[bits 136 to 159] ∈ UNINITIALIZED
+    [697].f1 ∈ [--..--]
+    [697].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [697].f3 ∈ [--..--]
+    [697].[bits 72 to 95] ∈ UNINITIALIZED
+    [697].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [697].f5 ∈ [--..--]
+    [697].[bits 136 to 159] ∈ UNINITIALIZED
+    [698].f1 ∈ [--..--]
+    [698].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [698].f3 ∈ [--..--]
+    [698].[bits 72 to 95] ∈ UNINITIALIZED
+    [698].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [698].f5 ∈ [--..--]
+    [698].[bits 136 to 159] ∈ UNINITIALIZED
+    [699].f1 ∈ [--..--]
+    [699].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [699].f3 ∈ [--..--]
+    [699].[bits 72 to 95] ∈ UNINITIALIZED
+    [699].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [699].f5 ∈ [--..--]
+    [699].[bits 136 to 159] ∈ UNINITIALIZED
+    [700].f1 ∈ [--..--]
+    [700].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [700].f3 ∈ [--..--]
+    [700].[bits 72 to 95] ∈ UNINITIALIZED
+    [700].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [700].f5 ∈ [--..--]
+    [700].[bits 136 to 159] ∈ UNINITIALIZED
+    [701].f1 ∈ [--..--]
+    [701].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [701].f3 ∈ [--..--]
+    [701].[bits 72 to 95] ∈ UNINITIALIZED
+    [701].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [701].f5 ∈ [--..--]
+    [701].[bits 136 to 159] ∈ UNINITIALIZED
+    [702].f1 ∈ [--..--]
+    [702].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [702].f3 ∈ [--..--]
+    [702].[bits 72 to 95] ∈ UNINITIALIZED
+    [702].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [702].f5 ∈ [--..--]
+    [702].[bits 136 to 159] ∈ UNINITIALIZED
+    [703].f1 ∈ [--..--]
+    [703].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [703].f3 ∈ [--..--]
+    [703].[bits 72 to 95] ∈ UNINITIALIZED
+    [703].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [703].f5 ∈ [--..--]
+    [703].[bits 136 to 159] ∈ UNINITIALIZED
+    [704].f1 ∈ [--..--]
+    [704].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [704].f3 ∈ [--..--]
+    [704].[bits 72 to 95] ∈ UNINITIALIZED
+    [704].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [704].f5 ∈ [--..--]
+    [704].[bits 136 to 159] ∈ UNINITIALIZED
+    [705].f1 ∈ [--..--]
+    [705].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [705].f3 ∈ [--..--]
+    [705].[bits 72 to 95] ∈ UNINITIALIZED
+    [705].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [705].f5 ∈ [--..--]
+    [705].[bits 136 to 159] ∈ UNINITIALIZED
+    [706].f1 ∈ [--..--]
+    [706].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [706].f3 ∈ [--..--]
+    [706].[bits 72 to 95] ∈ UNINITIALIZED
+    [706].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [706].f5 ∈ [--..--]
+    [706].[bits 136 to 159] ∈ UNINITIALIZED
+    [707].f1 ∈ [--..--]
+    [707].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [707].f3 ∈ [--..--]
+    [707].[bits 72 to 95] ∈ UNINITIALIZED
+    [707].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [707].f5 ∈ [--..--]
+    [707].[bits 136 to 159] ∈ UNINITIALIZED
+    [708].f1 ∈ [--..--]
+    [708].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [708].f3 ∈ [--..--]
+    [708].[bits 72 to 95] ∈ UNINITIALIZED
+    [708].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [708].f5 ∈ [--..--]
+    [708].[bits 136 to 159] ∈ UNINITIALIZED
+    [709].f1 ∈ [--..--]
+    [709].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [709].f3 ∈ [--..--]
+    [709].[bits 72 to 95] ∈ UNINITIALIZED
+    [709].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [709].f5 ∈ [--..--]
+    [709].[bits 136 to 159] ∈ UNINITIALIZED
+    [710].f1 ∈ [--..--]
+    [710].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [710].f3 ∈ [--..--]
+    [710].[bits 72 to 95] ∈ UNINITIALIZED
+    [710].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [710].f5 ∈ [--..--]
+    [710].[bits 136 to 159] ∈ UNINITIALIZED
+    [711].f1 ∈ [--..--]
+    [711].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [711].f3 ∈ [--..--]
+    [711].[bits 72 to 95] ∈ UNINITIALIZED
+    [711].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [711].f5 ∈ [--..--]
+    [711].[bits 136 to 159] ∈ UNINITIALIZED
+    [712].f1 ∈ [--..--]
+    [712].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [712].f3 ∈ [--..--]
+    [712].[bits 72 to 95] ∈ UNINITIALIZED
+    [712].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [712].f5 ∈ [--..--]
+    [712].[bits 136 to 159] ∈ UNINITIALIZED
+    [713].f1 ∈ [--..--]
+    [713].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [713].f3 ∈ [--..--]
+    [713].[bits 72 to 95] ∈ UNINITIALIZED
+    [713].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [713].f5 ∈ [--..--]
+    [713].[bits 136 to 159] ∈ UNINITIALIZED
+    [714].f1 ∈ [--..--]
+    [714].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [714].f3 ∈ [--..--]
+    [714].[bits 72 to 95] ∈ UNINITIALIZED
+    [714].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [714].f5 ∈ [--..--]
+    [714].[bits 136 to 159] ∈ UNINITIALIZED
+    [715].f1 ∈ [--..--]
+    [715].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [715].f3 ∈ [--..--]
+    [715].[bits 72 to 95] ∈ UNINITIALIZED
+    [715].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [715].f5 ∈ [--..--]
+    [715].[bits 136 to 159] ∈ UNINITIALIZED
+    [716].f1 ∈ [--..--]
+    [716].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [716].f3 ∈ [--..--]
+    [716].[bits 72 to 95] ∈ UNINITIALIZED
+    [716].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [716].f5 ∈ [--..--]
+    [716].[bits 136 to 159] ∈ UNINITIALIZED
+    [717].f1 ∈ [--..--]
+    [717].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [717].f3 ∈ [--..--]
+    [717].[bits 72 to 95] ∈ UNINITIALIZED
+    [717].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [717].f5 ∈ [--..--]
+    [717].[bits 136 to 159] ∈ UNINITIALIZED
+    [718].f1 ∈ [--..--]
+    [718].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [718].f3 ∈ [--..--]
+    [718].[bits 72 to 95] ∈ UNINITIALIZED
+    [718].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [718].f5 ∈ [--..--]
+    [718].[bits 136 to 159] ∈ UNINITIALIZED
+    [719].f1 ∈ [--..--]
+    [719].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [719].f3 ∈ [--..--]
+    [719].[bits 72 to 95] ∈ UNINITIALIZED
+    [719].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [719].f5 ∈ [--..--]
+    [719].[bits 136 to 159] ∈ UNINITIALIZED
+    [720].f1 ∈ [--..--]
+    [720].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [720].f3 ∈ [--..--]
+    [720].[bits 72 to 95] ∈ UNINITIALIZED
+    [720].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [720].f5 ∈ [--..--]
+    [720].[bits 136 to 159] ∈ UNINITIALIZED
+    [721].f1 ∈ [--..--]
+    [721].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [721].f3 ∈ [--..--]
+    [721].[bits 72 to 95] ∈ UNINITIALIZED
+    [721].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [721].f5 ∈ [--..--]
+    [721].[bits 136 to 159] ∈ UNINITIALIZED
+    [722].f1 ∈ [--..--]
+    [722].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [722].f3 ∈ [--..--]
+    [722].[bits 72 to 95] ∈ UNINITIALIZED
+    [722].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [722].f5 ∈ [--..--]
+    [722].[bits 136 to 159] ∈ UNINITIALIZED
+    [723].f1 ∈ [--..--]
+    [723].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [723].f3 ∈ [--..--]
+    [723].[bits 72 to 95] ∈ UNINITIALIZED
+    [723].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [723].f5 ∈ [--..--]
+    [723].[bits 136 to 159] ∈ UNINITIALIZED
+    [724].f1 ∈ [--..--]
+    [724].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [724].f3 ∈ [--..--]
+    [724].[bits 72 to 95] ∈ UNINITIALIZED
+    [724].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [724].f5 ∈ [--..--]
+    [724].[bits 136 to 159] ∈ UNINITIALIZED
+    [725].f1 ∈ [--..--]
+    [725].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [725].f3 ∈ [--..--]
+    [725].[bits 72 to 95] ∈ UNINITIALIZED
+    [725].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [725].f5 ∈ [--..--]
+    [725].[bits 136 to 159] ∈ UNINITIALIZED
+    [726].f1 ∈ [--..--]
+    [726].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [726].f3 ∈ [--..--]
+    [726].[bits 72 to 95] ∈ UNINITIALIZED
+    [726].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [726].f5 ∈ [--..--]
+    [726].[bits 136 to 159] ∈ UNINITIALIZED
+    [727].f1 ∈ [--..--]
+    [727].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [727].f3 ∈ [--..--]
+    [727].[bits 72 to 95] ∈ UNINITIALIZED
+    [727].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [727].f5 ∈ [--..--]
+    [727].[bits 136 to 159] ∈ UNINITIALIZED
+    [728].f1 ∈ [--..--]
+    [728].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [728].f3 ∈ [--..--]
+    [728].[bits 72 to 95] ∈ UNINITIALIZED
+    [728].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [728].f5 ∈ [--..--]
+    [728].[bits 136 to 159] ∈ UNINITIALIZED
+    [729].f1 ∈ [--..--]
+    [729].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [729].f3 ∈ [--..--]
+    [729].[bits 72 to 95] ∈ UNINITIALIZED
+    [729].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [729].f5 ∈ [--..--]
+    [729].[bits 136 to 159] ∈ UNINITIALIZED
+    [730].f1 ∈ [--..--]
+    [730].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [730].f3 ∈ [--..--]
+    [730].[bits 72 to 95] ∈ UNINITIALIZED
+    [730].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [730].f5 ∈ [--..--]
+    [730].[bits 136 to 159] ∈ UNINITIALIZED
+    [731].f1 ∈ [--..--]
+    [731].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [731].f3 ∈ [--..--]
+    [731].[bits 72 to 95] ∈ UNINITIALIZED
+    [731].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [731].f5 ∈ [--..--]
+    [731].[bits 136 to 159] ∈ UNINITIALIZED
+    [732].f1 ∈ [--..--]
+    [732].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [732].f3 ∈ [--..--]
+    [732].[bits 72 to 95] ∈ UNINITIALIZED
+    [732].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [732].f5 ∈ [--..--]
+    [732].[bits 136 to 159] ∈ UNINITIALIZED
+    [733].f1 ∈ [--..--]
+    [733].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [733].f3 ∈ [--..--]
+    [733].[bits 72 to 95] ∈ UNINITIALIZED
+    [733].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [733].f5 ∈ [--..--]
+    [733].[bits 136 to 159] ∈ UNINITIALIZED
+    [734].f1 ∈ [--..--]
+    [734].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [734].f3 ∈ [--..--]
+    [734].[bits 72 to 95] ∈ UNINITIALIZED
+    [734].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [734].f5 ∈ [--..--]
+    [734].[bits 136 to 159] ∈ UNINITIALIZED
+    [735].f1 ∈ [--..--]
+    [735].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [735].f3 ∈ [--..--]
+    [735].[bits 72 to 95] ∈ UNINITIALIZED
+    [735].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [735].f5 ∈ [--..--]
+    [735].[bits 136 to 159] ∈ UNINITIALIZED
+    [736].f1 ∈ [--..--]
+    [736].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [736].f3 ∈ [--..--]
+    [736].[bits 72 to 95] ∈ UNINITIALIZED
+    [736].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [736].f5 ∈ [--..--]
+    [736].[bits 136 to 159] ∈ UNINITIALIZED
+    [737].f1 ∈ [--..--]
+    [737].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [737].f3 ∈ [--..--]
+    [737].[bits 72 to 95] ∈ UNINITIALIZED
+    [737].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [737].f5 ∈ [--..--]
+    [737].[bits 136 to 159] ∈ UNINITIALIZED
+    [738].f1 ∈ [--..--]
+    [738].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [738].f3 ∈ [--..--]
+    [738].[bits 72 to 95] ∈ UNINITIALIZED
+    [738].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [738].f5 ∈ [--..--]
+    [738].[bits 136 to 159] ∈ UNINITIALIZED
+    [739].f1 ∈ [--..--]
+    [739].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [739].f3 ∈ [--..--]
+    [739].[bits 72 to 95] ∈ UNINITIALIZED
+    [739].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [739].f5 ∈ [--..--]
+    [739].[bits 136 to 159] ∈ UNINITIALIZED
+    [740].f1 ∈ [--..--]
+    [740].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [740].f3 ∈ [--..--]
+    [740].[bits 72 to 95] ∈ UNINITIALIZED
+    [740].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [740].f5 ∈ [--..--]
+    [740].[bits 136 to 159] ∈ UNINITIALIZED
+    [741].f1 ∈ [--..--]
+    [741].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [741].f3 ∈ [--..--]
+    [741].[bits 72 to 95] ∈ UNINITIALIZED
+    [741].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [741].f5 ∈ [--..--]
+    [741].[bits 136 to 159] ∈ UNINITIALIZED
+    [742].f1 ∈ [--..--]
+    [742].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [742].f3 ∈ [--..--]
+    [742].[bits 72 to 95] ∈ UNINITIALIZED
+    [742].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [742].f5 ∈ [--..--]
+    [742].[bits 136 to 159] ∈ UNINITIALIZED
+    [743].f1 ∈ [--..--]
+    [743].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [743].f3 ∈ [--..--]
+    [743].[bits 72 to 95] ∈ UNINITIALIZED
+    [743].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [743].f5 ∈ [--..--]
+    [743].[bits 136 to 159] ∈ UNINITIALIZED
+    [744].f1 ∈ [--..--]
+    [744].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [744].f3 ∈ [--..--]
+    [744].[bits 72 to 95] ∈ UNINITIALIZED
+    [744].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [744].f5 ∈ [--..--]
+    [744].[bits 136 to 159] ∈ UNINITIALIZED
+    [745].f1 ∈ [--..--]
+    [745].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [745].f3 ∈ [--..--]
+    [745].[bits 72 to 95] ∈ UNINITIALIZED
+    [745].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [745].f5 ∈ [--..--]
+    [745].[bits 136 to 159] ∈ UNINITIALIZED
+    [746].f1 ∈ [--..--]
+    [746].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [746].f3 ∈ [--..--]
+    [746].[bits 72 to 95] ∈ UNINITIALIZED
+    [746].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [746].f5 ∈ [--..--]
+    [746].[bits 136 to 159] ∈ UNINITIALIZED
+    [747].f1 ∈ [--..--]
+    [747].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [747].f3 ∈ [--..--]
+    [747].[bits 72 to 95] ∈ UNINITIALIZED
+    [747].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [747].f5 ∈ [--..--]
+    [747].[bits 136 to 159] ∈ UNINITIALIZED
+    [748].f1 ∈ [--..--]
+    [748].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [748].f3 ∈ [--..--]
+    [748].[bits 72 to 95] ∈ UNINITIALIZED
+    [748].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [748].f5 ∈ [--..--]
+    [748].[bits 136 to 159] ∈ UNINITIALIZED
+    [749].f1 ∈ [--..--]
+    [749].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [749].f3 ∈ [--..--]
+    [749].[bits 72 to 95] ∈ UNINITIALIZED
+    [749].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [749].f5 ∈ [--..--]
+    [749].[bits 136 to 159] ∈ UNINITIALIZED
+    [750].f1 ∈ [--..--]
+    [750].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [750].f3 ∈ [--..--]
+    [750].[bits 72 to 95] ∈ UNINITIALIZED
+    [750].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [750].f5 ∈ [--..--]
+    [750].[bits 136 to 159] ∈ UNINITIALIZED
+    [751].f1 ∈ [--..--]
+    [751].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [751].f3 ∈ [--..--]
+    [751].[bits 72 to 95] ∈ UNINITIALIZED
+    [751].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [751].f5 ∈ [--..--]
+    [751].[bits 136 to 159] ∈ UNINITIALIZED
+    [752].f1 ∈ [--..--]
+    [752].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [752].f3 ∈ [--..--]
+    [752].[bits 72 to 95] ∈ UNINITIALIZED
+    [752].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [752].f5 ∈ [--..--]
+    [752].[bits 136 to 159] ∈ UNINITIALIZED
+    [753].f1 ∈ [--..--]
+    [753].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [753].f3 ∈ [--..--]
+    [753].[bits 72 to 95] ∈ UNINITIALIZED
+    [753].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [753].f5 ∈ [--..--]
+    [753].[bits 136 to 159] ∈ UNINITIALIZED
+    [754].f1 ∈ [--..--]
+    [754].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [754].f3 ∈ [--..--]
+    [754].[bits 72 to 95] ∈ UNINITIALIZED
+    [754].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [754].f5 ∈ [--..--]
+    [754].[bits 136 to 159] ∈ UNINITIALIZED
+    [755].f1 ∈ [--..--]
+    [755].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [755].f3 ∈ [--..--]
+    [755].[bits 72 to 95] ∈ UNINITIALIZED
+    [755].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [755].f5 ∈ [--..--]
+    [755].[bits 136 to 159] ∈ UNINITIALIZED
+    [756].f1 ∈ [--..--]
+    [756].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [756].f3 ∈ [--..--]
+    [756].[bits 72 to 95] ∈ UNINITIALIZED
+    [756].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [756].f5 ∈ [--..--]
+    [756].[bits 136 to 159] ∈ UNINITIALIZED
+    [757].f1 ∈ [--..--]
+    [757].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [757].f3 ∈ [--..--]
+    [757].[bits 72 to 95] ∈ UNINITIALIZED
+    [757].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [757].f5 ∈ [--..--]
+    [757].[bits 136 to 159] ∈ UNINITIALIZED
+    [758].f1 ∈ [--..--]
+    [758].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [758].f3 ∈ [--..--]
+    [758].[bits 72 to 95] ∈ UNINITIALIZED
+    [758].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [758].f5 ∈ [--..--]
+    [758].[bits 136 to 159] ∈ UNINITIALIZED
+    [759].f1 ∈ [--..--]
+    [759].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [759].f3 ∈ [--..--]
+    [759].[bits 72 to 95] ∈ UNINITIALIZED
+    [759].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [759].f5 ∈ [--..--]
+    [759].[bits 136 to 159] ∈ UNINITIALIZED
+    [760].f1 ∈ [--..--]
+    [760].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [760].f3 ∈ [--..--]
+    [760].[bits 72 to 95] ∈ UNINITIALIZED
+    [760].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [760].f5 ∈ [--..--]
+    [760].[bits 136 to 159] ∈ UNINITIALIZED
+    [761].f1 ∈ [--..--]
+    [761].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [761].f3 ∈ [--..--]
+    [761].[bits 72 to 95] ∈ UNINITIALIZED
+    [761].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [761].f5 ∈ [--..--]
+    [761].[bits 136 to 159] ∈ UNINITIALIZED
+    [762].f1 ∈ [--..--]
+    [762].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [762].f3 ∈ [--..--]
+    [762].[bits 72 to 95] ∈ UNINITIALIZED
+    [762].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [762].f5 ∈ [--..--]
+    [762].[bits 136 to 159] ∈ UNINITIALIZED
+    [763].f1 ∈ [--..--]
+    [763].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [763].f3 ∈ [--..--]
+    [763].[bits 72 to 95] ∈ UNINITIALIZED
+    [763].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [763].f5 ∈ [--..--]
+    [763].[bits 136 to 159] ∈ UNINITIALIZED
+    [764].f1 ∈ [--..--]
+    [764].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [764].f3 ∈ [--..--]
+    [764].[bits 72 to 95] ∈ UNINITIALIZED
+    [764].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [764].f5 ∈ [--..--]
+    [764].[bits 136 to 159] ∈ UNINITIALIZED
+    [765].f1 ∈ [--..--]
+    [765].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [765].f3 ∈ [--..--]
+    [765].[bits 72 to 95] ∈ UNINITIALIZED
+    [765].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [765].f5 ∈ [--..--]
+    [765].[bits 136 to 159] ∈ UNINITIALIZED
+    [766].f1 ∈ [--..--]
+    [766].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [766].f3 ∈ [--..--]
+    [766].[bits 72 to 95] ∈ UNINITIALIZED
+    [766].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [766].f5 ∈ [--..--]
+    [766].[bits 136 to 159] ∈ UNINITIALIZED
+    [767].f1 ∈ [--..--]
+    [767].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [767].f3 ∈ [--..--]
+    [767].[bits 72 to 95] ∈ UNINITIALIZED
+    [767].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [767].f5 ∈ [--..--]
+    [767].[bits 136 to 159] ∈ UNINITIALIZED
+    [768].f1 ∈ [--..--]
+    [768].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [768].f3 ∈ [--..--]
+    [768].[bits 72 to 95] ∈ UNINITIALIZED
+    [768].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [768].f5 ∈ [--..--]
+    [768].[bits 136 to 159] ∈ UNINITIALIZED
+    [769].f1 ∈ [--..--]
+    [769].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [769].f3 ∈ [--..--]
+    [769].[bits 72 to 95] ∈ UNINITIALIZED
+    [769].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [769].f5 ∈ [--..--]
+    [769].[bits 136 to 159] ∈ UNINITIALIZED
+    [770].f1 ∈ [--..--]
+    [770].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [770].f3 ∈ [--..--]
+    [770].[bits 72 to 95] ∈ UNINITIALIZED
+    [770].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [770].f5 ∈ [--..--]
+    [770].[bits 136 to 159] ∈ UNINITIALIZED
+    [771].f1 ∈ [--..--]
+    [771].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [771].f3 ∈ [--..--]
+    [771].[bits 72 to 95] ∈ UNINITIALIZED
+    [771].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [771].f5 ∈ [--..--]
+    [771].[bits 136 to 159] ∈ UNINITIALIZED
+    [772].f1 ∈ [--..--]
+    [772].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [772].f3 ∈ [--..--]
+    [772].[bits 72 to 95] ∈ UNINITIALIZED
+    [772].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [772].f5 ∈ [--..--]
+    [772].[bits 136 to 159] ∈ UNINITIALIZED
+    [773].f1 ∈ [--..--]
+    [773].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [773].f3 ∈ [--..--]
+    [773].[bits 72 to 95] ∈ UNINITIALIZED
+    [773].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [773].f5 ∈ [--..--]
+    [773].[bits 136 to 159] ∈ UNINITIALIZED
+    [774].f1 ∈ [--..--]
+    [774].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [774].f3 ∈ [--..--]
+    [774].[bits 72 to 95] ∈ UNINITIALIZED
+    [774].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [774].f5 ∈ [--..--]
+    [774].[bits 136 to 159] ∈ UNINITIALIZED
+    [775].f1 ∈ [--..--]
+    [775].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [775].f3 ∈ [--..--]
+    [775].[bits 72 to 95] ∈ UNINITIALIZED
+    [775].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [775].f5 ∈ [--..--]
+    [775].[bits 136 to 159] ∈ UNINITIALIZED
+    [776].f1 ∈ [--..--]
+    [776].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [776].f3 ∈ [--..--]
+    [776].[bits 72 to 95] ∈ UNINITIALIZED
+    [776].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [776].f5 ∈ [--..--]
+    [776].[bits 136 to 159] ∈ UNINITIALIZED
+    [777].f1 ∈ [--..--]
+    [777].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [777].f3 ∈ [--..--]
+    [777].[bits 72 to 95] ∈ UNINITIALIZED
+    [777].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [777].f5 ∈ [--..--]
+    [777].[bits 136 to 159] ∈ UNINITIALIZED
+    [778].f1 ∈ [--..--]
+    [778].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [778].f3 ∈ [--..--]
+    [778].[bits 72 to 95] ∈ UNINITIALIZED
+    [778].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [778].f5 ∈ [--..--]
+    [778].[bits 136 to 159] ∈ UNINITIALIZED
+    [779].f1 ∈ [--..--]
+    [779].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [779].f3 ∈ [--..--]
+    [779].[bits 72 to 95] ∈ UNINITIALIZED
+    [779].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [779].f5 ∈ [--..--]
+    [779].[bits 136 to 159] ∈ UNINITIALIZED
+    [780].f1 ∈ [--..--]
+    [780].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [780].f3 ∈ [--..--]
+    [780].[bits 72 to 95] ∈ UNINITIALIZED
+    [780].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [780].f5 ∈ [--..--]
+    [780].[bits 136 to 159] ∈ UNINITIALIZED
+    [781].f1 ∈ [--..--]
+    [781].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [781].f3 ∈ [--..--]
+    [781].[bits 72 to 95] ∈ UNINITIALIZED
+    [781].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [781].f5 ∈ [--..--]
+    [781].[bits 136 to 159] ∈ UNINITIALIZED
+    [782].f1 ∈ [--..--]
+    [782].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [782].f3 ∈ [--..--]
+    [782].[bits 72 to 95] ∈ UNINITIALIZED
+    [782].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [782].f5 ∈ [--..--]
+    [782].[bits 136 to 159] ∈ UNINITIALIZED
+    [783].f1 ∈ [--..--]
+    [783].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [783].f3 ∈ [--..--]
+    [783].[bits 72 to 95] ∈ UNINITIALIZED
+    [783].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [783].f5 ∈ [--..--]
+    [783].[bits 136 to 159] ∈ UNINITIALIZED
+    [784].f1 ∈ [--..--]
+    [784].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [784].f3 ∈ [--..--]
+    [784].[bits 72 to 95] ∈ UNINITIALIZED
+    [784].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [784].f5 ∈ [--..--]
+    [784].[bits 136 to 159] ∈ UNINITIALIZED
+    [785].f1 ∈ [--..--]
+    [785].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [785].f3 ∈ [--..--]
+    [785].[bits 72 to 95] ∈ UNINITIALIZED
+    [785].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [785].f5 ∈ [--..--]
+    [785].[bits 136 to 159] ∈ UNINITIALIZED
+    [786].f1 ∈ [--..--]
+    [786].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [786].f3 ∈ [--..--]
+    [786].[bits 72 to 95] ∈ UNINITIALIZED
+    [786].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [786].f5 ∈ [--..--]
+    [786].[bits 136 to 159] ∈ UNINITIALIZED
+    [787].f1 ∈ [--..--]
+    [787].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [787].f3 ∈ [--..--]
+    [787].[bits 72 to 95] ∈ UNINITIALIZED
+    [787].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [787].f5 ∈ [--..--]
+    [787].[bits 136 to 159] ∈ UNINITIALIZED
+    [788].f1 ∈ [--..--]
+    [788].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [788].f3 ∈ [--..--]
+    [788].[bits 72 to 95] ∈ UNINITIALIZED
+    [788].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [788].f5 ∈ [--..--]
+    [788].[bits 136 to 159] ∈ UNINITIALIZED
+    [789].f1 ∈ [--..--]
+    [789].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [789].f3 ∈ [--..--]
+    [789].[bits 72 to 95] ∈ UNINITIALIZED
+    [789].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [789].f5 ∈ [--..--]
+    [789].[bits 136 to 159] ∈ UNINITIALIZED
+    [790].f1 ∈ [--..--]
+    [790].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [790].f3 ∈ [--..--]
+    [790].[bits 72 to 95] ∈ UNINITIALIZED
+    [790].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [790].f5 ∈ [--..--]
+    [790].[bits 136 to 159] ∈ UNINITIALIZED
+    [791].f1 ∈ [--..--]
+    [791].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [791].f3 ∈ [--..--]
+    [791].[bits 72 to 95] ∈ UNINITIALIZED
+    [791].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [791].f5 ∈ [--..--]
+    [791].[bits 136 to 159] ∈ UNINITIALIZED
+    [792].f1 ∈ [--..--]
+    [792].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [792].f3 ∈ [--..--]
+    [792].[bits 72 to 95] ∈ UNINITIALIZED
+    [792].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [792].f5 ∈ [--..--]
+    [792].[bits 136 to 159] ∈ UNINITIALIZED
+    [793].f1 ∈ [--..--]
+    [793].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [793].f3 ∈ [--..--]
+    [793].[bits 72 to 95] ∈ UNINITIALIZED
+    [793].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [793].f5 ∈ [--..--]
+    [793].[bits 136 to 159] ∈ UNINITIALIZED
+    [794].f1 ∈ [--..--]
+    [794].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [794].f3 ∈ [--..--]
+    [794].[bits 72 to 95] ∈ UNINITIALIZED
+    [794].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [794].f5 ∈ [--..--]
+    [794].[bits 136 to 159] ∈ UNINITIALIZED
+    [795].f1 ∈ [--..--]
+    [795].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [795].f3 ∈ [--..--]
+    [795].[bits 72 to 95] ∈ UNINITIALIZED
+    [795].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [795].f5 ∈ [--..--]
+    [795].[bits 136 to 159] ∈ UNINITIALIZED
+    [796].f1 ∈ [--..--]
+    [796].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [796].f3 ∈ [--..--]
+    [796].[bits 72 to 95] ∈ UNINITIALIZED
+    [796].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [796].f5 ∈ [--..--]
+    [796].[bits 136 to 159] ∈ UNINITIALIZED
+    [797].f1 ∈ [--..--]
+    [797].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [797].f3 ∈ [--..--]
+    [797].[bits 72 to 95] ∈ UNINITIALIZED
+    [797].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [797].f5 ∈ [--..--]
+    [797].[bits 136 to 159] ∈ UNINITIALIZED
+    [798].f1 ∈ [--..--]
+    [798].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [798].f3 ∈ [--..--]
+    [798].[bits 72 to 95] ∈ UNINITIALIZED
+    [798].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [798].f5 ∈ [--..--]
+    [798].[bits 136 to 159] ∈ UNINITIALIZED
+    [799].f1 ∈ [--..--]
+    [799].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [799].f3 ∈ [--..--]
+    [799].[bits 72 to 95] ∈ UNINITIALIZED
+    [799].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [799].f5 ∈ [--..--]
+    [799].[bits 136 to 159] ∈ UNINITIALIZED
+    [800].f1 ∈ [--..--]
+    [800].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [800].f3 ∈ [--..--]
+    [800].[bits 72 to 95] ∈ UNINITIALIZED
+    [800].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [800].f5 ∈ [--..--]
+    [800].[bits 136 to 159] ∈ UNINITIALIZED
+    [801].f1 ∈ [--..--]
+    [801].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [801].f3 ∈ [--..--]
+    [801].[bits 72 to 95] ∈ UNINITIALIZED
+    [801].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [801].f5 ∈ [--..--]
+    [801].[bits 136 to 159] ∈ UNINITIALIZED
+    [802].f1 ∈ [--..--]
+    [802].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [802].f3 ∈ [--..--]
+    [802].[bits 72 to 95] ∈ UNINITIALIZED
+    [802].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [802].f5 ∈ [--..--]
+    [802].[bits 136 to 159] ∈ UNINITIALIZED
+    [803].f1 ∈ [--..--]
+    [803].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [803].f3 ∈ [--..--]
+    [803].[bits 72 to 95] ∈ UNINITIALIZED
+    [803].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [803].f5 ∈ [--..--]
+    [803].[bits 136 to 159] ∈ UNINITIALIZED
+    [804].f1 ∈ [--..--]
+    [804].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [804].f3 ∈ [--..--]
+    [804].[bits 72 to 95] ∈ UNINITIALIZED
+    [804].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [804].f5 ∈ [--..--]
+    [804].[bits 136 to 159] ∈ UNINITIALIZED
+    [805].f1 ∈ [--..--]
+    [805].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [805].f3 ∈ [--..--]
+    [805].[bits 72 to 95] ∈ UNINITIALIZED
+    [805].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [805].f5 ∈ [--..--]
+    [805].[bits 136 to 159] ∈ UNINITIALIZED
+    [806].f1 ∈ [--..--]
+    [806].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [806].f3 ∈ [--..--]
+    [806].[bits 72 to 95] ∈ UNINITIALIZED
+    [806].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [806].f5 ∈ [--..--]
+    [806].[bits 136 to 159] ∈ UNINITIALIZED
+    [807].f1 ∈ [--..--]
+    [807].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [807].f3 ∈ [--..--]
+    [807].[bits 72 to 95] ∈ UNINITIALIZED
+    [807].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [807].f5 ∈ [--..--]
+    [807].[bits 136 to 159] ∈ UNINITIALIZED
+    [808].f1 ∈ [--..--]
+    [808].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [808].f3 ∈ [--..--]
+    [808].[bits 72 to 95] ∈ UNINITIALIZED
+    [808].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [808].f5 ∈ [--..--]
+    [808].[bits 136 to 159] ∈ UNINITIALIZED
+    [809].f1 ∈ [--..--]
+    [809].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [809].f3 ∈ [--..--]
+    [809].[bits 72 to 95] ∈ UNINITIALIZED
+    [809].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [809].f5 ∈ [--..--]
+    [809].[bits 136 to 159] ∈ UNINITIALIZED
+    [810].f1 ∈ [--..--]
+    [810].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [810].f3 ∈ [--..--]
+    [810].[bits 72 to 95] ∈ UNINITIALIZED
+    [810].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [810].f5 ∈ [--..--]
+    [810].[bits 136 to 159] ∈ UNINITIALIZED
+    [811].f1 ∈ [--..--]
+    [811].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [811].f3 ∈ [--..--]
+    [811].[bits 72 to 95] ∈ UNINITIALIZED
+    [811].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [811].f5 ∈ [--..--]
+    [811].[bits 136 to 159] ∈ UNINITIALIZED
+    [812].f1 ∈ [--..--]
+    [812].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [812].f3 ∈ [--..--]
+    [812].[bits 72 to 95] ∈ UNINITIALIZED
+    [812].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [812].f5 ∈ [--..--]
+    [812].[bits 136 to 159] ∈ UNINITIALIZED
+    [813].f1 ∈ [--..--]
+    [813].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [813].f3 ∈ [--..--]
+    [813].[bits 72 to 95] ∈ UNINITIALIZED
+    [813].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [813].f5 ∈ [--..--]
+    [813].[bits 136 to 159] ∈ UNINITIALIZED
+    [814].f1 ∈ [--..--]
+    [814].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [814].f3 ∈ [--..--]
+    [814].[bits 72 to 95] ∈ UNINITIALIZED
+    [814].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [814].f5 ∈ [--..--]
+    [814].[bits 136 to 159] ∈ UNINITIALIZED
+    [815].f1 ∈ [--..--]
+    [815].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [815].f3 ∈ [--..--]
+    [815].[bits 72 to 95] ∈ UNINITIALIZED
+    [815].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [815].f5 ∈ [--..--]
+    [815].[bits 136 to 159] ∈ UNINITIALIZED
+    [816].f1 ∈ [--..--]
+    [816].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [816].f3 ∈ [--..--]
+    [816].[bits 72 to 95] ∈ UNINITIALIZED
+    [816].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [816].f5 ∈ [--..--]
+    [816].[bits 136 to 159] ∈ UNINITIALIZED
+    [817].f1 ∈ [--..--]
+    [817].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [817].f3 ∈ [--..--]
+    [817].[bits 72 to 95] ∈ UNINITIALIZED
+    [817].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [817].f5 ∈ [--..--]
+    [817].[bits 136 to 159] ∈ UNINITIALIZED
+    [818].f1 ∈ [--..--]
+    [818].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [818].f3 ∈ [--..--]
+    [818].[bits 72 to 95] ∈ UNINITIALIZED
+    [818].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [818].f5 ∈ [--..--]
+    [818].[bits 136 to 159] ∈ UNINITIALIZED
+    [819].f1 ∈ [--..--]
+    [819].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [819].f3 ∈ [--..--]
+    [819].[bits 72 to 95] ∈ UNINITIALIZED
+    [819].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [819].f5 ∈ [--..--]
+    [819].[bits 136 to 159] ∈ UNINITIALIZED
+    [820].f1 ∈ [--..--]
+    [820].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [820].f3 ∈ [--..--]
+    [820].[bits 72 to 95] ∈ UNINITIALIZED
+    [820].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [820].f5 ∈ [--..--]
+    [820].[bits 136 to 159] ∈ UNINITIALIZED
+    [821].f1 ∈ [--..--]
+    [821].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [821].f3 ∈ [--..--]
+    [821].[bits 72 to 95] ∈ UNINITIALIZED
+    [821].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [821].f5 ∈ [--..--]
+    [821].[bits 136 to 159] ∈ UNINITIALIZED
+    [822].f1 ∈ [--..--]
+    [822].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [822].f3 ∈ [--..--]
+    [822].[bits 72 to 95] ∈ UNINITIALIZED
+    [822].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [822].f5 ∈ [--..--]
+    [822].[bits 136 to 159] ∈ UNINITIALIZED
+    [823].f1 ∈ [--..--]
+    [823].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [823].f3 ∈ [--..--]
+    [823].[bits 72 to 95] ∈ UNINITIALIZED
+    [823].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [823].f5 ∈ [--..--]
+    [823].[bits 136 to 159] ∈ UNINITIALIZED
+    [824].f1 ∈ [--..--]
+    [824].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [824].f3 ∈ [--..--]
+    [824].[bits 72 to 95] ∈ UNINITIALIZED
+    [824].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [824].f5 ∈ [--..--]
+    [824].[bits 136 to 159] ∈ UNINITIALIZED
+    [825].f1 ∈ [--..--]
+    [825].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [825].f3 ∈ [--..--]
+    [825].[bits 72 to 95] ∈ UNINITIALIZED
+    [825].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [825].f5 ∈ [--..--]
+    [825].[bits 136 to 159] ∈ UNINITIALIZED
+    [826].f1 ∈ [--..--]
+    [826].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [826].f3 ∈ [--..--]
+    [826].[bits 72 to 95] ∈ UNINITIALIZED
+    [826].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [826].f5 ∈ [--..--]
+    [826].[bits 136 to 159] ∈ UNINITIALIZED
+    [827].f1 ∈ [--..--]
+    [827].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [827].f3 ∈ [--..--]
+    [827].[bits 72 to 95] ∈ UNINITIALIZED
+    [827].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [827].f5 ∈ [--..--]
+    [827].[bits 136 to 159] ∈ UNINITIALIZED
+    [828].f1 ∈ [--..--]
+    [828].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [828].f3 ∈ [--..--]
+    [828].[bits 72 to 95] ∈ UNINITIALIZED
+    [828].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [828].f5 ∈ [--..--]
+    [828].[bits 136 to 159] ∈ UNINITIALIZED
+    [829].f1 ∈ [--..--]
+    [829].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [829].f3 ∈ [--..--]
+    [829].[bits 72 to 95] ∈ UNINITIALIZED
+    [829].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [829].f5 ∈ [--..--]
+    [829].[bits 136 to 159] ∈ UNINITIALIZED
+    [830].f1 ∈ [--..--]
+    [830].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [830].f3 ∈ [--..--]
+    [830].[bits 72 to 95] ∈ UNINITIALIZED
+    [830].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [830].f5 ∈ [--..--]
+    [830].[bits 136 to 159] ∈ UNINITIALIZED
+    [831].f1 ∈ [--..--]
+    [831].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [831].f3 ∈ [--..--]
+    [831].[bits 72 to 95] ∈ UNINITIALIZED
+    [831].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [831].f5 ∈ [--..--]
+    [831].[bits 136 to 159] ∈ UNINITIALIZED
+    [832].f1 ∈ [--..--]
+    [832].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [832].f3 ∈ [--..--]
+    [832].[bits 72 to 95] ∈ UNINITIALIZED
+    [832].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [832].f5 ∈ [--..--]
+    [832].[bits 136 to 159] ∈ UNINITIALIZED
+    [833].f1 ∈ [--..--]
+    [833].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [833].f3 ∈ [--..--]
+    [833].[bits 72 to 95] ∈ UNINITIALIZED
+    [833].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [833].f5 ∈ [--..--]
+    [833].[bits 136 to 159] ∈ UNINITIALIZED
+    [834].f1 ∈ [--..--]
+    [834].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [834].f3 ∈ [--..--]
+    [834].[bits 72 to 95] ∈ UNINITIALIZED
+    [834].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [834].f5 ∈ [--..--]
+    [834].[bits 136 to 159] ∈ UNINITIALIZED
+    [835].f1 ∈ [--..--]
+    [835].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [835].f3 ∈ [--..--]
+    [835].[bits 72 to 95] ∈ UNINITIALIZED
+    [835].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [835].f5 ∈ [--..--]
+    [835].[bits 136 to 159] ∈ UNINITIALIZED
+    [836].f1 ∈ [--..--]
+    [836].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [836].f3 ∈ [--..--]
+    [836].[bits 72 to 95] ∈ UNINITIALIZED
+    [836].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [836].f5 ∈ [--..--]
+    [836].[bits 136 to 159] ∈ UNINITIALIZED
+    [837].f1 ∈ [--..--]
+    [837].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [837].f3 ∈ [--..--]
+    [837].[bits 72 to 95] ∈ UNINITIALIZED
+    [837].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [837].f5 ∈ [--..--]
+    [837].[bits 136 to 159] ∈ UNINITIALIZED
+    [838].f1 ∈ [--..--]
+    [838].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [838].f3 ∈ [--..--]
+    [838].[bits 72 to 95] ∈ UNINITIALIZED
+    [838].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [838].f5 ∈ [--..--]
+    [838].[bits 136 to 159] ∈ UNINITIALIZED
+    [839].f1 ∈ [--..--]
+    [839].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [839].f3 ∈ [--..--]
+    [839].[bits 72 to 95] ∈ UNINITIALIZED
+    [839].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [839].f5 ∈ [--..--]
+    [839].[bits 136 to 159] ∈ UNINITIALIZED
+    [840].f1 ∈ [--..--]
+    [840].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [840].f3 ∈ [--..--]
+    [840].[bits 72 to 95] ∈ UNINITIALIZED
+    [840].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [840].f5 ∈ [--..--]
+    [840].[bits 136 to 159] ∈ UNINITIALIZED
+    [841].f1 ∈ [--..--]
+    [841].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [841].f3 ∈ [--..--]
+    [841].[bits 72 to 95] ∈ UNINITIALIZED
+    [841].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [841].f5 ∈ [--..--]
+    [841].[bits 136 to 159] ∈ UNINITIALIZED
+    [842].f1 ∈ [--..--]
+    [842].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [842].f3 ∈ [--..--]
+    [842].[bits 72 to 95] ∈ UNINITIALIZED
+    [842].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [842].f5 ∈ [--..--]
+    [842].[bits 136 to 159] ∈ UNINITIALIZED
+    [843].f1 ∈ [--..--]
+    [843].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [843].f3 ∈ [--..--]
+    [843].[bits 72 to 95] ∈ UNINITIALIZED
+    [843].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [843].f5 ∈ [--..--]
+    [843].[bits 136 to 159] ∈ UNINITIALIZED
+    [844].f1 ∈ [--..--]
+    [844].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [844].f3 ∈ [--..--]
+    [844].[bits 72 to 95] ∈ UNINITIALIZED
+    [844].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [844].f5 ∈ [--..--]
+    [844].[bits 136 to 159] ∈ UNINITIALIZED
+    [845].f1 ∈ [--..--]
+    [845].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [845].f3 ∈ [--..--]
+    [845].[bits 72 to 95] ∈ UNINITIALIZED
+    [845].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [845].f5 ∈ [--..--]
+    [845].[bits 136 to 159] ∈ UNINITIALIZED
+    [846].f1 ∈ [--..--]
+    [846].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [846].f3 ∈ [--..--]
+    [846].[bits 72 to 95] ∈ UNINITIALIZED
+    [846].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [846].f5 ∈ [--..--]
+    [846].[bits 136 to 159] ∈ UNINITIALIZED
+    [847].f1 ∈ [--..--]
+    [847].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [847].f3 ∈ [--..--]
+    [847].[bits 72 to 95] ∈ UNINITIALIZED
+    [847].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [847].f5 ∈ [--..--]
+    [847].[bits 136 to 159] ∈ UNINITIALIZED
+    [848].f1 ∈ [--..--]
+    [848].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [848].f3 ∈ [--..--]
+    [848].[bits 72 to 95] ∈ UNINITIALIZED
+    [848].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [848].f5 ∈ [--..--]
+    [848].[bits 136 to 159] ∈ UNINITIALIZED
+    [849].f1 ∈ [--..--]
+    [849].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [849].f3 ∈ [--..--]
+    [849].[bits 72 to 95] ∈ UNINITIALIZED
+    [849].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [849].f5 ∈ [--..--]
+    [849].[bits 136 to 159] ∈ UNINITIALIZED
+    [850].f1 ∈ [--..--]
+    [850].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [850].f3 ∈ [--..--]
+    [850].[bits 72 to 95] ∈ UNINITIALIZED
+    [850].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [850].f5 ∈ [--..--]
+    [850].[bits 136 to 159] ∈ UNINITIALIZED
+    [851].f1 ∈ [--..--]
+    [851].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [851].f3 ∈ [--..--]
+    [851].[bits 72 to 95] ∈ UNINITIALIZED
+    [851].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [851].f5 ∈ [--..--]
+    [851].[bits 136 to 159] ∈ UNINITIALIZED
+    [852].f1 ∈ [--..--]
+    [852].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [852].f3 ∈ [--..--]
+    [852].[bits 72 to 95] ∈ UNINITIALIZED
+    [852].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [852].f5 ∈ [--..--]
+    [852].[bits 136 to 159] ∈ UNINITIALIZED
+    [853].f1 ∈ [--..--]
+    [853].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [853].f3 ∈ [--..--]
+    [853].[bits 72 to 95] ∈ UNINITIALIZED
+    [853].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [853].f5 ∈ [--..--]
+    [853].[bits 136 to 159] ∈ UNINITIALIZED
+    [854].f1 ∈ [--..--]
+    [854].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [854].f3 ∈ [--..--]
+    [854].[bits 72 to 95] ∈ UNINITIALIZED
+    [854].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [854].f5 ∈ [--..--]
+    [854].[bits 136 to 159] ∈ UNINITIALIZED
+    [855].f1 ∈ [--..--]
+    [855].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [855].f3 ∈ [--..--]
+    [855].[bits 72 to 95] ∈ UNINITIALIZED
+    [855].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [855].f5 ∈ [--..--]
+    [855].[bits 136 to 159] ∈ UNINITIALIZED
+    [856].f1 ∈ [--..--]
+    [856].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [856].f3 ∈ [--..--]
+    [856].[bits 72 to 95] ∈ UNINITIALIZED
+    [856].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [856].f5 ∈ [--..--]
+    [856].[bits 136 to 159] ∈ UNINITIALIZED
+    [857].f1 ∈ [--..--]
+    [857].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [857].f3 ∈ [--..--]
+    [857].[bits 72 to 95] ∈ UNINITIALIZED
+    [857].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [857].f5 ∈ [--..--]
+    [857].[bits 136 to 159] ∈ UNINITIALIZED
+    [858].f1 ∈ [--..--]
+    [858].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [858].f3 ∈ [--..--]
+    [858].[bits 72 to 95] ∈ UNINITIALIZED
+    [858].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [858].f5 ∈ [--..--]
+    [858].[bits 136 to 159] ∈ UNINITIALIZED
+    [859].f1 ∈ [--..--]
+    [859].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [859].f3 ∈ [--..--]
+    [859].[bits 72 to 95] ∈ UNINITIALIZED
+    [859].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [859].f5 ∈ [--..--]
+    [859].[bits 136 to 159] ∈ UNINITIALIZED
+    [860].f1 ∈ [--..--]
+    [860].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [860].f3 ∈ [--..--]
+    [860].[bits 72 to 95] ∈ UNINITIALIZED
+    [860].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [860].f5 ∈ [--..--]
+    [860].[bits 136 to 159] ∈ UNINITIALIZED
+    [861].f1 ∈ [--..--]
+    [861].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [861].f3 ∈ [--..--]
+    [861].[bits 72 to 95] ∈ UNINITIALIZED
+    [861].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [861].f5 ∈ [--..--]
+    [861].[bits 136 to 159] ∈ UNINITIALIZED
+    [862].f1 ∈ [--..--]
+    [862].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [862].f3 ∈ [--..--]
+    [862].[bits 72 to 95] ∈ UNINITIALIZED
+    [862].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [862].f5 ∈ [--..--]
+    [862].[bits 136 to 159] ∈ UNINITIALIZED
+    [863].f1 ∈ [--..--]
+    [863].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [863].f3 ∈ [--..--]
+    [863].[bits 72 to 95] ∈ UNINITIALIZED
+    [863].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [863].f5 ∈ [--..--]
+    [863].[bits 136 to 159] ∈ UNINITIALIZED
+    [864].f1 ∈ [--..--]
+    [864].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [864].f3 ∈ [--..--]
+    [864].[bits 72 to 95] ∈ UNINITIALIZED
+    [864].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [864].f5 ∈ [--..--]
+    [864].[bits 136 to 159] ∈ UNINITIALIZED
+    [865].f1 ∈ [--..--]
+    [865].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [865].f3 ∈ [--..--]
+    [865].[bits 72 to 95] ∈ UNINITIALIZED
+    [865].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [865].f5 ∈ [--..--]
+    [865].[bits 136 to 159] ∈ UNINITIALIZED
+    [866].f1 ∈ [--..--]
+    [866].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [866].f3 ∈ [--..--]
+    [866].[bits 72 to 95] ∈ UNINITIALIZED
+    [866].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [866].f5 ∈ [--..--]
+    [866].[bits 136 to 159] ∈ UNINITIALIZED
+    [867].f1 ∈ [--..--]
+    [867].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [867].f3 ∈ [--..--]
+    [867].[bits 72 to 95] ∈ UNINITIALIZED
+    [867].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [867].f5 ∈ [--..--]
+    [867].[bits 136 to 159] ∈ UNINITIALIZED
+    [868].f1 ∈ [--..--]
+    [868].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [868].f3 ∈ [--..--]
+    [868].[bits 72 to 95] ∈ UNINITIALIZED
+    [868].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [868].f5 ∈ [--..--]
+    [868].[bits 136 to 159] ∈ UNINITIALIZED
+    [869].f1 ∈ [--..--]
+    [869].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [869].f3 ∈ [--..--]
+    [869].[bits 72 to 95] ∈ UNINITIALIZED
+    [869].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [869].f5 ∈ [--..--]
+    [869].[bits 136 to 159] ∈ UNINITIALIZED
+    [870].f1 ∈ [--..--]
+    [870].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [870].f3 ∈ [--..--]
+    [870].[bits 72 to 95] ∈ UNINITIALIZED
+    [870].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [870].f5 ∈ [--..--]
+    [870].[bits 136 to 159] ∈ UNINITIALIZED
+    [871].f1 ∈ [--..--]
+    [871].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [871].f3 ∈ [--..--]
+    [871].[bits 72 to 95] ∈ UNINITIALIZED
+    [871].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [871].f5 ∈ [--..--]
+    [871].[bits 136 to 159] ∈ UNINITIALIZED
+    [872].f1 ∈ [--..--]
+    [872].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [872].f3 ∈ [--..--]
+    [872].[bits 72 to 95] ∈ UNINITIALIZED
+    [872].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [872].f5 ∈ [--..--]
+    [872].[bits 136 to 159] ∈ UNINITIALIZED
+    [873].f1 ∈ [--..--]
+    [873].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [873].f3 ∈ [--..--]
+    [873].[bits 72 to 95] ∈ UNINITIALIZED
+    [873].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [873].f5 ∈ [--..--]
+    [873].[bits 136 to 159] ∈ UNINITIALIZED
+    [874].f1 ∈ [--..--]
+    [874].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [874].f3 ∈ [--..--]
+    [874].[bits 72 to 95] ∈ UNINITIALIZED
+    [874].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [874].f5 ∈ [--..--]
+    [874].[bits 136 to 159] ∈ UNINITIALIZED
+    [875].f1 ∈ [--..--]
+    [875].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [875].f3 ∈ [--..--]
+    [875].[bits 72 to 95] ∈ UNINITIALIZED
+    [875].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [875].f5 ∈ [--..--]
+    [875].[bits 136 to 159] ∈ UNINITIALIZED
+    [876].f1 ∈ [--..--]
+    [876].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [876].f3 ∈ [--..--]
+    [876].[bits 72 to 95] ∈ UNINITIALIZED
+    [876].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [876].f5 ∈ [--..--]
+    [876].[bits 136 to 159] ∈ UNINITIALIZED
+    [877].f1 ∈ [--..--]
+    [877].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [877].f3 ∈ [--..--]
+    [877].[bits 72 to 95] ∈ UNINITIALIZED
+    [877].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [877].f5 ∈ [--..--]
+    [877].[bits 136 to 159] ∈ UNINITIALIZED
+    [878].f1 ∈ [--..--]
+    [878].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [878].f3 ∈ [--..--]
+    [878].[bits 72 to 95] ∈ UNINITIALIZED
+    [878].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [878].f5 ∈ [--..--]
+    [878].[bits 136 to 159] ∈ UNINITIALIZED
+    [879].f1 ∈ [--..--]
+    [879].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [879].f3 ∈ [--..--]
+    [879].[bits 72 to 95] ∈ UNINITIALIZED
+    [879].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [879].f5 ∈ [--..--]
+    [879].[bits 136 to 159] ∈ UNINITIALIZED
+    [880].f1 ∈ [--..--]
+    [880].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [880].f3 ∈ [--..--]
+    [880].[bits 72 to 95] ∈ UNINITIALIZED
+    [880].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [880].f5 ∈ [--..--]
+    [880].[bits 136 to 159] ∈ UNINITIALIZED
+    [881].f1 ∈ [--..--]
+    [881].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [881].f3 ∈ [--..--]
+    [881].[bits 72 to 95] ∈ UNINITIALIZED
+    [881].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [881].f5 ∈ [--..--]
+    [881].[bits 136 to 159] ∈ UNINITIALIZED
+    [882].f1 ∈ [--..--]
+    [882].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [882].f3 ∈ [--..--]
+    [882].[bits 72 to 95] ∈ UNINITIALIZED
+    [882].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [882].f5 ∈ [--..--]
+    [882].[bits 136 to 159] ∈ UNINITIALIZED
+    [883].f1 ∈ [--..--]
+    [883].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [883].f3 ∈ [--..--]
+    [883].[bits 72 to 95] ∈ UNINITIALIZED
+    [883].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [883].f5 ∈ [--..--]
+    [883].[bits 136 to 159] ∈ UNINITIALIZED
+    [884].f1 ∈ [--..--]
+    [884].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [884].f3 ∈ [--..--]
+    [884].[bits 72 to 95] ∈ UNINITIALIZED
+    [884].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [884].f5 ∈ [--..--]
+    [884].[bits 136 to 159] ∈ UNINITIALIZED
+    [885].f1 ∈ [--..--]
+    [885].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [885].f3 ∈ [--..--]
+    [885].[bits 72 to 95] ∈ UNINITIALIZED
+    [885].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [885].f5 ∈ [--..--]
+    [885].[bits 136 to 159] ∈ UNINITIALIZED
+    [886].f1 ∈ [--..--]
+    [886].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [886].f3 ∈ [--..--]
+    [886].[bits 72 to 95] ∈ UNINITIALIZED
+    [886].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [886].f5 ∈ [--..--]
+    [886].[bits 136 to 159] ∈ UNINITIALIZED
+    [887].f1 ∈ [--..--]
+    [887].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [887].f3 ∈ [--..--]
+    [887].[bits 72 to 95] ∈ UNINITIALIZED
+    [887].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [887].f5 ∈ [--..--]
+    [887].[bits 136 to 159] ∈ UNINITIALIZED
+    [888].f1 ∈ [--..--]
+    [888].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [888].f3 ∈ [--..--]
+    [888].[bits 72 to 95] ∈ UNINITIALIZED
+    [888].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [888].f5 ∈ [--..--]
+    [888].[bits 136 to 159] ∈ UNINITIALIZED
+    [889].f1 ∈ [--..--]
+    [889].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [889].f3 ∈ [--..--]
+    [889].[bits 72 to 95] ∈ UNINITIALIZED
+    [889].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [889].f5 ∈ [--..--]
+    [889].[bits 136 to 159] ∈ UNINITIALIZED
+    [890].f1 ∈ [--..--]
+    [890].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [890].f3 ∈ [--..--]
+    [890].[bits 72 to 95] ∈ UNINITIALIZED
+    [890].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [890].f5 ∈ [--..--]
+    [890].[bits 136 to 159] ∈ UNINITIALIZED
+    [891].f1 ∈ [--..--]
+    [891].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [891].f3 ∈ [--..--]
+    [891].[bits 72 to 95] ∈ UNINITIALIZED
+    [891].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [891].f5 ∈ [--..--]
+    [891].[bits 136 to 159] ∈ UNINITIALIZED
+    [892].f1 ∈ [--..--]
+    [892].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [892].f3 ∈ [--..--]
+    [892].[bits 72 to 95] ∈ UNINITIALIZED
+    [892].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [892].f5 ∈ [--..--]
+    [892].[bits 136 to 159] ∈ UNINITIALIZED
+    [893].f1 ∈ [--..--]
+    [893].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [893].f3 ∈ [--..--]
+    [893].[bits 72 to 95] ∈ UNINITIALIZED
+    [893].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [893].f5 ∈ [--..--]
+    [893].[bits 136 to 159] ∈ UNINITIALIZED
+    [894].f1 ∈ [--..--]
+    [894].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [894].f3 ∈ [--..--]
+    [894].[bits 72 to 95] ∈ UNINITIALIZED
+    [894].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [894].f5 ∈ [--..--]
+    [894].[bits 136 to 159] ∈ UNINITIALIZED
+    [895].f1 ∈ [--..--]
+    [895].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [895].f3 ∈ [--..--]
+    [895].[bits 72 to 95] ∈ UNINITIALIZED
+    [895].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [895].f5 ∈ [--..--]
+    [895].[bits 136 to 159] ∈ UNINITIALIZED
+    [896].f1 ∈ [--..--]
+    [896].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [896].f3 ∈ [--..--]
+    [896].[bits 72 to 95] ∈ UNINITIALIZED
+    [896].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [896].f5 ∈ [--..--]
+    [896].[bits 136 to 159] ∈ UNINITIALIZED
+    [897].f1 ∈ [--..--]
+    [897].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [897].f3 ∈ [--..--]
+    [897].[bits 72 to 95] ∈ UNINITIALIZED
+    [897].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [897].f5 ∈ [--..--]
+    [897].[bits 136 to 159] ∈ UNINITIALIZED
+    [898].f1 ∈ [--..--]
+    [898].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [898].f3 ∈ [--..--]
+    [898].[bits 72 to 95] ∈ UNINITIALIZED
+    [898].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [898].f5 ∈ [--..--]
+    [898].[bits 136 to 159] ∈ UNINITIALIZED
+    [899].f1 ∈ [--..--]
+    [899].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [899].f3 ∈ [--..--]
+    [899].[bits 72 to 95] ∈ UNINITIALIZED
+    [899].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [899].f5 ∈ [--..--]
+    [899].[bits 136 to 159] ∈ UNINITIALIZED
+    [900].f1 ∈ [--..--]
+    [900].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [900].f3 ∈ [--..--]
+    [900].[bits 72 to 95] ∈ UNINITIALIZED
+    [900].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [900].f5 ∈ [--..--]
+    [900].[bits 136 to 159] ∈ UNINITIALIZED
+    [901].f1 ∈ [--..--]
+    [901].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [901].f3 ∈ [--..--]
+    [901].[bits 72 to 95] ∈ UNINITIALIZED
+    [901].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [901].f5 ∈ [--..--]
+    [901].[bits 136 to 159] ∈ UNINITIALIZED
+    [902].f1 ∈ [--..--]
+    [902].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [902].f3 ∈ [--..--]
+    [902].[bits 72 to 95] ∈ UNINITIALIZED
+    [902].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [902].f5 ∈ [--..--]
+    [902].[bits 136 to 159] ∈ UNINITIALIZED
+    [903].f1 ∈ [--..--]
+    [903].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [903].f3 ∈ [--..--]
+    [903].[bits 72 to 95] ∈ UNINITIALIZED
+    [903].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [903].f5 ∈ [--..--]
+    [903].[bits 136 to 159] ∈ UNINITIALIZED
+    [904].f1 ∈ [--..--]
+    [904].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [904].f3 ∈ [--..--]
+    [904].[bits 72 to 95] ∈ UNINITIALIZED
+    [904].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [904].f5 ∈ [--..--]
+    [904].[bits 136 to 159] ∈ UNINITIALIZED
+    [905].f1 ∈ [--..--]
+    [905].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [905].f3 ∈ [--..--]
+    [905].[bits 72 to 95] ∈ UNINITIALIZED
+    [905].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [905].f5 ∈ [--..--]
+    [905].[bits 136 to 159] ∈ UNINITIALIZED
+    [906].f1 ∈ [--..--]
+    [906].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [906].f3 ∈ [--..--]
+    [906].[bits 72 to 95] ∈ UNINITIALIZED
+    [906].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [906].f5 ∈ [--..--]
+    [906].[bits 136 to 159] ∈ UNINITIALIZED
+    [907].f1 ∈ [--..--]
+    [907].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [907].f3 ∈ [--..--]
+    [907].[bits 72 to 95] ∈ UNINITIALIZED
+    [907].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [907].f5 ∈ [--..--]
+    [907].[bits 136 to 159] ∈ UNINITIALIZED
+    [908].f1 ∈ [--..--]
+    [908].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [908].f3 ∈ [--..--]
+    [908].[bits 72 to 95] ∈ UNINITIALIZED
+    [908].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [908].f5 ∈ [--..--]
+    [908].[bits 136 to 159] ∈ UNINITIALIZED
+    [909].f1 ∈ [--..--]
+    [909].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [909].f3 ∈ [--..--]
+    [909].[bits 72 to 95] ∈ UNINITIALIZED
+    [909].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [909].f5 ∈ [--..--]
+    [909].[bits 136 to 159] ∈ UNINITIALIZED
+    [910].f1 ∈ [--..--]
+    [910].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [910].f3 ∈ [--..--]
+    [910].[bits 72 to 95] ∈ UNINITIALIZED
+    [910].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [910].f5 ∈ [--..--]
+    [910].[bits 136 to 159] ∈ UNINITIALIZED
+    [911].f1 ∈ [--..--]
+    [911].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [911].f3 ∈ [--..--]
+    [911].[bits 72 to 95] ∈ UNINITIALIZED
+    [911].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [911].f5 ∈ [--..--]
+    [911].[bits 136 to 159] ∈ UNINITIALIZED
+    [912].f1 ∈ [--..--]
+    [912].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [912].f3 ∈ [--..--]
+    [912].[bits 72 to 95] ∈ UNINITIALIZED
+    [912].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [912].f5 ∈ [--..--]
+    [912].[bits 136 to 159] ∈ UNINITIALIZED
+    [913].f1 ∈ [--..--]
+    [913].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [913].f3 ∈ [--..--]
+    [913].[bits 72 to 95] ∈ UNINITIALIZED
+    [913].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [913].f5 ∈ [--..--]
+    [913].[bits 136 to 159] ∈ UNINITIALIZED
+    [914].f1 ∈ [--..--]
+    [914].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [914].f3 ∈ [--..--]
+    [914].[bits 72 to 95] ∈ UNINITIALIZED
+    [914].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [914].f5 ∈ [--..--]
+    [914].[bits 136 to 159] ∈ UNINITIALIZED
+    [915].f1 ∈ [--..--]
+    [915].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [915].f3 ∈ [--..--]
+    [915].[bits 72 to 95] ∈ UNINITIALIZED
+    [915].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [915].f5 ∈ [--..--]
+    [915].[bits 136 to 159] ∈ UNINITIALIZED
+    [916].f1 ∈ [--..--]
+    [916].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [916].f3 ∈ [--..--]
+    [916].[bits 72 to 95] ∈ UNINITIALIZED
+    [916].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [916].f5 ∈ [--..--]
+    [916].[bits 136 to 159] ∈ UNINITIALIZED
+    [917].f1 ∈ [--..--]
+    [917].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [917].f3 ∈ [--..--]
+    [917].[bits 72 to 95] ∈ UNINITIALIZED
+    [917].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [917].f5 ∈ [--..--]
+    [917].[bits 136 to 159] ∈ UNINITIALIZED
+    [918].f1 ∈ [--..--]
+    [918].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [918].f3 ∈ [--..--]
+    [918].[bits 72 to 95] ∈ UNINITIALIZED
+    [918].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [918].f5 ∈ [--..--]
+    [918].[bits 136 to 159] ∈ UNINITIALIZED
+    [919].f1 ∈ [--..--]
+    [919].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [919].f3 ∈ [--..--]
+    [919].[bits 72 to 95] ∈ UNINITIALIZED
+    [919].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [919].f5 ∈ [--..--]
+    [919].[bits 136 to 159] ∈ UNINITIALIZED
+    [920].f1 ∈ [--..--]
+    [920].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [920].f3 ∈ [--..--]
+    [920].[bits 72 to 95] ∈ UNINITIALIZED
+    [920].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [920].f5 ∈ [--..--]
+    [920].[bits 136 to 159] ∈ UNINITIALIZED
+    [921].f1 ∈ [--..--]
+    [921].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [921].f3 ∈ [--..--]
+    [921].[bits 72 to 95] ∈ UNINITIALIZED
+    [921].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [921].f5 ∈ [--..--]
+    [921].[bits 136 to 159] ∈ UNINITIALIZED
+    [922].f1 ∈ [--..--]
+    [922].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [922].f3 ∈ [--..--]
+    [922].[bits 72 to 95] ∈ UNINITIALIZED
+    [922].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [922].f5 ∈ [--..--]
+    [922].[bits 136 to 159] ∈ UNINITIALIZED
+    [923].f1 ∈ [--..--]
+    [923].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [923].f3 ∈ [--..--]
+    [923].[bits 72 to 95] ∈ UNINITIALIZED
+    [923].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [923].f5 ∈ [--..--]
+    [923].[bits 136 to 159] ∈ UNINITIALIZED
+    [924].f1 ∈ [--..--]
+    [924].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [924].f3 ∈ [--..--]
+    [924].[bits 72 to 95] ∈ UNINITIALIZED
+    [924].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [924].f5 ∈ [--..--]
+    [924].[bits 136 to 159] ∈ UNINITIALIZED
+    [925].f1 ∈ [--..--]
+    [925].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [925].f3 ∈ [--..--]
+    [925].[bits 72 to 95] ∈ UNINITIALIZED
+    [925].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [925].f5 ∈ [--..--]
+    [925].[bits 136 to 159] ∈ UNINITIALIZED
+    [926].f1 ∈ [--..--]
+    [926].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [926].f3 ∈ [--..--]
+    [926].[bits 72 to 95] ∈ UNINITIALIZED
+    [926].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [926].f5 ∈ [--..--]
+    [926].[bits 136 to 159] ∈ UNINITIALIZED
+    [927].f1 ∈ [--..--]
+    [927].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [927].f3 ∈ [--..--]
+    [927].[bits 72 to 95] ∈ UNINITIALIZED
+    [927].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [927].f5 ∈ [--..--]
+    [927].[bits 136 to 159] ∈ UNINITIALIZED
+    [928].f1 ∈ [--..--]
+    [928].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [928].f3 ∈ [--..--]
+    [928].[bits 72 to 95] ∈ UNINITIALIZED
+    [928].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [928].f5 ∈ [--..--]
+    [928].[bits 136 to 159] ∈ UNINITIALIZED
+    [929].f1 ∈ [--..--]
+    [929].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [929].f3 ∈ [--..--]
+    [929].[bits 72 to 95] ∈ UNINITIALIZED
+    [929].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [929].f5 ∈ [--..--]
+    [929].[bits 136 to 159] ∈ UNINITIALIZED
+    [930].f1 ∈ [--..--]
+    [930].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [930].f3 ∈ [--..--]
+    [930].[bits 72 to 95] ∈ UNINITIALIZED
+    [930].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [930].f5 ∈ [--..--]
+    [930].[bits 136 to 159] ∈ UNINITIALIZED
+    [931].f1 ∈ [--..--]
+    [931].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [931].f3 ∈ [--..--]
+    [931].[bits 72 to 95] ∈ UNINITIALIZED
+    [931].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [931].f5 ∈ [--..--]
+    [931].[bits 136 to 159] ∈ UNINITIALIZED
+    [932].f1 ∈ [--..--]
+    [932].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [932].f3 ∈ [--..--]
+    [932].[bits 72 to 95] ∈ UNINITIALIZED
+    [932].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [932].f5 ∈ [--..--]
+    [932].[bits 136 to 159] ∈ UNINITIALIZED
+    [933].f1 ∈ [--..--]
+    [933].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [933].f3 ∈ [--..--]
+    [933].[bits 72 to 95] ∈ UNINITIALIZED
+    [933].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [933].f5 ∈ [--..--]
+    [933].[bits 136 to 159] ∈ UNINITIALIZED
+    [934].f1 ∈ [--..--]
+    [934].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [934].f3 ∈ [--..--]
+    [934].[bits 72 to 95] ∈ UNINITIALIZED
+    [934].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [934].f5 ∈ [--..--]
+    [934].[bits 136 to 159] ∈ UNINITIALIZED
+    [935].f1 ∈ [--..--]
+    [935].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [935].f3 ∈ [--..--]
+    [935].[bits 72 to 95] ∈ UNINITIALIZED
+    [935].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [935].f5 ∈ [--..--]
+    [935].[bits 136 to 159] ∈ UNINITIALIZED
+    [936].f1 ∈ [--..--]
+    [936].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [936].f3 ∈ [--..--]
+    [936].[bits 72 to 95] ∈ UNINITIALIZED
+    [936].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [936].f5 ∈ [--..--]
+    [936].[bits 136 to 159] ∈ UNINITIALIZED
+    [937].f1 ∈ [--..--]
+    [937].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [937].f3 ∈ [--..--]
+    [937].[bits 72 to 95] ∈ UNINITIALIZED
+    [937].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [937].f5 ∈ [--..--]
+    [937].[bits 136 to 159] ∈ UNINITIALIZED
+    [938].f1 ∈ [--..--]
+    [938].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [938].f3 ∈ [--..--]
+    [938].[bits 72 to 95] ∈ UNINITIALIZED
+    [938].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [938].f5 ∈ [--..--]
+    [938].[bits 136 to 159] ∈ UNINITIALIZED
+    [939].f1 ∈ [--..--]
+    [939].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [939].f3 ∈ [--..--]
+    [939].[bits 72 to 95] ∈ UNINITIALIZED
+    [939].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [939].f5 ∈ [--..--]
+    [939].[bits 136 to 159] ∈ UNINITIALIZED
+    [940].f1 ∈ [--..--]
+    [940].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [940].f3 ∈ [--..--]
+    [940].[bits 72 to 95] ∈ UNINITIALIZED
+    [940].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [940].f5 ∈ [--..--]
+    [940].[bits 136 to 159] ∈ UNINITIALIZED
+    [941].f1 ∈ [--..--]
+    [941].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [941].f3 ∈ [--..--]
+    [941].[bits 72 to 95] ∈ UNINITIALIZED
+    [941].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [941].f5 ∈ [--..--]
+    [941].[bits 136 to 159] ∈ UNINITIALIZED
+    [942].f1 ∈ [--..--]
+    [942].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [942].f3 ∈ [--..--]
+    [942].[bits 72 to 95] ∈ UNINITIALIZED
+    [942].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [942].f5 ∈ [--..--]
+    [942].[bits 136 to 159] ∈ UNINITIALIZED
+    [943].f1 ∈ [--..--]
+    [943].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [943].f3 ∈ [--..--]
+    [943].[bits 72 to 95] ∈ UNINITIALIZED
+    [943].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [943].f5 ∈ [--..--]
+    [943].[bits 136 to 159] ∈ UNINITIALIZED
+    [944].f1 ∈ [--..--]
+    [944].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [944].f3 ∈ [--..--]
+    [944].[bits 72 to 95] ∈ UNINITIALIZED
+    [944].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [944].f5 ∈ [--..--]
+    [944].[bits 136 to 159] ∈ UNINITIALIZED
+    [945].f1 ∈ [--..--]
+    [945].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [945].f3 ∈ [--..--]
+    [945].[bits 72 to 95] ∈ UNINITIALIZED
+    [945].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [945].f5 ∈ [--..--]
+    [945].[bits 136 to 159] ∈ UNINITIALIZED
+    [946].f1 ∈ [--..--]
+    [946].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [946].f3 ∈ [--..--]
+    [946].[bits 72 to 95] ∈ UNINITIALIZED
+    [946].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [946].f5 ∈ [--..--]
+    [946].[bits 136 to 159] ∈ UNINITIALIZED
+    [947].f1 ∈ [--..--]
+    [947].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [947].f3 ∈ [--..--]
+    [947].[bits 72 to 95] ∈ UNINITIALIZED
+    [947].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [947].f5 ∈ [--..--]
+    [947].[bits 136 to 159] ∈ UNINITIALIZED
+    [948].f1 ∈ [--..--]
+    [948].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [948].f3 ∈ [--..--]
+    [948].[bits 72 to 95] ∈ UNINITIALIZED
+    [948].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [948].f5 ∈ [--..--]
+    [948].[bits 136 to 159] ∈ UNINITIALIZED
+    [949].f1 ∈ [--..--]
+    [949].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [949].f3 ∈ [--..--]
+    [949].[bits 72 to 95] ∈ UNINITIALIZED
+    [949].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [949].f5 ∈ [--..--]
+    [949].[bits 136 to 159] ∈ UNINITIALIZED
+    [950].f1 ∈ [--..--]
+    [950].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [950].f3 ∈ [--..--]
+    [950].[bits 72 to 95] ∈ UNINITIALIZED
+    [950].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [950].f5 ∈ [--..--]
+    [950].[bits 136 to 159] ∈ UNINITIALIZED
+    [951].f1 ∈ [--..--]
+    [951].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [951].f3 ∈ [--..--]
+    [951].[bits 72 to 95] ∈ UNINITIALIZED
+    [951].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [951].f5 ∈ [--..--]
+    [951].[bits 136 to 159] ∈ UNINITIALIZED
+    [952].f1 ∈ [--..--]
+    [952].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [952].f3 ∈ [--..--]
+    [952].[bits 72 to 95] ∈ UNINITIALIZED
+    [952].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [952].f5 ∈ [--..--]
+    [952].[bits 136 to 159] ∈ UNINITIALIZED
+    [953].f1 ∈ [--..--]
+    [953].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [953].f3 ∈ [--..--]
+    [953].[bits 72 to 95] ∈ UNINITIALIZED
+    [953].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [953].f5 ∈ [--..--]
+    [953].[bits 136 to 159] ∈ UNINITIALIZED
+    [954].f1 ∈ [--..--]
+    [954].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [954].f3 ∈ [--..--]
+    [954].[bits 72 to 95] ∈ UNINITIALIZED
+    [954].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [954].f5 ∈ [--..--]
+    [954].[bits 136 to 159] ∈ UNINITIALIZED
+    [955].f1 ∈ [--..--]
+    [955].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [955].f3 ∈ [--..--]
+    [955].[bits 72 to 95] ∈ UNINITIALIZED
+    [955].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [955].f5 ∈ [--..--]
+    [955].[bits 136 to 159] ∈ UNINITIALIZED
+    [956].f1 ∈ [--..--]
+    [956].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [956].f3 ∈ [--..--]
+    [956].[bits 72 to 95] ∈ UNINITIALIZED
+    [956].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [956].f5 ∈ [--..--]
+    [956].[bits 136 to 159] ∈ UNINITIALIZED
+    [957].f1 ∈ [--..--]
+    [957].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [957].f3 ∈ [--..--]
+    [957].[bits 72 to 95] ∈ UNINITIALIZED
+    [957].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [957].f5 ∈ [--..--]
+    [957].[bits 136 to 159] ∈ UNINITIALIZED
+    [958].f1 ∈ [--..--]
+    [958].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [958].f3 ∈ [--..--]
+    [958].[bits 72 to 95] ∈ UNINITIALIZED
+    [958].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [958].f5 ∈ [--..--]
+    [958].[bits 136 to 159] ∈ UNINITIALIZED
+    [959].f1 ∈ [--..--]
+    [959].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [959].f3 ∈ [--..--]
+    [959].[bits 72 to 95] ∈ UNINITIALIZED
+    [959].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [959].f5 ∈ [--..--]
+    [959].[bits 136 to 159] ∈ UNINITIALIZED
+    [960].f1 ∈ [--..--]
+    [960].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [960].f3 ∈ [--..--]
+    [960].[bits 72 to 95] ∈ UNINITIALIZED
+    [960].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [960].f5 ∈ [--..--]
+    [960].[bits 136 to 159] ∈ UNINITIALIZED
+    [961].f1 ∈ [--..--]
+    [961].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [961].f3 ∈ [--..--]
+    [961].[bits 72 to 95] ∈ UNINITIALIZED
+    [961].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [961].f5 ∈ [--..--]
+    [961].[bits 136 to 159] ∈ UNINITIALIZED
+    [962].f1 ∈ [--..--]
+    [962].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [962].f3 ∈ [--..--]
+    [962].[bits 72 to 95] ∈ UNINITIALIZED
+    [962].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [962].f5 ∈ [--..--]
+    [962].[bits 136 to 159] ∈ UNINITIALIZED
+    [963].f1 ∈ [--..--]
+    [963].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [963].f3 ∈ [--..--]
+    [963].[bits 72 to 95] ∈ UNINITIALIZED
+    [963].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [963].f5 ∈ [--..--]
+    [963].[bits 136 to 159] ∈ UNINITIALIZED
+    [964].f1 ∈ [--..--]
+    [964].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [964].f3 ∈ [--..--]
+    [964].[bits 72 to 95] ∈ UNINITIALIZED
+    [964].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [964].f5 ∈ [--..--]
+    [964].[bits 136 to 159] ∈ UNINITIALIZED
+    [965].f1 ∈ [--..--]
+    [965].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [965].f3 ∈ [--..--]
+    [965].[bits 72 to 95] ∈ UNINITIALIZED
+    [965].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [965].f5 ∈ [--..--]
+    [965].[bits 136 to 159] ∈ UNINITIALIZED
+    [966].f1 ∈ [--..--]
+    [966].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [966].f3 ∈ [--..--]
+    [966].[bits 72 to 95] ∈ UNINITIALIZED
+    [966].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [966].f5 ∈ [--..--]
+    [966].[bits 136 to 159] ∈ UNINITIALIZED
+    [967].f1 ∈ [--..--]
+    [967].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [967].f3 ∈ [--..--]
+    [967].[bits 72 to 95] ∈ UNINITIALIZED
+    [967].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [967].f5 ∈ [--..--]
+    [967].[bits 136 to 159] ∈ UNINITIALIZED
+    [968].f1 ∈ [--..--]
+    [968].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [968].f3 ∈ [--..--]
+    [968].[bits 72 to 95] ∈ UNINITIALIZED
+    [968].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [968].f5 ∈ [--..--]
+    [968].[bits 136 to 159] ∈ UNINITIALIZED
+    [969].f1 ∈ [--..--]
+    [969].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [969].f3 ∈ [--..--]
+    [969].[bits 72 to 95] ∈ UNINITIALIZED
+    [969].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [969].f5 ∈ [--..--]
+    [969].[bits 136 to 159] ∈ UNINITIALIZED
+    [970].f1 ∈ [--..--]
+    [970].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [970].f3 ∈ [--..--]
+    [970].[bits 72 to 95] ∈ UNINITIALIZED
+    [970].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [970].f5 ∈ [--..--]
+    [970].[bits 136 to 159] ∈ UNINITIALIZED
+    [971].f1 ∈ [--..--]
+    [971].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [971].f3 ∈ [--..--]
+    [971].[bits 72 to 95] ∈ UNINITIALIZED
+    [971].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [971].f5 ∈ [--..--]
+    [971].[bits 136 to 159] ∈ UNINITIALIZED
+    [972].f1 ∈ [--..--]
+    [972].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [972].f3 ∈ [--..--]
+    [972].[bits 72 to 95] ∈ UNINITIALIZED
+    [972].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [972].f5 ∈ [--..--]
+    [972].[bits 136 to 159] ∈ UNINITIALIZED
+    [973].f1 ∈ [--..--]
+    [973].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [973].f3 ∈ [--..--]
+    [973].[bits 72 to 95] ∈ UNINITIALIZED
+    [973].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [973].f5 ∈ [--..--]
+    [973].[bits 136 to 159] ∈ UNINITIALIZED
+    [974].f1 ∈ [--..--]
+    [974].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [974].f3 ∈ [--..--]
+    [974].[bits 72 to 95] ∈ UNINITIALIZED
+    [974].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [974].f5 ∈ [--..--]
+    [974].[bits 136 to 159] ∈ UNINITIALIZED
+    [975].f1 ∈ [--..--]
+    [975].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [975].f3 ∈ [--..--]
+    [975].[bits 72 to 95] ∈ UNINITIALIZED
+    [975].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [975].f5 ∈ [--..--]
+    [975].[bits 136 to 159] ∈ UNINITIALIZED
+    [976].f1 ∈ [--..--]
+    [976].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [976].f3 ∈ [--..--]
+    [976].[bits 72 to 95] ∈ UNINITIALIZED
+    [976].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [976].f5 ∈ [--..--]
+    [976].[bits 136 to 159] ∈ UNINITIALIZED
+    [977].f1 ∈ [--..--]
+    [977].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [977].f3 ∈ [--..--]
+    [977].[bits 72 to 95] ∈ UNINITIALIZED
+    [977].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [977].f5 ∈ [--..--]
+    [977].[bits 136 to 159] ∈ UNINITIALIZED
+    [978].f1 ∈ [--..--]
+    [978].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [978].f3 ∈ [--..--]
+    [978].[bits 72 to 95] ∈ UNINITIALIZED
+    [978].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [978].f5 ∈ [--..--]
+    [978].[bits 136 to 159] ∈ UNINITIALIZED
+    [979].f1 ∈ [--..--]
+    [979].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [979].f3 ∈ [--..--]
+    [979].[bits 72 to 95] ∈ UNINITIALIZED
+    [979].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [979].f5 ∈ [--..--]
+    [979].[bits 136 to 159] ∈ UNINITIALIZED
+    [980].f1 ∈ [--..--]
+    [980].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [980].f3 ∈ [--..--]
+    [980].[bits 72 to 95] ∈ UNINITIALIZED
+    [980].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [980].f5 ∈ [--..--]
+    [980].[bits 136 to 159] ∈ UNINITIALIZED
+    [981].f1 ∈ [--..--]
+    [981].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [981].f3 ∈ [--..--]
+    [981].[bits 72 to 95] ∈ UNINITIALIZED
+    [981].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [981].f5 ∈ [--..--]
+    [981].[bits 136 to 159] ∈ UNINITIALIZED
+    [982].f1 ∈ [--..--]
+    [982].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [982].f3 ∈ [--..--]
+    [982].[bits 72 to 95] ∈ UNINITIALIZED
+    [982].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [982].f5 ∈ [--..--]
+    [982].[bits 136 to 159] ∈ UNINITIALIZED
+    [983].f1 ∈ [--..--]
+    [983].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [983].f3 ∈ [--..--]
+    [983].[bits 72 to 95] ∈ UNINITIALIZED
+    [983].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [983].f5 ∈ [--..--]
+    [983].[bits 136 to 159] ∈ UNINITIALIZED
+    [984].f1 ∈ [--..--]
+    [984].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [984].f3 ∈ [--..--]
+    [984].[bits 72 to 95] ∈ UNINITIALIZED
+    [984].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [984].f5 ∈ [--..--]
+    [984].[bits 136 to 159] ∈ UNINITIALIZED
+    [985].f1 ∈ [--..--]
+    [985].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [985].f3 ∈ [--..--]
+    [985].[bits 72 to 95] ∈ UNINITIALIZED
+    [985].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [985].f5 ∈ [--..--]
+    [985].[bits 136 to 159] ∈ UNINITIALIZED
+    [986].f1 ∈ [--..--]
+    [986].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [986].f3 ∈ [--..--]
+    [986].[bits 72 to 95] ∈ UNINITIALIZED
+    [986].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [986].f5 ∈ [--..--]
+    [986].[bits 136 to 159] ∈ UNINITIALIZED
+    [987].f1 ∈ [--..--]
+    [987].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [987].f3 ∈ [--..--]
+    [987].[bits 72 to 95] ∈ UNINITIALIZED
+    [987].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [987].f5 ∈ [--..--]
+    [987].[bits 136 to 159] ∈ UNINITIALIZED
+    [988].f1 ∈ [--..--]
+    [988].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [988].f3 ∈ [--..--]
+    [988].[bits 72 to 95] ∈ UNINITIALIZED
+    [988].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [988].f5 ∈ [--..--]
+    [988].[bits 136 to 159] ∈ UNINITIALIZED
+    [989].f1 ∈ [--..--]
+    [989].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [989].f3 ∈ [--..--]
+    [989].[bits 72 to 95] ∈ UNINITIALIZED
+    [989].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [989].f5 ∈ [--..--]
+    [989].[bits 136 to 159] ∈ UNINITIALIZED
+    [990].f1 ∈ [--..--]
+    [990].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [990].f3 ∈ [--..--]
+    [990].[bits 72 to 95] ∈ UNINITIALIZED
+    [990].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [990].f5 ∈ [--..--]
+    [990].[bits 136 to 159] ∈ UNINITIALIZED
+    [991].f1 ∈ [--..--]
+    [991].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [991].f3 ∈ [--..--]
+    [991].[bits 72 to 95] ∈ UNINITIALIZED
+    [991].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [991].f5 ∈ [--..--]
+    [991].[bits 136 to 159] ∈ UNINITIALIZED
+    [992].f1 ∈ [--..--]
+    [992].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [992].f3 ∈ [--..--]
+    [992].[bits 72 to 95] ∈ UNINITIALIZED
+    [992].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [992].f5 ∈ [--..--]
+    [992].[bits 136 to 159] ∈ UNINITIALIZED
+    [993].f1 ∈ [--..--]
+    [993].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [993].f3 ∈ [--..--]
+    [993].[bits 72 to 95] ∈ UNINITIALIZED
+    [993].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [993].f5 ∈ [--..--]
+    [993].[bits 136 to 159] ∈ UNINITIALIZED
+    [994].f1 ∈ [--..--]
+    [994].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [994].f3 ∈ [--..--]
+    [994].[bits 72 to 95] ∈ UNINITIALIZED
+    [994].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [994].f5 ∈ [--..--]
+    [994].[bits 136 to 159] ∈ UNINITIALIZED
+    [995].f1 ∈ [--..--]
+    [995].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [995].f3 ∈ [--..--]
+    [995].[bits 72 to 95] ∈ UNINITIALIZED
+    [995].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [995].f5 ∈ [--..--]
+    [995].[bits 136 to 159] ∈ UNINITIALIZED
+    [996].f1 ∈ [--..--]
+    [996].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [996].f3 ∈ [--..--]
+    [996].[bits 72 to 95] ∈ UNINITIALIZED
+    [996].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [996].f5 ∈ [--..--]
+    [996].[bits 136 to 159] ∈ UNINITIALIZED
+    [997].f1 ∈ [--..--]
+    [997].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [997].f3 ∈ [--..--]
+    [997].[bits 72 to 95] ∈ UNINITIALIZED
+    [997].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [997].f5 ∈ [--..--]
+    [997].[bits 136 to 159] ∈ UNINITIALIZED
+    [998].f1 ∈ [--..--]
+    [998].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [998].f3 ∈ [--..--]
+    [998].[bits 72 to 95] ∈ UNINITIALIZED
+    [998].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [998].f5 ∈ [--..--]
+    [998].[bits 136 to 159] ∈ UNINITIALIZED
+    [999].f1 ∈ [--..--]
+    [999].f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+    [999].f3 ∈ [--..--]
+    [999].[bits 72 to 95] ∈ UNINITIALIZED
+    [999].f4 ∈
+    {{ NULL ; &S_f4_0_t3[0] ; &S_f4_1_t3[0] ; &S_f4_2_t3[0] ;
+       &S_f4_3_t3[0] }}
+    [999].f5 ∈ [--..--]
+    [999].[bits 136 to 159] ∈ UNINITIALIZED
+  t4[0..4999999] ∈ [--..--]
+  t5[0] ∈ {{ NULL ; &S_0_t5[0] }}
+    [1] ∈ {{ NULL ; &S_1_t5[0] }}
+    [2] ∈ {{ NULL ; &S_2_t5[0] }}
+  t6[0..4999999]{.f1; .f2} ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+  S_f4_0_tcs_s[0..3] ∈ [--..--]
+  S_f4_1_tcs_s[0..3] ∈ [--..--]
+  S_f4_2_tcs_s[0..3] ∈ [--..--]
+  S_f4_3_tcs_s[0..3] ∈ [--..--]
+  S_0_t1[0..3] ∈ [--..--]
+  S_1_t1[0..3] ∈ [--..--]
+  S_2_t1[0..3] ∈ [--..--]
+  S_3_t1[0..3] ∈ [--..--]
+  S_f4_0_t3[0..3] ∈ [--..--]
+  S_f4_1_t3[0..3] ∈ [--..--]
+  S_f4_2_t3[0..3] ∈ [--..--]
+  S_f4_3_t3[0..3] ∈ [--..--]
+  S_0_t5[0..3] ∈ [--..--]
+  S_1_t5[0..3] ∈ [--..--]
+  S_2_t5[0..3] ∈ [--..--]
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
diff --git a/tests/value/oracle_symblocs/bigarray.err.oracle b/tests/value/oracle_symblocs/bigarray.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bigarray.res.oracle b/tests/value/oracle_symblocs/bigarray.res.oracle
new file mode 100644
index 00000000000..2474fa18c97
--- /dev/null
+++ b/tests/value/oracle_symblocs/bigarray.res.oracle
@@ -0,0 +1,29 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bigarray.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0] ∈ {2}
+   [1] ∈ {3}
+   [2..8388607] ∈ {0}
+  S ∈ {{ "uututututututu" }}
+tests/value/bigarray.c:7:[value] warning: out of bounds write. assert \valid(S);
+tests/value/bigarray.c:7:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main
+[value] done for function main
+tests/value/bigarray.c:7:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __retres
+[inout] Inputs for function main:
+          S
diff --git a/tests/value/oracle_symblocs/bitfield.err.oracle b/tests/value/oracle_symblocs/bitfield.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bitfield.res.oracle b/tests/value/oracle_symblocs/bitfield.res.oracle
new file mode 100644
index 00000000000..d705842290e
--- /dev/null
+++ b/tests/value/oracle_symblocs/bitfield.res.oracle
@@ -0,0 +1,369 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bitfield.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  h ∈ {0}
+  k ∈ {0}
+  k8 ∈ {0}
+  kr8 ∈ {0}
+  ll ∈ {0}
+  ini.a ∈ {2}
+     .b ∈ {-7}
+     .c ∈ {99999}
+     {.d; .[bits 28 to 31]} ∈ {0}
+  VV ∈ {55}
+  q4 ∈ {40000}
+  X ∈ {0}
+  x{.f; .sf} ∈ {28349}
+  us ∈ {56355}
+  G ∈ {0}
+  H ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  ee ∈ {0}
+  foo ∈ [--..--]
+  y ∈ [--..--]
+[value] computing for function main_old <- main.
+        Called from tests/value/bitfield.i:150.
+[value] Called Frama_C_show_each({1})
+[value] Called Frama_C_show_each({3})
+tests/value/bitfield.i:120:[value] Assigning imprecise value to v.c.
+        The imprecision originates from Arithmetic {tests/value/bitfield.i:120}
+tests/value/bitfield.i:122:[value] warning: signed overflow. assert -2147483648 ≤ (int)v.d+1;
+tests/value/bitfield.i:122:[value] warning: signed overflow. assert (int)v.d+1 ≤ 2147483647;
+[value] computing for function f <- main_old <- main.
+        Called from tests/value/bitfield.i:125.
+[value] DUMPING STATE of file tests/value/bitfield.i line 21
+        h ∈ {0}
+        k ∈ {0}
+        k8 ∈ {0}
+        kr8 ∈ {0}
+        ll ∈ {0}
+        ini.a ∈ {2}
+           .b ∈ {-7}
+           .c ∈ {99999}
+           {.d; .[bits 28 to 31]} ∈ {0}
+        VV ∈ {0}
+        q4 ∈ {40000}
+        X ∈ {7}
+        x_0 ∈ {7}
+        x{.f; .sf} ∈ {28349}
+        us ∈ {56355}
+        G ∈ {0}
+        H ∈ {0}
+        b ∈ {0}
+        c ∈ {0}
+        ee ∈ {0}
+        foo ∈ [--..--]
+        y ∈ [--..--]
+        v.a ∈ {0}
+         .b ∈ {7}
+         .c ∈
+         {{ garbled mix of &{v} (origin: Arithmetic {tests/value/bitfield.i:120}) }}
+         .[bits 28 to 31] ∈ UNINITIALIZED
+         .d ∈ {{ &v + {9} }}
+        l_161{.f0; .f1[bits 0 to 31]} ∈ {-1}
+        =END OF DUMP==
+[value] Recording results for f
+[value] Done for function f
+tests/value/bitfield.i:126:[value] warning: signed overflow. assert -2147483648 ≤ foo+foo;
+tests/value/bitfield.i:126:[value] warning: signed overflow. assert foo+foo ≤ 2147483647;
+tests/value/bitfield.i:127:[value] Assigning imprecise value to h.c.
+        The imprecision originates from Arithmetic {tests/value/bitfield.i:127}
+[value] computing for function return_8 <- main_old <- main.
+        Called from tests/value/bitfield.i:130.
+[value] Recording results for return_8
+[value] Done for function return_8
+[value] computing for function g <- main_old <- main.
+        Called from tests/value/bitfield.i:133.
+[value] Recording results for g
+[value] Done for function g
+tests/value/bitfield.i:135:[value] warning: locals {v} escaping the scope of main_old through h
+[value] Recording results for main_old
+[value] Done for function main_old
+[value] computing for function imprecise_bts_1671 <- main.
+        Called from tests/value/bitfield.i:151.
+tests/value/bitfield.i:69:[value] entering loop for the first time
+[value] computing for function leaf <- imprecise_bts_1671 <- main.
+        Called from tests/value/bitfield.i:70.
+tests/value/bitfield.i:70:[kernel] warning: Neither code nor specification for function leaf, generating default assigns from the prototype
+[value] using specification for function leaf
+[value] Done for function leaf
+tests/value/bitfield.i:71:[value] Reading left-value ee.
+        It contains a garbled mix of {b} because of Misaligned
+        {tests/value/bitfield.i:70}.
+[value] Called Frama_C_show_each({{ garbled mix of &{b}
+                                 (origin: Misaligned {tests/value/bitfield.i:70}) }})
+tests/value/bitfield.i:73:[value] Reading left-value ee.
+        It contains a garbled mix of {b} because of Misaligned
+        {tests/value/bitfield.i:70}.
+[value] Called Frama_C_show_each(.next ∈
+                                 {{ garbled mix of &{b}
+                                  (origin: Misaligned {tests/value/bitfield.i:70}) }}
+                                 .bitf ∈ {0}
+                                 .[bits 65 to 95] ∈
+                                 {{ garbled mix of &{b}
+                                  (origin: Misaligned {tests/value/bitfield.i:70}) }})
+tests/value/bitfield.i:74:[value] Assigning imprecise value to c.
+        The imprecision originates from Misaligned {tests/value/bitfield.i:70}
+[value] computing for function leaf <- imprecise_bts_1671 <- main.
+        Called from tests/value/bitfield.i:70.
+[value] Done for function leaf
+[value] Called Frama_C_show_each({{ garbled mix of &{b}
+                                 (origin: Misaligned {tests/value/bitfield.i:70}) }})
+tests/value/bitfield.i:72:[value] warning: out of bounds write. assert \valid(&c->bitf);
+[value] Called Frama_C_show_each({{ garbled mix of &{b}
+                                 (origin: Misaligned {tests/value/bitfield.i:70}) }})
+tests/value/bitfield.i:74:[value] warning: out of bounds read. assert \valid_read(&c->next.next);
+[value] computing for function leaf <- imprecise_bts_1671 <- main.
+        Called from tests/value/bitfield.i:70.
+[value] Done for function leaf
+[value] Recording results for imprecise_bts_1671
+[value] Done for function imprecise_bts_1671
+[value] computing for function logic <- main.
+        Called from tests/value/bitfield.i:152.
+[value] Called Frama_C_show_each(.v0_3 ∈ [--..--]
+                                 .v4 ∈ {0}
+                                 .v5_31 ∈ [--..--])
+[value] Called Frama_C_show_each(.v0_3 ∈ [--..--]
+                                 .v4 ∈ {0}
+                                 .v5_31 ∈ [--..--])
+[value] Called Frama_C_show_each({0})
+tests/value/bitfield.i:93:[value] assertion got status valid.
+[value] Called Frama_C_show_each([bits 0 to 2] ∈ [--..--]
+                                 [bits 3 to 3] ∈ {0}
+                                 [bits 4 to 31] ∈ [--..--])
+tests/value/bitfield.i:99:[value] assertion got status valid.
+tests/value/bitfield.i:101:[value] warning: accessing uninitialized left-value. assert \initialized(&w.v4);
+[value] Recording results for logic
+[value] Done for function logic
+[value] computing for function eq_bitfields <- main.
+        Called from tests/value/bitfield.i:153.
+[value] DUMPING STATE of file tests/value/bitfield.i line 143
+        h.a ∈ {0}
+         .b ∈ [--..--]
+         .c ∈ [--..--] or ESCAPINGADDR
+         {.d; .[bits 28 to 31]} ∈ {0}
+        k ∈ {0}
+        k8.a ∈ {0}
+          .b ∈ {-8}
+          {.c; .d; .[bits 28 to 31]} ∈ {0}
+        kr8.a ∈ {0}
+           .b ∈ {-8}
+           {.c; .d; .[bits 28 to 31]} ∈ {0}
+        ll.b ∈ {-25536}
+          .[bits 16 to 31] ∈ {0}
+        ini.a ∈ {2}
+           .b ∈ {-7}
+           .c ∈ {99999}
+           {.d; .[bits 28 to 31]} ∈ {0}
+        VV ∈ {0}
+        q4 ∈ {40000}
+        X ∈ {7}
+        x{.f; .sf} ∈ {28349}
+        us ∈ {56355}
+        G ∈ {1}
+        H ∈ {0}
+        b ∈ {0}
+        c ∈
+         {{ garbled mix of &{b; ee}
+          (origin: Misaligned {tests/value/bitfield.i:70}) }}
+        ee ∈
+          {{ garbled mix of &{b} (origin: Misaligned {tests/value/bitfield.i:70}) }}
+        foo ∈ [--..--]
+        y.v0_3 ∈ [--..--]
+         .v4 ∈ {0}
+         .v5_31 ∈ [--..--]
+        i ∈ {16; 17}
+        s.a ∈ {0; 1}
+         .b ∈ UNINITIALIZED
+         .c ∈ {16; 17}
+         {.d; .[bits 28 to 31]} ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for eq_bitfields
+[value] Done for function eq_bitfields
+[value] Recording results for main
+[value] done for function main
+tests/value/bitfield.i:101:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function eq_bitfields:
+  i ∈ [--..--]
+[value:final-states] Values at end of function f:
+  X ∈ {7}
+[value:final-states] Values at end of function g:
+  H ∈ {0}
+  r ∈ {1}
+[value:final-states] Values at end of function imprecise_bts_1671:
+  b ∈ {0}
+  c ∈
+   {{ garbled mix of &{b; ee}
+    (origin: Misaligned {tests/value/bitfield.i:70}) }}
+  ee ∈
+    {{ garbled mix of &{b}
+     (origin: Misaligned {tests/value/bitfield.i:70}) }}
+[value:final-states] Values at end of function logic:
+  y.v0_3 ∈ [--..--]
+   .v4 ∈ {0}
+   .v5_31 ∈ [--..--]
+  w.v0_3 ∈ {1}
+   {.v4; .v5_31} ∈ UNINITIALIZED
+[value:final-states] Values at end of function return_8:
+  __retres ∈ {8}
+[value:final-states] Values at end of function main_old:
+  h.a ∈ {0}
+   .b ∈ [--..--]
+   .c ∈
+   {{ garbled mix of &{v}
+    (origin: Arithmetic {tests/value/bitfield.i:127}) }}
+   {.d; .[bits 28 to 31]} ∈ {0}
+  k8.a ∈ {0}
+    .b ∈ {-8}
+    {.c; .d; .[bits 28 to 31]} ∈ {0}
+  kr8.a ∈ {0}
+     .b ∈ {-8}
+     {.c; .d; .[bits 28 to 31]} ∈ {0}
+  ll.b ∈ {-25536}
+    .[bits 16 to 31] ∈ {0}
+  VV ∈ {0}
+  X ∈ {7}
+  G ∈ {1}
+  H ∈ {0}
+  v.a ∈ {0}
+   .b ∈ {7}
+   .c ∈
+   {{ garbled mix of &{v}
+    (origin: Arithmetic {tests/value/bitfield.i:120}) }}
+   .[bits 28 to 31] ∈ UNINITIALIZED
+   .d ∈ {{ &v + {9} }}
+  l_161{.f0; .f1[bits 0 to 31]} ∈ {-1}
+[value:final-states] Values at end of function main:
+  h.a ∈ {0}
+   .b ∈ [--..--]
+   .c ∈ [--..--] or ESCAPINGADDR
+   {.d; .[bits 28 to 31]} ∈ {0}
+  k8.a ∈ {0}
+    .b ∈ {-8}
+    {.c; .d; .[bits 28 to 31]} ∈ {0}
+  kr8.a ∈ {0}
+     .b ∈ {-8}
+     {.c; .d; .[bits 28 to 31]} ∈ {0}
+  ll.b ∈ {-25536}
+    .[bits 16 to 31] ∈ {0}
+  VV ∈ {0}
+  X ∈ {7}
+  G ∈ {1}
+  H ∈ {0}
+  b ∈ {0}
+  c ∈
+   {{ garbled mix of &{b; ee}
+    (origin: Misaligned {tests/value/bitfield.i:70}) }}
+  ee ∈
+    {{ garbled mix of &{b}
+     (origin: Misaligned {tests/value/bitfield.i:70}) }}
+  y.v0_3 ∈ [--..--]
+   .v4 ∈ {0}
+   .v5_31 ∈ [--..--]
+[from] Computing for function eq_bitfields
+[from] Computing for function Frama_C_dump_each <-eq_bitfields
+[from] Done for function Frama_C_dump_each
+[from] Done for function eq_bitfields
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function imprecise_bts_1671
+[from] Computing for function leaf <-imprecise_bts_1671
+[from] Done for function leaf
+[from] Done for function imprecise_bts_1671
+[from] Computing for function logic
+[from] Done for function logic
+[from] Computing for function return_8
+[from] Done for function return_8
+[from] Computing for function main_old
+[from] Done for function main_old
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function eq_bitfields:
+  NO EFFECTS
+[from] Function f:
+  X FROM x_0
+[from] Function g:
+  H FROM x.sf; us
+  \result FROM x.f; us
+[from] Function leaf:
+  ee FROM ee (and SELF)
+[from] Function imprecise_bts_1671:
+  b FROM ee{.next.next; {.bitf; .[bits 65 to 95]}}; foo (and SELF)
+  c FROM ee{.next.next; {.bitf; .[bits 65 to 95]}}; foo
+  ee{.next.next; {.bitf; .[bits 65 to 95]}}
+    FROM ee{.next.next; {.bitf; .[bits 65 to 95]}}; foo (and SELF)
+    .next.prev FROM ee{.next.next; {.bitf; .[bits 65 to 95]}}; foo
+[from] Function logic:
+  y.v4 FROM y.v4 (and SELF)
+[from] Function return_8:
+  \result FROM \nothing
+[from] Function main_old:
+  h.a FROM h.a
+   .b FROM h{.a; .b}; foo
+   .c FROM \nothing
+  k8.b FROM \nothing
+  kr8.b FROM \nothing
+  ll.b FROM q4
+  VV FROM h.a
+  X FROM \nothing
+  G FROM x.f; us
+  H FROM x.sf; us
+[from] Function main:
+  h.a FROM h.a
+   .b FROM h{.a; .b}; foo
+   .c FROM \nothing
+  k8.b FROM \nothing
+  kr8.b FROM \nothing
+  ll.b FROM q4
+  VV FROM h.a
+  X FROM \nothing
+  G FROM x.f; us
+  H FROM x.sf; us
+  b FROM ee{.next.next; {.bitf; .[bits 65 to 95]}}; foo (and SELF)
+  c FROM ee{.next.next; {.bitf; .[bits 65 to 95]}}; foo
+  ee{.next.next; {.bitf; .[bits 65 to 95]}}
+    FROM ee{.next.next; {.bitf; .[bits 65 to 95]}}; foo (and SELF)
+    .next.prev FROM ee{.next.next; {.bitf; .[bits 65 to 95]}}; foo
+  y.v4 FROM y.v4 (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function eq_bitfields:
+          i; s{.a; .c}
+[inout] Inputs for function eq_bitfields:
+          foo
+[inout] Out (internal) for function f:
+          X
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          H; r
+[inout] Inputs for function g:
+          x; us
+[inout] Out (internal) for function imprecise_bts_1671:
+          b; c; ee
+[inout] Inputs for function imprecise_bts_1671:
+          c; ee; foo
+[inout] Out (internal) for function logic:
+          y.v4; w.v0_3; wc
+[inout] Inputs for function logic:
+          foo; y
+[inout] Out (internal) for function return_8:
+          __retres
+[inout] Inputs for function return_8:
+          \nothing
+[inout] Out (internal) for function main_old:
+          h{.a; .b; .c}; k8.b; kr8.b; ll.b; VV; X; G; H; v{{.a; .b; .c}; .d}; l_161
+[inout] Inputs for function main_old:
+          h{.a; .b}; VV; q4; x; us; foo
+[inout] Out (internal) for function main:
+          h{.a; .b; .c}; k8.b; kr8.b; ll.b; VV; X; G; H; b; c; ee; y.v4
+[inout] Inputs for function main:
+          h{.a; .b}; VV; q4; x; us; c; ee; foo; y
diff --git a/tests/value/oracle_symblocs/bitfield_assign.err.oracle b/tests/value/oracle_symblocs/bitfield_assign.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bitfield_assign.res.oracle b/tests/value/oracle_symblocs/bitfield_assign.res.oracle
new file mode 100644
index 00000000000..5ffdb1e9dac
--- /dev/null
+++ b/tests/value/oracle_symblocs/bitfield_assign.res.oracle
@@ -0,0 +1,47 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bitfield_assign.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  g_18 ∈ {0}
+  g_5 ∈ {0}
+  g_2 ∈ {0}
+  g_7[0]{.f0; .f1[bits 0 to 6]; .f2[bits 0 to 6]; .f3.f0[bits 0 to 6]} ∈
+     {52}
+     [0]{.f0[bits 7 to 159]; .f1[bits 7 to 159]; .f2[bits 7 to 159]; .f3{.f0[bits 7 to 31]; .f1; .f2; .f3; .[bits 48 to 63]; .[bits 90 to 95]}} ∈
+     {0}
+[value] Called Frama_C_show_each({21668890})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  g_2 ∈ {21668890}
+  l_8 ∈ {1}
+  l_16 ∈ {3175785498}
+  g_7[0]{.f0; .f1[bits 0 to 6]; .f2[bits 0 to 6]; .f3.f0[bits 0 to 6]} ∈
+     {52}
+     [0]{.f0[bits 7 to 63]; .f1[bits 7 to 63]; .f2[bits 7 to 63]; .f3{.f0[bits 7 to 31]; .f1; .[bits 48 to 63]}} ∈
+     {0}
+     [0]{.f0[bits 64 to 89]; .f1[bits 64 to 89]; .f2[bits 64 to 89]; .f3.f2} ∈
+     {21668890}
+     [0]{.f0[bits 90 to 159]; .f1[bits 90 to 159]; .f2[bits 90 to 159]; .f3{.f3; .[bits 90 to 95]}} ∈
+     {0}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  g_2 FROM g_5; g_2
+  g_7[0]{.f0[bits 64 to 89]; .f1[bits 64 to 89]; .f2[bits 64 to 89]; .f3.f2}
+     FROM g_5
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          g_2; l_8; l_16;
+          g_7[0]{.f0[bits 64 to 89]; .f1[bits 64 to 89]; .f2[bits 64 to 89]; .f3.f2};
+          __retres
+[inout] Inputs for function main:
+          g_5; g_2;
+          g_7[0]{.f0[bits 64 to 89]; .f1[bits 64 to 89]; .f2[bits 64 to 89]; .f3.f2}
diff --git a/tests/value/oracle_symblocs/bitfield_longlong.err.oracle b/tests/value/oracle_symblocs/bitfield_longlong.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bitfield_longlong.res.oracle b/tests/value/oracle_symblocs/bitfield_longlong.res.oracle
new file mode 100644
index 00000000000..08e4fe2d464
--- /dev/null
+++ b/tests/value/oracle_symblocs/bitfield_longlong.res.oracle
@@ -0,0 +1,21 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bitfield_longlong.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s50.z ∈ {2}
+     .[bits 50 to 63] ∈ {0}
+  s10.z ∈ {2}
+     .[bits 10 to 31] ∈ {0}
+  u32.z ∈ {4294967295}
+  s32.z ∈ {-1}
+[value] Called Frama_C_show_each({{ "%zu %zu %zu %zu\n" }}, {8}, {4}, {8}, {4})
+[value] Called Frama_C_show_each({{ "%d %d\n" }}, {1}, {0})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {1}
+  y ∈ {0}
+  __retres ∈ {0}
diff --git a/tests/value/oracle_symblocs/bitfield_receives_result.err.oracle b/tests/value/oracle_symblocs/bitfield_receives_result.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bitfield_receives_result.res.oracle b/tests/value/oracle_symblocs/bitfield_receives_result.res.oracle
new file mode 100644
index 00000000000..b348c64d1ed
--- /dev/null
+++ b/tests/value/oracle_symblocs/bitfield_receives_result.res.oracle
@@ -0,0 +1,47 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bitfield_receives_result.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/bitfield_receives_result.i:9.
+[value] Recording results for f
+[value] Done for function f
+[value] DUMPING STATE of file tests/value/bitfield_receives_result.i line 10
+        s.b ∈ {-1}
+         .[bits 31 to 31] ∈ {0}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {-1}
+[value:final-states] Values at end of function main:
+  s.b ∈ {-1}
+   .[bits 31 to 31] ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] Function main:
+  s.b FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          s.b; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/bitwise.err.oracle b/tests/value/oracle_symblocs/bitwise.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bitwise.res.oracle b/tests/value/oracle_symblocs/bitwise.res.oracle
new file mode 100644
index 00000000000..34b0d2928af
--- /dev/null
+++ b/tests/value/oracle_symblocs/bitwise.res.oracle
@@ -0,0 +1,57 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bitwise.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+[value] computing for function main_and_or_rel <- main.
+        Called from tests/value/bitwise.i:29.
+tests/value/bitwise.i:13:[value] warning: assertion got status unknown.
+[value] Recording results for main_and_or_rel
+[value] Done for function main_and_or_rel
+[value] computing for function main_bitwise <- main.
+        Called from tests/value/bitwise.i:30.
+[value] Recording results for main_bitwise
+[value] Done for function main_bitwise
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main_and_or_rel:
+  x ∈ [20..40]
+  r1 ∈ [17..63] or UNINITIALIZED
+  r2 ∈ [20..40] or UNINITIALIZED
+  r3 ∈ [24..37] or UNINITIALIZED
+[value:final-states] Values at end of function main_bitwise:
+  i ∈ {5}
+  j ∈ {4294967290}
+  k ∈ {-6}
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main_and_or_rel
+[from] Done for function main_and_or_rel
+[from] Computing for function main_bitwise
+[from] Done for function main_bitwise
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main_and_or_rel:
+  NO EFFECTS
+[from] Function main_bitwise:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main_and_or_rel:
+          x; r1; r2; r3
+[inout] Inputs for function main_and_or_rel:
+          v
+[inout] Out (internal) for function main_bitwise:
+          i; j; k
+[inout] Inputs for function main_bitwise:
+          \nothing
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/bitwise_float.err.oracle b/tests/value/oracle_symblocs/bitwise_float.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bitwise_float.res.oracle b/tests/value/oracle_symblocs/bitwise_float.res.oracle
new file mode 100644
index 00000000000..b6f5d241d28
--- /dev/null
+++ b/tests/value/oracle_symblocs/bitwise_float.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bitwise_float.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/bitwise_float.c:1:[value] warning: function main: precondition got status unknown.
+[value] Called Frama_C_show_each_x([1028443341..1084227584])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {0; 2}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM a
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/bitwise_or.err.oracle b/tests/value/oracle_symblocs/bitwise_or.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bitwise_or.res.oracle b/tests/value/oracle_symblocs/bitwise_or.res.oracle
new file mode 100644
index 00000000000..e109f8a2024
--- /dev/null
+++ b/tests/value/oracle_symblocs/bitwise_or.res.oracle
@@ -0,0 +1,65 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bitwise_or.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  or1 ∈ {0}
+  or2 ∈ {0}
+  or3 ∈ {0}
+  or4 ∈ {0}
+  or5 ∈ {0}
+  and1 ∈ {0}
+  and2 ∈ {0}
+  and3 ∈ {0}
+  and4 ∈ {0}
+  xor1 ∈ {0}
+  xor2 ∈ {0}
+  uand1 ∈ {0}
+  uand2 ∈ {0}
+  uand3 ∈ {0}
+  uand4 ∈ {0}
+  uand5 ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  e ∈ {0}
+  s ∈ [--..--]
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/value/bitwise_or.c:13.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/value/bitwise_or.c:14.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/value/bitwise_or.c:15.
+[value] Done for function Frama_C_interval
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  or1 ∈ [--..--]
+  or2 ∈ [13..31]
+  or3 ∈ [--..--]
+  and1 ∈ [0..17]
+  and2 ∈ [0..17]
+  and3 ∈ [0..27]
+  xor1 ∈ [0..31]
+  xor2 ∈ [--..--]
+  uand4 ∈ [8..24]
+  a ∈ [3..17]
+  b ∈ [-3..17]
+  c ∈ [13..27]
+  i1 ∈ [0..0x1FFFE],0%2
+  i2 ∈ [0..0x3FFFC],0%4
+  v1 ∈ [0..0x1FFFE],0%2
+  v2 ∈ [0..0x3FFFF]
+  mask07 ∈ {5}
+  mask0f ∈ {13}
+  mask1f ∈ {13; 29}
+  __retres ∈ {0}
diff --git a/tests/value/oracle_symblocs/bitwise_pointer.err.oracle b/tests/value/oracle_symblocs/bitwise_pointer.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bitwise_pointer.res.oracle b/tests/value/oracle_symblocs/bitwise_pointer.res.oracle
new file mode 100644
index 00000000000..38604c9b4cb
--- /dev/null
+++ b/tests/value/oracle_symblocs/bitwise_pointer.res.oracle
@@ -0,0 +1,92 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bitwise_pointer.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {0}
+   [1] ∈ {1}
+   [2] ∈ {2}
+   [3] ∈ {3}
+   [4] ∈ {4}
+   [5] ∈ {5}
+   [6] ∈ {6}
+   [7] ∈ {7}
+   [8] ∈ {8}
+   [9] ∈ {9}
+   [10..99] ∈ {0}
+  p ∈ {0}
+  x ∈ {0}
+  t1[0] ∈ {0}
+    [1] ∈ {1}
+    [2] ∈ {2}
+    [3] ∈ {3}
+    [4] ∈ {4}
+    [5] ∈ {5}
+    [6] ∈ {6}
+    [7] ∈ {7}
+    [8] ∈ {8}
+    [9] ∈ {9}
+    [10..99] ∈ {0}
+  p1 ∈ {0}
+  x1 ∈ {0}
+tests/value/bitwise_pointer.i:18:[value] Assigning imprecise value to p.
+        The imprecision originates from Arithmetic {tests/value/bitwise_pointer.i:18}
+tests/value/bitwise_pointer.i:19:[value] warning: out of bounds write. assert \valid(p);
+tests/value/bitwise_pointer.i:22:[value] Assigning imprecise value to p1.
+        The imprecision originates from Arithmetic {tests/value/bitwise_pointer.i:22}
+tests/value/bitwise_pointer.i:23:[value] warning: out of bounds write. assert \valid(p1);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0] ∈ {0; 5}
+   [1] ∈ {1; 5}
+   [2] ∈ {2; 5}
+   [3] ∈ {3; 5}
+   [4] ∈ {4; 5}
+   [5] ∈ {5}
+   [6] ∈ {5; 6}
+   [7] ∈ {5; 7}
+   [8] ∈ {5; 8}
+   [9] ∈ {5; 9}
+   [10..99] ∈ {0; 5}
+  p ∈ {{ &t + [0..99] }}
+  x ∈ {5}
+  t1[0] ∈ {0; 5}
+    [1] ∈ {1; 5}
+    [2] ∈ {2; 5}
+    [3] ∈ {3; 5}
+    [4] ∈ {4; 5}
+    [5] ∈ {5}
+    [6] ∈ {5; 6}
+    [7] ∈ {5; 7}
+    [8] ∈ {5; 8}
+    [9] ∈ {5; 9}
+    [10..99] ∈ {0; 5}
+  p1 ∈ {{ &t1 + [0..99] }}
+  x1 ∈ {5}
+  mask ∈ {7}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t[0..99] FROM \nothing (and SELF)
+  p FROM \nothing
+  x FROM t[0..99]
+  t1[0..99] FROM \nothing (and SELF)
+  p1 FROM \nothing
+  x1 FROM t1[0..99]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t[0..99]; p; x; t1[0..99]; p1; x1; mask
+[inout] Inputs for function main:
+          t[0..99]; p; t1[0..99]; p1
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          t[0..99]; t1[0..99]
+        Operational inputs on termination:
+          t[0..99]; t1[0..99]
+        Sure outputs:
+          p; x; p1; x1; mask
diff --git a/tests/value/oracle_symblocs/bitwise_reduction.err.oracle b/tests/value/oracle_symblocs/bitwise_reduction.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bitwise_reduction.res.oracle b/tests/value/oracle_symblocs/bitwise_reduction.res.oracle
new file mode 100644
index 00000000000..5043db5c31d
--- /dev/null
+++ b/tests/value/oracle_symblocs/bitwise_reduction.res.oracle
@@ -0,0 +1,59 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bitwise_reduction.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/bitwise_reduction.i:33.
+tests/value/bitwise_reduction.i:10:[value] warning: assertion got status unknown.
+tests/value/bitwise_reduction.i:11:[value] warning: assertion got status unknown.
+tests/value/bitwise_reduction.i:14:[value] warning: accessing out of bounds index. assert 0 ≤ i;
+tests/value/bitwise_reduction.i:14:[value] warning: accessing out of bounds index. assert i < 2;
+[value] Called Frama_C_show_each_then1({1}, {0; 1})
+[value] Called Frama_C_show_each_else1({0; 1},
+                                       {0x3000; 0x3001; 0x3200; 0x3201; 0xF000;
+                                        0xFF00})
+[value] Called Frama_C_show_each_else_then1({0; 1},
+                                            {0x3000; 0x3001; 0x3200; 0x3201; 0xF000;
+                                             0xFF00})
+tests/value/bitwise_reduction.i:23:[value] warning: out of bounds read. assert \valid_read(p);
+[value] Called Frama_C_show_each_then2({{ &t + {4} }}, {0; 1})
+[value] Called Frama_C_show_each_else2({{ &t + {0; 4} }},
+                                       {0x3000; 0x3001; 0x3200; 0x3201; 0xF000;
+                                        0xFF00})
+[value] Called Frama_C_show_each_else_then2({0; 1},
+                                            {0x3000; 0x3001; 0x3200; 0x3201; 0xF000;
+                                             0xFF00})
+[value] Recording results for main1
+[value] Done for function main1
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  t[0] ∈ {0xF000; 0xFF00}
+   [1] ∈ {0; 1; 0x3000; 0x3001; 0x3200; 0x3201; 0xF000}
+  i ∈ {0; 1}
+  p ∈ {{ &t{[0], [1]} }}
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          t[0..1]; i; p
+[inout] Inputs for function main1:
+          v
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/biz.err.oracle b/tests/value/oracle_symblocs/biz.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/biz.res.oracle b/tests/value/oracle_symblocs/biz.res.oracle
new file mode 100644
index 00000000000..01d4b0c2713
--- /dev/null
+++ b/tests/value/oracle_symblocs/biz.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/biz.i (no preprocessing)
+[value] Analyzing a complete application starting at f2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  q ∈ {0}
+  G ∈ {0}
+[value] Recording results for f2
+[value] done for function f2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f2:
+  p ∈ {{ &G + {1} }}
+  G[bits 0 to 7] ∈ {3}
+   [bits 8 to 31] ∈ {0}
+[from] Computing for function f2
+[from] Done for function f2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f2:
+  p FROM \nothing
+  G[bits 0 to 7] FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f2:
+          p; G[bits 0 to 7]; tmp
+[inout] Inputs for function f2:
+          p
diff --git a/tests/value/oracle_symblocs/bool.err.oracle b/tests/value/oracle_symblocs/bool.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bool.res.oracle b/tests/value/oracle_symblocs/bool.res.oracle
new file mode 100644
index 00000000000..81f25e92c22
--- /dev/null
+++ b/tests/value/oracle_symblocs/bool.res.oracle
@@ -0,0 +1,75 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bool.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+[value] computing for function printf <- main.
+        Called from tests/value/bool.i:12.
+tests/value/bool.i:12:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+[value] using specification for function printf
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/value/bool.i:14.
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/value/bool.i:16.
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/value/bool.i:18.
+[value] Done for function printf
+[value] computing for function printf <- main.
+        Called from tests/value/bool.i:20.
+[value] Done for function printf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {1}
+  y ∈ {2}
+[from] Computing for function main
+[from] Computing for function printf <-main
+[from] Done for function printf
+tests/value/bool.i:12:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/bool.i:14:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/bool.i:16:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/bool.i:18:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/bool.i:20:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function printf:
+  NO EFFECTS
+[from] Function main:
+  x FROM \nothing
+  y FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; y
+[inout] Inputs for function main:
+          x; y
+/* Generated by Frama-C */
+/*@ assigns \nothing; */
+extern void printf(char const * , ...);
+
+_Bool x;
+int y;
+int main(void)
+{
+  x = (_Bool)0;
+  printf("%d\n",(int)x);
+  x = (_Bool)1;
+  printf("%d\n",(int)x);
+  y = (int)x + 1;
+  printf("%d,%d\n",(int)x,y);
+  x = (_Bool)((int)x + 1 != 0);
+  printf("%d\n",(int)x);
+  x = (_Bool)((int)x + 1 != 0);
+  printf("%d\n",(int)x);
+  return y;
+}
+
+
diff --git a/tests/value/oracle_symblocs/branch.err.oracle b/tests/value/oracle_symblocs/branch.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/branch.res.oracle b/tests/value/oracle_symblocs/branch.res.oracle
new file mode 100644
index 00000000000..4ec1e021c3f
--- /dev/null
+++ b/tests/value/oracle_symblocs/branch.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/branch.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  e ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          a; b
+[inout] Inputs for function main:
+          c
diff --git a/tests/value/oracle_symblocs/branch2.err.oracle b/tests/value/oracle_symblocs/branch2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/branch2.res.oracle b/tests/value/oracle_symblocs/branch2.res.oracle
new file mode 100644
index 00000000000..b0e246f5919
--- /dev/null
+++ b/tests/value/oracle_symblocs/branch2.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/branch2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  etat_to ∈ {0}
+  changepage ∈ {0}
+  plein ∈ {0}
+  NumFonct ∈ {0}
+  NumSsPage ∈ {0}
+tests/value/branch2.i:14:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  plein ∈ {1}
+  NumSsPage ∈ {9}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  plein FROM \nothing
+  NumSsPage FROM NumSsPage (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          plein; NumSsPage
+[inout] Inputs for function main:
+          changepage; NumSsPage
diff --git a/tests/value/oracle_symblocs/broken_loop.err.oracle b/tests/value/oracle_symblocs/broken_loop.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/broken_loop.res.oracle b/tests/value/oracle_symblocs/broken_loop.res.oracle
new file mode 100644
index 00000000000..bc6a2acb283
--- /dev/null
+++ b/tests/value/oracle_symblocs/broken_loop.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/broken_loop.i (no preprocessing)
+[value] Analyzing a complete application starting at loop
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  X ∈ {0}
+[value] Recording results for loop
+[value] done for function loop
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function loop:
+  X ∈ {2}
+[from] Computing for function loop
+[from] Done for function loop
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function loop:
+  X FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function loop:
+          X
+[inout] Inputs for function loop:
+          \nothing
diff --git a/tests/value/oracle_symblocs/bts0506.0.err.oracle b/tests/value/oracle_symblocs/bts0506.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bts0506.0.res.oracle b/tests/value/oracle_symblocs/bts0506.0.res.oracle
new file mode 100644
index 00000000000..3ae0e1ef1df
--- /dev/null
+++ b/tests/value/oracle_symblocs/bts0506.0.res.oracle
@@ -0,0 +1,309 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bts0506.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/bts0506.i:47.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function main2 <- main.
+        Called from tests/value/bts0506.i:49.
+[value] computing for function f1 <- main2 <- main.
+        Called from tests/value/bts0506.i:15.
+tests/value/bts0506.i:15:[kernel] warning: Neither code nor specification for function f1, generating default assigns from the prototype
+[value] using specification for function f1
+[value] Done for function f1
+[value] computing for function f1 <- main2 <- main.
+        Called from tests/value/bts0506.i:16.
+[value] Done for function f1
+[value] computing for function f1 <- main2 <- main.
+        Called from tests/value/bts0506.i:17.
+[value] Done for function f1
+[value] computing for function f1 <- main2 <- main.
+        Called from tests/value/bts0506.i:18.
+[value] Done for function f1
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/bts0506.i:20.
+tests/value/bts0506.i:20:[kernel] warning: Neither code nor specification for function f2, generating default assigns from the prototype
+[value] using specification for function f2
+[value] Done for function f2
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/bts0506.i:21.
+[value] Done for function f2
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/bts0506.i:22.
+[value] Done for function f2
+[value] computing for function f3 <- main2 <- main.
+        Called from tests/value/bts0506.i:24.
+tests/value/bts0506.i:24:[kernel] warning: Neither code nor specification for function f3, generating default assigns from the prototype
+[value] using specification for function f3
+[value] Done for function f3
+[value] computing for function f3 <- main2 <- main.
+        Called from tests/value/bts0506.i:25.
+[value] Done for function f3
+[value] computing for function f4 <- main2 <- main.
+        Called from tests/value/bts0506.i:27.
+tests/value/bts0506.i:27:[kernel] warning: Neither code nor specification for function f4, generating default assigns from the prototype
+[value] using specification for function f4
+[value] Done for function f4
+tests/value/bts0506.i:27:[value] warning: non-finite float value. assert \is_finite(tmp_8);
+                                         (tmp_8 from f4())
+[value] computing for function f4 <- main2 <- main.
+        Called from tests/value/bts0506.i:28.
+[value] Done for function f4
+tests/value/bts0506.i:28:[value] warning: non-finite float value. assert \is_finite(tmp_9);
+                                         (tmp_9 from f4())
+[value] computing for function f5 <- main2 <- main.
+        Called from tests/value/bts0506.i:30.
+tests/value/bts0506.i:30:[kernel] warning: Neither code nor specification for function f5, generating default assigns from the prototype
+[value] using specification for function f5
+[value] Done for function f5
+tests/value/bts0506.i:30:[value] warning: non-finite double value. assert \is_finite(tmp_10);
+                                          (tmp_10 from f5())
+tests/value/bts0506.i:30:[value] warning: non-finite float value. assert \is_finite((float)tmp_10);
+                                         (tmp_10 from f5())
+[value] computing for function f5 <- main2 <- main.
+        Called from tests/value/bts0506.i:31.
+[value] Done for function f5
+tests/value/bts0506.i:31:[value] warning: non-finite double value. assert \is_finite(tmp_11);
+                                          (tmp_11 from f5())
+[value] computing for function f6 <- main2 <- main.
+        Called from tests/value/bts0506.i:33.
+tests/value/bts0506.i:33:[kernel] warning: Neither code nor specification for function f6, generating default assigns from the prototype
+[value] using specification for function f6
+[value] Done for function f6
+[value] computing for function f6 <- main2 <- main.
+        Called from tests/value/bts0506.i:34.
+[value] Done for function f6
+[value] computing for function f6 <- main2 <- main.
+        Called from tests/value/bts0506.i:35.
+[value] Done for function f6
+[value] computing for function f7 <- main2 <- main.
+        Called from tests/value/bts0506.i:37.
+tests/value/bts0506.i:37:[kernel] warning: Neither code nor specification for function f7, generating default assigns from the prototype
+[value] using specification for function f7
+[value] Done for function f7
+[value] computing for function f7 <- main2 <- main.
+        Called from tests/value/bts0506.i:38.
+[value] Done for function f7
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {43}
+[value:final-states] Values at end of function main2:
+  r1 ∈ [--..--]
+  r2 ∈ [--..--]
+  r3 ∈ [--..--]
+  r4 ∈ [--..--]
+  r5 ∈ [--..--]
+  r6 ∈ [--..--]
+  r7 ∈ [--..--]
+  r8 ∈ [--..--]
+  r8bis ∈ [--..--]
+  r9 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  r10 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  r11 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  r12 ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+  r13 ∈ {{ NULL + [--..--] ; &alloced_return_f6 + [0..2147483644],0%4 }}
+  r14 ∈ {{ NULL + [--..--] ; &alloced_return_f6 + [0..2147483644],0%4 }}
+  r15 ∈ {{ NULL + [--..--] ; &alloced_return_f6 + [0..2147483644],0%4 }}
+  r16 ∈ {{ NULL + [--..--] ; &alloced_return_f7 + [0..2147483647] }}
+  r17 ∈ {{ NULL + [--..--] ; &alloced_return_f7 + [0..2147483647] }}
+[value:final-states] Values at end of function main:
+  x ∈ {43}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main2
+[from] Computing for function f1 <-main2
+[from] Done for function f1
+[from] Computing for function f2 <-main2
+[from] Done for function f2
+[from] Computing for function f3 <-main2
+[from] Done for function f3
+[from] Computing for function f4 <-main2
+[from] Done for function f4
+[from] Computing for function f5 <-main2
+[from] Done for function f5
+[from] Computing for function f6 <-main2
+[from] Done for function f6
+[from] Computing for function f7 <-main2
+[from] Done for function f7
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x
+[from] Function f1:
+  \result FROM \nothing
+[from] Function f2:
+  \result FROM \nothing
+[from] Function f3:
+  \result FROM \nothing
+[from] Function f4:
+  \result FROM \nothing
+[from] Function f5:
+  \result FROM \nothing
+[from] Function f6:
+  \result FROM \nothing
+[from] Function f7:
+  \result FROM \nothing
+[from] Function main2:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main2:
+          r1; tmp; r2; tmp_0; r3; tmp_1; r4; tmp_2; r5; tmp_3; r6; tmp_4; r7; 
+          tmp_5; r8; tmp_6; r8bis; tmp_7; r9; tmp_8; r10; tmp_9; r11; tmp_10; 
+          r12; tmp_11; r13; tmp_12; r14; tmp_13; r15; tmp_14; r16; tmp_15; r17;
+          tmp_16
+[inout] Inputs for function main2:
+          \nothing
+[inout] Out (internal) for function main:
+          x; tmp
+[inout] Inputs for function main:
+          \nothing
+/* Generated by Frama-C */
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int f1();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern long f2();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern unsigned int f3();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern float f4();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern double f5();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int *f6();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern void *f7();
+
+void main2(void)
+{
+  long r1;
+  int tmp;
+  short r2;
+  int tmp_0;
+  int r3;
+  int tmp_1;
+  unsigned int r4;
+  int tmp_2;
+  long r5;
+  long tmp_3;
+  int r6;
+  long tmp_4;
+  unsigned long r7;
+  long tmp_5;
+  unsigned int r8;
+  unsigned int tmp_6;
+  int r8bis;
+  unsigned int tmp_7;
+  float r9;
+  float tmp_8;
+  double r10;
+  float tmp_9;
+  float r11;
+  double tmp_10;
+  double r12;
+  double tmp_11;
+  void *r13;
+  int *tmp_12;
+  int *r14;
+  int *tmp_13;
+  char *r15;
+  int *tmp_14;
+  void *r16;
+  void *tmp_15;
+  int *r17;
+  void *tmp_16;
+  tmp = f1();
+  r1 = (long)tmp;
+  tmp_0 = f1();
+  r2 = (short)tmp_0;
+  tmp_1 = f1();
+  r3 = tmp_1;
+  tmp_2 = f1();
+  r4 = (unsigned int)tmp_2;
+  tmp_3 = f2();
+  r5 = tmp_3;
+  tmp_4 = f2();
+  r6 = (int)tmp_4;
+  tmp_5 = f2();
+  r7 = (unsigned long)tmp_5;
+  tmp_6 = f3();
+  r8 = tmp_6;
+  tmp_7 = f3();
+  r8bis = (int)tmp_7;
+  tmp_8 = f4();
+  /*@ assert Value: is_nan_or_infinite: \is_finite(tmp_8); */
+  r9 = tmp_8;
+  tmp_9 = f4();
+  /*@ assert Value: is_nan_or_infinite: \is_finite(tmp_9); */
+  r10 = (double)tmp_9;
+  tmp_10 = f5();
+  /*@ assert Value: is_nan_or_infinite: \is_finite(tmp_10); */
+  /*@ assert Value: is_nan_or_infinite: \is_finite((float)tmp_10); */
+  r11 = (float)tmp_10;
+  tmp_11 = f5();
+  /*@ assert Value: is_nan_or_infinite: \is_finite(tmp_11); */
+  r12 = tmp_11;
+  tmp_12 = f6();
+  r13 = (void *)tmp_12;
+  tmp_13 = f6();
+  r14 = tmp_13;
+  tmp_14 = f6();
+  r15 = (char *)tmp_14;
+  tmp_15 = f7();
+  r16 = tmp_15;
+  tmp_16 = f7();
+  r17 = (int *)tmp_16;
+  return;
+}
+
+int f(int x)
+{
+  int __retres;
+  __retres = x + 1;
+  return __retres;
+}
+
+void main(void)
+{
+  short x;
+  int tmp;
+  x = (short)4;
+  { /* sequence */
+    tmp = f(42);
+    x = (short)tmp;
+  }
+  main2();
+  return;
+}
+
+
diff --git a/tests/value/oracle_symblocs/bts0506.1.err.oracle b/tests/value/oracle_symblocs/bts0506.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bts0506.1.res.oracle b/tests/value/oracle_symblocs/bts0506.1.res.oracle
new file mode 100644
index 00000000000..bd9ed2eb796
--- /dev/null
+++ b/tests/value/oracle_symblocs/bts0506.1.res.oracle
@@ -0,0 +1,273 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bts0506.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/bts0506.i:47.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function main2 <- main.
+        Called from tests/value/bts0506.i:49.
+[value] computing for function f1 <- main2 <- main.
+        Called from tests/value/bts0506.i:15.
+tests/value/bts0506.i:15:[kernel] warning: Neither code nor specification for function f1, generating default assigns from the prototype
+[value] using specification for function f1
+[value] Done for function f1
+[value] computing for function f1 <- main2 <- main.
+        Called from tests/value/bts0506.i:16.
+[value] Done for function f1
+[value] computing for function f1 <- main2 <- main.
+        Called from tests/value/bts0506.i:17.
+[value] Done for function f1
+[value] computing for function f1 <- main2 <- main.
+        Called from tests/value/bts0506.i:18.
+[value] Done for function f1
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/bts0506.i:20.
+tests/value/bts0506.i:20:[kernel] warning: Neither code nor specification for function f2, generating default assigns from the prototype
+[value] using specification for function f2
+[value] Done for function f2
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/bts0506.i:21.
+[value] Done for function f2
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/bts0506.i:22.
+[value] Done for function f2
+[value] computing for function f3 <- main2 <- main.
+        Called from tests/value/bts0506.i:24.
+tests/value/bts0506.i:24:[kernel] warning: Neither code nor specification for function f3, generating default assigns from the prototype
+[value] using specification for function f3
+[value] Done for function f3
+[value] computing for function f3 <- main2 <- main.
+        Called from tests/value/bts0506.i:25.
+[value] Done for function f3
+[value] computing for function f4 <- main2 <- main.
+        Called from tests/value/bts0506.i:27.
+tests/value/bts0506.i:27:[kernel] warning: Neither code nor specification for function f4, generating default assigns from the prototype
+[value] using specification for function f4
+[value] Done for function f4
+[value] computing for function f4 <- main2 <- main.
+        Called from tests/value/bts0506.i:28.
+[value] Done for function f4
+tests/value/bts0506.i:28:[kernel] warning: non-finite float value being returned: assert(\is_finite(\returned_value))
+[value] computing for function f5 <- main2 <- main.
+        Called from tests/value/bts0506.i:30.
+tests/value/bts0506.i:30:[kernel] warning: Neither code nor specification for function f5, generating default assigns from the prototype
+[value] using specification for function f5
+[value] Done for function f5
+tests/value/bts0506.i:30:[value] warning: non-finite double value. assert \is_finite(tmp_10);
+                                          (tmp_10 from f5())
+tests/value/bts0506.i:30:[value] warning: non-finite float value. assert \is_finite((float)tmp_10);
+                                         (tmp_10 from f5())
+[value] computing for function f5 <- main2 <- main.
+        Called from tests/value/bts0506.i:31.
+[value] Done for function f5
+[value] computing for function f6 <- main2 <- main.
+        Called from tests/value/bts0506.i:33.
+tests/value/bts0506.i:33:[kernel] warning: Neither code nor specification for function f6, generating default assigns from the prototype
+[value] using specification for function f6
+[value] Done for function f6
+[value] computing for function f6 <- main2 <- main.
+        Called from tests/value/bts0506.i:34.
+[value] Done for function f6
+[value] computing for function f6 <- main2 <- main.
+        Called from tests/value/bts0506.i:35.
+[value] Done for function f6
+[value] computing for function f7 <- main2 <- main.
+        Called from tests/value/bts0506.i:37.
+tests/value/bts0506.i:37:[kernel] warning: Neither code nor specification for function f7, generating default assigns from the prototype
+[value] using specification for function f7
+[value] Done for function f7
+[value] computing for function f7 <- main2 <- main.
+        Called from tests/value/bts0506.i:38.
+[value] Done for function f7
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {43}
+[value:final-states] Values at end of function main2:
+  r1 ∈ [--..--]
+  r2 ∈ [--..--]
+  r3 ∈ [--..--]
+  r4 ∈ [--..--]
+  r5 ∈ [--..--]
+  r6 ∈ [--..--]
+  r7 ∈ [--..--]
+  r8 ∈ [--..--]
+  r8bis ∈ [--..--]
+  r9 ∈ [--..--]
+  r10 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  r11 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  r12 ∈ [--..--]
+  r13 ∈ {{ NULL + [--..--] ; &alloced_return_f6 + [0..2147483644],0%4 }}
+  r14 ∈ {{ NULL + [--..--] ; &alloced_return_f6 + [0..2147483644],0%4 }}
+  r15 ∈ {{ NULL + [--..--] ; &alloced_return_f6 + [0..2147483644],0%4 }}
+  r16 ∈ {{ NULL + [--..--] ; &alloced_return_f7 + [0..2147483647] }}
+  r17 ∈ {{ NULL + [--..--] ; &alloced_return_f7 + [0..2147483647] }}
+[value:final-states] Values at end of function main:
+  x ∈ {43}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main2
+[from] Computing for function f1 <-main2
+[from] Done for function f1
+[from] Computing for function f2 <-main2
+[from] Done for function f2
+[from] Computing for function f3 <-main2
+[from] Done for function f3
+[from] Computing for function f4 <-main2
+[from] Done for function f4
+[from] Computing for function f5 <-main2
+[from] Done for function f5
+[from] Computing for function f6 <-main2
+[from] Done for function f6
+[from] Computing for function f7 <-main2
+[from] Done for function f7
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x
+[from] Function f1:
+  \result FROM \nothing
+[from] Function f2:
+  \result FROM \nothing
+[from] Function f3:
+  \result FROM \nothing
+[from] Function f4:
+  \result FROM \nothing
+[from] Function f5:
+  \result FROM \nothing
+[from] Function f6:
+  \result FROM \nothing
+[from] Function f7:
+  \result FROM \nothing
+[from] Function main2:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main2:
+          r1; r2; tmp_0; r3; r4; tmp_2; r5; r6; r7; tmp_5; r8; r8bis; tmp_7; 
+          r9; r10; r11; tmp_10; r12; r13; r14; r15; r16; r17
+[inout] Inputs for function main2:
+          \nothing
+[inout] Out (internal) for function main:
+          x; tmp
+[inout] Inputs for function main:
+          \nothing
+/* Generated by Frama-C */
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int f1();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern long f2();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern unsigned int f3();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern float f4();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern double f5();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int *f6();
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern void *f7();
+
+void main2(void)
+{
+  long r1;
+  short r2;
+  int tmp_0;
+  int r3;
+  unsigned int r4;
+  int tmp_2;
+  long r5;
+  int r6;
+  unsigned long r7;
+  long tmp_5;
+  unsigned int r8;
+  int r8bis;
+  unsigned int tmp_7;
+  float r9;
+  double r10;
+  float r11;
+  double tmp_10;
+  double r12;
+  void *r13;
+  int *r14;
+  char *r15;
+  void *r16;
+  int *r17;
+  r1 = (long)f1();
+  tmp_0 = f1();
+  r2 = (short)tmp_0;
+  r3 = f1();
+  tmp_2 = f1();
+  r4 = (unsigned int)tmp_2;
+  r5 = f2();
+  r6 = (int)f2();
+  tmp_5 = f2();
+  r7 = (unsigned long)tmp_5;
+  r8 = f3();
+  tmp_7 = f3();
+  r8bis = (int)tmp_7;
+  r9 = f4();
+  r10 = (double)f4();
+  tmp_10 = f5();
+  /*@ assert Value: is_nan_or_infinite: \is_finite(tmp_10); */
+  /*@ assert Value: is_nan_or_infinite: \is_finite((float)tmp_10); */
+  r11 = (float)tmp_10;
+  r12 = f5();
+  r13 = (void *)f6();
+  r14 = f6();
+  r15 = (char *)f6();
+  r16 = f7();
+  r17 = (int *)f7();
+  return;
+}
+
+int f(int x)
+{
+  int __retres;
+  __retres = x + 1;
+  return __retres;
+}
+
+void main(void)
+{
+  short x;
+  int tmp;
+  x = (short)4;
+  { /* sequence */
+    tmp = f(42);
+    x = (short)tmp;
+  }
+  main2();
+  return;
+}
+
+
diff --git a/tests/value/oracle_symblocs/bts0775.err.oracle b/tests/value/oracle_symblocs/bts0775.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bts0775.res.oracle b/tests/value/oracle_symblocs/bts0775.res.oracle
new file mode 100644
index 00000000000..75936640cae
--- /dev/null
+++ b/tests/value/oracle_symblocs/bts0775.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bts0775.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  r ∈ {1}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          r
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/bts0858.err.oracle b/tests/value/oracle_symblocs/bts0858.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bts0858.res.oracle b/tests/value/oracle_symblocs/bts0858.res.oracle
new file mode 100644
index 00000000000..ed9014c6cfa
--- /dev/null
+++ b/tests/value/oracle_symblocs/bts0858.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bts0858.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  tmp ∈ {4294967295}
+  __retres ∈ {1}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          tmp; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/bts1306.err.oracle b/tests/value/oracle_symblocs/bts1306.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bts1306.res.oracle b/tests/value/oracle_symblocs/bts1306.res.oracle
new file mode 100644
index 00000000000..8c8e3bf1a84
--- /dev/null
+++ b/tests/value/oracle_symblocs/bts1306.res.oracle
@@ -0,0 +1,72 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bts1306.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function g <- main.
+        Called from tests/value/bts1306.i:9.
+tests/value/bts1306.i:5:[value] warning: non-finite double value. assert \is_finite((double)(x*x));
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  y ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+/* Generated by Frama-C */
+void g(double x)
+{
+  double y;
+  /*@ assert Value: is_nan_or_infinite: \is_finite((double)(x*x)); */
+  y = x * x;
+  return;
+}
+
+int main(double x)
+{
+  int __retres;
+  g(x);
+  __retres = 0;
+  return __retres;
+}
+
+
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function g <- main.
+        Called from tests/value/bts1306.i:9.
+tests/value/bts1306.i:5:[value] warning: non-finite double value. assert \is_finite((double)(x*x));
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  y ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+/* Generated by Frama-C */
+void g(double x)
+{
+  double y;
+  /*@ assert Value: is_nan_or_infinite: \is_finite((double)(x*x)); */
+  y = x * x;
+  return;
+}
+
+int main(double x)
+{
+  int __retres;
+  g(x);
+  __retres = 0;
+  return __retres;
+}
+
+
diff --git a/tests/value/oracle_symblocs/buffer_overflow.0.err.oracle b/tests/value/oracle_symblocs/buffer_overflow.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/buffer_overflow.0.res.oracle b/tests/value/oracle_symblocs/buffer_overflow.0.res.oracle
new file mode 100644
index 00000000000..12d5294b837
--- /dev/null
+++ b/tests/value/oracle_symblocs/buffer_overflow.0.res.oracle
@@ -0,0 +1,26 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/buffer_overflow.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/buffer_overflow.i:15:[value] entering loop for the first time
+tests/value/buffer_overflow.i:18:[value] warning: accessing out of bounds index. assert loop_counter < 10;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          test_value; loop_counter; buf[1..9]
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/buffer_overflow.1.err.oracle b/tests/value/oracle_symblocs/buffer_overflow.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/buffer_overflow.1.res.oracle b/tests/value/oracle_symblocs/buffer_overflow.1.res.oracle
new file mode 100644
index 00000000000..08cab798e53
--- /dev/null
+++ b/tests/value/oracle_symblocs/buffer_overflow.1.res.oracle
@@ -0,0 +1,27 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/buffer_overflow.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/buffer_overflow.i:18:[value] warning: accessing out of bounds index. assert loop_counter < 10;
+tests/value/buffer_overflow.i:18:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main
+[value] done for function main
+tests/value/buffer_overflow.i:18:[value] assertion 'Value,index_bound' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          test_value; loop_counter; buf[1..9]
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/bug.err.oracle b/tests/value/oracle_symblocs/bug.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bug.res.oracle b/tests/value/oracle_symblocs/bug.res.oracle
new file mode 100644
index 00000000000..6f07f10e0d1
--- /dev/null
+++ b/tests/value/oracle_symblocs/bug.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bug.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          \nothing
diff --git a/tests/value/oracle_symblocs/bug0196.err.oracle b/tests/value/oracle_symblocs/bug0196.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bug0196.res.oracle b/tests/value/oracle_symblocs/bug0196.res.oracle
new file mode 100644
index 00000000000..11687b25994
--- /dev/null
+++ b/tests/value/oracle_symblocs/bug0196.res.oracle
@@ -0,0 +1,73 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bug0196.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function fact <- main.
+        Called from tests/value/bug0196.c:16.
+tests/value/bug0196.c:7:[value] entering loop for the first time
+tests/value/bug0196.c:8:[value] assertion got status valid.
+tests/value/bug0196.c:11:[value] cannot evaluate ACSL term, \at() on a C label is unsupported
+tests/value/bug0196.c:11:[value] warning: assertion got status unknown.
+tests/value/bug0196.c:10:[value] warning: signed overflow. assert r*tmp ≤ 2147483647;
+                                  (tmp from n--)
+[value] Recording results for fact
+[value] Done for function fact
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function fact:
+  n ∈ {0}
+  r ∈ [1..2147483647]
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function fact
+[from] Done for function fact
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function fact:
+  \result FROM n
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function fact:
+          n; r; tmp
+[inout] Inputs for function fact:
+          \nothing
+[inout] Out (internal) for function main:
+          tmp
+[inout] Inputs for function main:
+          \nothing
+/* Generated by Frama-C */
+int fact(int n)
+{
+  int r;
+  r = 1;
+  while (n > 0) {
+    int tmp;
+    /*@ assert n > 0; */ ;
+    before:
+      { /* sequence */
+        tmp = n;
+        n --;
+        /*@ assert Value: signed_overflow: r*tmp ≤ 2147483647; */
+        r *= tmp;
+      }
+    /*@ assert r ≡ \at(r*n,before); */ ;
+  }
+  while_0_break: ;
+  return r;
+}
+
+int main(void)
+{
+  int tmp;
+  tmp = fact(3);
+  return tmp;
+}
+
+
diff --git a/tests/value/oracle_symblocs/bug0223.0.err.oracle b/tests/value/oracle_symblocs/bug0223.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bug0223.0.res.oracle b/tests/value/oracle_symblocs/bug0223.0.res.oracle
new file mode 100644
index 00000000000..7da840723dd
--- /dev/null
+++ b/tests/value/oracle_symblocs/bug0223.0.res.oracle
@@ -0,0 +1,65 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bug0223.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  ch1 ∈ {{ NULL ; &S_ch1[0] }}
+  ch2 ∈ {{ NULL ; &S_ch2[0] }}
+  S_ch1[0..1] ∈ [--..--]
+  S_ch2[0..1] ∈ [--..--]
+[value] computing for function F <- main.
+        Called from tests/value/bug0223.i:33.
+tests/value/bug0223.i:33:[kernel] warning: Neither code nor specification for function F, generating default assigns from the prototype
+[value] using specification for function F
+[value] Done for function F
+[value] computing for function F <- main.
+        Called from tests/value/bug0223.i:34.
+[value] Done for function F
+[value] computing for function h2 <- main.
+        Called from tests/value/bug0223.i:35.
+[value] computing for function my_strcnmp <- h2 <- main.
+        Called from tests/value/bug0223.i:16.
+tests/value/bug0223.i:16:[kernel] warning: Neither code nor specification for function my_strcnmp, generating default assigns from the prototype
+[value] using specification for function my_strcnmp
+[value] Done for function my_strcnmp
+[value] Recording results for h2
+[value] Done for function h2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function h2:
+  test ∈ {0; 1}
+[value:final-states] Values at end of function main:
+  i ∈ {0}
+  j ∈ {0; 1}
+  k ∈ {0}
+  l ∈ {0; 1}
+  p ∈ {{ &j }}
+[from] Computing for function h2
+[from] Computing for function my_strcnmp <-h2
+[from] Done for function my_strcnmp
+[from] Done for function h2
+[from] Computing for function main
+[from] Computing for function F <-main
+[from] Done for function F
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function F:
+  \result FROM \nothing
+[from] Function my_strcnmp:
+  \result FROM n
+[from] Function h2:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function h2:
+          test; tmp
+[inout] Inputs for function h2:
+          ch1; ch2
+[inout] Out (internal) for function main:
+          i; j; k; l; p; tmp; tmp_0
+[inout] Inputs for function main:
+          ch1; ch2
diff --git a/tests/value/oracle_symblocs/bug0223.1.err.oracle b/tests/value/oracle_symblocs/bug0223.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bug0223.1.res.oracle b/tests/value/oracle_symblocs/bug0223.1.res.oracle
new file mode 100644
index 00000000000..7da840723dd
--- /dev/null
+++ b/tests/value/oracle_symblocs/bug0223.1.res.oracle
@@ -0,0 +1,65 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bug0223.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  ch1 ∈ {{ NULL ; &S_ch1[0] }}
+  ch2 ∈ {{ NULL ; &S_ch2[0] }}
+  S_ch1[0..1] ∈ [--..--]
+  S_ch2[0..1] ∈ [--..--]
+[value] computing for function F <- main.
+        Called from tests/value/bug0223.i:33.
+tests/value/bug0223.i:33:[kernel] warning: Neither code nor specification for function F, generating default assigns from the prototype
+[value] using specification for function F
+[value] Done for function F
+[value] computing for function F <- main.
+        Called from tests/value/bug0223.i:34.
+[value] Done for function F
+[value] computing for function h2 <- main.
+        Called from tests/value/bug0223.i:35.
+[value] computing for function my_strcnmp <- h2 <- main.
+        Called from tests/value/bug0223.i:16.
+tests/value/bug0223.i:16:[kernel] warning: Neither code nor specification for function my_strcnmp, generating default assigns from the prototype
+[value] using specification for function my_strcnmp
+[value] Done for function my_strcnmp
+[value] Recording results for h2
+[value] Done for function h2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function h2:
+  test ∈ {0; 1}
+[value:final-states] Values at end of function main:
+  i ∈ {0}
+  j ∈ {0; 1}
+  k ∈ {0}
+  l ∈ {0; 1}
+  p ∈ {{ &j }}
+[from] Computing for function h2
+[from] Computing for function my_strcnmp <-h2
+[from] Done for function my_strcnmp
+[from] Done for function h2
+[from] Computing for function main
+[from] Computing for function F <-main
+[from] Done for function F
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function F:
+  \result FROM \nothing
+[from] Function my_strcnmp:
+  \result FROM n
+[from] Function h2:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function h2:
+          test; tmp
+[inout] Inputs for function h2:
+          ch1; ch2
+[inout] Out (internal) for function main:
+          i; j; k; l; p; tmp; tmp_0
+[inout] Inputs for function main:
+          ch1; ch2
diff --git a/tests/value/oracle_symblocs/bug0245.err.oracle b/tests/value/oracle_symblocs/bug0245.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bug0245.res.oracle b/tests/value/oracle_symblocs/bug0245.res.oracle
new file mode 100644
index 00000000000..9ac06d94e55
--- /dev/null
+++ b/tests/value/oracle_symblocs/bug0245.res.oracle
@@ -0,0 +1,42 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bug0245.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  R ∈ {0}
+  p ∈ {0}
+  S ∈ {0}
+  q ∈ {0}
+tests/value/bug0245.i:20:[value] warning: locals {u} escaping the scope of a block of main through p
+tests/value/bug0245.i:20:[value] warning: locals {v} escaping the scope of a block of main through q
+tests/value/bug0245.i:23:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&p);
+tests/value/bug0245.i:24:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&q);
+[value] Recording results for main
+[value] done for function main
+tests/value/bug0245.i:23:[value] assertion 'Value,dangling_pointer' got final status invalid.
+tests/value/bug0245.i:24:[value] assertion 'Value,dangling_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  R ∈ {0}
+  p ∈ ESCAPINGADDR
+  S ∈ {0}
+  q ∈ ESCAPINGADDR
+  a ∈ {2}
+  i ∈ {2}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  R FROM c (and SELF)
+  p FROM \nothing
+  S FROM d (and SELF)
+  q FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          R; p; S; q; a; i; u; v
+[inout] Inputs for function main:
+          p; q
diff --git a/tests/value/oracle_symblocs/bug_023.err.oracle b/tests/value/oracle_symblocs/bug_023.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bug_023.res.oracle b/tests/value/oracle_symblocs/bug_023.res.oracle
new file mode 100644
index 00000000000..fbd66596ce2
--- /dev/null
+++ b/tests/value/oracle_symblocs/bug_023.res.oracle
@@ -0,0 +1,35 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bug_023.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  x ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/bug_023.i:8.
+tests/value/bug_023.i:8:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] using specification for function f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ [--..--]
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] Function main:
+  i FROM i
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; tmp; __retres
+[inout] Inputs for function main:
+          i
diff --git a/tests/value/oracle_symblocs/bug_0244.err.oracle b/tests/value/oracle_symblocs/bug_0244.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/bug_0244.res.oracle b/tests/value/oracle_symblocs/bug_0244.res.oracle
new file mode 100644
index 00000000000..fc3aae490e7
--- /dev/null
+++ b/tests/value/oracle_symblocs/bug_0244.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/bug_0244.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  R ∈ {0}
+  p ∈ {0}
+tests/value/bug_0244.i:7:[value] entering loop for the first time
+tests/value/bug_0244.i:10:[value] warning: locals {u} escaping the scope of a block of main through p
+tests/value/bug_0244.i:12:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&p);
+tests/value/bug_0244.i:12:[value] warning: out of bounds read. assert \valid_read(p);
+[value] Recording results for main
+[value] done for function main
+tests/value/bug_0244.i:12:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          R; p; a; i; u
+[inout] Inputs for function main:
+          p
diff --git a/tests/value/oracle_symblocs/call.err.oracle b/tests/value/oracle_symblocs/call.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/call.res.oracle b/tests/value/oracle_symblocs/call.res.oracle
new file mode 100644
index 00000000000..6baa080cfc2
--- /dev/null
+++ b/tests/value/oracle_symblocs/call.res.oracle
@@ -0,0 +1,78 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/call.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p[0..9] ∈ {0}
+  q[0..9] ∈ {0}
+  r ∈ {0}
+  res ∈ {0}
+  x ∈ {0}
+tests/value/call.i:19:[value] warning: out of bounds read. assert \valid_read(v+1);
+[value] computing for function leaf_fun_int <- main.
+        Called from tests/value/call.i:19.
+tests/value/call.i:19:[kernel] warning: Neither code nor specification for function leaf_fun_int, generating default assigns from the prototype
+[value] using specification for function leaf_fun_int
+[value] Done for function leaf_fun_int
+tests/value/call.i:20:[value] warning: out of bounds read. assert \valid_read(v+1);
+[value] computing for function leaf_fun_charp <- main.
+        Called from tests/value/call.i:20.
+tests/value/call.i:20:[kernel] warning: Neither code nor specification for function leaf_fun_charp, generating default assigns from the prototype
+[value] using specification for function leaf_fun_charp
+[value] Done for function leaf_fun_charp
+tests/value/call.i:23:[value] entering loop for the first time
+[value] computing for function f <- main.
+        Called from tests/value/call.i:39.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  res ∈ {177; 188}
+[value:final-states] Values at end of function main:
+  p[0..4] ∈ {0; 1; 2; 3; 4; 5; 6}
+   [5] ∈ {177}
+   [6] ∈ {0; 1; 2; 3; 4; 5; 6}
+   [7..9] ∈ {0}
+  q[0..4] ∈ {0; 10; 11; 12; 13; 14; 15; 16}
+   [5] ∈ {188}
+   [6] ∈ {0; 10; 11; 12; 13; 14; 15; 16}
+   [7..9] ∈ {0}
+  res ∈ {177; 188}
+  lcount ∈ {7}
+  tmp ∈ {{ &p[0] ; &q[0] }}
+  S_1_S_v[0..1] ∈ [--..--]
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Computing for function leaf_fun_int <-main
+[from] Done for function leaf_fun_int
+[from] Computing for function leaf_fun_charp <-main
+[from] Done for function leaf_fun_charp
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  res FROM p[5]; q[5]; t
+[from] Function leaf_fun_charp:
+  S_1_S_v[0..1] FROM S_1_S_v[0..1] (and SELF)
+[from] Function leaf_fun_int:
+  NO EFFECTS
+[from] Function main:
+  p{[0..4]; [6]} FROM \nothing (and SELF)
+   [5] FROM \nothing
+  q{[0..4]; [6]} FROM \nothing (and SELF)
+   [5] FROM \nothing
+  res FROM c
+  S_1_S_v[0..1] FROM c; S_1_S_v[0..1] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          res
+[inout] Inputs for function f:
+          p[5]; q[5]
+[inout] Out (internal) for function main:
+          p[0..6]; q[0..6]; res; lcount; tmp; S_1_S_v[0..1]
+[inout] Inputs for function main:
+          p[5]; q[5]; S_v[1]; S_1_S_v[0..1]
diff --git a/tests/value/oracle_symblocs/call_2.err.oracle b/tests/value/oracle_symblocs/call_2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/call_2.res.oracle b/tests/value/oracle_symblocs/call_2.res.oracle
new file mode 100644
index 00000000000..7af0d873f46
--- /dev/null
+++ b/tests/value/oracle_symblocs/call_2.res.oracle
@@ -0,0 +1,45 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/call_2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/call_2.i:15:[value] warning: non-finite float value. assert \is_finite(f);
+tests/value/call_2.i:15:[value] warning: signed overflow. assert -2147483648 ≤ i+j;
+tests/value/call_2.i:15:[value] warning: signed overflow. assert i+j ≤ 2147483647;
+[value] computing for function ff <- main.
+        Called from tests/value/call_2.i:15.
+[value] Called Frama_C_show_each([-2147483648..2147483647],
+                                 [-3.40282346639e+38 .. 3.40282346639e+38],
+                                 {1})
+[value] Recording results for ff
+[value] Done for function ff
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function ff:
+  
+[value:final-states] Values at end of function main:
+  f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  z ∈ {1} or UNINITIALIZED
+  p ∈ {{ (int *)&f }}
+[from] Computing for function ff
+[from] Done for function ff
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function ff:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function ff:
+          \nothing
+[inout] Inputs for function ff:
+          \nothing
+[inout] Out (internal) for function main:
+          f; z; p
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/call_3.err.oracle b/tests/value/oracle_symblocs/call_3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/call_3.res.oracle b/tests/value/oracle_symblocs/call_3.res.oracle
new file mode 100644
index 00000000000..f9efb7a584e
--- /dev/null
+++ b/tests/value/oracle_symblocs/call_3.res.oracle
@@ -0,0 +1,44 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/call_3.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  GG ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/call_3.i:13.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  GG ∈ {3}
+  G ∈ {2}
+  __retres ∈ {1}
+[value:final-states] Values at end of function main:
+  GG ∈ {77}
+  lm ∈ {77}
+  res_f ∈ {1}
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  GG FROM \nothing
+  \result FROM \nothing
+[from] Function main:
+  GG FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          GG; G; __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          GG; lm; res_f; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/call_alias.0.err.oracle b/tests/value/oracle_symblocs/call_alias.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/call_alias.0.res.oracle b/tests/value/oracle_symblocs/call_alias.0.res.oracle
new file mode 100644
index 00000000000..f1f3294030d
--- /dev/null
+++ b/tests/value/oracle_symblocs/call_alias.0.res.oracle
@@ -0,0 +1,53 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/call_alias.i (no preprocessing)
+[value] Analyzing a complete application starting at main0
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  X ∈ {0}
+  c ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  G ∈ {0}
+  H ∈ {0}
+  I ∈ {0}
+[value] computing for function incr <- main0.
+        Called from tests/value/call_alias.i:23.
+[value] Recording results for incr
+[value] Done for function incr
+[value] Recording results for main0
+[value] done for function main0
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function incr:
+  G ∈ {1}
+  H ∈ {1}
+  __retres ∈ {2}
+[value:final-states] Values at end of function main0:
+  G ∈ {1}
+  H ∈ {1}
+  I ∈ {2}
+[from] Computing for function incr
+[from] Done for function incr
+[from] Computing for function main0
+[from] Done for function main0
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function incr:
+  G FROM G; a
+  H FROM b; H
+  \result FROM G; a; b; H
+[from] Function main0:
+  G FROM G
+  H FROM H
+  I FROM G; H
+  \result FROM G; H
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function incr:
+          G; H; __retres
+[inout] Inputs for function incr:
+          G; H
+[inout] Out (internal) for function main0:
+          G; H; I
+[inout] Inputs for function main0:
+          G; H; I
diff --git a/tests/value/oracle_symblocs/call_alias.1.err.oracle b/tests/value/oracle_symblocs/call_alias.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/call_alias.1.res.oracle b/tests/value/oracle_symblocs/call_alias.1.res.oracle
new file mode 100644
index 00000000000..55a8db00d40
--- /dev/null
+++ b/tests/value/oracle_symblocs/call_alias.1.res.oracle
@@ -0,0 +1,49 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/call_alias.i (no preprocessing)
+[value] Analyzing a complete application starting at main1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  X ∈ {0}
+  c ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  G ∈ {0}
+  H ∈ {0}
+  I ∈ {0}
+[value] computing for function incr <- main1.
+        Called from tests/value/call_alias.i:28.
+[value] Recording results for incr
+[value] Done for function incr
+[value] Recording results for main1
+[value] done for function main1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function incr:
+  G ∈ {2}
+  __retres ∈ {4}
+[value:final-states] Values at end of function main1:
+  G ∈ {2}
+  I ∈ {4}
+[from] Computing for function incr
+[from] Done for function incr
+[from] Computing for function main1
+[from] Done for function main1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function incr:
+  G FROM G; a; b
+  \result FROM G; a; b
+[from] Function main1:
+  G FROM G
+  I FROM G
+  \result FROM G
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function incr:
+          G; __retres
+[inout] Inputs for function incr:
+          G
+[inout] Out (internal) for function main1:
+          G; I
+[inout] Inputs for function main1:
+          G; I
diff --git a/tests/value/oracle_symblocs/call_alias.2.err.oracle b/tests/value/oracle_symblocs/call_alias.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/call_alias.2.res.oracle b/tests/value/oracle_symblocs/call_alias.2.res.oracle
new file mode 100644
index 00000000000..da4e0c9177e
--- /dev/null
+++ b/tests/value/oracle_symblocs/call_alias.2.res.oracle
@@ -0,0 +1,45 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/call_alias.i (no preprocessing)
+[value] Analyzing a complete application starting at main2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  X ∈ {0}
+  c ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  G ∈ {0}
+  H ∈ {0}
+  I ∈ {0}
+[value] computing for function sum <- main2.
+        Called from tests/value/call_alias.i:33.
+[value] Recording results for sum
+[value] Done for function sum
+[value] Recording results for main2
+[value] done for function main2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function sum:
+  __retres ∈ {0}
+[value:final-states] Values at end of function main2:
+  I ∈ {0}
+[from] Computing for function sum
+[from] Done for function sum
+[from] Computing for function main2
+[from] Done for function main2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function sum:
+  \result FROM a; b
+[from] Function main2:
+  I FROM G; H
+  \result FROM G; H
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function sum:
+          __retres
+[inout] Inputs for function sum:
+          \nothing
+[inout] Out (internal) for function main2:
+          I
+[inout] Inputs for function main2:
+          G; H; I
diff --git a/tests/value/oracle_symblocs/call_deep.err.oracle b/tests/value/oracle_symblocs/call_deep.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/call_deep.res.oracle b/tests/value/oracle_symblocs/call_deep.res.oracle
new file mode 100644
index 00000000000..e604d6c4d83
--- /dev/null
+++ b/tests/value/oracle_symblocs/call_deep.res.oracle
@@ -0,0 +1,87 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/call_deep.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  R ∈ {77}
+  G ∈ {0}
+  pG ∈ {0}
+  F0 ∈ {0}
+  F1 ∈ {0}
+  H ∈ {0}
+  XX ∈ {0}
+  Fmain ∈ {0}
+[value] computing for function f1 <- main.
+        Called from tests/value/call_deep.i:31.
+[value] computing for function f0 <- f1 <- main.
+        Called from tests/value/call_deep.i:17.
+[value] Recording results for f0
+[value] Done for function f0
+[value] Recording results for f1
+[value] Done for function f1
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f0:
+  G ∈ {77}
+  F0 ∈ {77}
+[value:final-states] Values at end of function f1:
+  G ∈ {77}
+  F0 ∈ {77}
+  F1 ∈ {77}
+  H ∈ {77}
+  ph ∈ {{ &G }}
+  __retres ∈ {77}
+[value:final-states] Values at end of function main:
+  G ∈ {77}
+  pG ∈ {{ &G }}
+  F0 ∈ {77}
+  F1 ∈ {77}
+  H ∈ {77}
+  XX ∈ {0}
+  Fmain ∈ {77}
+  ph ∈ {{ &G }}
+  pph ∈ {{ &ph }}
+  __retres ∈ {0}
+[from] Computing for function f0
+[from] Done for function f0
+[from] Computing for function f1
+[from] Done for function f1
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f0:
+  G FROM R; p0
+  F0 FROM R
+  \result FROM R
+[from] Function f1:
+  G FROM R; pG
+  F0 FROM R
+  F1 FROM R
+  H FROM R; pp1; ph
+  ph FROM pG; pp1
+  \result FROM R; pG; pp1
+[from] Function main:
+  G FROM R
+  pG FROM \nothing
+  F0 FROM R
+  F1 FROM R
+  H FROM R
+  XX FROM \nothing
+  Fmain FROM R
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f0:
+          G; F0
+[inout] Inputs for function f0:
+          R
+[inout] Out (internal) for function f1:
+          G; F0; F1; H; ph; __retres
+[inout] Inputs for function f1:
+          R; G; pG; ph
+[inout] Out (internal) for function main:
+          G; pG; F0; F1; H; XX; Fmain; ph; pph; __retres
+[inout] Inputs for function main:
+          R; G; pG
diff --git a/tests/value/oracle_symblocs/call_multi.err.oracle b/tests/value/oracle_symblocs/call_multi.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/call_multi.res.oracle b/tests/value/oracle_symblocs/call_multi.res.oracle
new file mode 100644
index 00000000000..ce20058e210
--- /dev/null
+++ b/tests/value/oracle_symblocs/call_multi.res.oracle
@@ -0,0 +1,69 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/call_multi.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+[value] computing for function uppol2 <- main.
+        Called from tests/value/call_multi.c:29.
+[value] computing for function printf <- uppol2 <- main.
+        Called from tests/value/call_multi.c:23.
+[value] using specification for function printf
+[value] Done for function printf
+[value] Recording results for uppol2
+[value] Done for function uppol2
+[value] computing for function uppol2 <- main.
+        Called from tests/value/call_multi.c:30.
+[value] computing for function printf <- uppol2 <- main.
+        Called from tests/value/call_multi.c:23.
+[value] Done for function printf
+[value] Recording results for uppol2
+[value] Done for function uppol2
+[value] computing for function uppol2 <- main.
+        Called from tests/value/call_multi.c:31.
+[value] computing for function printf <- uppol2 <- main.
+        Called from tests/value/call_multi.c:23.
+[value] Done for function printf
+[value] Recording results for uppol2
+[value] Done for function uppol2
+[value] computing for function uppol2 <- main.
+        Called from tests/value/call_multi.c:32.
+[value] computing for function printf <- uppol2 <- main.
+        Called from tests/value/call_multi.c:23.
+[value] Done for function printf
+[value] Recording results for uppol2
+[value] Done for function uppol2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function uppol2:
+  wd2 ∈ {0}
+  wd4 ∈ {-128; 128}
+  apl2 ∈ {-128; 128}
+[value:final-states] Values at end of function main:
+  G ∈ {256}
+[from] Computing for function uppol2
+[from] Computing for function printf <-uppol2
+[from] Done for function printf
+tests/value/call_multi.c:23:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function uppol2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function printf:
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function uppol2:
+  \result FROM al1; al2; plt; plt1; plt2
+[from] Function main:
+  G FROM G
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function uppol2:
+          wd2; wd4; apl2
+[inout] Inputs for function uppol2:
+          \nothing
+[inout] Out (internal) for function main:
+          G; tmp; tmp_0; tmp_1; tmp_2
+[inout] Inputs for function main:
+          G
diff --git a/tests/value/oracle_symblocs/call_simple.err.oracle b/tests/value/oracle_symblocs/call_simple.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/call_simple.res.oracle b/tests/value/oracle_symblocs/call_simple.res.oracle
new file mode 100644
index 00000000000..dd752e115c1
--- /dev/null
+++ b/tests/value/oracle_symblocs/call_simple.res.oracle
@@ -0,0 +1,58 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/call_simple.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  X ∈ {0}
+  c ∈ {0}
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {0}
+  G ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/call_simple.i:14.
+[value] Recording results for f
+[value] Done for function f
+tests/value/call_simple.i:15:[value] warning: signed overflow. assert ll+1 ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  X ∈ {68}
+  u ∈ {0}
+  a ∈ {0}
+  i ∈ {{ &u }}
+[value:final-states] Values at end of function main:
+  X ∈ {68}
+  c ∈ [--..--]
+  u ∈ {0}
+  v ∈ {0}
+  w ∈ {17}
+  ll ∈ [-2147483647..2147483647]
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  X FROM b; c_0
+  u FROM a
+[from] Function main:
+  X FROM G
+  c FROM ll
+  u FROM \nothing
+  v FROM G
+  w FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          X; u; a; i
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          X; c; u; v; w; ll; tmp; __retres
+[inout] Inputs for function main:
+          v; w; G
diff --git a/tests/value/oracle_symblocs/case_analysis.0.err.oracle b/tests/value/oracle_symblocs/case_analysis.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/case_analysis.0.res.oracle b/tests/value/oracle_symblocs/case_analysis.0.res.oracle
new file mode 100644
index 00000000000..84f0b3666d7
--- /dev/null
+++ b/tests/value/oracle_symblocs/case_analysis.0.res.oracle
@@ -0,0 +1,20 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/case_analysis.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  sq ∈ {0}
+  s ∈ {0}
+  rq ∈ {0}
+  r ∈ {0}
+tests/value/case_analysis.i:14:[value] assertion got status valid.
+tests/value/case_analysis.i:17:[value] assertion got status valid.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  sq ∈ [0..100]
+  s ∈ [-10..10]
+  rq ∈ [-0.0000000000000000 .. 100.0000000000000000]
+  r ∈ [-10.0000000000000000 .. 10.0000000000000000]
diff --git a/tests/value/oracle_symblocs/case_analysis.1.err.oracle b/tests/value/oracle_symblocs/case_analysis.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/case_analysis.1.res.oracle b/tests/value/oracle_symblocs/case_analysis.1.res.oracle
new file mode 100644
index 00000000000..eb05f0a4863
--- /dev/null
+++ b/tests/value/oracle_symblocs/case_analysis.1.res.oracle
@@ -0,0 +1,21 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/case_analysis.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  sq ∈ {0}
+  s ∈ {0}
+  rq ∈ {0}
+  r ∈ {0}
+tests/value/case_analysis.i:14:[value] assertion got status valid.
+tests/value/case_analysis.i:17:[value] assertion got status valid.
+tests/value/case_analysis.i:17:[value] warning: assertion got status unknown.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  sq ∈ [0..100]
+  s ∈ [-10..10]
+  rq ∈ [-0.0000000000000000 .. 100.0000000000000000]
+  r ∈ [-10.0000000000000000 .. 10.0000000000000000]
diff --git a/tests/value/oracle_symblocs/cast.err.oracle b/tests/value/oracle_symblocs/cast.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cast.res.oracle b/tests/value/oracle_symblocs/cast.res.oracle
new file mode 100644
index 00000000000..93eceaa3652
--- /dev/null
+++ b/tests/value/oracle_symblocs/cast.res.oracle
@@ -0,0 +1,148 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cast.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  H ∈ {0}
+  K ∈ {0}
+  L ∈ {0}
+  i ∈ {0}
+  b ∈ {0}
+  I ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  e ∈ {0}
+  uc ∈ {0}
+  ud ∈ {0}
+  ll ∈ {0}
+  gg ∈ {0}
+  ull ∈ {0}
+  ugg ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/cast.i:59.
+[value] computing for function any_int_4 <- main1 <- main.
+        Called from tests/value/cast.i:19.
+[value] Recording results for any_int_4
+[value] Done for function any_int_4
+[value] computing for function printf <- main1 <- main.
+        Called from tests/value/cast.i:32.
+tests/value/cast.i:32:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+[value] using specification for function printf
+[value] Done for function printf
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/cast.i:60.
+tests/value/cast.i:50:[value] entering loop for the first time
+[value] computing for function printf <- main2 <- main.
+        Called from tests/value/cast.i:53.
+[value] Done for function printf
+[value] computing for function printf <- main2 <- main.
+        Called from tests/value/cast.i:53.
+[value] Done for function printf
+[value] computing for function printf <- main2 <- main.
+        Called from tests/value/cast.i:53.
+[value] Done for function printf
+[value] computing for function printf <- main2 <- main.
+        Called from tests/value/cast.i:53.
+[value] Done for function printf
+[value] computing for function printf <- main2 <- main.
+        Called from tests/value/cast.i:55.
+[value] Done for function printf
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function any_int_4:
+  i_0 ∈ [--..--]
+  __retres ∈ [-536870912..536870911]
+[value:final-states] Values at end of function main1:
+  G ∈ [0..12]
+  H ∈ [-536870912..536870911]
+  K ∈ [-10..20]
+  L ∈ [-4000..2],0%2
+  I ∈ {4294967295}
+  c ∈ [-10..20]
+  d ∈ [--..--]
+  e ∈ [-128..126],0%2
+  uc ∈ [--..--]
+  ull ∈ {1}
+[value:final-states] Values at end of function main2:
+  min ∈ {130}
+  max ∈ {135}
+  i_0 ∈ [136..2147483647]
+  G_0 ∈ {-126; -125; -124; -123; -122; -121} or UNINITIALIZED
+[value:final-states] Values at end of function main:
+  G ∈ [0..12]
+  H ∈ [-536870912..536870911]
+  K ∈ [-10..20]
+  L ∈ [-4000..2],0%2
+  I ∈ {4294967295}
+  c ∈ [-10..20]
+  d ∈ [--..--]
+  e ∈ [-128..126],0%2
+  uc ∈ [--..--]
+  ull ∈ {1}
+[from] Computing for function any_int_4
+[from] Done for function any_int_4
+[from] Computing for function main1
+[from] Computing for function printf <-main1
+[from] Done for function printf
+tests/value/cast.i:32:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main1
+[from] Computing for function main2
+tests/value/cast.i:53:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/cast.i:55:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function any_int_4:
+  \result FROM \nothing
+[from] Function printf:
+  NO EFFECTS
+[from] Function main1:
+  G FROM \nothing
+  H FROM \nothing
+  K FROM \nothing
+  L FROM \nothing
+  I FROM \nothing
+  c FROM \nothing
+  d FROM \nothing
+  e FROM \nothing
+  uc FROM \nothing
+  ull FROM \nothing
+[from] Function main2:
+  NO EFFECTS
+[from] Function main:
+  G FROM \nothing
+  H FROM \nothing
+  K FROM \nothing
+  L FROM \nothing
+  I FROM \nothing
+  c FROM \nothing
+  d FROM \nothing
+  e FROM \nothing
+  uc FROM \nothing
+  ull FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function any_int_4:
+          i_0; __retres
+[inout] Inputs for function any_int_4:
+          \nothing
+[inout] Out (internal) for function main1:
+          G; H; K; L; I; c; d; e; uc; ull
+[inout] Inputs for function main1:
+          G; H; K; L; I; c
+[inout] Out (internal) for function main2:
+          min; max; i_0; G_0
+[inout] Inputs for function main2:
+          \nothing
+[inout] Out (internal) for function main:
+          G; H; K; L; I; c; d; e; uc; ull
+[inout] Inputs for function main:
+          G; H; K; L; I; c
diff --git a/tests/value/oracle_symblocs/cast1.err.oracle b/tests/value/oracle_symblocs/cast1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cast1.res.oracle b/tests/value/oracle_symblocs/cast1.res.oracle
new file mode 100644
index 00000000000..aed46fdb66f
--- /dev/null
+++ b/tests/value/oracle_symblocs/cast1.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cast1.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  si ∈ {0}
+  i ∈ {0}
+  S[0] ∈ {1}
+   [1..4] ∈ {0}
+  I[0] ∈ {1}
+   [1..4] ∈ {0}
+tests/value/cast1.i:7:[value] entering loop for the first time
+tests/value/cast1.i:8:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  si ∈ {2}
+  i ∈ {2}
+  S[0] ∈ {1; 2}
+   [1..4] ∈ {0}
+  I[0] ∈ {1; 2}
+   [1] ∈ {0; 2}
+   [2..4] ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  si FROM \nothing
+  i FROM \nothing
+  S[0] FROM i (and SELF)
+  I[0..1] FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          si; i; S[0]; I[0..1]
+[inout] Inputs for function main:
+          si; i
diff --git a/tests/value/oracle_symblocs/cast2.err.oracle b/tests/value/oracle_symblocs/cast2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cast2.res.oracle b/tests/value/oracle_symblocs/cast2.res.oracle
new file mode 100644
index 00000000000..6366c6f3662
--- /dev/null
+++ b/tests/value/oracle_symblocs/cast2.res.oracle
@@ -0,0 +1,80 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cast2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {255}
+[value] computing for function g <- main.
+        Called from tests/value/cast2.i:28.
+[value] computing for function any_int <- g <- main.
+        Called from tests/value/cast2.i:7.
+[value] using specification for function any_int
+[value] Done for function any_int
+tests/value/cast2.i:9:[value] warning: signed overflow. assert t+1 ≤ 2147483647;
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function h <- main.
+        Called from tests/value/cast2.i:29.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function passcast <- main.
+        Called from tests/value/cast2.i:30.
+[value] computing for function any_int <- passcast <- main.
+        Called from tests/value/cast2.i:20.
+[value] Done for function any_int
+[value] Called Frama_C_show_each([-128..100])
+tests/value/cast2.i:24:[value] entering loop for the first time
+[value] Recording results for passcast
+[value] Done for function passcast
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  t ∈ [-2147483647..2147483647]
+  G_0 ∈ [--..--]
+[value:final-states] Values at end of function h:
+  G ∈ {1}
+[value:final-states] Values at end of function passcast:
+  i ∈ [-128..100]
+[value:final-states] Values at end of function main:
+  G ∈ {1}
+[from] Computing for function g
+[from] Computing for function any_int <-g
+[from] Done for function any_int
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function passcast
+[from] Done for function passcast
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function any_int:
+  \result FROM \nothing
+[from] Function g:
+  NO EFFECTS
+[from] Function h:
+  G FROM \nothing
+[from] Function passcast:
+  NO EFFECTS
+[from] Function main:
+  G FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function g:
+          t; G_0
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          G
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function passcast:
+          i; tmp
+[inout] Inputs for function passcast:
+          \nothing
+[inout] Out (internal) for function main:
+          G
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/cast_axalto.err.oracle b/tests/value/oracle_symblocs/cast_axalto.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cast_axalto.res.oracle b/tests/value/oracle_symblocs/cast_axalto.res.oracle
new file mode 100644
index 00000000000..a4bc0f8b5c5
--- /dev/null
+++ b/tests/value/oracle_symblocs/cast_axalto.res.oracle
@@ -0,0 +1,59 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cast_axalto.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  my_tab ∈ {0}
+  G[0] ∈ {77}
+   [1] ∈ {88}
+   [2] ∈ {99}
+   [3] ∈ {100}
+   [4..9] ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/cast_axalto.c:26.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  p ∈ {{ (my_structure *)&G[1] }}
+  G[0] ∈ {77}
+   [1][bits 0 to 7] ∈ {1}
+   [1][bits 8 to 31]# ∈ {88}%32, bits 8 to 31 
+   [2] ∈ {99}
+   [3] ∈ {100}
+   [4] ∈ {99}
+   [5..9] ∈ {0}
+[value:final-states] Values at end of function main:
+  my_tab ∈ {{ &G[1] }}
+  G[0] ∈ {77}
+   [1][bits 0 to 7] ∈ {1}
+   [1][bits 8 to 31]# ∈ {88}%32, bits 8 to 31 
+   [2] ∈ {99}
+   [3] ∈ {100}
+   [4] ∈ {99}
+   [5..9] ∈ {0}
+  __retres ∈ {1}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  G{[1][bits 0 to 7]; [4]} FROM my_tab
+[from] Function main:
+  my_tab FROM \nothing
+  G{[1][bits 0 to 7]; [4]} FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          p; G{[1][bits 0 to 7]; [4]}
+[inout] Inputs for function f:
+          my_tab
+[inout] Out (internal) for function main:
+          my_tab; G{[1][bits 0 to 7]; [4]}; __retres
+[inout] Inputs for function main:
+          my_tab
diff --git a/tests/value/oracle_symblocs/cast_fun.err.oracle b/tests/value/oracle_symblocs/cast_fun.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cast_fun.res.oracle b/tests/value/oracle_symblocs/cast_fun.res.oracle
new file mode 100644
index 00000000000..e6939d5de83
--- /dev/null
+++ b/tests/value/oracle_symblocs/cast_fun.res.oracle
@@ -0,0 +1,128 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cast_fun.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f1 <- main.
+        Called from tests/value/cast_fun.i:58.
+[value] using specification for function f1
+tests/value/cast_fun.i:6:[value] warning: no 'assigns \result \from ...' clause specified for function f1
+[value] Done for function f1
+tests/value/cast_fun.i:63:[value] warning: pointer to function with incompatible type. assert \valid_function(p1);
+[value] computing for function f2 <- main.
+        Called from tests/value/cast_fun.i:63.
+[value] using specification for function f2
+tests/value/cast_fun.i:8:[value] warning: no 'assigns \result \from ...' clause specified for function f2
+[value] Done for function f2
+[value] computing for function f3 <- main.
+        Called from tests/value/cast_fun.i:68.
+[value] using specification for function f3
+tests/value/cast_fun.i:10:[value] warning: no 'assigns \result \from ...' clause specified for function f3
+[value] Done for function f3
+tests/value/cast_fun.i:73:[value] warning: pointer to function with incompatible type. assert \valid_function(p1);
+tests/value/cast_fun.i:78:[value] warning: pointer to function with incompatible type. assert \valid_function(p1);
+[value] computing for function f6 <- main.
+        Called from tests/value/cast_fun.i:83.
+[value] using specification for function f6
+[value] Done for function f6
+[value] computing for function f7 <- main.
+        Called from tests/value/cast_fun.i:88.
+[value] using specification for function f7
+[value] Done for function f7
+tests/value/cast_fun.i:93:[value] warning: pointer to function with incompatible type. assert \valid_function(p2);
+[value] computing for function f9 <- main.
+        Called from tests/value/cast_fun.i:98.
+[value] using specification for function f9
+[value] Done for function f9
+tests/value/cast_fun.i:103:[value] warning: pointer to function with incompatible type. assert \valid_function(p3);
+tests/value/cast_fun.i:108:[value] warning: pointer to function with incompatible type. assert \valid_function(p4);
+[value] computing for function f10 <- main.
+        Called from tests/value/cast_fun.i:113.
+[value] using specification for function f10
+[value] Done for function f10
+tests/value/cast_fun.i:118:[value] warning: pointer to function with incompatible type. assert \valid_function(p1);
+tests/value/cast_fun.i:123:[value] warning: pointer to function with incompatible type. assert \valid_function(p1);
+tests/value/cast_fun.i:128:[value] warning: pointer to function with incompatible type. assert \valid_function(p4);
+[value] Recording results for main
+[from] Computing for function main
+tests/value/cast_fun.i:58:[from] warning: variadic call detected. Using only 0 argument(s).
+tests/value/cast_fun.i:63:[from] warning: variadic call detected. Using only 0 argument(s).
+tests/value/cast_fun.i:98:[from] warning: variadic call detected. Using only 1 argument(s).
+tests/value/cast_fun.i:113:[from] warning: variadic call detected. Using only 0 argument(s).
+[from] Done for function main
+[value] done for function main
+tests/value/cast_fun.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/cast_fun.i:78:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/cast_fun.i:93:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/cast_fun.i:103:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/cast_fun.i:108:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/cast_fun.i:118:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/cast_fun.i:123:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/cast_fun.i:128:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p1 ∈ {{ &f1 ; (int (*)(int ))&f2 ; &f3 }} or UNINITIALIZED
+  p2 ∈ {{ &f6 ; (void (*)(struct s1 ))&f7 }} or UNINITIALIZED
+  p3 ∈ {{ &f9 }} or UNINITIALIZED
+  p4 ∈ {{ &f10 }} or UNINITIALIZED
+  x ∈ [--..--] or UNINITIALIZED
+  s ∈ {0}
+[from] Computing for function main
+[from] Computing for function f1 <-main
+[from] Done for function f1
+[from] Computing for function f2 <-main
+[from] Done for function f2
+[from] Computing for function f3 <-main
+[from] Done for function f3
+[from] Computing for function f6 <-main
+[from] Done for function f6
+[from] Computing for function f7 <-main
+[from] Done for function f7
+[from] Computing for function f9 <-main
+[from] Done for function f9
+[from] Computing for function f10 <-main
+[from] Done for function f10
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f1:
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function f10:
+  NO EFFECTS
+[from] Function f2:
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function f3:
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function f6:
+  NO EFFECTS
+[from] Function f7:
+  NO EFFECTS
+[from] Function f9:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to f1 at tests/value/cast_fun.i:58 (by main):
+  \result FROM ANYTHING(origin:Unknown)
+[from] call to f2 at tests/value/cast_fun.i:63 (by main):
+  \result FROM ANYTHING(origin:Unknown)
+[from] call to f3 at tests/value/cast_fun.i:68 (by main):
+  \result FROM ANYTHING(origin:Unknown)
+[from] call to f6 at tests/value/cast_fun.i:83 (by main):
+  NO EFFECTS
+[from] call to f7 at tests/value/cast_fun.i:88 (by main):
+  NO EFFECTS
+[from] call to f9 at tests/value/cast_fun.i:98 (by main):
+  NO EFFECTS
+[from] call to f10 at tests/value/cast_fun.i:113 (by main):
+  NO EFFECTS
+[from] entry point:
+  NO EFFECTS
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p1; p2; p3; p4; x; s
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/cast_hetero.err.oracle b/tests/value/oracle_symblocs/cast_hetero.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cast_hetero.res.oracle b/tests/value/oracle_symblocs/cast_hetero.res.oracle
new file mode 100644
index 00000000000..0f33de05bd2
--- /dev/null
+++ b/tests/value/oracle_symblocs/cast_hetero.res.oracle
@@ -0,0 +1,45 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cast_hetero.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  X ∈ {0}
+  pt ∈ {0}
+  T[0..9] ∈ {0}
+[value] computing for function g <- main.
+        Called from tests/value/cast_hetero.i:16.
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  pt ∈ {{ &X }}
+  T[0] ∈ {1}
+   [1..9] ∈ {0}
+[value:final-states] Values at end of function main:
+  pt ∈ {{ &X }}
+  T[0] ∈ {1}
+   [1..9] ∈ {0}
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function g:
+  pt FROM \nothing
+  T[0] FROM X; c
+[from] Function main:
+  pt FROM \nothing
+  T[0] FROM X
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function g:
+          pt; T[0]
+[inout] Inputs for function g:
+          X
+[inout] Out (internal) for function main:
+          pt; T[0]
+[inout] Inputs for function main:
+          X
diff --git a/tests/value/oracle_symblocs/cast_return.0.err.oracle b/tests/value/oracle_symblocs/cast_return.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cast_return.0.res.oracle b/tests/value/oracle_symblocs/cast_return.0.res.oracle
new file mode 100644
index 00000000000..856c7e5b299
--- /dev/null
+++ b/tests/value/oracle_symblocs/cast_return.0.res.oracle
@@ -0,0 +1,333 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cast_return.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ [--..--]
+  c ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/cast_return.c:55.
+[value] computing for function f <- main1 <- main.
+        Called from tests/value/cast_return.c:26.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main1 <- main.
+        Called from tests/value/cast_return.c:27.
+[value] Recording results for g
+[value] Done for function g
+tests/value/cast_return.c:27:[kernel] warning: returned value may be uninitialized: assert \initialized(\returned_value)
+[value] computing for function h <- main1 <- main.
+        Called from tests/value/cast_return.c:31.
+[value] Recording results for h
+[value] Done for function h
+tests/value/cast_return.c:31:[value] warning: out of bounds write. assert \valid(*p);
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/cast_return.c:56.
+[value] computing for function fl1 <- main2 <- main.
+        Called from tests/value/cast_return.c:50.
+[value] Recording results for fl1
+[value] Done for function fl1
+tests/value/cast_return.c:50:[kernel] warning: returned value may be uninitialized: assert \initialized(\returned_value)
+[value] computing for function fl2 <- main2 <- main.
+        Called from tests/value/cast_return.c:51.
+[value] Recording results for fl2
+[value] Done for function fl2
+tests/value/cast_return.c:51:[kernel] warning: returned value may be uninitialized: assert \initialized(\returned_value)
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+tests/value/cast_return.c:31:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  
+[value:final-states] Values at end of function fl1:
+  v[bits 0 to 7] ∈ {1}
+   [bits 8 to 31] ∈ UNINITIALIZED
+[value:final-states] Values at end of function fl2:
+  v ∈ {1.} or UNINITIALIZED
+[value:final-states] Values at end of function g:
+  x ∈ {1} or UNINITIALIZED
+[value:final-states] Values at end of function h:
+  __retres ∈ {1}
+[value:final-states] Values at end of function main1:
+  
+[value:final-states] Values at end of function main2:
+  d1 ∈ UNINITIALIZED
+  d2 ∈ {1.}
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function fl1
+[from] Done for function fl1
+[from] Computing for function fl2
+[from] Done for function fl2
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM i
+[from] Function fl1:
+  \result FROM \nothing
+[from] Function fl2:
+  \result FROM c
+[from] Function g:
+  \result FROM c
+[from] Function h:
+  \result FROM \nothing
+[from] Function main1:
+  NO EFFECTS
+[from] Function main2:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          i
+[inout] Out (internal) for function fl1:
+          v[bits 0 to 7]
+[inout] Inputs for function fl1:
+          \nothing
+[inout] Out (internal) for function fl2:
+          v
+[inout] Inputs for function fl2:
+          c
+[inout] Out (internal) for function g:
+          x
+[inout] Inputs for function g:
+          c
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function main1:
+          f_; tmp; v; x; p
+[inout] Inputs for function main1:
+          i; c
+[inout] Out (internal) for function main2:
+          d1; d2
+[inout] Inputs for function main2:
+          c
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          i; c
+/* Generated by Frama-C */
+extern int i;
+
+int f(void)
+{
+  return i;
+}
+
+int volatile c;
+int g(void)
+{
+  int x;
+  if (c) x = 1;
+  return x;
+}
+
+char h(void)
+{
+  char __retres;
+  __retres = (char)1;
+  return __retres;
+}
+
+void main1(void)
+{
+  if (c) {
+    float f_;
+    int tmp;
+    tmp = f();
+    f_ = (float)tmp;
+  }
+  if (c) {
+    long long v;
+    v = (long long)g();
+  }
+  if (c) {
+    int *x;
+    int **p;
+    x = (int *)0;
+    p = & x;
+    /*@ assert Value: mem_access: \valid(*p); */
+    *(*p) = (int)h();
+  }
+  return;
+}
+
+float fl1(void)
+{
+  float v;
+  *((char *)(& v)) = (char)1;
+  return v;
+}
+
+float fl2(void)
+{
+  float v;
+  if (c) v = (float)1;
+  return v;
+}
+
+void main2(void)
+{
+  double d1;
+  double d2;
+  if (c) d1 = (double)fl1();
+  d2 = (double)fl2();
+  return;
+}
+
+void main(void)
+{
+  main1();
+  main2();
+  return;
+}
+
+
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ [--..--]
+  c ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/cast_return.c:55.
+[value] computing for function f <- main1 <- main.
+        Called from tests/value/cast_return.c:26.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main1 <- main.
+        Called from tests/value/cast_return.c:27.
+tests/value/cast_return.c:17:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function h <- main1 <- main.
+        Called from tests/value/cast_return.c:31.
+[value] Recording results for h
+[value] Done for function h
+tests/value/cast_return.c:31:[value] warning: out of bounds write. assert \valid(*p);
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/cast_return.c:56.
+[value] computing for function fl1 <- main2 <- main.
+        Called from tests/value/cast_return.c:50.
+tests/value/cast_return.c:38:[value] warning: accessing uninitialized left-value. assert \initialized(&v);
+[value] Recording results for fl1
+[value] Done for function fl1
+[value] computing for function fl2 <- main2 <- main.
+        Called from tests/value/cast_return.c:51.
+tests/value/cast_return.c:44:[value] warning: accessing uninitialized left-value. assert \initialized(&v);
+[value] Recording results for fl2
+[value] Done for function fl2
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+tests/value/cast_return.c:38:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  
+[value:final-states] Values at end of function fl1:
+  v[bits 0 to 7] ∈ {1}
+   [bits 8 to 31] ∈ UNINITIALIZED
+[value:final-states] Values at end of function fl2:
+  v ∈ {1.} or UNINITIALIZED
+[value:final-states] Values at end of function g:
+  x ∈ {1} or UNINITIALIZED
+[value:final-states] Values at end of function h:
+  __retres ∈ {1}
+[value:final-states] Values at end of function main1:
+  
+[value:final-states] Values at end of function main2:
+  d1 ∈ UNINITIALIZED
+  d2 ∈ {1.}
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function fl1
+[from] Done for function fl1
+[from] Computing for function fl2
+[from] Done for function fl2
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM i
+[from] Function fl1:
+  \result FROM \nothing
+[from] Function fl2:
+  \result FROM c
+[from] Function g:
+  \result FROM c
+[from] Function h:
+  \result FROM \nothing
+[from] Function main1:
+  NO EFFECTS
+[from] Function main2:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          i
+[inout] Out (internal) for function fl1:
+          v[bits 0 to 7]
+[inout] Inputs for function fl1:
+          \nothing
+[inout] Out (internal) for function fl2:
+          v
+[inout] Inputs for function fl2:
+          c
+[inout] Out (internal) for function g:
+          x
+[inout] Inputs for function g:
+          c
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function main1:
+          f_; tmp; v; x; p
+[inout] Inputs for function main1:
+          i; c
+[inout] Out (internal) for function main2:
+          d1; d2
+[inout] Inputs for function main2:
+          c
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          i; c
diff --git a/tests/value/oracle_symblocs/cast_return.1.err.oracle b/tests/value/oracle_symblocs/cast_return.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cast_return.1.res.oracle b/tests/value/oracle_symblocs/cast_return.1.res.oracle
new file mode 100644
index 00000000000..99e1a72193c
--- /dev/null
+++ b/tests/value/oracle_symblocs/cast_return.1.res.oracle
@@ -0,0 +1,233 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cast_return.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ [--..--]
+  c ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/cast_return.c:55.
+[value] computing for function f <- main1 <- main.
+        Called from tests/value/cast_return.c:26.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main1 <- main.
+        Called from tests/value/cast_return.c:27.
+[value] Recording results for g
+[value] Done for function g
+tests/value/cast_return.c:27:[value] warning: accessing uninitialized left-value.
+                 assert \initialized(&tmp_0);
+                 (tmp_0 from g())
+[value] computing for function h <- main1 <- main.
+        Called from tests/value/cast_return.c:31.
+[value] Recording results for h
+[value] Done for function h
+tests/value/cast_return.c:31:[value] warning: out of bounds write. assert \valid(*p);
+tests/value/cast_return.c:31:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/cast_return.c:56.
+[value] computing for function fl1 <- main2 <- main.
+        Called from tests/value/cast_return.c:50.
+[value] Recording results for fl1
+[value] Done for function fl1
+tests/value/cast_return.c:50:[value] warning: accessing uninitialized left-value.
+                 assert \initialized(&tmp);
+                 (tmp from fl1())
+[value] computing for function fl2 <- main2 <- main.
+        Called from tests/value/cast_return.c:51.
+[value] Recording results for fl2
+[value] Done for function fl2
+tests/value/cast_return.c:51:[value] warning: accessing uninitialized left-value.
+                 assert \initialized(&tmp_0);
+                 (tmp_0 from fl2())
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+tests/value/cast_return.c:31:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/cast_return.c:50:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  
+[value:final-states] Values at end of function fl1:
+  v[bits 0 to 7] ∈ {1}
+   [bits 8 to 31] ∈ UNINITIALIZED
+[value:final-states] Values at end of function fl2:
+  v ∈ {1.} or UNINITIALIZED
+[value:final-states] Values at end of function g:
+  x ∈ {1} or UNINITIALIZED
+[value:final-states] Values at end of function h:
+  __retres ∈ {1}
+[value:final-states] Values at end of function main1:
+  
+[value:final-states] Values at end of function main2:
+  d1 ∈ UNINITIALIZED
+  d2 ∈ {1.}
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function fl1
+[from] Done for function fl1
+[from] Computing for function fl2
+[from] Done for function fl2
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM i
+[from] Function fl1:
+  \result FROM \nothing
+[from] Function fl2:
+  \result FROM c
+[from] Function g:
+  \result FROM c
+[from] Function h:
+  \result FROM \nothing
+[from] Function main1:
+  NO EFFECTS
+[from] Function main2:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          i
+[inout] Out (internal) for function fl1:
+          v[bits 0 to 7]
+[inout] Inputs for function fl1:
+          \nothing
+[inout] Out (internal) for function fl2:
+          v
+[inout] Inputs for function fl2:
+          c
+[inout] Out (internal) for function g:
+          x
+[inout] Inputs for function g:
+          c
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function main1:
+          f_; tmp; v; tmp_0; x; p; tmp_1
+[inout] Inputs for function main1:
+          i; c
+[inout] Out (internal) for function main2:
+          d1; d2; tmp; tmp_0
+[inout] Inputs for function main2:
+          c
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          i; c
+/* Generated by Frama-C */
+extern int i;
+
+int f(void)
+{
+  return i;
+}
+
+int volatile c;
+int g(void)
+{
+  int x;
+  if (c) x = 1;
+  return x;
+}
+
+char h(void)
+{
+  char __retres;
+  __retres = (char)1;
+  return __retres;
+}
+
+void main1(void)
+{
+  if (c) {
+    float f_;
+    int tmp;
+    tmp = f();
+    f_ = (float)tmp;
+  }
+  if (c) {
+    long long v;
+    int tmp_0;
+    tmp_0 = g();
+    /*@ assert Value: initialisation: \initialized(&tmp_0); */
+    v = (long long)tmp_0;
+  }
+  if (c) {
+    int *x;
+    int **p;
+    char tmp_1;
+    x = (int *)0;
+    p = & x;
+    { /* sequence */
+      tmp_1 = h();
+      /*@ assert Value: mem_access: \valid(*p); */
+      *(*p) = (int)tmp_1;
+    }
+  }
+  return;
+}
+
+float fl1(void)
+{
+  float v;
+  *((char *)(& v)) = (char)1;
+  return v;
+}
+
+float fl2(void)
+{
+  float v;
+  if (c) v = (float)1;
+  return v;
+}
+
+void main2(void)
+{
+  double d1;
+  double d2;
+  float tmp_0;
+  if (c) {
+    float tmp;
+    { /* sequence */
+      tmp = fl1();
+      /*@ assert Value: initialisation: \initialized(&tmp); */
+      d1 = (double)tmp;
+    }
+  }
+  { /* sequence */
+    tmp_0 = fl2();
+    /*@ assert Value: initialisation: \initialized(&tmp_0); */
+    d2 = (double)tmp_0;
+  }
+  return;
+}
+
+void main(void)
+{
+  main1();
+  main2();
+  return;
+}
+
+
diff --git a/tests/value/oracle_symblocs/cert_exp35_c.err.oracle b/tests/value/oracle_symblocs/cert_exp35_c.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cert_exp35_c.res.oracle b/tests/value/oracle_symblocs/cert_exp35_c.res.oracle
new file mode 100644
index 00000000000..492a36b35e2
--- /dev/null
+++ b/tests/value/oracle_symblocs/cert_exp35_c.res.oracle
@@ -0,0 +1,52 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cert_exp35_c.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function addressee <- main.
+        Called from tests/value/cert_exp35_c.i:11.
+[value] Recording results for addressee
+[value] Done for function addressee
+[value] computing for function printf <- main.
+        Called from tests/value/cert_exp35_c.i:11.
+tests/value/cert_exp35_c.i:11:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+[value] using specification for function printf
+[value] Done for function printf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function addressee:
+  result.a[0] ∈ {119}
+        .a[1] ∈ {111}
+        .a[2] ∈ {114}
+        .a[3] ∈ {108}
+        .a[4] ∈ {100}
+        .a[5] ∈ {0}
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] Computing for function addressee
+[from] Done for function addressee
+[from] Computing for function main
+[from] Computing for function printf <-main
+[from] Done for function printf
+tests/value/cert_exp35_c.i:11:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function addressee:
+  \result FROM \nothing
+[from] Function printf:
+  NO EFFECTS
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function addressee:
+          result
+[inout] Inputs for function addressee:
+          \nothing
+[inout] Out (internal) for function main:
+          tmp; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/changeret.err.oracle b/tests/value/oracle_symblocs/changeret.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/changeret.res.oracle b/tests/value/oracle_symblocs/changeret.res.oracle
new file mode 100644
index 00000000000..e9bb49d46f3
--- /dev/null
+++ b/tests/value/oracle_symblocs/changeret.res.oracle
@@ -0,0 +1,94 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/changeret.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  p ∈ {0}
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/changeret.i:31.
+[value] computing for function f <- main1 <- main.
+        Called from tests/value/changeret.i:15.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/changeret.i:32.
+[value] computing for function g <- main2 <- main.
+        Called from tests/value/changeret.i:27.
+tests/value/changeret.i:19:[value] warning: out of bounds read. assert \valid_read(p);
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  p ∈ {{ &y }}
+  __retres ∈ {1}
+[value:final-states] Values at end of function g:
+  z ∈ {1}
+  __retres ∈ {1}
+[value:final-states] Values at end of function main1:
+  x ∈ {0}
+  p ∈ {{ &y }}
+[value:final-states] Values at end of function main2:
+  y ∈ {1}
+  p ∈ {{ &y }}
+[value:final-states] Values at end of function main:
+  x ∈ {0}
+  y ∈ {1}
+  p ∈ {{ &y }}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  p FROM \nothing
+  \result FROM \nothing
+[from] Function g:
+  \result FROM \nothing
+[from] Function main1:
+  x FROM \nothing
+  p FROM \nothing
+[from] Function main2:
+  y FROM v
+  p FROM v
+[from] Function main:
+  x FROM \nothing
+  y FROM v
+  p FROM v
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          p; __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          z; __retres
+[inout] Inputs for function g:
+          y; p
+[inout] Out (internal) for function main1:
+          x; p
+[inout] Inputs for function main1:
+          p
+[inout] Out (internal) for function main2:
+          y; p
+[inout] Inputs for function main2:
+          y; p; v
+[inout] Out (internal) for function main:
+          x; y; p
+[inout] Inputs for function main:
+          y; p; v
diff --git a/tests/value/oracle_symblocs/cmp.err.oracle b/tests/value/oracle_symblocs/cmp.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cmp.res.oracle b/tests/value/oracle_symblocs/cmp.res.oracle
new file mode 100644
index 00000000000..0075a05b951
--- /dev/null
+++ b/tests/value/oracle_symblocs/cmp.res.oracle
@@ -0,0 +1,42 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cmp.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/cmp.i:10:[value] warning: accessing out of bounds index. assert 0 ≤ d;
+tests/value/cmp.i:10:[value] warning: accessing out of bounds index. assert d < 10;
+[value] computing for function cmp <- main.
+        Called from tests/value/cmp.i:11.
+tests/value/cmp.i:4:[value] warning: accessing uninitialized left-value. assert \initialized(s1);
+tests/value/cmp.i:4:[value] warning: out of bounds read. assert \valid_read(s1);
+[value] Recording results for cmp
+[value] Done for function cmp
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function cmp:
+  __retres ∈ {1}
+[value:final-states] Values at end of function main:
+  T[0..9] ∈ [--..--] or UNINITIALIZED
+  r ∈ {1}
+[from] Computing for function cmp
+[from] Done for function cmp
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function cmp:
+  \result FROM \nothing
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function cmp:
+          __retres
+[inout] Inputs for function cmp:
+          T[0..9]; "V1.2"[bits 0 to 7]
+[inout] Out (internal) for function main:
+          T[0..9]; r
+[inout] Inputs for function main:
+          "V1.2"[bits 0 to 7]
diff --git a/tests/value/oracle_symblocs/cmp_ptr.0.err.oracle b/tests/value/oracle_symblocs/cmp_ptr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cmp_ptr.0.res.oracle b/tests/value/oracle_symblocs/cmp_ptr.0.res.oracle
new file mode 100644
index 00000000000..0877837e1de
--- /dev/null
+++ b/tests/value/oracle_symblocs/cmp_ptr.0.res.oracle
@@ -0,0 +1,107 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cmp_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  T[0] ∈ {0}
+   [1] ∈ {1}
+   [2] ∈ {2}
+   [3] ∈ {3}
+   [4] ∈ {4}
+   [5] ∈ {5}
+   [6] ∈ {6}
+   [7] ∈ {7}
+   [8] ∈ {8}
+   [9] ∈ {9}
+  C[0] ∈ {0}
+   [1] ∈ {1}
+   [2] ∈ {2}
+   [3] ∈ {3}
+   [4] ∈ {4}
+   [5] ∈ {5}
+   [6] ∈ {6}
+   [7] ∈ {7}
+   [8] ∈ {8}
+   [9] ∈ {9}
+  q ∈ {0}
+  top_p ∈ [--..--]
+  top_q ∈ [--..--]
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t ∈ {0}
+  r ∈ {0}
+  ff ∈ {0}
+tests/value/cmp_ptr.i:21:[value] warning: pointer comparison. assert \pointer_comparable((void *)p, (void *)(&T[5]));
+tests/value/cmp_ptr.i:21:[value] warning: out of bounds write. assert \valid(p);
+tests/value/cmp_ptr.i:21:[value] warning: out of bounds write. assert \valid(q);
+tests/value/cmp_ptr.i:22:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)(&y+2));
+tests/value/cmp_ptr.i:24:[value] warning: non-finite float value. assert \is_finite(ff);
+tests/value/cmp_ptr.i:24:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)ff);
+tests/value/cmp_ptr.i:28:[value] warning: signed overflow. assert -2147483648 ≤ 1+(int)tmp_0;
+                                  (tmp_0 from u?& f:& g)
+tests/value/cmp_ptr.i:28:[value] warning: signed overflow. assert 1+(int)tmp_0 ≤ 2147483647;
+                                  (tmp_0 from u?& f:& g)
+tests/value/cmp_ptr.i:28:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)((int)(1+(int)tmp_0)), (void *)0);
+                 (tmp_0 from u?& f:& g)
+tests/value/cmp_ptr.i:30:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)((int *)T-1), (void *)0);
+tests/value/cmp_ptr.i:32:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void (*)())0, (void (*)())(&f+3));
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ &T + [-8589934588..36],0%4 }}
+  T[0] ∈ {0}
+   [1] ∈ {1}
+   [2] ∈ {2}
+   [3] ∈ {3}
+   [4] ∈ {4}
+   [5] ∈ {5; 88}
+   [6] ∈ {6; 88}
+   [7] ∈ {7; 88}
+   [8] ∈ {8; 88}
+   [9] ∈ {9; 88}
+  C[0] ∈ {0; 77}
+   [1] ∈ {1; 77}
+   [2] ∈ {2; 77}
+   [3] ∈ {3; 77}
+   [4] ∈ {4; 77}
+   [5] ∈ {5; 77}
+   [6] ∈ {6; 77}
+   [7] ∈ {7; 77}
+   [8] ∈ {8; 77}
+   [9] ∈ {9; 77}
+  q ∈ {{ &C + [-2147483647..2147483648] }}
+  x ∈ {0}
+  y ∈ {0; 1}
+  z ∈ {0}
+  t ∈ {0}
+  r ∈ {0}
+  ff ∈ {{ &y + {8} }}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  p FROM top_p
+  T[5..9] FROM top_p (and SELF)
+  C[0..9] FROM top_p; top_q (and SELF)
+  q FROM top_q
+  x FROM \nothing
+  y FROM \nothing
+  z FROM u
+  t FROM u
+  r FROM \nothing
+  ff FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; T[5..9]; C[0..9]; q; x; y; z; t; r; ff; tmp; tmp_0; __retres
+[inout] Inputs for function main:
+          p; q; top_p; top_q; ff
diff --git a/tests/value/oracle_symblocs/cmp_ptr.1.err.oracle b/tests/value/oracle_symblocs/cmp_ptr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cmp_ptr.1.res.oracle b/tests/value/oracle_symblocs/cmp_ptr.1.res.oracle
new file mode 100644
index 00000000000..3299e6457df
--- /dev/null
+++ b/tests/value/oracle_symblocs/cmp_ptr.1.res.oracle
@@ -0,0 +1,107 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cmp_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  T[0] ∈ {0}
+   [1] ∈ {1}
+   [2] ∈ {2}
+   [3] ∈ {3}
+   [4] ∈ {4}
+   [5] ∈ {5}
+   [6] ∈ {6}
+   [7] ∈ {7}
+   [8] ∈ {8}
+   [9] ∈ {9}
+  C[0] ∈ {0}
+   [1] ∈ {1}
+   [2] ∈ {2}
+   [3] ∈ {3}
+   [4] ∈ {4}
+   [5] ∈ {5}
+   [6] ∈ {6}
+   [7] ∈ {7}
+   [8] ∈ {8}
+   [9] ∈ {9}
+  q ∈ {0}
+  top_p ∈ [--..--]
+  top_q ∈ [--..--]
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t ∈ {0}
+  r ∈ {0}
+  ff ∈ {0}
+tests/value/cmp_ptr.i:21:[value] warning: pointer comparison. assert \pointer_comparable((void *)p, (void *)(&T[5]));
+tests/value/cmp_ptr.i:21:[value] warning: out of bounds write. assert \valid(p);
+tests/value/cmp_ptr.i:21:[value] warning: out of bounds write. assert \valid(q);
+tests/value/cmp_ptr.i:22:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)(&y+2));
+tests/value/cmp_ptr.i:24:[value] warning: non-finite float value. assert \is_finite(ff);
+tests/value/cmp_ptr.i:24:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)ff);
+tests/value/cmp_ptr.i:28:[value] warning: signed overflow. assert -2147483648 ≤ 1+(int)tmp_0;
+                                  (tmp_0 from u?& f:& g)
+tests/value/cmp_ptr.i:28:[value] warning: signed overflow. assert 1+(int)tmp_0 ≤ 2147483647;
+                                  (tmp_0 from u?& f:& g)
+tests/value/cmp_ptr.i:28:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)((int)(1+(int)tmp_0)), (void *)0);
+                 (tmp_0 from u?& f:& g)
+tests/value/cmp_ptr.i:30:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)((int *)T-1), (void *)0);
+tests/value/cmp_ptr.i:32:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void (*)())0, (void (*)())(&f+3));
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ &T + [-8589934588..8589934592],0%4 }}
+  T[0] ∈ {0; 88}
+   [1] ∈ {1; 88}
+   [2] ∈ {2; 88}
+   [3] ∈ {3; 88}
+   [4] ∈ {4; 88}
+   [5] ∈ {5; 88}
+   [6] ∈ {6; 88}
+   [7] ∈ {7; 88}
+   [8] ∈ {8; 88}
+   [9] ∈ {9; 88}
+  C[0] ∈ {0; 77}
+   [1] ∈ {1; 77}
+   [2] ∈ {2; 77}
+   [3] ∈ {3; 77}
+   [4] ∈ {4; 77}
+   [5] ∈ {5; 77}
+   [6] ∈ {6; 77}
+   [7] ∈ {7; 77}
+   [8] ∈ {8; 77}
+   [9] ∈ {9; 77}
+  q ∈ {{ &C + [-2147483647..2147483648] }}
+  x ∈ {0; 1}
+  y ∈ {0; 1}
+  z ∈ {0}
+  t ∈ {0; 1}
+  r ∈ {0; 1}
+  ff ∈ {{ &y + {8} }}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  p FROM top_p
+  T[0..9] FROM top_p (and SELF)
+  C[0..9] FROM top_p; top_q (and SELF)
+  q FROM top_q
+  x FROM \nothing
+  y FROM \nothing
+  z FROM u
+  t FROM u
+  r FROM \nothing
+  ff FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; T[0..9]; C[0..9]; q; x; y; z; t; r; ff; tmp; tmp_0; __retres
+[inout] Inputs for function main:
+          p; q; top_p; top_q; ff
diff --git a/tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.0.err.oracle b/tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.0.res.oracle b/tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.0.res.oracle
new file mode 100644
index 00000000000..23cb2318006
--- /dev/null
+++ b/tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.0.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cmp_ptr_follow_all_branches.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  p ∈ {{ (char *)&a }}
+  q ∈ {{ &a }}
+tests/value/cmp_ptr_follow_all_branches.i:14:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)(p+(unsigned int)((int)(-5))), (void *)p);
+[value] Called Frama_C_show_each_2()
+tests/value/cmp_ptr_follow_all_branches.i:15:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)(q+(unsigned int)((int)(-5))), (void *)q);
+[value] Called Frama_C_show_each_4()
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __retres
+[inout] Inputs for function main:
+          p; q
diff --git a/tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.1.err.oracle b/tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.1.res.oracle b/tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.1.res.oracle
new file mode 100644
index 00000000000..028029b5228
--- /dev/null
+++ b/tests/value/oracle_symblocs/cmp_ptr_follow_all_branches.1.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cmp_ptr_follow_all_branches.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  p ∈ {{ (char *)&a }}
+  q ∈ {{ &a }}
+tests/value/cmp_ptr_follow_all_branches.i:14:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)(p+(unsigned int)((int)(-5))), (void *)p);
+[value] Called Frama_C_show_each_1()
+[value] Called Frama_C_show_each_2()
+tests/value/cmp_ptr_follow_all_branches.i:15:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)(q+(unsigned int)((int)(-5))), (void *)q);
+[value] Called Frama_C_show_each_3()
+[value] Called Frama_C_show_each_4()
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __retres
+[inout] Inputs for function main:
+          p; q
diff --git a/tests/value/oracle_symblocs/cond.err.oracle b/tests/value/oracle_symblocs/cond.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cond.res.oracle b/tests/value/oracle_symblocs/cond.res.oracle
new file mode 100644
index 00000000000..21c7763985b
--- /dev/null
+++ b/tests/value/oracle_symblocs/cond.res.oracle
@@ -0,0 +1,86 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cond.i (no preprocessing)
+tests/value/cond.i:34:[kernel] warning: Calling undeclared function unknf. Old style K&R code?
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  i ∈ {0}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+   [5] ∈ {6}
+   [6] ∈ {7}
+   [7] ∈ {8}
+  p ∈ {0}
+  z ∈ {0}
+  R ∈ {0}
+tests/value/cond.i:14:[value] warning: out of bounds read. assert \valid_read(argv);
+tests/value/cond.i:14:[value] warning: out of bounds read. assert \valid_read(*argv);
+[value] computing for function f <- main.
+        Called from tests/value/cond.i:20.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function unknf <- main.
+        Called from tests/value/cond.i:34.
+tests/value/cond.i:34:[kernel] warning: Neither code nor specification for function unknf, generating default assigns from the prototype
+[value] using specification for function unknf
+[value] Done for function unknf
+[value] Called Frama_C_show_each_2({0; 1; 2; 4; 5; 6; 7; 8})
+[value] Called Frama_C_show_each_3([0..8])
+[value] Called Frama_C_show_each_4([0..16],0%2)
+[value] Called Frama_C_show_each_5([0..16],0%2)
+[value] Called Frama_C_show_each_6({0; 2; 4; 6; 8; 12; 14; 16})
+[value] Called Frama_C_show_each_7([0..16],0%2)
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  
+[value:final-states] Values at end of function main:
+  x ∈ [-128..0]
+  y ∈ [-10..32767]
+  i ∈ {1; 2; 3; 4; 5; 6; 7}
+  p ∈ {{ &t }}
+  z ∈ {0; 2}
+  R ∈ {0; 3}
+  r ∈ {-51}
+  inRet ∈ {-51}
+  c ∈ [--..--]
+  s ∈ [--..--]
+  u ∈ [0..8]
+  v ∈ [0..16],0%2
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Computing for function unknf <-main
+[from] Done for function unknf
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM G
+[from] Function unknf:
+  \result FROM \nothing
+[from] Function main:
+  x FROM argv; S_argv[0]; S_0_S_argv[0] (and SELF)
+  y FROM argc (and SELF)
+  i FROM argc
+  p FROM \nothing
+  z FROM t[1..3]; argc (and SELF)
+  R FROM t[1..7]; argc (and SELF)
+  \result FROM G
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          tmp
+[inout] Inputs for function f:
+          G
+[inout] Out (internal) for function main:
+          x; y; i; p; z; R; r; inRet; c; s; tmp; tmp_0; u; tmp_1; v
+[inout] Inputs for function main:
+          G; i; t[1..7]; p; S_argv[0]; S_0_S_argv[0]
diff --git a/tests/value/oracle_symblocs/cond2.0.err.oracle b/tests/value/oracle_symblocs/cond2.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cond2.0.res.oracle b/tests/value/oracle_symblocs/cond2.0.res.oracle
new file mode 100644
index 00000000000..7a95866d9d1
--- /dev/null
+++ b/tests/value/oracle_symblocs/cond2.0.res.oracle
@@ -0,0 +1,50 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cond2.i (no preprocessing)
+[value] Analyzing a complete application starting at zero_ou_un_0
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Gx ∈ [--..--]
+  Gy ∈ [--..--]
+  px ∈ {0}
+  py ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  T[0..99] ∈ {0}
+  r ∈ {0}
+  s ∈ {0}
+  t ∈ {0}
+  u ∈ {0}
+tests/value/cond2.i:26:[value] entering loop for the first time
+tests/value/cond2.i:26:[value] warning: signed overflow. assert x+2 ≤ 2147483647;
+tests/value/cond2.i:27:[value] entering loop for the first time
+tests/value/cond2.i:27:[value] warning: signed overflow. assert y+5 ≤ 2147483647;
+[value] Recording results for zero_ou_un_0
+[value] done for function zero_ou_un_0
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function zero_ou_un_0:
+  x ∈ {0; 2}
+  y ∈ {1; 2}
+  r ∈ {0; 1}
+  s ∈ {0; 1}
+  t ∈ {0; 1}
+  u ∈ {1}
+  i ∈ [0..2147483647]
+[from] Computing for function zero_ou_un_0
+[from] Done for function zero_ou_un_0
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function zero_ou_un_0:
+  x FROM Gx
+  y FROM Gy
+  r FROM Gx (and SELF)
+  s FROM Gx; Gy (and SELF)
+  t FROM Gx; Gy (and SELF)
+  u FROM Gx
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function zero_ou_un_0:
+          x; y; r; s; t; u; i
+[inout] Out (external) for function zero_ou_un_0:
+          x; y; r; s; t; u
+[inout] Inputs for function zero_ou_un_0:
+          Gx; Gy; x; y
diff --git a/tests/value/oracle_symblocs/cond2.1.err.oracle b/tests/value/oracle_symblocs/cond2.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cond2.1.res.oracle b/tests/value/oracle_symblocs/cond2.1.res.oracle
new file mode 100644
index 00000000000..6044458fc5e
--- /dev/null
+++ b/tests/value/oracle_symblocs/cond2.1.res.oracle
@@ -0,0 +1,149 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cond2.i (no preprocessing)
+[value] Analyzing a complete application starting at un_1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Gx ∈ [--..--]
+  Gy ∈ [--..--]
+  px ∈ {0}
+  py ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  T[0..99] ∈ {0}
+  r ∈ {0}
+  s ∈ {0}
+  t ∈ {0}
+  u ∈ {0}
+tests/value/cond2.i:52:[value] entering loop for the first time
+tests/value/cond2.i:52:[value] warning: signed overflow. assert x+2 ≤ 2147483647;
+tests/value/cond2.i:53:[value] entering loop for the first time
+tests/value/cond2.i:53:[value] warning: signed overflow. assert y+2 ≤ 2147483647;
+tests/value/cond2.i:59:[value] entering loop for the first time
+tests/value/cond2.i:59:[value] warning: signed overflow. assert x+4 ≤ 2147483647;
+tests/value/cond2.i:60:[value] entering loop for the first time
+tests/value/cond2.i:60:[value] warning: signed overflow. assert y+4 ≤ 2147483647;
+tests/value/cond2.i:66:[value] entering loop for the first time
+tests/value/cond2.i:66:[value] warning: out of bounds write. assert \valid(px);
+tests/value/cond2.i:67:[value] entering loop for the first time
+tests/value/cond2.i:67:[value] warning: out of bounds write. assert \valid(py);
+[value] Recording results for un_1
+[value] done for function un_1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function un_1:
+  px ∈ {{ &T + [0..384],0%16 }}
+  py ∈ {{ &T + [4..388],4%16 }}
+  x ∈ [0..2147483646],0%2
+  y ∈ [1..2147483647],1%2
+  T[0..3] ∈ {0}
+   [4] ∈ {0; 1}
+   [5] ∈ {0; 2}
+   [6..7] ∈ {0}
+   [8] ∈ {0; 1}
+   [9] ∈ {0; 2}
+   [10..11] ∈ {0}
+   [12] ∈ {0; 1}
+   [13] ∈ {0; 2}
+   [14..15] ∈ {0}
+   [16] ∈ {0; 1}
+   [17] ∈ {0; 2}
+   [18..19] ∈ {0}
+   [20] ∈ {0; 1}
+   [21] ∈ {0; 2}
+   [22..23] ∈ {0}
+   [24] ∈ {0; 1}
+   [25] ∈ {0; 2}
+   [26..27] ∈ {0}
+   [28] ∈ {0; 1}
+   [29] ∈ {0; 2}
+   [30..31] ∈ {0}
+   [32] ∈ {0; 1}
+   [33] ∈ {0; 2}
+   [34..35] ∈ {0}
+   [36] ∈ {0; 1}
+   [37] ∈ {0; 2}
+   [38..39] ∈ {0}
+   [40] ∈ {0; 1}
+   [41] ∈ {0; 2}
+   [42..43] ∈ {0}
+   [44] ∈ {0; 1}
+   [45] ∈ {0; 2}
+   [46..47] ∈ {0}
+   [48] ∈ {0; 1}
+   [49] ∈ {0; 2}
+   [50..51] ∈ {0}
+   [52] ∈ {0; 1}
+   [53] ∈ {0; 2}
+   [54..55] ∈ {0}
+   [56] ∈ {0; 1}
+   [57] ∈ {0; 2}
+   [58..59] ∈ {0}
+   [60] ∈ {0; 1}
+   [61] ∈ {0; 2}
+   [62..63] ∈ {0}
+   [64] ∈ {0; 1}
+   [65] ∈ {0; 2}
+   [66..67] ∈ {0}
+   [68] ∈ {0; 1}
+   [69] ∈ {0; 2}
+   [70..71] ∈ {0}
+   [72] ∈ {0; 1}
+   [73] ∈ {0; 2}
+   [74..75] ∈ {0}
+   [76] ∈ {0; 1}
+   [77] ∈ {0; 2}
+   [78..79] ∈ {0}
+   [80] ∈ {0; 1}
+   [81] ∈ {0; 2}
+   [82..83] ∈ {0}
+   [84] ∈ {0; 1}
+   [85] ∈ {0; 2}
+   [86..87] ∈ {0}
+   [88] ∈ {0; 1}
+   [89] ∈ {0; 2}
+   [90..91] ∈ {0}
+   [92] ∈ {0; 1}
+   [93] ∈ {0; 2}
+   [94..95] ∈ {0}
+   [96] ∈ {0; 1}
+   [97] ∈ {0; 2}
+   [98..99] ∈ {0}
+  s ∈ {1}
+  t ∈ {1}
+  u ∈ {1}
+  r_0 ∈ {1}
+  i ∈ [0..2147483647]
+[from] Computing for function un_1
+[from] Done for function un_1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function un_1:
+  px FROM Gx
+  py FROM Gy
+  x FROM Gx
+  y FROM Gy
+  T{[4]; [8]; [12]; [16]; [20]; [24]; [28]; [32]; [36]; [40]; [44]; [48];
+    [52]; [56]; [60]; [64]; [68]; [72]; [76]; [80]; [84]; [88]; [92]; [96]}
+   FROM Gx (and SELF)
+   {[5]; [9]; [13]; [17]; [21]; [25]; [29]; [33]; [37]; [41]; [45]; [49];
+    [53]; [57]; [61]; [65]; [69]; [73]; [77]; [81]; [85]; [89]; [93]; [97]}
+   FROM Gy (and SELF)
+  s FROM Gx; Gy
+  t FROM Gx; Gy
+  u FROM Gx; Gy
+  \result FROM Gx; Gy
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function un_1:
+          px; py; x; y;
+          T{[4..5]; [8..9]; [12..13]; [16..17]; [20..21]; [24..25]; [28..29];
+            [32..33]; [36..37]; [40..41]; [44..45]; [48..49]; [52..53]; [56..57];
+            [60..61]; [64..65]; [68..69]; [72..73]; [76..77]; [80..81]; [84..85];
+            [88..89]; [92..93]; [96..97]}; s; t; u; r_0; i
+[inout] Out (external) for function un_1:
+          px; py; x; y;
+          T{[4..5]; [8..9]; [12..13]; [16..17]; [20..21]; [24..25]; [28..29];
+            [32..33]; [36..37]; [40..41]; [44..45]; [48..49]; [52..53]; [56..57];
+            [60..61]; [64..65]; [68..69]; [72..73]; [76..77]; [80..81]; [84..85];
+            [88..89]; [92..93]; [96..97]}; s; t; u
+[inout] Inputs for function un_1:
+          Gx; Gy; px; py; x; y; u
diff --git a/tests/value/oracle_symblocs/cond3.err.oracle b/tests/value/oracle_symblocs/cond3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cond3.res.oracle b/tests/value/oracle_symblocs/cond3.res.oracle
new file mode 100644
index 00000000000..e3402fbaf9a
--- /dev/null
+++ b/tests/value/oracle_symblocs/cond3.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cond3.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Gx ∈ {0}
+  r ∈ {0}
+  x ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  r ∈ {-1}
+  x ∈ {1}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  r FROM \nothing
+  x FROM Gx
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          r; x
+[inout] Inputs for function main:
+          Gx; r; x
diff --git a/tests/value/oracle_symblocs/cond_integer_cast_of_float.err.oracle b/tests/value/oracle_symblocs/cond_integer_cast_of_float.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/cond_integer_cast_of_float.res.oracle b/tests/value/oracle_symblocs/cond_integer_cast_of_float.res.oracle
new file mode 100644
index 00000000000..2293209fd42
--- /dev/null
+++ b/tests/value/oracle_symblocs/cond_integer_cast_of_float.res.oracle
@@ -0,0 +1,192 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/cond_integer_cast_of_float.i (no preprocessing)
+tests/value/cond_integer_cast_of_float.i:79:[kernel] warning: Floating-point constant 1.17 is not represented exactly. Will use 0x1.2b851eb851eb8p0. See documentation for option -warn-decimal-float
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  b ∈ {0}
+  f1 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  f3 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  f4 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  d1 ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+  d2 ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+  i ∈ [--..--]
+  c ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/cond_integer_cast_of_float.i:121.
+tests/value/cond_integer_cast_of_float.i:13:[value] warning: function main1: precondition got status unknown.
+[value] Called Frama_C_show_each_float_([2. .. 8.])
+[value] Called Frama_C_show_each_float_([-0. .. 4.99999952316])
+[value] Called Frama_C_show_each_float_([1. .. 8.])
+[value] Called Frama_C_show_each_float_([3. .. 3.99999976158])
+[value] Called Frama_C_show_each_double([2. .. 8.])
+[value] Called Frama_C_show_each_double([-0. .. 5.])
+[value] Called Frama_C_show_each_double([1. .. 8.])
+[value] Called Frama_C_show_each_double([3. .. 4.])
+[value] Called Frama_C_show_each([-0. .. 8.], [0..8])
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/cond_integer_cast_of_float.i:123.
+[value] DUMPING STATE of file tests/value/cond_integer_cast_of_float.i line 78
+        b ∈ {0}
+        f1 ∈ [1.17000007629 .. 3.40282346639e+38]
+        f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+        f3 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+        f4 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+        d1 ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+        d2 ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+        i ∈ [--..--]
+        c ∈ [--..--]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/cond_integer_cast_of_float.i line 81
+        b ∈ {0}
+        f1 ∈ [-3.40282346639e+38 .. 1.16999995708]
+        f2 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+        f3 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+        f4 ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+        d1 ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+        d2 ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
+        i ∈ [--..--]
+        c ∈ [--..--]
+        =END OF DUMP==
+[value] Called Frama_C_show_each_double([1.16999995708 .. 1.79769313486e+308])
+[value] Called Frama_C_show_each_double([1.17 .. 1.79769313486e+308])
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/cond_integer_cast_of_float.i:125.
+tests/value/cond_integer_cast_of_float.i:96:[value] warning: function main3: precondition got status unknown.
+tests/value/cond_integer_cast_of_float.i:97:[value] warning: function main3: precondition got status unknown.
+tests/value/cond_integer_cast_of_float.i:101:[value] warning: assertion got status unknown.
+tests/value/cond_integer_cast_of_float.i:102:[value] warning: assertion got status unknown.
+tests/value/cond_integer_cast_of_float.i:103:[value] warning: assertion got status unknown.
+tests/value/cond_integer_cast_of_float.i:106:[value] warning: assertion got status unknown.
+tests/value/cond_integer_cast_of_float.i:109:[value] warning: assertion got status unknown.
+tests/value/cond_integer_cast_of_float.i:112:[value] warning: assertion got status unknown.
+tests/value/cond_integer_cast_of_float.i:113:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/cond_integer_cast_of_float.i line 115
+        b ∈ {0}
+        f1 ∈ [10.0000009537 .. 3.40282346639e+38]
+        f2 ∈ [10.0000009537 .. 3.40282346639e+38]
+        f3 ∈ [10.0000009537 .. 3.40282346639e+38]
+        f4 ∈ [-1000. .. 1000.]
+        d1 ∈ [10. .. 1.79769313486e+308]
+        d2 ∈ [-1000. .. 1000.]
+        i ∈ [--..--]
+        c ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main3 <- main.
+        Called from tests/value/cond_integer_cast_of_float.i:127.
+[value] DUMPING STATE of file tests/value/cond_integer_cast_of_float.i line 115
+        b ∈ {0}
+        f1 ∈ [10.0000009537 .. 3.40282346639e+38]
+        f2 ∈ [10.0000009537 .. 3.40282346639e+38]
+        f3 ∈ [10.0000009537 .. 3.40282346639e+38]
+        f4 ∈ [-1000. .. 1000.]
+        d1 ∈ [10. .. 1.79769313486e+308]
+        d2 ∈ [-1000. .. 1000.]
+        i ∈ [--..--]
+        c ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for main3
+[value] Done for function main3
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value] Analyzing a complete application starting at mainbis
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  b ∈ {0}
+  f1 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  f2 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  f3 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  f4 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+  d1 ∈ [-0x1.fffffffffffffp1023 .. 0x1.fffffffffffffp1023]
+  d2 ∈ [-0x1.fffffffffffffp1023 .. 0x1.fffffffffffffp1023]
+  i ∈ [--..--]
+  c ∈ [--..--]
+[value] computing for function main <- mainbis.
+        Called from tests/value/cond_integer_cast_of_float.i:132.
+[value] computing for function main1 <- main <- mainbis.
+        Called from tests/value/cond_integer_cast_of_float.i:121.
+[value] Called Frama_C_show_each_float_([0x1.0000000000000p1 .. 0x1.0000000000000p3])
+[value] Called Frama_C_show_each_float_([-0x0.0000000000000p-1022 .. 0x1.3ffffe0000000p2])
+[value] Called Frama_C_show_each_float_([0x1.0000000000000p0 .. 0x1.0000000000000p3])
+[value] Called Frama_C_show_each_float_([0x1.8000000000000p1 .. 0x1.fffffe0000000p1])
+[value] Called Frama_C_show_each_double([0x1.0000000000000p1 .. 0x1.0000000000000p3])
+[value] Called Frama_C_show_each_double([-0x0.0000000000000p-1022 .. 0x1.3ffffffffffffp2])
+[value] Called Frama_C_show_each_double([0x1.0000000000000p0 .. 0x1.0000000000000p3])
+[value] Called Frama_C_show_each_double([0x1.8000000000000p1 .. 0x1.fffffffffffffp1])
+[value] Called Frama_C_show_each([-0x0.0000000000000p-1022 .. 0x1.0000000000000p3],
+                                 [0..8])
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main <- mainbis.
+        Called from tests/value/cond_integer_cast_of_float.i:123.
+[value] DUMPING STATE of file tests/value/cond_integer_cast_of_float.i line 78
+        b ∈ {0}
+        f1 ∈ [0x1.2b85200000000p0 .. 0x1.fffffe0000000p127]
+        f2 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+        f3 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+        f4 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+        d1 ∈ [-0x1.fffffffffffffp1023 .. 0x1.fffffffffffffp1023]
+        d2 ∈ [-0x1.fffffffffffffp1023 .. 0x1.fffffffffffffp1023]
+        i ∈ [--..--]
+        c ∈ [--..--]
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/cond_integer_cast_of_float.i line 81
+        b ∈ {0}
+        f1 ∈ [-0x1.fffffe0000000p127 .. 0x1.2b851e0000000p0]
+        f2 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+        f3 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+        f4 ∈ [-0x1.fffffe0000000p127 .. 0x1.fffffe0000000p127]
+        d1 ∈ [-0x1.fffffffffffffp1023 .. 0x1.fffffffffffffp1023]
+        d2 ∈ [-0x1.fffffffffffffp1023 .. 0x1.fffffffffffffp1023]
+        i ∈ [--..--]
+        c ∈ [--..--]
+        =END OF DUMP==
+[value] Called Frama_C_show_each_double([0x1.2b851e0000001p0 .. 0x1.fffffffffffffp1023])
+[value] Called Frama_C_show_each_double([0x1.2b851eb851eb9p0 .. 0x1.fffffffffffffp1023])
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main <- mainbis.
+        Called from tests/value/cond_integer_cast_of_float.i:125.
+[value] DUMPING STATE of file tests/value/cond_integer_cast_of_float.i line 115
+        b ∈ {0}
+        f1 ∈ [0x1.4000020000000p3 .. 0x1.fffffe0000000p127]
+        f2 ∈ [0x1.4000020000000p3 .. 0x1.fffffe0000000p127]
+        f3 ∈ [0x1.4000020000000p3 .. 0x1.fffffe0000000p127]
+        f4 ∈ [-0x1.f400000000000p9 .. 0x1.f400000000000p9]
+        d1 ∈ [0x1.4000000000001p3 .. 0x1.fffffffffffffp1023]
+        d2 ∈ [-0x1.f400000000000p9 .. 0x1.f400000000000p9]
+        i ∈ [--..--]
+        c ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main3 <- main <- mainbis.
+        Called from tests/value/cond_integer_cast_of_float.i:127.
+[value] DUMPING STATE of file tests/value/cond_integer_cast_of_float.i line 115
+        b ∈ {0}
+        f1 ∈ [0x1.4000020000000p3 .. 0x1.fffffe0000000p127]
+        f2 ∈ [0x1.4000020000000p3 .. 0x1.fffffe0000000p127]
+        f3 ∈ [0x1.4000020000000p3 .. 0x1.fffffe0000000p127]
+        f4 ∈ [-0x1.f400000000000p9 .. 0x1.f400000000000p9]
+        d1 ∈ [0x1.4000000000001p3 .. 0x1.fffffffffffffp1023]
+        d2 ∈ [-0x1.f400000000000p9 .. 0x1.f400000000000p9]
+        i ∈ [--..--]
+        c ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for main3
+[value] Done for function main3
+[value] Recording results for main
+[value] Done for function main
+[value] Recording results for mainbis
+[value] done for function mainbis
+[value] ====== VALUES COMPUTED ======
diff --git a/tests/value/oracle_symblocs/conditional_initializer.err.oracle b/tests/value/oracle_symblocs/conditional_initializer.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/conditional_initializer.res.oracle b/tests/value/oracle_symblocs/conditional_initializer.res.oracle
new file mode 100644
index 00000000000..3f078c50039
--- /dev/null
+++ b/tests/value/oracle_symblocs/conditional_initializer.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/conditional_initializer.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0] ∈ {2}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/const.err.oracle b/tests/value/oracle_symblocs/const.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/const.res.oracle b/tests/value/oracle_symblocs/const.res.oracle
new file mode 100644
index 00000000000..b7e211b51a3
--- /dev/null
+++ b/tests/value/oracle_symblocs/const.res.oracle
@@ -0,0 +1,534 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/const.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ [--..--]
+  I ∈ {2}
+  J ∈ {8}
+  v ∈ [--..--]
+  X ∈ {0}
+  s.i1 ∈ {3}
+   .i2 ∈ {4}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+   [5] ∈ {6}
+   [6..9] ∈ {0}
+[value] computing for function const_formal <- main.
+        Called from tests/value/const.i:84.
+[value] Called Frama_C_show_each([-2147483648..2147483647])
+[value] Recording results for const_formal
+[value] Done for function const_formal
+[value] computing for function const_formal <- main.
+        Called from tests/value/const.i:85.
+[value] Called Frama_C_show_each({42})
+[value] Recording results for const_formal
+[value] Done for function const_formal
+[value] computing for function modify_I <- main.
+        Called from tests/value/const.i:87.
+[value] Called Frama_C_show_each({2})
+[value] computing for function pointer_to_const <- modify_I <- main.
+        Called from tests/value/const.i:39.
+[value] Called Frama_C_show_each({2; 3})
+[value] Called Frama_C_show_each_dead()
+[value] Recording results for pointer_to_const
+[value] Done for function pointer_to_const
+[value] computing for function const_destination <- modify_I <- main.
+        Called from tests/value/const.i:40.
+[value] Called Frama_C_show_each({0; 2; 3})
+[value] Called Frama_C_show_each({{ &I }})
+[value] Recording results for const_destination
+[value] Done for function const_destination
+[value] Recording results for modify_I
+[value] Done for function modify_I
+[value] computing for function modify_J <- main.
+        Called from tests/value/const.i:88.
+[value] Called Frama_C_show_each({8})
+[value] computing for function pointer_to_const <- modify_J <- main.
+        Called from tests/value/const.i:46.
+[value] Called Frama_C_show_each({8; 9})
+[value] Called Frama_C_show_each_dead()
+[value] Recording results for pointer_to_const
+[value] Done for function pointer_to_const
+[value] computing for function const_destination <- modify_J <- main.
+        Called from tests/value/const.i:47.
+[value] Called Frama_C_show_each({0; 8; 9})
+[value] Called Frama_C_show_each({{ &J }})
+[value] Recording results for const_destination
+[value] Done for function const_destination
+[value] Recording results for modify_J
+[value] Done for function modify_J
+[value] computing for function modify_s <- main.
+        Called from tests/value/const.i:89.
+[value] Called Frama_C_show_each({3})
+[value] computing for function pointer_to_const <- modify_s <- main.
+        Called from tests/value/const.i:53.
+[value] Called Frama_C_show_each({4})
+[value] Called Frama_C_show_each_dead()
+[value] Recording results for pointer_to_const
+[value] Done for function pointer_to_const
+[value] computing for function const_destination <- modify_s <- main.
+        Called from tests/value/const.i:54.
+[value] Called Frama_C_show_each({0; 4})
+[value] Called Frama_C_show_each({{ &s + {4} }})
+[value] Recording results for const_destination
+[value] Done for function const_destination
+[value] Recording results for modify_s
+[value] Done for function modify_s
+[value] computing for function modify_t <- main.
+        Called from tests/value/const.i:90.
+[value] Called Frama_C_show_each({6})
+[value] computing for function pointer_to_const <- modify_t <- main.
+        Called from tests/value/const.i:60.
+[value] Called Frama_C_show_each({4})
+[value] Called Frama_C_show_each_dead()
+[value] Recording results for pointer_to_const
+[value] Done for function pointer_to_const
+[value] computing for function const_destination <- modify_t <- main.
+        Called from tests/value/const.i:61.
+[value] Called Frama_C_show_each({3})
+[value] Called Frama_C_show_each({{ &t + {8} }})
+[value] Recording results for const_destination
+[value] Done for function const_destination
+[value] Recording results for modify_t
+[value] Done for function modify_t
+[value] computing for function constrain_G <- main.
+        Called from tests/value/const.i:91.
+tests/value/const.i:71:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each({1; 4})
+[value] Recording results for constrain_G
+[value] Done for function constrain_G
+[value] computing for function pointer_to_const_logic <- main.
+        Called from tests/value/const.i:93.
+[value] Recording results for pointer_to_const_logic
+[value] Done for function pointer_to_const_logic
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function const_destination:
+  I ∈ {0; 2; 3}
+  J ∈ {0; 8; 9}
+  s.i1 ∈ {3; 4}
+   .i2 ∈ {0; 4}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {0; 3}
+   [3] ∈ {0; 4}
+   [4] ∈ {5}
+   [5] ∈ {6; 7}
+   [6..9] ∈ {0}
+[value:final-states] Values at end of function const_formal:
+  i ∈ [--..--]
+[value:final-states] Values at end of function constrain_G:
+  r ∈ {3; 5}
+[value:final-states] Values at end of function pointer_to_const:
+  I ∈ {0; 2; 3}
+  J ∈ {0; 8; 9}
+  s.i1 ∈ {3; 4}
+   .i2 ∈ {0; 4}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {0; 4}
+   [4] ∈ {5}
+   [5] ∈ {6; 7}
+   [6..9] ∈ {0}
+[value:final-states] Values at end of function modify_I:
+  I ∈ {0; 2; 3}
+  J ∈ {8}
+  s.i1 ∈ {3}
+   .i2 ∈ {4}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+   [5] ∈ {6}
+   [6..9] ∈ {0}
+[value:final-states] Values at end of function modify_J:
+  I ∈ {0; 2; 3}
+  J ∈ {0; 8; 9}
+  s.i1 ∈ {3}
+   .i2 ∈ {4}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+   [5] ∈ {6}
+   [6..9] ∈ {0}
+[value:final-states] Values at end of function modify_s:
+  I ∈ {0; 2; 3}
+  J ∈ {0; 8; 9}
+  s.i1 ∈ {3; 4}
+   .i2 ∈ {0; 4}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+   [5] ∈ {6}
+   [6..9] ∈ {0}
+[value:final-states] Values at end of function modify_t:
+  I ∈ {0; 2; 3}
+  J ∈ {0; 8; 9}
+  s.i1 ∈ {3; 4}
+   .i2 ∈ {0; 4}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {0; 3}
+   [3] ∈ {0; 4}
+   [4] ∈ {5}
+   [5] ∈ {6; 7}
+   [6..9] ∈ {0}
+[value:final-states] Values at end of function pointer_to_const_logic:
+  J ∈ {0; 8; 9; 12}
+[value:final-states] Values at end of function main:
+  I ∈ {0; 2; 3}
+  J ∈ {0; 8; 9; 12}
+  s.i1 ∈ {3; 4}
+   .i2 ∈ {0; 4}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {0; 3}
+   [3] ∈ {0; 4}
+   [4] ∈ {5}
+   [5] ∈ {6; 7}
+   [6..9] ∈ {0}
+[from] Computing for function const_destination
+[from] Done for function const_destination
+[from] Computing for function const_formal
+[from] Done for function const_formal
+[from] Computing for function constrain_G
+[from] Done for function constrain_G
+[from] Computing for function pointer_to_const
+[from] Done for function pointer_to_const
+[from] Computing for function modify_I
+[from] Done for function modify_I
+[from] Computing for function modify_J
+[from] Done for function modify_J
+[from] Computing for function modify_s
+[from] Done for function modify_s
+[from] Computing for function modify_t
+[from] Done for function modify_t
+[from] Computing for function pointer_to_const_logic
+[from] Done for function pointer_to_const_logic
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function const_destination:
+  I FROM p (and SELF)
+  J FROM p (and SELF)
+  s.i2 FROM p (and SELF)
+  t[2] FROM p (and SELF)
+[from] Function const_formal:
+  NO EFFECTS
+[from] Function constrain_G:
+  NO EFFECTS
+[from] Function pointer_to_const:
+  I FROM p (and SELF)
+  J FROM p (and SELF)
+  s.i2 FROM p (and SELF)
+  t[3] FROM p (and SELF)
+[from] Function modify_I:
+  I FROM I; v (and SELF)
+  J FROM v (and SELF)
+  s.i2 FROM v (and SELF)
+  t[2..3] FROM v (and SELF)
+[from] Function modify_J:
+  I FROM v (and SELF)
+  J FROM J; v (and SELF)
+  s.i2 FROM v (and SELF)
+  t[2..3] FROM v (and SELF)
+[from] Function modify_s:
+  I FROM v (and SELF)
+  J FROM v (and SELF)
+  s.i1 FROM v; s.i1 (and SELF)
+   .i2 FROM v (and SELF)
+  t[2..3] FROM v (and SELF)
+[from] Function modify_t:
+  I FROM v (and SELF)
+  J FROM v (and SELF)
+  s.i2 FROM v (and SELF)
+  t[2..3] FROM v (and SELF)
+   [5] FROM v; t[5] (and SELF)
+[from] Function pointer_to_const_logic:
+  J FROM v; p (and SELF)
+[from] Function main:
+  I FROM I; v (and SELF)
+  J FROM J; v (and SELF)
+  s.i1 FROM v; s.i1 (and SELF)
+   .i2 FROM v (and SELF)
+  t[2..3] FROM v (and SELF)
+   [5] FROM v; t[5] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function const_destination:
+          I; J; s.i2; t[2]
+[inout] Inputs for function const_destination:
+          I; J; s.i2; t[2]
+[inout] Out (internal) for function const_formal:
+          i
+[inout] Inputs for function const_formal:
+          v
+[inout] Out (internal) for function constrain_G:
+          r
+[inout] Inputs for function constrain_G:
+          G
+[inout] Out (internal) for function pointer_to_const:
+          I; J; s.i2; t[3]
+[inout] Inputs for function pointer_to_const:
+          I; J; s.i2; t[3]
+[inout] Out (internal) for function modify_I:
+          I; J; s.i2; t[2..3]
+[inout] Inputs for function modify_I:
+          I; J; v; s.i2; t[2..3]
+[inout] Out (internal) for function modify_J:
+          I; J; s.i2; t[2..3]
+[inout] Inputs for function modify_J:
+          I; J; v; s.i2; t[2..3]
+[inout] Out (internal) for function modify_s:
+          I; J; s; t[2..3]
+[inout] Inputs for function modify_s:
+          I; J; v; s; t[2..3]
+[inout] Out (internal) for function modify_t:
+          I; J; s.i2; t{[2..3]; [5]}
+[inout] Inputs for function modify_t:
+          I; J; v; s.i2; t{[2..3]; [5]}
+[inout] Out (internal) for function pointer_to_const_logic:
+          J
+[inout] Inputs for function pointer_to_const_logic:
+          v
+[inout] Out (internal) for function main:
+          I; J; s; t{[2..3]; [5]}
+[inout] Inputs for function main:
+          G; I; J; v; s; t{[2..3]; [5]}
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ [--..--]
+  I ∈ {2}
+  J ∈ {8}
+  v ∈ [--..--]
+  X ∈ {0}
+  s.i1 ∈ {3}
+   .i2 ∈ {4}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+   [5] ∈ {6}
+   [6..9] ∈ {0}
+[value] computing for function const_formal <- main.
+        Called from tests/value/const.i:84.
+[value] Called Frama_C_show_each([-2147483648..2147483647])
+tests/value/const.i:21:[value] warning: out of bounds write. assert \valid(&i);
+tests/value/const.i:21:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for const_formal
+[value] Done for function const_formal
+[value] computing for function const_formal <- main.
+        Called from tests/value/const.i:85.
+[value] Called Frama_C_show_each({42})
+[value] Recording results for const_formal
+[value] Done for function const_formal
+[value] computing for function modify_I <- main.
+        Called from tests/value/const.i:87.
+[value] Called Frama_C_show_each({2})
+tests/value/const.i:38:[value] warning: out of bounds write. assert \valid(&I);
+tests/value/const.i:38:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] computing for function pointer_to_const <- modify_I <- main.
+        Called from tests/value/const.i:39.
+[value] Called Frama_C_show_each({2})
+tests/value/const.i:26:[value] warning: out of bounds write. assert \valid(p);
+tests/value/const.i:26:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for pointer_to_const
+[value] Done for function pointer_to_const
+[value] computing for function const_destination <- modify_I <- main.
+        Called from tests/value/const.i:40.
+[value] Called Frama_C_show_each({2})
+tests/value/const.i:32:[value] warning: out of bounds write. assert \valid(p);
+tests/value/const.i:32:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for const_destination
+[value] Done for function const_destination
+[value] Recording results for modify_I
+[value] Done for function modify_I
+[value] computing for function modify_J <- main.
+        Called from tests/value/const.i:88.
+[value] Called Frama_C_show_each({8})
+[value] computing for function pointer_to_const <- modify_J <- main.
+        Called from tests/value/const.i:46.
+[value] Called Frama_C_show_each({8; 9})
+[value] Recording results for pointer_to_const
+[value] Done for function pointer_to_const
+[value] computing for function const_destination <- modify_J <- main.
+        Called from tests/value/const.i:47.
+[value] Called Frama_C_show_each({8; 9})
+[value] Called Frama_C_show_each({{ &J }})
+[value] Recording results for const_destination
+[value] Done for function const_destination
+[value] Recording results for modify_J
+[value] Done for function modify_J
+[value] computing for function modify_s <- main.
+        Called from tests/value/const.i:89.
+[value] Called Frama_C_show_each({3})
+tests/value/const.i:52:[value] warning: out of bounds write. assert \valid(&s.i1);
+tests/value/const.i:52:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] computing for function pointer_to_const <- modify_s <- main.
+        Called from tests/value/const.i:53.
+[value] Called Frama_C_show_each({4})
+[value] Recording results for pointer_to_const
+[value] Done for function pointer_to_const
+[value] computing for function const_destination <- modify_s <- main.
+        Called from tests/value/const.i:54.
+[value] Called Frama_C_show_each({4})
+[value] Recording results for const_destination
+[value] Done for function const_destination
+[value] Recording results for modify_s
+[value] Done for function modify_s
+[value] computing for function modify_t <- main.
+        Called from tests/value/const.i:90.
+[value] Called Frama_C_show_each({6})
+tests/value/const.i:59:[value] warning: out of bounds write. assert \valid(&t[5]);
+tests/value/const.i:59:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] computing for function pointer_to_const <- modify_t <- main.
+        Called from tests/value/const.i:60.
+[value] Called Frama_C_show_each({4})
+[value] Recording results for pointer_to_const
+[value] Done for function pointer_to_const
+[value] computing for function const_destination <- modify_t <- main.
+        Called from tests/value/const.i:61.
+[value] Called Frama_C_show_each({3})
+[value] Recording results for const_destination
+[value] Done for function const_destination
+[value] Recording results for modify_t
+[value] Done for function modify_t
+[value] computing for function constrain_G <- main.
+        Called from tests/value/const.i:91.
+[value] Called Frama_C_show_each({1; 4})
+[value] Recording results for constrain_G
+[value] Done for function constrain_G
+[value] computing for function pointer_to_const_logic <- main.
+        Called from tests/value/const.i:93.
+tests/value/const.i:80:[value] warning: out of bounds write. assert \valid(p);
+tests/value/const.i:80:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for pointer_to_const_logic
+[value] Done for function pointer_to_const_logic
+[value] Recording results for main
+[value] done for function main
+tests/value/const.i:21:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/const.i:26:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/const.i:38:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/const.i:52:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/const.i:59:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/const.i:80:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function const_destination:
+  J ∈ {0}
+[value:final-states] Values at end of function const_formal:
+  
+[value:final-states] Values at end of function constrain_G:
+  r ∈ {3; 5}
+[value:final-states] Values at end of function pointer_to_const:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function modify_I:
+  J ∈ {8}
+[value:final-states] Values at end of function modify_J:
+  J ∈ {0; 8; 9}
+[value:final-states] Values at end of function modify_s:
+  J ∈ {0; 8; 9}
+[value:final-states] Values at end of function modify_t:
+  J ∈ {0; 8; 9}
+[value:final-states] Values at end of function pointer_to_const_logic:
+  
+[value:final-states] Values at end of function main:
+  J ∈ {0; 8; 9}
+[from] Computing for function const_destination
+[from] Done for function const_destination
+[from] Computing for function const_formal
+[from] Done for function const_formal
+[from] Computing for function constrain_G
+[from] Done for function constrain_G
+[from] Computing for function pointer_to_const
+[from] Non-terminating function pointer_to_const (no dependencies)
+[from] Done for function pointer_to_const
+[from] Computing for function modify_I
+[from] Done for function modify_I
+[from] Computing for function modify_J
+[from] Done for function modify_J
+[from] Computing for function modify_s
+[from] Done for function modify_s
+[from] Computing for function modify_t
+[from] Done for function modify_t
+[from] Computing for function pointer_to_const_logic
+[from] Done for function pointer_to_const_logic
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function const_destination:
+  J FROM p
+[from] Function const_formal:
+  NO EFFECTS
+[from] Function constrain_G:
+  NO EFFECTS
+[from] Function pointer_to_const:
+  NON TERMINATING - NO EFFECTS
+[from] Function modify_I:
+  J FROM v (and SELF)
+[from] Function modify_J:
+  J FROM J; v (and SELF)
+[from] Function modify_s:
+  J FROM v (and SELF)
+[from] Function modify_t:
+  J FROM v (and SELF)
+[from] Function pointer_to_const_logic:
+  J FROM v; p (and SELF)
+[from] Function main:
+  J FROM J; v (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function const_destination:
+          J
+[inout] Inputs for function const_destination:
+          I; J; s.i2; t[2]
+[inout] Out (internal) for function const_formal:
+          \nothing
+[inout] Inputs for function const_formal:
+          v
+[inout] Out (internal) for function constrain_G:
+          r
+[inout] Inputs for function constrain_G:
+          G
+[inout] Out (internal) for function pointer_to_const:
+          \nothing
+[inout] Inputs for function pointer_to_const:
+          I; J; s.i2; t[3]
+[inout] Out (internal) for function modify_I:
+          J
+[inout] Inputs for function modify_I:
+          I; J; v; s.i2; t[2..3]
+[inout] Out (internal) for function modify_J:
+          J
+[inout] Inputs for function modify_J:
+          I; J; v; s.i2; t[2..3]
+[inout] Out (internal) for function modify_s:
+          J
+[inout] Inputs for function modify_s:
+          I; J; v; s; t[2..3]
+[inout] Out (internal) for function modify_t:
+          J
+[inout] Inputs for function modify_t:
+          I; J; v; s.i2; t{[2..3]; [5]}
+[inout] Out (internal) for function pointer_to_const_logic:
+          \nothing
+[inout] Inputs for function pointer_to_const_logic:
+          v
+[inout] Out (internal) for function main:
+          J
+[inout] Inputs for function main:
+          G; I; J; v; s; t{[2..3]; [5]}
diff --git a/tests/value/oracle_symblocs/const2.err.oracle b/tests/value/oracle_symblocs/const2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/const2.res.oracle b/tests/value/oracle_symblocs/const2.res.oracle
new file mode 100644
index 00000000000..63222883e63
--- /dev/null
+++ b/tests/value/oracle_symblocs/const2.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/const2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0].a ∈ {1}
+   [0].[bits 8 to 31] ∈ {0}
+   [0].b ∈ {2}
+   [1].a ∈ {3}
+   [1].[bits 8 to 31] ∈ {0}
+   [1].b ∈ {4}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {2}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM T[0].b
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __retres
+[inout] Inputs for function main:
+          T[0].b
diff --git a/tests/value/oracle_symblocs/const_syntax.err.oracle b/tests/value/oracle_symblocs/const_syntax.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/const_syntax.res.oracle b/tests/value/oracle_symblocs/const_syntax.res.oracle
new file mode 100644
index 00000000000..eb37aa8c270
--- /dev/null
+++ b/tests/value/oracle_symblocs/const_syntax.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/const_syntax.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  INSTRU_N_00_01_001_CRC___1525983317999999999994352352523523993424999
+   ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  INSTRU_N_00_01_001_CRC___1525983317999999999994352352523523993425000
+   ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          INSTRU_N_00_01_001_CRC___1525983317999999999994352352523523993425000
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/const_typedef.err.oracle b/tests/value/oracle_symblocs/const_typedef.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/const_typedef.res.oracle b/tests/value/oracle_symblocs/const_typedef.res.oracle
new file mode 100644
index 00000000000..f40b0a64515
--- /dev/null
+++ b/tests/value/oracle_symblocs/const_typedef.res.oracle
@@ -0,0 +1,84 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/const_typedef.i (no preprocessing)
+/* Generated by Frama-C */
+typedef int INT[3][3];
+typedef int INT3[2][7];
+struct __anonstruct_ts_1 {
+   int s1 ;
+   int s2 ;
+};
+typedef struct __anonstruct_ts_1 ts;
+typedef int INT4[7];
+INT const __attribute__((__BLA__)) x1 = {{1, 2, 3}, {4, 5, 6}, {7}};
+INT const __attribute__((__BLA__)) x1bis;
+int const ( __attribute__((__BLA__)) x2)[3][3] = {{1, 2, 3}, {4, 5, 6}, {7}};
+INT3 const __attribute__((__BLA__)) x3 = {{1, 2, 3, 4, 5, 6, 7}};
+ts const __attribute__((__BLA__)) s[3] =
+  {{.s1 = 1, .s2 = 2}, {.s1 = 3, .s2 = 4}, {.s1 = 5, .s2 = 0}};
+INT4 const y1 = {0, 1, 2, 3, 4};
+int const y2[5] = {1, 2, 3, 4, 5};
+int const y3[7];
+
+int const y3[7] = {1, 2};
+int main(void)
+{
+  int __retres;
+  __retres = 0;
+  return __retres;
+}
+
+
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x1[0][0] ∈ {1}
+    [0][1] ∈ {2}
+    [0][2] ∈ {3}
+    [1][0] ∈ {4}
+    [1][1] ∈ {5}
+    [1][2] ∈ {6}
+    [2][0] ∈ {7}
+    [2][1..2] ∈ {0}
+  x1bis[0..2][0..2] ∈ {0}
+  x2[0][0] ∈ {1}
+    [0][1] ∈ {2}
+    [0][2] ∈ {3}
+    [1][0] ∈ {4}
+    [1][1] ∈ {5}
+    [1][2] ∈ {6}
+    [2][0] ∈ {7}
+    [2][1..2] ∈ {0}
+  x3[0][0] ∈ {1}
+    [0][1] ∈ {2}
+    [0][2] ∈ {3}
+    [0][3] ∈ {4}
+    [0][4] ∈ {5}
+    [0][5] ∈ {6}
+    [0][6] ∈ {7}
+    [1][0..6] ∈ {0}
+  s[0].s1 ∈ {1}
+   [0].s2 ∈ {2}
+   [1].s1 ∈ {3}
+   [1].s2 ∈ {4}
+   [2].s1 ∈ {5}
+   [2].s2 ∈ {0}
+  y1[0] ∈ {0}
+    [1] ∈ {1}
+    [2] ∈ {2}
+    [3] ∈ {3}
+    [4] ∈ {4}
+    [5..6] ∈ {0}
+  y2[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+  y3[0] ∈ {1}
+    [1] ∈ {2}
+    [2..6] ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
diff --git a/tests/value/oracle_symblocs/constarraystructlibentry.err.oracle b/tests/value/oracle_symblocs/constarraystructlibentry.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/constarraystructlibentry.res.oracle b/tests/value/oracle_symblocs/constarraystructlibentry.res.oracle
new file mode 100644
index 00000000000..4247799b7a9
--- /dev/null
+++ b/tests/value/oracle_symblocs/constarraystructlibentry.res.oracle
@@ -0,0 +1,169 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/constarraystructlibentry.i (no preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  t2[0][0] ∈ {1}
+    [0][1] ∈ {2}
+    [0][2] ∈ {3}
+    [1][0] ∈ {4}
+    [1][1] ∈ {5}
+    [1][2] ∈ {6}
+    [2][0] ∈ {7}
+    [2][1] ∈ {8}
+    [2][2] ∈ {9}
+  t3[0][0] ∈ {10}
+    [0][1] ∈ {20}
+    [0][2] ∈ {30}
+    [1][0] ∈ {40}
+    [1][1] ∈ {50}
+    [1][2] ∈ {60}
+    [2][0] ∈ {70}
+    [2][1] ∈ {80}
+    [2][2] ∈ {90}
+  t4[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+    [5] ∈ {6}
+    [6] ∈ {7}
+    [7] ∈ {8}
+    [8] ∈ {9}
+    [9] ∈ {10}
+    [10..11] ∈ {0}
+  t5[0].f1 ∈ [--..--]
+    [0].f2 ∈ {2}
+    [1].f1 ∈ [--..--]
+    [1].f2 ∈ {0}
+    [2].f1 ∈ [--..--]
+    [2].f2 ∈ {6}
+    [3].f1 ∈ [--..--]
+    [3].f2 ∈ {8}
+    [4].f1 ∈ [--..--]
+    [4].f2 ∈ {10}
+    [5].f1 ∈ [--..--]
+    [5].f2 ∈ {0}
+    [6].f1 ∈ [--..--]
+    [6].f2 ∈ {0}
+  t6[0].f0 ∈ [--..--]
+    [0].f2 ∈ {2}
+    {[0].[bits 40 to 63]; [1].f0} ∈ [--..--]
+    [1].f2 ∈ {4}
+    {[1].[bits 40 to 63]; [2].f0} ∈ [--..--]
+    [2].f2 ∈ {6}
+    {[2].[bits 40 to 63]; [3].f0} ∈ [--..--]
+    [3].f2 ∈ {8}
+    {[3].[bits 40 to 63]; [4].f0} ∈ [--..--]
+    [4].f2 ∈ {10}
+    {[4].[bits 40 to 63]; [5].f0} ∈ [--..--]
+    [5].f2 ∈ {0}
+    [5].[bits 40 to 63] ∈ [--..--]
+  t7[0..4] ∈ [--..--]
+  t8[0] ∈ {1}
+    [1] ∈ {2}
+    [2..4] ∈ {0}
+  s1 ∈ {0}
+  s2 ∈ {0}
+  s3.a{.b; .c} ∈ {0}
+    {.a.[bits 40 to 63]; .c; .[bits 72 to 95]} ∈ [--..--]
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {{ &t7[0] }}
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+  t2[0][0] ∈ {1}
+    [0][1] ∈ {2}
+    [0][2] ∈ {3}
+    [1][0] ∈ {4}
+    [1][1] ∈ {5}
+    [1][2] ∈ {6}
+    [2][0] ∈ {7}
+    [2][1] ∈ {8}
+    [2][2] ∈ {9}
+  t3[0][0] ∈ {10}
+    [0][1] ∈ {20}
+    [0][2] ∈ {30}
+    [1][0] ∈ {40}
+    [1][1] ∈ {50}
+    [1][2] ∈ {60}
+    [2][0] ∈ {70}
+    [2][1] ∈ {80}
+    [2][2] ∈ {90}
+  t4[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3] ∈ {4}
+    [4] ∈ {5}
+    [5] ∈ {6}
+    [6] ∈ {7}
+    [7] ∈ {8}
+    [8] ∈ {9}
+    [9] ∈ {10}
+    [10..11] ∈ {0}
+  t5[0].f1 ∈ [--..--]
+    [0].f2 ∈ {2}
+    [1].f1 ∈ [--..--]
+    [1].f2 ∈ {0}
+    [2].f1 ∈ [--..--]
+    [2].f2 ∈ {6}
+    [3].f1 ∈ [--..--]
+    [3].f2 ∈ {8}
+    [4].f1 ∈ [--..--]
+    [4].f2 ∈ {10}
+    [5].f1 ∈ [--..--]
+    [5].f2 ∈ {0}
+    [6].f1 ∈ [--..--]
+    [6].f2 ∈ {0}
+  t6[0].f0 ∈ [--..--]
+    [0].f2 ∈ {2}
+    [0].[bits 40 to 63] ∈ UNINITIALIZED
+    [1].f0 ∈ [--..--]
+    [1].f2 ∈ {4}
+    [1].[bits 40 to 63] ∈ UNINITIALIZED
+    [2].f0 ∈ [--..--]
+    [2].f2 ∈ {6}
+    [2].[bits 40 to 63] ∈ UNINITIALIZED
+    [3].f0 ∈ [--..--]
+    [3].f2 ∈ {8}
+    [3].[bits 40 to 63] ∈ UNINITIALIZED
+    [4].f0 ∈ [--..--]
+    [4].f2 ∈ {10}
+    [4].[bits 40 to 63] ∈ UNINITIALIZED
+    [5].f0 ∈ [--..--]
+    [5].f2 ∈ {0}
+    [5].[bits 40 to 63] ∈ UNINITIALIZED
+  t7[0..4] ∈ [--..--]
+  t8[0] ∈ {1}
+    [1] ∈ {2}
+    [2..4] ∈ {0}
+  s1{.b; .c} ∈ {0}
+    .[bits 40 to 63] ∈ UNINITIALIZED
+  s2.a{.b; .c} ∈ {0}
+    .a.[bits 40 to 63] ∈ UNINITIALIZED
+    .c ∈ {0}
+    .[bits 72 to 95] ∈ UNINITIALIZED
+  s3.a{.b; .c} ∈ {0}
+    .a.[bits 40 to 63] ∈ UNINITIALIZED
+    .c ∈ [--..--]
+    .[bits 72 to 95] ∈ UNINITIALIZED
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {{ &t7[0] }}
diff --git a/tests/value/oracle_symblocs/context_free.err.oracle b/tests/value/oracle_symblocs/context_free.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/context_free.res.oracle b/tests/value/oracle_symblocs/context_free.res.oracle
new file mode 100644
index 00000000000..f183473ab75
--- /dev/null
+++ b/tests/value/oracle_symblocs/context_free.res.oracle
@@ -0,0 +1,167 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/context_free.i (no preprocessing)
+[value] Analyzing an incomplete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c ∈ [--..--]
+  vol ∈ [--..--]
+  star_p ∈ [--..--]
+  star_w___500 ∈ [--..--]
+  s{.s1; .s2} ∈ [--..--]
+   .sp ∈ {{ NULL ; &S_sp_s[0] }}
+   .sg ∈ {0}
+  t{.s1; .s2} ∈ [--..--]
+   .sp ∈ {{ NULL ; &S_sp_t[0] }}
+   .sg ∈ {0}
+  tt.ss1{.s1; .s2} ∈ [--..--]
+    .ss1.sp ∈ {{ NULL ; &S_sp_ss1_tt[0] }}
+    .ss1.sg ∈ {0}
+    .ss2 ∈ [--..--]
+  u[0..11] ∈ [--..--]
+  v[0..11][0..2] ∈ [--..--]
+  w[0] ∈ {{ NULL ; &S_0_w[0] }}
+   [1] ∈ {{ NULL ; &S_1_w[0] }}
+   [2..11] ∈ {{ NULL ; &S_0_w[0] ; &S_1_w[0] }}
+  ts[0]{.s1; .s2} ∈ [--..--]
+    [0].sp ∈ {{ NULL ; &S_sp_0_ts[0] }}
+    [0].sg ∈ {0}
+    [1]{.s1; .s2} ∈ [--..--]
+    [1].sp ∈ {{ NULL ; &S_sp_1_ts[0] }}
+    [1].sg ∈ {0}
+    [2]{.s1; .s2} ∈ [--..--]
+    [2].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [2].sg ∈ {0}
+    [3]{.s1; .s2} ∈ [--..--]
+    [3].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [3].sg ∈ {0}
+    [4]{.s1; .s2} ∈ [--..--]
+    [4].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [4].sg ∈ {0}
+    [5]{.s1; .s2} ∈ [--..--]
+    [5].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [5].sg ∈ {0}
+    [6]{.s1; .s2} ∈ [--..--]
+    [6].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [6].sg ∈ {0}
+    [7]{.s1; .s2} ∈ [--..--]
+    [7].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [7].sg ∈ {0}
+    [8]{.s1; .s2} ∈ [--..--]
+    [8].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [8].sg ∈ {0}
+    [9]{.s1; .s2} ∈ [--..--]
+    [9].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [9].sg ∈ {0}
+  uu ∈ {{ garbled mix of &{WELL_uu} (origin: Well) }}
+  uuu ∈ [--..--]
+  c_int ∈ [--..--]
+  svoid.f1 ∈ [--..--]
+       .p ∈ {{ garbled mix of &{S_p_svoid} (origin: Well) }}
+  qvoid ∈ {{ garbled mix of &{S_qvoid} (origin: Well) }}
+  S_sp_s[0..1] ∈ [--..--]
+  S_sp_t[0..1] ∈ [--..--]
+  S_sp_ss1_tt[0..1] ∈ [--..--]
+  S_0_w[0..1] ∈ [--..--]
+  S_1_w[0..1] ∈ [--..--]
+  S_sp_0_ts[0..1] ∈ [--..--]
+  S_sp_1_ts[0..1] ∈ [--..--]
+  WELL_uu[bits 0 to ..] ∈ {{ garbled mix of &{WELL_uu} (origin: Well) }}
+  S_p_svoid[bits 0 to ..] ∈
+           {{ garbled mix of &{S_p_svoid} (origin: Well) }}
+  S_qvoid[bits 0 to ..] ∈ {{ garbled mix of &{S_qvoid} (origin: Well) }}
+tests/value/context_free.i:46:[value] warning: out of bounds write. assert \valid(p);
+tests/value/context_free.i:51:[value] Assigning imprecise value to vv.
+        The imprecision originates from Well
+tests/value/context_free.i:52:[value] warning: out of bounds write. assert \valid(vvv);
+tests/value/context_free.i:52:[value] Assigning imprecise value to *vvv (pointing to S_vvv with offsets {0}).
+        The imprecision originates from Well
+tests/value/context_free.i:54:[value] Assigning imprecise value to uu.u1.
+        The imprecision originates from Well
+tests/value/context_free.i:56:[value] warning: out of bounds write. assert \valid(ta+1);
+tests/value/context_free.i:58:[value] Assigning imprecise value to pvoid.
+        The imprecision originates from Well
+tests/value/context_free.i:59:[value] warning: out of bounds write. assert \valid(pvoid);
+tests/value/context_free.i:60:[value] Assigning imprecise value to pvoid.
+        The imprecision originates from Well
+tests/value/context_free.i:61:[value] warning: out of bounds write. assert \valid(pvoid);
+tests/value/context_free.i:61:[value] Assigning imprecise value to *pvoid
+        (pointing to S_qvoid with offsets [0..34359738360],0%8).
+        The imprecision originates from Arithmetic {tests/value/context_free.i:61}
+tests/value/context_free.i:62:[value] warning: pointer to function with incompatible type. assert \valid_function(g);
+tests/value/context_free.i:64:[value] warning: locals {pvoid} escaping the scope of f through S_qvoid
+[value] Recording results for f
+[value] done for function f
+tests/value/context_free.i:62:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  t.s1 ∈ [--..--]
+   .s2 ∈ {3}
+   .sp ∈ {{ NULL ; &S_sp_t[0] }}
+   .sg ∈ {0}
+  tt.ss1{.s1; .s2} ∈ [--..--]
+    .ss1.sp ∈ {{ NULL ; &S_sp_ss1_tt[0] }}
+    .ss1.sg ∈ {0}
+    .ss2 ∈ [--..--]
+  u[0] ∈ [--..--]
+   [1] ∈ {2}
+   [2..11] ∈ [--..--]
+  v[0][0] ∈ {5}
+   {[0][1..2]; [1..11][0..2]} ∈ [--..--]
+  w[0] ∈ {{ NULL ; &S_0_w[0] }}
+   [1] ∈ {{ NULL ; &S_1_w[0] }}
+   [2..3] ∈ {{ NULL ; &S_0_w[0] ; &S_1_w[0] }}
+   [4] ∈ {{ &a }}
+   [5..11] ∈ {{ NULL ; &S_0_w[0] ; &S_1_w[0] }}
+  ts[0]{.s1; .s2} ∈ [--..--]
+    [0].sp ∈ {{ NULL ; &S_sp_0_ts[0] }}
+    [0].sg ∈ {0}
+    [1]{.s1; .s2} ∈ [--..--]
+    [1].sp ∈ {{ NULL ; &S_sp_1_ts[0] }}
+    [1].sg ∈ {0}
+    [2]{.s1; .s2} ∈ [--..--]
+    [2].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [2].sg ∈ {0}
+    [3]{.s1; .s2} ∈ [--..--]
+    [3].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [3].sg ∈ {0}
+    [4]{.s1; .s2} ∈ [--..--]
+    [4].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [4].sg ∈ {0}
+    [5]{.s1; .s2} ∈ [--..--]
+    [5].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [5].sg ∈ {0}
+    [6]{.s1; .s2} ∈ [--..--]
+    [6].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [6].sg ∈ {0}
+    [7]{.s1; .s2} ∈ [--..--]
+    [7].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [7].sg ∈ {0}
+    [8]{.s1; .s2} ∈ [--..--]
+    [8].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [8].sg ∈ {0}
+    [9]{.s1; .s2} ∈ [--..--]
+    [9].sp ∈ {{ NULL ; &S_sp_0_ts[0] ; &S_sp_1_ts[0] }}
+    [9].sg ∈ {0}
+  uu ∈ {{ garbled mix of &{WELL_uu} (origin: Well) }}
+  uuu ∈ [--..--]
+  c_int ∈ [--..--]
+  p ∈ {{ &S_p[0] }}
+  vv ∈ {{ garbled mix of &{S_vv} (origin: Well) }}
+  ta ∈ {{ &S_ta[0] }}
+  pvoid ∈ {{ &S_qvoid + [0..4294967295] }}
+  S_p_svoid[bits 0 to ..] ∈
+           {{ garbled mix of &{S_p_svoid} (origin: Well) }}
+  S_qvoid[bits 0 to ..] ∈
+         {{ garbled mix of &{pvoid; S_qvoid} (origin: Well) }}
+  S_ta[0] ∈ [--..--]
+      [1] ∈ {3}
+      [2..4] ∈ [--..--]
+  S_vvv[0] ∈ {{ garbled mix of &{S_0_S_vvv} (origin: Well) }}
+       [1] ∈ {{ garbled mix of &{S_1_S_vvv} (origin: Well) }}
+  S_p[0] ∈ {{ NULL ; &S_0_S_p[0] }}
+     [1] ∈ {{ NULL ; &S_1_S_p[0] }}
diff --git a/tests/value/oracle_symblocs/context_free_simple.err.oracle b/tests/value/oracle_symblocs/context_free_simple.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/context_free_simple.res.oracle b/tests/value/oracle_symblocs/context_free_simple.res.oracle
new file mode 100644
index 00000000000..f917abea2b2
--- /dev/null
+++ b/tests/value/oracle_symblocs/context_free_simple.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/context_free_simple.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  z ∈ {1}
+[value] computing for function f <- main.
+        Called from tests/value/context_free_simple.i:12.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  z ∈ {5}
+  __retres ∈ {4}
+[value:final-states] Values at end of function main:
+  z ∈ {5}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  z FROM x; y
+  \result FROM y
+[from] Function main:
+  z FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          z; __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          z
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/context_width.err.oracle b/tests/value/oracle_symblocs/context_width.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/context_width.res.oracle b/tests/value/oracle_symblocs/context_width.res.oracle
new file mode 100644
index 00000000000..a3749768a60
--- /dev/null
+++ b/tests/value/oracle_symblocs/context_width.res.oracle
@@ -0,0 +1,112 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/context_width.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+tests/value/context_width.i:10:[value] warning: pointer comparison. assert \pointer_comparable((void *)(p+2), (void *)0);
+tests/value/context_width.i:12:[value] warning: pointer comparison. assert \pointer_comparable((void *)(p+1), (void *)(&a));
+tests/value/context_width.i:15:[value] warning: out of bounds write. assert \valid(p+1);
+tests/value/context_width.i:16:[value] warning: out of bounds write. assert \valid(p+2);
+tests/value/context_width.i:17:[value] warning: assertion got status invalid (stopping propagation).
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  S_p[0] ∈ {1}
+     [1] ∈ {2}
+     [2] ∈ {3}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  S_p[0..2] FROM p (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          S_p[0..2]
+[inout] Inputs for function main:
+          \nothing
+/* Generated by Frama-C */
+int a;
+void main(int *p)
+{
+  if (! (p == (int *)0)) {
+    if (! (p + 1 == (int *)0)) 
+      /*@ assert
+          Value: ptr_comparison:
+            \pointer_comparable((void *)(p+2), (void *)0);
+      */
+      if (! (p + 2 == (int *)0)) ;
+    /*@ assert
+        Value: ptr_comparison:
+          \pointer_comparable((void *)(p+1), (void *)(&a));
+    */
+    if (p + 1 == & a) ;
+    *p = 1;
+    /*@ assert Value: mem_access: \valid(p+1); */
+    *(p + 1) = 2;
+    /*@ assert Value: mem_access: \valid(p+2); */
+    *(p + 2) = 3;
+  }
+  else 
+    /*@ assert \false; */ ;
+  return;
+}
+
+
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+tests/value/context_width.i:10:[value] warning: pointer comparison. assert \pointer_comparable((void *)(p+2), (void *)0);
+tests/value/context_width.i:12:[value] warning: pointer comparison. assert \pointer_comparable((void *)(p+1), (void *)(&a));
+tests/value/context_width.i:15:[value] warning: out of bounds write. assert \valid(p+1);
+tests/value/context_width.i:15:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main
+[value] done for function main
+tests/value/context_width.i:15:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          S_p_0[0]
+[inout] Inputs for function main:
+          \nothing
+/* Generated by Frama-C */
+int a;
+void main(int *p)
+{
+  if (! (p == (int *)0)) {
+    if (! (p + 1 == (int *)0)) 
+      /*@ assert
+          Value: ptr_comparison:
+            \pointer_comparable((void *)(p+2), (void *)0);
+      */
+      if (! (p + 2 == (int *)0)) ;
+    /*@ assert
+        Value: ptr_comparison:
+          \pointer_comparable((void *)(p+1), (void *)(&a));
+    */
+    if (p + 1 == & a) ;
+    *p = 1;
+    /*@ assert Value: mem_access: \valid(p+1); */
+    *(p + 1) = 2;
+    *(p + 2) = 3;
+  }
+  else 
+    /*@ assert \false; */ ;
+  return;
+}
+
+
diff --git a/tests/value/oracle_symblocs/control.err.oracle b/tests/value/oracle_symblocs/control.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/control.res.oracle b/tests/value/oracle_symblocs/control.res.oracle
new file mode 100644
index 00000000000..4702eabecf2
--- /dev/null
+++ b/tests/value/oracle_symblocs/control.res.oracle
@@ -0,0 +1,29 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/control.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+tests/value/control.i:11:[value] entering loop for the first time
+tests/value/control.i:14:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  x ∈ [0..2147483647]
+  i ∈ {4}
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  x FROM x (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          x; i
+[inout] Inputs for function f:
+          x; c
diff --git a/tests/value/oracle_symblocs/conversion.err.oracle b/tests/value/oracle_symblocs/conversion.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/conversion.res.oracle b/tests/value/oracle_symblocs/conversion.res.oracle
new file mode 100644
index 00000000000..efb6fbc23c5
--- /dev/null
+++ b/tests/value/oracle_symblocs/conversion.res.oracle
@@ -0,0 +1,95 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/conversion.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+[value] DUMPING STATE of file tests/value/conversion.i line 10
+        v ∈ [--..--]
+        x ∈ {1}
+        y ∈ UNINITIALIZED
+        f ∈ {1.40129846432e-45}
+        l ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/conversion.i:13:[value] warning: assertion 'ASSUME' got status unknown.
+[value] DUMPING STATE of file tests/value/conversion.i line 15
+        v ∈ [--..--]
+        x ∈ [0..1120000000]
+        y ∈ UNINITIALIZED
+        f ∈ [0. .. 96.921875]
+        l ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/conversion.i:18:[value] warning: assertion 'ASSUME' got status unknown.
+tests/value/conversion.i:19:[value] warning: non-finite float value. assert \is_finite(*((float *)(&x)));
+[value] DUMPING STATE of file tests/value/conversion.i line 20
+        v ∈ [--..--]
+        x ∈ [-10..10]
+        y ∈ UNINITIALIZED
+        f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+        l ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/conversion.i:23:[value] warning: assertion 'ASSUME' got status unknown.
+[value] DUMPING STATE of file tests/value/conversion.i line 25
+        v ∈ [--..--]
+        x ∈ [-10..10]
+        y ∈ [-10..10]
+        f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+        l ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/conversion.i:28:[value] warning: assertion 'ASSUME' got status unknown.
+[value] DUMPING STATE of file tests/value/conversion.i line 30
+        v ∈ [--..--]
+        x ∈ [1077936128..1084227584]
+        y ∈ [-10..10]
+        f ∈ [3. .. 5.]
+        l ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/conversion.i:33:[value] warning: non-finite float value. assert \is_finite(*((float *)(&x)));
+[value] DUMPING STATE of file tests/value/conversion.i line 34
+        v ∈ [--..--]
+        x ∈ {{ (int)&x }}
+        y ∈ [-10..10]
+        f ∈ {{ (float)&x }}
+        l ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/conversion.i line 39
+        v ∈ [--..--]
+        x[bits 0 to 15] ∈ {1}
+         [bits 16 to 31] ∈ {2}
+        y ∈ [-10..10]
+        f[bits 0 to 15] ∈ {1}
+         [bits 16 to 31] ∈ {2}
+        l ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/conversion.i:44:[value] warning: assertion 'ASSUME' got status unknown.
+[value] DUMPING STATE of file tests/value/conversion.i line 47
+        v ∈ [--..--]
+        x[bits 0 to 15] ∈ {1}
+         [bits 16 to 31] ∈ {2}
+        y ∈ [-10..10]
+        f ∈ [7.00649232162e-45 .. 2.10194769649e-44] or UNINITIALIZED
+        l ∈ [5..15] or UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x[bits 0 to 15] ∈ {1}
+   [bits 16 to 31] ∈ {2}
+  y ∈ [-10..10]
+  f ∈ [7.00649232162e-45 .. 2.10194769649e-44] or UNINITIALIZED
+  l ∈ [5..15] or UNINITIALIZED
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; y; f; l
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/copy_paste.err.oracle b/tests/value/oracle_symblocs/copy_paste.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/copy_paste.res.oracle b/tests/value/oracle_symblocs/copy_paste.res.oracle
new file mode 100644
index 00000000000..ba665f443e1
--- /dev/null
+++ b/tests/value/oracle_symblocs/copy_paste.res.oracle
@@ -0,0 +1,38 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/copy_paste.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..11] ∈ {0}
+  G ∈ {0}
+tests/value/copy_paste.i:8:[value] warning: accessing out of bounds index. assert 0 ≤ j;
+tests/value/copy_paste.i:8:[value] warning: accessing out of bounds index. assert j < 12;
+tests/value/copy_paste.i:9:[value] warning: out of bounds read. assert \valid_read((int *)l);
+[value] Recording results for main
+[value] done for function main
+tests/value/copy_paste.i:8:[value] assertion 'Value,index_bound' got final status valid.
+tests/value/copy_paste.i:9:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0..2] ∈ {0}
+   [3] ∈ {0; 3; 4}
+   [4] ∈ {4}
+   [5..11] ∈ {0}
+  G ∈ [--..--]
+  l ∈ [--..--]
+  i ∈ {3; 4}
+  j ∈ {4}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t[3] FROM c (and SELF)
+   [4] FROM c
+  G FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t[3..4]; G; l; i; tmp; j; tmp_0
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/copy_paste_hidden_by_dummy_cast.err.oracle b/tests/value/oracle_symblocs/copy_paste_hidden_by_dummy_cast.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/copy_paste_hidden_by_dummy_cast.res.oracle b/tests/value/oracle_symblocs/copy_paste_hidden_by_dummy_cast.res.oracle
new file mode 100644
index 00000000000..e2428c54137
--- /dev/null
+++ b/tests/value/oracle_symblocs/copy_paste_hidden_by_dummy_cast.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/copy_paste_hidden_by_dummy_cast.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  A4O1_Ci_sNO_ERREUR_ANO ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  Rl_sErreurAno ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          Rl_sErreurAno
+[inout] Inputs for function main:
+          A4O1_Ci_sNO_ERREUR_ANO
diff --git a/tests/value/oracle_symblocs/copy_stdin.err.oracle b/tests/value/oracle_symblocs/copy_stdin.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/copy_stdin.res.oracle b/tests/value/oracle_symblocs/copy_stdin.res.oracle
new file mode 100644
index 00000000000..d8551a275ed
--- /dev/null
+++ b/tests/value/oracle_symblocs/copy_stdin.res.oracle
@@ -0,0 +1,34 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/copy_stdin.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function leaf <- main.
+        Called from tests/value/copy_stdin.i:4.
+tests/value/copy_stdin.i:4:[kernel] warning: Neither code nor specification for function leaf, generating default assigns from the prototype
+[value] using specification for function leaf
+[value] Done for function leaf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  stdin ∈
+       {{ NULL + [--..--] ; &alloced_return_leaf + [0..2147483644],0%4 }}
+  toto ∈ {{ NULL + [--..--] ; &alloced_return_leaf + [0..2147483644],0%4 }}
+[from] Computing for function main
+[from] Computing for function leaf <-main
+[from] Done for function leaf
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function leaf:
+  \result FROM \nothing
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          stdin; toto
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/dangling.err.oracle b/tests/value/oracle_symblocs/dangling.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/dangling.res.oracle b/tests/value/oracle_symblocs/dangling.res.oracle
new file mode 100644
index 00000000000..0712b7c6f74
--- /dev/null
+++ b/tests/value/oracle_symblocs/dangling.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/dangling.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+tests/value/dangling.i:9:[value] warning: locals {v_0} escaping the scope of a block of main through x
+tests/value/dangling.i:15:[value] warning: assertion got status unknown.
+tests/value/dangling.i:16:[value] assertion got status valid.
+tests/value/dangling.i:19:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&x);
+tests/value/dangling.i:23:[value] warning: assertion got status unknown.
+tests/value/dangling.i:24:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&x);
+[value] Recording results for main
+[value] done for function main
+tests/value/dangling.i:24:[value] assertion 'Value,dangling_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {{ &y }} or ESCAPINGADDR
+  y ∈ {1}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; y; i; j; j_0
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/dataflow_order.err.oracle b/tests/value/oracle_symblocs/dataflow_order.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/dataflow_order.res.oracle b/tests/value/oracle_symblocs/dataflow_order.res.oracle
new file mode 100644
index 00000000000..b0206b84529
--- /dev/null
+++ b/tests/value/oracle_symblocs/dataflow_order.res.oracle
@@ -0,0 +1,138 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/dataflow_order.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  c ∈ [--..--]
+  j ∈ {0}
+  k ∈ {0}
+tests/value/dataflow_order.i:17:[value] entering loop for the first time
+[value] Called Frama_C_show_each_1({0}, {0})
+[value] Called Frama_C_show_each_then({1}, {0})
+[value] computing for function f <- main.
+        Called from tests/value/dataflow_order.i:22.
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_else({1}, {0})
+[value] computing for function g <- main.
+        Called from tests/value/dataflow_order.i:25.
+[value] Recording results for g
+[value] Done for function g
+[value] Called Frama_C_show_each_1({0; 1}, {0; 1})
+[value] Called Frama_C_show_each_then({1; 2}, {0; 1})
+[value] computing for function f <- main.
+        Called from tests/value/dataflow_order.i:22.
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_else({1; 2}, {0; 1})
+[value] computing for function g <- main.
+        Called from tests/value/dataflow_order.i:25.
+[value] Recording results for g
+[value] Done for function g
+[value] Called Frama_C_show_each_1({0; 1; 2}, {0; 1; 2})
+[value] Called Frama_C_show_each_then({1; 2; 3}, {0; 1; 2})
+[value] computing for function f <- main.
+        Called from tests/value/dataflow_order.i:22.
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_else({1; 2; 3}, {0; 1; 2})
+[value] computing for function g <- main.
+        Called from tests/value/dataflow_order.i:25.
+[value] Recording results for g
+[value] Done for function g
+[value] Called Frama_C_show_each_1([0..64999], {0; 1; 2; 3})
+[value] Called Frama_C_show_each_then([1..65000], {0; 1; 2; 3})
+[value] computing for function f <- main.
+        Called from tests/value/dataflow_order.i:22.
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_else([1..65000], {0; 1; 2; 3})
+[value] computing for function g <- main.
+        Called from tests/value/dataflow_order.i:25.
+[value] Recording results for g
+[value] Done for function g
+[value] Called Frama_C_show_each_1([0..64999], {0; 1; 2; 3; 4})
+[value] Called Frama_C_show_each_then([1..65000], {0; 1; 2; 3; 4})
+[value] computing for function f <- main.
+        Called from tests/value/dataflow_order.i:22.
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_else([1..65000], {0; 1; 2; 3; 4})
+[value] computing for function g <- main.
+        Called from tests/value/dataflow_order.i:25.
+[value] Recording results for g
+[value] Done for function g
+[value] Called Frama_C_show_each_1([0..64999], [0..2147483647])
+[value] Called Frama_C_show_each_then([1..65000], [0..2147483647])
+[value] computing for function f <- main.
+        Called from tests/value/dataflow_order.i:22.
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_else([1..65000], [0..2147483647])
+[value] computing for function g <- main.
+        Called from tests/value/dataflow_order.i:25.
+[value] Recording results for g
+[value] Done for function g
+[value] Called Frama_C_show_each_1([0..64999], [0..2147483648])
+[value] Called Frama_C_show_each_then([1..65000], [0..2147483648])
+[value] computing for function f <- main.
+        Called from tests/value/dataflow_order.i:22.
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_else([1..65000], [0..2147483648])
+[value] computing for function g <- main.
+        Called from tests/value/dataflow_order.i:25.
+[value] Recording results for g
+[value] Done for function g
+[value] Called Frama_C_show_each_1([0..64999], [0..4294967295])
+[value] Called Frama_C_show_each_then([1..65000], [0..4294967295])
+[value] computing for function f <- main.
+        Called from tests/value/dataflow_order.i:22.
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_else([1..65000], [0..4294967295])
+[value] computing for function g <- main.
+        Called from tests/value/dataflow_order.i:25.
+[value] Recording results for g
+[value] Done for function g
+[value] Called Frama_C_show_each_end()
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  j ∈ [--..--]
+[value:final-states] Values at end of function g:
+  k ∈ [--..--]
+[value:final-states] Values at end of function main:
+  j ∈ [--..--]
+  k ∈ [--..--]
+  i ∈ {65000}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  j FROM j
+[from] Function g:
+  k FROM k
+[from] Function main:
+  j FROM c; j (and SELF)
+  k FROM c; k (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          j
+[inout] Inputs for function f:
+          j
+[inout] Out (internal) for function g:
+          k
+[inout] Inputs for function g:
+          k
+[inout] Out (internal) for function main:
+          j; k; i
+[inout] Inputs for function main:
+          c; j; k
diff --git a/tests/value/oracle_symblocs/dead_code.err.oracle b/tests/value/oracle_symblocs/dead_code.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/dead_code.res.oracle b/tests/value/oracle_symblocs/dead_code.res.oracle
new file mode 100644
index 00000000000..2619d6d360e
--- /dev/null
+++ b/tests/value/oracle_symblocs/dead_code.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/dead_code.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {1}
+  j ∈ {17}
+  l ∈ {17}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; j; l
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/dead_code2.err.oracle b/tests/value/oracle_symblocs/dead_code2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/dead_code2.res.oracle b/tests/value/oracle_symblocs/dead_code2.res.oracle
new file mode 100644
index 00000000000..72981fac3a4
--- /dev/null
+++ b/tests/value/oracle_symblocs/dead_code2.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/dead_code2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G ∈ {0}
+  i ∈ {1}
+  l ∈ {17}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  G FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G; i; l
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/dead_inout.err.oracle b/tests/value/oracle_symblocs/dead_inout.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/dead_inout.res.oracle b/tests/value/oracle_symblocs/dead_inout.res.oracle
new file mode 100644
index 00000000000..4a27a568fb2
--- /dev/null
+++ b/tests/value/oracle_symblocs/dead_inout.res.oracle
@@ -0,0 +1,100 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/dead_inout.i (no preprocessing)
+[value] Analyzing a complete application starting at main_all
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+[value] computing for function main <- main_all.
+        Called from tests/value/dead_inout.i:40.
+[value] computing for function f <- main <- main_all.
+        Called from tests/value/dead_inout.i:18.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main <- main_all.
+        Called from tests/value/dead_inout.i:19.
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main
+[value] Done for function main
+[value] computing for function main2 <- main_all.
+        Called from tests/value/dead_inout.i:41.
+[value] computing for function f2 <- main2 <- main_all.
+        Called from tests/value/dead_inout.i:33.
+[value] Recording results for f2
+[value] Done for function f2
+[value] computing for function f2 <- main2 <- main_all.
+        Called from tests/value/dead_inout.i:34.
+[value] Recording results for f2
+[value] Done for function f2
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main_all
+[value] done for function main_all
+[inout] Out (internal) for function f:
+          a
+[inout] Inputs for function f:
+          b
+[inout] InOut (internal) for function f:
+        Operational inputs:
+          b
+        Operational inputs on termination:
+          b
+        Sure outputs:
+          a
+[inout] Out (internal) for function f2:
+          x; y
+[inout] Inputs for function f2:
+          \nothing
+[inout] InOut (internal) for function f2:
+        Operational inputs:
+          v; p; q
+        Operational inputs on termination:
+          v; p; q
+        Sure outputs:
+          \nothing
+[inout] Out (internal) for function g:
+          x
+[inout] Inputs for function g:
+          \nothing
+[inout] InOut (internal) for function g:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          x
+[inout] Out (internal) for function main:
+          a
+[inout] Inputs for function main:
+          b
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          b
+        Operational inputs on termination:
+          b
+        Sure outputs:
+          a
+[inout] Out (internal) for function main2:
+          x; y
+[inout] Inputs for function main2:
+          \nothing
+[inout] InOut (internal) for function main2:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          x; y
+[inout] Out (internal) for function main_all:
+          a
+[inout] Inputs for function main_all:
+          b
+[inout] InOut (internal) for function main_all:
+        Operational inputs:
+          b
+        Operational inputs on termination:
+          b
+        Sure outputs:
+          a
diff --git a/tests/value/oracle_symblocs/dead_statuses.err.oracle b/tests/value/oracle_symblocs/dead_statuses.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/dead_statuses.res.oracle b/tests/value/oracle_symblocs/dead_statuses.res.oracle
new file mode 100644
index 00000000000..c8a32d2c6f5
--- /dev/null
+++ b/tests/value/oracle_symblocs/dead_statuses.res.oracle
@@ -0,0 +1,132 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/dead_statuses.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/dead_statuses.i:9.
+[value] using specification for function f
+tests/value/dead_statuses.i:5:[value] function f: precondition got status valid.
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/dead_statuses.i:11.
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'Frama_C_bzero'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file share/libc/__fc_builtin_for_normalization.i, line 32)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file share/libc/__fc_builtin_for_normalization.i, line 31)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file share/libc/__fc_builtin_for_normalization.i, line 31)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Pre-condition (file tests/value/dead_statuses.i, line 5)
+            by Call Preconditions.
+[ Extern  ] Assigns nothing
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[  Dead   ] Post-condition for 'Frama_C_implicit_init' (file tests/value/dead_statuses.i, line 14) at block
+            Locally valid, but unreachable.
+            By Frama-C kernel because:
+             - Unreachable block (after it)
+            By Value because:
+             - Unreachable block (after it)
+[  Dead   ] Post-condition for 'Frama_C_implicit_init' (file tests/value/dead_statuses.i, line 14) at block
+            Locally valid, but unreachable.
+            By Frama-C kernel because:
+             - Unreachable block (after it)
+            By Value because:
+             - Unreachable block (after it)
+[  Dead   ] Pre-condition (file tests/value/dead_statuses.i, line 18) at instruction (file tests/value/dead_statuses.i, line 19)
+            Locally valid, but unreachable.
+            By Value because:
+             - Unreachable instruction (file tests/value/dead_statuses.i, line 19)
+[  Dead   ] Assigns for 'Frama_C_implicit_init' (file tests/value/dead_statuses.i, line 14) at block
+            Locally valid, but unreachable.
+            By Frama-C kernel because:
+             - Unreachable block (after it)
+            By Value because:
+             - Unreachable block (after it)
+[  Dead   ] Assertion (file tests/value/dead_statuses.i, line 15)
+            Locally valid, but unreachable.
+            By Value because:
+             - Unreachable program point (file tests/value/dead_statuses.i, line 15)
+[  Dead   ] Invariant (file tests/value/dead_statuses.i, line 16)
+            Locally valid, but unreachable.
+            By Value because:
+             - Unreachable loop (file tests/value/dead_statuses.i, line 17)
+[  Dead   ] Behavior 'Frama_C_implicit_init' at block
+            Locally valid, but unreachable.
+            By Frama-C kernel because:
+             - Unreachable block (after it)
+[  Valid  ] Default behavior at instruction (file tests/value/dead_statuses.i, line 19)
+            by Frama-C kernel.
+[Unreachable] Unreachable call 'f' (file tests/value/dead_statuses.i, line 13)
+            by Value.
+[Unreachable] Unreachable block (after it)
+            by Value.
+[Unreachable] Unreachable program point (file tests/value/dead_statuses.i, line 15)
+            by Value.
+[Unreachable] Unreachable loop (file tests/value/dead_statuses.i, line 17)
+            by Value.
+[Unreachable] Unreachable instruction (file tests/value/dead_statuses.i, line 19)
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/dead_statuses.i, line 5)' at call 'f' (file tests/value/dead_statuses.i, line 9)
+
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/dead_statuses.i, line 5)' at call 'f' (file tests/value/dead_statuses.i, line 11)
+
+            by Value.
+[  Dead   ] Instance of 'Pre-condition (file tests/value/dead_statuses.i, line 5)' at call 'f' (file tests/value/dead_statuses.i, line 13)
+
+            Locally valid, but unreachable.
+            By Value because:
+             - Unreachable call 'f' (file tests/value/dead_statuses.i, line 13)
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     6 Completely validated
+     4 Considered valid
+     8 Dead properties
+     5 Unreachable
+    23 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/deep_conditionals.err.oracle b/tests/value/oracle_symblocs/deep_conditionals.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/deep_conditionals.res.oracle b/tests/value/oracle_symblocs/deep_conditionals.res.oracle
new file mode 100644
index 00000000000..ff65f730921
--- /dev/null
+++ b/tests/value/oracle_symblocs/deep_conditionals.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/deep_conditionals.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  X ∈ {33}
+  Y ∈ {77}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          X; Y; tmp
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/degeneration2.err.oracle b/tests/value/oracle_symblocs/degeneration2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/degeneration2.res.oracle b/tests/value/oracle_symblocs/degeneration2.res.oracle
new file mode 100644
index 00000000000..9a66b60f4aa
--- /dev/null
+++ b/tests/value/oracle_symblocs/degeneration2.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/degeneration2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+tests/value/degeneration2.i:14:[value] warning: accessing uninitialized left-value. assert \initialized(&A);
+tests/value/degeneration2.i:14:[value] warning: signed overflow. assert -2147483648 ≤ -((int)A);
+tests/value/degeneration2.i:14:[value] warning: signed overflow. assert -((int)A) ≤ 2147483647;
+tests/value/degeneration2.i:14:[value] Assigning imprecise value to A.
+        The imprecision originates from Arithmetic {tests/value/degeneration2.i:14}
+tests/value/degeneration2.i:16:[value] entering loop for the first time
+tests/value/degeneration2.i:17:[value] warning: accessing uninitialized left-value. assert \initialized((int *)A);
+tests/value/degeneration2.i:17:[value] warning: out of bounds read. assert \valid_read((int *)A);
+tests/value/degeneration2.i:25:[value] warning: accessing uninitialized left-value. assert \initialized(&offset_uninit);
+[value] Recording results for main
+[value] done for function main
+tests/value/degeneration2.i:25:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  A ∈
+   {{ garbled mix of &{B; C; D; E}
+    (origin: Arithmetic {tests/value/degeneration2.i:14}) }}
+  B ∈ {{ (void *)&C }} or UNINITIALIZED
+  C ∈ {{ (void *)&D }} or UNINITIALIZED
+  D ∈ {{ (void *)&E }} or UNINITIALIZED
+  x ∈ [0..10]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          A; B; C; D; x; tmp; tmp_0; vv
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/deps.0.err.oracle b/tests/value/oracle_symblocs/deps.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/deps.0.res.oracle b/tests/value/oracle_symblocs/deps.0.res.oracle
new file mode 100644
index 00000000000..a25f013689c
--- /dev/null
+++ b/tests/value/oracle_symblocs/deps.0.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/deps.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  b ∈ [--..--]
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          b
+[inout] Inputs for function f:
+          \nothing
diff --git a/tests/value/oracle_symblocs/deps.1.err.oracle b/tests/value/oracle_symblocs/deps.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/deps.1.res.oracle b/tests/value/oracle_symblocs/deps.1.res.oracle
new file mode 100644
index 00000000000..c5f3a7538fc
--- /dev/null
+++ b/tests/value/oracle_symblocs/deps.1.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/deps.i (no preprocessing)
+[value] Analyzing a complete application starting at fonc1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/deps.i:17:[value] warning: signed overflow. assert -2147483648 ≤ a+b;
+tests/value/deps.i:17:[value] warning: signed overflow. assert a+b ≤ 2147483647;
+tests/value/deps.i:24:[value] warning: signed overflow. assert -2147483648 ≤ w+v2.x;
+tests/value/deps.i:24:[value] warning: signed overflow. assert w+v2.x ≤ 2147483647;
+tests/value/deps.i:24:[value] warning: signed overflow. assert -2147483648 ≤ (int)(w+v2.x)+v3.x;
+tests/value/deps.i:24:[value] warning: signed overflow. assert (int)(w+v2.x)+v3.x ≤ 2147483647;
+[value] Recording results for fonc1
+[value] done for function fonc1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function fonc1:
+  w ∈ [--..--]
+  v1.x ∈ [--..--]
+    .y ∈ UNINITIALIZED
+[from] Computing for function fonc1
+[from] Done for function fonc1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function fonc1:
+  \result FROM a; b
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function fonc1:
+          w; v1.x; v2.x; v3.x
+[inout] Inputs for function fonc1:
+          \nothing
diff --git a/tests/value/oracle_symblocs/deps.2.err.oracle b/tests/value/oracle_symblocs/deps.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/deps.2.res.oracle b/tests/value/oracle_symblocs/deps.2.res.oracle
new file mode 100644
index 00000000000..1d578989af7
--- /dev/null
+++ b/tests/value/oracle_symblocs/deps.2.res.oracle
@@ -0,0 +1,27 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/deps.i (no preprocessing)
+[value] Analyzing a complete application starting at fonc2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/deps.i:32:[value] warning: signed overflow. assert -2147483648 ≤ a+b;
+tests/value/deps.i:32:[value] warning: signed overflow. assert a+b ≤ 2147483647;
+[value] Recording results for fonc2
+[value] done for function fonc2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function fonc2:
+  w ∈ [--..--]
+  v1.x ∈ [--..--]
+    .y ∈ UNINITIALIZED
+[from] Computing for function fonc2
+[from] Done for function fonc2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function fonc2:
+  \result FROM a; b
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function fonc2:
+          w; v1.x
+[inout] Inputs for function fonc2:
+          \nothing
diff --git a/tests/value/oracle_symblocs/deps_addr.err.oracle b/tests/value/oracle_symblocs/deps_addr.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/deps_addr.res.oracle b/tests/value/oracle_symblocs/deps_addr.res.oracle
new file mode 100644
index 00000000000..a2f08d027b1
--- /dev/null
+++ b/tests/value/oracle_symblocs/deps_addr.res.oracle
@@ -0,0 +1,27 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/deps_addr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t ∈ {0}
+  a ∈ {0}
+  tt[0..4][0..4] ∈ {0}
+tests/value/deps_addr.i:6:[value] warning: out of bounds read. assert \valid_read(t+(int)(&a));
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __retres
+[inout] Inputs for function main:
+          t
diff --git a/tests/value/oracle_symblocs/deps_compose.err.oracle b/tests/value/oracle_symblocs/deps_compose.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/deps_compose.res.oracle b/tests/value/oracle_symblocs/deps_compose.res.oracle
new file mode 100644
index 00000000000..ecd556c9cdd
--- /dev/null
+++ b/tests/value/oracle_symblocs/deps_compose.res.oracle
@@ -0,0 +1,86 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/deps_compose.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  c ∈ {1}
+  z ∈ {0}
+  x1 ∈ {0}
+  y1 ∈ {0}
+  x2 ∈ {0}
+  y2 ∈ {0}
+  x3 ∈ {0}
+  y3 ∈ {0}
+  x4 ∈ {0}
+  y4 ∈ {0}
+  x5 ∈ {0}
+  y5 ∈ {0}
+  x6 ∈ {0}
+  y6 ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/deps_compose.i:17.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/deps_compose.i:26.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  x1 ∈ {0}
+  x2 ∈ {0}
+  x3 ∈ {0}
+  x4 ∈ {0}
+  x5 ∈ {0}
+  x6 ∈ {0}
+[value:final-states] Values at end of function main:
+  x1 ∈ {0}
+  y1 ∈ {0}
+  x2 ∈ {0}
+  y2 ∈ {0}
+  x3 ∈ {0}
+  y3 ∈ {0}
+  x4 ∈ {0}
+  y4 ∈ {0}
+  x5 ∈ {0}
+  y5 ∈ {0}
+  x6 ∈ {0}
+  y6 ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  x1 FROM c; y1
+  x2 FROM c; y2
+  x3 FROM c; y3
+  x4 FROM c; y4
+  x5 FROM c; y5
+  x6 FROM c; y6
+[from] Function main:
+  x1 FROM c; z
+  y1 FROM z
+  x2 FROM c; z
+  y2 FROM z
+  x3 FROM c; z
+  y3 FROM z
+  x4 FROM c; z
+  y4 FROM z
+  x5 FROM c; z
+  y5 FROM z
+  x6 FROM c; z
+  y6 FROM z
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          x1; x2; x3; x4; x5; x6
+[inout] Inputs for function f:
+          c; y1; y2; y3; y4; y5; y6
+[inout] Out (internal) for function main:
+          x1; y1; x2; y2; x3; y3; x4; y4; x5; y5; x6; y6
+[inout] Inputs for function main:
+          c; z; y1; y2; y3; y4; y5; y6
diff --git a/tests/value/oracle_symblocs/deps_local.err.oracle b/tests/value/oracle_symblocs/deps_local.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/deps_local.res.oracle b/tests/value/oracle_symblocs/deps_local.res.oracle
new file mode 100644
index 00000000000..d240ca5a06d
--- /dev/null
+++ b/tests/value/oracle_symblocs/deps_local.res.oracle
@@ -0,0 +1,75 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/deps_local.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  H ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/deps_local.i:22.
+[value] computing for function h <- f <- main.
+        Called from tests/value/deps_local.i:17.
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/deps_local.i:23.
+[value] computing for function h <- g <- main.
+        Called from tests/value/deps_local.i:11.
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function h:
+  ga ∈ {0}
+  fa ∈ {0}
+[value:final-states] Values at end of function f:
+  fa ∈ {0}
+  __retres ∈ {0}
+[value:final-states] Values at end of function g:
+  ga ∈ {0}
+  __retres ∈ {0}
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function h:
+  ga FROM H; argh (and SELF)
+  fa FROM H; argh (and SELF)
+  \result FROM H
+[from] Function f:
+  \result FROM \nothing
+[from] Function g:
+  \result FROM \nothing
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function h:
+          ga; fa
+[inout] Inputs for function h:
+          H
+[inout] Out (internal) for function f:
+          fa; __retres
+[inout] Inputs for function f:
+          H
+[inout] Out (internal) for function g:
+          ga; __retres
+[inout] Inputs for function g:
+          H
+[inout] Out (internal) for function main:
+          __retres
+[inout] Inputs for function main:
+          H
diff --git a/tests/value/oracle_symblocs/deps_mixed.err.oracle b/tests/value/oracle_symblocs/deps_mixed.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/deps_mixed.res.oracle b/tests/value/oracle_symblocs/deps_mixed.res.oracle
new file mode 100644
index 00000000000..92a5f94bd12
--- /dev/null
+++ b/tests/value/oracle_symblocs/deps_mixed.res.oracle
@@ -0,0 +1,74 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/deps_mixed.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  q ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  r ∈ {2}
+  s ∈ {0}
+  v ∈ [--..--]
+  t[0] ∈ {{ &f }}
+   [1] ∈ {{ &g }}
+tests/value/deps_mixed.i:20:[value] warning: out of bounds read. assert \valid_read(p+(int)q);
+tests/value/deps_mixed.i:22:[value] warning: accessing out of bounds index. assert 0 ≤ i0;
+tests/value/deps_mixed.i:22:[value] warning: accessing out of bounds index. assert i0 < 2;
+[value] computing for function g <- main.
+        Called from tests/value/deps_mixed.i:22.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/deps_mixed.i:22.
+[value] Recording results for f
+[value] Done for function f
+tests/value/deps_mixed.i:24:[value] Assigning imprecise value to __retres.
+        The imprecision originates from Arithmetic {tests/value/deps_mixed.i:24}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  
+[value:final-states] Values at end of function g:
+  
+[value:final-states] Values at end of function main:
+  p ∈ {{ NULL + {3} ; &a }}
+  q ∈ {{ NULL + {2} ; &b }}
+  r ∈ {2}
+  s ∈ [--..--]
+  __retres ∈
+          {{ garbled mix of &{a; b}
+           (origin: Arithmetic {tests/value/deps_mixed.i:24}) }}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x
+[from] Function g:
+  \result FROM y
+[from] Function main:
+  p FROM c
+  q FROM d
+  r FROM v; c; d (and SELF)
+  s FROM t[0..1]; i0; i1; i2
+  \result FROM c; d
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          \nothing
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function main:
+          p; q; r; s; __retres
+[inout] Inputs for function main:
+          p; q; v; t[0..1]
diff --git a/tests/value/oracle_symblocs/deps_unitialized_locals.err.oracle b/tests/value/oracle_symblocs/deps_unitialized_locals.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/deps_unitialized_locals.res.oracle b/tests/value/oracle_symblocs/deps_unitialized_locals.res.oracle
new file mode 100644
index 00000000000..e18a574834b
--- /dev/null
+++ b/tests/value/oracle_symblocs/deps_unitialized_locals.res.oracle
@@ -0,0 +1,104 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/deps_unitialized_locals.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  maybe ∈ [--..--]
+  v1 ∈ {0}
+  v2 ∈ {0}
+  v ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/deps_unitialized_locals.i:33.
+[value] Recording results for f
+[from] Computing for function f
+[from] Done for function f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/deps_unitialized_locals.i:36.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+[value] computing for function h <- main.
+        Called from tests/value/deps_unitialized_locals.i:39.
+[value] Recording results for h
+[from] Computing for function h
+[from] Done for function h
+[value] Done for function h
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  v1.ts ∈ {1}
+    .[bits 16 to 31] ∈ UNINITIALIZED
+    .ti ∈ {2}
+  ty.ts ∈ {1}
+    .[bits 16 to 31] ∈ UNINITIALIZED
+    .ti ∈ {2}
+[value:final-states] Values at end of function g:
+  v ∈ {1} or UNINITIALIZED
+  i ∈ {1} or UNINITIALIZED
+[value:final-states] Values at end of function h:
+  v ∈ {1}
+  i ∈ {1}
+[value:final-states] Values at end of function main:
+  v1.ts ∈ {1}
+    .[bits 16 to 31] ∈ UNINITIALIZED
+    .ti ∈ {2}
+  v2.ts ∈ {1}
+    .[bits 16 to 31] ∈ UNINITIALIZED
+    .ti ∈ {2}
+  v ∈ {1}
+  x ∈ {1}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  v1 FROM \nothing
+[from] Function g:
+  v FROM maybe
+[from] Function h:
+  v FROM maybe; i
+[from] Function main:
+  v1 FROM \nothing
+  v2 FROM \nothing
+  v FROM maybe
+[from] ====== END OF DEPENDENCIES ======
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to f at tests/value/deps_unitialized_locals.i:33 (by main):
+  v1 FROM \nothing
+[from] call to g at tests/value/deps_unitialized_locals.i:36 (by main):
+  v FROM maybe
+[from] call to h at tests/value/deps_unitialized_locals.i:39 (by main):
+  v FROM maybe; i
+[from] entry point:
+  v1 FROM \nothing
+  v2 FROM \nothing
+  v FROM maybe
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          v1; ty{.ts; .ti}
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          v; i
+[inout] Inputs for function g:
+          maybe
+[inout] Out (internal) for function h:
+          v; i
+[inout] Inputs for function h:
+          maybe
+[inout] Out (internal) for function main:
+          v1; v2; v; x
+[inout] Inputs for function main:
+          maybe; v1
diff --git a/tests/value/oracle_symblocs/deref.err.oracle b/tests/value/oracle_symblocs/deref.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/deref.res.oracle b/tests/value/oracle_symblocs/deref.res.oracle
new file mode 100644
index 00000000000..458c6dcb993
--- /dev/null
+++ b/tests/value/oracle_symblocs/deref.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/deref.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  e ∈ {0}
+  p ∈ {0}
+  t[0..9] ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ &a }}
+  i ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  p FROM \nothing
+  \result FROM a; b; c; d; t[0]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Derefs for function main:
+          a; d
diff --git a/tests/value/oracle_symblocs/disjoint_status.err.oracle b/tests/value/oracle_symblocs/disjoint_status.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/disjoint_status.res.oracle b/tests/value/oracle_symblocs/disjoint_status.res.oracle
new file mode 100644
index 00000000000..c65e52119db
--- /dev/null
+++ b/tests/value/oracle_symblocs/disjoint_status.res.oracle
@@ -0,0 +1,92 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/disjoint_status.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+tests/value/disjoint_status.i:13:[value] warning: function main: precondition got status unknown.
+tests/value/disjoint_status.i:14:[value] warning: function main: precondition got status unknown.
+[value] computing for function f <- main.
+        Called from tests/value/disjoint_status.i:18.
+tests/value/disjoint_status.i:6:[value] function f: precondition 'ReqTrue' got status valid.
+tests/value/disjoint_status.i:8:[value] warning: assertion 'A1' got status invalid (stopping propagation).
+[value] Recording results for f
+[value] Done for function f
+tests/value/disjoint_status.i:19:[value] warning: assertion got status unknown.
+[value] computing for function f <- main.
+        Called from tests/value/disjoint_status.i:20.
+tests/value/disjoint_status.i:8:[value] assertion 'A1' got status valid.
+tests/value/disjoint_status.i:9:[value] assertion 'A2' got status valid.
+tests/value/disjoint_status.i:6:[value] function f: postcondition 'PostTrue' got status valid.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  x ∈ {0}
+[value:final-states] Values at end of function main:
+  x ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  x FROM c; d
+[from] Function main:
+  x FROM c; d
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          x
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          x
+[inout] Inputs for function main:
+          \nothing
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Post-condition 'PostTrue'
+            by Value.
+[  Valid  ] Pre-condition 'ReqTrue'
+            by Call Preconditions.
+[    -    ] Assertion 'A1' (file tests/value/disjoint_status.i, line 8)
+            tried with Value.
+[  Valid  ] Assertion 'A2' (file tests/value/disjoint_status.i, line 9)
+            by Value.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[    -    ] Pre-condition (file tests/value/disjoint_status.i, line 13)
+            tried with Value.
+[    -    ] Pre-condition (file tests/value/disjoint_status.i, line 14)
+            tried with Value.
+[    -    ] Assertion (file tests/value/disjoint_status.i, line 19)
+            tried with Value.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+[  Valid  ] Instance of 'Pre-condition 'ReqTrue'' at call 'f' (file tests/value/disjoint_status.i, line 18)
+
+            by Value.
+[  Valid  ] Instance of 'Pre-condition 'ReqTrue'' at call 'f' (file tests/value/disjoint_status.i, line 20)
+
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     7 Completely validated
+     4 To be validated
+    11 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/div.0.err.oracle b/tests/value/oracle_symblocs/div.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/div.0.res.oracle b/tests/value/oracle_symblocs/div.0.res.oracle
new file mode 100644
index 00000000000..0a406329a24
--- /dev/null
+++ b/tests/value/oracle_symblocs/div.0.res.oracle
@@ -0,0 +1,111 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/div.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  X ∈ {0}
+  Y ∈ {0}
+  Z1 ∈ {0}
+  Z2 ∈ {0}
+  T ∈ {0}
+  U1 ∈ {0}
+  U2 ∈ {0}
+  V ∈ {0}
+  W1 ∈ {0}
+  W2 ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  d1 ∈ {0}
+  d2 ∈ {0}
+  d0 ∈ {0}
+  e ∈ {0}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3..4] ∈ {0}
+  p ∈ {0}
+tests/value/div.i:14:[value] entering loop for the first time
+tests/value/div.i:14:[value] warning: signed overflow. assert c+1 ≤ 2147483647;
+tests/value/div.i:17:[value] warning: signed overflow. assert c+2 ≤ 2147483647;
+tests/value/div.i:17:[value] warning: signed overflow. assert -2147483648 ≤ X-1;
+tests/value/div.i:16:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+tests/value/div.i:32:[value] warning: division by zero. assert Z2 ≢ 0;
+tests/value/div.i:33:[value] warning: division by zero. assert Z2 ≢ 0;
+tests/value/div.i:33:[value] warning: signed overflow. assert -2147483648 ≤ (int)(&Z2)/Z2;
+tests/value/div.i:33:[value] warning: signed overflow. assert (int)(&Z2)/Z2 ≤ 2147483647;
+tests/value/div.i:33:[value] Assigning imprecise value to b.
+        The imprecision originates from Arithmetic {tests/value/div.i:33}
+tests/value/div.i:34:[value] warning: division by zero. assert (int)(&X+2) ≢ 0;
+tests/value/div.i:34:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)(&X+2));
+tests/value/div.i:34:[value] warning: signed overflow. assert -2147483648 ≤ 100/(int)(&X+2);
+tests/value/div.i:34:[value] warning: signed overflow. assert 100/(int)(&X+2) ≤ 2147483647;
+tests/value/div.i:34:[value] Assigning imprecise value to d2.
+        The imprecision originates from Arithmetic {tests/value/div.i:34}
+tests/value/div.i:35:[value] warning: signed overflow. assert -2147483648 ≤ 100/(int)(&X+1);
+tests/value/div.i:35:[value] warning: signed overflow. assert 100/(int)(&X+1) ≤ 2147483647;
+tests/value/div.i:35:[value] Assigning imprecise value to d1.
+        The imprecision originates from Arithmetic {tests/value/div.i:35}
+tests/value/div.i:36:[value] warning: signed overflow. assert -2147483648 ≤ 100/(int)(&X);
+tests/value/div.i:36:[value] warning: signed overflow. assert 100/(int)(&X) ≤ 2147483647;
+tests/value/div.i:36:[value] Assigning imprecise value to d0.
+        The imprecision originates from Arithmetic {tests/value/div.i:36}
+tests/value/div.i:37:[value] warning: signed overflow. assert -2147483648 ≤ -((int)(&X));
+tests/value/div.i:37:[value] warning: signed overflow. assert -((int)(&X)) ≤ 2147483647;
+tests/value/div.i:37:[value] Assigning imprecise value to e.
+        The imprecision originates from Arithmetic {tests/value/div.i:37}
+[value] Recording results for main
+[value] done for function main
+tests/value/div.i:34:[value] assertion 'Value,division_by_zero' got final status valid.
+[scope:rm_asserts] removing 1 assertion(s)
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  X ∈ [--..--]
+  Y ∈ [-126..333],9%27
+  Z1 ∈ [-42..111],3%9
+  Z2 ∈ [-25..66]
+  T ∈ [34..493],7%27
+  U1 ∈ [11..164],2%9
+  U2 ∈ [6..98]
+  V ∈ [-125..334],10%27
+  W1 ∈ [-41..111]
+  W2 ∈ [-25..66]
+  a ∈ [-40000..40000]
+  b ∈
+   {{ garbled mix of &{Z2} (origin: Arithmetic {tests/value/div.i:33}) }}
+  d1 ∈
+    {{ garbled mix of &{X} (origin: Arithmetic {tests/value/div.i:35}) }}
+  d2 ∈
+    {{ garbled mix of &{X} (origin: Arithmetic {tests/value/div.i:34}) }}
+  d0 ∈
+    {{ garbled mix of &{X} (origin: Arithmetic {tests/value/div.i:36}) }}
+  e ∈ {{ garbled mix of &{X} (origin: Arithmetic {tests/value/div.i:37}) }}
+  p ∈ {{ &t[3] }}
+  c ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  X FROM X (and SELF)
+  Y FROM X
+  Z1 FROM X
+  Z2 FROM X
+  T FROM X
+  U1 FROM X
+  U2 FROM X
+  V FROM X
+  W1 FROM X
+  W2 FROM X
+  a FROM X
+  b FROM X
+  d1 FROM \nothing
+  d2 FROM \nothing
+  d0 FROM \nothing
+  e FROM \nothing
+  p FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          X; Y; Z1; Z2; T; U1; U2; V; W1; W2; a; b; d1; d2; d0; e; p; c
+[inout] Inputs for function main:
+          X; Y; Z2; T; V
diff --git a/tests/value/oracle_symblocs/div.1.err.oracle b/tests/value/oracle_symblocs/div.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/div.1.res.oracle b/tests/value/oracle_symblocs/div.1.res.oracle
new file mode 100644
index 00000000000..5a7ece3822c
--- /dev/null
+++ b/tests/value/oracle_symblocs/div.1.res.oracle
@@ -0,0 +1,105 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/div.i (no preprocessing)
+[rte] annotating function main
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  X ∈ {0}
+  Y ∈ {0}
+  Z1 ∈ {0}
+  Z2 ∈ {0}
+  T ∈ {0}
+  U1 ∈ {0}
+  U2 ∈ {0}
+  V ∈ {0}
+  W1 ∈ {0}
+  W2 ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  d1 ∈ {0}
+  d2 ∈ {0}
+  d0 ∈ {0}
+  e ∈ {0}
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3..4] ∈ {0}
+  p ∈ {0}
+tests/value/div.i:14:[value] entering loop for the first time
+tests/value/div.i:14:[value] warning: assertion 'rte,signed_overflow' got status unknown.
+tests/value/div.i:14:[value] warning: signed overflow. assert c+1 ≤ 2147483647;
+tests/value/div.i:16:[value] assertion 'rte,signed_overflow' got status valid.
+tests/value/div.i:17:[value] warning: assertion 'rte,signed_overflow' got status unknown.
+tests/value/div.i:17:[value] warning: signed overflow. assert c+2 ≤ 2147483647;
+tests/value/div.i:17:[value] assertion 'rte,signed_overflow' got status valid.
+tests/value/div.i:17:[value] warning: assertion 'rte,signed_overflow' got status unknown.
+tests/value/div.i:17:[value] warning: signed overflow. assert -2147483648 ≤ X-1;
+tests/value/div.i:16:[value] warning: assertion 'rte,signed_overflow' got status unknown.
+tests/value/div.i:16:[value] warning: signed overflow. assert X+1 ≤ 2147483647;
+tests/value/div.i:22:[value] assertion 'rte,signed_overflow' got status valid.
+tests/value/div.i:25:[value] assertion 'rte,signed_overflow' got status valid.
+tests/value/div.i:28:[value] assertion 'rte,signed_overflow' got status valid.
+tests/value/div.i:32:[value] warning: assertion 'rte,division_by_zero' got status unknown.
+tests/value/div.i:32:[value] warning: division by zero. assert Z2 ≢ 0;
+tests/value/div.i:33:[value] warning: assertion 'rte,division_by_zero' got status unknown.
+tests/value/div.i:33:[value] warning: assertion 'rte,signed_overflow' got status unknown.
+tests/value/div.i:33:[value] warning: division by zero. assert Z2 ≢ 0;
+tests/value/div.i:33:[value] warning: signed overflow. assert -2147483648 ≤ (int)(&Z2)/Z2;
+tests/value/div.i:33:[value] warning: signed overflow. assert (int)(&Z2)/Z2 ≤ 2147483647;
+tests/value/div.i:33:[value] Assigning imprecise value to b.
+        The imprecision originates from Arithmetic {tests/value/div.i:33}
+tests/value/div.i:34:[value] assertion 'rte,division_by_zero' got status valid.
+tests/value/div.i:34:[value] warning: division by zero. assert (int)(&X+2) ≢ 0;
+tests/value/div.i:34:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)(&X+2));
+tests/value/div.i:34:[value] warning: signed overflow. assert -2147483648 ≤ 100/(int)(&X+2);
+tests/value/div.i:34:[value] warning: signed overflow. assert 100/(int)(&X+2) ≤ 2147483647;
+tests/value/div.i:34:[value] Assigning imprecise value to d2.
+        The imprecision originates from Arithmetic {tests/value/div.i:34}
+tests/value/div.i:35:[value] assertion 'rte,division_by_zero' got status valid.
+tests/value/div.i:35:[value] warning: signed overflow. assert -2147483648 ≤ 100/(int)(&X+1);
+tests/value/div.i:35:[value] warning: signed overflow. assert 100/(int)(&X+1) ≤ 2147483647;
+tests/value/div.i:35:[value] Assigning imprecise value to d1.
+        The imprecision originates from Arithmetic {tests/value/div.i:35}
+tests/value/div.i:36:[value] assertion 'rte,division_by_zero' got status valid.
+tests/value/div.i:36:[value] warning: signed overflow. assert -2147483648 ≤ 100/(int)(&X);
+tests/value/div.i:36:[value] warning: signed overflow. assert 100/(int)(&X) ≤ 2147483647;
+tests/value/div.i:36:[value] Assigning imprecise value to d0.
+        The imprecision originates from Arithmetic {tests/value/div.i:36}
+tests/value/div.i:37:[value] warning: assertion 'rte,signed_overflow' got status unknown.
+tests/value/div.i:37:[value] warning: signed overflow. assert -2147483648 ≤ -((int)(&X));
+tests/value/div.i:37:[value] warning: signed overflow. assert -((int)(&X)) ≤ 2147483647;
+tests/value/div.i:37:[value] Assigning imprecise value to e.
+        The imprecision originates from Arithmetic {tests/value/div.i:37}
+[value] Recording results for main
+[value] done for function main
+tests/value/div.i:22:[value] assertion 'rte,signed_overflow' got final status valid.
+tests/value/div.i:25:[value] assertion 'rte,signed_overflow' got final status valid.
+tests/value/div.i:28:[value] assertion 'rte,signed_overflow' got final status valid.
+tests/value/div.i:34:[value] assertion 'rte,division_by_zero' got final status valid.
+tests/value/div.i:35:[value] assertion 'rte,division_by_zero' got final status valid.
+tests/value/div.i:36:[value] assertion 'rte,division_by_zero' got final status valid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  X ∈ [--..--]
+  Y ∈ [-126..333],9%27
+  Z1 ∈ [-42..111],3%9
+  Z2 ∈ [-25..66]
+  T ∈ [34..493],7%27
+  U1 ∈ [11..164],2%9
+  U2 ∈ [6..98]
+  V ∈ [-125..334],10%27
+  W1 ∈ [-41..111]
+  W2 ∈ [-25..66]
+  a ∈ [-40000..40000]
+  b ∈
+   {{ garbled mix of &{Z2} (origin: Arithmetic {tests/value/div.i:33}) }}
+  d1 ∈
+    {{ garbled mix of &{X} (origin: Arithmetic {tests/value/div.i:35}) }}
+  d2 ∈
+    {{ garbled mix of &{X} (origin: Arithmetic {tests/value/div.i:34}) }}
+  d0 ∈
+    {{ garbled mix of &{X} (origin: Arithmetic {tests/value/div.i:36}) }}
+  e ∈ {{ garbled mix of &{X} (origin: Arithmetic {tests/value/div.i:37}) }}
+  p ∈ {{ &t[3] }}
+  c ∈ [--..--]
diff --git a/tests/value/oracle_symblocs/div_strange.err.oracle b/tests/value/oracle_symblocs/div_strange.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/div_strange.res.oracle b/tests/value/oracle_symblocs/div_strange.res.oracle
new file mode 100644
index 00000000000..313dbae9a82
--- /dev/null
+++ b/tests/value/oracle_symblocs/div_strange.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/div_strange.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Called Frama_C_show_each_F({1073741823})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {1073741823}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/divneg.err.oracle b/tests/value/oracle_symblocs/divneg.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/divneg.res.oracle b/tests/value/oracle_symblocs/divneg.res.oracle
new file mode 100644
index 00000000000..e136b877581
--- /dev/null
+++ b/tests/value/oracle_symblocs/divneg.res.oracle
@@ -0,0 +1,83 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/divneg.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ [--..--]
+  r0 ∈ {0}
+  r1 ∈ {6}
+  r2 ∈ {-8}
+  r6 ∈ {0}
+  r7 ∈ {0}
+  r8 ∈ {0}
+  r9 ∈ {0}
+  rn1 ∈ {5}
+  rn2 ∈ {0}
+  rn3 ∈ {0}
+  rn4 ∈ {-3}
+  rn5 ∈ {0}
+  vic ∈ {0}
+[value] Called Frama_C_show_each([-185..-5],4%9, [1..61],1%3)
+[value] DUMPING STATE of file tests/value/divneg.i line 42
+        i ∈ [-100..100]
+        r0 ∈ [-100..100],0%5
+        r1 ∈ [1..96],1%5
+        r2 ∈ [-98..-3],2%5
+        r6 ∈ {0}
+        r7 ∈ [-100..100]
+        r8 ∈ [-100..100]
+        r9 ∈ {0}
+        rn1 ∈ [-99..99],1%2
+        rn2 ∈ [-100..100],0%2
+        rn3 ∈ [-100..100],0%2
+        rn4 ∈ [-99..99],1%2
+        rn5 ∈ [-100..100]
+        vic ∈ {0}
+        c ∈ [-185..-5],4%9
+        rc ∈ [-176..-14],4%18 or UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Called Frama_C_show_each_should({-1})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  r0 ∈ [-100..100],0%5
+  r1 ∈ [1..96],1%5
+  r2 ∈ [-98..-3],2%5
+  r7 ∈ [-100..100]
+  r8 ∈ [-100..100]
+  rn1 ∈ [-99..99],1%2
+  rn2 ∈ [-100..100],0%2
+  rn3 ∈ [-100..100],0%2
+  rn4 ∈ [-99..99],1%2
+  rn5 ∈ [-100..100]
+  vic ∈ {4294967295}
+  c ∈ [5..185],5%9
+  rc ∈ [14..176],14%18
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  r0 FROM i (and SELF)
+  r1 FROM i (and SELF)
+  r2 FROM i (and SELF)
+  r7 FROM i (and SELF)
+  r8 FROM i (and SELF)
+  rn1 FROM i (and SELF)
+  rn2 FROM i (and SELF)
+  rn3 FROM i (and SELF)
+  rn4 FROM i (and SELF)
+  rn5 FROM i (and SELF)
+  vic FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          r0; r1; r2; r7; r8; rn1; rn2; rn3; rn4; rn5; vic; c; rc; __retres
+[inout] Inputs for function main:
+          i; vic
diff --git a/tests/value/oracle_symblocs/downcast.err.oracle b/tests/value/oracle_symblocs/downcast.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/downcast.res.oracle b/tests/value/oracle_symblocs/downcast.res.oracle
new file mode 100644
index 00000000000..f8f369627ac
--- /dev/null
+++ b/tests/value/oracle_symblocs/downcast.res.oracle
@@ -0,0 +1,1705 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/downcast.i (no preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  sx ∈ [--..--]
+  sy ∈ [--..--]
+  sz ∈ [--..--]
+  uc ∈ [--..--]
+  x ∈ [--..--]
+  ux ∈ [--..--]
+  uy ∈ [--..--]
+  uz ∈ [--..--]
+  s ∈ [--..--]
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/downcast.i:142.
+tests/value/downcast.i:19:[value] warning: signed downcast. assert -128 ≤ (int)sx+(int)sy;
+tests/value/downcast.i:19:[value] warning: signed downcast. assert (int)sx+(int)sy ≤ 127;
+tests/value/downcast.i:22:[value] warning: signed downcast. assert uy+uz ≤ 2147483647;
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2_bitfield <- main.
+        Called from tests/value/downcast.i:143.
+tests/value/downcast.i:32:[value] warning: signed downcast. assert i ≤ 15;
+[value] Recording results for main2_bitfield
+[value] Done for function main2_bitfield
+[value] computing for function main3_reduction <- main.
+        Called from tests/value/downcast.i:144.
+tests/value/downcast.i:38:[value] warning: signed downcast. assert -128 ≤ x_0;
+tests/value/downcast.i:38:[value] warning: signed downcast. assert x_0 ≤ 127;
+[value] Recording results for main3_reduction
+[value] Done for function main3_reduction
+[value] computing for function main4_pointer <- main.
+        Called from tests/value/downcast.i:145.
+tests/value/downcast.i:48:[value] warning: signed downcast. assert p ≤ 2147483647;
+[value] Recording results for main4_pointer
+[value] Done for function main4_pointer
+[value] computing for function main5_wrap_signed <- main.
+        Called from tests/value/downcast.i:146.
+tests/value/downcast.i:54:[value] warning: assertion 'ASSUME' got status unknown.
+tests/value/downcast.i:55:[value] assertion got status valid.
+tests/value/downcast.i:58:[value] warning: signed downcast. assert y ≤ 2147483647;
+[value] Called Frama_C_show_each([100000..2147483647],
+                                 [100145..2147483647],
+                                 [100145..2147483647])
+tests/value/downcast.i:60:[value] assertion got status valid.
+[value] Recording results for main5_wrap_signed
+[value] Done for function main5_wrap_signed
+[value] computing for function main6_val_warn_converted_signed <- main.
+        Called from tests/value/downcast.i:147.
+tests/value/downcast.i:67:[value] warning: signed downcast. assert 65300u ≤ 32767;
+tests/value/downcast.i:78:[value] warning: signed downcast. assert e_0 ≤ 32767;
+tests/value/downcast.i:83:[value] warning: signed downcast. assert e_1 ≤ 32767;
+[value] Recording results for main6_val_warn_converted_signed
+[value] Done for function main6_val_warn_converted_signed
+[value] computing for function main7_signed_upcast <- main.
+        Called from tests/value/downcast.i:148.
+[value] Recording results for main7_signed_upcast
+[value] Done for function main7_signed_upcast
+[value] computing for function main8_bitfields <- main.
+        Called from tests/value/downcast.i:149.
+tests/value/downcast.i:104:[value] warning: signed downcast. assert S.i1 ≤ 31;
+tests/value/downcast.i:105:[value] warning: signed downcast. assert S.i1 ≤ 127;
+tests/value/downcast.i:109:[value] warning: signed downcast. assert S.i1 ≤ 31;
+tests/value/downcast.i:110:[value] warning: signed downcast. assert S.i1 ≤ 127;
+tests/value/downcast.i:114:[value] warning: signed downcast. assert S.i1 ≤ 31;
+[value] Recording results for main8_bitfields
+[value] Done for function main8_bitfields
+[value] computing for function main9_bitfield <- main.
+        Called from tests/value/downcast.i:150.
+tests/value/downcast.i:123:[value] warning: signed downcast. assert bf.a ≤ 1023;
+tests/value/downcast.i:127:[value] warning: signed downcast. assert bf.a ≤ 127;
+[value] Recording results for main9_bitfield
+[value] Done for function main9_bitfield
+[value] computing for function main10_loop <- main.
+        Called from tests/value/downcast.i:151.
+tests/value/downcast.i:135:[value] entering loop for the first time
+tests/value/downcast.i:137:[value] warning: signed downcast. assert bf.b ≤ 127;
+[value] Recording results for main10_loop
+[value] Done for function main10_loop
+[value] Recording results for main
+[value] done for function main
+tests/value/downcast.i:32:[value] assertion 'Value,signed_downcast' got final status invalid.
+tests/value/downcast.i:67:[value] assertion 'Value,signed_downcast' got final status invalid.
+tests/value/downcast.i:78:[value] assertion 'Value,signed_downcast' got final status invalid.
+tests/value/downcast.i:83:[value] assertion 'Value,signed_downcast' got final status invalid.
+tests/value/downcast.i:104:[value] assertion 'Value,signed_downcast' got final status invalid.
+tests/value/downcast.i:105:[value] assertion 'Value,signed_downcast' got final status invalid.
+tests/value/downcast.i:109:[value] assertion 'Value,signed_downcast' got final status invalid.
+tests/value/downcast.i:110:[value] assertion 'Value,signed_downcast' got final status invalid.
+tests/value/downcast.i:114:[value] assertion 'Value,signed_downcast' got final status invalid.
+tests/value/downcast.i:123:[value] assertion 'Value,signed_downcast' got final status invalid.
+tests/value/downcast.i:127:[value] assertion 'Value,signed_downcast' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  sz ∈ [--..--]
+  uc ∈ [--..--]
+  x ∈ [0..2147483647]
+  ux ∈ [--..--]
+  s ∈ [--..--]
+[value:final-states] Values at end of function main10_loop:
+  c ∈ [0..127] or UNINITIALIZED
+  bf.b ∈ [--..--] or UNINITIALIZED
+    .[bits 10 to 31] ∈ UNINITIALIZED
+  k ∈ {10}
+[value:final-states] Values at end of function main2_bitfield:
+  i ∈ {117}
+  j ∈ {254}
+  ss.i ∈ UNINITIALIZED
+    .j ∈ {30} or UNINITIALIZED
+    .[bits 10 to 31] ∈ UNINITIALIZED
+[value:final-states] Values at end of function main3_reduction:
+  x_0 ∈ [-128..127]
+  c ∈ [--..--]
+  y ∈ [--..--]
+  d ∈ [--..--]
+[value:final-states] Values at end of function main4_pointer:
+  p ∈ {{ (long long)&x_0 }}
+  q ∈ {{ (unsigned int)&x_0 }}
+  r ∈ {{ (int)&x_0 }}
+[value:final-states] Values at end of function main5_wrap_signed:
+  x_0 ∈ [100000..2147483647]
+  y ∈ [100145..2147483647]
+  z ∈ [100145..2147483647]
+[value:final-states] Values at end of function main6_val_warn_converted_signed:
+  
+[value:final-states] Values at end of function main7_signed_upcast:
+  c ∈ {240}
+  i ∈ {240}
+[value:final-states] Values at end of function main8_bitfields:
+  S.i1 ∈ {65}
+   {.i2; .[bits 24 to 31]} ∈ UNINITIALIZED
+  c ∈ {65} or UNINITIALIZED
+[value:final-states] Values at end of function main9_bitfield:
+  bf.a ∈ {1648}
+    .[bits 11 to 31] ∈ UNINITIALIZED
+  c ∈ UNINITIALIZED
+[value:final-states] Values at end of function main:
+  sz ∈ [--..--]
+  uc ∈ [--..--]
+  x ∈ [0..2147483647]
+  ux ∈ [--..--]
+  s ∈ [--..--]
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main10_loop
+[from] Done for function main10_loop
+[from] Computing for function main2_bitfield
+[from] Done for function main2_bitfield
+[from] Computing for function main3_reduction
+[from] Done for function main3_reduction
+[from] Computing for function main4_pointer
+[from] Done for function main4_pointer
+[from] Computing for function main5_wrap_signed
+[from] Done for function main5_wrap_signed
+[from] Computing for function main6_val_warn_converted_signed
+[from] Done for function main6_val_warn_converted_signed
+[from] Computing for function main7_signed_upcast
+[from] Done for function main7_signed_upcast
+[from] Computing for function main8_bitfields
+[from] Done for function main8_bitfields
+[from] Computing for function main9_bitfield
+[from] Done for function main9_bitfield
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  sz FROM sx; sy
+  uc FROM x
+  x FROM uy; uz
+  ux FROM uy; uz
+  s FROM uy; uz
+[from] Function main10_loop:
+  NO EFFECTS
+[from] Function main2_bitfield:
+  NO EFFECTS
+[from] Function main3_reduction:
+  NO EFFECTS
+[from] Function main4_pointer:
+  NO EFFECTS
+[from] Function main5_wrap_signed:
+  NO EFFECTS
+[from] Function main6_val_warn_converted_signed:
+  NO EFFECTS
+[from] Function main7_signed_upcast:
+  NO EFFECTS
+[from] Function main8_bitfields:
+  NO EFFECTS
+[from] Function main9_bitfield:
+  NO EFFECTS
+[from] Function main:
+  sz FROM sx; sy
+  uc FROM x
+  x FROM uy; uz
+  ux FROM uy; uz
+  s FROM uy; uz
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          sz; uc; x; ux; s
+[inout] Inputs for function main1:
+          sx; sy; x; uy; uz
+[inout] Out (internal) for function main10_loop:
+          c; bf.b; k
+[inout] Inputs for function main10_loop:
+          v
+[inout] Out (internal) for function main2_bitfield:
+          i; j; ss{.i; .j}
+[inout] Inputs for function main2_bitfield:
+          v
+[inout] Out (internal) for function main3_reduction:
+          x_0; c; y; d
+[inout] Inputs for function main3_reduction:
+          v
+[inout] Out (internal) for function main4_pointer:
+          p; q; r
+[inout] Inputs for function main4_pointer:
+          \nothing
+[inout] Out (internal) for function main5_wrap_signed:
+          x_0; y; z
+[inout] Inputs for function main5_wrap_signed:
+          v
+[inout] Out (internal) for function main6_val_warn_converted_signed:
+          s_0; u; e; b; e_0; b_0; e_1; b_1
+[inout] Inputs for function main6_val_warn_converted_signed:
+          v
+[inout] Out (internal) for function main7_signed_upcast:
+          c; i
+[inout] Inputs for function main7_signed_upcast:
+          \nothing
+[inout] Out (internal) for function main8_bitfields:
+          S{.i1; .i2}; c
+[inout] Inputs for function main8_bitfields:
+          v
+[inout] Out (internal) for function main9_bitfield:
+          bf.a; signed_a; c
+[inout] Inputs for function main9_bitfield:
+          v
+[inout] Out (internal) for function main:
+          sz; uc; x; ux; s
+[inout] Inputs for function main:
+          sx; sy; x; uy; uz; v
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main1'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 19)
+            tried with Value.
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 19)
+            tried with Value.
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 22)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main2_bitfield'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 32)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 32)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main3_reduction'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 38)
+            tried with Value.
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 38)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main4_pointer'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 48)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main5_wrap_signed'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'ASSUME' (file tests/value/downcast.i, line 54)
+            tried with Value.
+[  Valid  ] Assertion (file tests/value/downcast.i, line 55)
+            by Value.
+[  Valid  ] Assertion (file tests/value/downcast.i, line 60)
+            by Value.
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 58)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main6_val_warn_converted_signed'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 67)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 67)
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 78)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 78)
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 83)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 83)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main8_bitfields'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 104)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 104)
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 105)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 105)
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 109)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 109)
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 110)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 110)
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 114)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 114)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main9_bitfield'
+--------------------------------------------------------------------------------
+
+[  Dead   ] Assertion (file tests/value/downcast.i, line 124)
+            Locally valid, but unreachable.
+            By Value because:
+             - Unreachable program point (file tests/value/downcast.i, line 124)
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 123)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 123)
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 127)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 127)
+[Unreachable] Unreachable program point (file tests/value/downcast.i, line 124)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main10_loop'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 137)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     2 Completely validated
+     9 To be validated
+    11 Alarms emitted
+     1 Dead property
+     1 Unreachable
+    24 Total
+--------------------------------------------------------------------------------
+/* Generated by Frama-C */
+struct s {
+   int i : 5 ;
+   unsigned int j : 5 ;
+};
+struct bitf {
+   unsigned int i1 : 18 ;
+   int i2 : 6 ;
+};
+struct __anonstruct_bf_1 {
+   unsigned int a : 11 ;
+};
+struct __anonstruct_bf_2 {
+   unsigned int b : 10 ;
+};
+signed char sx;
+signed char sy;
+signed char sz;
+unsigned char uc;
+int x;
+unsigned int ux;
+unsigned int uy;
+unsigned int uz;
+unsigned short s;
+int volatile v;
+void main1(void)
+{
+  /*@ assert Value: signed_downcast: -128 ≤ (int)sx+(int)sy; */
+  /*@ assert Value: signed_downcast: (int)sx+(int)sy ≤ 127; */
+  sz = (signed char)((int)sx + (int)sy);
+  uc = (unsigned char)((int)sx + (int)sy);
+  uc = (unsigned char)x;
+  /*@ assert Value: signed_downcast: uy+uz ≤ 2147483647; */
+  x = (int)(uy + uz);
+  ux = uy + uz;
+  s = (unsigned short)(uy + uz);
+  return;
+}
+
+void main2_bitfield(void)
+{
+  int i;
+  unsigned int j;
+  struct s ss;
+  i = 117;
+  j = (unsigned int)254;
+  if (v) 
+    /*@ assert Value: signed_downcast: i ≤ 15; */
+    ss.i = (int)i;
+  if (v) ss.j = (unsigned int)j;
+  return;
+}
+
+void main3_reduction(void)
+{
+  int x_0;
+  char c;
+  unsigned int y;
+  unsigned char d;
+  x_0 = v;
+  /*@ assert Value: signed_downcast: -128 ≤ x_0; */
+  /*@ assert Value: signed_downcast: x_0 ≤ 127; */
+  c = (char)x_0;
+  y = (unsigned int)v;
+  d = (unsigned char)y;
+  return;
+}
+
+void main4_pointer(void)
+{
+  int x_0;
+  long long p;
+  unsigned int q;
+  int r;
+  p = (long long)(& x_0);
+  q = (unsigned int)p;
+  /*@ assert Value: signed_downcast: p ≤ 2147483647; */
+  r = (int)p;
+  return;
+}
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int ( /* missing proto */ Frama_C_show_each)();
+
+void main5_wrap_signed(void)
+{
+  int x_0;
+  unsigned int y;
+  int z;
+  x_0 = v;
+  /*@ assert ASSUME: x_0 ≥ 100000; */ ;
+  /*@ assert x_0 > 0x7FFFFFFF-145 ∨ x_0 ≤ 0x7FFFFFFF-145; */ ;
+  y = (unsigned int)x_0;
+  y += (unsigned int)145;
+  /*@ assert Value: signed_downcast: y ≤ 2147483647; */
+  z = (int)y;
+  Frama_C_show_each(x_0,y,z);
+  /*@ assert z ≥ 100000+145 ∨ z ≤ (int)(0x7FFFFFFF+145); */ ;
+  return;
+}
+
+void main6_val_warn_converted_signed(void)
+{
+  if (v) {
+    short s_0;
+    /*@ assert Value: signed_downcast: 65300u ≤ 32767; */
+    s_0 = (short)65300u;
+  }
+  if (v) {
+    unsigned short u;
+    u = (unsigned short)65300u;
+  }
+  if (v) {
+    unsigned long e;
+    short b;
+    e = (unsigned long)17;
+    b = (short)e;
+  }
+  if (v) {
+    unsigned long e_0;
+    short b_0;
+    e_0 = (unsigned long)(-12);
+    /*@ assert Value: signed_downcast: e_0 ≤ 32767; */
+    b_0 = (short)e_0;
+  }
+  if (v) {
+    unsigned int e_1;
+    short b_1;
+    e_1 = (unsigned int)(-64000);
+    /*@ assert Value: signed_downcast: e_1 ≤ 32767; */
+    b_1 = (short)e_1;
+  }
+  return;
+}
+
+void main7_signed_upcast(void)
+{
+  unsigned char c;
+  int i;
+  c = (unsigned char)240;
+  i = (int)c;
+  return;
+}
+
+void main8_bitfields(void)
+{
+  struct bitf S;
+  signed char c;
+  S.i1 = (unsigned int)0x3FFFF;
+  if (v) 
+    /*@ assert Value: signed_downcast: S.i1 ≤ 31; */
+    S.i2 = (int)S.i1;
+  if (v) 
+    /*@ assert Value: signed_downcast: S.i1 ≤ 127; */
+    c = (signed char)S.i1;
+  S.i1 = (unsigned int)257u;
+  if (v) 
+    /*@ assert Value: signed_downcast: S.i1 ≤ 31; */
+    S.i2 = (int)S.i1;
+  if (v) 
+    /*@ assert Value: signed_downcast: S.i1 ≤ 127; */
+    c = (signed char)S.i1;
+  S.i1 = (unsigned int)65u;
+  if (v) 
+    /*@ assert Value: signed_downcast: S.i1 ≤ 31; */
+    S.i2 = (int)S.i1;
+  if (v) c = (signed char)S.i1;
+  return;
+}
+
+void main9_bitfield(void)
+{
+  struct __anonstruct_bf_1 bf;
+  signed char c;
+  bf.a = (unsigned int)1648;
+  if (v) {
+    int signed_a;
+    /*@ assert Value: signed_downcast: bf.a ≤ 1023; */
+    signed_a = (int)((int)bf.a);
+    /*@ assert signed_a ≡ -400; */ ;
+  }
+  if (v) 
+    /*@ assert Value: signed_downcast: bf.a ≤ 127; */
+    c = (signed char)bf.a;
+  return;
+}
+
+void main10_loop(void)
+{
+  signed char c;
+  struct __anonstruct_bf_2 bf;
+  int k;
+  k = 0;
+  while (k < 10) {
+    bf.b = (unsigned int)v;
+    if (v) 
+      /*@ assert Value: signed_downcast: bf.b ≤ 127; */
+      c = (signed char)bf.b;
+    k ++;
+  }
+  return;
+}
+
+void main(void)
+{
+  main1();
+  main2_bitfield();
+  main3_reduction();
+  main4_pointer();
+  main5_wrap_signed();
+  main6_val_warn_converted_signed();
+  main7_signed_upcast();
+  main8_bitfields();
+  main9_bitfield();
+  main10_loop();
+  return;
+}
+
+
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  sx ∈ [--..--]
+  sy ∈ [--..--]
+  sz ∈ [--..--]
+  uc ∈ [--..--]
+  x ∈ [--..--]
+  ux ∈ [--..--]
+  uy ∈ [--..--]
+  uz ∈ [--..--]
+  s ∈ [--..--]
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/downcast.i:142.
+tests/value/downcast.i:20:[value] warning: unsigned downcast. assert 0 ≤ (int)sx+(int)sy;
+tests/value/downcast.i:21:[value] warning: unsigned downcast. assert 0 ≤ x;
+tests/value/downcast.i:21:[value] warning: unsigned downcast. assert x ≤ 255;
+tests/value/downcast.i:24:[value] warning: unsigned downcast. assert uy+uz ≤ 65535;
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2_bitfield <- main.
+        Called from tests/value/downcast.i:143.
+tests/value/downcast.i:33:[value] warning: unsigned downcast. assert j ≤ 31;
+[value] Recording results for main2_bitfield
+[value] Done for function main2_bitfield
+[value] computing for function main3_reduction <- main.
+        Called from tests/value/downcast.i:144.
+tests/value/downcast.i:40:[value] warning: unsigned downcast. assert 0 ≤ v;
+tests/value/downcast.i:41:[value] warning: unsigned downcast. assert y ≤ 255;
+[value] Recording results for main3_reduction
+[value] Done for function main3_reduction
+[value] computing for function main4_pointer <- main.
+        Called from tests/value/downcast.i:145.
+[value] Recording results for main4_pointer
+[value] Done for function main4_pointer
+[value] computing for function main5_wrap_signed <- main.
+        Called from tests/value/downcast.i:146.
+[value] Called Frama_C_show_each([100000..2147483647],
+                                 [100145..2147483792],
+                                 [-2147483648..2147483647])
+tests/value/downcast.i:60:[value] warning: assertion got status unknown.
+[value] Recording results for main5_wrap_signed
+[value] Done for function main5_wrap_signed
+[value] computing for function main6_val_warn_converted_signed <- main.
+        Called from tests/value/downcast.i:147.
+tests/value/downcast.i:77:[value] warning: unsigned downcast. assert 0 ≤ -12;
+tests/value/downcast.i:82:[value] warning: unsigned downcast. assert 0 ≤ -64000;
+[value] Recording results for main6_val_warn_converted_signed
+[value] Done for function main6_val_warn_converted_signed
+[value] computing for function main7_signed_upcast <- main.
+        Called from tests/value/downcast.i:148.
+[value] Recording results for main7_signed_upcast
+[value] Done for function main7_signed_upcast
+[value] computing for function main8_bitfields <- main.
+        Called from tests/value/downcast.i:149.
+[value] Recording results for main8_bitfields
+[value] Done for function main8_bitfields
+[value] computing for function main9_bitfield <- main.
+        Called from tests/value/downcast.i:150.
+tests/value/downcast.i:124:[value] assertion got status valid.
+[value] Recording results for main9_bitfield
+[value] Done for function main9_bitfield
+[value] computing for function main10_loop <- main.
+        Called from tests/value/downcast.i:151.
+tests/value/downcast.i:136:[value] warning: unsigned downcast. assert 0 ≤ v;
+tests/value/downcast.i:136:[value] warning: unsigned downcast. assert v ≤ 1023;
+[value] Recording results for main10_loop
+[value] Done for function main10_loop
+[value] Recording results for main
+[value] done for function main
+tests/value/downcast.i:33:[value] assertion 'Value,unsigned_downcast' got final status invalid.
+tests/value/downcast.i:77:[value] assertion 'Value,unsigned_downcast' got final status invalid.
+tests/value/downcast.i:82:[value] assertion 'Value,unsigned_downcast' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  sz ∈ [--..--]
+  uc ∈ [--..--]
+  x ∈ [--..--]
+  ux ∈ [--..--]
+  s ∈ [--..--]
+[value:final-states] Values at end of function main10_loop:
+  c ∈ [--..--] or UNINITIALIZED
+  bf.b ∈ [--..--] or UNINITIALIZED
+    .[bits 10 to 31] ∈ UNINITIALIZED
+  k ∈ {10}
+[value:final-states] Values at end of function main2_bitfield:
+  i ∈ {117}
+  j ∈ {254}
+  ss.i ∈ {-11} or UNINITIALIZED
+    {.j; .[bits 10 to 31]} ∈ UNINITIALIZED
+[value:final-states] Values at end of function main3_reduction:
+  x_0 ∈ [--..--]
+  c ∈ [--..--]
+  y ∈ [0..255]
+  d ∈ [--..--]
+[value:final-states] Values at end of function main4_pointer:
+  p ∈ {{ (long long)&x_0 }}
+  q ∈ {{ (unsigned int)&x_0 }}
+  r ∈ {{ (int)&x_0 }}
+[value:final-states] Values at end of function main5_wrap_signed:
+  x_0 ∈ [100000..2147483647]
+  y ∈ [100145..2147483792]
+  z ∈ [--..--]
+[value:final-states] Values at end of function main6_val_warn_converted_signed:
+  
+[value:final-states] Values at end of function main7_signed_upcast:
+  c ∈ {240}
+  i ∈ {240}
+[value:final-states] Values at end of function main8_bitfields:
+  S.i1 ∈ {65}
+   .i2 ∈ {-1; 1} or UNINITIALIZED
+   .[bits 24 to 31] ∈ UNINITIALIZED
+  c ∈ {-1; 1; 65} or UNINITIALIZED
+[value:final-states] Values at end of function main9_bitfield:
+  bf.a ∈ {1648}
+    .[bits 11 to 31] ∈ UNINITIALIZED
+  c ∈ {112} or UNINITIALIZED
+[value:final-states] Values at end of function main:
+  sz ∈ [--..--]
+  uc ∈ [--..--]
+  x ∈ [--..--]
+  ux ∈ [--..--]
+  s ∈ [--..--]
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main10_loop
+[from] Done for function main10_loop
+[from] Computing for function main2_bitfield
+[from] Done for function main2_bitfield
+[from] Computing for function main3_reduction
+[from] Done for function main3_reduction
+[from] Computing for function main4_pointer
+[from] Done for function main4_pointer
+[from] Computing for function main5_wrap_signed
+[from] Done for function main5_wrap_signed
+[from] Computing for function main6_val_warn_converted_signed
+[from] Done for function main6_val_warn_converted_signed
+[from] Computing for function main7_signed_upcast
+[from] Done for function main7_signed_upcast
+[from] Computing for function main8_bitfields
+[from] Done for function main8_bitfields
+[from] Computing for function main9_bitfield
+[from] Done for function main9_bitfield
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  sz FROM sx; sy
+  uc FROM x
+  x FROM uy; uz
+  ux FROM uy; uz
+  s FROM uy; uz
+[from] Function main10_loop:
+  NO EFFECTS
+[from] Function main2_bitfield:
+  NO EFFECTS
+[from] Function main3_reduction:
+  NO EFFECTS
+[from] Function main4_pointer:
+  NO EFFECTS
+[from] Function main5_wrap_signed:
+  NO EFFECTS
+[from] Function main6_val_warn_converted_signed:
+  NO EFFECTS
+[from] Function main7_signed_upcast:
+  NO EFFECTS
+[from] Function main8_bitfields:
+  NO EFFECTS
+[from] Function main9_bitfield:
+  NO EFFECTS
+[from] Function main:
+  sz FROM sx; sy
+  uc FROM x
+  x FROM uy; uz
+  ux FROM uy; uz
+  s FROM uy; uz
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          sz; uc; x; ux; s
+[inout] Inputs for function main1:
+          sx; sy; x; uy; uz
+[inout] Out (internal) for function main10_loop:
+          c; bf.b; k
+[inout] Inputs for function main10_loop:
+          v
+[inout] Out (internal) for function main2_bitfield:
+          i; j; ss{.i; .j}
+[inout] Inputs for function main2_bitfield:
+          v
+[inout] Out (internal) for function main3_reduction:
+          x_0; c; y; d
+[inout] Inputs for function main3_reduction:
+          v
+[inout] Out (internal) for function main4_pointer:
+          p; q; r
+[inout] Inputs for function main4_pointer:
+          \nothing
+[inout] Out (internal) for function main5_wrap_signed:
+          x_0; y; z
+[inout] Inputs for function main5_wrap_signed:
+          v
+[inout] Out (internal) for function main6_val_warn_converted_signed:
+          s_0; u; e; b; e_0; e_1
+[inout] Inputs for function main6_val_warn_converted_signed:
+          v
+[inout] Out (internal) for function main7_signed_upcast:
+          c; i
+[inout] Inputs for function main7_signed_upcast:
+          \nothing
+[inout] Out (internal) for function main8_bitfields:
+          S{.i1; .i2}; c
+[inout] Inputs for function main8_bitfields:
+          v
+[inout] Out (internal) for function main9_bitfield:
+          bf.a; signed_a; c
+[inout] Inputs for function main9_bitfield:
+          v
+[inout] Out (internal) for function main:
+          sz; uc; x; ux; s
+[inout] Inputs for function main:
+          sx; sy; x; uy; uz; v
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main1'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,unsigned_downcast' (file tests/value/downcast.i, line 20)
+            tried with Value.
+[    -    ] Assertion 'Value,unsigned_downcast' (file tests/value/downcast.i, line 21)
+            tried with Value.
+[    -    ] Assertion 'Value,unsigned_downcast' (file tests/value/downcast.i, line 21)
+            tried with Value.
+[    -    ] Assertion 'Value,unsigned_downcast' (file tests/value/downcast.i, line 24)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main2_bitfield'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Assertion 'Value,unsigned_downcast' (file tests/value/downcast.i, line 33)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 33)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main3_reduction'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,unsigned_downcast' (file tests/value/downcast.i, line 40)
+            tried with Value.
+[    -    ] Assertion 'Value,unsigned_downcast' (file tests/value/downcast.i, line 41)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main5_wrap_signed'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'ASSUME' (file tests/value/downcast.i, line 54)
+            tried with Value.
+[  Valid  ] Assertion (file tests/value/downcast.i, line 55)
+            by Value.
+[    -    ] Assertion (file tests/value/downcast.i, line 60)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main6_val_warn_converted_signed'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Assertion 'Value,unsigned_downcast' (file tests/value/downcast.i, line 77)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 77)
+[  Alarm  ] Assertion 'Value,unsigned_downcast' (file tests/value/downcast.i, line 82)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 82)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main9_bitfield'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion (file tests/value/downcast.i, line 124)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main10_loop'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,unsigned_downcast' (file tests/value/downcast.i, line 136)
+            tried with Value.
+[    -    ] Assertion 'Value,unsigned_downcast' (file tests/value/downcast.i, line 136)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     2 Completely validated
+    10 To be validated
+     3 Alarms emitted
+    15 Total
+--------------------------------------------------------------------------------
+/* Generated by Frama-C */
+struct s {
+   int i : 5 ;
+   unsigned int j : 5 ;
+};
+struct bitf {
+   unsigned int i1 : 18 ;
+   int i2 : 6 ;
+};
+struct __anonstruct_bf_1 {
+   unsigned int a : 11 ;
+};
+struct __anonstruct_bf_2 {
+   unsigned int b : 10 ;
+};
+signed char sx;
+signed char sy;
+signed char sz;
+unsigned char uc;
+int x;
+unsigned int ux;
+unsigned int uy;
+unsigned int uz;
+unsigned short s;
+int volatile v;
+void main1(void)
+{
+  sz = (signed char)((int)sx + (int)sy);
+  /*@ assert Value: unsigned_downcast: 0 ≤ (int)sx+(int)sy; */
+  uc = (unsigned char)((int)sx + (int)sy);
+  /*@ assert Value: unsigned_downcast: 0 ≤ x; */
+  /*@ assert Value: unsigned_downcast: x ≤ 255; */
+  uc = (unsigned char)x;
+  x = (int)(uy + uz);
+  ux = uy + uz;
+  /*@ assert Value: unsigned_downcast: uy+uz ≤ 65535; */
+  s = (unsigned short)(uy + uz);
+  return;
+}
+
+void main2_bitfield(void)
+{
+  int i;
+  unsigned int j;
+  struct s ss;
+  i = 117;
+  j = (unsigned int)254;
+  if (v) 
+    ss.i = (int)i;
+  if (v) 
+    /*@ assert Value: unsigned_downcast: j ≤ 31; */
+    ss.j = (unsigned int)j;
+  return;
+}
+
+void main3_reduction(void)
+{
+  int x_0;
+  char c;
+  unsigned int y;
+  unsigned char d;
+  x_0 = v;
+  c = (char)x_0;
+  /*@ assert Value: unsigned_downcast: 0 ≤ v; */
+  y = (unsigned int)v;
+  /*@ assert Value: unsigned_downcast: y ≤ 255; */
+  d = (unsigned char)y;
+  return;
+}
+
+void main4_pointer(void)
+{
+  int x_0;
+  long long p;
+  unsigned int q;
+  int r;
+  p = (long long)(& x_0);
+  q = (unsigned int)p;
+  r = (int)p;
+  return;
+}
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int ( /* missing proto */ Frama_C_show_each)();
+
+void main5_wrap_signed(void)
+{
+  int x_0;
+  unsigned int y;
+  int z;
+  x_0 = v;
+  /*@ assert ASSUME: x_0 ≥ 100000; */ ;
+  /*@ assert x_0 > 0x7FFFFFFF-145 ∨ x_0 ≤ 0x7FFFFFFF-145; */ ;
+  y = (unsigned int)x_0;
+  y += (unsigned int)145;
+  z = (int)y;
+  Frama_C_show_each(x_0,y,z);
+  /*@ assert z ≥ 100000+145 ∨ z ≤ (int)(0x7FFFFFFF+145); */ ;
+  return;
+}
+
+void main6_val_warn_converted_signed(void)
+{
+  if (v) {
+    short s_0;
+    s_0 = (short)65300u;
+  }
+  if (v) {
+    unsigned short u;
+    u = (unsigned short)65300u;
+  }
+  if (v) {
+    unsigned long e;
+    short b;
+    e = (unsigned long)17;
+    b = (short)e;
+  }
+  if (v) {
+    unsigned long e_0;
+    short b_0;
+    /*@ assert Value: unsigned_downcast: 0 ≤ -12; */
+    e_0 = (unsigned long)(-12);
+    b_0 = (short)e_0;
+  }
+  if (v) {
+    unsigned int e_1;
+    short b_1;
+    /*@ assert Value: unsigned_downcast: 0 ≤ -64000; */
+    e_1 = (unsigned int)(-64000);
+    b_1 = (short)e_1;
+  }
+  return;
+}
+
+void main7_signed_upcast(void)
+{
+  unsigned char c;
+  int i;
+  c = (unsigned char)240;
+  i = (int)c;
+  return;
+}
+
+void main8_bitfields(void)
+{
+  struct bitf S;
+  signed char c;
+  S.i1 = (unsigned int)0x3FFFF;
+  if (v) 
+    S.i2 = (int)S.i1;
+  if (v) 
+    c = (signed char)S.i1;
+  S.i1 = (unsigned int)257u;
+  if (v) 
+    S.i2 = (int)S.i1;
+  if (v) 
+    c = (signed char)S.i1;
+  S.i1 = (unsigned int)65u;
+  if (v) 
+    S.i2 = (int)S.i1;
+  if (v) c = (signed char)S.i1;
+  return;
+}
+
+void main9_bitfield(void)
+{
+  struct __anonstruct_bf_1 bf;
+  signed char c;
+  bf.a = (unsigned int)1648;
+  if (v) {
+    int signed_a;
+    signed_a = (int)((int)bf.a);
+    /*@ assert signed_a ≡ -400; */ ;
+  }
+  if (v) 
+    c = (signed char)bf.a;
+  return;
+}
+
+void main10_loop(void)
+{
+  signed char c;
+  struct __anonstruct_bf_2 bf;
+  int k;
+  k = 0;
+  while (k < 10) {
+    /*@ assert Value: unsigned_downcast: 0 ≤ v; */
+    /*@ assert Value: unsigned_downcast: v ≤ 1023; */
+    bf.b = (unsigned int)v;
+    if (v) 
+      c = (signed char)bf.b;
+    k ++;
+  }
+  return;
+}
+
+void main(void)
+{
+  main1();
+  main2_bitfield();
+  main3_reduction();
+  main4_pointer();
+  main5_wrap_signed();
+  main6_val_warn_converted_signed();
+  main7_signed_upcast();
+  main8_bitfields();
+  main9_bitfield();
+  main10_loop();
+  return;
+}
+
+
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  sx ∈ [--..--]
+  sy ∈ [--..--]
+  sz ∈ [--..--]
+  uc ∈ [--..--]
+  x ∈ [--..--]
+  ux ∈ [--..--]
+  uy ∈ [--..--]
+  uz ∈ [--..--]
+  s ∈ [--..--]
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/downcast.i:142.
+tests/value/downcast.i:19:[value] warning: signed downcast. assert -128 ≤ (int)sx+(int)sy;
+tests/value/downcast.i:19:[value] warning: signed downcast. assert (int)sx+(int)sy ≤ 127;
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2_bitfield <- main.
+        Called from tests/value/downcast.i:143.
+tests/value/downcast.i:32:[value] warning: signed downcast. assert i ≤ 15;
+[value] Recording results for main2_bitfield
+[value] Done for function main2_bitfield
+[value] computing for function main3_reduction <- main.
+        Called from tests/value/downcast.i:144.
+tests/value/downcast.i:38:[value] warning: signed downcast. assert -128 ≤ x_0;
+tests/value/downcast.i:38:[value] warning: signed downcast. assert x_0 ≤ 127;
+[value] Recording results for main3_reduction
+[value] Done for function main3_reduction
+[value] computing for function main4_pointer <- main.
+        Called from tests/value/downcast.i:145.
+tests/value/downcast.i:48:[value] warning: signed downcast. assert p ≤ 2147483647;
+[value] Recording results for main4_pointer
+[value] Done for function main4_pointer
+[value] computing for function main5_wrap_signed <- main.
+        Called from tests/value/downcast.i:146.
+[value] Called Frama_C_show_each([100000..2147483647],
+                                 [100145..2147483792],
+                                 [-2147483648..2147483647])
+[value] Recording results for main5_wrap_signed
+[value] Done for function main5_wrap_signed
+[value] computing for function main6_val_warn_converted_signed <- main.
+        Called from tests/value/downcast.i:147.
+tests/value/downcast.i:67:[value] warning: signed downcast. assert (int)65300u ≤ 32767;
+tests/value/downcast.i:83:[value] warning: signed downcast. assert -32768 ≤ (int)e_1;
+[value] Recording results for main6_val_warn_converted_signed
+[value] Done for function main6_val_warn_converted_signed
+[value] computing for function main7_signed_upcast <- main.
+        Called from tests/value/downcast.i:148.
+[value] Recording results for main7_signed_upcast
+[value] Done for function main7_signed_upcast
+[value] computing for function main8_bitfields <- main.
+        Called from tests/value/downcast.i:149.
+tests/value/downcast.i:109:[value] warning: signed downcast. assert (int)S.i1 ≤ 31;
+tests/value/downcast.i:110:[value] warning: signed downcast. assert (int)S.i1 ≤ 127;
+tests/value/downcast.i:114:[value] warning: signed downcast. assert (int)S.i1 ≤ 31;
+[value] Recording results for main8_bitfields
+[value] Done for function main8_bitfields
+[value] computing for function main9_bitfield <- main.
+        Called from tests/value/downcast.i:150.
+tests/value/downcast.i:127:[value] warning: signed downcast. assert -128 ≤ (int)bf.a;
+[value] Recording results for main9_bitfield
+[value] Done for function main9_bitfield
+[value] computing for function main10_loop <- main.
+        Called from tests/value/downcast.i:151.
+tests/value/downcast.i:137:[value] warning: signed downcast. assert -128 ≤ (int)bf.b;
+tests/value/downcast.i:137:[value] warning: signed downcast. assert (int)bf.b ≤ 127;
+[value] Recording results for main10_loop
+[value] Done for function main10_loop
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  sz ∈ [--..--]
+  uc ∈ [--..--]
+  x ∈ [--..--]
+  ux ∈ [--..--]
+  s ∈ [--..--]
+[value:final-states] Values at end of function main10_loop:
+  c ∈ [--..--] or UNINITIALIZED
+  bf.b ∈ [--..--] or UNINITIALIZED
+    .[bits 10 to 31] ∈ UNINITIALIZED
+  k ∈ {10}
+[value:final-states] Values at end of function main2_bitfield:
+  i ∈ {117}
+  j ∈ {254}
+  ss.i ∈ UNINITIALIZED
+    .j ∈ {30} or UNINITIALIZED
+    .[bits 10 to 31] ∈ UNINITIALIZED
+[value:final-states] Values at end of function main3_reduction:
+  x_0 ∈ [-128..127]
+  c ∈ [--..--]
+  y ∈ [--..--]
+  d ∈ [--..--]
+[value:final-states] Values at end of function main4_pointer:
+  p ∈ {{ (long long)&x_0 }}
+  q ∈ {{ (unsigned int)&x_0 }}
+  r ∈ {{ (int)&x_0 }}
+[value:final-states] Values at end of function main5_wrap_signed:
+  x_0 ∈ [100000..2147483647]
+  y ∈ [100145..2147483792]
+  z ∈ [--..--]
+[value:final-states] Values at end of function main6_val_warn_converted_signed:
+  
+[value:final-states] Values at end of function main7_signed_upcast:
+  c ∈ {240}
+  i ∈ {240}
+[value:final-states] Values at end of function main8_bitfields:
+  S.i1 ∈ {65}
+   .i2 ∈ {-1} or UNINITIALIZED
+   .[bits 24 to 31] ∈ UNINITIALIZED
+  c ∈ {-1; 65} or UNINITIALIZED
+[value:final-states] Values at end of function main9_bitfield:
+  bf.a ∈ {1648}
+    .[bits 11 to 31] ∈ UNINITIALIZED
+  c ∈ UNINITIALIZED
+[value:final-states] Values at end of function main:
+  sz ∈ [--..--]
+  uc ∈ [--..--]
+  x ∈ [--..--]
+  ux ∈ [--..--]
+  s ∈ [--..--]
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main10_loop
+[from] Done for function main10_loop
+[from] Computing for function main2_bitfield
+[from] Done for function main2_bitfield
+[from] Computing for function main3_reduction
+[from] Done for function main3_reduction
+[from] Computing for function main4_pointer
+[from] Done for function main4_pointer
+[from] Computing for function main5_wrap_signed
+[from] Done for function main5_wrap_signed
+[from] Computing for function main6_val_warn_converted_signed
+[from] Done for function main6_val_warn_converted_signed
+[from] Computing for function main7_signed_upcast
+[from] Done for function main7_signed_upcast
+[from] Computing for function main8_bitfields
+[from] Done for function main8_bitfields
+[from] Computing for function main9_bitfield
+[from] Done for function main9_bitfield
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  sz FROM sx; sy
+  uc FROM x
+  x FROM uy; uz
+  ux FROM uy; uz
+  s FROM uy; uz
+[from] Function main10_loop:
+  NO EFFECTS
+[from] Function main2_bitfield:
+  NO EFFECTS
+[from] Function main3_reduction:
+  NO EFFECTS
+[from] Function main4_pointer:
+  NO EFFECTS
+[from] Function main5_wrap_signed:
+  NO EFFECTS
+[from] Function main6_val_warn_converted_signed:
+  NO EFFECTS
+[from] Function main7_signed_upcast:
+  NO EFFECTS
+[from] Function main8_bitfields:
+  NO EFFECTS
+[from] Function main9_bitfield:
+  NO EFFECTS
+[from] Function main:
+  sz FROM sx; sy
+  uc FROM x
+  x FROM uy; uz
+  ux FROM uy; uz
+  s FROM uy; uz
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          sz; uc; x; ux; s
+[inout] Inputs for function main1:
+          sx; sy; x; uy; uz
+[inout] Out (internal) for function main10_loop:
+          c; bf.b; k
+[inout] Inputs for function main10_loop:
+          v
+[inout] Out (internal) for function main2_bitfield:
+          i; j; ss{.i; .j}
+[inout] Inputs for function main2_bitfield:
+          v
+[inout] Out (internal) for function main3_reduction:
+          x_0; c; y; d
+[inout] Inputs for function main3_reduction:
+          v
+[inout] Out (internal) for function main4_pointer:
+          p; q; r
+[inout] Inputs for function main4_pointer:
+          \nothing
+[inout] Out (internal) for function main5_wrap_signed:
+          x_0; y; z
+[inout] Inputs for function main5_wrap_signed:
+          v
+[inout] Out (internal) for function main6_val_warn_converted_signed:
+          s_0; u; e; b; e_0; b_0; e_1; b_1
+[inout] Inputs for function main6_val_warn_converted_signed:
+          v
+[inout] Out (internal) for function main7_signed_upcast:
+          c; i
+[inout] Inputs for function main7_signed_upcast:
+          \nothing
+[inout] Out (internal) for function main8_bitfields:
+          S{.i1; .i2}; c
+[inout] Inputs for function main8_bitfields:
+          v
+[inout] Out (internal) for function main9_bitfield:
+          bf.a; signed_a; c
+[inout] Inputs for function main9_bitfield:
+          v
+[inout] Out (internal) for function main:
+          sz; uc; x; ux; s
+[inout] Inputs for function main:
+          sx; sy; x; uy; uz; v
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main1'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 19)
+            tried with Value.
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 19)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main2_bitfield'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 32)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 32)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main3_reduction'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 38)
+            tried with Value.
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 38)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main4_pointer'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 48)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main5_wrap_signed'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'ASSUME' (file tests/value/downcast.i, line 54)
+            tried with Value.
+[  Valid  ] Assertion (file tests/value/downcast.i, line 55)
+            by Value.
+[    -    ] Assertion (file tests/value/downcast.i, line 60)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main6_val_warn_converted_signed'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 67)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 67)
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 83)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 83)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main8_bitfields'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 109)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 109)
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 110)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 110)
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 114)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 114)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main9_bitfield'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion (file tests/value/downcast.i, line 124)
+            by Value.
+[  Alarm  ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 127)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/downcast.i, line 127)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main10_loop'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 137)
+            tried with Value.
+[    -    ] Assertion 'Value,signed_downcast' (file tests/value/downcast.i, line 137)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     2 Completely validated
+     9 To be validated
+     7 Alarms emitted
+    18 Total
+--------------------------------------------------------------------------------
+/* Generated by Frama-C */
+struct s {
+   int i : 5 ;
+   unsigned int j : 5 ;
+};
+struct bitf {
+   unsigned int i1 : 18 ;
+   int i2 : 6 ;
+};
+struct __anonstruct_bf_1 {
+   unsigned int a : 11 ;
+};
+struct __anonstruct_bf_2 {
+   unsigned int b : 10 ;
+};
+signed char sx;
+signed char sy;
+signed char sz;
+unsigned char uc;
+int x;
+unsigned int ux;
+unsigned int uy;
+unsigned int uz;
+unsigned short s;
+int volatile v;
+void main1(void)
+{
+  /*@ assert Value: signed_downcast: -128 ≤ (int)sx+(int)sy; */
+  /*@ assert Value: signed_downcast: (int)sx+(int)sy ≤ 127; */
+  sz = (signed char)((int)sx + (int)sy);
+  uc = (unsigned char)((int)sx + (int)sy);
+  uc = (unsigned char)x;
+  x = (int)(uy + uz);
+  ux = uy + uz;
+  s = (unsigned short)(uy + uz);
+  return;
+}
+
+void main2_bitfield(void)
+{
+  int i;
+  unsigned int j;
+  struct s ss;
+  i = 117;
+  j = (unsigned int)254;
+  if (v) 
+    /*@ assert Value: signed_downcast: i ≤ 15; */
+    ss.i = (int)i;
+  if (v) 
+    ss.j = (unsigned int)j;
+  return;
+}
+
+void main3_reduction(void)
+{
+  int x_0;
+  char c;
+  unsigned int y;
+  unsigned char d;
+  x_0 = v;
+  /*@ assert Value: signed_downcast: -128 ≤ x_0; */
+  /*@ assert Value: signed_downcast: x_0 ≤ 127; */
+  c = (char)x_0;
+  y = (unsigned int)v;
+  d = (unsigned char)y;
+  return;
+}
+
+void main4_pointer(void)
+{
+  int x_0;
+  long long p;
+  unsigned int q;
+  int r;
+  p = (long long)(& x_0);
+  q = (unsigned int)p;
+  /*@ assert Value: signed_downcast: p ≤ 2147483647; */
+  r = (int)p;
+  return;
+}
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int ( /* missing proto */ Frama_C_show_each)();
+
+void main5_wrap_signed(void)
+{
+  int x_0;
+  unsigned int y;
+  int z;
+  x_0 = v;
+  /*@ assert ASSUME: x_0 ≥ 100000; */ ;
+  /*@ assert x_0 > 0x7FFFFFFF-145 ∨ x_0 ≤ 0x7FFFFFFF-145; */ ;
+  y = (unsigned int)x_0;
+  y += (unsigned int)145;
+  z = (int)y;
+  Frama_C_show_each(x_0,y,z);
+  /*@ assert z ≥ 100000+145 ∨ z ≤ (int)(0x7FFFFFFF+145); */ ;
+  return;
+}
+
+void main6_val_warn_converted_signed(void)
+{
+  if (v) {
+    short s_0;
+    /*@ assert Value: signed_downcast: (int)65300u ≤ 32767; */
+    s_0 = (short)65300u;
+  }
+  if (v) {
+    unsigned short u;
+    u = (unsigned short)65300u;
+  }
+  if (v) {
+    unsigned long e;
+    short b;
+    e = (unsigned long)17;
+    b = (short)e;
+  }
+  if (v) {
+    unsigned long e_0;
+    short b_0;
+    e_0 = (unsigned long)(-12);
+    b_0 = (short)e_0;
+  }
+  if (v) {
+    unsigned int e_1;
+    short b_1;
+    e_1 = (unsigned int)(-64000);
+    /*@ assert Value: signed_downcast: -32768 ≤ (int)e_1; */
+    b_1 = (short)e_1;
+  }
+  return;
+}
+
+void main7_signed_upcast(void)
+{
+  unsigned char c;
+  int i;
+  c = (unsigned char)240;
+  i = (int)c;
+  return;
+}
+
+void main8_bitfields(void)
+{
+  struct bitf S;
+  signed char c;
+  S.i1 = (unsigned int)0x3FFFF;
+  if (v) 
+    S.i2 = (int)S.i1;
+  if (v) 
+    c = (signed char)S.i1;
+  S.i1 = (unsigned int)257u;
+  if (v) 
+    /*@ assert Value: signed_downcast: (int)S.i1 ≤ 31; */
+    S.i2 = (int)S.i1;
+  if (v) 
+    /*@ assert Value: signed_downcast: (int)S.i1 ≤ 127; */
+    c = (signed char)S.i1;
+  S.i1 = (unsigned int)65u;
+  if (v) 
+    /*@ assert Value: signed_downcast: (int)S.i1 ≤ 31; */
+    S.i2 = (int)S.i1;
+  if (v) c = (signed char)S.i1;
+  return;
+}
+
+void main9_bitfield(void)
+{
+  struct __anonstruct_bf_1 bf;
+  signed char c;
+  bf.a = (unsigned int)1648;
+  if (v) {
+    int signed_a;
+    signed_a = (int)((int)bf.a);
+    /*@ assert signed_a ≡ -400; */ ;
+  }
+  if (v) 
+    /*@ assert Value: signed_downcast: -128 ≤ (int)bf.a; */
+    c = (signed char)bf.a;
+  return;
+}
+
+void main10_loop(void)
+{
+  signed char c;
+  struct __anonstruct_bf_2 bf;
+  int k;
+  k = 0;
+  while (k < 10) {
+    bf.b = (unsigned int)v;
+    if (v) 
+      /*@ assert Value: signed_downcast: -128 ≤ (int)bf.b; */
+      /*@ assert Value: signed_downcast: (int)bf.b ≤ 127; */
+      c = (signed char)bf.b;
+    k ++;
+  }
+  return;
+}
+
+void main(void)
+{
+  main1();
+  main2_bitfield();
+  main3_reduction();
+  main4_pointer();
+  main5_wrap_signed();
+  main6_val_warn_converted_signed();
+  main7_signed_upcast();
+  main8_bitfields();
+  main9_bitfield();
+  main10_loop();
+  return;
+}
+
+
+[value] Analyzing an incomplete application starting at main5_wrap_signed
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  sx ∈ [--..--]
+  sy ∈ [--..--]
+  sz ∈ [--..--]
+  uc ∈ [--..--]
+  x ∈ [--..--]
+  ux ∈ [--..--]
+  uy ∈ [--..--]
+  uz ∈ [--..--]
+  s ∈ [--..--]
+  v ∈ [--..--]
+[value] Called Frama_C_show_each([2147483503..2147483647],
+                                 [2147483648..2147483792],
+                                 [-2147483648..-2147483504])
+[value] Called Frama_C_show_each([100000..2147483502],
+                                 [100145..2147483647],
+                                 [100145..2147483647])
+[value] Recording results for main5_wrap_signed
+[value] done for function main5_wrap_signed
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main5_wrap_signed:
+  x_0 ∈ [100000..2147483647]
+  y ∈ [100145..2147483792]
+  z ∈ [--..--]
+[from] Computing for function main5_wrap_signed
+[from] Done for function main5_wrap_signed
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main5_wrap_signed:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main5_wrap_signed:
+          x_0; y; z
+[inout] Inputs for function main5_wrap_signed:
+          v
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main5_wrap_signed'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'ASSUME' (file tests/value/downcast.i, line 54)
+            tried with Value (v2).
+[  Valid  ] Assertion (file tests/value/downcast.i, line 55)
+            by Value (v2).
+[  Valid  ] Assertion (file tests/value/downcast.i, line 60)
+            by Value (v2).
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main9_bitfield'
+--------------------------------------------------------------------------------
+
+[  Dead   ] Assertion (file tests/value/downcast.i, line 124)
+            Locally valid, but unreachable.
+            By Value (v2) because:
+             - Unreachable program point (file tests/value/downcast.i, line 124)
+[Unreachable] Unreachable program point (file tests/value/downcast.i, line 124)
+            by Value (v2).
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     2 Completely validated
+     1 To be validated
+     1 Dead property
+     1 Unreachable
+     5 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/dur.err.oracle b/tests/value/oracle_symblocs/dur.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/dur.res.oracle b/tests/value/oracle_symblocs/dur.res.oracle
new file mode 100644
index 00000000000..e1199cb4a2b
--- /dev/null
+++ b/tests/value/oracle_symblocs/dur.res.oracle
@@ -0,0 +1,329 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/dur.i (no preprocessing)
+[value] Analyzing a complete application starting at F2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G1 ∈ {0}
+  G2 ∈ {0}
+  G3 ∈ [--..--]
+  G4{.M6; .M7; .M8; .M9; .M10; .M11; .M12; .M13; .M14; .M15; .M16; .M17; .M18; .M19; .M20; .M21; .M22; .M23; .M24; .M25; .M26[0..25]; .M27[0..12]; .M28[0..2]; .M29; .M30; .M31; .M32; .M33; .M34; .M35; .M36; .M37; .M38; .M39; .M40; .M41; .M42; .M43; .M44; .M45; .M46; .M47; .M48; .M49; .M50; .M51; .M52; .M53; .M54; .M55; .M56; .M57; .M58; .M59; .M60; .M61; .M62; .M63; .M64[0..26]; .M65[0..26]; .M66[0..47]; .M67[0..47]; .M68[0..47]; .M69[0..47]; .M70[0..47]; .M71[0..47]; .M72[0..47]; .M73[0..47]; .M74[0..9]} ∈
+    [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+  G5{.M75; .[bits 16 to 31]} ∈ [--..--]
+    .M76[0].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[0]{.M2; .M3} ∈ [--..--]
+    .M76[1].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[1]{.M2; .M3} ∈ [--..--]
+    .M76[2].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[2]{.M2; .M3} ∈ [--..--]
+    .M76[3].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[3]{.M2; .M3} ∈ [--..--]
+    .M76[4].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[4]{.M2; .M3} ∈ [--..--]
+    .M76[5].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[5]{.M2; .M3} ∈ [--..--]
+    .M76[6].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[6]{.M2; .M3} ∈ [--..--]
+    .M76[7].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[7]{.M2; .M3} ∈ [--..--]
+    .M76[8].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[8]{.M2; .M3} ∈ [--..--]
+    .M76[9].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[9]{.M2; .M3} ∈ [--..--]
+    .M76[10].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[10]{.M2; .M3} ∈ [--..--]
+    .M76[11].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[11]{.M2; .M3} ∈ [--..--]
+    .M76[12].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[12]{.M2; .M3} ∈ [--..--]
+    .M76[13].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[13]{.M2; .M3} ∈ [--..--]
+    .M76[14].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[14]{.M2; .M3} ∈ [--..--]
+    .M76[15].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[15]{.M2; .M3} ∈ [--..--]
+    .M76[16].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[16]{.M2; .M3} ∈ [--..--]
+    .M76[17].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[17]{.M2; .M3} ∈ [--..--]
+    .M76[18].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[18]{.M2; .M3} ∈ [--..--]
+    .M76[19].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[19]{.M2; .M3} ∈ [--..--]
+    .M76[20].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[20]{.M2; .M3} ∈ [--..--]
+    .M76[21].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[21]{.M2; .M3} ∈ [--..--]
+    .M76[22].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[22]{.M2; .M3} ∈ [--..--]
+    .M76[23].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[23]{.M2; .M3} ∈ [--..--]
+    .M76[24].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[24]{.M2; .M3} ∈ [--..--]
+    .M76[25].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[25]{.M2; .M3} ∈ [--..--]
+    .M76[26].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[26]{.M2; .M3} ∈ [--..--]
+    .M76[27].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[27]{.M2; .M3} ∈ [--..--]
+    .M76[28].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[28]{.M2; .M3} ∈ [--..--]
+    .M76[29].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[29]{.M2; .M3} ∈ [--..--]
+    .M76[30].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[30]{.M2; .M3} ∈ [--..--]
+    .M76[31].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[31]{.M2; .M3} ∈ [--..--]
+    .M76[32].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[32]{.M2; .M3} ∈ [--..--]
+    .M76[33].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[33]{.M2; .M3} ∈ [--..--]
+    .M76[34].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[34]{.M2; .M3} ∈ [--..--]
+    .M76[35].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[35]{.M2; .M3} ∈ [--..--]
+    .M76[36].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[36]{.M2; .M3} ∈ [--..--]
+    .M76[37].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[37]{.M2; .M3} ∈ [--..--]
+    .M76[38].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[38]{.M2; .M3} ∈ [--..--]
+    .M76[39].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[39]{.M2; .M3} ∈ [--..--]
+    .M76[40].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[40]{.M2; .M3} ∈ [--..--]
+    .M76[41].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[41]{.M2; .M3} ∈ [--..--]
+    .M76[42].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[42]{.M2; .M3} ∈ [--..--]
+    .M76[43].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[43]{.M2; .M3} ∈ [--..--]
+    .M76[44].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[44]{.M2; .M3} ∈ [--..--]
+    .M76[45].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[45]{.M2; .M3} ∈ [--..--]
+    .M76[46].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[46]{.M2; .M3} ∈ [--..--]
+    .M76[47].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[47]{.M2; .M3} ∈ [--..--]
+    .M76[48].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[48]{.M2; .M3} ∈ [--..--]
+    .M76[49].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[49]{.M2; .M3} ∈ [--..--]
+    .M76[50].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[50]{.M2; .M3} ∈ [--..--]
+    .M76[51].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[51]{.M2; .M3} ∈ [--..--]
+    .M76[52].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[52]{.M2; .M3} ∈ [--..--]
+    .M77.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M77{.M2; .M3} ∈ [--..--]
+    .M78.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M78{.M2; .M3} ∈ [--..--]
+    .M79.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M79{.M2; .M3} ∈ [--..--]
+    .M80.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M80{.M2; .M3} ∈ [--..--]
+    .M81.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M81{.M2; .M3} ∈ [--..--]
+    .M82.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M82{.M2; .M3} ∈ [--..--]
+    .M83.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M83{.M2; .M3} ∈ [--..--]
+    .M84.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M84{.M2; .M3} ∈ [--..--]
+    .M85.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M85{.M2; .M3} ∈ [--..--]
+    .M86.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M86{.M2; .M3} ∈ [--..--]
+    .M87.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M87{.M2; .M3} ∈ [--..--]
+    .M88.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M88{.M2; .M3} ∈ [--..--]
+    .M89.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    {.M89{.M2; .M3}; .M90[0..3]; .M91} ∈ [--..--]
+    .M92[0].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M92[0]{.M2; .M3} ∈ [--..--]
+    .M92[1].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M92[1]{.M2; .M3} ∈ [--..--]
+    .M92[2].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M92[2]{.M2; .M3} ∈ [--..--]
+    .M92[3].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M92[3]{.M2; .M3} ∈ [--..--]
+    .M92[4].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M92[4]{.M2; .M3} ∈ [--..--]
+    .M92[5].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    {.M92[5]{.M2; .M3}; .M93[0..4]} ∈ [--..--]
+  G6 ∈ [--..--]
+  G7[0..160] ∈ [--..--]
+tests/value/dur.i:167:[value] entering loop for the first time
+[value] Recording results for F2
+[value] done for function F2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function F2:
+  G5.M75 ∈ [0..255]
+    .[bits 16 to 31] ∈ [--..--]
+    .M76[0].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[0]{.M2; .M3} ∈ [--..--]
+    .M76[1].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[1]{.M2; .M3} ∈ [--..--]
+    .M76[2].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[2]{.M2; .M3} ∈ [--..--]
+    .M76[3].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[3]{.M2; .M3} ∈ [--..--]
+    .M76[4].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[4]{.M2; .M3} ∈ [--..--]
+    .M76[5].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[5]{.M2; .M3} ∈ [--..--]
+    .M76[6].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[6]{.M2; .M3} ∈ [--..--]
+    .M76[7].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[7]{.M2; .M3} ∈ [--..--]
+    .M76[8].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[8]{.M2; .M3} ∈ [--..--]
+    .M76[9].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[9]{.M2; .M3} ∈ [--..--]
+    .M76[10].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[10]{.M2; .M3} ∈ [--..--]
+    .M76[11].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[11]{.M2; .M3} ∈ [--..--]
+    .M76[12].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[12]{.M2; .M3} ∈ [--..--]
+    .M76[13].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[13]{.M2; .M3} ∈ [--..--]
+    .M76[14].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[14]{.M2; .M3} ∈ [--..--]
+    .M76[15].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[15]{.M2; .M3} ∈ [--..--]
+    .M76[16].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[16]{.M2; .M3} ∈ [--..--]
+    .M76[17].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[17]{.M2; .M3} ∈ [--..--]
+    .M76[18].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[18]{.M2; .M3} ∈ [--..--]
+    .M76[19].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[19]{.M2; .M3} ∈ [--..--]
+    .M76[20].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[20]{.M2; .M3} ∈ [--..--]
+    .M76[21].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[21]{.M2; .M3} ∈ [--..--]
+    .M76[22].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[22]{.M2; .M3} ∈ [--..--]
+    .M76[23].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[23]{.M2; .M3} ∈ [--..--]
+    .M76[24].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[24]{.M2; .M3} ∈ [--..--]
+    .M76[25].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[25]{.M2; .M3} ∈ [--..--]
+    .M76[26].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[26]{.M2; .M3} ∈ [--..--]
+    .M76[27].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[27]{.M2; .M3} ∈ [--..--]
+    .M76[28].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[28]{.M2; .M3} ∈ [--..--]
+    .M76[29].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[29]{.M2; .M3} ∈ [--..--]
+    .M76[30].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[30]{.M2; .M3} ∈ [--..--]
+    .M76[31].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[31]{.M2; .M3} ∈ [--..--]
+    .M76[32].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[32]{.M2; .M3} ∈ [--..--]
+    .M76[33].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[33]{.M2; .M3} ∈ [--..--]
+    .M76[34].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[34]{.M2; .M3} ∈ [--..--]
+    .M76[35].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[35]{.M2; .M3} ∈ [--..--]
+    .M76[36].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[36]{.M2; .M3} ∈ [--..--]
+    .M76[37].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[37]{.M2; .M3} ∈ [--..--]
+    .M76[38].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[38]{.M2; .M3} ∈ [--..--]
+    .M76[39].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[39]{.M2; .M3} ∈ [--..--]
+    .M76[40].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[40]{.M2; .M3} ∈ [--..--]
+    .M76[41].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[41]{.M2; .M3} ∈ [--..--]
+    .M76[42].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[42]{.M2; .M3} ∈ [--..--]
+    .M76[43].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[43]{.M2; .M3} ∈ [--..--]
+    .M76[44].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[44]{.M2; .M3} ∈ [--..--]
+    .M76[45].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[45]{.M2; .M3} ∈ [--..--]
+    .M76[46].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[46]{.M2; .M3} ∈ [--..--]
+    .M76[47].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[47]{.M2; .M3} ∈ [--..--]
+    .M76[48].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[48]{.M2; .M3} ∈ [--..--]
+    .M76[49].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[49]{.M2; .M3} ∈ [--..--]
+    .M76[50].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[50]{.M2; .M3} ∈ [--..--]
+    .M76[51].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[51]{.M2; .M3} ∈ [--..--]
+    .M76[52].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M76[52]{.M2; .M3} ∈ [--..--]
+    .M77.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M77{.M2; .M3} ∈ [--..--]
+    .M78.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M78{.M2; .M3} ∈ [--..--]
+    .M79.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M79{.M2; .M3} ∈ [--..--]
+    .M80.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M80{.M2; .M3} ∈ [--..--]
+    .M81.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M81{.M2; .M3} ∈ [--..--]
+    .M82.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M82{.M2; .M3} ∈ [--..--]
+    .M83.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M83{.M2; .M3} ∈ [--..--]
+    .M84.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M84{.M2; .M3} ∈ [--..--]
+    .M85.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M85{.M2; .M3} ∈ [--..--]
+    .M86.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M86{.M2; .M3} ∈ [--..--]
+    .M87.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M87{.M2; .M3} ∈ [--..--]
+    .M88.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M88{.M2; .M3} ∈ [--..--]
+    .M89.M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    {.M89{.M2; .M3}; .M90[0..3]; .M91} ∈ [--..--]
+    .M92[0].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M92[0]{.M2; .M3} ∈ [--..--]
+    .M92[1].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M92[1]{.M2; .M3} ∈ [--..--]
+    .M92[2].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M92[2]{.M2; .M3} ∈ [--..--]
+    .M92[3].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M92[3]{.M2; .M3} ∈ [--..--]
+    .M92[4].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    .M92[4]{.M2; .M3} ∈ [--..--]
+    .M92[5].M1 ∈ [-1.9999998807907104*2^127 .. 1.9999998807907104*2^127]
+    {.M92[5]{.M2; .M3}; .M93[0..4]} ∈ [--..--]
+  V5 ∈ {4} or UNINITIALIZED
+  V6 ∈ [--..--] or UNINITIALIZED
+  V7 ∈ [0..65532],0%2 or UNINITIALIZED
+[from] Computing for function F2
+[from] Done for function F2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function F2:
+  G5.M75 FROM G3
+    {.M90[0].M4; .M90[1].M4; .M90[2].M4; .M90[3].M4}
+    FROM G1; G2; V8 (and SELF)
+    {.M90[0].M5; .M90[1].M5; .M90[2].M5; .M90[3].M5} FROM G2; V8 (and SELF)
+    .M91.M4 FROM G6{.M96[0]; .M97[0]}; V8 (and SELF)
+    .M91.M5 FROM G6.M97[0]; V8 (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function F2:
+          G5{.M75; {.M90[0..3]; .M91}}; V5; V6; V7
+[inout] Inputs for function F2:
+          G1; G2; G3; G5{.M90[0].M4; .M90[1].M4; .M90[2].M4; .M90[3].M4};
+          G6{.M96[0]; .M97[0]}
diff --git a/tests/value/oracle_symblocs/empty_base.0.err.oracle b/tests/value/oracle_symblocs/empty_base.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/empty_base.0.res.oracle b/tests/value/oracle_symblocs/empty_base.0.res.oracle
new file mode 100644
index 00000000000..ff0423057b5
--- /dev/null
+++ b/tests/value/oracle_symblocs/empty_base.0.res.oracle
@@ -0,0 +1,9 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/empty_base.c (with preprocessing)
+tests/value/empty_base.c:62:[kernel] user error: variable `c' has initializer but incomplete type
+tests/value/empty_base.c:66:[kernel] warning: Too many initializers for structure
+tests/value/empty_base.c:74:[kernel] user error: field z is declared with incomplete type struct foo_0
+tests/value/empty_base.c:79:[kernel] user error: field f1 is declared with incomplete type struct f1_0
+[kernel] user error: stopping on file "tests/value/empty_base.c" that has errors. Add
+                     '-kernel-msg-key pp' for preprocessing command.
+[kernel] Frama-C aborted: invalid user input.
diff --git a/tests/value/oracle_symblocs/empty_base.1.err.oracle b/tests/value/oracle_symblocs/empty_base.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/empty_base.1.res.oracle b/tests/value/oracle_symblocs/empty_base.1.res.oracle
new file mode 100644
index 00000000000..67ea3e1f9ab
--- /dev/null
+++ b/tests/value/oracle_symblocs/empty_base.1.res.oracle
@@ -0,0 +1,6 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/empty_base.c (with preprocessing)
+[kernel] user error: empty initializers only allowed for GCC/MSVC
+[kernel] user error: stopping on file "tests/value/empty_base.c" that has errors. Add
+                     '-kernel-msg-key pp' for preprocessing command.
+[kernel] Frama-C aborted: invalid user input.
diff --git a/tests/value/oracle_symblocs/empty_struct.0.err.oracle b/tests/value/oracle_symblocs/empty_struct.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/empty_struct.0.res.oracle b/tests/value/oracle_symblocs/empty_struct.0.res.oracle
new file mode 100644
index 00000000000..94388f5bea3
--- /dev/null
+++ b/tests/value/oracle_symblocs/empty_struct.0.res.oracle
@@ -0,0 +1,44 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/empty_struct.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s2 ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ (void *)&s }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p
+[inout] Inputs for function main:
+          \nothing
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s2 ∈ [--..--]
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ (void *)&s }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/empty_struct.1.err.oracle b/tests/value/oracle_symblocs/empty_struct.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/empty_struct.1.res.oracle b/tests/value/oracle_symblocs/empty_struct.1.res.oracle
new file mode 100644
index 00000000000..b0ad12c5f21
--- /dev/null
+++ b/tests/value/oracle_symblocs/empty_struct.1.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/empty_struct.c (with preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s2 ∈ [--..--]
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ (void *)&s }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/empty_struct.2.err.oracle b/tests/value/oracle_symblocs/empty_struct.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/empty_struct.2.res.oracle b/tests/value/oracle_symblocs/empty_struct.2.res.oracle
new file mode 100644
index 00000000000..b0ad12c5f21
--- /dev/null
+++ b/tests/value/oracle_symblocs/empty_struct.2.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/empty_struct.c (with preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s2 ∈ [--..--]
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ (void *)&s }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/empty_struct.3.err.oracle b/tests/value/oracle_symblocs/empty_struct.3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/empty_struct.3.res.oracle b/tests/value/oracle_symblocs/empty_struct.3.res.oracle
new file mode 100644
index 00000000000..e5de4f39fdc
--- /dev/null
+++ b/tests/value/oracle_symblocs/empty_struct.3.res.oracle
@@ -0,0 +1,7 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/empty_struct.c (with preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+tests/value/empty_struct.c:19:[value] user error: empty structs are unsupported (type 'struct s', location s)
+                    in C99 (only allowed as GCC/MSVC extension). Aborting.
+[kernel] Plug-in value aborted: invalid user input.
diff --git a/tests/value/oracle_symblocs/empty_struct2.err.oracle b/tests/value/oracle_symblocs/empty_struct2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/empty_struct2.res.oracle b/tests/value/oracle_symblocs/empty_struct2.res.oracle
new file mode 100644
index 00000000000..94d86df34e8
--- /dev/null
+++ b/tests/value/oracle_symblocs/empty_struct2.res.oracle
@@ -0,0 +1,94 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/empty_struct2.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  nondet ∈ [--..--]
+tests/value/empty_struct2.c:40:[value] assertion got status valid.
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
+[value] computing for function memcpy <- main.
+        Called from tests/value/empty_struct2.c:44.
+[value] using specification for function memcpy
+share/libc/string.h:59:[value] function memcpy: precondition 'valid_dst' got status valid.
+share/libc/string.h:60:[value] function memcpy: precondition 'valid_src' got status valid.
+share/libc/string.h:61:[value] function memcpy: precondition got status valid.
+tests/value/empty_struct2.c:44:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
+[value] Done for function memcpy
+[value] computing for function memcpy <- main.
+        Called from tests/value/empty_struct2.c:49.
+tests/value/empty_struct2.c:49:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
+[value] Done for function memcpy
+[value] Called Frama_C_show_each_c2([--..--])
+[value] Called Frama_C_show_each_c2_e(∅)
+[value] computing for function f <- main.
+        Called from tests/value/empty_struct2.c:52.
+tests/value/empty_struct2.c:27:[value] warning: accessing uninitialized left-value. assert \initialized(&s.b);
+tests/value/empty_struct2.c:27:[value] warning: signed overflow. assert s.b+10 ≤ 2147483647;
+tests/value/empty_struct2.c:28:[value] warning: accessing uninitialized left-value. assert \initialized(&s.a);
+tests/value/empty_struct2.c:28:[value] warning: signed overflow. assert -2147483648 ≤ s.a-3;
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_res(.a ∈ [-2147483638..2147483647]
+                                     .b ∈ [-2147483648..2147483644])
+tests/value/empty_struct2.c:58:[value] assertion got status valid.
+[value] computing for function ret_empty <- main.
+        Called from tests/value/empty_struct2.c:60.
+[value] using specification for function ret_empty
+[value] Done for function ret_empty
+[value] computing for function ret_ptr_empty <- main.
+        Called from tests/value/empty_struct2.c:61.
+tests/value/empty_struct2.c:61:[kernel] warning: Neither code nor specification for function ret_ptr_empty, generating default assigns from the prototype
+[value] using specification for function ret_ptr_empty
+[value] Done for function ret_ptr_empty
+tests/value/empty_struct2.c:62:[value] warning: out of bounds read. assert \valid_read(ptr_ret);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  res.a ∈ [-2147483638..2147483647]
+     .b ∈ [-2147483648..2147483644]
+[value:final-states] Values at end of function main:
+  c1.a ∈ {42}
+    .b ∈ {77}
+  c2 ∈ [--..--] or UNINITIALIZED
+  res.a ∈ [-2147483638..2147483647]
+     .b ∈ [-2147483648..2147483644]
+  cb.i ∈ {91}
+  ce.ch ∈ {90}
+  p ∈ {{ (struct empty *)&cb }}
+  ptr_ret ∈ {{ &alloced_return_ret_ptr_empty + [0..2147483647] }}
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Computing for function memcpy <-main
+[from] Done for function memcpy
+[from] Computing for function ret_empty <-main
+[from] Done for function ret_empty
+[from] Computing for function ret_ptr_empty <-main
+[from] Done for function ret_ptr_empty
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM s
+[from] Function memcpy:
+  c2 FROM c1 (and SELF)
+  \result FROM dest
+[from] Function ret_empty:
+  \result FROM \nothing
+[from] Function ret_ptr_empty:
+  \result FROM \nothing
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          res
+[inout] Inputs for function f:
+          nondet
+[inout] Out (internal) for function main:
+          c1; c2; res; cb; ce; p; ptr_ret; __retres
+[inout] Inputs for function main:
+          nondet
diff --git a/tests/value/oracle_symblocs/empty_union.err.oracle b/tests/value/oracle_symblocs/empty_union.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/empty_union.res.oracle b/tests/value/oracle_symblocs/empty_union.res.oracle
new file mode 100644
index 00000000000..051dc272108
--- /dev/null
+++ b/tests/value/oracle_symblocs/empty_union.res.oracle
@@ -0,0 +1,104 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/empty_union.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/value/empty_union.c:59:[value] warning: during initialization of variable 'f1', size of type 'int []' cannot be
+                 computed (Size of array without number of elements.)
+tests/value/empty_union.c:59:[kernel] imprecise size for variable f1 (Size of array without number of elements.)
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  nondet ∈ [--..--]
+  array_of_comp[0]{.a; .e{}; .b} ∈ {17}
+  f1[bits 0 to ..] ∈ {0} or UNINITIALIZED
+  f2.data[0] ∈ {1}
+    .data[1..2] ∈ {0}
+tests/value/empty_union.c:75:[value] assertion got status valid.
+tests/value/empty_union.c:76:[value] assertion got status valid.
+[value] Called Frama_C_show_each_global_empty(∅)
+[value] Called Frama_C_show_each_e1(∅)
+[value] computing for function memcpy <- main.
+        Called from tests/value/empty_union.c:80.
+[value] using specification for function memcpy
+share/libc/string.h:59:[value] function memcpy: precondition 'valid_dst' got status valid.
+share/libc/string.h:60:[value] function memcpy: precondition 'valid_src' got status valid.
+share/libc/string.h:61:[value] function memcpy: precondition got status valid.
+tests/value/empty_union.c:80:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
+[value] Done for function memcpy
+[value] computing for function memcpy <- main.
+        Called from tests/value/empty_union.c:85.
+tests/value/empty_union.c:85:[value] cannot evaluate ACSL term, unsupported ACSL construct: logic functions or predicates
+[value] Done for function memcpy
+[value] Called Frama_C_show_each_c2([--..--])
+[value] Called Frama_C_show_each_c2_e(∅)
+[value] computing for function f <- main.
+        Called from tests/value/empty_union.c:88.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function copy_empty <- main.
+        Called from tests/value/empty_union.c:89.
+tests/value/empty_union.c:37:[value] function copy_empty: postcondition got status valid.
+[value] Recording results for copy_empty
+[value] Done for function copy_empty
+[value] Called Frama_C_show_each_res({74})
+[value] computing for function gcc_zero_length_examples <- main.
+        Called from tests/value/empty_union.c:102.
+[value] Recording results for gcc_zero_length_examples
+[value] Done for function gcc_zero_length_examples
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function copy_empty:
+  
+[value:final-states] Values at end of function f:
+  res{.a; .e{}; .b} ∈ {74}
+[value:final-states] Values at end of function gcc_zero_length_examples:
+  
+[value:final-states] Values at end of function main:
+  c1{.a; .e{}; .b} ∈ {77}
+  c2 ∈ [--..--] or UNINITIALIZED
+  res{.a; .e{}; .b} ∈ {74}
+  cb{.s{}; .i} ∈ {91}
+  ce{.ch; .ss{}} ∈ {90}
+  p ∈ {{ (union empty *)&cb }}
+  pc ∈ {{ &empty_init_array[0] }}
+  __retres ∈ {0}
+[from] Computing for function copy_empty
+[from] Done for function copy_empty
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function gcc_zero_length_examples
+[from] Done for function gcc_zero_length_examples
+[from] Computing for function main
+[from] Computing for function memcpy <-main
+[from] Done for function memcpy
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function copy_empty:
+  NO EFFECTS
+[from] Function f:
+  \result FROM s
+[from] Function gcc_zero_length_examples:
+  NO EFFECTS
+[from] Function memcpy:
+  c2 FROM c1 (and SELF)
+  \result FROM dest
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function copy_empty:
+          \nothing
+[inout] Inputs for function copy_empty:
+          \nothing
+[inout] Out (internal) for function f:
+          res
+[inout] Inputs for function f:
+          nondet
+[inout] Out (internal) for function gcc_zero_length_examples:
+          \nothing
+[inout] Inputs for function gcc_zero_length_examples:
+          \nothing
+[inout] Out (internal) for function main:
+          c1; c2; res; cb; ce; p; pc; __retres
+[inout] Inputs for function main:
+          nondet
diff --git a/tests/value/oracle_symblocs/endian.err.oracle b/tests/value/oracle_symblocs/endian.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/endian.res.oracle b/tests/value/oracle_symblocs/endian.res.oracle
new file mode 100644
index 00000000000..082066c3837
--- /dev/null
+++ b/tests/value/oracle_symblocs/endian.res.oracle
@@ -0,0 +1,56 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/endian.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v1 ∈ {0}
+  UU ∈ {0}
+  b0 ∈ {0}
+  b1 ∈ {0}
+  b2 ∈ {0}
+  b3 ∈ {0}
+  f ∈ {0}
+  G0 ∈ {0}
+  G1 ∈ {0}
+  G2 ∈ {0}
+  G3 ∈ {0}
+  G{.f0; .f1[bits 0 to 15]; .f2[bits 0 to 15]; .f3[bits 0 to 15]} ∈ {65532}
+   {.f0[bits 16 to 31]; .f1[bits 16 to 31]; .f2[bits 16 to 31]; .f3[bits 16 to 31]} ∈
+   {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  b0 ∈ {1}
+  b1 ∈ {2}
+  b2 ∈ {3}
+  b3 ∈ {255}
+  f ∈ {4278387200}
+  G0 ∈ {65532}
+  G1[bits 0 to 15] ∈ {65532}
+    [bits 16 to 31] ∈ {0}
+  G2 ∈ {-4}
+  G3# ∈ {65532}%16, bits 0 to 7 
+  data0{.full[bits 0 to 7]; .part.a} ∈ {0}
+       {.full[bits 8 to 31]#; .part{.b#; .c#; .d#}} ∈
+       {4278387201}%32, bits 8 to 31 
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  b0 FROM \nothing
+  b1 FROM \nothing
+  b2 FROM \nothing
+  b3 FROM \nothing
+  f FROM \nothing
+  G0 FROM G{.f0; .f1[bits 0 to 15]; .f2[bits 0 to 15]; .f3[bits 0 to 15]}
+  G1 FROM G
+  G2 FROM G{.f0[bits 0 to 4]; .f1[bits 0 to 4]; .f2; .f3[bits 0 to 4]}
+  G3 FROM G{.f0[bits 0 to 7]; .f1[bits 0 to 7]; .f2[bits 0 to 7]; .f3}
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          b0; b1; b2; b3; f; G0; G1; G2; G3; data0
+[inout] Inputs for function main:
+          G
diff --git a/tests/value/oracle_symblocs/enum.err.oracle b/tests/value/oracle_symblocs/enum.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/enum.res.oracle b/tests/value/oracle_symblocs/enum.res.oracle
new file mode 100644
index 00000000000..0a4a20ae238
--- /dev/null
+++ b/tests/value/oracle_symblocs/enum.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/enum.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {1}
+   [1..2] ∈ {0}
+  u[0] ∈ {2}
+   [1..2] ∈ {0}
+[value] Call to builtin bzero(({{ (unsigned char *)&i }},{12}))
+tests/value/enum.i:16:[value] entering loop for the first time
+tests/value/enum.i:20:[value] assertion got status valid.
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  t[0] ∈ {1}
+   [1] ∈ {0}
+   [2] ∈ {42}
+  u[0] ∈ {2}
+   [1] ∈ {0}
+   [2] ∈ {36}
+  i[0..1] ∈ {0; 1}
+   [2] ∈ {0}
+  j ∈ {2}
+  k ∈ {0}
+[from] Computing for function f
+[from] Computing for function Frama_C_bzero <-f
+[from] Done for function Frama_C_bzero
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  t[2] FROM \nothing
+  u[2] FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          t[2]; u[2]; i[0..2]; j; k
+[inout] Inputs for function f:
+          \nothing
diff --git a/tests/value/oracle_symblocs/enum2.err.oracle b/tests/value/oracle_symblocs/enum2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/enum2.res.oracle b/tests/value/oracle_symblocs/enum2.res.oracle
new file mode 100644
index 00000000000..6aa91f6cc22
--- /dev/null
+++ b/tests/value/oracle_symblocs/enum2.res.oracle
@@ -0,0 +1,87 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/enum2.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  must_be_one ∈ {0}
+  must_be_zero ∈ {0}
+[value] computing for function enum1_sgn1_inf_sgn0 <- main.
+        Called from tests/value/enum2.c:33.
+[value] computing for function printf <- enum1_sgn1_inf_sgn0 <- main.
+        Called from tests/value/enum2.c:27.
+[value] using specification for function printf
+[value] Done for function printf
+[value] Recording results for enum1_sgn1_inf_sgn0
+[value] Done for function enum1_sgn1_inf_sgn0
+[value] computing for function enum1_sgn1_positif <- main.
+        Called from tests/value/enum2.c:34.
+[value] computing for function f <- enum1_sgn1_positif <- main.
+        Called from tests/value/enum2.c:21.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function printf <- enum1_sgn1_positif <- main.
+        Called from tests/value/enum2.c:22.
+[value] Done for function printf
+[value] Recording results for enum1_sgn1_positif
+[value] Done for function enum1_sgn1_positif
+[value] computing for function printf <- main.
+        Called from tests/value/enum2.c:35.
+[value] Done for function printf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  y ∈ {2557891634}
+[value:final-states] Values at end of function enum1_sgn1_inf_sgn0:
+  res ∈ {0}
+[value:final-states] Values at end of function enum1_sgn1_positif:
+  res ∈ {1}
+[value:final-states] Values at end of function main:
+  must_be_one ∈ {1}
+  must_be_zero ∈ {0}
+  res ∈ {8}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function enum1_sgn1_inf_sgn0
+[from] Computing for function printf <-enum1_sgn1_inf_sgn0
+[from] Done for function printf
+tests/value/enum2.c:27:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function enum1_sgn1_inf_sgn0
+[from] Computing for function enum1_sgn1_positif
+tests/value/enum2.c:22:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function enum1_sgn1_positif
+[from] Computing for function main
+tests/value/enum2.c:35:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x
+[from] Function printf:
+  \result FROM \nothing
+[from] Function enum1_sgn1_inf_sgn0:
+  \result FROM \nothing
+[from] Function enum1_sgn1_positif:
+  \result FROM \nothing
+[from] Function main:
+  must_be_one FROM \nothing
+  must_be_zero FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          y
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function enum1_sgn1_inf_sgn0:
+          res
+[inout] Inputs for function enum1_sgn1_inf_sgn0:
+          \nothing
+[inout] Out (internal) for function enum1_sgn1_positif:
+          res; tmp
+[inout] Inputs for function enum1_sgn1_positif:
+          \nothing
+[inout] Out (internal) for function main:
+          must_be_one; must_be_zero; res
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/eval_separated.err.oracle b/tests/value/oracle_symblocs/eval_separated.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/eval_separated.res.oracle b/tests/value/oracle_symblocs/eval_separated.res.oracle
new file mode 100644
index 00000000000..9bed5cd1932
--- /dev/null
+++ b/tests/value/oracle_symblocs/eval_separated.res.oracle
@@ -0,0 +1,64 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/eval_separated.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  t1[0..5] ∈ {0}
+  t2[0..5] ∈ {0}
+tests/value/eval_separated.c:5:[value] assertion got status valid.
+tests/value/eval_separated.c:6:[value] assertion got status valid.
+tests/value/eval_separated.c:8:[value] assertion got status valid.
+tests/value/eval_separated.c:9:[value] assertion got status valid.
+tests/value/eval_separated.c:11:[value] warning: signed overflow. assert -2147483648 ≤ (int)(&q)+(int)(&q);
+tests/value/eval_separated.c:11:[value] warning: signed overflow. assert (int)(&q)+(int)(&q) ≤ 2147483647;
+tests/value/eval_separated.c:11:[value] Assigning imprecise value to q.
+        The imprecision originates from Arithmetic {tests/value/eval_separated.c:11}
+tests/value/eval_separated.c:12:[value] warning: signed overflow. assert -2147483648 ≤ (int)(&r)+(int)(&r);
+tests/value/eval_separated.c:12:[value] warning: signed overflow. assert (int)(&r)+(int)(&r) ≤ 2147483647;
+tests/value/eval_separated.c:12:[value] Assigning imprecise value to r.
+        The imprecision originates from Arithmetic {tests/value/eval_separated.c:12}
+tests/value/eval_separated.c:13:[value] warning: assertion got status unknown.
+tests/value/eval_separated.c:14:[value] warning: assertion got status unknown.
+tests/value/eval_separated.c:15:[value] warning: assertion got status unknown.
+tests/value/eval_separated.c:17:[value] assertion got status valid.
+tests/value/eval_separated.c:18:[value] assertion got status valid.
+tests/value/eval_separated.c:20:[value] assertion got status valid.
+tests/value/eval_separated.c:21:[value] assertion got status valid.
+tests/value/eval_separated.c:23:[value] assertion got status valid.
+tests/value/eval_separated.c:24:[value] assertion got status valid.
+tests/value/eval_separated.c:26:[value] assertion got status valid.
+tests/value/eval_separated.c:27:[value] assertion got status valid.
+tests/value/eval_separated.c:28:[value] assertion got status valid.
+tests/value/eval_separated.c:30:[value] assertion got status valid.
+tests/value/eval_separated.c:31:[value] assertion got status valid.
+tests/value/eval_separated.c:33:[value] assertion got status valid.
+tests/value/eval_separated.c:36:[value] assertion got status valid.
+tests/value/eval_separated.c:38:[value] assertion got status valid.
+tests/value/eval_separated.c:41:[value] assertion got status valid.
+tests/value/eval_separated.c:43:[value] warning: assertion got status unknown.
+tests/value/eval_separated.c:45:[value] warning: assertion got status unknown.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ &t1 + [-8589934592..8589934588],0%4 }}
+  q ∈
+   {{ garbled mix of &{q}
+    (origin: Arithmetic {tests/value/eval_separated.c:11}) }}
+  r ∈
+   {{ garbled mix of &{r}
+    (origin: Arithmetic {tests/value/eval_separated.c:12}) }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; q; r
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/extern.err.oracle b/tests/value/oracle_symblocs/extern.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/extern.res.oracle b/tests/value/oracle_symblocs/extern.res.oracle
new file mode 100644
index 00000000000..d81049f0669
--- /dev/null
+++ b/tests/value/oracle_symblocs/extern.res.oracle
@@ -0,0 +1,45 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/extern.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/value/extern.i:4:[kernel] imprecise size for variable T3 (Size of array without number of elements.)
+tests/value/extern.i:4:[value] warning: during initialization of variable 'T3', size of type 'int []' cannot be
+                 computed (Size of array without number of elements.)
+tests/value/extern.i:5:[kernel] imprecise size for variable T4 (Size of array without number of elements.)
+tests/value/extern.i:5:[value] warning: during initialization of variable 'T4', size of type 'int const []' cannot be
+                 computed (Size of array without number of elements.)
+tests/value/extern.i:14:[value] no size specified for array, assuming 0
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T1 ∈ [--..--]
+  T2 ∈ [--..--]
+  T3[0..1073741823] ∈ [--..--] or UNINITIALIZED
+  T4[0..1073741823] ∈ [--..--] or UNINITIALIZED
+  T5[0..2] ∈ [--..--]
+  T6[0..2] ∈ [--..--]
+  c ∈ [--..--]
+  s ∈ [--..--]
+tests/value/extern.i:19:[value] warning: out of bounds read. assert \valid_read(&T3[3]);
+tests/value/extern.i:20:[value] warning: out of bounds write. assert \valid(&T2);
+tests/value/extern.i:20:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/extern.i:22:[value] warning: out of bounds write. assert \valid(&T2);
+tests/value/extern.i:22:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main
+[value] done for function main
+tests/value/extern.i:20:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/extern.i:22:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          T1
+[inout] Inputs for function main:
+          T3[3]; T4[3]; T5[1]; T6[1]; c
diff --git a/tests/value/oracle_symblocs/f1.err.oracle b/tests/value/oracle_symblocs/f1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/f1.res.oracle b/tests/value/oracle_symblocs/f1.res.oracle
new file mode 100644
index 00000000000..dc97ab23c9e
--- /dev/null
+++ b/tests/value/oracle_symblocs/f1.res.oracle
@@ -0,0 +1,32 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/f1.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/f1.i:5.
+tests/value/f1.i:5:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] using specification for function f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/f2.err.oracle b/tests/value/oracle_symblocs/f2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/f2.res.oracle b/tests/value/oracle_symblocs/f2.res.oracle
new file mode 100644
index 00000000000..6bd1b847b8b
--- /dev/null
+++ b/tests/value/oracle_symblocs/f2.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/f2.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
diff --git a/tests/value/oracle_symblocs/false.err.oracle b/tests/value/oracle_symblocs/false.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/false.res.oracle b/tests/value/oracle_symblocs/false.res.oracle
new file mode 100644
index 00000000000..d648a3cf7e6
--- /dev/null
+++ b/tests/value/oracle_symblocs/false.res.oracle
@@ -0,0 +1,51 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/false.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/false.i:18.
+tests/value/false.i:18:[kernel] warning: No code nor implicit assigns clause for function f, generating default assigns from the prototype
+[value] using specification for function f
+tests/value/false.i:5:[value] warning: function f: precondition got status invalid.
+tests/value/false.i:6:[value] function f: no state left in which to evaluate precondition, status not computed.
+tests/value/false.i:7:[value] function f: no state left in which to evaluate precondition, status not computed.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/false.i:19.
+tests/value/false.i:10:[value] warning: function g: postcondition got status invalid.
+tests/value/false.i:11:[value] function g: no state left in which to evaluate postcondition, status not computed.
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  
+[value:final-states] Values at end of function main:
+  i ∈ {0}
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  NO EFFECTS
+[from] Function g:
+  \result FROM i
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function g:
+          \nothing
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function main:
+          i
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/fam_sizeof.err.oracle b/tests/value/oracle_symblocs/fam_sizeof.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/fam_sizeof.res.oracle b/tests/value/oracle_symblocs/fam_sizeof.res.oracle
new file mode 100644
index 00000000000..797fc76c84d
--- /dev/null
+++ b/tests/value/oracle_symblocs/fam_sizeof.res.oracle
@@ -0,0 +1,34 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/fam_sizeof.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  fam ∈ {0}
+  nested ∈ {0}
+  fam2 ∈ {0}
+  gcc_fam ∈ {0}
+tests/value/fam_sizeof.i:44:[value] assertion got status valid.
+tests/value/fam_sizeof.i:48:[value] assertion got status valid.
+tests/value/fam_sizeof.i:50:[value] assertion got status valid.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  z1 ∈ {4}
+  z2 ∈ {20}
+  z3 ∈ {12}
+  z4 ∈ {16}
+  z5 ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          z1; z2; z3; z4; z5; __retres
+[inout] Inputs for function main:
+          fam; nested; fam2
diff --git a/tests/value/oracle_symblocs/find_ivaltop.err.oracle b/tests/value/oracle_symblocs/find_ivaltop.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/find_ivaltop.res.oracle b/tests/value/oracle_symblocs/find_ivaltop.res.oracle
new file mode 100644
index 00000000000..dc34aef57f5
--- /dev/null
+++ b/tests/value/oracle_symblocs/find_ivaltop.res.oracle
@@ -0,0 +1,45 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/find_ivaltop.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3] ∈ {4}
+   [4] ∈ {5}
+   [5] ∈ {6}
+   [6] ∈ {7}
+   [7] ∈ {8}
+   [8] ∈ {9}
+   [9] ∈ {0}
+   [10] ∈ {1}
+   [11] ∈ {2}
+   [12] ∈ {3}
+   [13] ∈ {4}
+   [14] ∈ {5}
+   [15] ∈ {6}
+   [16] ∈ {7}
+   [17] ∈ {8}
+   [18] ∈ {9}
+   [19] ∈ {0}
+tests/value/find_ivaltop.i:6:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {8}
+  j ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+  X ∈ {1; 2; 3; 4; 5; 6; 7; 8}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM t[0..7]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; j; X
+[inout] Inputs for function main:
+          t[0..7]
diff --git a/tests/value/oracle_symblocs/folding.err.oracle b/tests/value/oracle_symblocs/folding.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/folding.res.oracle b/tests/value/oracle_symblocs/folding.res.oracle
new file mode 100644
index 00000000000..c8868c43919
--- /dev/null
+++ b/tests/value/oracle_symblocs/folding.res.oracle
@@ -0,0 +1,77 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/folding.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function g <- main.
+        Called from tests/value/folding.i:23.
+[value] computing for function f <- g <- main.
+        Called from tests/value/folding.i:11.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function foo <- main.
+        Called from tests/value/folding.i:24.
+[value] Recording results for foo
+[value] Done for function foo
+[value] computing for function foo <- main.
+        Called from tests/value/folding.i:24.
+[value] Recording results for foo
+[value] Done for function foo
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  
+[value:final-states] Values at end of function foo:
+  unknown ∈ [--..--]
+  __retres ∈ {8; 9; 779}
+[value:final-states] Values at end of function g:
+  pfct ∈ {{ &f }}
+  un ∈ {1}
+  p ∈ {{ &deux }}
+  deux ∈ {2}
+  trois ∈ {5}
+[value:final-states] Values at end of function main:
+  a ∈ {17; 18; 787; 788}
+  b ∈ {4}
+  c ∈ {33; 34; 803; 804}
+  __retres ∈ {37; 38; 807; 808}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function foo
+[from] Done for function foo
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x
+[from] Function foo:
+  \result FROM x; y
+[from] Function g:
+  \result FROM \nothing
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function foo:
+          unknown; __retres
+[inout] Inputs for function foo:
+          \nothing
+[inout] Out (internal) for function g:
+          pfct; un; p; deux; trois; tmp
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function main:
+          a; b; c; tmp; tmp_0; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/for_loops.0.err.oracle b/tests/value/oracle_symblocs/for_loops.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/for_loops.0.res.oracle b/tests/value/oracle_symblocs/for_loops.0.res.oracle
new file mode 100644
index 00000000000..0b3805bae6b
--- /dev/null
+++ b/tests/value/oracle_symblocs/for_loops.0.res.oracle
@@ -0,0 +1,45 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/for_loops.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  x ∈ {0}
+[value] computing for function Frama_C_interval <- main.
+        Called from tests/value/for_loops.c:24.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+tests/value/for_loops.c:27:[value] entering loop for the first time
+tests/value/for_loops.c:29:[value] entering loop for the first time
+[value] Called Frama_C_show_each_F({0})
+[value] Called Frama_C_show_each_F({0; 1})
+[value] Called Frama_C_show_each_F({0; 1; 2})
+[value] Called Frama_C_show_each_F([0..2147483647])
+tests/value/for_loops.c:27:[value] warning: signed overflow. assert j+1 ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  j ∈ [1..2147483647]
+  nSelectors ∈ [0..2147483646]
+  w ∈ {0}
+  v ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_interval <-main
+[from] Done for function Frama_C_interval
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function main:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          Frama_C_entropy_source; j; nSelectors; w; v
+[inout] Inputs for function main:
+          Frama_C_entropy_source
diff --git a/tests/value/oracle_symblocs/for_loops.1.err.oracle b/tests/value/oracle_symblocs/for_loops.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/for_loops.1.res.oracle b/tests/value/oracle_symblocs/for_loops.1.res.oracle
new file mode 100644
index 00000000000..853e91173ad
--- /dev/null
+++ b/tests/value/oracle_symblocs/for_loops.1.res.oracle
@@ -0,0 +1,64 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/for_loops.c (with preprocessing)
+[value] Analyzing a complete application starting at main_2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  x ∈ {0}
+[value] computing for function Frama_C_interval <- main_2.
+        Called from tests/value/for_loops.c:13.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+tests/value/for_loops.c:16:[value] entering loop for the first time
+[value] computing for function Frama_C_interval <- main_2.
+        Called from tests/value/for_loops.c:16.
+[value] Done for function Frama_C_interval
+[value] Called Frama_C_show_each_F({0; 1})
+[value] computing for function Frama_C_interval <- main_2.
+        Called from tests/value/for_loops.c:16.
+[value] Done for function Frama_C_interval
+[value] Called Frama_C_show_each_F({0; 1; 2})
+[value] computing for function Frama_C_interval <- main_2.
+        Called from tests/value/for_loops.c:16.
+[value] Done for function Frama_C_interval
+[value] Called Frama_C_show_each_F({0; 1; 2; 3})
+[value] computing for function Frama_C_interval <- main_2.
+        Called from tests/value/for_loops.c:16.
+[value] Done for function Frama_C_interval
+[value] Called Frama_C_show_each_F({0; 1; 2; 3; 4})
+[value] computing for function Frama_C_interval <- main_2.
+        Called from tests/value/for_loops.c:16.
+[value] Done for function Frama_C_interval
+[value] Called Frama_C_show_each_F({0; 1; 2; 3; 4; 5})
+[value] computing for function Frama_C_interval <- main_2.
+        Called from tests/value/for_loops.c:16.
+[value] Done for function Frama_C_interval
+tests/value/for_loops.c:16:[value] warning: signed overflow. assert w+1 ≤ 2147483647;
+[value] Called Frama_C_show_each_F([0..2147483647])
+[value] Recording results for main_2
+[value] done for function main_2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main_2:
+  Frama_C_entropy_source ∈ [--..--]
+  j ∈ [0..2147483647]
+  nSelectors ∈ [0..100]
+  w ∈ [0..2147483647]
+  v ∈ {0}
+[from] Computing for function main_2
+[from] Computing for function Frama_C_interval <-main_2
+[from] Done for function Frama_C_interval
+[from] Done for function main_2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function main_2:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main_2:
+          Frama_C_entropy_source; j; nSelectors; w; v; tmp_0
+[inout] Inputs for function main_2:
+          Frama_C_entropy_source
diff --git a/tests/value/oracle_symblocs/for_loops.2.err.oracle b/tests/value/oracle_symblocs/for_loops.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/for_loops.2.res.oracle b/tests/value/oracle_symblocs/for_loops.2.res.oracle
new file mode 100644
index 00000000000..a9b27836049
--- /dev/null
+++ b/tests/value/oracle_symblocs/for_loops.2.res.oracle
@@ -0,0 +1,61 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/for_loops.c (with preprocessing)
+[value] Analyzing a complete application starting at main_3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  x ∈ {0}
+[value] computing for function Frama_C_interval <- main_3.
+        Called from tests/value/for_loops.c:37.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+[value] DUMPING STATE of file tests/value/for_loops.c line 39
+        Frama_C_entropy_source ∈ [--..--]
+        x ∈ {0}
+        j ∈ UNINITIALIZED
+        T[0..999] ∈ UNINITIALIZED
+        nSelectors ∈ [0..1000]
+        w ∈ {0}
+        =END OF DUMP==
+tests/value/for_loops.c:40:[value] entering loop for the first time
+[value] DUMPING STATE of file tests/value/for_loops.c line 41
+        Frama_C_entropy_source ∈ [--..--]
+        x ∈ {0}
+        j ∈ [0..1000]
+        T[0..999] ∈ {1} or UNINITIALIZED
+        nSelectors ∈ [0..1000]
+        w ∈ {0}
+        =END OF DUMP==
+tests/value/for_loops.c:42:[value] entering loop for the first time
+tests/value/for_loops.c:42:[value] warning: accessing uninitialized left-value. assert \initialized(&T[j]);
+tests/value/for_loops.c:42:[value] warning: signed overflow. assert w+T[j] ≤ 2147483647;
+[value] Called Frama_C_show_each([0..2147483647])
+[value] Recording results for main_3
+[value] done for function main_3
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main_3:
+  Frama_C_entropy_source ∈ [--..--]
+  j ∈ [0..1000]
+  T[0..999] ∈ {1} or UNINITIALIZED
+  nSelectors ∈ [0..1000]
+  w ∈ [0..2147483647]
+[from] Computing for function main_3
+[from] Computing for function Frama_C_interval <-main_3
+[from] Done for function Frama_C_interval
+[from] Computing for function Frama_C_dump_each <-main_3
+[from] Done for function Frama_C_dump_each
+[from] Done for function main_3
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function main_3:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main_3:
+          Frama_C_entropy_source; j; T[0..999]; nSelectors; w
+[inout] Inputs for function main_3:
+          Frama_C_entropy_source
diff --git a/tests/value/oracle_symblocs/for_loops.3.err.oracle b/tests/value/oracle_symblocs/for_loops.3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/for_loops.3.res.oracle b/tests/value/oracle_symblocs/for_loops.3.res.oracle
new file mode 100644
index 00000000000..c6432089f77
--- /dev/null
+++ b/tests/value/oracle_symblocs/for_loops.3.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/for_loops.c (with preprocessing)
+[value] Analyzing a complete application starting at main_4
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  x ∈ {0}
+tests/value/for_loops.c:50:[value] entering loop for the first time
+tests/value/for_loops.c:52:[value] entering loop for the first time
+[value] Called Frama_C_show_each_F({0}, {0})
+[value] Called Frama_C_show_each_F({0; 1}, [0..2147483647])
+[value] Called Frama_C_show_each_F({0; 1; 2}, [0..2147483647])
+[value] Called Frama_C_show_each_F({0; 1; 2; 3; 4; 5}, [0..2147483647])
+[value] Recording results for main_4
+[value] done for function main_4
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main_4:
+  j ∈ {6}
+  v ∈ [0..2147483647]
+[from] Computing for function main_4
+[from] Done for function main_4
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main_4:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main_4:
+          j; v
+[inout] Inputs for function main_4:
+          \nothing
diff --git a/tests/value/oracle_symblocs/forall.err.oracle b/tests/value/oracle_symblocs/forall.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/forall.res.oracle b/tests/value/oracle_symblocs/forall.res.oracle
new file mode 100644
index 00000000000..fbce3849193
--- /dev/null
+++ b/tests/value/oracle_symblocs/forall.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/forall.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..9] ∈ {0}
+  j ∈ [--..--]
+tests/value/forall.i:9:[value] warning: function main: precondition got status unknown.
+tests/value/forall.i:11:[value] assertion got status valid.
+tests/value/forall.i:12:[value] warning: assertion got status unknown.
+tests/value/forall.i:13:[value] assertion got status valid.
+tests/value/forall.i:15:[value] warning: assertion got status unknown.
+tests/value/forall.i:16:[value] warning: assertion got status unknown.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0] ∈ {0}
+   [1] ∈ {2}
+   [2..9] ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t[1] FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t[1]
+[inout] Inputs for function main:
+          \nothing
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          t[1]
diff --git a/tests/value/oracle_symblocs/fptr.0.err.oracle b/tests/value/oracle_symblocs/fptr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/fptr.0.res.oracle b/tests/value/oracle_symblocs/fptr.0.res.oracle
new file mode 100644
index 00000000000..c4166c2e79b
--- /dev/null
+++ b/tests/value/oracle_symblocs/fptr.0.res.oracle
@@ -0,0 +1,160 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/fptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  R ∈ {77}
+  X ∈ {77}
+  XH ∈ {0}
+  XHH ∈ {0}
+  GLOBAL[0..9] ∈ {0}
+  G ∈ {0}
+  TA ∈ {0}
+[value] computing for function retshort <- main.
+        Called from tests/value/fptr.i:42.
+[value] Recording results for retshort
+[value] Done for function retshort
+[value] computing for function retint <- main.
+        Called from tests/value/fptr.i:43.
+[value] Recording results for retint
+[value] Done for function retint
+tests/value/fptr.i:44:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)())(&retshort));
+tests/value/fptr.i:45:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((short (*)())(&retint));
+tests/value/fptr.i:50:[value] entering loop for the first time
+[value] Called Frama_C_show_each_F({{ &h }})
+[value] computing for function f <- main.
+        Called from tests/value/fptr.i:52.
+[value] computing for function h <- f <- main.
+        Called from tests/value/fptr.i:9.
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_F({{ &h ; &hh }})
+[value] computing for function f <- main.
+        Called from tests/value/fptr.i:52.
+[value] computing for function hh <- f <- main.
+        Called from tests/value/fptr.i:9.
+[value] Recording results for hh
+[value] Done for function hh
+[value] computing for function h <- f <- main.
+        Called from tests/value/fptr.i:9.
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_F({{ NULL ; &h ; &hh }})
+[value] computing for function f <- main.
+        Called from tests/value/fptr.i:52.
+tests/value/fptr.i:9:[value] warning: pointer to function with incompatible type. assert \valid_function(ptr);
+[value] computing for function hh <- f <- main.
+        Called from tests/value/fptr.i:9.
+[value] Recording results for hh
+[value] Done for function hh
+[value] computing for function h <- f <- main.
+        Called from tests/value/fptr.i:9.
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for f
+[value] Done for function f
+tests/value/fptr.i:56:[value] warning: division by zero. assert (int)(c&64) ≢ 0;
+[value] computing for function hh <- main.
+        Called from tests/value/fptr.i:56.
+[value] Recording results for hh
+[value] Done for function hh
+[value] computing for function h <- main.
+        Called from tests/value/fptr.i:56.
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for main
+[value] done for function main
+tests/value/fptr.i:44:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fptr.i:45:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function h:
+  X ∈ {0; 1}
+  XH ∈ {0; 1}
+[value:final-states] Values at end of function hh:
+  X ∈ {0; 2}
+  XHH ∈ {0; 1}
+[value:final-states] Values at end of function f:
+  R ∈ {1; 2}
+  X ∈ {1; 2}
+  XH ∈ {0; 1}
+  XHH ∈ {0; 1}
+[value:final-states] Values at end of function retint:
+  __retres ∈ {42}
+[value:final-states] Values at end of function retshort:
+  __retres ∈ {12}
+[value:final-states] Values at end of function main:
+  R ∈ {1; 2; 77}
+  X ∈ {0; 1; 2; 77}
+  XH ∈ {0; 1}
+  XHH ∈ {0; 1}
+  GLOBAL[0] ∈ {{ &h }}
+        [1] ∈ {{ &hh }}
+        [2..9] ∈ {0}
+  G ∈ {0; 1; 2}
+  TA ∈ {0}
+  in ∈ {12} or UNINITIALIZED
+  pin ∈ UNINITIALIZED
+  sh ∈ {42} or UNINITIALIZED
+  psh ∈ UNINITIALIZED
+  i ∈ {3}
+  p ∈ {{ &h ; &hh }}
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function hh
+[from] Done for function hh
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function retint
+[from] Done for function retint
+[from] Computing for function retshort
+[from] Done for function retshort
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function h:
+  X FROM y
+  XH FROM y
+  \result FROM y
+[from] Function hh:
+  X FROM y
+  XHH FROM y
+  \result FROM y
+[from] Function f:
+  R FROM ptr
+  X FROM ptr
+  XH FROM ptr (and SELF)
+  XHH FROM ptr (and SELF)
+  \result FROM ptr
+[from] Function retint:
+  \result FROM \nothing
+[from] Function retshort:
+  \result FROM \nothing
+[from] Function main:
+  R FROM GLOBAL[2] (and SELF)
+  X FROM GLOBAL[2]; c (and SELF)
+  XH FROM GLOBAL[2]; c (and SELF)
+  XHH FROM GLOBAL[2]; c (and SELF)
+  GLOBAL[0..1] FROM \nothing
+  G FROM GLOBAL[2] (and SELF)
+  TA FROM c (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function h:
+          X; XH
+[inout] Out (internal) for function hh:
+          X; XHH
+[inout] Out (internal) for function f:
+          R; X; XH; XHH
+[inout] Out (internal) for function retint:
+          __retres
+[inout] Out (internal) for function retshort:
+          __retres
+[inout] Out (internal) for function main:
+          R; X; XH; XHH; GLOBAL[0..1]; G; TA; in; pin; sh; psh; tmp; i; p; tmp_0
diff --git a/tests/value/oracle_symblocs/fptr.1.err.oracle b/tests/value/oracle_symblocs/fptr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/fptr.1.res.oracle b/tests/value/oracle_symblocs/fptr.1.res.oracle
new file mode 100644
index 00000000000..1e823dc1b39
--- /dev/null
+++ b/tests/value/oracle_symblocs/fptr.1.res.oracle
@@ -0,0 +1,116 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/fptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main_uninit
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  R ∈ {77}
+  X ∈ {77}
+  XH ∈ {0}
+  XHH ∈ {0}
+  GLOBAL[0..9] ∈ {0}
+  G ∈ {0}
+  TA ∈ {0}
+tests/value/fptr.i:66:[value] entering loop for the first time
+[value] Called Frama_C_show_each_F({{ &h }})
+[value] computing for function f <- main_uninit.
+        Called from tests/value/fptr.i:68.
+[value] computing for function h <- f <- main_uninit.
+        Called from tests/value/fptr.i:9.
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_F({{ &h ; &hh }})
+[value] computing for function f <- main_uninit.
+        Called from tests/value/fptr.i:68.
+[value] computing for function hh <- f <- main_uninit.
+        Called from tests/value/fptr.i:9.
+[value] Recording results for hh
+[value] Done for function hh
+[value] computing for function h <- f <- main_uninit.
+        Called from tests/value/fptr.i:9.
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_F({{ NULL + [0..4294967295] ; &h ; &hh }})
+[value] computing for function f <- main_uninit.
+        Called from tests/value/fptr.i:68.
+tests/value/fptr.i:9:[value] warning: pointer to function with incompatible type. assert \valid_function(ptr);
+[value] computing for function hh <- f <- main_uninit.
+        Called from tests/value/fptr.i:9.
+[value] Recording results for hh
+[value] Done for function hh
+[value] computing for function h <- f <- main_uninit.
+        Called from tests/value/fptr.i:9.
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main_uninit
+[value] done for function main_uninit
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function h:
+  X ∈ {1}
+  XH ∈ {1}
+[value:final-states] Values at end of function hh:
+  X ∈ {2}
+  XHH ∈ {1}
+[value:final-states] Values at end of function f:
+  R ∈ {1; 2}
+  X ∈ {1; 2}
+  XH ∈ {0; 1}
+  XHH ∈ {0; 1}
+[value:final-states] Values at end of function main_uninit:
+  R ∈ {1; 2; 77}
+  X ∈ {1; 2; 77}
+  XH ∈ {0; 1}
+  XHH ∈ {0; 1}
+  GLOBAL[0] ∈ {{ &h }}
+        [1] ∈ {{ &hh }}
+        [2] ∈ [--..--]
+        [3..9] ∈ {0}
+  G ∈ {0; 1; 2}
+  i ∈ {3}
+  j ∈ [--..--]
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function hh
+[from] Done for function hh
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main_uninit
+[from] Done for function main_uninit
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function h:
+  X FROM y
+  XH FROM y
+  \result FROM y
+[from] Function hh:
+  X FROM y
+  XHH FROM y
+  \result FROM y
+[from] Function f:
+  R FROM ptr
+  X FROM ptr
+  XH FROM ptr (and SELF)
+  XHH FROM ptr (and SELF)
+  \result FROM ptr
+[from] Function main_uninit:
+  R FROM \nothing (and SELF)
+  X FROM \nothing (and SELF)
+  XH FROM \nothing (and SELF)
+  XHH FROM \nothing (and SELF)
+  GLOBAL[0..2] FROM \nothing
+  G FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function h:
+          X; XH
+[inout] Out (internal) for function hh:
+          X; XHH
+[inout] Out (internal) for function f:
+          R; X; XH; XHH
+[inout] Out (internal) for function main_uninit:
+          R; X; XH; XHH; GLOBAL[0..2]; G; i; j
diff --git a/tests/value/oracle_symblocs/from1.err.oracle b/tests/value/oracle_symblocs/from1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from1.res.oracle b/tests/value/oracle_symblocs/from1.res.oracle
new file mode 100644
index 00000000000..883cb73715b
--- /dev/null
+++ b/tests/value/oracle_symblocs/from1.res.oracle
@@ -0,0 +1,63 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from1.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  cx ∈ {0}
+  cy ∈ {0}
+  cz ∈ {0}
+  sx ∈ {0}
+  sy ∈ {0}
+  s ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/from1.i:23.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function sf <- main.
+        Called from tests/value/from1.i:25.
+[value] Recording results for sf
+[value] Done for function sf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  cy ∈ {0}
+[value:final-states] Values at end of function sf:
+  __retres ∈ {0}
+[value:final-states] Values at end of function main:
+  G ∈ [--..--]
+  cx ∈ {0}
+  cy ∈ {0}
+  s_0 ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function sf
+[from] Done for function sf
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  cy FROM cx
+[from] Function sf:
+  \result FROM ps; s_0.a
+[from] Function main:
+  G FROM x; y (and SELF)
+  cx FROM cz
+  cy FROM cz
+  \result FROM sx
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          cy
+[inout] Inputs for function f:
+          cx
+[inout] Out (internal) for function sf:
+          __retres
+[inout] Inputs for function sf:
+          s_0.a
+[inout] Out (internal) for function main:
+          G; cx; cy; s_0; tmp
+[inout] Inputs for function main:
+          cx; cz; sx; sy
diff --git a/tests/value/oracle_symblocs/from_call.0.err.oracle b/tests/value/oracle_symblocs/from_call.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_call.0.res.oracle b/tests/value/oracle_symblocs/from_call.0.res.oracle
new file mode 100644
index 00000000000..e9ebcc35baa
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_call.0.res.oracle
@@ -0,0 +1,347 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_call.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t ∈ {0}
+  A1 ∈ {0}
+  A2 ∈ {0}
+  A3 ∈ {0}
+  A4 ∈ {0}
+  A5 ∈ {0}
+  A6 ∈ {0}
+  A7 ∈ {0}
+  A8 ∈ {0}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  S1 ∈ {0}
+  S2 ∈ {0}
+  S3 ∈ {0}
+  T0 ∈ {0}
+  T1 ∈ {0}
+  T2 ∈ {0}
+  tab[0..4] ∈ {0}
+  AA ∈ {0}
+  AR ∈ {0}
+  AS ∈ {0}
+  At[0] ∈ {{ (int)&AA }}
+    [1] ∈ {0}
+  Ar[0] ∈ {{ (int)&AA }}
+    [1] ∈ {0}
+  Ap ∈ {{ &At[0] }}
+  previous ∈ {{ &a }}
+[value] computing for function f <- main.
+        Called from tests/value/from_call.i:81.
+[value] computing for function h <- f <- main.
+        Called from tests/value/from_call.i:20.
+tests/value/from_call.i:20:[kernel] warning: Neither code nor specification for function h, generating default assigns from the prototype
+[value] using specification for function h
+[value] Done for function h
+[value] computing for function g <- f <- main.
+        Called from tests/value/from_call.i:20.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+[value] Recording results for f
+[from] Computing for function f
+[from] Done for function f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/from_call.i:82.
+[value] computing for function h <- f <- main.
+        Called from tests/value/from_call.i:20.
+[value] Done for function h
+[value] computing for function g <- f <- main.
+        Called from tests/value/from_call.i:20.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+[value] Recording results for f
+[from] Computing for function f
+[from] Done for function f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/from_call.i:82.
+[value] computing for function h <- f <- main.
+        Called from tests/value/from_call.i:20.
+[value] Done for function h
+[value] computing for function g <- f <- main.
+        Called from tests/value/from_call.i:20.
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+[value] Recording results for f
+[from] Computing for function f
+[from] Done for function f
+[value] Done for function f
+tests/value/from_call.i:82:[value] warning: signed overflow.
+                 assert -2147483648 ≤ tmp+tmp_0;
+                 (tmp from f(& c), tmp_0 from f(& d))
+tests/value/from_call.i:82:[value] warning: signed overflow.
+                 assert tmp+tmp_0 ≤ 2147483647;
+                 (tmp from f(& c), tmp_0 from f(& d))
+[value] computing for function dispatcher <- main.
+        Called from tests/value/from_call.i:83.
+[value] Recording results for dispatcher
+[from] Computing for function dispatcher
+[from] Done for function dispatcher
+[value] Done for function dispatcher
+[value] computing for function dispatcher <- main.
+        Called from tests/value/from_call.i:84.
+[value] Recording results for dispatcher
+[from] Computing for function dispatcher
+[from] Done for function dispatcher
+[value] Done for function dispatcher
+[value] computing for function dispatcher <- main.
+        Called from tests/value/from_call.i:85.
+[value] Recording results for dispatcher
+[from] Computing for function dispatcher
+[from] Done for function dispatcher
+[value] Done for function dispatcher
+[value] computing for function call_dispatcher2_1 <- main.
+        Called from tests/value/from_call.i:86.
+[value] computing for function dispatcher2 <- call_dispatcher2_1 <- main.
+        Called from tests/value/from_call.i:49.
+[value] computing for function return_A1 <- dispatcher2 <- call_dispatcher2_1 <- main.
+        Called from tests/value/from_call.i:44.
+[value] Recording results for return_A1
+[from] Computing for function return_A1
+[from] Done for function return_A1
+[value] Done for function return_A1
+[value] Recording results for dispatcher2
+[from] Computing for function dispatcher2
+[from] Done for function dispatcher2
+[value] Done for function dispatcher2
+[value] Recording results for call_dispatcher2_1
+[from] Computing for function call_dispatcher2_1
+[from] Done for function call_dispatcher2_1
+[value] Done for function call_dispatcher2_1
+[value] computing for function call_dispatcher2_0 <- main.
+        Called from tests/value/from_call.i:87.
+[value] computing for function dispatcher2 <- call_dispatcher2_0 <- main.
+        Called from tests/value/from_call.i:54.
+[value] computing for function return_A2 <- dispatcher2 <- call_dispatcher2_0 <- main.
+        Called from tests/value/from_call.i:44.
+[value] Recording results for return_A2
+[from] Computing for function return_A2
+[from] Done for function return_A2
+[value] Done for function return_A2
+[value] Recording results for dispatcher2
+[from] Computing for function dispatcher2
+[from] Done for function dispatcher2
+[value] Done for function dispatcher2
+[value] Recording results for call_dispatcher2_0
+[from] Computing for function call_dispatcher2_0
+[from] Done for function call_dispatcher2_0
+[value] Done for function call_dispatcher2_0
+[value] computing for function call_dispatcher2 <- main.
+        Called from tests/value/from_call.i:88.
+[value] computing for function dispatcher2 <- call_dispatcher2 <- main.
+        Called from tests/value/from_call.i:59.
+[value] computing for function return_A1 <- dispatcher2 <- call_dispatcher2 <- main.
+        Called from tests/value/from_call.i:44.
+[value] Recording results for return_A1
+[from] Computing for function return_A1
+[from] Done for function return_A1
+[value] Done for function return_A1
+[value] computing for function return_A2 <- dispatcher2 <- call_dispatcher2 <- main.
+        Called from tests/value/from_call.i:44.
+[value] Recording results for return_A2
+[from] Computing for function return_A2
+[from] Done for function return_A2
+[value] Done for function return_A2
+[value] Recording results for dispatcher2
+[from] Computing for function dispatcher2
+[from] Done for function dispatcher2
+[value] Done for function dispatcher2
+[value] Recording results for call_dispatcher2
+[from] Computing for function call_dispatcher2
+[from] Done for function call_dispatcher2
+[value] Done for function call_dispatcher2
+[value] computing for function access_tab <- main.
+        Called from tests/value/from_call.i:92.
+[value] Recording results for access_tab
+[from] Computing for function access_tab
+[from] Done for function access_tab
+[value] Done for function access_tab
+[value] computing for function access_tab <- main.
+        Called from tests/value/from_call.i:93.
+[value] Recording results for access_tab
+[from] Computing for function access_tab
+[from] Done for function access_tab
+[value] Done for function access_tab
+[value] computing for function access_tab <- main.
+        Called from tests/value/from_call.i:94.
+[value] Recording results for access_tab
+[from] Computing for function access_tab
+[from] Done for function access_tab
+[value] Done for function access_tab
+[value] computing for function unavailable_f <- main.
+        Called from tests/value/from_call.i:96.
+[value] using specification for function unavailable_f
+[value] Done for function unavailable_f
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function access_tab:
+  __retres ∈ {0}
+[value:final-states] Values at end of function dispatcher:
+  
+[value:final-states] Values at end of function g:
+  __retres ∈ [--..--]
+[value:final-states] Values at end of function f:
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  previous ∈ {{ &b ; &c ; &d }}
+[value:final-states] Values at end of function return_A1:
+  
+[value:final-states] Values at end of function return_A2:
+  
+[value:final-states] Values at end of function dispatcher2:
+  
+[value:final-states] Values at end of function call_dispatcher2:
+  
+[value:final-states] Values at end of function call_dispatcher2_0:
+  
+[value:final-states] Values at end of function call_dispatcher2_1:
+  
+[value:final-states] Values at end of function main:
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  y ∈ [--..--]
+  z ∈ [--..--]
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  S1 ∈ {0}
+  S2 ∈ {0}
+  S3 ∈ {0}
+  T0 ∈ {0}
+  T1 ∈ {0}
+  T2 ∈ {0}
+  tab[0..4] ∈ {0}
+  AR ∈
+    {{ garbled mix of &{AA}
+     (origin: Library function {tests/value/from_call.i:96}) }}
+  AS ∈
+    {{ garbled mix of &{AA}
+     (origin: Library function {tests/value/from_call.i:96}) }}
+  previous ∈ {{ &d }}
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to g at tests/value/from_call.i:20 (by f):
+  \result FROM t; w
+[from] call to h at tests/value/from_call.i:20 (by f):
+  \result FROM \nothing
+[from] call to return_A1 at tests/value/from_call.i:44 (by dispatcher2):
+  \result FROM A1
+[from] call to return_A2 at tests/value/from_call.i:44 (by dispatcher2):
+  \result FROM A2
+[from] call to dispatcher2 at tests/value/from_call.i:59 (by call_dispatcher2):
+  \result FROM A1; A2; c_0
+[from] call to dispatcher2 at tests/value/from_call.i:54 (by call_dispatcher2_0):
+  \result FROM A2; c_0
+[from] call to dispatcher2 at tests/value/from_call.i:49 (by call_dispatcher2_1):
+  \result FROM A1; c_0
+[from] call to f at tests/value/from_call.i:81 (by main):
+  b FROM a; p; previous
+  previous FROM p
+  \result FROM a; t; p; previous
+[from] call to f at tests/value/from_call.i:82 (by main):
+  c FROM b; p; previous
+  previous FROM p
+  \result FROM b; t; p; previous
+[from] call to f at tests/value/from_call.i:82 (by main):
+  d FROM c; p; previous
+  previous FROM p
+  \result FROM c; t; p; previous
+[from] call to dispatcher at tests/value/from_call.i:83 (by main):
+  \result FROM c_0; y_0
+[from] call to dispatcher at tests/value/from_call.i:84 (by main):
+  \result FROM c_0; z_0
+[from] call to dispatcher at tests/value/from_call.i:85 (by main):
+  \result FROM c_0; y_0; z_0
+[from] call to call_dispatcher2_1 at tests/value/from_call.i:86 (by main):
+  \result FROM A1
+[from] call to call_dispatcher2_0 at tests/value/from_call.i:87 (by main):
+  \result FROM A2
+[from] call to call_dispatcher2 at tests/value/from_call.i:88 (by main):
+  \result FROM A1; A2; r
+[from] call to access_tab at tests/value/from_call.i:92 (by main):
+  \result FROM tab[0]; ind
+[from] call to access_tab at tests/value/from_call.i:93 (by main):
+  \result FROM tab[1]; ind
+[from] call to access_tab at tests/value/from_call.i:94 (by main):
+  \result FROM tab[2]; ind
+[from] call to unavailable_f at tests/value/from_call.i:96 (by main):
+  AR FROM At[0..1]
+  AS FROM Ar[0..1]
+[from] entry point:
+  b FROM a; previous
+  c FROM a; previous
+  d FROM a; previous
+  y FROM a; t; previous
+  z FROM a; t; previous
+  R1 FROM A1
+  R2 FROM A4
+  R3 FROM A4; A5; r
+  S1 FROM A1
+  S2 FROM A2
+  S3 FROM A1; A2; r
+  T0 FROM A1
+  T1 FROM A2; A3
+  T2 FROM A4
+  tab[0] FROM A1
+     [1] FROM A2; A3
+     [2] FROM A4
+  AR FROM At[0..1]
+  AS FROM Ar[0..1]
+  previous FROM \nothing
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[users] ====== DISPLAYING USERS ======
+        f: g h
+        dispatcher2: return_A1 return_A2
+        call_dispatcher2: return_A1 return_A2 dispatcher2
+        call_dispatcher2_0: return_A2 dispatcher2
+        call_dispatcher2_1: return_A1 dispatcher2
+        main: g h f dispatcher return_A1 return_A2 dispatcher2 call_dispatcher2_1
+            call_dispatcher2_0 call_dispatcher2 access_tab unavailable_f
+        ====== END OF USERS ==========
+[inout] Inputs for function access_tab:
+          tab[0..2]
+[inout] Inputs for function dispatcher:
+          \nothing
+[inout] Inputs for function g:
+          t
+[inout] Inputs for function f:
+          a; b; c; d; x; t; previous
+[inout] Inputs for function return_A1:
+          A1
+[inout] Inputs for function return_A2:
+          A2
+[inout] Inputs for function dispatcher2:
+          A1; A2
+[inout] Inputs for function call_dispatcher2:
+          A1; A2
+[inout] Inputs for function call_dispatcher2_0:
+          A1; A2
+[inout] Inputs for function call_dispatcher2_1:
+          A1; A2
+[inout] Inputs for function main:
+          a; b; c; d; x; t; A1; A2; A3; A4; A5; A6; A7; tab[0..2]; At[0..1];
+          Ar[0..1]; previous
diff --git a/tests/value/oracle_symblocs/from_call.1.err.oracle b/tests/value/oracle_symblocs/from_call.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_call.1.res.oracle b/tests/value/oracle_symblocs/from_call.1.res.oracle
new file mode 100644
index 00000000000..a4d443ad410
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_call.1.res.oracle
@@ -0,0 +1,231 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_call.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t ∈ {0}
+  A1 ∈ {0}
+  A2 ∈ {0}
+  A3 ∈ {0}
+  A4 ∈ {0}
+  A5 ∈ {0}
+  A6 ∈ {0}
+  A7 ∈ {0}
+  A8 ∈ {0}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  S1 ∈ {0}
+  S2 ∈ {0}
+  S3 ∈ {0}
+  T0 ∈ {0}
+  T1 ∈ {0}
+  T2 ∈ {0}
+  tab[0..4] ∈ {0}
+  AA ∈ {0}
+  AR ∈ {0}
+  AS ∈ {0}
+  At[0] ∈ {{ (int)&AA }}
+    [1] ∈ {0}
+  Ar[0] ∈ {{ (int)&AA }}
+    [1] ∈ {0}
+  Ap ∈ {{ &At[0] }}
+  previous ∈ {{ &a }}
+[value] computing for function f <- main.
+        Called from tests/value/from_call.i:81.
+[value] computing for function h <- f <- main.
+        Called from tests/value/from_call.i:20.
+tests/value/from_call.i:20:[kernel] warning: Neither code nor specification for function h, generating default assigns from the prototype
+[value] using specification for function h
+[value] Done for function h
+[value] computing for function g <- f <- main.
+        Called from tests/value/from_call.i:20.
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/from_call.i:82.
+[value] computing for function h <- f <- main.
+        Called from tests/value/from_call.i:20.
+[value] Done for function h
+[value] computing for function g <- f <- main.
+        Called from tests/value/from_call.i:20.
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/from_call.i:82.
+[value] computing for function h <- f <- main.
+        Called from tests/value/from_call.i:20.
+[value] Done for function h
+[value] computing for function g <- f <- main.
+        Called from tests/value/from_call.i:20.
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for f
+[value] Done for function f
+tests/value/from_call.i:82:[value] warning: signed overflow.
+                 assert -2147483648 ≤ tmp+tmp_0;
+                 (tmp from f(& c), tmp_0 from f(& d))
+tests/value/from_call.i:82:[value] warning: signed overflow.
+                 assert tmp+tmp_0 ≤ 2147483647;
+                 (tmp from f(& c), tmp_0 from f(& d))
+[value] computing for function dispatcher <- main.
+        Called from tests/value/from_call.i:83.
+[value] Recording results for dispatcher
+[value] Done for function dispatcher
+[value] computing for function dispatcher <- main.
+        Called from tests/value/from_call.i:84.
+[value] Recording results for dispatcher
+[value] Done for function dispatcher
+[value] computing for function dispatcher <- main.
+        Called from tests/value/from_call.i:85.
+[value] Recording results for dispatcher
+[value] Done for function dispatcher
+[value] computing for function call_dispatcher2_1 <- main.
+        Called from tests/value/from_call.i:86.
+[value] computing for function dispatcher2 <- call_dispatcher2_1 <- main.
+        Called from tests/value/from_call.i:49.
+[value] computing for function return_A1 <- dispatcher2 <- call_dispatcher2_1 <- main.
+        Called from tests/value/from_call.i:44.
+[value] Recording results for return_A1
+[value] Done for function return_A1
+[value] Recording results for dispatcher2
+[value] Done for function dispatcher2
+[value] Recording results for call_dispatcher2_1
+[value] Done for function call_dispatcher2_1
+[value] computing for function call_dispatcher2_0 <- main.
+        Called from tests/value/from_call.i:87.
+[value] computing for function dispatcher2 <- call_dispatcher2_0 <- main.
+        Called from tests/value/from_call.i:54.
+[value] computing for function return_A2 <- dispatcher2 <- call_dispatcher2_0 <- main.
+        Called from tests/value/from_call.i:44.
+[value] Recording results for return_A2
+[value] Done for function return_A2
+[value] Recording results for dispatcher2
+[value] Done for function dispatcher2
+[value] Recording results for call_dispatcher2_0
+[value] Done for function call_dispatcher2_0
+[value] computing for function call_dispatcher2 <- main.
+        Called from tests/value/from_call.i:88.
+[value] computing for function dispatcher2 <- call_dispatcher2 <- main.
+        Called from tests/value/from_call.i:59.
+[value] computing for function return_A1 <- dispatcher2 <- call_dispatcher2 <- main.
+        Called from tests/value/from_call.i:44.
+[value] Recording results for return_A1
+[value] Done for function return_A1
+[value] computing for function return_A2 <- dispatcher2 <- call_dispatcher2 <- main.
+        Called from tests/value/from_call.i:44.
+[value] Recording results for return_A2
+[value] Done for function return_A2
+[value] Recording results for dispatcher2
+[value] Done for function dispatcher2
+[value] Recording results for call_dispatcher2
+[value] Done for function call_dispatcher2
+[value] computing for function access_tab <- main.
+        Called from tests/value/from_call.i:92.
+[value] Recording results for access_tab
+[value] Done for function access_tab
+[value] computing for function access_tab <- main.
+        Called from tests/value/from_call.i:93.
+[value] Recording results for access_tab
+[value] Done for function access_tab
+[value] computing for function access_tab <- main.
+        Called from tests/value/from_call.i:94.
+[value] Recording results for access_tab
+[value] Done for function access_tab
+[value] computing for function unavailable_f <- main.
+        Called from tests/value/from_call.i:96.
+[value] using specification for function unavailable_f
+[value] Done for function unavailable_f
+[value] Recording results for main
+[value] done for function main
+[from] Computing for function access_tab
+[from] Done for function access_tab
+[from] Computing for function dispatcher
+[from] Done for function dispatcher
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function f
+[from] Computing for function h <-f
+[from] Done for function h
+[from] Done for function f
+[from] Computing for function return_A1
+[from] Done for function return_A1
+[from] Computing for function return_A2
+[from] Done for function return_A2
+[from] Computing for function dispatcher2
+[from] Done for function dispatcher2
+[from] Computing for function call_dispatcher2
+[from] Done for function call_dispatcher2
+[from] Computing for function call_dispatcher2_0
+[from] Done for function call_dispatcher2_0
+[from] Computing for function call_dispatcher2_1
+[from] Done for function call_dispatcher2_1
+[from] Computing for function main
+[from] Computing for function unavailable_f <-main
+[from] Done for function unavailable_f
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function access_tab:
+  \result FROM indirect: ind; direct: tab[0..2]
+[from] Function dispatcher:
+  \result FROM indirect: c_0; direct: y_0; z_0
+[from] Function g:
+  \result FROM direct: t; w
+[from] Function h:
+  \result FROM \nothing
+[from] Function f:
+  b FROM indirect: p; previous; direct: a; b; c (and SELF)
+  c FROM indirect: p; previous; direct: a; b; c (and SELF)
+  d FROM indirect: p; previous; direct: a; b; c (and SELF)
+  previous FROM direct: p
+  \result FROM indirect: p; previous; direct: a; b; c; d; t
+[from] Function return_A1:
+  \result FROM direct: A1
+[from] Function return_A2:
+  \result FROM direct: A2
+[from] Function dispatcher2:
+  \result FROM indirect: c_0; direct: A1; A2
+[from] Function call_dispatcher2:
+  \result FROM indirect: r; direct: A1; A2
+[from] Function call_dispatcher2_0:
+  \result FROM direct: A1; A2
+[from] Function call_dispatcher2_1:
+  \result FROM direct: A1; A2
+[from] Function unavailable_f:
+  AR FROM direct: At[0..1]
+  AS FROM direct: Ar[0..1]
+[from] Function main:
+  b FROM indirect: previous; direct: a; b; c (and SELF)
+  c FROM indirect: previous; direct: a; b; c (and SELF)
+  d FROM indirect: previous; direct: a; b; c (and SELF)
+  y FROM indirect: previous; direct: a; b; c; d; t
+  z FROM indirect: previous; direct: a; b; c; d; t
+  R1 FROM direct: A1; A2
+  R2 FROM direct: A3; A4
+  R3 FROM indirect: r; direct: A4; A5
+  S1 FROM direct: A1; A2
+  S2 FROM direct: A1; A2
+  S3 FROM indirect: r; direct: A1; A2
+  T0 FROM direct: A1; A2; A3; A4
+  T1 FROM direct: A1; A2; A3; A4
+  T2 FROM direct: A1; A2; A3; A4
+  tab[0] FROM direct: A1
+     [1] FROM direct: A2; A3
+     [2] FROM direct: A4
+  AR FROM direct: At[0..1]
+  AS FROM direct: Ar[0..1]
+  previous FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
diff --git a/tests/value/oracle_symblocs/from_global.err.oracle b/tests/value/oracle_symblocs/from_global.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_global.res.oracle b/tests/value/oracle_symblocs/from_global.res.oracle
new file mode 100644
index 00000000000..fedbb11a970
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_global.res.oracle
@@ -0,0 +1,50 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_global.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/from_global.i:13.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  B ∈ {0}
+  C ∈ {0}
+[value:final-states] Values at end of function main:
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  B FROM A
+  C FROM x
+  \result FROM x
+[from] Function main:
+  A FROM D
+  B FROM D
+  C FROM E
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          B; C
+[inout] Inputs for function f:
+          A; C
+[inout] Out (internal) for function main:
+          A; B; C; __retres
+[inout] Inputs for function main:
+          A; C; D; E
diff --git a/tests/value/oracle_symblocs/from_ind.err.oracle b/tests/value/oracle_symblocs/from_ind.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_ind.res.oracle b/tests/value/oracle_symblocs/from_ind.res.oracle
new file mode 100644
index 00000000000..6016a0eef25
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_ind.res.oracle
@@ -0,0 +1,27 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_ind.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a[0..3] ∈ {0}
+  p ∈ {{ &a[0] }}
+  r ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  r ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  r FROM indirect: p; direct: a[1]
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          r; __retres
+[inout] Inputs for function main:
+          a[1]; p
diff --git a/tests/value/oracle_symblocs/from_pb.0.err.oracle b/tests/value/oracle_symblocs/from_pb.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_pb.0.res.oracle b/tests/value/oracle_symblocs/from_pb.0.res.oracle
new file mode 100644
index 00000000000..eeee252095c
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_pb.0.res.oracle
@@ -0,0 +1,29 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_pb.i (no preprocessing)
+[value] Analyzing a complete application starting at main0
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  k ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  T[0..9] ∈ {0}
+[value] Recording results for main0
+[value] done for function main0
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main0:
+  x ∈ {0}
+[from] Computing for function main0
+[from] Done for function main0
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main0:
+  x FROM k; j
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main0:
+          x
+[inout] Inputs for function main0:
+          k; j
diff --git a/tests/value/oracle_symblocs/from_pb.1.err.oracle b/tests/value/oracle_symblocs/from_pb.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_pb.1.res.oracle b/tests/value/oracle_symblocs/from_pb.1.res.oracle
new file mode 100644
index 00000000000..4496ae64e00
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_pb.1.res.oracle
@@ -0,0 +1,29 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_pb.i (no preprocessing)
+[value] Analyzing a complete application starting at main1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  k ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  T[0..9] ∈ {0}
+[value] Recording results for main1
+[value] done for function main1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  x ∈ {0}
+[from] Computing for function main1
+[from] Done for function main1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  x FROM k; j
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          x
+[inout] Inputs for function main1:
+          k; j
diff --git a/tests/value/oracle_symblocs/from_pb.2.err.oracle b/tests/value/oracle_symblocs/from_pb.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_pb.2.res.oracle b/tests/value/oracle_symblocs/from_pb.2.res.oracle
new file mode 100644
index 00000000000..5b9d94492e2
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_pb.2.res.oracle
@@ -0,0 +1,29 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_pb.i (no preprocessing)
+[value] Analyzing a complete application starting at main2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  k ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  T[0..9] ∈ {0}
+[value] Recording results for main2
+[value] done for function main2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2:
+  x ∈ {0}
+[from] Computing for function main2
+[from] Done for function main2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2:
+  x FROM k; j
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2:
+          x
+[inout] Inputs for function main2:
+          k; j
diff --git a/tests/value/oracle_symblocs/from_pb.3.err.oracle b/tests/value/oracle_symblocs/from_pb.3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_pb.3.res.oracle b/tests/value/oracle_symblocs/from_pb.3.res.oracle
new file mode 100644
index 00000000000..30a4843c6e2
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_pb.3.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_pb.i (no preprocessing)
+[value] Analyzing a complete application starting at main3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  k ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  T[0..9] ∈ {0}
+[value] Recording results for main3
+[value] done for function main3
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main3:
+  T[0..9] ∈ {0}
+  p ∈ {{ &T + {1} }}
+[from] Computing for function main3
+[from] Done for function main3
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main3:
+  T[1] FROM x; c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main3:
+          T[1]; p
+[inout] Inputs for function main3:
+          x; c
diff --git a/tests/value/oracle_symblocs/from_pb.4.err.oracle b/tests/value/oracle_symblocs/from_pb.4.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_pb.4.res.oracle b/tests/value/oracle_symblocs/from_pb.4.res.oracle
new file mode 100644
index 00000000000..95122d21627
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_pb.4.res.oracle
@@ -0,0 +1,29 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_pb.i (no preprocessing)
+[value] Analyzing a complete application starting at main4
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  k ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  T[0..9] ∈ {0}
+[value] Recording results for main4
+[value] done for function main4
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main4:
+  T[0..9] ∈ {0}
+[from] Computing for function main4
+[from] Done for function main4
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main4:
+  T[0] FROM k; c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main4:
+          T[0]
+[inout] Inputs for function main4:
+          k; c
diff --git a/tests/value/oracle_symblocs/from_pb.5.err.oracle b/tests/value/oracle_symblocs/from_pb.5.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_pb.5.res.oracle b/tests/value/oracle_symblocs/from_pb.5.res.oracle
new file mode 100644
index 00000000000..00ae187f29a
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_pb.5.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_pb.i (no preprocessing)
+[value] Analyzing a complete application starting at main4bis
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  k ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  T[0..9] ∈ {0}
+[value] Recording results for main4bis
+[value] done for function main4bis
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main4bis:
+  T[0..9] ∈ {0}
+[from] Computing for function main4bis
+[from] Done for function main4bis
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main4bis:
+  T[0] FROM i; c
+   [2] FROM j; c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main4bis:
+          T{[0]; [2]}
+[inout] Inputs for function main4bis:
+          i; j; c
diff --git a/tests/value/oracle_symblocs/from_pb.6.err.oracle b/tests/value/oracle_symblocs/from_pb.6.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_pb.6.res.oracle b/tests/value/oracle_symblocs/from_pb.6.res.oracle
new file mode 100644
index 00000000000..5f5da01c457
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_pb.6.res.oracle
@@ -0,0 +1,29 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_pb.i (no preprocessing)
+[value] Analyzing a complete application starting at main5
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  k ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  T[0..9] ∈ {0}
+[value] Recording results for main5
+[value] done for function main5
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main5:
+  T[0..9] ∈ {0}
+[from] Computing for function main5
+[from] Done for function main5
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main5:
+  T[0] FROM k; c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main5:
+          T[0]
+[inout] Inputs for function main5:
+          k; c
diff --git a/tests/value/oracle_symblocs/from_pb.7.err.oracle b/tests/value/oracle_symblocs/from_pb.7.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_pb.7.res.oracle b/tests/value/oracle_symblocs/from_pb.7.res.oracle
new file mode 100644
index 00000000000..2fc59c7ffbf
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_pb.7.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_pb.i (no preprocessing)
+[value] Analyzing a complete application starting at main5bis
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  k ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  T[0..9] ∈ {0}
+[value] Recording results for main5bis
+[value] done for function main5bis
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main5bis:
+  T[0..9] ∈ {0}
+[from] Computing for function main5bis
+[from] Done for function main5bis
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main5bis:
+  T[0] FROM i; c
+   [1] FROM j; c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main5bis:
+          T[0..1]
+[inout] Inputs for function main5bis:
+          i; j; c
diff --git a/tests/value/oracle_symblocs/from_ptr.0.err.oracle b/tests/value/oracle_symblocs/from_ptr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_ptr.0.res.oracle b/tests/value/oracle_symblocs/from_ptr.0.res.oracle
new file mode 100644
index 00000000000..fa6ef20956a
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_ptr.0.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  p[0..9][0..9][0..9] ∈ {0}
+  q ∈ {0}
+tests/value/from_ptr.i:17:[value] warning: out of bounds write. assert \valid((int *)i);
+tests/value/from_ptr.i:17:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main
+[value] done for function main
+tests/value/from_ptr.i:17:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {{ (long)&p[10] }}
+  d ∈ {0}
+  q ∈ {{ &b }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  i FROM \nothing
+  d FROM b; c
+  q FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; d; q
+[inout] Inputs for function main:
+          i; a; b; q
diff --git a/tests/value/oracle_symblocs/from_ptr.1.err.oracle b/tests/value/oracle_symblocs/from_ptr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_ptr.1.res.oracle b/tests/value/oracle_symblocs/from_ptr.1.res.oracle
new file mode 100644
index 00000000000..2eb1e5b6373
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_ptr.1.res.oracle
@@ -0,0 +1,40 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  p[0..9][0..9][0..9] ∈ {0}
+  q ∈ {0}
+[value] Recording results for main1
+[value] done for function main1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  i ∈ {{ (long)&p }}
+  d ∈ {0}
+  p[0..9][0..9][0..9] ∈ {0}
+  q ∈ {{ &a ; &b }}
+[from] Computing for function main1
+[from] Done for function main1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  i FROM \nothing
+  d FROM a; b; c
+  p[0][0][0] FROM a; c (and SELF)
+  q FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          i; d; p[0][0][0]; q
+[inout] Inputs for function main1:
+          i; a; b; q
diff --git a/tests/value/oracle_symblocs/from_ptr2.err.oracle b/tests/value/oracle_symblocs/from_ptr2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_ptr2.res.oracle b/tests/value/oracle_symblocs/from_ptr2.res.oracle
new file mode 100644
index 00000000000..5c8a80a047a
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_ptr2.res.oracle
@@ -0,0 +1,37 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_ptr2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/from_ptr2.i:7.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ [--..--]
+[value:final-states] Values at end of function main:
+  s ∈ [--..--]
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM ps; s.a
+[from] Function main:
+  \result FROM x
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          s.a
+[inout] Out (internal) for function main:
+          s; tmp
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/from_res_2.err.oracle b/tests/value/oracle_symblocs/from_res_2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_res_2.res.oracle b/tests/value/oracle_symblocs/from_res_2.res.oracle
new file mode 100644
index 00000000000..09fa3810baf
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_res_2.res.oracle
@@ -0,0 +1,104 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_res_2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  x1 ∈ {0}
+  x2 ∈ {0}
+  x3 ∈ {0}
+  y1 ∈ {0}
+  y2 ∈ {0}
+  y3 ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/from_res_2.i:26.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g1 <- main.
+        Called from tests/value/from_res_2.i:30.
+[value] Recording results for g1
+[value] Done for function g1
+[value] computing for function g2 <- main.
+        Called from tests/value/from_res_2.i:34.
+[value] Recording results for g2
+[value] Done for function g2
+[value] computing for function g3 <- main.
+        Called from tests/value/from_res_2.i:38.
+[value] Recording results for g3
+[value] Done for function g3
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {3}
+[value:final-states] Values at end of function g1:
+  
+[value:final-states] Values at end of function g2:
+  
+[value:final-states] Values at end of function g3:
+  
+[value:final-states] Values at end of function main:
+  G ∈ {3}
+  x1 ∈ {0}
+  x2 ∈ {0}
+  x3 ∈ {0}
+  y1 ∈ {0}
+  y2 ∈ {0}
+  y3 ∈ {0}
+  p ∈ {{ &G }}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g1
+[from] Done for function g1
+[from] Computing for function g2
+[from] Done for function g2
+[from] Computing for function g3
+[from] Done for function g3
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM left; right
+[from] Function g1:
+  \result FROM x1
+[from] Function g2:
+  \result FROM x2
+[from] Function g3:
+  \result FROM x3
+[from] Function main:
+  G FROM G
+  x1.a FROM A
+    .c FROM C
+  x2.a FROM A
+    .b FROM B
+  x3.b FROM B
+    .c FROM C
+  y1 FROM A; C; x1.b
+  y2 FROM A; B; x2.c
+  y3 FROM B; C; x3.a
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g1:
+          \nothing
+[inout] Inputs for function g1:
+          x1
+[inout] Out (internal) for function g2:
+          \nothing
+[inout] Inputs for function g2:
+          x2
+[inout] Out (internal) for function g3:
+          \nothing
+[inout] Inputs for function g3:
+          x3
+[inout] Out (internal) for function main:
+          G; x1{.a; .c}; x2{.a; .b}; x3{.b; .c}; y1; y2; y3; p
+[inout] Inputs for function main:
+          G; A; B; C; x1; x2; x3
diff --git a/tests/value/oracle_symblocs/from_termin.err.oracle b/tests/value/oracle_symblocs/from_termin.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/from_termin.res.oracle b/tests/value/oracle_symblocs/from_termin.res.oracle
new file mode 100644
index 00000000000..860caeeaee2
--- /dev/null
+++ b/tests/value/oracle_symblocs/from_termin.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/from_termin.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  e ∈ {0}
+tests/value/from_termin.i:8:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  b ∈ {0}
+  d ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  b FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          b; d
+[inout] Inputs for function main:
+          c; e
diff --git a/tests/value/oracle_symblocs/fun_ptr.0.err.oracle b/tests/value/oracle_symblocs/fun_ptr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/fun_ptr.0.res.oracle b/tests/value/oracle_symblocs/fun_ptr.0.res.oracle
new file mode 100644
index 00000000000..a64d4f525b9
--- /dev/null
+++ b/tests/value/oracle_symblocs/fun_ptr.0.res.oracle
@@ -0,0 +1,198 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/fun_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {{ (long long)&f }}
+   [1] ∈ {{ (long long)&g }}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function test1 <- main.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int ))t[nd]);
+[value] computing for function f <- test1 <- main.
+        Called from tests/value/fun_ptr.i:28.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test1
+[value] Done for function test1
+[value] computing for function test2 <- main.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int , int ))t[nd]);
+[value] computing for function g <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function f <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test2
+[value] Done for function test2
+[value] computing for function test3 <- main.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((double (*)(int ))t[nd]);
+[value] Recording results for test3
+[value] Done for function test3
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
+[value] computing for function h <- main.
+        Called from tests/value/fun_ptr.i:87.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function test_benign <- main.
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function benign <- test_benign <- main.
+        Called from tests/value/fun_ptr.i:56.
+[value] Recording results for benign
+[value] Done for function benign
+[value] Recording results for test_benign
+[value] Done for function test_benign
+[value] computing for function test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function too_much <- test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:70.
+[value] Recording results for too_much
+[value] Done for function too_much
+tests/value/fun_ptr.i:73:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] Recording results for test_too_much_benign
+[value] Done for function test_too_much_benign
+[value] Recording results for main
+[value] done for function main
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function benign:
+  q ∈ {{ &x }}
+  k ∈ {-2147483648}
+  x ∈ {-2147483648}
+[value:final-states] Values at end of function f:
+  __retres ∈ {4}
+[value:final-states] Values at end of function g:
+  __retres ∈ {7}
+[value:final-states] Values at end of function h:
+  __retres ∈ {3.}
+[value:final-states] Values at end of function test1:
+  R1 ∈ {4}
+[value:final-states] Values at end of function test2:
+  R2 ∈ {4; 7}
+[value:final-states] Values at end of function test3:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function test_benign:
+  x ∈ {-2147483648}
+  p ∈ {{ (void (*)(long , short *))&benign }}
+[value:final-states] Values at end of function too_much:
+  j ∈ {1}
+[value:final-states] Values at end of function test_too_much_benign:
+  p ∈ {{ (void (*)(int , int ))&too_much }}
+[value:final-states] Values at end of function main:
+  R1 ∈ {4}
+  R2 ∈ {4; 7}
+  R3 ∈ {0}
+  ph ∈ {{ &h }}
+  __retres ∈ {0}
+[from] Computing for function benign
+[from] Done for function benign
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function test1
+[from] Done for function test1
+[from] Computing for function test2
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test2
+[from] Computing for function test3
+[from] Non-terminating function test3 (no dependencies)
+[from] Done for function test3
+[from] Computing for function test_benign
+[from] Done for function test_benign
+[from] Computing for function too_much
+[from] Done for function too_much
+[from] Computing for function test_too_much_benign
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test_too_much_benign
+[from] Computing for function main
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function benign:
+  x FROM j; p
+[from] Function f:
+  \result FROM x
+[from] Function g:
+  \result FROM x; y
+[from] Function h:
+  \result FROM a; b
+[from] Function test1:
+  R1 FROM t[0..1]; nd
+[from] Function test2:
+  R2 FROM t[0..1]; nd
+[from] Function test3:
+  NON TERMINATING - NO EFFECTS
+[from] Function test_benign:
+  NO EFFECTS
+[from] Function too_much:
+  NO EFFECTS
+[from] Function test_too_much_benign:
+  NO EFFECTS
+[from] Function main:
+  R1 FROM t[0..1]; v
+  R2 FROM t[0..1]; v
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function benign:
+          q; k; x
+[inout] Inputs for function benign:
+          \nothing
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function test1:
+          R1
+[inout] Inputs for function test1:
+          t[0..1]
+[inout] Out (internal) for function test2:
+          R2
+[inout] Inputs for function test2:
+          t[0..1]
+[inout] Out (internal) for function test3:
+          R3
+[inout] Inputs for function test3:
+          t[0..1]
+[inout] Out (internal) for function test_benign:
+          x; p
+[inout] Inputs for function test_benign:
+          \nothing
+[inout] Out (internal) for function too_much:
+          j
+[inout] Inputs for function too_much:
+          \nothing
+[inout] Out (internal) for function test_too_much_benign:
+          p
+[inout] Inputs for function test_too_much_benign:
+          v
+[inout] Out (internal) for function main:
+          R1; R2; R3; ph; __retres
+[inout] Inputs for function main:
+          t[0..1]; v
diff --git a/tests/value/oracle_symblocs/fun_ptr.1.err.oracle b/tests/value/oracle_symblocs/fun_ptr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/fun_ptr.1.res.oracle b/tests/value/oracle_symblocs/fun_ptr.1.res.oracle
new file mode 100644
index 00000000000..b818469156c
--- /dev/null
+++ b/tests/value/oracle_symblocs/fun_ptr.1.res.oracle
@@ -0,0 +1,198 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/fun_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {{ (__int64)&f }}
+   [1] ∈ {{ (__int64)&g }}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  v ∈ [--..--]
+[value] computing for function test1 <- main.
+        Called from tests/value/fun_ptr.i:78.
+tests/value/fun_ptr.i:28:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int ))t[nd]);
+[value] computing for function f <- test1 <- main.
+        Called from tests/value/fun_ptr.i:28.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test1
+[value] Done for function test1
+[value] computing for function test2 <- main.
+        Called from tests/value/fun_ptr.i:79.
+tests/value/fun_ptr.i:33:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((int (*)(int , int ))t[nd]);
+[value] computing for function g <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function f <- test2 <- main.
+        Called from tests/value/fun_ptr.i:33.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for test2
+[value] Done for function test2
+[value] computing for function test3 <- main.
+        Called from tests/value/fun_ptr.i:80.
+tests/value/fun_ptr.i:38:[value] warning: pointer to function with incompatible type.
+                 assert \valid_function((double (*)(int ))t[nd]);
+[value] Recording results for test3
+[value] Done for function test3
+tests/value/fun_ptr.i:83:[value] warning: Function type must match type at call site: assert(function type matches)
+tests/value/fun_ptr.i:85:[value] warning: Function type must match type at call site: assert(function type matches)
+[value] computing for function h <- main.
+        Called from tests/value/fun_ptr.i:87.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function test_benign <- main.
+        Called from tests/value/fun_ptr.i:89.
+tests/value/fun_ptr.i:56:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function benign <- test_benign <- main.
+        Called from tests/value/fun_ptr.i:56.
+[value] Recording results for benign
+[value] Done for function benign
+[value] Recording results for test_benign
+[value] Done for function test_benign
+[value] computing for function test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:90.
+tests/value/fun_ptr.i:70:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] computing for function too_much <- test_too_much_benign <- main.
+        Called from tests/value/fun_ptr.i:70.
+[value] Recording results for too_much
+[value] Done for function too_much
+tests/value/fun_ptr.i:73:[value] warning: pointer to function with incompatible type. assert \valid_function(p);
+[value] Recording results for test_too_much_benign
+[value] Done for function test_too_much_benign
+[value] Recording results for main
+[value] done for function main
+tests/value/fun_ptr.i:38:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/fun_ptr.i:73:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function benign:
+  q ∈ {{ &x }}
+  k ∈ {-2147483648}
+  x ∈ {-2147483648}
+[value:final-states] Values at end of function f:
+  __retres ∈ {4}
+[value:final-states] Values at end of function g:
+  __retres ∈ {7}
+[value:final-states] Values at end of function h:
+  __retres ∈ {3.}
+[value:final-states] Values at end of function test1:
+  R1 ∈ {4}
+[value:final-states] Values at end of function test2:
+  R2 ∈ {4; 7}
+[value:final-states] Values at end of function test3:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function test_benign:
+  x ∈ {-2147483648}
+  p ∈ {{ (void (*)(long , short *))&benign }}
+[value:final-states] Values at end of function too_much:
+  j ∈ {1}
+[value:final-states] Values at end of function test_too_much_benign:
+  p ∈ {{ (void (*)(int , int ))&too_much }}
+[value:final-states] Values at end of function main:
+  R1 ∈ {4}
+  R2 ∈ {4; 7}
+  R3 ∈ {0}
+  ph ∈ {{ &h }}
+  __retres ∈ {0}
+[from] Computing for function benign
+[from] Done for function benign
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function test1
+[from] Done for function test1
+[from] Computing for function test2
+tests/value/fun_ptr.i:33:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test2
+[from] Computing for function test3
+[from] Non-terminating function test3 (no dependencies)
+[from] Done for function test3
+[from] Computing for function test_benign
+[from] Done for function test_benign
+[from] Computing for function too_much
+[from] Done for function too_much
+[from] Computing for function test_too_much_benign
+tests/value/fun_ptr.i:70:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function test_too_much_benign
+[from] Computing for function main
+tests/value/fun_ptr.i:85:[from] warning: variadic call detected. Using only 0 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function benign:
+  x FROM j; p
+[from] Function f:
+  \result FROM x
+[from] Function g:
+  \result FROM x; y
+[from] Function h:
+  \result FROM a; b
+[from] Function test1:
+  R1 FROM t[0..1]; nd
+[from] Function test2:
+  R2 FROM t[0..1]; nd
+[from] Function test3:
+  NON TERMINATING - NO EFFECTS
+[from] Function test_benign:
+  NO EFFECTS
+[from] Function too_much:
+  NO EFFECTS
+[from] Function test_too_much_benign:
+  NO EFFECTS
+[from] Function main:
+  R1 FROM t[0..1]; v
+  R2 FROM t[0..1]; v
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function benign:
+          q; k; x
+[inout] Inputs for function benign:
+          \nothing
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function test1:
+          R1
+[inout] Inputs for function test1:
+          t[0..1]
+[inout] Out (internal) for function test2:
+          R2
+[inout] Inputs for function test2:
+          t[0..1]
+[inout] Out (internal) for function test3:
+          R3
+[inout] Inputs for function test3:
+          t[0..1]
+[inout] Out (internal) for function test_benign:
+          x; p
+[inout] Inputs for function test_benign:
+          \nothing
+[inout] Out (internal) for function too_much:
+          j
+[inout] Inputs for function too_much:
+          \nothing
+[inout] Out (internal) for function test_too_much_benign:
+          p
+[inout] Inputs for function test_too_much_benign:
+          v
+[inout] Out (internal) for function main:
+          R1; R2; R3; ph; __retres
+[inout] Inputs for function main:
+          t[0..1]; v
diff --git a/tests/value/oracle_symblocs/function_return_serial_casts.err.oracle b/tests/value/oracle_symblocs/function_return_serial_casts.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/function_return_serial_casts.res.oracle b/tests/value/oracle_symblocs/function_return_serial_casts.res.oracle
new file mode 100644
index 00000000000..151bd1d0a0b
--- /dev/null
+++ b/tests/value/oracle_symblocs/function_return_serial_casts.res.oracle
@@ -0,0 +1,60 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/function_return_serial_casts.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {-10}
+  y ∈ {0}
+  z ∈ {0}
+  t ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/function_return_serial_casts.i:17.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/function_return_serial_casts.i:18.
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {65526}
+[value:final-states] Values at end of function g:
+  l ∈ {-10}
+[value:final-states] Values at end of function main:
+  y ∈ {65526}
+  z ∈ {65526}
+  t ∈ {65526}
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x
+[from] Function g:
+  \result FROM x
+[from] Function main:
+  y FROM x
+  z FROM x
+  t FROM x
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          x
+[inout] Out (internal) for function g:
+          l
+[inout] Inputs for function g:
+          x
+[inout] Out (internal) for function main:
+          y; z; t; __retres
+[inout] Inputs for function main:
+          x
diff --git a/tests/value/oracle_symblocs/g1.err.oracle b/tests/value/oracle_symblocs/g1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/g1.res.oracle b/tests/value/oracle_symblocs/g1.res.oracle
new file mode 100644
index 00000000000..632e1b01ac0
--- /dev/null
+++ b/tests/value/oracle_symblocs/g1.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/g1.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {1}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/garbled_init.err.oracle b/tests/value/oracle_symblocs/garbled_init.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/garbled_init.res.oracle b/tests/value/oracle_symblocs/garbled_init.res.oracle
new file mode 100644
index 00000000000..0377915aa6b
--- /dev/null
+++ b/tests/value/oracle_symblocs/garbled_init.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/garbled_init.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  PTR ∈ {0}
+  G ∈ {{ &PTR + {-4278190080} }}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  PTR ∈ {1}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  PTR FROM G
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          PTR
+[inout] Inputs for function main:
+          G
diff --git a/tests/value/oracle_symblocs/ghost.err.oracle b/tests/value/oracle_symblocs/ghost.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/ghost.res.oracle b/tests/value/oracle_symblocs/ghost.res.oracle
new file mode 100644
index 00000000000..abcee6b7671
--- /dev/null
+++ b/tests/value/oracle_symblocs/ghost.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/ghost.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  GHOST ∈ {0}
+  H ∈ {0}
+tests/value/ghost.i:16:[value] entering loop for the first time
+tests/value/ghost.i:17:[value] warning: signed overflow. assert G+1 ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G ∈ [0..2147483647]
+  GHOST ∈ {0}
+  i ∈ {11}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  G FROM \nothing
+  GHOST FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G; GHOST; i; j
+[inout] Inputs for function main:
+          G
diff --git a/tests/value/oracle_symblocs/global_bug.err.oracle b/tests/value/oracle_symblocs/global_bug.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/global_bug.res.oracle b/tests/value/oracle_symblocs/global_bug.res.oracle
new file mode 100644
index 00000000000..ad036c9eabb
--- /dev/null
+++ b/tests/value/oracle_symblocs/global_bug.res.oracle
@@ -0,0 +1,38 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/global_bug.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/value/global_bug.i:6:[value] warning: invalid RHS operand for shift. assert 0 ≤ 63 < 32;
+tests/value/global_bug.i:7:[value] Evaluation of initializer '99 << 63' failed
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NOT ACCESSIBLE
+[value] Value analysis not started because globals initialization is not computable.
+[value] ====== VALUES COMPUTED ======
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[   Bug   ] Assertion 'Value,shift' (file tests/value/global_bug.i, line 7)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     1 Bugs found
+     1 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/goto.err.oracle b/tests/value/oracle_symblocs/goto.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/goto.res.oracle b/tests/value/oracle_symblocs/goto.res.oracle
new file mode 100644
index 00000000000..e584f305deb
--- /dev/null
+++ b/tests/value/oracle_symblocs/goto.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/goto.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function stop <- main.
+        Called from tests/value/goto.i:10.
+[value] Recording results for stop
+[value] Done for function stop
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function stop:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  c ∈ [--..--]
+  __retres ∈ {0}
+[from] Computing for function stop
+[from] Non-terminating function stop (no dependencies)
+[from] Done for function stop
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function stop:
+  NON TERMINATING - NO EFFECTS
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function stop:
+          \nothing
+[inout] Inputs for function stop:
+          \nothing
+[inout] Out (internal) for function main:
+          c; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/if.0.err.oracle b/tests/value/oracle_symblocs/if.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/if.0.res.oracle b/tests/value/oracle_symblocs/if.0.res.oracle
new file mode 100644
index 00000000000..2b75dee3434
--- /dev/null
+++ b/tests/value/oracle_symblocs/if.0.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/if.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  H ∈ {0}
+  J ∈ {0}
+  p ∈ {0}
+  q ∈ {0}
+  t[0..99] ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ &t[0] }}
+  q ∈ {{ &t[0] }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  p FROM G
+  q FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; q
+[inout] Inputs for function main:
+          G; p
diff --git a/tests/value/oracle_symblocs/if.1.err.oracle b/tests/value/oracle_symblocs/if.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/if.1.res.oracle b/tests/value/oracle_symblocs/if.1.res.oracle
new file mode 100644
index 00000000000..a54cd31ab7b
--- /dev/null
+++ b/tests/value/oracle_symblocs/if.1.res.oracle
@@ -0,0 +1,26 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/if.i (no preprocessing)
+[value] Analyzing a complete application starting at main6
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  H ∈ {0}
+  J ∈ {0}
+  p ∈ {0}
+  q ∈ {0}
+  t[0..99] ∈ {0}
+[value] Recording results for main6
+[value] done for function main6
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main6:
+  G ∈ {0}
+  __retres ∈ {1}
+[from] Computing for function main6
+[from] Done for function main6
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main6:
+  G FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
diff --git a/tests/value/oracle_symblocs/if2.err.oracle b/tests/value/oracle_symblocs/if2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/if2.res.oracle b/tests/value/oracle_symblocs/if2.res.oracle
new file mode 100644
index 00000000000..ec60801979f
--- /dev/null
+++ b/tests/value/oracle_symblocs/if2.res.oracle
@@ -0,0 +1,75 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/if2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G2 ∈ {0}
+  G3 ∈ {75}
+  G4 ∈ {0}
+  R ∈ {0}
+  v ∈ [--..--]
+  G1 ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G3 ∈ {0}
+  R ∈ {4; 10; 11}
+  b ∈ {1}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  G3 FROM G4
+  R FROM R; v
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G3; R; b
+[inout] Inputs for function main:
+          G4; R; v; G1
+/* Generated by Frama-C */
+enum __anonenum_T1_t_1 {
+    E1 = 0,
+    E2 = 0x0001,
+    E3 = 0x0002,
+    E4 = 0x0004,
+    E5 = 0x0008,
+    E6 = 0x0010,
+    E7 = 0x0020
+};
+typedef enum __anonenum_T1_t_1 T1_t;
+enum Bool {
+    FALSE = 0,
+    TRUE = 2
+};
+static T1_t G1;
+T1_t G2 = E1;
+int G3 = 75;
+int G4;
+int R;
+int volatile v;
+void main(void)
+{
+  enum Bool b;
+  if ((unsigned int)E6 == G1) G2 = G1;
+  if (0 == G4) G3 = G4;
+  if (v) 
+    if (E1) R = 5; else R = 6;
+  if (v) 
+    if (! E1) R = 6; else R = 5;
+  if (v) 
+    if (E5) R = 7; else R = 5;
+  if (v) 
+    if (! E5) R = 5; else R = 7;
+  b = FALSE;
+  if (! b) R += ! b;
+  b = TRUE;
+  if (b) R = (int)((unsigned int)R + b);
+  b = (enum Bool)1;
+  if (b) R = (int)((unsigned int)R + b);
+  return;
+}
+
+
diff --git a/tests/value/oracle_symblocs/ilevel.err.oracle b/tests/value/oracle_symblocs/ilevel.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/ilevel.res.oracle b/tests/value/oracle_symblocs/ilevel.res.oracle
new file mode 100644
index 00000000000..d2d5295e70a
--- /dev/null
+++ b/tests/value/oracle_symblocs/ilevel.res.oracle
@@ -0,0 +1,104 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/ilevel.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  i ∈ {0}
+  j ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+tests/value/ilevel.i:9:[value] entering loop for the first time
+tests/value/ilevel.i:12:[value] entering loop for the first time
+tests/value/ilevel.i:20:[value] warning: assertion got status unknown.
+tests/value/ilevel.i:22:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each([0..9])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+  j ∈ [0..16]
+  k ∈ [0..15]
+  l ∈ [0..9]
+  __retres ∈ [0..47]
+[slicing] slicing requests in progress...
+[slicing] making slicing project 'Slicing'...
+[slicing] interpreting slicing requests from the command line...
+[pdg] computing for function main
+[from] Computing for function Frama_C_show_each
+[from] Done for function Frama_C_show_each
+[pdg] done for function main
+[slicing] applying all slicing requests...
+[slicing] applying 0 actions...
+[slicing] applying all slicing requests...
+[slicing] applying 1 actions...
+[slicing] applying actions: 1/1...
+[slicing] exporting project to 'Slicing export'...
+[slicing] applying all slicing requests...
+[slicing] applying 0 actions...
+[sparecode] remove unused global declarations from project 'Slicing export tmp'
+[sparecode] removed unused global declarations in new project 'Slicing export'
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  i ∈ {0}
+  j ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+tests/value/ilevel.i:9:[value] entering loop for the first time
+tests/value/ilevel.i:12:[value] entering loop for the first time
+tests/value/ilevel.i:26:[value] warning: signed overflow. assert (int)((int)(i+j)+k)+l ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+  j ∈ [0..16]
+  k ∈ {0; 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15}
+  l ∈ [--..--]
+  __retres ∈ [--..--]
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  i ∈ {0}
+  j ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+[value] Called Frama_C_show_each({0; 1; 2; 3; 4; 6; 7; 8; 9})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+  j ∈ {0; 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16}
+  k ∈ {0; 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15}
+  l ∈ {0; 1; 2; 3; 4; 6; 7; 8; 9}
+  __retres ∈ [0..47]
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  i ∈ {0}
+  j ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+[value] Called Frama_C_show_each({0; 1; 2; 3; 4; 6; 7; 8; 9})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {0; 1; 2; 3; 4; 5; 6; 7}
+  j ∈ {0; 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16}
+  k ∈ {0; 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15}
+  l ∈ {0; 1; 2; 3; 4; 6; 7; 8; 9}
+  __retres ∈
+          {0; 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; 13; 14; 15; 16; 17; 18;
+           19; 20; 21; 22; 23; 24; 25; 26; 27; 28; 29; 30; 31; 32; 33; 34;
+           35; 36; 37; 38; 39; 40; 41; 42; 43; 44; 45; 46; 47}
diff --git a/tests/value/oracle_symblocs/implies.err.oracle b/tests/value/oracle_symblocs/implies.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/implies.res.oracle b/tests/value/oracle_symblocs/implies.res.oracle
new file mode 100644
index 00000000000..352368bc57e
--- /dev/null
+++ b/tests/value/oracle_symblocs/implies.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/implies.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  A ∈ {0}
+  B ∈ {0}
+tests/value/implies.i:6:[value] warning: assertion got status unknown.
+tests/value/implies.i:8:[value] warning: assertion got status unknown.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  A ∈ {1}
+  __retres ∈ {1}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  A FROM d
+  \result FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          A; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/imprecise_invalid_write.err.oracle b/tests/value/oracle_symblocs/imprecise_invalid_write.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/imprecise_invalid_write.res.oracle b/tests/value/oracle_symblocs/imprecise_invalid_write.res.oracle
new file mode 100644
index 00000000000..692195bdcb5
--- /dev/null
+++ b/tests/value/oracle_symblocs/imprecise_invalid_write.res.oracle
@@ -0,0 +1,87 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/imprecise_invalid_write.i (no preprocessing)
+tests/value/imprecise_invalid_write.i:5:[kernel] warning: Body of function main1 falls-through. Adding a return statement
+tests/value/imprecise_invalid_write.i:10:[kernel] warning: Body of function main2 falls-through. Adding a return statement
+tests/value/imprecise_invalid_write.i:17:[kernel] warning: Body of function main3 falls-through. Adding a return statement
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  s ∈ {{ "abc" }}
+[value] computing for function main1 <- main.
+        Called from tests/value/imprecise_invalid_write.i:22.
+tests/value/imprecise_invalid_write.i:5:[value] warning: out of bounds write. assert \valid((int *)c);
+tests/value/imprecise_invalid_write.i:5:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/imprecise_invalid_write.i:25.
+tests/value/imprecise_invalid_write.i:9:[value] Assigning imprecise value to p.
+        The imprecision originates from Arithmetic
+        {tests/value/imprecise_invalid_write.i:9}
+tests/value/imprecise_invalid_write.i:10:[value] warning: out of bounds write. assert \valid(p);
+tests/value/imprecise_invalid_write.i:10:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/imprecise_invalid_write.i:28.
+tests/value/imprecise_invalid_write.i:16:[value] Assigning imprecise value to p.
+        The imprecision originates from Arithmetic
+        {tests/value/imprecise_invalid_write.i:16}
+tests/value/imprecise_invalid_write.i:17:[value] warning: out of bounds write. assert \valid(p);
+tests/value/imprecise_invalid_write.i:17:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main3
+[value] Done for function main3
+[value] Recording results for main
+[value] done for function main
+tests/value/imprecise_invalid_write.i:5:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/imprecise_invalid_write.i:10:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/imprecise_invalid_write.i:17:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main2:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main3:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main1
+[from] Non-terminating function main1 (no dependencies)
+[from] Done for function main1
+[from] Computing for function main2
+[from] Non-terminating function main2 (no dependencies)
+[from] Done for function main2
+[from] Computing for function main3
+[from] Non-terminating function main3 (no dependencies)
+[from] Done for function main3
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  NON TERMINATING - NO EFFECTS
+[from] Function main2:
+  NON TERMINATING - NO EFFECTS
+[from] Function main3:
+  NON TERMINATING - NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          \nothing
+[inout] Inputs for function main1:
+          x
+[inout] Out (internal) for function main2:
+          p
+[inout] Inputs for function main2:
+          \nothing
+[inout] Out (internal) for function main3:
+          p
+[inout] Inputs for function main3:
+          s
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          x; s
diff --git a/tests/value/oracle_symblocs/incorrect_reduce_expr.err.oracle b/tests/value/oracle_symblocs/incorrect_reduce_expr.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/incorrect_reduce_expr.res.oracle b/tests/value/oracle_symblocs/incorrect_reduce_expr.res.oracle
new file mode 100644
index 00000000000..0051978ac0d
--- /dev/null
+++ b/tests/value/oracle_symblocs/incorrect_reduce_expr.res.oracle
@@ -0,0 +1,17 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/incorrect_reduce_expr.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 256 to 295] ∈ [--..--]
+  t[0..4] ∈ {0}
+  p ∈ {0}
+  x ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NULL[rbits 256 to 295] ∈ [--..--]
+  p ∈ {32; 36}
+  x ∈ {13}
diff --git a/tests/value/oracle_symblocs/ineq.err.oracle b/tests/value/oracle_symblocs/ineq.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/ineq.res.oracle b/tests/value/oracle_symblocs/ineq.res.oracle
new file mode 100644
index 00000000000..e4f71c9b566
--- /dev/null
+++ b/tests/value/oracle_symblocs/ineq.res.oracle
@@ -0,0 +1,58 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/ineq.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G[0..9] ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  k ∈ {1}
+  l ∈ {1}
+  m ∈ {-1}
+  n ∈ {-1}
+[value] computing for function any_int <- main.
+        Called from tests/value/ineq.c:6.
+tests/value/ineq.c:6:[kernel] warning: Neither code nor specification for function any_int, generating default assigns from the prototype
+[value] using specification for function any_int
+[value] Done for function any_int
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G[0] ∈ {0; 7}
+   [1..9] ∈ {0}
+  g ∈ [0..2147483647]
+  h ∈ [-2147483648..0]
+  i ∈ [0..2147483647]
+  j ∈ [-2147483648..0]
+  k ∈ [1..2147483647]
+  l ∈ [1..2147483647]
+  m ∈ [-2147483648..-1]
+  n ∈ [-2147483648..-1]
+  x ∈ [--..--]
+[from] Computing for function main
+[from] Computing for function any_int <-main
+[from] Done for function any_int
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function any_int:
+  \result FROM \nothing
+[from] Function main:
+  G[0] FROM \nothing
+  g FROM \nothing (and SELF)
+  h FROM \nothing (and SELF)
+  i FROM \nothing (and SELF)
+  j FROM \nothing (and SELF)
+  k FROM \nothing (and SELF)
+  l FROM \nothing (and SELF)
+  m FROM \nothing (and SELF)
+  n FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G[0]; g; h; i; j; k; l; m; n; x
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/infinite.err.oracle b/tests/value/oracle_symblocs/infinite.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/infinite.res.oracle b/tests/value/oracle_symblocs/infinite.res.oracle
new file mode 100644
index 00000000000..91163289d7a
--- /dev/null
+++ b/tests/value/oracle_symblocs/infinite.res.oracle
@@ -0,0 +1,34 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/infinite.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+tests/value/infinite.i:6:[value] entering loop for the first time
+[value] computing for function pause <- main.
+        Called from tests/value/infinite.i:9.
+tests/value/infinite.i:9:[kernel] warning: Neither code nor specification for function pause, generating default assigns from the prototype
+[value] using specification for function pause
+[value] Done for function pause
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Computing for function pause <-main
+[from] Done for function pause
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function pause:
+  NO EFFECTS
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G
+[inout] Inputs for function main:
+          G
diff --git a/tests/value/oracle_symblocs/init.0.err.oracle b/tests/value/oracle_symblocs/init.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/init.0.res.oracle b/tests/value/oracle_symblocs/init.0.res.oracle
new file mode 100644
index 00000000000..aed4056b017
--- /dev/null
+++ b/tests/value/oracle_symblocs/init.0.res.oracle
@@ -0,0 +1,53 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/init.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  S[0] ∈ {49}
+   [1] ∈ {50}
+   [2] ∈ {51}
+   [3] ∈ {52}
+   [4] ∈ {53}
+  v1 ∈ {0}
+  TS[0].x ∈ {1}
+    [0].y ∈ {3}
+    [0].name[0] ∈ {175304776}
+    {[0].name[1..9]; [1..28]} ∈ {0}
+  v2 ∈ {0}
+  C ∈ {0}
+  PC[0] ∈ {108}
+    [1] ∈ {107}
+    [2] ∈ {106}
+    [3] ∈ {108}
+    [4] ∈ {106}
+    [5] ∈ {0}
+  T2[0].x2 ∈ {1}
+    [0].y2 ∈ {2}
+    [0].[bits 48 to 63] ∈ {0}
+    [0].ptr ∈ {{ &PC[0] }}
+    [1].x2 ∈ {1}
+    [1].y2 ∈ {2}
+    {[1]{.ptr; .[bits 48 to 63]}; [2..49]} ∈ {0}
+  T[0] ∈ {1}
+   [1..9] ∈ {0}
+  U[0] ∈ {3}
+   [1] ∈ {4}
+  x ∈ {8}
+  y ∈ {40}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {8}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __retres
+[inout] Inputs for function main:
+          U[0..1]
diff --git a/tests/value/oracle_symblocs/init.1.err.oracle b/tests/value/oracle_symblocs/init.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/init.1.res.oracle b/tests/value/oracle_symblocs/init.1.res.oracle
new file mode 100644
index 00000000000..07e61cb7008
--- /dev/null
+++ b/tests/value/oracle_symblocs/init.1.res.oracle
@@ -0,0 +1,153 @@
+[value] warning: This option is deprecated. Use -val-initialization-padding-globals instead
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/init.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  S[0] ∈ {49}
+   [1] ∈ {50}
+   [2] ∈ {51}
+   [3] ∈ {52}
+   [4] ∈ {53}
+  v1 ∈ {0}
+  TS[0].x ∈ {1}
+    [0].y ∈ {3}
+    [0].name[0] ∈ {175304776}
+    {[0].name[1..9]; [1..28]} ∈ {0}
+  v2{.x2; .y2} ∈ {0}
+    .[bits 48 to 63] ∈ UNINITIALIZED
+    .ptr ∈ {0}
+  C ∈ {0}
+  PC[0] ∈ {108}
+    [1] ∈ {107}
+    [2] ∈ {106}
+    [3] ∈ {108}
+    [4] ∈ {106}
+    [5] ∈ {0}
+  T2[0].x2 ∈ {1}
+    [0].y2 ∈ {2}
+    [0].[bits 48 to 63] ∈ UNINITIALIZED
+    [0].ptr ∈ {{ &PC[0] }}
+    [1].x2 ∈ {1}
+    [1].y2 ∈ {2}
+    [1].[bits 48 to 63] ∈ UNINITIALIZED
+    {[1].ptr; [2]{.x2; .y2}} ∈ {0}
+    [2].[bits 48 to 63] ∈ UNINITIALIZED
+    {[2].ptr; [3]{.x2; .y2}} ∈ {0}
+    [3].[bits 48 to 63] ∈ UNINITIALIZED
+    {[3].ptr; [4]{.x2; .y2}} ∈ {0}
+    [4].[bits 48 to 63] ∈ UNINITIALIZED
+    {[4].ptr; [5]{.x2; .y2}} ∈ {0}
+    [5].[bits 48 to 63] ∈ UNINITIALIZED
+    {[5].ptr; [6]{.x2; .y2}} ∈ {0}
+    [6].[bits 48 to 63] ∈ UNINITIALIZED
+    {[6].ptr; [7]{.x2; .y2}} ∈ {0}
+    [7].[bits 48 to 63] ∈ UNINITIALIZED
+    {[7].ptr; [8]{.x2; .y2}} ∈ {0}
+    [8].[bits 48 to 63] ∈ UNINITIALIZED
+    {[8].ptr; [9]{.x2; .y2}} ∈ {0}
+    [9].[bits 48 to 63] ∈ UNINITIALIZED
+    {[9].ptr; [10]{.x2; .y2}} ∈ {0}
+    [10].[bits 48 to 63] ∈ UNINITIALIZED
+    {[10].ptr; [11]{.x2; .y2}} ∈ {0}
+    [11].[bits 48 to 63] ∈ UNINITIALIZED
+    {[11].ptr; [12]{.x2; .y2}} ∈ {0}
+    [12].[bits 48 to 63] ∈ UNINITIALIZED
+    {[12].ptr; [13]{.x2; .y2}} ∈ {0}
+    [13].[bits 48 to 63] ∈ UNINITIALIZED
+    {[13].ptr; [14]{.x2; .y2}} ∈ {0}
+    [14].[bits 48 to 63] ∈ UNINITIALIZED
+    {[14].ptr; [15]{.x2; .y2}} ∈ {0}
+    [15].[bits 48 to 63] ∈ UNINITIALIZED
+    {[15].ptr; [16]{.x2; .y2}} ∈ {0}
+    [16].[bits 48 to 63] ∈ UNINITIALIZED
+    {[16].ptr; [17]{.x2; .y2}} ∈ {0}
+    [17].[bits 48 to 63] ∈ UNINITIALIZED
+    {[17].ptr; [18]{.x2; .y2}} ∈ {0}
+    [18].[bits 48 to 63] ∈ UNINITIALIZED
+    {[18].ptr; [19]{.x2; .y2}} ∈ {0}
+    [19].[bits 48 to 63] ∈ UNINITIALIZED
+    {[19].ptr; [20]{.x2; .y2}} ∈ {0}
+    [20].[bits 48 to 63] ∈ UNINITIALIZED
+    {[20].ptr; [21]{.x2; .y2}} ∈ {0}
+    [21].[bits 48 to 63] ∈ UNINITIALIZED
+    {[21].ptr; [22]{.x2; .y2}} ∈ {0}
+    [22].[bits 48 to 63] ∈ UNINITIALIZED
+    {[22].ptr; [23]{.x2; .y2}} ∈ {0}
+    [23].[bits 48 to 63] ∈ UNINITIALIZED
+    {[23].ptr; [24]{.x2; .y2}} ∈ {0}
+    [24].[bits 48 to 63] ∈ UNINITIALIZED
+    {[24].ptr; [25]{.x2; .y2}} ∈ {0}
+    [25].[bits 48 to 63] ∈ UNINITIALIZED
+    {[25].ptr; [26]{.x2; .y2}} ∈ {0}
+    [26].[bits 48 to 63] ∈ UNINITIALIZED
+    {[26].ptr; [27]{.x2; .y2}} ∈ {0}
+    [27].[bits 48 to 63] ∈ UNINITIALIZED
+    {[27].ptr; [28]{.x2; .y2}} ∈ {0}
+    [28].[bits 48 to 63] ∈ UNINITIALIZED
+    {[28].ptr; [29]{.x2; .y2}} ∈ {0}
+    [29].[bits 48 to 63] ∈ UNINITIALIZED
+    {[29].ptr; [30]{.x2; .y2}} ∈ {0}
+    [30].[bits 48 to 63] ∈ UNINITIALIZED
+    {[30].ptr; [31]{.x2; .y2}} ∈ {0}
+    [31].[bits 48 to 63] ∈ UNINITIALIZED
+    {[31].ptr; [32]{.x2; .y2}} ∈ {0}
+    [32].[bits 48 to 63] ∈ UNINITIALIZED
+    {[32].ptr; [33]{.x2; .y2}} ∈ {0}
+    [33].[bits 48 to 63] ∈ UNINITIALIZED
+    {[33].ptr; [34]{.x2; .y2}} ∈ {0}
+    [34].[bits 48 to 63] ∈ UNINITIALIZED
+    {[34].ptr; [35]{.x2; .y2}} ∈ {0}
+    [35].[bits 48 to 63] ∈ UNINITIALIZED
+    {[35].ptr; [36]{.x2; .y2}} ∈ {0}
+    [36].[bits 48 to 63] ∈ UNINITIALIZED
+    {[36].ptr; [37]{.x2; .y2}} ∈ {0}
+    [37].[bits 48 to 63] ∈ UNINITIALIZED
+    {[37].ptr; [38]{.x2; .y2}} ∈ {0}
+    [38].[bits 48 to 63] ∈ UNINITIALIZED
+    {[38].ptr; [39]{.x2; .y2}} ∈ {0}
+    [39].[bits 48 to 63] ∈ UNINITIALIZED
+    {[39].ptr; [40]{.x2; .y2}} ∈ {0}
+    [40].[bits 48 to 63] ∈ UNINITIALIZED
+    {[40].ptr; [41]{.x2; .y2}} ∈ {0}
+    [41].[bits 48 to 63] ∈ UNINITIALIZED
+    {[41].ptr; [42]{.x2; .y2}} ∈ {0}
+    [42].[bits 48 to 63] ∈ UNINITIALIZED
+    {[42].ptr; [43]{.x2; .y2}} ∈ {0}
+    [43].[bits 48 to 63] ∈ UNINITIALIZED
+    {[43].ptr; [44]{.x2; .y2}} ∈ {0}
+    [44].[bits 48 to 63] ∈ UNINITIALIZED
+    {[44].ptr; [45]{.x2; .y2}} ∈ {0}
+    [45].[bits 48 to 63] ∈ UNINITIALIZED
+    {[45].ptr; [46]{.x2; .y2}} ∈ {0}
+    [46].[bits 48 to 63] ∈ UNINITIALIZED
+    {[46].ptr; [47]{.x2; .y2}} ∈ {0}
+    [47].[bits 48 to 63] ∈ UNINITIALIZED
+    {[47].ptr; [48]{.x2; .y2}} ∈ {0}
+    [48].[bits 48 to 63] ∈ UNINITIALIZED
+    {[48].ptr; [49]{.x2; .y2}} ∈ {0}
+    [49].[bits 48 to 63] ∈ UNINITIALIZED
+    [49].ptr ∈ {0}
+  T[0] ∈ {1}
+   [1..9] ∈ {0}
+  U[0] ∈ {3}
+   [1] ∈ {4}
+  x ∈ {8}
+  y ∈ {40}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {8}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __retres
+[inout] Inputs for function main:
+          U[0..1]
diff --git a/tests/value/oracle_symblocs/init_const_guard.err.oracle b/tests/value/oracle_symblocs/init_const_guard.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/init_const_guard.res.oracle b/tests/value/oracle_symblocs/init_const_guard.res.oracle
new file mode 100644
index 00000000000..0c0b1411d7c
--- /dev/null
+++ b/tests/value/oracle_symblocs/init_const_guard.res.oracle
@@ -0,0 +1,275 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/init_const_guard.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  q ∈ {{ &x }}
+  p ∈ {{ &x }}
+  v ∈ [--..--]
+tests/value/init_const_guard.i:14:[value] function f: postcondition 'Const' got status valid.
+tests/value/init_const_guard.i:15:[value] function f: postcondition 'Pointed_Valid' got status valid.
+tests/value/init_const_guard.i:16:[value] function f: postcondition 'Q_ReadOnly' got status valid.
+tests/value/init_const_guard.i:17:[value] function f: postcondition 'Q_NotWrite' got status valid.
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Post-condition 'Const'
+            by Value.
+[  Valid  ] Post-condition 'Pointed_Valid'
+            by Value.
+[  Valid  ] Post-condition 'Q_ReadOnly'
+            by Value.
+[  Valid  ] Post-condition 'Q_NotWrite'
+            by Value.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g'
+--------------------------------------------------------------------------------
+
+[  Dead   ] Assertion 'Read' (file tests/value/init_const_guard.i, line 32)
+            Locally valid, but unreachable.
+            By Value because:
+             - Unreachable program point (file tests/value/init_const_guard.i, line 32)
+[  Dead   ] Assertion 'Guard_against_Const' (file tests/value/init_const_guard.i, line 33)
+            Locally valid, but unreachable.
+            By Value because:
+             - Unreachable program point (file tests/value/init_const_guard.i, line 33)
+[Unreachable] Unreachable program point (file tests/value/init_const_guard.i, line 32)
+            by Value.
+[Unreachable] Unreachable program point (file tests/value/init_const_guard.i, line 33)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     5 Completely validated
+     2 Dead properties
+     2 Unreachable
+     9 Total
+--------------------------------------------------------------------------------
+[value] Analyzing a complete application starting at g
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  q ∈ {{ &x }}
+  p ∈ {{ &x }}
+  v ∈ [--..--]
+tests/value/init_const_guard.i:32:[value] assertion 'Read' got status valid.
+tests/value/init_const_guard.i:33:[value] assertion 'Guard_against_Const' got status valid.
+tests/value/init_const_guard.i:35:[value] warning: out of bounds write. assert \valid(p);
+tests/value/init_const_guard.i:35:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/init_const_guard.i:27:[value] function g: postcondition 'P_not_Const' got status valid.
+[value] Recording results for g
+[value] done for function g
+tests/value/init_const_guard.i:35:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  p ∈ {{ &x }}
+[from] Computing for function g
+[from] Done for function g
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function g:
+  x FROM v (and SELF)
+  p FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function g:
+          p
+[inout] Inputs for function g:
+          p; v
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f'
+--------------------------------------------------------------------------------
+
+[ Partial ] Default behavior
+            By Frama-C kernel, with pending:
+             - Post-condition 'Const'
+             - Post-condition 'Pointed_Valid'
+             - Post-condition 'Q_ReadOnly'
+             - Post-condition 'Q_NotWrite'
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Post-condition 'P_not_Const'
+            by Value.
+[  Valid  ] Assertion 'Read' (file tests/value/init_const_guard.i, line 32)
+            by Value.
+[  Valid  ] Assertion 'Guard_against_Const' (file tests/value/init_const_guard.i, line 33)
+            by Value.
+[  Alarm  ] Assertion 'Value,mem_access' (file tests/value/init_const_guard.i, line 35)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/init_const_guard.i, line 35)
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     4 Completely validated
+     1 Locally validated
+     1 Alarm emitted
+     6 Total
+--------------------------------------------------------------------------------
+[value] Analyzing an incomplete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ [--..--]
+  q ∈ {{ &x }}
+  p ∈ {{ NULL ; &S_p[0] }}
+  v ∈ [--..--]
+  S_p[0..1] ∈ [--..--]
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Post-condition 'Const'
+            by Value.
+[  Valid  ] Post-condition 'Pointed_Valid'
+            by Value.
+[  Valid  ] Post-condition 'Q_ReadOnly'
+            by Value.
+[  Valid  ] Post-condition 'Q_NotWrite'
+            by Value.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g'
+--------------------------------------------------------------------------------
+
+[  Dead   ] Assertion 'Read' (file tests/value/init_const_guard.i, line 32)
+            Locally valid, but unreachable.
+            By Value because:
+             - Unreachable program point (file tests/value/init_const_guard.i, line 32)
+[  Dead   ] Assertion 'Guard_against_Const' (file tests/value/init_const_guard.i, line 33)
+            Locally valid, but unreachable.
+            By Value because:
+             - Unreachable program point (file tests/value/init_const_guard.i, line 33)
+[ Partial ] Default behavior
+            By Frama-C kernel, with pending:
+             - Post-condition 'P_not_Const'
+[Unreachable] Unreachable program point (file tests/value/init_const_guard.i, line 32)
+            by Value.
+[Unreachable] Unreachable program point (file tests/value/init_const_guard.i, line 33)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     5 Completely validated
+     1 Locally validated
+     2 Dead properties
+     2 Unreachable
+    10 Total
+--------------------------------------------------------------------------------
+[value] Analyzing an incomplete application starting at g
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ [--..--]
+  q ∈ {{ &x }}
+  p ∈ {{ NULL ; &S_p[0] }}
+  v ∈ [--..--]
+  S_p[0..1] ∈ [--..--]
+tests/value/init_const_guard.i:35:[value] warning: out of bounds write. assert \valid(p);
+[value] Recording results for g
+[value] done for function g
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  p ∈ {{ &x }}
+[from] Computing for function g
+[from] Done for function g
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function g:
+  x FROM v (and SELF)
+  p FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function g:
+          p
+[inout] Inputs for function g:
+          p; v
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f'
+--------------------------------------------------------------------------------
+
+[ Partial ] Default behavior
+            By Frama-C kernel, with pending:
+             - Post-condition 'Const'
+             - Post-condition 'Pointed_Valid'
+             - Post-condition 'Q_ReadOnly'
+             - Post-condition 'Q_NotWrite'
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Post-condition 'P_not_Const'
+            by Value.
+[  Valid  ] Assertion 'Read' (file tests/value/init_const_guard.i, line 32)
+            by Value.
+[  Valid  ] Assertion 'Guard_against_Const' (file tests/value/init_const_guard.i, line 33)
+            by Value.
+[  Alarm  ] Assertion 'Value,mem_access' (file tests/value/init_const_guard.i, line 35)
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/init_const_guard.i, line 35)
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     4 Completely validated
+     1 Locally validated
+     1 Alarm emitted
+     6 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/initialized.err.oracle b/tests/value/oracle_symblocs/initialized.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/initialized.res.oracle b/tests/value/oracle_symblocs/initialized.res.oracle
new file mode 100644
index 00000000000..a5d79b83b8b
--- /dev/null
+++ b/tests/value/oracle_symblocs/initialized.res.oracle
@@ -0,0 +1,337 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/initialized.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Frama_C_entropy_source ∈ [--..--]
+  b1 ∈ [--..--]
+  b2 ∈ [--..--]
+  b3 ∈ [--..--]
+  b4 ∈ [--..--]
+  b5 ∈ [--..--]
+  b6 ∈ [--..--]
+  rand ∈ [--..--]
+  v1 ∈ {0}
+  i6 ∈ [--..--]
+[value] computing for function g1 <- main.
+        Called from tests/value/initialized.c:153.
+tests/value/initialized.c:19:[value] entering loop for the first time
+tests/value/initialized.c:21:[value] warning: assertion got status unknown.
+tests/value/initialized.c:22:[value] warning: assertion got status unknown.
+[value] computing for function Frama_C_interval <- g1 <- main.
+        Called from tests/value/initialized.c:24.
+[value] using specification for function Frama_C_interval
+share/libc/__fc_builtin.h:50:[value] function Frama_C_interval: precondition got status valid.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- g1 <- main.
+        Called from tests/value/initialized.c:25.
+[value] Done for function Frama_C_interval
+tests/value/initialized.c:26:[value] warning: assertion got status unknown.
+[value] computing for function Frama_C_interval <- g1 <- main.
+        Called from tests/value/initialized.c:28.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- g1 <- main.
+        Called from tests/value/initialized.c:29.
+[value] Done for function Frama_C_interval
+tests/value/initialized.c:30:[value] warning: assertion got status unknown.
+[value] computing for function Frama_C_interval <- g1 <- main.
+        Called from tests/value/initialized.c:32.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- g1 <- main.
+        Called from tests/value/initialized.c:33.
+[value] Done for function Frama_C_interval
+tests/value/initialized.c:34:[value] assertion got status valid.
+[value] computing for function Frama_C_interval <- g1 <- main.
+        Called from tests/value/initialized.c:36.
+[value] Done for function Frama_C_interval
+[value] computing for function Frama_C_interval <- g1 <- main.
+        Called from tests/value/initialized.c:37.
+[value] Done for function Frama_C_interval
+tests/value/initialized.c:38:[value] warning: assertion got status unknown.
+[value] Recording results for g1
+[value] Done for function g1
+[value] computing for function g2 <- main.
+        Called from tests/value/initialized.c:154.
+tests/value/initialized.c:50:[value] warning: signed overflow. assert -2147483648 ≤ (int)(&b4)+(int)(&b4);
+tests/value/initialized.c:50:[value] warning: signed overflow. assert (int)(&b4)+(int)(&b4) ≤ 2147483647;
+tests/value/initialized.c:50:[value] Assigning imprecise value to t[6].
+        The imprecision originates from Arithmetic {tests/value/initialized.c:50}
+tests/value/initialized.c:51:[value] Assigning imprecise value to t[7].
+        The imprecision originates from Arithmetic {tests/value/initialized.c:50}
+[value] DUMPING STATE of file tests/value/initialized.c line 63
+        Frama_C_entropy_source ∈ [--..--]
+        b1 ∈ [--..--]
+        b2 ∈ [--..--]
+        b3 ∈ [--..--]
+        b4 ∈ [--..--]
+        b5 ∈ [--..--]
+        b6 ∈ [--..--]
+        rand ∈ [--..--]
+        t[0..1] ∈ {0x11223344} or UNINITIALIZED
+         [2..3] ∈ {0x55667788} or UNINITIALIZED
+         [4..5] ∈ {0x12345678; 0x23456789} or UNINITIALIZED
+         [6..7] ∈
+         {{ garbled mix of &{b4}
+          (origin: Arithmetic {tests/value/initialized.c:50}) }} or UNINITIALIZED
+         [8..9] ∈ {1; 2} or UNINITIALIZED
+         [10][bits 0 to 23] ∈ {0} or UNINITIALIZED
+         {[10][bits 24 to 31]#; [11][bits 0 to 23]#} ∈
+         {0x11111111} or UNINITIALIZED
+         {[11][bits 24 to 31]; [12][bits 0 to 23]} ∈ {0} or UNINITIALIZED
+         {[12][bits 24 to 31]#; [13][bits 0 to 23]#} ∈
+         {0x11111111; 0x22222222} or UNINITIALIZED
+         [13][bits 24 to 31] ∈ {0} or UNINITIALIZED
+        p_0 ∈ UNINITIALIZED
+        v1 ∈ {0}
+        i6 ∈ [--..--]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/initialized.c:66:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/initialized.c line 68
+        Frama_C_entropy_source ∈ [--..--]
+        b1 ∈ [--..--]
+        b2 ∈ [--..--]
+        b3 ∈ [--..--]
+        b4 ∈ [--..--]
+        b5 ∈ [--..--]
+        b6 ∈ [--..--]
+        rand ∈ [--..--]
+        t{[0]; [1][bits 0 to 23]#} ∈
+         {0x11223344} or UNINITIALIZED repeated %32, bits 0 to 55 
+         [1][bits 24 to 31]# ∈ {0x11223344}%32, bits 24 to 31 
+         [2][bits 0 to 23]# ∈ {0x55667788}%32, bits 0 to 23 
+         [bits 88 to 127]# ∈
+         {0x55667788} or UNINITIALIZED repeated %32, bits 24 to 63 
+         [4..5] ∈ {0x12345678; 0x23456789} or UNINITIALIZED
+         [6..7] ∈
+         {{ garbled mix of &{b4}
+          (origin: Arithmetic {tests/value/initialized.c:50}) }} or UNINITIALIZED
+         [8..9] ∈ {1; 2} or UNINITIALIZED
+         [10][bits 0 to 23] ∈ {0} or UNINITIALIZED
+         {[10][bits 24 to 31]#; [11][bits 0 to 23]#} ∈
+         {0x11111111} or UNINITIALIZED
+         {[11][bits 24 to 31]; [12][bits 0 to 23]} ∈ {0} or UNINITIALIZED
+         {[12][bits 24 to 31]#; [13][bits 0 to 23]#} ∈
+         {0x11111111; 0x22222222} or UNINITIALIZED
+         [13][bits 24 to 31] ∈ {0} or UNINITIALIZED
+        p_0 ∈ {{ &t + {7} }}
+        v1 ∈ {0}
+        i6 ∈ [--..--]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Called Frama_C_show_each([bits 0 to 7]# ∈ {0x11223344}%32, bits 24 to 31 
+                                 [bits 8 to 31]# ∈ {0x55667788}%32, bits 0 to 23 
+                                 This amounts to: {0x66778811})
+tests/value/initialized.c:72:[value] warning: assertion got status unknown.
+tests/value/initialized.c:74:[value] warning: assertion got status unknown.
+tests/value/initialized.c:76:[value] warning: assertion got status unknown.
+tests/value/initialized.c:78:[value] warning: assertion got status unknown.
+tests/value/initialized.c:80:[value] warning: assertion got status unknown.
+[value] Recording results for g2
+[value] Done for function g2
+[value] computing for function g3 <- main.
+        Called from tests/value/initialized.c:155.
+tests/value/initialized.c:89:[value] warning: assertion got status unknown.
+tests/value/initialized.c:93:[value] warning: accessing uninitialized left-value. assert \initialized(&r2);
+tests/value/initialized.c:96:[value] warning: accessing uninitialized left-value. assert \initialized(&x3);
+[value] computing for function f <- g3 <- main.
+        Called from tests/value/initialized.c:98.
+tests/value/initialized.c:11:[value] entering loop for the first time
+tests/value/initialized.c:8:[value] warning: function f: postcondition got status unknown.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- g3 <- main.
+        Called from tests/value/initialized.c:99.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for g3
+[value] Done for function g3
+[value] computing for function g4 <- main.
+        Called from tests/value/initialized.c:156.
+tests/value/initialized.c:104:[value] warning: accessing uninitialized left-value. assert \initialized(&y);
+[value] Recording results for g4
+[value] Done for function g4
+[value] computing for function g5 <- main.
+        Called from tests/value/initialized.c:157.
+[value] computing for function wrong_assigns <- g5 <- main.
+        Called from tests/value/initialized.c:127.
+[value] using specification for function wrong_assigns
+tests/value/initialized.c:114:[value] warning: function wrong_assigns: this postcondition evaluates to false in this
+                 context. If it is valid, either a precondition was not verified for this
+                 call, or some assigns/from clauses are incomplete (or incorrect).
+[value] Done for function wrong_assigns
+tests/value/initialized.c:130:[value] assertion got status valid.
+tests/value/initialized.c:131:[value] assertion got status valid.
+tests/value/initialized.c:133:[value] warning: assertion got status unknown.
+[value] Recording results for g5
+[value] Done for function g5
+[value] computing for function g6 <- main.
+        Called from tests/value/initialized.c:158.
+tests/value/initialized.c:143:[value] warning: assertion got status unknown.
+tests/value/initialized.c:144:[value] warning: assertion got status unknown.
+tests/value/initialized.c:145:[value] warning: assertion got status unknown.
+tests/value/initialized.c:146:[value] assertion got status valid.
+tests/value/initialized.c:147:[value] warning: assertion got status unknown.
+tests/value/initialized.c:148:[value] assertion got status valid.
+[value] Recording results for g6
+[value] Done for function g6
+[value] Recording results for main
+[value] done for function main
+tests/value/initialized.c:93:[value] assertion 'Value,initialisation' got final status invalid.
+tests/value/initialized.c:104:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  t1[0] ∈ UNINITIALIZED
+    [1..2] ∈ {1; 2} or UNINITIALIZED
+    [3..4] ∈ UNINITIALIZED
+  t2[0] ∈ UNINITIALIZED
+    [1..248] ∈ [1..248] or UNINITIALIZED
+    [249] ∈ UNINITIALIZED
+[value:final-states] Values at end of function g1:
+  Frama_C_entropy_source ∈ [--..--]
+  t1[0..19] ∈ {1}
+  t2[0..3] ∈ {2} or UNINITIALIZED
+    [4..19] ∈ {2}
+  t3[0..5] ∈ {3} or UNINITIALIZED
+    [6..12] ∈ {3}
+    [13..19] ∈ {3} or UNINITIALIZED
+  t4[0..6] ∈ {4} or UNINITIALIZED
+    [7] ∈ {4}
+    [8..19] ∈ {4} or UNINITIALIZED
+  t5[0..19] ∈ {5} or UNINITIALIZED
+  t6[0..19] ∈ {6} or UNINITIALIZED
+  i ∈ {7; 8; 9}
+  j ∈ {4; 5; 6; 7}
+[value:final-states] Values at end of function g2:
+  t{[0]; [1][bits 0 to 23]#} ∈
+   {0x11223344} or UNINITIALIZED repeated %32, bits 0 to 55 
+   [1][bits 24 to 31]# ∈ {0x11223344}%32, bits 24 to 31 
+   [2][bits 0 to 23]# ∈ {0x55667788}%32, bits 0 to 23 
+   [bits 88 to 119]# ∈
+   {0x55667788} or UNINITIALIZED repeated %32, bits 24 to 55 
+   [3][bits 24 to 31]# ∈ {0x55667788}%32, bits 24 to 31 
+   [4..5] ∈ {0x12345678; 0x23456789} or UNINITIALIZED
+   [6][bits 0 to 23] ∈
+   {{ garbled mix of &{b4}
+    (origin: Arithmetic {tests/value/initialized.c:50}) }}
+   {[6][bits 24 to 31]; [7]} ∈
+   {{ garbled mix of &{b4}
+    (origin: Arithmetic {tests/value/initialized.c:50}) }} or UNINITIALIZED
+   [8] ∈ {1; 2} or UNINITIALIZED
+   [9] ∈ {1; 2}
+   [10][bits 0 to 23] ∈ {0} or UNINITIALIZED
+   [10][bits 24 to 31]# ∈ {0x11111111} or UNINITIALIZED%32, bits 0 to 7 
+   [11][bits 0 to 23]# ∈ {0x11111111}%32, bits 8 to 31 
+   [11][bits 24 to 31] ∈ {0}
+   [12][bits 0 to 23] ∈ {0} or UNINITIALIZED
+   {[12][bits 24 to 31]#; [13][bits 0 to 23]#} ∈
+   {0x11111111; 0x22222222} or UNINITIALIZED
+   [13][bits 24 to 31] ∈ {0}
+  p_0 ∈ {{ &t + {7} }}
+[value:final-states] Values at end of function g3:
+  r1 ∈ {2}
+  x1 ∈ {1}
+  x2 ∈ UNINITIALIZED
+  x3 ∈ {1}
+  r3 ∈ {2}
+  t1[0] ∈ UNINITIALIZED
+    [1..2] ∈ {1; 2}
+    [3..4] ∈ UNINITIALIZED
+  t2[0] ∈ UNINITIALIZED
+    [1..248] ∈ [1..248]
+    [249] ∈ UNINITIALIZED
+[value:final-states] Values at end of function g4:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function g6:
+  i6 ∈ UNINITIALIZED
+[value:final-states] Values at end of function g5:
+  v ∈ UNINITIALIZED
+  p ∈ {{ &v1 ; &v2 }}
+[value:final-states] Values at end of function main:
+  Frama_C_entropy_source ∈ [--..--]
+  i6 ∈ UNINITIALIZED
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g1
+[from] Computing for function Frama_C_interval <-g1
+[from] Done for function Frama_C_interval
+[from] Done for function g1
+[from] Computing for function g2
+[from] Computing for function Frama_C_dump_each <-g2
+[from] Done for function Frama_C_dump_each
+[from] Done for function g2
+[from] Computing for function g3
+[from] Done for function g3
+[from] Computing for function g4
+[from] Non-terminating function g4 (no dependencies)
+[from] Done for function g4
+[from] Computing for function g6
+[from] Done for function g6
+[from] Computing for function g5
+[from] Computing for function wrong_assigns <-g5
+[from] Done for function wrong_assigns
+[from] Done for function g5
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function Frama_C_interval:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  \result FROM Frama_C_entropy_source; min; max
+[from] Function f:
+  t1[1..4] FROM m; t; n (and SELF)
+  t2[1..248] FROM m; t; n (and SELF)
+[from] Function g1:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+[from] Function g2:
+  NO EFFECTS
+[from] Function g3:
+  NO EFFECTS
+[from] Function g4:
+  NON TERMINATING - NO EFFECTS
+[from] Function g6:
+  i6 FROM rand (and SELF)
+[from] Function wrong_assigns:
+  v{.a; .b} FROM \nothing
+[from] Function g5:
+  NO EFFECTS
+[from] Function main:
+  Frama_C_entropy_source FROM Frama_C_entropy_source (and SELF)
+  i6 FROM rand (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          i; t1[1..4]; t2[1..248]
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g1:
+          Frama_C_entropy_source; t1[0..19]; t2[0..19]; t3[0..19]; t4[0..19];
+          t5[0..19]; t6[0..19]; i; j; i_0
+[inout] Inputs for function g1:
+          Frama_C_entropy_source; rand
+[inout] Out (internal) for function g2:
+          t[0..13]; p; p_0
+[inout] Inputs for function g2:
+          b4; b5
+[inout] Out (internal) for function g3:
+          r1; x1; x2; x3; r3; t1[1..2]; t2[1..248]
+[inout] Inputs for function g3:
+          b1; b2; b3; b6
+[inout] Out (internal) for function g4:
+          x
+[inout] Inputs for function g4:
+          \nothing
+[inout] Out (internal) for function g6:
+          i6
+[inout] Inputs for function g6:
+          rand
+[inout] Out (internal) for function g5:
+          v{.a; .b}; p; tmp
+[inout] Inputs for function g5:
+          rand
+[inout] Out (internal) for function main:
+          Frama_C_entropy_source; i6; __retres
+[inout] Inputs for function main:
+          Frama_C_entropy_source; b1; b2; b3; b4; b5; b6; rand
diff --git a/tests/value/oracle_symblocs/initialized_copy.0.err.oracle b/tests/value/oracle_symblocs/initialized_copy.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/initialized_copy.0.res.oracle b/tests/value/oracle_symblocs/initialized_copy.0.res.oracle
new file mode 100644
index 00000000000..12359e3a53a
--- /dev/null
+++ b/tests/value/oracle_symblocs/initialized_copy.0.res.oracle
@@ -0,0 +1,173 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/initialized_copy.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  w[0..9] ∈ {0}
+  v ∈ [--..--]
+tests/value/initialized_copy.i:29:[value] warning: accessing uninitialized left-value. assert \initialized(&b);
+tests/value/initialized_copy.i:37:[value] warning: accessing uninitialized left-value. assert \initialized(&b_0);
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 38
+        w[0..9] ∈ {0}
+        v ∈ [--..--]
+        b_0 ∈ {1}
+        a_0 ∈ {1}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/initialized_copy.i:47:[value] warning: accessing uninitialized left-value. assert \initialized(&c);
+tests/value/initialized_copy.i:64:[value] warning: accessing uninitialized left-value. assert \initialized(&c_0);
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 65
+        w[0..9] ∈ {0}
+        v ∈ [--..--]
+        c_0 ∈ {67305985}
+        p_0 ∈ {{ &c_0 + {3} }}
+        a_2 ∈ {67305985}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Called Frama_C_show_each(.c ∈ {1}
+                                 .[bits 8 to 31] ∈ UNINITIALIZED
+                                 .i ∈ {5})
+[value] Called Frama_C_show_each({{  }})
+[value] Called Frama_C_show_each(.i1 ∈ {1}
+                                 .i2 ∈ UNINITIALIZED)
+tests/value/initialized_copy.i:90:[value] warning: assertion got status unknown.
+tests/value/initialized_copy.i:92:[value] warning: accessing uninitialized left-value. assert \initialized(&v_0[i]);
+tests/value/initialized_copy.i:98:[value] warning: assertion got status unknown.
+tests/value/initialized_copy.i:101:[value] warning: accessing uninitialized left-value. assert \initialized(&v_1[i_0]);
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 102
+        w[0..9] ∈ {0}
+        v ∈ [--..--]
+        i_0 ∈ [0..9]
+        t_0[0..9] ∈ {1} or UNINITIALIZED
+        v_1[0] ∈ UNINITIALIZED
+           [1] ∈ {1}
+           [2..9] ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/initialized_copy.i:108:[value] warning: assertion got status unknown.
+tests/value/initialized_copy.i:111:[value] warning: accessing uninitialized left-value. assert \initialized(&v_2[i_1]);
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 112
+        w[0..9] ∈ {0; 12}
+        v ∈ [--..--]
+        i_1 ∈ [0..9]
+        v_2[0] ∈ UNINITIALIZED
+           [1] ∈ {12}
+           [2..9] ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/initialized_copy.i:117:[value] warning: accessing uninitialized left-value. assert \initialized(&a_3);
+tests/value/initialized_copy.i:124:[value] warning: accessing uninitialized left-value. assert \initialized(&a_4);
+tests/value/initialized_copy.i:129:[value] warning: accessing uninitialized left-value. assert \initialized(&a_5);
+tests/value/initialized_copy.i:135:[value] warning: accessing uninitialized left-value. assert \initialized(&a_6);
+tests/value/initialized_copy.i:143:[value] warning: accessing uninitialized left-value. assert \initialized(&a_7);
+[value] computing for function f <- main.
+        Called from tests/value/initialized_copy.i:143.
+[value] Recording results for f
+[value] Done for function f
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 144
+        w[0..9] ∈ {0; 12}
+        v ∈ [--..--]
+        a_7 ∈ {1}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/initialized_copy.i:151:[value] warning: accessing uninitialized left-value. assert \initialized(&a_8);
+[value] computing for function g <- main.
+        Called from tests/value/initialized_copy.i:151.
+tests/value/initialized_copy.i:151:[kernel] warning: Neither code nor specification for function g, generating default assigns from the prototype
+[value] using specification for function g
+[value] Done for function g
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 152
+        w[0..9] ∈ {0; 12}
+        v ∈ [--..--]
+        a_8 ∈ {1}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+tests/value/initialized_copy.i:29:[value] assertion 'Value,initialisation' got final status invalid.
+tests/value/initialized_copy.i:47:[value] assertion 'Value,initialisation' got final status invalid.
+tests/value/initialized_copy.i:92:[value] assertion 'Value,initialisation' got final status invalid.
+tests/value/initialized_copy.i:117:[value] assertion 'Value,initialisation' got final status invalid.
+tests/value/initialized_copy.i:129:[value] assertion 'Value,initialisation' got final status invalid.
+tests/value/initialized_copy.i:135:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  
+[value:final-states] Values at end of function main:
+  w[0..9] ∈ {0; 12}
+  __retres ∈ {0; 8}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Computing for function g <-main
+[from] Done for function g
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  NO EFFECTS
+[from] Function g:
+  NO EFFECTS
+[from] Function main:
+  w[0..9] FROM v (and SELF)
+  \result FROM v
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          w[0..9]; a; b_0; a_0; c[bits 0 to 7]; p; a_1; c_0; p_0; a_2; s1{.c; .i};
+          s2; sv1; sv1_0; sv2_0.i1; i; t[0..9]; i_0; t_0[0..9]; v_1[1]; i_1; 
+          v_2[1]; a_4; a_7; a_8; __retres
+[inout] Inputs for function main:
+          v
+[value] Analyzing a complete application starting at main2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  w[0..9] ∈ {0}
+  v ∈ [--..--]
+tests/value/initialized_copy.i:160:[value] warning: accessing uninitialized left-value. assert \initialized(&x);
+[value] Recording results for main2
+[value] done for function main2
+tests/value/initialized_copy.i:160:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2:
+  
+[from] Computing for function main2
+[from] Done for function main2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2:
+          \nothing
+[inout] Inputs for function main2:
+          \nothing
+[value] Analyzing a complete application starting at main2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  w[0..9] ∈ {0}
+  v ∈ [--..--]
+[value] Recording results for main2
+[value] done for function main2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2:
+  
+[from] Computing for function main2
+[from] Done for function main2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2:
+          \nothing
+[inout] Inputs for function main2:
+          \nothing
diff --git a/tests/value/oracle_symblocs/initialized_copy.1.err.oracle b/tests/value/oracle_symblocs/initialized_copy.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/initialized_copy.1.res.oracle b/tests/value/oracle_symblocs/initialized_copy.1.res.oracle
new file mode 100644
index 00000000000..2cf64afb009
--- /dev/null
+++ b/tests/value/oracle_symblocs/initialized_copy.1.res.oracle
@@ -0,0 +1,125 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/initialized_copy.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  w[0..9] ∈ {0}
+  v ∈ [--..--]
+[value] Called Frama_C_show_each_unreached()
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 38
+        w[0..9] ∈ {0}
+        v ∈ [--..--]
+        b_0 ∈ {1} or UNINITIALIZED
+        a_0 ∈ {1} or UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Called Frama_C_show_each_unreached()
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 65
+        w[0..9] ∈ {0}
+        v ∈ [--..--]
+        c_0[bits 0 to 7] ∈ {1} or UNINITIALIZED
+           [bits 8 to 15] ∈ {2}
+           [bits 16 to 23] ∈ {3}
+           [bits 24 to 31] ∈ {4}
+        p_0 ∈ {{ &c_0 + {3} }}
+        a_2[bits 0 to 7] ∈ {1} or UNINITIALIZED
+           [bits 8 to 15] ∈ {2}
+           [bits 16 to 23] ∈ {3}
+           [bits 24 to 31] ∈ {4}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Called Frama_C_show_each(.c ∈ {1}
+                                 .[bits 8 to 31] ∈ UNINITIALIZED
+                                 .i ∈ {5})
+[value] Called Frama_C_show_each({{  }})
+[value] Called Frama_C_show_each(.i1 ∈ {1}
+                                 .i2 ∈ UNINITIALIZED)
+tests/value/initialized_copy.i:90:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each_unreached()
+tests/value/initialized_copy.i:98:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 102
+        w[0..9] ∈ {0}
+        v ∈ [--..--]
+        i_0 ∈ [0..9]
+        t_0[0..9] ∈ {1} or UNINITIALIZED
+        v_1[0] ∈ UNINITIALIZED
+           [1] ∈ {1}
+           [2..9] ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/initialized_copy.i:108:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 112
+        w[0..9] ∈ {0; 12} or UNINITIALIZED
+        v ∈ [--..--]
+        i_1 ∈ [0..9]
+        v_2[0] ∈ UNINITIALIZED
+           [1] ∈ {12}
+           [2..9] ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function f <- main.
+        Called from tests/value/initialized_copy.i:129.
+[value] Recording results for f
+[value] Done for function f
+[value] Called Frama_C_show_each_unreached()
+tests/value/initialized_copy.i:135:[value] warning: accessing uninitialized left-value. assert \initialized(&a_6);
+[value] computing for function f <- main.
+        Called from tests/value/initialized_copy.i:143.
+[value] Recording results for f
+[value] Done for function f
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 144
+        w[0..9] ∈ {0; 12} or UNINITIALIZED
+        v ∈ [--..--]
+        a_7 ∈ {1} or UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/initialized_copy.i:151:[value] warning: accessing uninitialized left-value. assert \initialized(&a_8);
+[value] computing for function g <- main.
+        Called from tests/value/initialized_copy.i:151.
+tests/value/initialized_copy.i:151:[kernel] warning: Neither code nor specification for function g, generating default assigns from the prototype
+[value] using specification for function g
+[value] Done for function g
+[value] DUMPING STATE of file tests/value/initialized_copy.i line 152
+        w[0..9] ∈ {0; 12} or UNINITIALIZED
+        v ∈ [--..--]
+        a_8 ∈ {1}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+tests/value/initialized_copy.i:135:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  
+[value:final-states] Values at end of function main:
+  w[0..9] ∈ {0; 12} or UNINITIALIZED
+  __retres ∈ {0; 8} or UNINITIALIZED
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Computing for function g <-main
+[from] Done for function g
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  NO EFFECTS
+[from] Function g:
+  NO EFFECTS
+[from] Function main:
+  w[0..9] FROM v (and SELF)
+  \result FROM v
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          w[0..9]; a; b_0; a_0; c[bits 0 to 7]; p; a_1; c_0; p_0; a_2; s1{.c; .i};
+          s2; sv1; sv1_0; sv2_0.i1; i; t[0..9]; i_0; t_0[0..9]; v_1[1]; i_1; 
+          v_2[1]; a_4; a_7; a_8; __retres
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/inout.0.err.oracle b/tests/value/oracle_symblocs/inout.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/inout.0.res.oracle b/tests/value/oracle_symblocs/inout.0.res.oracle
new file mode 100644
index 00000000000..d852038d744
--- /dev/null
+++ b/tests/value/oracle_symblocs/inout.0.res.oracle
@@ -0,0 +1,47 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/inout.i (no preprocessing)
+[value] Analyzing a complete application starting at inout_11_0
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Xt ∈ {0}
+  Xs ∈ {0}
+  Xs_I ∈ {0}
+  Ys ∈ {0}
+  Ys_I ∈ {0}
+  Z ∈ {0}
+  I ∈ {0}
+  I_size ∈ {8}
+  Itab[0] ∈ {-40}
+      [1] ∈ {-25}
+      [2] ∈ {-15}
+      [3] ∈ {-5}
+      [4] ∈ {5}
+      [5] ∈ {15}
+      [6] ∈ {25}
+      [7] ∈ {40}
+  I5_nt ∈ {0}
+tests/value/inout.i:16:[value] warning: signed overflow. assert -2147483648 ≤ i1+i2;
+tests/value/inout.i:16:[value] warning: signed overflow. assert i1+i2 ≤ 2147483647;
+tests/value/inout.i:18:[value] warning: out of bounds write. assert \valid(i);
+[value] Recording results for inout_11_0
+[value] done for function inout_11_0
+[from] Computing for function inout_11_0
+[from] Done for function inout_11_0
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function inout_11_0:
+  Xt FROM I
+  Xs FROM i1
+  Xs_I FROM Xs_I
+  Ys FROM i1; i2
+  Z FROM i
+  S_i[0] FROM i
+[from] ====== END OF DEPENDENCIES ======
+[inout] InOut (internal) for function inout_11_0:
+        Operational inputs:
+          Xs_I; I; i1; i2; i
+        Operational inputs on termination:
+          Xs_I; I; i1; i2; i
+        Sure outputs:
+          Xt; Xs; Xs_I; Ys; Z; S_i[0]
diff --git a/tests/value/oracle_symblocs/inout.1.err.oracle b/tests/value/oracle_symblocs/inout.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/inout.1.res.oracle b/tests/value/oracle_symblocs/inout.1.res.oracle
new file mode 100644
index 00000000000..6d631b1f6ee
--- /dev/null
+++ b/tests/value/oracle_symblocs/inout.1.res.oracle
@@ -0,0 +1,42 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/inout.i (no preprocessing)
+[value] Analyzing a complete application starting at inout_11_3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Xt ∈ {0}
+  Xs ∈ {0}
+  Xs_I ∈ {0}
+  Ys ∈ {0}
+  Ys_I ∈ {0}
+  Z ∈ {0}
+  I ∈ {0}
+  I_size ∈ {8}
+  Itab[0] ∈ {-40}
+      [1] ∈ {-25}
+      [2] ∈ {-15}
+      [3] ∈ {-5}
+      [4] ∈ {5}
+      [5] ∈ {15}
+      [6] ∈ {25}
+      [7] ∈ {40}
+  I5_nt ∈ {0}
+tests/value/inout.i:37:[value] entering loop for the first time
+[value] Recording results for inout_11_3
+[value] done for function inout_11_3
+[from] Computing for function inout_11_3
+[from] Done for function inout_11_3
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function inout_11_3:
+  Xs FROM i1
+  Z FROM I_size; Itab{[0]; [7]}; i2 (and SELF)
+  \result FROM I_size; Itab[0..7]; i2
+[from] ====== END OF DEPENDENCIES ======
+[inout] InOut (internal) for function inout_11_3:
+        Operational inputs:
+          I_size; Itab[0..7]; i1; i2; r
+        Operational inputs on termination:
+          I_size; Itab[0..7]; i1; i2; r
+        Sure outputs:
+          Xs; es
diff --git a/tests/value/oracle_symblocs/inout.2.err.oracle b/tests/value/oracle_symblocs/inout.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/inout.2.res.oracle b/tests/value/oracle_symblocs/inout.2.res.oracle
new file mode 100644
index 00000000000..b7e7bad5f99
--- /dev/null
+++ b/tests/value/oracle_symblocs/inout.2.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/inout.i (no preprocessing)
+[value] Analyzing a complete application starting at never_terminate
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Xt ∈ {0}
+  Xs ∈ {0}
+  Xs_I ∈ {0}
+  Ys ∈ {0}
+  Ys_I ∈ {0}
+  Z ∈ {0}
+  I ∈ {0}
+  I_size ∈ {8}
+  Itab[0] ∈ {-40}
+      [1] ∈ {-25}
+      [2] ∈ {-15}
+      [3] ∈ {-5}
+      [4] ∈ {5}
+      [5] ∈ {15}
+      [6] ∈ {25}
+      [7] ∈ {40}
+  I5_nt ∈ {0}
+tests/value/inout.i:50:[value] entering loop for the first time
+[value] Recording results for never_terminate
+[value] done for function never_terminate
+[from] Computing for function never_terminate
+[from] Non-terminating function never_terminate (no dependencies)
+[from] Done for function never_terminate
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function never_terminate:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] InOut (internal) for function never_terminate:
+        Operational inputs:
+          i1_nt; i2_nt; i3_nt
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          ANYTHING(origin:Unknown)
diff --git a/tests/value/oracle_symblocs/inout.3.err.oracle b/tests/value/oracle_symblocs/inout.3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/inout.3.res.oracle b/tests/value/oracle_symblocs/inout.3.res.oracle
new file mode 100644
index 00000000000..5497c9df295
--- /dev/null
+++ b/tests/value/oracle_symblocs/inout.3.res.oracle
@@ -0,0 +1,40 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/inout.i (no preprocessing)
+[value] Analyzing a complete application starting at may_not_terminate
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Xt ∈ {0}
+  Xs ∈ {0}
+  Xs_I ∈ {0}
+  Ys ∈ {0}
+  Ys_I ∈ {0}
+  Z ∈ {0}
+  I ∈ {0}
+  I_size ∈ {8}
+  Itab[0] ∈ {-40}
+      [1] ∈ {-25}
+      [2] ∈ {-15}
+      [3] ∈ {-5}
+      [4] ∈ {5}
+      [5] ∈ {15}
+      [6] ∈ {25}
+      [7] ∈ {40}
+  I5_nt ∈ {0}
+tests/value/inout.i:60:[value] entering loop for the first time
+[value] Recording results for may_not_terminate
+[value] done for function may_not_terminate
+[from] Computing for function may_not_terminate
+[from] Done for function may_not_terminate
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function may_not_terminate:
+  Xs FROM i3
+[from] ====== END OF DEPENDENCIES ======
+[inout] InOut (internal) for function may_not_terminate:
+        Operational inputs:
+          I5_nt; i1; i2; i3; i4; i5_nt
+        Operational inputs on termination:
+          i1; i2; i3; i4
+        Sure outputs:
+          Xs; es
diff --git a/tests/value/oracle_symblocs/inout.4.err.oracle b/tests/value/oracle_symblocs/inout.4.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/inout.4.res.oracle b/tests/value/oracle_symblocs/inout.4.res.oracle
new file mode 100644
index 00000000000..27dd3450b41
--- /dev/null
+++ b/tests/value/oracle_symblocs/inout.4.res.oracle
@@ -0,0 +1,55 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/inout.i (no preprocessing)
+[value] Analyzing a complete application starting at call_may_not_terminate
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Xt ∈ {0}
+  Xs ∈ {0}
+  Xs_I ∈ {0}
+  Ys ∈ {0}
+  Ys_I ∈ {0}
+  Z ∈ {0}
+  I ∈ {0}
+  I_size ∈ {8}
+  Itab[0] ∈ {-40}
+      [1] ∈ {-25}
+      [2] ∈ {-15}
+      [3] ∈ {-5}
+      [4] ∈ {5}
+      [5] ∈ {15}
+      [6] ∈ {25}
+      [7] ∈ {40}
+  I5_nt ∈ {0}
+[value] computing for function may_not_terminate <- call_may_not_terminate.
+        Called from tests/value/inout.i:68.
+tests/value/inout.i:60:[value] entering loop for the first time
+[value] Recording results for may_not_terminate
+[value] Done for function may_not_terminate
+[value] Recording results for call_may_not_terminate
+[value] done for function call_may_not_terminate
+[from] Computing for function may_not_terminate
+[from] Done for function may_not_terminate
+[from] Computing for function call_may_not_terminate
+[from] Done for function call_may_not_terminate
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function may_not_terminate:
+  Xs FROM i3
+[from] Function call_may_not_terminate:
+  Xs FROM j3
+[from] ====== END OF DEPENDENCIES ======
+[inout] InOut (internal) for function may_not_terminate:
+        Operational inputs:
+          I5_nt; i1; i2; i3; i4; i5_nt
+        Operational inputs on termination:
+          i1; i2; i3; i4
+        Sure outputs:
+          Xs; es
+[inout] InOut (internal) for function call_may_not_terminate:
+        Operational inputs:
+          I5_nt; j1; j2; j3; j4; j5; c1; c2
+        Operational inputs on termination:
+          j1; j2; j3; j4; j5; c1; c2
+        Sure outputs:
+          Xs
diff --git a/tests/value/oracle_symblocs/inout_diff.err.oracle b/tests/value/oracle_symblocs/inout_diff.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/inout_diff.res.oracle b/tests/value/oracle_symblocs/inout_diff.res.oracle
new file mode 100644
index 00000000000..d4b5a5814c0
--- /dev/null
+++ b/tests/value/oracle_symblocs/inout_diff.res.oracle
@@ -0,0 +1,95 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/inout_diff.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..49] ∈ {0}
+  u[0..49] ∈ {0}
+  x ∈ {0}
+tests/value/inout_diff.i:11:[value] entering loop for the first time
+tests/value/inout_diff.i:18:[value] warning: accessing out of bounds index. assert c < 50;
+tests/value/inout_diff.i:20:[value] warning: accessing out of bounds index. assert (int)(c+1) < 50;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0..1] ∈ {1}
+   [2..4] ∈ {0}
+   [5..6] ∈ {1}
+   [7..9] ∈ {0}
+   [10..11] ∈ {1}
+   [12..14] ∈ {0}
+   [15..16] ∈ {1}
+   [17..19] ∈ {0}
+   [20..21] ∈ {1}
+   [22..24] ∈ {0}
+   [25..26] ∈ {1}
+   [27..29] ∈ {0}
+   [30..31] ∈ {1}
+   [32..34] ∈ {0}
+   [35..36] ∈ {1}
+   [37..39] ∈ {0}
+   [40..41] ∈ {1}
+   [42..44] ∈ {0}
+   [45..46] ∈ {1}
+   [47..49] ∈ {0}
+  u[0] ∈ {1}
+   [1..4] ∈ {0}
+   [5] ∈ {1}
+   [6..9] ∈ {0}
+   [10] ∈ {1}
+   [11..14] ∈ {0}
+   [15] ∈ {1}
+   [16..19] ∈ {0}
+   [20] ∈ {1}
+   [21..24] ∈ {0}
+   [25] ∈ {1}
+   [26..29] ∈ {0}
+   [30] ∈ {1}
+   [31..34] ∈ {0}
+   [35] ∈ {1}
+   [36..39] ∈ {0}
+   [40] ∈ {1}
+   [41..44] ∈ {0}
+   [45] ∈ {1}
+   [46..49] ∈ {0}
+  x ∈ {0; 1; 2; 3}
+  c ∈ {0; 7; 14; 21; 28; 35; 42}
+  i ∈ {50}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t{[0..1]; [5..6]; [10..11]; [15..16]; [20..21]; [25..26]; [30..31];
+    [35..36]; [40..41]; [45..46]}
+   FROM \nothing
+  u{[0]; [5]; [10]; [15]; [20]; [25]; [30]; [35]; [40]; [45]} FROM \nothing
+  x FROM t{[7]; [14]; [28]; [42]; [49]};
+         u{[1]; [7..8]; [14]; [21..22]; [28..29]; [36]; [42..43]; [49]}; 
+         c
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t{[0..1]; [5..6]; [10..11]; [15..16]; [20..21]; [25..26]; [30..31];
+            [35..36]; [40..41]; [45..46]};
+          u{[0]; [5]; [10]; [15]; [20]; [25]; [30]; [35]; [40]; [45]}; x; c; 
+          i; __retres
+[inout] Inputs for function main:
+          t{[0]; [7]; [14]; [21]; [28]; [35]; [42]; [49]};
+          u{[0..1]; [7..8]; [14..15]; [21..22]; [28..29]; [35..36]; [42..43]; [49]};
+          x
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          t{[7]; [14]; [28]; [42]; [49]};
+          u{[1]; [7..8]; [14]; [21..22]; [28..29]; [36]; [42..43]; [49]}; c
+        Operational inputs on termination:
+          t{[7]; [14]; [28]; [42]; [49]};
+          u{[1]; [7..8]; [14]; [21..22]; [28..29]; [36]; [42..43]; [49]}; c
+        Sure outputs:
+          t{[0..1]; [5..6]; [10..11]; [15..16]; [20..21]; [25..26]; [30..31];
+            [35..36]; [40..41]; [45..46]};
+          u{[0]; [5]; [10]; [15]; [20]; [25]; [30]; [35]; [40]; [45]}; x; c; 
+          i; __retres
diff --git a/tests/value/oracle_symblocs/inout_formals.err.oracle b/tests/value/oracle_symblocs/inout_formals.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/inout_formals.res.oracle b/tests/value/oracle_symblocs/inout_formals.res.oracle
new file mode 100644
index 00000000000..7a480519876
--- /dev/null
+++ b/tests/value/oracle_symblocs/inout_formals.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/inout_formals.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+tests/value/inout_formals.i:7:[value] warning: out of bounds write. assert \valid(i);
+[value] Called Frama_C_show_each({{ &S_i }})
+[value] Recording results for main
+[value] done for function main
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          x; y; i
+        Operational inputs on termination:
+          x; y; i
+        Sure outputs:
+          S_i[0]
+[inout] InOut (with formals) for function main:
+        Operational inputs:
+          x; y; i
+        Operational inputs on termination:
+          x; y; i
+        Sure outputs:
+          S_i[0]
+[inout] Inputs (with formals) for function main:
+          x; y; i; S_i[0]
diff --git a/tests/value/oracle_symblocs/inout_on_alarms.err.oracle b/tests/value/oracle_symblocs/inout_on_alarms.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/inout_on_alarms.res.oracle b/tests/value/oracle_symblocs/inout_on_alarms.res.oracle
new file mode 100644
index 00000000000..9187855a2da
--- /dev/null
+++ b/tests/value/oracle_symblocs/inout_on_alarms.res.oracle
@@ -0,0 +1,114 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/inout_on_alarms.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  t[0..9] ∈ {0}
+  p ∈ {0}
+  S[0..9] ∈ {0}
+  c ∈ [--..--]
+[value] computing for function f <- main.
+        Called from tests/value/inout_on_alarms.i:37.
+tests/value/inout_on_alarms.i:17:[value] warning: accessing out of bounds index. assert p->i < 10;
+tests/value/inout_on_alarms.i:17:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/inout_on_alarms.i:40.
+tests/value/inout_on_alarms.i:21:[value] warning: accessing out of bounds index. assert i < 10;
+tests/value/inout_on_alarms.i:21:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function h <- main.
+        Called from tests/value/inout_on_alarms.i:44.
+tests/value/inout_on_alarms.i:26:[value] warning: accessing uninitialized left-value. assert \initialized(q);
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for main
+[value] done for function main
+tests/value/inout_on_alarms.i:17:[value] assertion 'Value,index_bound' got final status invalid.
+tests/value/inout_on_alarms.i:21:[value] assertion 'Value,index_bound' got final status invalid.
+tests/value/inout_on_alarms.i:26:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function g:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function h:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  i ∈ {12}
+  p ∈ {{ &S[8] }}
+  S[0..7] ∈ {0}
+   [8].i ∈ {12}
+   [9] ∈ {0}
+[from] Computing for function f
+[from] Non-terminating function f (no dependencies)
+[from] Done for function f
+[from] Computing for function g
+[from] Non-terminating function g (no dependencies)
+[from] Done for function g
+[from] Computing for function h
+[from] Non-terminating function h (no dependencies)
+[from] Done for function h
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  NON TERMINATING - NO EFFECTS
+[from] Function g:
+  NON TERMINATING - NO EFFECTS
+[from] Function h:
+  NON TERMINATING - NO EFFECTS
+[from] Function main:
+  i FROM \nothing
+  p FROM \nothing
+  S[8] FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          p; S[8]
+[inout] InOut (internal) for function f:
+        Operational inputs:
+          p; S[8]
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          ANYTHING(origin:Unknown)
+[inout] Out (internal) for function g:
+          \nothing
+[inout] Inputs for function g:
+          i
+[inout] InOut (internal) for function g:
+        Operational inputs:
+          i
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          ANYTHING(origin:Unknown)
+[inout] Out (internal) for function h:
+          \nothing
+[inout] Inputs for function h:
+          z
+[inout] InOut (internal) for function h:
+        Operational inputs:
+          q; z
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          ANYTHING(origin:Unknown)
+[inout] Out (internal) for function main:
+          i; p; S[8]
+[inout] Inputs for function main:
+          i; p; S[8]; c
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          c; z
+        Operational inputs on termination:
+          c
+        Sure outputs:
+          i; p; S[8]
diff --git a/tests/value/oracle_symblocs/inout_proto.err.oracle b/tests/value/oracle_symblocs/inout_proto.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/inout_proto.res.oracle b/tests/value/oracle_symblocs/inout_proto.res.oracle
new file mode 100644
index 00000000000..d2f4c94f41e
--- /dev/null
+++ b/tests/value/oracle_symblocs/inout_proto.res.oracle
@@ -0,0 +1,147 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/inout_proto.i (no preprocessing)
+[value] Analyzing a complete application starting at main_main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  t[0..9] ∈ {0}
+  u[0..19] ∈ {0}
+[value] computing for function main <- main_main.
+        Called from tests/value/inout_proto.i:54.
+[value] computing for function SendBuffer <- main <- main_main.
+        Called from tests/value/inout_proto.i:19.
+[value] using specification for function SendBuffer
+[value] Done for function SendBuffer
+[value] Recording results for main
+[value] Done for function main
+[value] computing for function main2 <- main_main.
+        Called from tests/value/inout_proto.i:55.
+[value] computing for function f <- main2 <- main_main.
+        Called from tests/value/inout_proto.i:46.
+[value] using specification for function f
+[value] Done for function f
+[value] computing for function g1 <- main2 <- main_main.
+        Called from tests/value/inout_proto.i:47.
+[value] computing for function g <- g1 <- main2 <- main_main.
+        Called from tests/value/inout_proto.i:34.
+[value] using specification for function g
+[value] Done for function g
+[value] Recording results for g1
+[value] Done for function g1
+[value] computing for function g2 <- main2 <- main_main.
+        Called from tests/value/inout_proto.i:48.
+[value] computing for function g <- g2 <- main2 <- main_main.
+        Called from tests/value/inout_proto.i:38.
+[value] Done for function g
+[value] Recording results for g2
+[value] Done for function g2
+[value] computing for function g3 <- main2 <- main_main.
+        Called from tests/value/inout_proto.i:50.
+[value] computing for function g <- g3 <- main2 <- main_main.
+        Called from tests/value/inout_proto.i:42.
+[value] Done for function g
+[value] Recording results for g3
+[value] Done for function g3
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main_main
+[value] done for function main_main
+[inout] InOut (internal) for function g1:
+        Operational inputs:
+          t[6..7]
+        Operational inputs on termination:
+          t[6..7]
+        Sure outputs:
+          t[3..5]
+[inout] InOut (with formals) for function g1:
+        Operational inputs:
+          t[6..7]
+        Operational inputs on termination:
+          t[6..7]
+        Sure outputs:
+          t[3..5]
+[inout] Inputs (with formals) for function g1:
+          t[6..7]
+[inout] InOut (internal) for function g2:
+        Operational inputs:
+          t[3..4]
+        Operational inputs on termination:
+          t[3..4]
+        Sure outputs:
+          t[0..2]
+[inout] InOut (with formals) for function g2:
+        Operational inputs:
+          t[3..4]
+        Operational inputs on termination:
+          t[3..4]
+        Sure outputs:
+          t[0..2]
+[inout] Inputs (with formals) for function g2:
+          t[3..4]
+[inout] InOut (internal) for function g3:
+        Operational inputs:
+          u[8..10]; p
+        Operational inputs on termination:
+          u[8..10]; p
+        Sure outputs:
+          \nothing
+[inout] InOut (with formals) for function g3:
+        Operational inputs:
+          u[8..10]; p
+        Operational inputs on termination:
+          u[8..10]; p
+        Sure outputs:
+          \nothing
+[inout] Inputs (with formals) for function g3:
+          u[8..10]; p
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          length; msg
+        Operational inputs on termination:
+          length; msg
+        Sure outputs:
+          ret
+[inout] InOut (with formals) for function main:
+        Operational inputs:
+          msg
+        Operational inputs on termination:
+          msg
+        Sure outputs:
+          \nothing
+[inout] Inputs (with formals) for function main:
+          msg
+[inout] InOut (internal) for function main2:
+        Operational inputs:
+          b; t[6..7]; u[8..10]; i
+        Operational inputs on termination:
+          b; t[6..7]; u[8..10]; i
+        Sure outputs:
+          a; c; t[0..5]
+[inout] InOut (with formals) for function main2:
+        Operational inputs:
+          b; t[6..7]; u[8..10]; i
+        Operational inputs on termination:
+          b; t[6..7]; u[8..10]; i
+        Sure outputs:
+          a; c; t[0..5]
+[inout] Inputs (with formals) for function main2:
+          b; t{[3..4]; [6..7]}; u[8..10]; i
+[inout] InOut (internal) for function main_main:
+        Operational inputs:
+          length; b; t[6..7]; u[8..10]; msg; i
+        Operational inputs on termination:
+          length; b; t[6..7]; u[8..10]; msg; i
+        Sure outputs:
+          a; c; t[0..5]
+[inout] InOut (with formals) for function main_main:
+        Operational inputs:
+          b; t[6..7]; u[8..10]; msg; i
+        Operational inputs on termination:
+          b; t[6..7]; u[8..10]; msg; i
+        Sure outputs:
+          a; c; t[0..5]
+[inout] Inputs (with formals) for function main_main:
+          b; t{[3..4]; [6..7]}; u[8..10]; msg; i
diff --git a/tests/value/oracle_symblocs/input.err.oracle b/tests/value/oracle_symblocs/input.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/input.res.oracle b/tests/value/oracle_symblocs/input.res.oracle
new file mode 100644
index 00000000000..791e9f8ea9c
--- /dev/null
+++ b/tests/value/oracle_symblocs/input.res.oracle
@@ -0,0 +1,34 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/input.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/input.i:7.
+tests/value/input.i:7:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] using specification for function f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+tests/value/input.i:7:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x
+[from] Function main:
+  \result FROM a
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          tmp
+[inout] Inputs for function main:
+          a; b
diff --git a/tests/value/oracle_symblocs/integers.err.oracle b/tests/value/oracle_symblocs/integers.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/integers.res.oracle b/tests/value/oracle_symblocs/integers.res.oracle
new file mode 100644
index 00000000000..ad67bb4b1da
--- /dev/null
+++ b/tests/value/oracle_symblocs/integers.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/integers.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  bin ∈ {0}
+  hex ∈ {0}
+  oct ∈ {0}
+  dec ∈ {0}
+tests/value/integers.i:7:[value] assertion got status valid.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  bin ∈ {84}
+  hex ∈ {84}
+  oct ∈ {84}
+  dec ∈ {42}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  bin FROM \nothing
+  hex FROM \nothing
+  oct FROM \nothing
+  dec FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          bin; hex; oct; dec
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/interpol.err.oracle b/tests/value/oracle_symblocs/interpol.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/interpol.res.oracle b/tests/value/oracle_symblocs/interpol.res.oracle
new file mode 100644
index 00000000000..ef2a3a64930
--- /dev/null
+++ b/tests/value/oracle_symblocs/interpol.res.oracle
@@ -0,0 +1,37 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/interpol.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {4}
+   [3] ∈ {8}
+   [4] ∈ {16}
+   [5] ∈ {32}
+   [6] ∈ {64}
+   [7] ∈ {128}
+tests/value/interpol.c:10:[value] entering loop for the first time
+[value] Called Frama_C_show_each_ok({0}, {-1})
+[value] Called Frama_C_show_each_ok({0; 1}, {-2; -1})
+[value] Called Frama_C_show_each_ok({0; 1; 2}, {-4; -2; -1})
+[value] Called Frama_C_show_each_ok({0; 1; 2; 3; 4; 5; 6},
+                                    {-64; -32; -16; -8; -4; -2; -1})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  d ∈ {-64; -32; -16; -8; -4; -2; -1} or UNINITIALIZED
+  i ∈ {7}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          d; i
+[inout] Inputs for function main:
+          t[0..7]
diff --git a/tests/value/oracle_symblocs/invalid_loc_return.err.oracle b/tests/value/oracle_symblocs/invalid_loc_return.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/invalid_loc_return.res.oracle b/tests/value/oracle_symblocs/invalid_loc_return.res.oracle
new file mode 100644
index 00000000000..73ced69e58e
--- /dev/null
+++ b/tests/value/oracle_symblocs/invalid_loc_return.res.oracle
@@ -0,0 +1,110 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/invalid_loc_return.i (no preprocessing)
+[value] Analyzing a complete application starting at main1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  c ∈ [--..--]
+[value] computing for function main <- main1.
+        Called from tests/value/invalid_loc_return.i:21.
+[value] computing for function foo <- main <- main1.
+        Called from tests/value/invalid_loc_return.i:17.
+[value] Recording results for foo
+[value] Done for function foo
+tests/value/invalid_loc_return.i:17:[value] warning: accessing uninitialized left-value. assert \initialized(&p);
+[value] Recording results for main
+[value] Done for function main
+[value] Recording results for main1
+[value] done for function main1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function foo:
+  __retres ∈ {1}
+[value:final-states] Values at end of function main:
+  x ∈ {1}
+  p ∈ {{ &q }}
+  q ∈ {{ &x }}
+[value:final-states] Values at end of function main1:
+  
+[from] Computing for function foo
+[from] Done for function foo
+[from] Computing for function main
+[from] Done for function main
+[from] Computing for function main1
+[from] Done for function main1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function foo:
+  \result FROM \nothing
+[from] Function main:
+  NO EFFECTS
+[from] Function main1:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function foo:
+          __retres
+[inout] Inputs for function foo:
+          \nothing
+[inout] Out (internal) for function main:
+          x; p; q
+[inout] Inputs for function main:
+          c
+[inout] Out (internal) for function main1:
+          \nothing
+[inout] Inputs for function main1:
+          c
+[value] Analyzing a complete application starting at main2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  c ∈ [--..--]
+[value] computing for function main <- main2.
+        Called from tests/value/invalid_loc_return.i:25.
+[value] computing for function foo <- main <- main2.
+        Called from tests/value/invalid_loc_return.i:17.
+[value] Recording results for foo
+[value] Done for function foo
+tests/value/invalid_loc_return.i:17:[value] warning: accessing uninitialized left-value. assert \initialized(&p);
+[value] computing for function foo <- main <- main2.
+        Called from tests/value/invalid_loc_return.i:17.
+[value] Recording results for foo
+[value] Done for function foo
+[value] Recording results for main
+[value] Done for function main
+[value] Recording results for main2
+[value] done for function main2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function foo:
+  __retres ∈ {1}
+[value:final-states] Values at end of function main:
+  x ∈ {1}
+  p ∈ {{ &q }}
+  q ∈ {{ &x }}
+[value:final-states] Values at end of function main2:
+  
+[from] Computing for function foo
+[from] Done for function foo
+[from] Computing for function main
+[from] Done for function main
+[from] Computing for function main2
+[from] Done for function main2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function foo:
+  \result FROM \nothing
+[from] Function main:
+  NO EFFECTS
+[from] Function main2:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function foo:
+          __retres
+[inout] Inputs for function foo:
+          \nothing
+[inout] Out (internal) for function main:
+          x; p; q
+[inout] Inputs for function main:
+          c
+[inout] Out (internal) for function main2:
+          \nothing
+[inout] Inputs for function main2:
+          c
diff --git a/tests/value/oracle_symblocs/invalid_lval_arg.err.oracle b/tests/value/oracle_symblocs/invalid_lval_arg.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/invalid_lval_arg.res.oracle b/tests/value/oracle_symblocs/invalid_lval_arg.res.oracle
new file mode 100644
index 00000000000..caf804edca9
--- /dev/null
+++ b/tests/value/oracle_symblocs/invalid_lval_arg.res.oracle
@@ -0,0 +1,37 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/invalid_lval_arg.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  X ∈ {0}
+  p ∈ {0}
+tests/value/invalid_lval_arg.i:15:[value] warning: out of bounds read. assert \valid_read((int **)0);
+tests/value/invalid_lval_arg.i:17:[value] warning: out of bounds read. assert \valid_read((int **)0);
+tests/value/invalid_lval_arg.i:19:[value] warning: out of bounds read. assert \valid_read((int **)0);
+[value] Recording results for main
+[value] done for function main
+tests/value/invalid_lval_arg.i:15:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/invalid_lval_arg.i:17:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/invalid_lval_arg.i:19:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+tests/value/invalid_lval_arg.i:15:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Computing for function g <-main
+[from] Non-terminating function g (no dependencies)
+[from] Done for function g
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p
+[inout] Inputs for function main:
+          p
diff --git a/tests/value/oracle_symblocs/inversion.err.oracle b/tests/value/oracle_symblocs/inversion.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/inversion.res.oracle b/tests/value/oracle_symblocs/inversion.res.oracle
new file mode 100644
index 00000000000..5e35e4ef9d6
--- /dev/null
+++ b/tests/value/oracle_symblocs/inversion.res.oracle
@@ -0,0 +1,57 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/inversion.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  pz ∈ {{ &z }}
+  px ∈ {{ &x }}
+  py ∈ {{ &y }}
+  X ∈ {0}
+  pX ∈ {0}
+  t[0] ∈ {0}
+   [1].ok ∈ {1}
+   [1].p ∈ {{ &pz }}
+   [2].ok ∈ {1}
+   [2].p ∈ {{ &py }}
+   [3..4] ∈ {0}
+  t2[0..1] ∈ {0}
+    [2].ok ∈ {1}
+    [2].p ∈ {{ &px }}
+    [3..4] ∈ {0}
+  ii[0..1] ∈ {0}
+tests/value/inversion.i:23:[value] entering loop for the first time
+tests/value/inversion.i:30:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {0; 2}
+  y ∈ {0; 1; 2}
+  z ∈ {0; 1; 2}
+  X ∈ {0; 1; 2; 3; 4}
+  pX ∈ {{ NULL ; &X }}
+  ii[0] ∈ {0}
+    [1] ∈ {5}
+  i ∈ {5}
+  k ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  x FROM px; t2{[0].ok; [1].ok; {[2]; [3].ok}; [4].ok} (and SELF)
+  y FROM pz; py; t{[0].ok; {[1..2]; [3].ok}; [4].ok} (and SELF)
+  z FROM pz; py; t{[0].ok; {[1..2]; [3].ok}; [4].ok} (and SELF)
+  X FROM \nothing (and SELF)
+  pX FROM \nothing
+  ii[1] FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; y; z; X; pX; ii[1]; i; k
+[inout] Inputs for function main:
+          pz; px; py; t{[0].ok; {[1..2]; [3].ok}; [4].ok};
+          t2{[0].ok; [1].ok; {[2]; [3].ok}; [4].ok}; ii[1]
diff --git a/tests/value/oracle_symblocs/inversion2.err.oracle b/tests/value/oracle_symblocs/inversion2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/inversion2.res.oracle b/tests/value/oracle_symblocs/inversion2.res.oracle
new file mode 100644
index 00000000000..1186f31bdd2
--- /dev/null
+++ b/tests/value/oracle_symblocs/inversion2.res.oracle
@@ -0,0 +1,70 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/inversion2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0] ∈ {3}
+   [1] ∈ {1}
+   [2] ∈ {2}
+  TT[0][0..2] ∈ {3}
+    [0][3..4] ∈ {0}
+    [1][0] ∈ {1}
+    [1][1..4] ∈ {0}
+    [2][0..1] ∈ {2}
+    [2][2..4] ∈ {0}
+  G ∈ {99}
+tests/value/inversion2.i:10:[value] entering loop for the first time
+tests/value/inversion2.i:11:[value] entering loop for the first time
+tests/value/inversion2.i:12:[value] warning: division by zero. assert TT[i][j] ≢ 0;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G ∈ [5..99],1%2
+  i ∈ {3}
+  j ∈ {1; 2; 3; 4; 77}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  G FROM T[0..2]; TT{[0][0..2]; [1][0..2]; [2][0..2]} (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G; i; j
+[inout] Inputs for function main:
+          T[0..2]; TT{[0][0..2]; [1][0..2]; [2][0..2]}
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0] ∈ {3}
+   [1] ∈ {1}
+   [2] ∈ {2}
+  TT[0][0..2] ∈ {3}
+    [0][3..4] ∈ {0}
+    [1][0] ∈ {1}
+    [1][1..4] ∈ {0}
+    [2][0..1] ∈ {2}
+    [2][2..4] ∈ {0}
+  G ∈ {99}
+tests/value/inversion2.i:12:[value] warning: division by zero. assert TT[i][j] ≢ 0;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G ∈ {5; 7; 15; 99}
+  i ∈ {3}
+  j ∈ {1; 2; 3; 77}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  G FROM T[0..2]; TT{[0][0..2]; [1][0..2]; [2][0..2]} (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G; i; j
+[inout] Inputs for function main:
+          T[0..2]; TT{[0][0..2]; [1][0..2]; [2][0..2]}
diff --git a/tests/value/oracle_symblocs/jacques.err.oracle b/tests/value/oracle_symblocs/jacques.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/jacques.res.oracle b/tests/value/oracle_symblocs/jacques.res.oracle
new file mode 100644
index 00000000000..1d9889e0ec8
--- /dev/null
+++ b/tests/value/oracle_symblocs/jacques.res.oracle
@@ -0,0 +1,61 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/jacques.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..3] ∈ {0}
+  p ∈ {0}
+  q ∈ {0}
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+[value] Called Frama_C_show_each_f({{ NULL ; &S_pp }})
+tests/value/jacques.i:23:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each_f({{ &S_pp }})
+tests/value/jacques.i:29:[value] assertion got status valid.
+[value] computing for function f <- main.
+        Called from tests/value/jacques.i:36.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/jacques.i:40.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  A ∈ {4; 5}
+  B ∈ {5}
+[value:final-states] Values at end of function main:
+  p ∈ {{ &A }}
+  q ∈ {{ &A }}
+  A ∈ {5}
+  B ∈ {5}
+  S_pp[0] ∈ {5}
+      [1] ∈ [--..--]
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  A FROM p; q
+  B FROM q (and SELF)
+[from] Function main:
+  p FROM \nothing
+  q FROM \nothing
+  A FROM \nothing
+  B FROM \nothing
+  S_pp[0] FROM pp
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          A; B
+[inout] Inputs for function f:
+          p; q
+[inout] Out (internal) for function main:
+          p; q; A; B; S_pp[0]
+[inout] Inputs for function main:
+          p; q
diff --git a/tests/value/oracle_symblocs/join_misaligned.err.oracle b/tests/value/oracle_symblocs/join_misaligned.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/join_misaligned.res.oracle b/tests/value/oracle_symblocs/join_misaligned.res.oracle
new file mode 100644
index 00000000000..45b64a80d1a
--- /dev/null
+++ b/tests/value/oracle_symblocs/join_misaligned.res.oracle
@@ -0,0 +1,84 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/join_misaligned.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..4] ∈ {0}
+  u[0..4] ∈ {1}
+  v[0..2] ∈ {0x22222222}
+   [3..6] ∈ {1}
+  w[0..6] ∈ {0}
+  x[0..4] ∈ {0}
+  y[0..2] ∈ {0x22222222}
+   [3..6] ∈ {1}
+  z[0..4] ∈ {255}
+  a ∈ {0}
+  va ∈ [--..--]
+[value] Recording results for main
+[value] done for function main
+[value] warning: Garbled mix generated during analysis:
+                 {{ garbled mix of &{t} (origin: Merge {tests/value/join_misaligned.i:42}) }}
+                 {{ garbled mix of &{u} (origin: Merge {tests/value/join_misaligned.i:42}) }}
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t{[0]; [1][bits 0 to 15]} ∈ {0}
+   [1][bits 16 to 23] ∈ {97; 98}
+   {[1][bits 24 to 31]; [2..4]} ∈ {0}
+  u{[0]; [1][bits 0 to 15]#} ∈ {1} repeated %32, bits 0 to 47 
+   [1][bits 16 to 23] ∈ {99; 100}
+   [bits 56 to 159]# ∈ {1} repeated %32, bits 24 to 127 
+  v{[0]; [1][bits 0 to 15]#} ∈ {0x22222222} repeated %32, bits 0 to 47 
+   [1][bits 16 to 23] ∈ {34; 68}
+   [1][bits 24 to 31] ∈ {68; 85}
+   [2][bits 0 to 7] ∈ {34; 85}
+   [2][bits 8 to 31]# ∈ {0x22222222}%32, bits 8 to 31 
+   [3..6] ∈ {1}
+  w{[0]; [1][bits 0 to 15]} ∈ {0}
+   [1][bits 16 to 23]# ∈ {0; 57}%16, bits 0 to 7 
+   [1][bits 24 to 31] ∈ {0; 59}
+   [2][bits 0 to 7]# ∈ {0; 59}%16, bits 8 to 15 
+   {[2][bits 8 to 31]; [3..6]} ∈ {0}
+  x[0] ∈ {0; 1}
+   [1] ∈ {0}
+   [2] ∈ {0; 1}
+   [3..4] ∈ {0}
+  y{[0]; [1][bits 0 to 15]#} ∈ {0x22222222} repeated %32, bits 0 to 47 
+   [1][bits 16 to 23] ∈
+   {{ garbled mix of &{t}
+    (origin: Merge {tests/value/join_misaligned.i:42}) }}
+   {[1][bits 24 to 31]; [2][bits 0 to 15]} ∈
+   {{ garbled mix of &{t; u}
+    (origin: Merge {tests/value/join_misaligned.i:42}) }}
+   [2][bits 16 to 23] ∈
+   {{ garbled mix of &{u}
+    (origin: Merge {tests/value/join_misaligned.i:42}) }}
+   [2][bits 24 to 31]# ∈ {0x22222222}%32, bits 24 to 31 
+   [3..6] ∈ {1}
+  z[0..2] ∈ {255}
+   [bits 24 to 39] ∈ {0x1111; 0xFFFF}
+  a ∈ [0xFFF..0xFFFFFFFF],0xFFF%0x1000
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t[1][bits 16 to 23] FROM c
+  u[1][bits 16 to 23] FROM c
+  v{[1][bits 16 to 23]; [2][bits 0 to 7]} FROM c (and SELF)
+   [1][bits 24 to 31] FROM c
+  w{[1][bits 16 to 23]; [2][bits 0 to 7]} FROM c (and SELF)
+   [1][bits 24 to 31] FROM c
+  x[0..2] FROM c (and SELF)
+  y{[1][bits 16 to 23]; [2][bits 16 to 23]} FROM c (and SELF)
+   {[1][bits 24 to 31]; [2][bits 0 to 15]} FROM c
+  z[3..4] FROM c (and SELF)
+  a FROM va; c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t[1][bits 16 to 23]; u[1][bits 16 to 23];
+          v{[1][bits 16 to 31]; [2][bits 0 to 7]};
+          w{[1][bits 16 to 31]; [2][bits 0 to 7]}; x[0..2];
+          y{[1][bits 16 to 31]; [2][bits 0 to 23]}; z[3..4]; a
+[inout] Inputs for function main:
+          a; va
diff --git a/tests/value/oracle_symblocs/label.err.oracle b/tests/value/oracle_symblocs/label.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/label.res.oracle b/tests/value/oracle_symblocs/label.res.oracle
new file mode 100644
index 00000000000..0c75b52875e
--- /dev/null
+++ b/tests/value/oracle_symblocs/label.res.oracle
@@ -0,0 +1,46 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/label.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  d ∈ {0}
+  e ∈ {0}
+  i ∈ {0}
+  p ∈ {0}
+  q ∈ {0}
+tests/value/label.i:18:[value] Assigning imprecise value to *((char *)(& p) + i)
+        (pointing to p with offsets {0; 8}).
+        The imprecision originates from Merge {tests/value/label.i:18}
+tests/value/label.i:18:[value] Assigning imprecise value to *((char *)(& p) + i)
+        (pointing to p with offsets {0; 8; 16}).
+        The imprecision originates from Merge {tests/value/label.i:18}
+tests/value/label.i:18:[value] Assigning imprecise value to *((char *)(& p) + i)
+        (pointing to p with offsets {0; 8; 16; 24}).
+        The imprecision originates from Merge {tests/value/label.i:18}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  a ∈ {{ &d + {4} }}
+  b ∈ {1; 2}
+  i ∈ {4}
+  p ∈ {{ garbled mix of &{a; b} (origin: Merge {tests/value/label.i:18}) }}
+  q ∈ {{ &a }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  a FROM \nothing
+  b FROM c
+  i FROM i
+  p FROM i; c
+  q FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          a; b; i; p; q
+[inout] Inputs for function main:
+          i; p; q
diff --git a/tests/value/oracle_symblocs/lazy.0.err.oracle b/tests/value/oracle_symblocs/lazy.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/lazy.0.res.oracle b/tests/value/oracle_symblocs/lazy.0.res.oracle
new file mode 100644
index 00000000000..b5607d71668
--- /dev/null
+++ b/tests/value/oracle_symblocs/lazy.0.res.oracle
@@ -0,0 +1,42 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/lazy.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {-1}
+  b ∈ {0}
+  d ∈ {0}
+  q ∈ {0}
+  r ∈ {0}
+  s ∈ {0}
+  t ∈ {0}
+tests/value/lazy.i:11:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)q);
+tests/value/lazy.i:14:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)s);
+tests/value/lazy.i:19:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)(&a+2));
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  a ∈ {6}
+  b ∈ {1}
+  q ∈ {{ &a + {-4; 0} }}
+  r ∈ {{ &a + {-4; 0} }}
+  s ∈ {{ &a + {-4; 0} }}
+  S_p[0..1] ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  a FROM \nothing
+  b FROM \nothing
+  q FROM c
+  r FROM c (and SELF)
+  s FROM d_0
+  S_p[0] FROM p; S_p[0] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          a; b; q; r; s; S_p[0]
+[inout] Inputs for function main:
+          a; q; s; S_p[0]
diff --git a/tests/value/oracle_symblocs/lazy.1.err.oracle b/tests/value/oracle_symblocs/lazy.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/lazy.1.res.oracle b/tests/value/oracle_symblocs/lazy.1.res.oracle
new file mode 100644
index 00000000000..4939ef54d13
--- /dev/null
+++ b/tests/value/oracle_symblocs/lazy.1.res.oracle
@@ -0,0 +1,44 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/lazy.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {-1}
+  b ∈ {0}
+  d ∈ {0}
+  q ∈ {0}
+  r ∈ {0}
+  s ∈ {0}
+  t ∈ {0}
+tests/value/lazy.i:11:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)q);
+tests/value/lazy.i:14:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)s);
+tests/value/lazy.i:19:[value] warning: pointer comparison. assert \pointer_comparable((void *)0, (void *)(&a+2));
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  a ∈ {2; 6}
+  b ∈ {1}
+  q ∈ {{ &a + {-4; 0} }}
+  r ∈ {{ NULL ; &a + {-4; 0} }}
+  s ∈ {{ &a + {-4; 0} }}
+  t ∈ {{ NULL ; &a + {-4} }}
+  S_p[0..1] ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  a FROM \nothing
+  b FROM \nothing
+  q FROM c
+  r FROM c (and SELF)
+  s FROM d_0
+  t FROM d_0 (and SELF)
+  S_p[0] FROM p; S_p[0] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          a; b; q; r; s; t; S_p[0]
+[inout] Inputs for function main:
+          a; q; s; S_p[0]
diff --git a/tests/value/oracle_symblocs/leaf.err.oracle b/tests/value/oracle_symblocs/leaf.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/leaf.res.oracle b/tests/value/oracle_symblocs/leaf.res.oracle
new file mode 100644
index 00000000000..af150458eba
--- /dev/null
+++ b/tests/value/oracle_symblocs/leaf.res.oracle
@@ -0,0 +1,243 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/leaf.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0] ∈ {1}
+   [1..29] ∈ {0}
+  cv1 ∈ {10}
+  cv2 ∈ {20}
+  cv3 ∈ {30}
+  st_star_cint_1.p ∈ {{ &cv1 }}
+  st_star_cint_2.p ∈ {{ &cv2 }}
+  st_star_cint_3.p ∈ {{ &cv3 }}
+  v1 ∈ {10}
+  v2 ∈ {20}
+  v3 ∈ {30}
+  st_star_int_1.p ∈ {{ &v1 }}
+  st_star_int_2.p ∈ {{ &v2 }}
+  st_star_int_3.p ∈ {{ &v3 }}
+  st_tab3_int_1.t[0] ∈ {10}
+               .t[1] ∈ {11}
+               .t[2] ∈ {12}
+  st_tab3_int_2.t[0] ∈ {20}
+               .t[1] ∈ {21}
+               .t[2] ∈ {22}
+  st_tab3_int_3.t[0] ∈ {30}
+               .t[1] ∈ {31}
+               .t[2] ∈ {32}
+[value] computing for function f_int_int <- main.
+        Called from tests/value/leaf.i:41.
+tests/value/leaf.i:41:[kernel] warning: Neither code nor specification for function f_int_int, generating default assigns from the prototype
+[value] using specification for function f_int_int
+[value] Done for function f_int_int
+[value] computing for function f_int_star_int <- main.
+        Called from tests/value/leaf.i:43.
+tests/value/leaf.i:43:[kernel] warning: Neither code nor specification for function f_int_star_int, generating default assigns from the prototype
+[value] using specification for function f_int_star_int
+[value] Done for function f_int_star_int
+tests/value/leaf.i:44:[value] warning: out of bounds read. assert \valid_read(p);
+[value] Called Frama_C_show_each_F([-2147483648..2147483647])
+[value] Called Frama_C_show_each_F({5})
+[value] computing for function f_int_star_int_star_int <- main.
+        Called from tests/value/leaf.i:48.
+tests/value/leaf.i:48:[kernel] warning: Neither code nor specification for function f_int_star_int_star_int, generating default assigns from the prototype
+[value] using specification for function f_int_star_int_star_int
+[value] Done for function f_int_star_int_star_int
+tests/value/leaf.i:49:[value] warning: out of bounds read. assert \valid_read(pp);
+tests/value/leaf.i:49:[value] Reading left-value *pp.
+        The location is {{ alloced_return_f_int_star_int_star_int -> [0..17179869152],0%32 }}.
+        It contains a garbled mix of {alloced_return_f_int_star_int_star_int}
+        because of Library function {tests/value/leaf.i:48}.
+[value] Called Frama_C_show_each_G({{ garbled mix of &{alloced_return_f_int_star_int_star_int}
+                                   (origin: Library function {tests/value/leaf.i:48}) }})
+tests/value/leaf.i:50:[value] warning: out of bounds read. assert \valid_read(*pp);
+tests/value/leaf.i:50:[value] Reading left-value *(*pp).
+        The location is {{ alloced_return_f_int_star_int_star_int -> [0..34359738336],0%8 }}.
+        It contains a garbled mix of {alloced_return_f_int_star_int_star_int}
+        because of Library function {tests/value/leaf.i:48}.
+[value] Called Frama_C_show_each_F({{ garbled mix of &{alloced_return_f_int_star_int_star_int}
+                                   (origin: Library function {tests/value/leaf.i:48}) }})
+tests/value/leaf.i:52:[value] Reading left-value *pp.
+        The location is {{ alloced_return_f_int_star_int_star_int -> [0..17179869152],0%32 }}.
+        It contains a garbled mix of {alloced_return_f_int_star_int_star_int}
+        because of Library function {tests/value/leaf.i:48}.
+[value] Called Frama_C_show_each_G({{ garbled mix of &{alloced_return_f_int_star_int_star_int}
+                                   (origin: Library function {tests/value/leaf.i:48}) }})
+tests/value/leaf.i:53:[value] warning: out of bounds read. assert \valid_read(*pp);
+tests/value/leaf.i:53:[value] Reading left-value *(*pp).
+        The location is {{ alloced_return_f_int_star_int_star_int -> [0..34359738336],0%8 }}.
+        It contains a garbled mix of {alloced_return_f_int_star_int_star_int}
+        because of Library function {tests/value/leaf.i:48}.
+[value] Called Frama_C_show_each_F({{ garbled mix of &{alloced_return_f_int_star_int_star_int}
+                                   (origin: Library function {tests/value/leaf.i:48}) }})
+[value] computing for function f_star_int_cint <- main.
+        Called from tests/value/leaf.i:55.
+tests/value/leaf.i:55:[kernel] warning: Neither code nor specification for function f_star_int_cint, generating default assigns from the prototype
+[value] using specification for function f_star_int_cint
+[value] Done for function f_star_int_cint
+[value] computing for function f_star_int_int <- main.
+        Called from tests/value/leaf.i:57.
+tests/value/leaf.i:57:[kernel] warning: Neither code nor specification for function f_star_int_int, generating default assigns from the prototype
+[value] using specification for function f_star_int_int
+[value] Done for function f_star_int_int
+[value] computing for function f_tab3_int_int <- main.
+        Called from tests/value/leaf.i:58.
+tests/value/leaf.i:58:[kernel] warning: Neither code nor specification for function f_tab3_int_int, generating default assigns from the prototype
+[value] using specification for function f_tab3_int_int
+[value] Done for function f_tab3_int_int
+[value] computing for function f_tab_int_int <- main.
+        Called from tests/value/leaf.i:59.
+tests/value/leaf.i:59:[kernel] warning: Neither code nor specification for function f_tab_int_int, generating default assigns from the prototype
+[value] using specification for function f_tab_int_int
+[value] Done for function f_tab_int_int
+[value] computing for function f_st_star_cint_st_star_cint <- main.
+        Called from tests/value/leaf.i:61.
+tests/value/leaf.i:61:[kernel] warning: Neither code nor specification for function f_st_star_cint_st_star_cint, generating default assigns from the prototype
+[value] using specification for function f_st_star_cint_st_star_cint
+[value] Done for function f_st_star_cint_st_star_cint
+[value] computing for function f_st_star_int_st_star_int <- main.
+        Called from tests/value/leaf.i:62.
+tests/value/leaf.i:62:[kernel] warning: Neither code nor specification for function f_st_star_int_st_star_int, generating default assigns from the prototype
+[value] using specification for function f_st_star_int_st_star_int
+[value] Done for function f_st_star_int_st_star_int
+[value] computing for function f_st_tab3_int_st_tab3_int <- main.
+        Called from tests/value/leaf.i:63.
+tests/value/leaf.i:63:[kernel] warning: Neither code nor specification for function f_st_tab3_int_st_tab3_int, generating default assigns from the prototype
+[value] using specification for function f_st_tab3_int_st_tab3_int
+[value] Done for function f_st_tab3_int_st_tab3_int
+[value] computing for function f_star_st_star_cint_int <- main.
+        Called from tests/value/leaf.i:65.
+tests/value/leaf.i:65:[kernel] warning: Neither code nor specification for function f_star_st_star_cint_int, generating default assigns from the prototype
+[value] using specification for function f_star_st_star_cint_int
+[value] Done for function f_star_st_star_cint_int
+[value] computing for function f_star_st_star_int_int <- main.
+        Called from tests/value/leaf.i:66.
+tests/value/leaf.i:66:[kernel] warning: Neither code nor specification for function f_star_st_star_int_int, generating default assigns from the prototype
+[value] using specification for function f_star_st_star_int_int
+[value] Done for function f_star_st_star_int_int
+[value] computing for function f_star_st_tab3_int_int <- main.
+        Called from tests/value/leaf.i:67.
+tests/value/leaf.i:67:[kernel] warning: Neither code nor specification for function f_star_st_tab3_int_int, generating default assigns from the prototype
+[value] using specification for function f_star_st_tab3_int_int
+[value] Done for function f_star_st_tab3_int_int
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  T[0] ∈ [--..--]
+   [1] ∈ {0}
+   [2] ∈ [--..--]
+   [3] ∈ {0}
+   [4] ∈ [--..--]
+   [5] ∈ {0}
+   [6..8] ∈ [--..--]
+   [9] ∈ {0}
+   [10] ∈ [--..--]
+   [11..29] ∈ {0}
+  st_star_cint_1 ∈
+                {{ garbled mix of &{cv2;
+                                    alloced_return_f_st_star_cint_st_star_cint}
+                 (origin: Library function {tests/value/leaf.i:61}) }}
+  st_star_cint_3 ∈
+                {{ garbled mix of &{cv3}
+                 (origin: Library function {tests/value/leaf.i:65}) }}
+  st_star_int_1 ∈
+               {{ garbled mix of &{v2;
+                                   alloced_return_f_st_star_int_st_star_int}
+                (origin: Library function {tests/value/leaf.i:62}) }}
+  st_star_int_3 ∈
+               {{ garbled mix of &{v3}
+                (origin: Library function {tests/value/leaf.i:66}) }}
+  st_tab3_int_1 ∈ [--..--]
+  st_tab3_int_3 ∈ [--..--]
+  p ∈ {{ &alloced_return_f_int_star_int + [0..2147483644],0%4 }}
+  pp ∈ {{ &alloced_return_f_int_star_int_star_int + [0..2147483644],0%4 }}
+  alloced_return_f_int_star_int[bits 0 to ..] ∈ [--..--]
+[from] Computing for function main
+[from] Computing for function f_int_int <-main
+[from] Done for function f_int_int
+[from] Computing for function f_int_star_int <-main
+[from] Done for function f_int_star_int
+[from] Computing for function f_int_star_int_star_int <-main
+[from] Done for function f_int_star_int_star_int
+[from] Computing for function f_star_int_cint <-main
+[from] Done for function f_star_int_cint
+[from] Computing for function f_star_int_int <-main
+[from] Done for function f_star_int_int
+[from] Computing for function f_tab3_int_int <-main
+[from] Done for function f_tab3_int_int
+[from] Computing for function f_tab_int_int <-main
+[from] Done for function f_tab_int_int
+[from] Computing for function f_st_star_cint_st_star_cint <-main
+[from] Done for function f_st_star_cint_st_star_cint
+[from] Computing for function f_st_star_int_st_star_int <-main
+[from] Done for function f_st_star_int_st_star_int
+[from] Computing for function f_st_tab3_int_st_tab3_int <-main
+[from] Done for function f_st_tab3_int_st_tab3_int
+[from] Computing for function f_star_st_star_cint_int <-main
+[from] Done for function f_star_st_star_cint_int
+[from] Computing for function f_star_st_star_int_int <-main
+[from] Done for function f_star_st_star_int_int
+[from] Computing for function f_star_st_tab3_int_int <-main
+[from] Done for function f_star_st_tab3_int_int
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f_int_int:
+  \result FROM x
+[from] Function f_int_star_int:
+  \result FROM x
+[from] Function f_int_star_int_star_int:
+  \result FROM x
+[from] Function f_st_star_cint_st_star_cint:
+  \result FROM s
+[from] Function f_st_star_int_st_star_int:
+  \result FROM s
+[from] Function f_st_tab3_int_st_tab3_int:
+  \result FROM s
+[from] Function f_star_int_cint:
+  \result FROM T[3]
+[from] Function f_star_int_int:
+  T[4] FROM T[4] (and SELF)
+  \result FROM T[4]
+[from] Function f_star_st_star_cint_int:
+  st_star_cint_3 FROM st_star_cint_3 (and SELF)
+  \result FROM st_star_cint_3
+[from] Function f_star_st_star_int_int:
+  st_star_int_3 FROM st_star_int_3 (and SELF)
+  \result FROM st_star_int_3
+[from] Function f_star_st_tab3_int_int:
+  st_tab3_int_3 FROM st_tab3_int_3 (and SELF)
+  \result FROM st_tab3_int_3
+[from] Function f_tab3_int_int:
+  T[6..8] FROM T[6..8] (and SELF)
+  \result FROM T[6..8]
+[from] Function f_tab_int_int:
+  T[10] FROM T[10] (and SELF)
+  \result FROM T[10]
+[from] Function main:
+  T[0] FROM \nothing
+   [2] FROM T[3]
+   [4] FROM T[4] (and SELF)
+   [6..8] FROM T[6..8] (and SELF)
+   [10] FROM T[10] (and SELF)
+  st_star_cint_1 FROM st_star_cint_2
+  st_star_cint_3 FROM st_star_cint_3 (and SELF)
+  st_star_int_1 FROM st_star_int_2
+  st_star_int_3 FROM st_star_int_3 (and SELF)
+  st_tab3_int_1 FROM st_tab3_int_2
+  st_tab3_int_3 FROM st_tab3_int_3 (and SELF)
+  alloced_return_f_int_star_int[bits 0 to 17179869183]
+                               FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          T{[0]; [2]; [4]; [6..8]; [10]}; st_star_cint_1; st_star_cint_3;
+          st_star_int_1; st_star_int_3; st_tab3_int_1; st_tab3_int_3; p; pp;
+          alloced_return_f_int_star_int[bits 0 to 17179869183]
+[inout] Inputs for function main:
+          T{[3..4]; [6..8]; [10]}; st_star_cint_2; st_star_cint_3; st_star_int_2;
+          st_star_int_3; st_tab3_int_2; st_tab3_int_3;
+          alloced_return_f_int_star_int[bits 0 to 17179869183];
+          alloced_return_f_int_star_int_star_int[bits 0 to ..]
diff --git a/tests/value/oracle_symblocs/leaf2.err.oracle b/tests/value/oracle_symblocs/leaf2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/leaf2.res.oracle b/tests/value/oracle_symblocs/leaf2.res.oracle
new file mode 100644
index 00000000000..4883eb88ad5
--- /dev/null
+++ b/tests/value/oracle_symblocs/leaf2.res.oracle
@@ -0,0 +1,43 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/leaf2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  H ∈ {0}
+  I ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/leaf2.i:6.
+tests/value/leaf2.i:6:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] using specification for function f
+[value] Done for function f
+tests/value/leaf2.i:7:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)G, (void *)((int)(-1)));
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G ∈
+   {{ garbled mix of &{I}
+    (origin: Library function {tests/value/leaf2.i:6}) }}
+  H ∈
+   {{ garbled mix of &{I}
+    (origin: Library function {tests/value/leaf2.i:6}) }}
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  H FROM q; i; H (and SELF)
+  \result FROM q; i; H
+[from] Function main:
+  G FROM H
+  H FROM H (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G; H
+[inout] Inputs for function main:
+          G; H
diff --git a/tests/value/oracle_symblocs/leaf_spec.0.err.oracle b/tests/value/oracle_symblocs/leaf_spec.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/leaf_spec.0.res.oracle b/tests/value/oracle_symblocs/leaf_spec.0.res.oracle
new file mode 100644
index 00000000000..1b0311f3eb9
--- /dev/null
+++ b/tests/value/oracle_symblocs/leaf_spec.0.res.oracle
@@ -0,0 +1,69 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/leaf_spec.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f1 <- main.
+        Called from tests/value/leaf_spec.i:19.
+tests/value/leaf_spec.i:19:[kernel] warning: Neither code nor specification for function f1, generating default assigns from the prototype
+[value] using specification for function f1
+[value] Done for function f1
+[value] computing for function g <- main.
+        Called from tests/value/leaf_spec.i:20.
+tests/value/leaf_spec.i:20:[kernel] warning: Neither code nor specification for function g, generating default assigns from the prototype
+[value] using specification for function g
+[value] Done for function g
+[value] computing for function h <- main.
+        Called from tests/value/leaf_spec.i:21.
+tests/value/leaf_spec.i:21:[kernel] warning: Neither code nor specification for function h, generating default assigns from the prototype
+[value] using specification for function h
+[value] Done for function h
+[value] computing for function k <- main.
+        Called from tests/value/leaf_spec.i:22.
+tests/value/leaf_spec.i:22:[kernel] warning: Neither code nor specification for function k, generating default assigns from the prototype
+[value] using specification for function k
+tests/value/leaf_spec.i:22:[value] warning: Completely invalid destination for assigns clause *l. Ignoring.
+[value] Done for function k
+[value] computing for function k0 <- main.
+        Called from tests/value/leaf_spec.i:22.
+tests/value/leaf_spec.i:22:[kernel] warning: Neither code nor specification for function k0, generating default assigns from the prototype
+[value] using specification for function k0
+[value] Done for function k0
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Computing for function f1 <-main
+[from] Done for function f1
+[from] Computing for function g <-main
+[from] Done for function g
+[from] Computing for function h <-main
+[from] Done for function h
+[from] Computing for function k <-main
+[from] Done for function k
+[from] Computing for function k0 <-main
+[from] Done for function k0
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f1:
+  NO EFFECTS
+[from] Function g:
+  \result FROM x
+[from] Function h:
+  \result FROM y
+[from] Function k:
+  \result FROM \nothing
+[from] Function k0:
+  \result FROM \nothing
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/leaf_spec.1.err.oracle b/tests/value/oracle_symblocs/leaf_spec.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/leaf_spec.1.res.oracle b/tests/value/oracle_symblocs/leaf_spec.1.res.oracle
new file mode 100644
index 00000000000..8a97133b84b
--- /dev/null
+++ b/tests/value/oracle_symblocs/leaf_spec.1.res.oracle
@@ -0,0 +1,34 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/leaf_spec.i (no preprocessing)
+[value] Analyzing a complete application starting at main1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main1.
+        Called from tests/value/leaf_spec.i:27.
+tests/value/leaf_spec.i:27:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] using specification for function f
+tests/value/leaf_spec.i:27:[value] warning: Completely invalid destination for assigns clause *x. Ignoring.
+tests/value/leaf_spec.i:27:[value] warning: Completely invalid destination for assigns clause *y. Ignoring.
+[value] Done for function f
+[value] Recording results for main1
+[value] done for function main1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  
+[from] Computing for function main1
+[from] Computing for function f <-main1
+[from] Done for function f
+[from] Done for function main1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  NO EFFECTS
+[from] Function main1:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          \nothing
+[inout] Inputs for function main1:
+          \nothing
diff --git a/tests/value/oracle_symblocs/library.err.oracle b/tests/value/oracle_symblocs/library.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/library.res.oracle b/tests/value/oracle_symblocs/library.res.oracle
new file mode 100644
index 00000000000..b8ef859703a
--- /dev/null
+++ b/tests/value/oracle_symblocs/library.res.oracle
@@ -0,0 +1,492 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/library.i (no preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+tests/value/library.i:44:[value] warning: during initialization of variable 'ss', size of type 'struct ss' cannot be
+                 computed (abstract type 'struct ss')
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {{ NULL ; &S_G[0] }}
+  v ∈ [--..--]
+  G0 ∈ [--..--]
+  G1 ∈ {{ NULL ; &S_G1[0] }}
+  f ∈ {0}
+  s ∈ {0}
+  ss.p[0] ∈ {{ NULL ; (struct ss *)&S_0_p_ss }}
+    .p[1] ∈ {{ NULL ; (struct ss *)&S_1_p_ss }}
+    .p[2..7] ∈ {{ NULL ; (struct ss *)&S_0_p_ss ; (struct ss *)&S_1_p_ss }}
+    .q ∈ {{ NULL ; &S_q_ss[0] }}
+  ff ∈ {0}
+  s_bitfield.bf1 ∈ [--..--]
+            .[bits 5 to 15] ∈ UNINITIALIZED
+            .control ∈ [--..--]
+            .[bits 30 to 31] ∈ UNINITIALIZED
+  S_G[0] ∈ {{ NULL ; &S_0_S_G[0] }}
+     [1] ∈ {{ NULL ; &S_1_S_G[0] }}
+  S_0_S_G[0] ∈ {{ NULL ; &S_0_S_0_S_G[0] }}
+         [1] ∈ {{ NULL ; &S_1_S_0_S_G[0] }}
+  S_0_S_0_S_G[0] ∈ {{ NULL ; &S_0_S_0_S_0_S_G[0] }}
+             [1] ∈ {{ NULL ; &S_1_S_0_S_0_S_G[0] }}
+  S_0_S_0_S_0_S_G[0..1] ∈ [--..--]
+  S_1_S_0_S_0_S_G[0..1] ∈ [--..--]
+  S_1_S_0_S_G[0] ∈ {{ NULL ; &S_0_S_1_S_0_S_G[0] }}
+             [1] ∈ {{ NULL ; &S_1_S_1_S_0_S_G[0] }}
+  S_0_S_1_S_0_S_G[0..1] ∈ [--..--]
+  S_1_S_1_S_0_S_G[0..1] ∈ [--..--]
+  S_1_S_G[0] ∈ {{ NULL ; &S_0_S_1_S_G[0] }}
+         [1] ∈ {{ NULL ; &S_1_S_1_S_G[0] }}
+  S_0_S_1_S_G[0] ∈ {{ NULL ; &S_0_S_0_S_1_S_G[0] }}
+             [1] ∈ {{ NULL ; &S_1_S_0_S_1_S_G[0] }}
+  S_0_S_0_S_1_S_G[0..1] ∈ [--..--]
+  S_1_S_0_S_1_S_G[0..1] ∈ [--..--]
+  S_1_S_1_S_G[0] ∈ {{ NULL ; &S_0_S_1_S_1_S_G[0] }}
+             [1] ∈ {{ NULL ; &S_1_S_1_S_1_S_G[0] }}
+  S_0_S_1_S_1_S_G[0..1] ∈ [--..--]
+  S_1_S_1_S_1_S_G[0..1] ∈ [--..--]
+  S_G1[0..1] ∈ [--..--]
+  S_0_p_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_p_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_q_ss[0][0] ∈ {{ NULL ; (struct ss *)&S_0_0_S_q_ss }}
+        [0][1] ∈ {{ NULL ; (struct ss *)&S_1_0_S_q_ss }}
+        [0][2..7] ∈
+        {{ NULL ; (struct ss *)&S_0_0_S_q_ss ; (struct ss *)&S_1_0_S_q_ss }}
+        [1][0] ∈ {{ NULL ; (struct ss *)&S_0_1_S_q_ss }}
+        [1][1] ∈ {{ NULL ; (struct ss *)&S_1_1_S_q_ss }}
+        [1][2..7] ∈
+        {{ NULL ; (struct ss *)&S_0_1_S_q_ss ; (struct ss *)&S_1_1_S_q_ss }}
+  S_0_0_S_q_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_0_S_q_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_0_1_S_q_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_1_S_q_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+[value] computing for function f_int <- main.
+        Called from tests/value/library.i:17.
+tests/value/library.i:17:[kernel] warning: Neither code nor specification for function f_int, generating default assigns from the prototype
+[value] using specification for function f_int
+[value] Done for function f_int
+[value] computing for function f_star_int <- main.
+        Called from tests/value/library.i:18.
+tests/value/library.i:18:[kernel] warning: Neither code nor specification for function f_star_int, generating default assigns from the prototype
+[value] using specification for function f_star_int
+[value] Done for function f_star_int
+tests/value/library.i:19:[value] warning: out of bounds write. assert \valid(G1);
+tests/value/library.i:20:[value] warning: out of bounds read. assert \valid_read(G);
+tests/value/library.i:20:[value] warning: out of bounds read. assert \valid_read(*G);
+tests/value/library.i:20:[value] warning: out of bounds read. assert \valid_read(*(*G));
+tests/value/library.i:20:[value] warning: out of bounds write. assert \valid(*(*(*G)));
+[value] computing for function gen <- main.
+        Called from tests/value/library.i:24.
+tests/value/library.i:24:[kernel] warning: Neither code nor specification for function gen, generating default assigns from the prototype
+[value] using specification for function gen
+[value] Done for function gen
+tests/value/library.i:25:[value] warning: pointer to function with incompatible type. assert \valid_function(f);
+tests/value/library.i:26:[value] warning: pointer to function with incompatible type. assert \valid_function(g);
+tests/value/library.i:27:[value] warning: pointer to function with incompatible type. assert \valid_function(h);
+[value] computing for function alloced_return_gen <- main.
+        Called from tests/value/library.i:27.
+tests/value/library.i:27:[kernel] warning: Neither code nor specification for function alloced_return_gen, generating default assigns from the prototype
+[value] using specification for function alloced_return_gen
+[value] Done for function alloced_return_gen
+[value] computing for function i <- main.
+        Called from tests/value/library.i:28.
+tests/value/library.i:28:[kernel] warning: Neither code nor specification for function i, generating default assigns from the prototype
+[value] using specification for function i
+[value] Done for function i
+tests/value/library.i:29:[value] warning: out of bounds read. assert \valid_read(pf);
+[value] computing for function k <- main.
+        Called from tests/value/library.i:32.
+tests/value/library.i:32:[kernel] warning: Neither code nor specification for function k, generating default assigns from the prototype
+[value] using specification for function k
+[value] Done for function k
+tests/value/library.i:33:[value] warning: out of bounds write. assert \valid(pd);
+[value] Recording results for main
+[value] done for function main
+tests/value/library.i:25:[value] assertion 'Value,function_pointer' got final status invalid.
+tests/value/library.i:26:[value] assertion 'Value,function_pointer' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G0 ∈ [--..--]
+  G1 ∈ {{ &alloced_return_f_star_int + [0..2147483644],0%4 }}
+  x ∈ [--..--]
+  y ∈ {4}
+  h ∈ {{ &alloced_return_gen }}
+  z3 ∈ [--..--]
+  pf ∈ {{ &alloced_return_i + [0..2147483644],0%4 }}
+  vf ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
+  pd ∈ {{ &alloced_return_k + [0..2147483640],0%8 }}
+  S_0_S_0_S_0_S_G[0] ∈ {1}
+                 [1] ∈ [--..--]
+  alloced_return_f_star_int[bits 0 to ..] ∈ [--..--]
+  alloced_return_i[bits 0 to ..]# ∈
+                  [-3.40282346639e+38 .. 3.40282346639e+38] repeated %32 
+  alloced_return_k[bits 0 to ..]# ∈
+                  [-1.79769313486e+308 .. 1.79769313486e+308] repeated %64 
+[from] Computing for function main
+[from] Computing for function f_int <-main
+[from] Done for function f_int
+[from] Computing for function f_star_int <-main
+[from] Done for function f_star_int
+[from] Computing for function gen <-main
+[from] Done for function gen
+[from] Computing for function alloced_return_gen <-main
+[from] Done for function alloced_return_gen
+[from] Computing for function i <-main
+[from] Done for function i
+[from] Computing for function k <-main
+[from] Done for function k
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function alloced_return_gen:
+  x FROM x; y (and SELF)
+  \result FROM x; y
+[from] Function f_int:
+  \result FROM x
+[from] Function f_star_int:
+  \result FROM x
+[from] Function gen:
+  \result FROM \nothing
+[from] Function i:
+  \result FROM \nothing
+[from] Function k:
+  \result FROM \nothing
+[from] Function main:
+  G0 FROM \nothing
+  G1 FROM \nothing
+  S_0_S_0_S_0_S_G[0] FROM G; S_G[0]; S_0_S_G[0]; S_0_S_0_S_G[0]
+  alloced_return_f_star_int[bits 0 to 17179869183] FROM \nothing (and SELF)
+  alloced_return_i[bits 0 to 17179869183]
+                  FROM alloced_return_i[bits 0 to 17179869183] (and SELF)
+  alloced_return_k[bits 0 to 17179869183] FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G0; G1; x; y; h; z1; z2; z3; pf; vf; pd; S_0_S_0_S_0_S_G[0];
+          alloced_return_f_star_int[bits 0 to 17179869183];
+          alloced_return_i[bits 0 to 17179869183];
+          alloced_return_k[bits 0 to 17179869183]
+[inout] Inputs for function main:
+          G; v; G1; f; S_G[0]; S_0_S_G[0]; S_0_S_0_S_G[0];
+          alloced_return_i[bits 0 to 17179869183]
+[value] Analyzing an incomplete application starting at main2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {{ NULL ; &S_G[0] }}
+  v ∈ [--..--]
+  G0 ∈ [--..--]
+  G1 ∈ {{ NULL ; &S_G1[0] }}
+  f ∈ {0}
+  s ∈ {0}
+  ss.p[0] ∈ {{ NULL ; (struct ss *)&S_0_p_ss }}
+    .p[1] ∈ {{ NULL ; (struct ss *)&S_1_p_ss }}
+    .p[2..7] ∈ {{ NULL ; (struct ss *)&S_0_p_ss ; (struct ss *)&S_1_p_ss }}
+    .q ∈ {{ NULL ; &S_q_ss[0] }}
+  ff ∈ {0}
+  s_bitfield.bf1 ∈ [--..--]
+            .[bits 5 to 15] ∈ UNINITIALIZED
+            .control ∈ [--..--]
+            .[bits 30 to 31] ∈ UNINITIALIZED
+  S_G[0] ∈ {{ NULL ; &S_0_S_G[0] }}
+     [1] ∈ {{ NULL ; &S_1_S_G[0] }}
+  S_0_S_G[0] ∈ {{ NULL ; &S_0_S_0_S_G[0] }}
+         [1] ∈ {{ NULL ; &S_1_S_0_S_G[0] }}
+  S_0_S_0_S_G[0] ∈ {{ NULL ; &S_0_S_0_S_0_S_G[0] }}
+             [1] ∈ {{ NULL ; &S_1_S_0_S_0_S_G[0] }}
+  S_0_S_0_S_0_S_G[0..1] ∈ [--..--]
+  S_1_S_0_S_0_S_G[0..1] ∈ [--..--]
+  S_1_S_0_S_G[0] ∈ {{ NULL ; &S_0_S_1_S_0_S_G[0] }}
+             [1] ∈ {{ NULL ; &S_1_S_1_S_0_S_G[0] }}
+  S_0_S_1_S_0_S_G[0..1] ∈ [--..--]
+  S_1_S_1_S_0_S_G[0..1] ∈ [--..--]
+  S_1_S_G[0] ∈ {{ NULL ; &S_0_S_1_S_G[0] }}
+         [1] ∈ {{ NULL ; &S_1_S_1_S_G[0] }}
+  S_0_S_1_S_G[0] ∈ {{ NULL ; &S_0_S_0_S_1_S_G[0] }}
+             [1] ∈ {{ NULL ; &S_1_S_0_S_1_S_G[0] }}
+  S_0_S_0_S_1_S_G[0..1] ∈ [--..--]
+  S_1_S_0_S_1_S_G[0..1] ∈ [--..--]
+  S_1_S_1_S_G[0] ∈ {{ NULL ; &S_0_S_1_S_1_S_G[0] }}
+             [1] ∈ {{ NULL ; &S_1_S_1_S_1_S_G[0] }}
+  S_0_S_1_S_1_S_G[0..1] ∈ [--..--]
+  S_1_S_1_S_1_S_G[0..1] ∈ [--..--]
+  S_G1[0..1] ∈ [--..--]
+  S_0_p_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_p_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_q_ss[0][0] ∈ {{ NULL ; (struct ss *)&S_0_0_S_q_ss }}
+        [0][1] ∈ {{ NULL ; (struct ss *)&S_1_0_S_q_ss }}
+        [0][2..7] ∈
+        {{ NULL ; (struct ss *)&S_0_0_S_q_ss ; (struct ss *)&S_1_0_S_q_ss }}
+        [1][0] ∈ {{ NULL ; (struct ss *)&S_0_1_S_q_ss }}
+        [1][1] ∈ {{ NULL ; (struct ss *)&S_1_1_S_q_ss }}
+        [1][2..7] ∈
+        {{ NULL ; (struct ss *)&S_0_1_S_q_ss ; (struct ss *)&S_1_1_S_q_ss }}
+  S_0_0_S_q_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_0_S_q_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_0_1_S_q_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_1_S_q_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+tests/value/library.i:56:[value] warning: assertion 'Unknown' got status unknown.
+tests/value/library.i:57:[value] assertion got status valid.
+tests/value/library.i:58:[value] assertion got status valid.
+tests/value/library.i:60:[value] warning: assertion 'Unknown' got status unknown.
+[value] Called Frama_C_show_each_reached_1()
+tests/value/library.i:64:[value] warning: assertion 'Unknown' got status unknown.
+[value] Called Frama_C_show_each_reached_2()
+tests/value/library.i:68:[value] warning: assertion 'Unknown_Invalid' got status invalid (stopping propagation).
+[value] Recording results for main2
+[value] done for function main2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2:
+  
+[from] Computing for function main2
+[from] Done for function main2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2:
+          \nothing
+[inout] Inputs for function main2:
+          v
+[value] Analyzing an incomplete application starting at main2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {{ NULL ; &S_G_0[0] }}
+  v ∈ [--..--]
+  G0 ∈ [--..--]
+  G1 ∈ {{ NULL ; &S_G1_0[0] }}
+  f ∈ {0}
+  s ∈ {0}
+  ss.p[0] ∈ {{ NULL ; (struct ss *)&S_0_p_ss_0 }}
+    .p[1] ∈ {{ NULL ; (struct ss *)&S_1_p_ss_0 }}
+    .p[2] ∈ {{ NULL ; (struct ss *)&S_2_p_ss }}
+    .p[3] ∈ {{ NULL ; (struct ss *)&S_3_p_ss }}
+    .p[4..7] ∈
+    {{ NULL ; (struct ss *)&S_0_p_ss_0 ; (struct ss *)&S_1_p_ss_0 ;
+       (struct ss *)&S_2_p_ss ; (struct ss *)&S_3_p_ss }}
+    .q ∈ {{ NULL ; &S_q_ss_0[0] }}
+  ff ∈ {0}
+  s_bitfield.bf1 ∈ [--..--]
+            .[bits 5 to 15] ∈ UNINITIALIZED
+            .control ∈ [--..--]
+            .[bits 30 to 31] ∈ UNINITIALIZED
+  S_G_0[0] ∈ {{ NULL ; &S_0_S_G_0[0] }}
+       [1] ∈ {{ NULL ; &S_1_S_G_0[0] }}
+       [2] ∈ {{ NULL ; &S_2_S_G_0[0] }}
+       [3] ∈ {{ NULL ; &S_3_S_G_0[0] }}
+  S_0_S_G_0[0] ∈ {{ NULL ; &S_0_S_0_S_G_0[0] }}
+           [1] ∈ {{ NULL ; &S_1_S_0_S_G_0[0] }}
+           [2] ∈ {{ NULL ; &S_2_S_0_S_G_0[0] }}
+           [3] ∈ {{ NULL ; &S_3_S_0_S_G_0[0] }}
+  S_0_S_0_S_G_0[0] ∈ {{ NULL ; &S_0_S_0_S_0_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_0_S_0_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_0_S_0_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_0_S_0_S_G_0[0] }}
+  S_0_S_0_S_0_S_G_0[0..3] ∈ [--..--]
+  S_1_S_0_S_0_S_G_0[0..3] ∈ [--..--]
+  S_2_S_0_S_0_S_G_0[0..3] ∈ [--..--]
+  S_3_S_0_S_0_S_G_0[0..3] ∈ [--..--]
+  S_1_S_0_S_G_0[0] ∈ {{ NULL ; &S_0_S_1_S_0_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_1_S_0_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_1_S_0_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_1_S_0_S_G_0[0] }}
+  S_0_S_1_S_0_S_G_0[0..3] ∈ [--..--]
+  S_1_S_1_S_0_S_G_0[0..3] ∈ [--..--]
+  S_2_S_1_S_0_S_G_0[0..3] ∈ [--..--]
+  S_3_S_1_S_0_S_G_0[0..3] ∈ [--..--]
+  S_2_S_0_S_G_0[0] ∈ {{ NULL ; &S_0_S_2_S_0_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_2_S_0_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_2_S_0_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_2_S_0_S_G_0[0] }}
+  S_0_S_2_S_0_S_G_0[0..3] ∈ [--..--]
+  S_1_S_2_S_0_S_G_0[0..3] ∈ [--..--]
+  S_2_S_2_S_0_S_G_0[0..3] ∈ [--..--]
+  S_3_S_2_S_0_S_G_0[0..3] ∈ [--..--]
+  S_3_S_0_S_G_0[0] ∈ {{ NULL ; &S_0_S_3_S_0_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_3_S_0_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_3_S_0_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_3_S_0_S_G_0[0] }}
+  S_0_S_3_S_0_S_G_0[0..3] ∈ [--..--]
+  S_1_S_3_S_0_S_G_0[0..3] ∈ [--..--]
+  S_2_S_3_S_0_S_G_0[0..3] ∈ [--..--]
+  S_3_S_3_S_0_S_G_0[0..3] ∈ [--..--]
+  S_1_S_G_0[0] ∈ {{ NULL ; &S_0_S_1_S_G_0[0] }}
+           [1] ∈ {{ NULL ; &S_1_S_1_S_G_0[0] }}
+           [2] ∈ {{ NULL ; &S_2_S_1_S_G_0[0] }}
+           [3] ∈ {{ NULL ; &S_3_S_1_S_G_0[0] }}
+  S_0_S_1_S_G_0[0] ∈ {{ NULL ; &S_0_S_0_S_1_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_0_S_1_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_0_S_1_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_0_S_1_S_G_0[0] }}
+  S_0_S_0_S_1_S_G_0[0..3] ∈ [--..--]
+  S_1_S_0_S_1_S_G_0[0..3] ∈ [--..--]
+  S_2_S_0_S_1_S_G_0[0..3] ∈ [--..--]
+  S_3_S_0_S_1_S_G_0[0..3] ∈ [--..--]
+  S_1_S_1_S_G_0[0] ∈ {{ NULL ; &S_0_S_1_S_1_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_1_S_1_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_1_S_1_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_1_S_1_S_G_0[0] }}
+  S_0_S_1_S_1_S_G_0[0..3] ∈ [--..--]
+  S_1_S_1_S_1_S_G_0[0..3] ∈ [--..--]
+  S_2_S_1_S_1_S_G_0[0..3] ∈ [--..--]
+  S_3_S_1_S_1_S_G_0[0..3] ∈ [--..--]
+  S_2_S_1_S_G_0[0] ∈ {{ NULL ; &S_0_S_2_S_1_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_2_S_1_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_2_S_1_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_2_S_1_S_G_0[0] }}
+  S_0_S_2_S_1_S_G_0[0..3] ∈ [--..--]
+  S_1_S_2_S_1_S_G_0[0..3] ∈ [--..--]
+  S_2_S_2_S_1_S_G_0[0..3] ∈ [--..--]
+  S_3_S_2_S_1_S_G_0[0..3] ∈ [--..--]
+  S_3_S_1_S_G_0[0] ∈ {{ NULL ; &S_0_S_3_S_1_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_3_S_1_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_3_S_1_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_3_S_1_S_G_0[0] }}
+  S_0_S_3_S_1_S_G_0[0..3] ∈ [--..--]
+  S_1_S_3_S_1_S_G_0[0..3] ∈ [--..--]
+  S_2_S_3_S_1_S_G_0[0..3] ∈ [--..--]
+  S_3_S_3_S_1_S_G_0[0..3] ∈ [--..--]
+  S_2_S_G_0[0] ∈ {{ NULL ; &S_0_S_2_S_G_0[0] }}
+           [1] ∈ {{ NULL ; &S_1_S_2_S_G_0[0] }}
+           [2] ∈ {{ NULL ; &S_2_S_2_S_G_0[0] }}
+           [3] ∈ {{ NULL ; &S_3_S_2_S_G_0[0] }}
+  S_0_S_2_S_G_0[0] ∈ {{ NULL ; &S_0_S_0_S_2_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_0_S_2_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_0_S_2_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_0_S_2_S_G_0[0] }}
+  S_0_S_0_S_2_S_G_0[0..3] ∈ [--..--]
+  S_1_S_0_S_2_S_G_0[0..3] ∈ [--..--]
+  S_2_S_0_S_2_S_G_0[0..3] ∈ [--..--]
+  S_3_S_0_S_2_S_G_0[0..3] ∈ [--..--]
+  S_1_S_2_S_G_0[0] ∈ {{ NULL ; &S_0_S_1_S_2_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_1_S_2_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_1_S_2_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_1_S_2_S_G_0[0] }}
+  S_0_S_1_S_2_S_G_0[0..3] ∈ [--..--]
+  S_1_S_1_S_2_S_G_0[0..3] ∈ [--..--]
+  S_2_S_1_S_2_S_G_0[0..3] ∈ [--..--]
+  S_3_S_1_S_2_S_G_0[0..3] ∈ [--..--]
+  S_2_S_2_S_G_0[0] ∈ {{ NULL ; &S_0_S_2_S_2_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_2_S_2_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_2_S_2_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_2_S_2_S_G_0[0] }}
+  S_0_S_2_S_2_S_G_0[0..3] ∈ [--..--]
+  S_1_S_2_S_2_S_G_0[0..3] ∈ [--..--]
+  S_2_S_2_S_2_S_G_0[0..3] ∈ [--..--]
+  S_3_S_2_S_2_S_G_0[0..3] ∈ [--..--]
+  S_3_S_2_S_G_0[0] ∈ {{ NULL ; &S_0_S_3_S_2_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_3_S_2_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_3_S_2_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_3_S_2_S_G_0[0] }}
+  S_0_S_3_S_2_S_G_0[0..3] ∈ [--..--]
+  S_1_S_3_S_2_S_G_0[0..3] ∈ [--..--]
+  S_2_S_3_S_2_S_G_0[0..3] ∈ [--..--]
+  S_3_S_3_S_2_S_G_0[0..3] ∈ [--..--]
+  S_3_S_G_0[0] ∈ {{ NULL ; &S_0_S_3_S_G_0[0] }}
+           [1] ∈ {{ NULL ; &S_1_S_3_S_G_0[0] }}
+           [2] ∈ {{ NULL ; &S_2_S_3_S_G_0[0] }}
+           [3] ∈ {{ NULL ; &S_3_S_3_S_G_0[0] }}
+  S_0_S_3_S_G_0[0] ∈ {{ NULL ; &S_0_S_0_S_3_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_0_S_3_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_0_S_3_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_0_S_3_S_G_0[0] }}
+  S_0_S_0_S_3_S_G_0[0..3] ∈ [--..--]
+  S_1_S_0_S_3_S_G_0[0..3] ∈ [--..--]
+  S_2_S_0_S_3_S_G_0[0..3] ∈ [--..--]
+  S_3_S_0_S_3_S_G_0[0..3] ∈ [--..--]
+  S_1_S_3_S_G_0[0] ∈ {{ NULL ; &S_0_S_1_S_3_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_1_S_3_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_1_S_3_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_1_S_3_S_G_0[0] }}
+  S_0_S_1_S_3_S_G_0[0..3] ∈ [--..--]
+  S_1_S_1_S_3_S_G_0[0..3] ∈ [--..--]
+  S_2_S_1_S_3_S_G_0[0..3] ∈ [--..--]
+  S_3_S_1_S_3_S_G_0[0..3] ∈ [--..--]
+  S_2_S_3_S_G_0[0] ∈ {{ NULL ; &S_0_S_2_S_3_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_2_S_3_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_2_S_3_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_2_S_3_S_G_0[0] }}
+  S_0_S_2_S_3_S_G_0[0..3] ∈ [--..--]
+  S_1_S_2_S_3_S_G_0[0..3] ∈ [--..--]
+  S_2_S_2_S_3_S_G_0[0..3] ∈ [--..--]
+  S_3_S_2_S_3_S_G_0[0..3] ∈ [--..--]
+  S_3_S_3_S_G_0[0] ∈ {{ NULL ; &S_0_S_3_S_3_S_G_0[0] }}
+               [1] ∈ {{ NULL ; &S_1_S_3_S_3_S_G_0[0] }}
+               [2] ∈ {{ NULL ; &S_2_S_3_S_3_S_G_0[0] }}
+               [3] ∈ {{ NULL ; &S_3_S_3_S_3_S_G_0[0] }}
+  S_0_S_3_S_3_S_G_0[0..3] ∈ [--..--]
+  S_1_S_3_S_3_S_G_0[0..3] ∈ [--..--]
+  S_2_S_3_S_3_S_G_0[0..3] ∈ [--..--]
+  S_3_S_3_S_3_S_G_0[0..3] ∈ [--..--]
+  S_G1_0[0..3] ∈ [--..--]
+  S_0_p_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_p_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_2_p_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_3_p_ss[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_q_ss_0[0][0] ∈ {{ NULL ; (struct ss *)&S_0_0_S_q_ss_0 }}
+          [0][1] ∈ {{ NULL ; (struct ss *)&S_1_0_S_q_ss_0 }}
+          [0][2] ∈ {{ NULL ; (struct ss *)&S_2_0_S_q_ss_0 }}
+          [0][3] ∈ {{ NULL ; (struct ss *)&S_3_0_S_q_ss_0 }}
+          [0][4..7] ∈
+          {{ NULL ; (struct ss *)&S_0_0_S_q_ss_0 ;
+             (struct ss *)&S_1_0_S_q_ss_0 ; (struct ss *)&S_2_0_S_q_ss_0 ;
+             (struct ss *)&S_3_0_S_q_ss_0 }}
+          [1][0] ∈ {{ NULL ; (struct ss *)&S_0_1_S_q_ss_0 }}
+          [1][1] ∈ {{ NULL ; (struct ss *)&S_1_1_S_q_ss_0 }}
+          [1][2] ∈ {{ NULL ; (struct ss *)&S_2_1_S_q_ss_0 }}
+          [1][3] ∈ {{ NULL ; (struct ss *)&S_3_1_S_q_ss_0 }}
+          [1][4..7] ∈
+          {{ NULL ; (struct ss *)&S_0_1_S_q_ss_0 ;
+             (struct ss *)&S_1_1_S_q_ss_0 ; (struct ss *)&S_2_1_S_q_ss_0 ;
+             (struct ss *)&S_3_1_S_q_ss_0 }}
+          [2][0] ∈ {{ NULL ; (struct ss *)&S_0_2_S_q_ss_0 }}
+          [2][1] ∈ {{ NULL ; (struct ss *)&S_1_2_S_q_ss_0 }}
+          [2][2] ∈ {{ NULL ; (struct ss *)&S_2_2_S_q_ss_0 }}
+          [2][3] ∈ {{ NULL ; (struct ss *)&S_3_2_S_q_ss_0 }}
+          [2][4..7] ∈
+          {{ NULL ; (struct ss *)&S_0_2_S_q_ss_0 ;
+             (struct ss *)&S_1_2_S_q_ss_0 ; (struct ss *)&S_2_2_S_q_ss_0 ;
+             (struct ss *)&S_3_2_S_q_ss_0 }}
+          [3][0] ∈ {{ NULL ; (struct ss *)&S_0_3_S_q_ss_0 }}
+          [3][1] ∈ {{ NULL ; (struct ss *)&S_1_3_S_q_ss_0 }}
+          [3][2] ∈ {{ NULL ; (struct ss *)&S_2_3_S_q_ss_0 }}
+          [3][3] ∈ {{ NULL ; (struct ss *)&S_3_3_S_q_ss_0 }}
+          [3][4..7] ∈
+          {{ NULL ; (struct ss *)&S_0_3_S_q_ss_0 ;
+             (struct ss *)&S_1_3_S_q_ss_0 ; (struct ss *)&S_2_3_S_q_ss_0 ;
+             (struct ss *)&S_3_3_S_q_ss_0 }}
+  S_0_0_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_0_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_2_0_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_3_0_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_0_1_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_1_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_2_1_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_3_1_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_0_2_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_2_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_2_2_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_3_2_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_0_3_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_1_3_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_2_3_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+  S_3_3_S_q_ss_0[bits 0 to ..] ∈ [--..--] or UNINITIALIZED
+[value] Called Frama_C_show_each_reached_1()
+[value] Called Frama_C_show_each_reached_2()
+tests/value/library.i:68:[value] warning: assertion 'Unknown_Invalid' got status unknown.
+[value] Called Frama_C_show_each_reached_3()
+[value] Recording results for main2
+[value] done for function main2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2:
+  
+[from] Computing for function main2
+[from] Done for function main2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2:
+          \nothing
+[inout] Inputs for function main2:
+          v
diff --git a/tests/value/oracle_symblocs/library_precond.err.oracle b/tests/value/oracle_symblocs/library_precond.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/library_precond.res.oracle b/tests/value/oracle_symblocs/library_precond.res.oracle
new file mode 100644
index 00000000000..56650356ba5
--- /dev/null
+++ b/tests/value/oracle_symblocs/library_precond.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/library_precond.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function mxml <- main.
+        Called from tests/value/library_precond.i:9.
+[value] using specification for function mxml
+tests/value/library_precond.i:3:[value] warning: function mxml: precondition got status invalid.
+[value] Done for function mxml
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Computing for function mxml <-main
+[from] Done for function mxml
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function mxml:
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; a
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/limits.err.oracle b/tests/value/oracle_symblocs/limits.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/limits.res.oracle b/tests/value/oracle_symblocs/limits.res.oracle
new file mode 100644
index 00000000000..b19eebfd8f6
--- /dev/null
+++ b/tests/value/oracle_symblocs/limits.res.oracle
@@ -0,0 +1,35 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/limits.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  cl ∈ {0}
+  cu ∈ {0}
+  ucu ∈ {0}
+  il ∈ {0}
+  iu ∈ {0}
+  uiu ∈ {0}
+  ll ∈ {0}
+  lu ∈ {0}
+  ulu ∈ {0}
+  lll ∈ {0}
+  llu ∈ {0}
+  ullu ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  cl ∈ {-128}
+  cu ∈ {127}
+  ucu ∈ {255}
+  il ∈ {-2147483648}
+  iu ∈ {2147483647}
+  uiu ∈ {-1}
+  ll ∈ {-2147483648}
+  lu ∈ {2147483647}
+  ulu ∈ {4294967295}
+  lll ∈ {-9223372036854775808}
+  llu ∈ {9223372036854775807}
+  ullu ∈ {18446744073709551615}
+  __retres ∈ {0}
diff --git a/tests/value/oracle_symblocs/local.err.oracle b/tests/value/oracle_symblocs/local.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/local.res.oracle b/tests/value/oracle_symblocs/local.res.oracle
new file mode 100644
index 00000000000..a9c42496641
--- /dev/null
+++ b/tests/value/oracle_symblocs/local.res.oracle
@@ -0,0 +1,121 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/local.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  X ∈ {0}
+  Y ∈ {0}
+  Z ∈ {0}
+  T ∈ {0}
+  U ∈ {0}
+  V ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/local.i:33.
+tests/value/local.i:7:[value] warning: locals {b} escaping the scope of f through \result
+tests/value/local.i:7:[value] warning: locals {a} escaping the scope of f through X
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/local.i:34.
+[value] computing for function f <- g <- main.
+        Called from tests/value/local.i:13.
+[value] Recording results for f
+[value] Done for function f
+tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g through \result
+tests/value/local.i:15:[value] warning: locals {d} escaping the scope of g through U
+[value] Recording results for g
+[value] Done for function g
+[value] DUMPING STATE of file tests/value/local.i line 35
+        X ∈ ESCAPINGADDR
+        Y ∈ ESCAPINGADDR
+        Z ∈ ESCAPINGADDR
+        T ∈ ESCAPINGADDR
+        U ∈ ESCAPINGADDR
+        V ∈ {0}
+        e ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function h <- main.
+        Called from tests/value/local.i:36.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function i <- main.
+        Called from tests/value/local.i:37.
+[value] Recording results for i
+[value] Done for function i
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  X ∈ {{ &a }}
+  __retres ∈ {{ &b }}
+[value:final-states] Values at end of function g:
+  X ∈ ESCAPINGADDR
+  T ∈ ESCAPINGADDR
+  U ∈ {{ &d }} or ESCAPINGADDR
+  d ∈ [--..--]
+[value:final-states] Values at end of function h:
+  __retres ∈ {{ &e + {4} }}
+[value:final-states] Values at end of function i:
+  x ∈ {{ &local }}
+[value:final-states] Values at end of function main:
+  X ∈ ESCAPINGADDR
+  Y ∈ ESCAPINGADDR
+  Z ∈ ESCAPINGADDR
+  T ∈ ESCAPINGADDR
+  U ∈ ESCAPINGADDR
+  V ∈ {{ &e + {4} }}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function i
+[from] Done for function i
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  X FROM \nothing
+  \result FROM \nothing
+[from] Function g:
+  X FROM \nothing
+  T FROM \nothing
+  U FROM \nothing
+  \result FROM \nothing
+[from] Function h:
+  \result FROM x
+[from] Function i:
+  NO EFFECTS
+[from] Function main:
+  X FROM \nothing
+  Y FROM \nothing
+  Z FROM \nothing
+  T FROM \nothing
+  U FROM \nothing
+  V FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          X; __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          X; T; U; d
+[inout] Inputs for function g:
+          T; U
+[inout] Out (internal) for function h:
+          __retres
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function i:
+          x
+[inout] Inputs for function i:
+          \nothing
+[inout] Out (internal) for function main:
+          X; Y; Z; T; U; V
+[inout] Inputs for function main:
+          T; U
diff --git a/tests/value/oracle_symblocs/local_cleanup.err.oracle b/tests/value/oracle_symblocs/local_cleanup.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/local_cleanup.res.oracle b/tests/value/oracle_symblocs/local_cleanup.res.oracle
new file mode 100644
index 00000000000..82a52f7c2fc
--- /dev/null
+++ b/tests/value/oracle_symblocs/local_cleanup.res.oracle
@@ -0,0 +1,61 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/local_cleanup.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/local_cleanup.c:16.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/local_cleanup.c:17.
+[value] computing for function f <- g <- main.
+        Called from tests/value/local_cleanup.c:11.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  t[0] ∈ UNINITIALIZED
+   [1] ∈ {12}
+  lmain[0] ∈ UNINITIALIZED
+       [1] ∈ {12}
+[value:final-states] Values at end of function g:
+  t[0] ∈ UNINITIALIZED
+   [1] ∈ {12}
+[value:final-states] Values at end of function main:
+  lmain[0] ∈ UNINITIALIZED
+       [1] ∈ {12}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  t[1] FROM p (and SELF)
+  lmain[1] FROM p (and SELF)
+[from] Function g:
+  lmain[1] FROM \nothing (and SELF)
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          t[1]; lmain[1]
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          t[1]
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function main:
+          lmain[1]
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/local_slevel.err.oracle b/tests/value/oracle_symblocs/local_slevel.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/local_slevel.res.oracle b/tests/value/oracle_symblocs/local_slevel.res.oracle
new file mode 100644
index 00000000000..66889335241
--- /dev/null
+++ b/tests/value/oracle_symblocs/local_slevel.res.oracle
@@ -0,0 +1,529 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/local_slevel.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  t[0..99] ∈ {0}
+  vol ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/local_slevel.i:47.
+tests/value/local_slevel.i:10:[value] entering loop for the first time
+[value] Called Frama_C_show_each({-1}, {0}, {0})
+[value] Called Frama_C_show_each({1}, {1}, {0; 1})
+[value] Called Frama_C_show_each({-1}, {0}, {0; 1})
+[value] Called Frama_C_show_each({1}, {1}, {0; 1; 2})
+[value] Called Frama_C_show_each({-1}, {0; 2}, {0; 1; 2})
+[value] Called Frama_C_show_each({1}, [1..79],1%2, {0; 1; 2; 3})
+[value] Called Frama_C_show_each({-1}, [0..78],0%2, {0; 1; 2; 3})
+[value] Called Frama_C_show_each({1}, [1..79],1%2, {0; 1; 2; 3; 4})
+[value] Called Frama_C_show_each({-1}, [0..78],0%2, {0; 1; 2; 3; 4})
+[value] Called Frama_C_show_each({1}, [1..79],1%2, [0..2147483647])
+[value] Called Frama_C_show_each({-1}, [0..78],0%2, [0..2147483647])
+[value] Called Frama_C_show_each({1}, [1..79],1%2, [0..2147483648])
+[value] Called Frama_C_show_each({-1}, [0..78],0%2, [0..2147483648])
+[value] Called Frama_C_show_each({1}, [1..79],1%2, [0..4294967295])
+[value] Called Frama_C_show_each({-1}, [0..78],0%2, [0..4294967295])
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/local_slevel.i:48.
+[value] Called Frama_C_show_each({0})
+[value] Called Frama_C_show_each({1})
+[value] Called Frama_C_show_each({2})
+[value] Called Frama_C_show_each({3})
+[value] Called Frama_C_show_each({4})
+[value] Called Frama_C_show_each({5})
+[value] Called Frama_C_show_each({6})
+[value] Called Frama_C_show_each({7})
+[value] Called Frama_C_show_each({8})
+[value] Called Frama_C_show_each({9})
+[value] Called Frama_C_show_each({10})
+[value] Called Frama_C_show_each({11})
+[value] Called Frama_C_show_each({12})
+[value] Called Frama_C_show_each({13})
+[value] Called Frama_C_show_each({14})
+[value] Called Frama_C_show_each({15})
+[value] Called Frama_C_show_each({16})
+[value] Called Frama_C_show_each({17})
+[value] Called Frama_C_show_each({18})
+[value] Called Frama_C_show_each({19})
+[value] Called Frama_C_show_each({20})
+[value] Called Frama_C_show_each({21})
+[value] Called Frama_C_show_each({22})
+[value] Called Frama_C_show_each({23})
+[value] Called Frama_C_show_each({24})
+[value] Called Frama_C_show_each({25})
+[value] Called Frama_C_show_each({26})
+[value] Called Frama_C_show_each({27})
+[value] Called Frama_C_show_each({28})
+[value] Called Frama_C_show_each({29})
+[value] Called Frama_C_show_each({30})
+[value] Called Frama_C_show_each({31})
+[value] Called Frama_C_show_each({32})
+[value] Called Frama_C_show_each({33})
+[value] Called Frama_C_show_each({34})
+[value] Called Frama_C_show_each({35})
+[value] Called Frama_C_show_each({36})
+[value] Called Frama_C_show_each({37})
+[value] Called Frama_C_show_each({38})
+[value] Called Frama_C_show_each({39})
+[value] Called Frama_C_show_each({40})
+[value] Called Frama_C_show_each({41})
+[value] Called Frama_C_show_each({42})
+[value] Called Frama_C_show_each({43})
+[value] Called Frama_C_show_each({44})
+[value] Called Frama_C_show_each({45})
+[value] Called Frama_C_show_each({46})
+[value] Called Frama_C_show_each({47})
+[value] Called Frama_C_show_each({48})
+[value] Called Frama_C_show_each({49})
+[value] Semantic level unrolling superposing up to 100 states
+[value] Called Frama_C_show_each({50})
+[value] Called Frama_C_show_each({51})
+[value] Called Frama_C_show_each({52})
+[value] Called Frama_C_show_each({53})
+[value] Called Frama_C_show_each({54})
+[value] Called Frama_C_show_each({55})
+[value] Called Frama_C_show_each({56})
+[value] Called Frama_C_show_each({57})
+[value] Called Frama_C_show_each({58})
+[value] Called Frama_C_show_each({59})
+[value] Called Frama_C_show_each({60})
+[value] Called Frama_C_show_each({61})
+[value] Called Frama_C_show_each({62})
+[value] Called Frama_C_show_each({63})
+[value] Called Frama_C_show_each({64})
+[value] Called Frama_C_show_each({65})
+[value] Called Frama_C_show_each({66})
+[value] Called Frama_C_show_each({67})
+[value] Called Frama_C_show_each({68})
+[value] Called Frama_C_show_each({69})
+[value] Called Frama_C_show_each({70})
+[value] Called Frama_C_show_each({71})
+[value] Called Frama_C_show_each({72})
+[value] Called Frama_C_show_each({73})
+[value] Called Frama_C_show_each({74})
+[value] Called Frama_C_show_each({75})
+[value] Called Frama_C_show_each({76})
+[value] Called Frama_C_show_each({77})
+[value] Called Frama_C_show_each({78})
+[value] Called Frama_C_show_each({79})
+[value] Called Frama_C_show_each({80})
+[value] Called Frama_C_show_each({81})
+[value] Called Frama_C_show_each({82})
+[value] Called Frama_C_show_each({83})
+[value] Called Frama_C_show_each({84})
+[value] Called Frama_C_show_each({85})
+[value] Called Frama_C_show_each({86})
+[value] Called Frama_C_show_each({87})
+[value] Called Frama_C_show_each({88})
+[value] Called Frama_C_show_each({89})
+[value] Called Frama_C_show_each({90})
+[value] Called Frama_C_show_each({91})
+[value] Called Frama_C_show_each({92})
+[value] Called Frama_C_show_each({93})
+[value] Called Frama_C_show_each({94})
+[value] Called Frama_C_show_each({95})
+[value] Called Frama_C_show_each({96})
+[value] Called Frama_C_show_each({97})
+[value] Called Frama_C_show_each({98})
+[value] Called Frama_C_show_each({99})
+[value] Semantic level unrolling superposing up to 200 states
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  v ∈ {1} or UNINITIALIZED
+  r ∈ [--..--]
+[value:final-states] Values at end of function main2:
+  t[0..99] ∈ [-1073741823..2147483647]
+  i ∈ {100}
+[value:final-states] Values at end of function main:
+  t[0..99] ∈ [-1073741823..2147483647]
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  NO EFFECTS
+[from] Function main2:
+  t[0..99] FROM vol (and SELF)
+[from] Function main:
+  t[0..99] FROM vol (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          v; r; i
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          t[0..99]; i; n
+[inout] Inputs for function main2:
+          vol
+[inout] Out (internal) for function main:
+          t[0..99]
+[inout] Inputs for function main:
+          vol
+/* Generated by Frama-C */
+int *p;
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int ( /* missing proto */ Frama_C_show_each)();
+
+void main1(void)
+{
+  int v;
+  unsigned int r;
+  r = (unsigned int)0;
+  {
+    int i;
+    i = 0;
+    while (i < 80) {
+      /*@ ensures \true;
+          slevel 50;
+          assigns v; */
+      if (i % 2) v = 1; else v = -1;
+      Frama_C_show_each(v,i,r);
+      v *= v;
+      r += (unsigned int)(2 / (v + 1));
+      /*@ slevel default; */ ;
+      i ++;
+    }
+  }
+  return;
+}
+
+void g(void)
+{
+  int i;
+  i = 0;
+  if (! (i < 5)) goto unrolling_2_loop;
+  i ++;
+  unrolling_3_loop: ;
+  /*@ loop pragma UNROLL 1;
+      loop pragma UNROLL "done", 1; */
+  while (i < 5) i ++;
+  unrolling_2_loop: ;
+  return;
+}
+
+int t[100];
+int volatile vol;
+void main2(void)
+{
+  int i;
+  i = 0;
+  while (i < 100) {
+    {
+      int n;
+      Frama_C_show_each(i);
+      n = vol;
+      if (n >= 3) t[i] = n; else t[i] = (n + (1 << 30)) + 1;
+      /*@ slevel merge; */ ;
+    }
+    i ++;
+  }
+  return;
+}
+
+void main(void)
+{
+  main1();
+  main2();
+  return;
+}
+
+
+[scf] beginning constant propagation
+/* Generated by Frama-C */
+int *p;
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int ( /* missing proto */ Frama_C_show_each)();
+
+void main1(void)
+{
+  int v;
+  unsigned int r;
+  r = 0U;
+  {
+    int i;
+    i = 0;
+    while (i < 80) {
+      /*@ ensures \true;
+          slevel 50;
+          assigns v; */
+      if (i % 2) v = 1; else v = -1;
+      Frama_C_show_each(v,i,r);
+      v *= v;
+      r ++;
+      /*@ slevel default; */ ;
+      i ++;
+    }
+  }
+  return;
+}
+
+void g(void)
+{
+  int i;
+  i = 0;
+  if (! (i < 5)) goto unrolling_2_loop;
+  i ++;
+  unrolling_3_loop: ;
+  /*@ loop pragma UNROLL 1;
+      loop pragma UNROLL "done", 1; */
+  while (i < 5) i ++;
+  unrolling_2_loop: ;
+  return;
+}
+
+int t[100];
+int volatile vol;
+void main2(void)
+{
+  int i;
+  i = 0;
+  while (i < 100) {
+    {
+      int n;
+      Frama_C_show_each(i);
+      n = vol;
+      if (n >= 3) t[i] = n; else t[i] = (n + 1073741824) + 1;
+      /*@ slevel merge; */ ;
+    }
+    i ++;
+  }
+  return;
+}
+
+void main(void)
+{
+  main1();
+  main2();
+  return;
+}
+
+
+[scf] constant propagation done
+/* Generated by Frama-C */
+int *p;
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int ( /* missing proto */ Frama_C_show_each)();
+
+void main1(void)
+{
+  int v;
+  unsigned int r;
+  r = (unsigned int)0;
+  {
+    int i;
+    i = 0;
+    while (i < 80) {
+      /*@ ensures \true;
+          slevel 50;
+          assigns v; */
+      if (i % 2) v = 1; else v = -1;
+      Frama_C_show_each(v,i,r);
+      v *= v;
+      r += (unsigned int)(2 / (v + 1));
+      /*@ slevel default; */ ;
+      i ++;
+    }
+  }
+  return;
+}
+
+void g(void)
+{
+  int i;
+  i = 0;
+  if (! (i < 5)) goto unrolling_2_loop;
+  i ++;
+  unrolling_3_loop: ;
+  /*@ loop pragma UNROLL 1;
+      loop pragma UNROLL "done", 1; */
+  while (i < 5) i ++;
+  unrolling_2_loop: ;
+  return;
+}
+
+int t[100];
+int volatile vol;
+void main2(void)
+{
+  int i;
+  i = 0;
+  while (i < 100) {
+    {
+      int n;
+      Frama_C_show_each(i);
+      n = vol;
+      if (n >= 3) t[i] = n; else t[i] = (n + (1 << 30)) + 1;
+      /*@ slevel merge; */ ;
+    }
+    i ++;
+  }
+  return;
+}
+
+void main(void)
+{
+  main1();
+  main2();
+  return;
+}
+
+
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  t[0..99] ∈ {0}
+  vol ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/local_slevel.i:47.
+tests/value/local_slevel.i:10:[value] entering loop for the first time
+[value] Called Frama_C_show_each({-1}, {0}, {0})
+[value] Called Frama_C_show_each({1}, {1}, {0; 1})
+[value] Called Frama_C_show_each({-1}, {0}, {0; 1})
+[value] Called Frama_C_show_each({1}, {1}, {0; 1; 2})
+[value] Called Frama_C_show_each({-1}, {0; 2}, {0; 1; 2})
+[value] Called Frama_C_show_each({1}, [1..79],1%2, {0; 1; 2; 3})
+[value] Called Frama_C_show_each({-1}, [0..78],0%2, {0; 1; 2; 3})
+[value] Called Frama_C_show_each({1}, [1..79],1%2, {0; 1; 2; 3; 4})
+[value] Called Frama_C_show_each({-1}, [0..78],0%2, {0; 1; 2; 3; 4})
+[value] Called Frama_C_show_each({1}, [1..79],1%2, [0..2147483647])
+[value] Called Frama_C_show_each({-1}, [0..78],0%2, [0..2147483647])
+[value] Called Frama_C_show_each({1}, [1..79],1%2, [0..2147483648])
+[value] Called Frama_C_show_each({-1}, [0..78],0%2, [0..2147483648])
+[value] Called Frama_C_show_each({1}, [1..79],1%2, [0..4294967295])
+[value] Called Frama_C_show_each({-1}, [0..78],0%2, [0..4294967295])
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/local_slevel.i:48.
+[value] Called Frama_C_show_each({0})
+[value] Called Frama_C_show_each({1})
+[value] Called Frama_C_show_each({2})
+[value] Called Frama_C_show_each({3})
+[value] Called Frama_C_show_each({4})
+[value] Called Frama_C_show_each({5})
+[value] Called Frama_C_show_each({6})
+[value] Called Frama_C_show_each({7})
+[value] Called Frama_C_show_each({8})
+[value] Called Frama_C_show_each({9})
+[value] Called Frama_C_show_each({10})
+[value] Called Frama_C_show_each({11})
+[value] Called Frama_C_show_each({12})
+[value] Called Frama_C_show_each({13})
+[value] Called Frama_C_show_each({14})
+[value] Called Frama_C_show_each({15})
+[value] Called Frama_C_show_each({16})
+[value] Called Frama_C_show_each({17})
+[value] Called Frama_C_show_each({18})
+[value] Called Frama_C_show_each({19})
+[value] Called Frama_C_show_each({20})
+[value] Called Frama_C_show_each({21})
+[value] Called Frama_C_show_each({22})
+[value] Called Frama_C_show_each({23})
+[value] Called Frama_C_show_each({24})
+[value] Called Frama_C_show_each({25})
+[value] Called Frama_C_show_each({26})
+[value] Called Frama_C_show_each({27})
+[value] Called Frama_C_show_each({28})
+[value] Called Frama_C_show_each({29})
+[value] Called Frama_C_show_each({30})
+[value] Called Frama_C_show_each({31})
+[value] Called Frama_C_show_each({32})
+[value] Called Frama_C_show_each({33})
+[value] Called Frama_C_show_each({34})
+[value] Called Frama_C_show_each({35})
+[value] Called Frama_C_show_each({36})
+[value] Called Frama_C_show_each({37})
+[value] Called Frama_C_show_each({38})
+[value] Called Frama_C_show_each({39})
+[value] Called Frama_C_show_each({40})
+[value] Called Frama_C_show_each({41})
+[value] Called Frama_C_show_each({42})
+[value] Called Frama_C_show_each({43})
+[value] Called Frama_C_show_each({44})
+[value] Called Frama_C_show_each({45})
+[value] Called Frama_C_show_each({46})
+[value] Called Frama_C_show_each({47})
+[value] Called Frama_C_show_each({48})
+[value] Called Frama_C_show_each({49})
+[value] Semantic level unrolling superposing up to 100 states
+[value] Called Frama_C_show_each({50})
+[value] Called Frama_C_show_each({51})
+[value] Called Frama_C_show_each({52})
+[value] Called Frama_C_show_each({53})
+[value] Called Frama_C_show_each({54})
+[value] Called Frama_C_show_each({55})
+[value] Called Frama_C_show_each({56})
+[value] Called Frama_C_show_each({57})
+[value] Called Frama_C_show_each({58})
+[value] Called Frama_C_show_each({59})
+[value] Called Frama_C_show_each({60})
+[value] Called Frama_C_show_each({61})
+[value] Called Frama_C_show_each({62})
+[value] Called Frama_C_show_each({63})
+[value] Called Frama_C_show_each({64})
+[value] Called Frama_C_show_each({65})
+[value] Called Frama_C_show_each({66})
+[value] Called Frama_C_show_each({67})
+[value] Called Frama_C_show_each({68})
+[value] Called Frama_C_show_each({69})
+[value] Called Frama_C_show_each({70})
+[value] Called Frama_C_show_each({71})
+[value] Called Frama_C_show_each({72})
+[value] Called Frama_C_show_each({73})
+[value] Called Frama_C_show_each({74})
+[value] Called Frama_C_show_each({75})
+[value] Called Frama_C_show_each({76})
+[value] Called Frama_C_show_each({77})
+[value] Called Frama_C_show_each({78})
+[value] Called Frama_C_show_each({79})
+[value] Called Frama_C_show_each({80})
+[value] Called Frama_C_show_each({81})
+[value] Called Frama_C_show_each({82})
+[value] Called Frama_C_show_each({83})
+[value] Called Frama_C_show_each({84})
+[value] Called Frama_C_show_each({85})
+[value] Called Frama_C_show_each({86})
+[value] Called Frama_C_show_each({87})
+[value] Called Frama_C_show_each({88})
+[value] Called Frama_C_show_each({89})
+[value] Called Frama_C_show_each({90})
+[value] Called Frama_C_show_each({91})
+[value] Called Frama_C_show_each({92})
+[value] Called Frama_C_show_each({93})
+[value] Called Frama_C_show_each({94})
+[value] Called Frama_C_show_each({95})
+[value] Called Frama_C_show_each({96})
+[value] Called Frama_C_show_each({97})
+[value] Called Frama_C_show_each({98})
+[value] Called Frama_C_show_each({99})
+[value] Semantic level unrolling superposing up to 200 states
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  v ∈ {1} or UNINITIALIZED
+  r ∈ [--..--]
+[value:final-states] Values at end of function main2:
+  t[0..99] ∈ [-1073741823..2147483647]
+  i ∈ {100}
+[value:final-states] Values at end of function main:
+  t[0..99] ∈ [-1073741823..2147483647]
diff --git a/tests/value/oracle_symblocs/local_variables.err.oracle b/tests/value/oracle_symblocs/local_variables.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/local_variables.res.oracle b/tests/value/oracle_symblocs/local_variables.res.oracle
new file mode 100644
index 00000000000..bb3aeffbaf8
--- /dev/null
+++ b/tests/value/oracle_symblocs/local_variables.res.oracle
@@ -0,0 +1,138 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/local_variables.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  R ∈ {0}
+  S ∈ {0}
+[value] computing for function u <- main.
+        Called from tests/value/local_variables.i:30.
+[value] computing for function w <- u <- main.
+        Called from tests/value/local_variables.i:11.
+[value] computing for function unkn <- w <- u <- main.
+        Called from tests/value/local_variables.i:24.
+tests/value/local_variables.i:24:[kernel] warning: Neither code nor specification for function unkn, generating default assigns from the prototype
+[value] using specification for function unkn
+[value] Done for function unkn
+[value] Recording results for w
+[value] Done for function w
+[value] Recording results for u
+[value] Done for function u
+[value] computing for function v <- main.
+        Called from tests/value/local_variables.i:31.
+[value] computing for function w <- v <- main.
+        Called from tests/value/local_variables.i:18.
+[value] computing for function unkn <- w <- v <- main.
+        Called from tests/value/local_variables.i:24.
+[value] Done for function unkn
+[value] Recording results for w
+[value] Done for function w
+[value] Recording results for v
+[value] Done for function v
+tests/value/local_variables.i:35:[value] warning: locals {x} escaping the scope of a block of main through p
+tests/value/local_variables.i:43:[value] entering loop for the first time
+tests/value/local_variables.i:47:[value] warning: accessing left-value that contains escaping addresses.
+                 assert ¬\dangling(&p);
+tests/value/local_variables.i:47:[value] warning: out of bounds read. assert \valid_read(p);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function w:
+  B ∈ {0}
+  wu ∈ {0}
+  wv ∈ {0}
+  __retres ∈ {0}
+[value:final-states] Values at end of function u:
+  B ∈ {0}
+  ru ∈ {0}
+  wu ∈ {0}
+[value:final-states] Values at end of function v:
+  B ∈ {0}
+  rv ∈ {0}
+  wv ∈ {0}
+[value:final-states] Values at end of function main:
+  B ∈ {0}
+  R ∈ {0}
+  S ∈ {0}
+  p ∈ {{ &S_p[0] }}
+  __retres ∈ [--..--]
+[from] Computing for function w
+[from] Computing for function unkn <-w
+[from] Done for function unkn
+[from] Done for function w
+[from] Computing for function u
+[from] Done for function u
+[from] Computing for function v
+[from] Done for function v
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function unkn:
+  \result FROM \nothing
+[from] Function w:
+  B FROM ru; rv; pr (and SELF)
+  wu FROM A; pw (and SELF)
+  wv FROM A; pw (and SELF)
+  \result FROM ru; rv; pr
+[from] Function u:
+  B FROM C (and SELF)
+  \result FROM C
+[from] Function v:
+  B FROM D (and SELF)
+  \result FROM D
+[from] Function main:
+  B FROM C; D (and SELF)
+  R FROM C
+  S FROM D
+  \result FROM c; p; S_p[0]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function w:
+          B; wu; wv; tmp; __retres
+[inout] Inputs for function w:
+          A; ru; rv
+[inout] InOut (internal) for function w:
+        Operational inputs:
+          A; ru; rv; pr; pw
+        Operational inputs on termination:
+          A; ru; rv; pr; pw
+        Sure outputs:
+          tmp; __retres
+[inout] Out (internal) for function u:
+          B; ru; wu; tmp
+[inout] Inputs for function u:
+          A; C
+[inout] InOut (internal) for function u:
+        Operational inputs:
+          A; C
+        Operational inputs on termination:
+          A; C
+        Sure outputs:
+          ru; wu; tmp
+[inout] Out (internal) for function v:
+          B; rv; wv; tmp
+[inout] Inputs for function v:
+          A; D
+[inout] InOut (internal) for function v:
+        Operational inputs:
+          A; D
+        Operational inputs on termination:
+          A; D
+        Sure outputs:
+          rv; wv; tmp
+[inout] Out (internal) for function main:
+          B; R; S; p; x; y; z; t; i; a; __retres
+[inout] Inputs for function main:
+          A; C; D; S_p[0]
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          A; C; D; c; p; S_p[0]
+        Operational inputs on termination:
+          A; C; D; c; p; S_p[0]
+        Sure outputs:
+          R; S; y; z; t; i; __retres
diff --git a/tests/value/oracle_symblocs/lock.err.oracle b/tests/value/oracle_symblocs/lock.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/lock.res.oracle b/tests/value/oracle_symblocs/lock.res.oracle
new file mode 100644
index 00000000000..0aff38815e8
--- /dev/null
+++ b/tests/value/oracle_symblocs/lock.res.oracle
@@ -0,0 +1,47 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/lock.i (no preprocessing)
+[value] Analyzing a complete application starting at locks0_good
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  ghost_loctable[0..99] ∈ {0}
+  pmutex ∈ {0}
+tests/value/lock.i:48:[value] warning: function locks0_good: precondition got status unknown.
+[value] computing for function acquire_lock <- locks0_good.
+        Called from tests/value/lock.i:51.
+[value] using specification for function acquire_lock
+tests/value/lock.i:19:[value] warning: function acquire_lock: precondition got status unknown.
+tests/value/lock.i:21:[value] warning: no \from part for clause 'assigns ghost_loctable[0 .. 99];' of
+                 function acquire_lock
+[value] Done for function acquire_lock
+[value] computing for function release_lock <- locks0_good.
+        Called from tests/value/lock.i:52.
+[value] using specification for function release_lock
+tests/value/lock.i:27:[value] warning: function release_lock: precondition got status unknown.
+tests/value/lock.i:29:[value] warning: no \from part for clause 'assigns ghost_loctable[..];' of
+                 function release_lock
+[value] Done for function release_lock
+[value] Recording results for locks0_good
+[value] done for function locks0_good
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function locks0_good:
+  ghost_loctable[0..99] ∈ [--..--]
+[from] Computing for function locks0_good
+[from] Computing for function acquire_lock <-locks0_good
+[from] Done for function acquire_lock
+[from] Computing for function release_lock <-locks0_good
+[from] Done for function release_lock
+[from] Done for function locks0_good
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function acquire_lock:
+  ghost_loctable[0..99] FROM ANYTHING(origin:Unknown) (and SELF)
+[from] Function release_lock:
+  ghost_loctable[0..99] FROM ANYTHING(origin:Unknown) (and SELF)
+[from] Function locks0_good:
+  ghost_loctable[0..99] FROM ANYTHING(origin:Unknown) (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function locks0_good:
+          ghost_loctable[0..99]
+[inout] Inputs for function locks0_good:
+          ANYTHING(origin:Unknown)
diff --git a/tests/value/oracle_symblocs/logic.err.oracle b/tests/value/oracle_symblocs/logic.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/logic.res.oracle b/tests/value/oracle_symblocs/logic.res.oracle
new file mode 100644
index 00000000000..794171a4a60
--- /dev/null
+++ b/tests/value/oracle_symblocs/logic.res.oracle
@@ -0,0 +1,188 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/logic.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..9] ∈ {0}
+  u[0..10] ∈ {0}
+  s1 ∈ {0}
+  s2 ∈ {0}
+  s3[0..9] ∈ {0}
+  x ∈ {0}
+  v ∈ [--..--]
+[value] computing for function eq_tsets <- main.
+        Called from tests/value/logic.c:115.
+tests/value/logic.c:7:[value] cannot evaluate ACSL term, unsupported ACSL construct: == operation on non-supported type set<_#2>
+tests/value/logic.c:7:[value] warning: assertion got status unknown.
+tests/value/logic.c:9:[value] assertion got status valid.
+tests/value/logic.c:10:[value] warning: assertion got status unknown.
+tests/value/logic.c:11:[value] warning: assertion got status unknown.
+tests/value/logic.c:12:[value] warning: assertion got status unknown.
+tests/value/logic.c:13:[value] warning: assertion got status unknown.
+tests/value/logic.c:14:[value] assertion got status valid.
+tests/value/logic.c:15:[value] warning: assertion got status unknown.
+tests/value/logic.c:16:[value] warning: assertion got status unknown.
+tests/value/logic.c:17:[value] assertion got status valid.
+tests/value/logic.c:19:[value] assertion got status valid.
+tests/value/logic.c:21:[value] assertion got status valid.
+tests/value/logic.c:23:[value] assertion got status valid.
+tests/value/logic.c:24:[value] warning: assertion got status unknown.
+tests/value/logic.c:25:[value] assertion got status valid.
+tests/value/logic.c:26:[value] warning: assertion got status unknown.
+tests/value/logic.c:29:[value] warning: assertion got status unknown.
+tests/value/logic.c:30:[value] warning: assertion got status unknown.
+tests/value/logic.c:31:[value] warning: assertion got status unknown.
+tests/value/logic.c:32:[value] assertion got status valid.
+tests/value/logic.c:34:[value] assertion got status valid.
+tests/value/logic.c:35:[value] assertion got status valid.
+tests/value/logic.c:36:[value] warning: assertion got status unknown.
+tests/value/logic.c:38:[value] cannot evaluate ACSL term, unsupported ACSL construct: == operation on non-supported type struct ts
+tests/value/logic.c:38:[value] warning: assertion got status unknown.
+tests/value/logic.c:39:[value] cannot evaluate ACSL term, unsupported ACSL construct: != operation on non-supported type int [10]
+tests/value/logic.c:39:[value] warning: assertion got status unknown.
+tests/value/logic.c:41:[value] assertion got status valid.
+tests/value/logic.c:42:[value] assertion got status valid.
+tests/value/logic.c:43:[value] assertion got status valid.
+tests/value/logic.c:45:[value] assertion got status valid.
+tests/value/logic.c:47:[value] cannot evaluate ACSL term, unsupported ACSL construct: set intersection
+tests/value/logic.c:47:[value] warning: assertion got status unknown.
+[value] Recording results for eq_tsets
+[value] Done for function eq_tsets
+[value] computing for function eq_char <- main.
+        Called from tests/value/logic.c:116.
+[value] Called Frama_C_show_each({-126})
+tests/value/logic.c:54:[value] assertion got status valid.
+tests/value/logic.c:55:[value] assertion got status valid.
+[value] Recording results for eq_char
+[value] Done for function eq_char
+[value] computing for function casts <- main.
+        Called from tests/value/logic.c:117.
+tests/value/logic.c:59:[value] assertion got status valid.
+tests/value/logic.c:60:[value] assertion got status valid.
+[value] Recording results for casts
+[value] Done for function casts
+[value] computing for function empty_tset <- main.
+        Called from tests/value/logic.c:118.
+[value] computing for function f_empty_tset <- empty_tset <- main.
+        Called from tests/value/logic.c:70.
+[value] using specification for function f_empty_tset
+tests/value/logic.c:63:[value] function f_empty_tset: precondition 'r1' got status valid.
+tests/value/logic.c:64:[value] function f_empty_tset: precondition 'r2' got status valid.
+[value] Done for function f_empty_tset
+tests/value/logic.c:71:[value] assertion got status valid.
+[value] Recording results for empty_tset
+[value] Done for function empty_tset
+[value] computing for function reduce_by_equal <- main.
+        Called from tests/value/logic.c:119.
+tests/value/logic.c:76:[value] warning: accessing out of bounds index. assert 0 ≤ v;
+tests/value/logic.c:76:[value] warning: accessing out of bounds index. assert v < 10;
+tests/value/logic.c:77:[value] warning: assertion got status unknown.
+tests/value/logic.c:78:[value] warning: assertion got status unknown.
+[value] Recording results for reduce_by_equal
+[value] Done for function reduce_by_equal
+[value] computing for function alarms <- main.
+        Called from tests/value/logic.c:120.
+tests/value/logic.c:86:[value] warning: assertion 'ASSUME' got status unknown.
+tests/value/logic.c:88:[value] warning: assertion 'UNK' got status unknown.
+[value] Called Frama_C_show_each({-1; 1})
+tests/value/logic.c:90:[value] warning: assertion 'UNK' got status unknown.
+[value] Called Frama_C_show_each({-1; 1})
+tests/value/logic.c:93:[value] warning: assertion 'ASSUME' got status unknown.
+tests/value/logic.c:94:[value] assertion 'OK' got status valid.
+[value] Called Frama_C_show_each({1})
+tests/value/logic.c:96:[value] assertion 'OK' got status valid.
+[value] Called Frama_C_show_each({1})
+tests/value/logic.c:101:[value] warning: assertion 'ASSUME' got status unknown.
+tests/value/logic.c:102:[value] warning: assertion 'UNK' got status unknown.
+[value] Called Frama_C_show_each({0; 1})
+tests/value/logic.c:104:[value] warning: assertion 'UNK' got status unknown.
+[value] Called Frama_C_show_each({0; 1})
+tests/value/logic.c:107:[value] warning: assertion 'ASSUME' got status unknown.
+tests/value/logic.c:108:[value] assertion 'OK' got status valid.
+[value] Called Frama_C_show_each({1})
+tests/value/logic.c:110:[value] assertion 'OK' got status valid.
+[value] Called Frama_C_show_each({1})
+[value] Recording results for alarms
+[value] Done for function alarms
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function alarms:
+  x_0 ∈ {1}
+[value:final-states] Values at end of function casts:
+  
+[value:final-states] Values at end of function eq_char:
+  c ∈ {-126}
+[value:final-states] Values at end of function eq_tsets:
+  
+[value:final-states] Values at end of function empty_tset:
+  T[0] ∈ {2}
+[value:final-states] Values at end of function reduce_by_equal:
+  a[0..8] ∈ {1}
+   [9] ∈ [--..--]
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function alarms
+[from] Done for function alarms
+[from] Computing for function casts
+[from] Done for function casts
+[from] Computing for function eq_char
+[from] Done for function eq_char
+[from] Computing for function eq_tsets
+[from] Done for function eq_tsets
+[from] Computing for function empty_tset
+[from] Computing for function f_empty_tset <-empty_tset
+[from] Done for function f_empty_tset
+[from] Done for function empty_tset
+[from] Computing for function reduce_by_equal
+[from] Done for function reduce_by_equal
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function alarms:
+  NO EFFECTS
+[from] Function casts:
+  NO EFFECTS
+[from] Function eq_char:
+  NO EFFECTS
+[from] Function eq_tsets:
+  NO EFFECTS
+[from] Function f_empty_tset:
+  NO EFFECTS
+[from] Function empty_tset:
+  NO EFFECTS
+[from] Function reduce_by_equal:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function alarms:
+          x_0
+[inout] Inputs for function alarms:
+          v
+[inout] Out (internal) for function casts:
+          \nothing
+[inout] Inputs for function casts:
+          \nothing
+[inout] Out (internal) for function eq_char:
+          c
+[inout] Inputs for function eq_char:
+          \nothing
+[inout] Out (internal) for function eq_tsets:
+          \nothing
+[inout] Inputs for function eq_tsets:
+          \nothing
+[inout] Out (internal) for function empty_tset:
+          T[0]
+[inout] Inputs for function empty_tset:
+          \nothing
+[inout] Out (internal) for function reduce_by_equal:
+          a[0..9]
+[inout] Inputs for function reduce_by_equal:
+          v
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/logic_ptr_cast.err.oracle b/tests/value/oracle_symblocs/logic_ptr_cast.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/logic_ptr_cast.res.oracle b/tests/value/oracle_symblocs/logic_ptr_cast.res.oracle
new file mode 100644
index 00000000000..d8c0756ee42
--- /dev/null
+++ b/tests/value/oracle_symblocs/logic_ptr_cast.res.oracle
@@ -0,0 +1,38 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/logic_ptr_cast.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  t[0..89] ∈ {0}
+tests/value/logic_ptr_cast.i:8:[value] Assigning imprecise value to p.
+        The imprecision originates from Arithmetic {tests/value/logic_ptr_cast.i:8}
+tests/value/logic_ptr_cast.i:9:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each({{ &t + {0; 1; 2; 3; 4; 5; 6; 7} }})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+/* Generated by Frama-C */
+int *p;
+int t[90];
+extern int ( /* missing proto */ Frama_C_show_each)();
+
+int main(void)
+{
+  int __retres;
+  p = (int *)(((unsigned long)(t) + (unsigned long)7) & ~ 7UL);
+  /*@
+  assert
+  p ≡ (int *)t ∨ p ≡ (int *)((char *)((int *)t)+1) ∨
+  p ≡ (int *)((char *)((int *)t)+2) ∨ p ≡ (int *)((char *)((int *)t)+3) ∨
+  p ≡ (int *)((char *)((int *)t)+4) ∨ p ≡ (int *)((char *)((int *)t)+5) ∨
+  p ≡ (int *)((char *)((int *)t)+6) ∨ p ≡ (int *)((char *)((int *)t)+7);
+   */
+  ;
+  Frama_C_show_each(p);
+  __retres = 0;
+  return __retres;
+}
+
+
diff --git a/tests/value/oracle_symblocs/logicdeps.err.oracle b/tests/value/oracle_symblocs/logicdeps.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/logicdeps.res.oracle b/tests/value/oracle_symblocs/logicdeps.res.oracle
new file mode 100644
index 00000000000..69ceb1afd99
--- /dev/null
+++ b/tests/value/oracle_symblocs/logicdeps.res.oracle
@@ -0,0 +1,106 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/logicdeps.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..49] ∈ {0}
+  p ∈ {0}
+  y ∈ [--..--]
+  z ∈ [--..--]
+tests/value/logicdeps.i:19:[value] warning: assertion got status unknown.
+tests/value/logicdeps.i:20:[value] warning: assertion got status unknown.
+[value] computing for function g <- main.
+        Called from tests/value/logicdeps.i:23.
+[value] computing for function f <- g <- main.
+        Called from tests/value/logicdeps.i:13.
+[value] using specification for function f
+[value] Done for function f
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+[value] computing for function g <- main.
+        Called from tests/value/logicdeps.i:24.
+[value] computing for function f <- g <- main.
+        Called from tests/value/logicdeps.i:13.
+[value] Done for function f
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+tests/value/logicdeps.i:25:[value] Reusing old results for call to g
+tests/value/logicdeps.i:27:[value] assertion got status valid.
+[value] computing for function g <- main.
+        Called from tests/value/logicdeps.i:30.
+[value] computing for function f <- g <- main.
+        Called from tests/value/logicdeps.i:13.
+[value] Done for function f
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+[value] computing for function g <- main.
+        Called from tests/value/logicdeps.i:31.
+[value] computing for function f <- g <- main.
+        Called from tests/value/logicdeps.i:13.
+[value] Done for function f
+[value] Recording results for g
+[from] Computing for function g
+[from] Done for function g
+[value] Done for function g
+tests/value/logicdeps.i:32:[value] Reusing old results for call to g
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  t[0..19] ∈ {0}
+   [20..40] ∈ [--..--]
+   [41..49] ∈ {0}
+[value:final-states] Values at end of function main:
+  t[0..19] ∈ {0}
+   [20..40] ∈ [--..--]
+   [41..49] ∈ {0}
+  p ∈ {{ &z }}
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to f at tests/value/logicdeps.i:13 (by g):
+  t[20..40] FROM t[0..20] (and SELF)
+[from] call to g at tests/value/logicdeps.i:23 (by main):
+  t[20] FROM t[0..10]
+   [21..30] FROM t[0..10] (and SELF)
+[from] call to g at tests/value/logicdeps.i:24 (by main):
+  t[20] FROM t[0..10]
+   [21..30] FROM t[0..10] (and SELF)
+[from] call to g at tests/value/logicdeps.i:25 (by main):
+  t[20] FROM t[0..10]
+   [21..30] FROM t[0..10] (and SELF)
+[from] call to g at tests/value/logicdeps.i:30 (by main):
+  t{[20]; [36..40]} FROM t[0..20] (and SELF)
+   [21..35] FROM t[0..20]
+[from] call to g at tests/value/logicdeps.i:31 (by main):
+  t{[20]; [36..40]} FROM t[0..20] (and SELF)
+   [21..35] FROM t[0..20]
+[from] call to g at tests/value/logicdeps.i:32 (by main):
+  t{[20]; [36..40]} FROM t[0..20] (and SELF)
+   [21..35] FROM t[0..20]
+[from] entry point:
+  t[20..35] FROM t[0..19]
+   [36..40] FROM t[0..19] (and SELF)
+  p FROM \nothing
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] InOut (internal) for function g:
+        Operational inputs:
+          t[0..20]; p; y; z
+        Operational inputs on termination:
+          t[0..20]; p; y; z
+        Sure outputs:
+          \nothing
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          t[0..19]; y; z
+        Operational inputs on termination:
+          t[0..19]; y; z
+        Sure outputs:
+          t[20..35]; p
diff --git a/tests/value/oracle_symblocs/long.err.oracle b/tests/value/oracle_symblocs/long.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/long.res.oracle b/tests/value/oracle_symblocs/long.res.oracle
new file mode 100644
index 00000000000..97957a769d5
--- /dev/null
+++ b/tests/value/oracle_symblocs/long.res.oracle
@@ -0,0 +1,55 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/long.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  k ∈ {0}
+tests/value/long.i:11:[value] entering loop for the first time
+[value] computing for function f <- main.
+        Called from tests/value/long.i:12.
+tests/value/long.i:6:[value] entering loop for the first time
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/long.i:12.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/long.i:12.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/long.i:12.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  i ∈ {1000}
+[value:final-states] Values at end of function main:
+  i ∈ {0; 1000}
+  j ∈ {1000}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  i FROM \nothing
+[from] Function main:
+  i FROM \nothing (and SELF)
+  j FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          i
+[inout] Inputs for function f:
+          i
+[inout] Out (internal) for function main:
+          i; j
+[inout] Inputs for function main:
+          i; j
diff --git a/tests/value/oracle_symblocs/long_const.0.err.oracle b/tests/value/oracle_symblocs/long_const.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/long_const.0.res.oracle b/tests/value/oracle_symblocs/long_const.0.res.oracle
new file mode 100644
index 00000000000..5af3488cbda
--- /dev/null
+++ b/tests/value/oracle_symblocs/long_const.0.res.oracle
@@ -0,0 +1,66 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/long_const.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Called Frama_C_show_each_f({4}, {18446603611099103232}, {0})
+[value] computing for function div64 <- main.
+        Called from tests/value/long_const.i:37.
+tests/value/long_const.i:11:[value] warning: function div64: precondition got status unknown.
+tests/value/long_const.i:12:[value] warning: function div64: precondition got status unknown.
+[value] computing for function LL_ABS <- div64 <- main.
+        Called from tests/value/long_const.i:24.
+[value] Recording results for LL_ABS
+[value] Done for function LL_ABS
+[value] computing for function LL_ABS <- div64 <- main.
+        Called from tests/value/long_const.i:25.
+[value] Recording results for LL_ABS
+[value] Done for function LL_ABS
+[value] Called Frama_C_show_each([-9223372036854775807..9223372036854775807],
+                                 [0..9223372036854775807],
+                                 [-9223372036854775807..9223372036854775807],
+                                 [0..9223372036854775807])
+[value] Recording results for div64
+[value] Done for function div64
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function LL_ABS:
+  
+[value:final-states] Values at end of function div64:
+  loc_num ∈ [0..9223372036854775807]
+  loc_den ∈ [0..9223372036854775807]
+  signe_negatif ∈ {-9223372036854775808; 0}
+  __retres ∈ {0}
+[value:final-states] Values at end of function main:
+  i ∈ {18446603611099103232}
+  j ∈ {0}
+[from] Computing for function LL_ABS
+[from] Done for function LL_ABS
+[from] Computing for function div64
+[from] Done for function div64
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function LL_ABS:
+  \result FROM a
+[from] Function div64:
+  \result FROM \nothing
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function LL_ABS:
+          tmp
+[inout] Inputs for function LL_ABS:
+          \nothing
+[inout] Out (internal) for function div64:
+          loc_num; loc_den; signe_negatif; __retres
+[inout] Inputs for function div64:
+          \nothing
+[inout] Out (internal) for function main:
+          i; j
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/long_const.1.err.oracle b/tests/value/oracle_symblocs/long_const.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/long_const.1.res.oracle b/tests/value/oracle_symblocs/long_const.1.res.oracle
new file mode 100644
index 00000000000..5af3488cbda
--- /dev/null
+++ b/tests/value/oracle_symblocs/long_const.1.res.oracle
@@ -0,0 +1,66 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/long_const.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Called Frama_C_show_each_f({4}, {18446603611099103232}, {0})
+[value] computing for function div64 <- main.
+        Called from tests/value/long_const.i:37.
+tests/value/long_const.i:11:[value] warning: function div64: precondition got status unknown.
+tests/value/long_const.i:12:[value] warning: function div64: precondition got status unknown.
+[value] computing for function LL_ABS <- div64 <- main.
+        Called from tests/value/long_const.i:24.
+[value] Recording results for LL_ABS
+[value] Done for function LL_ABS
+[value] computing for function LL_ABS <- div64 <- main.
+        Called from tests/value/long_const.i:25.
+[value] Recording results for LL_ABS
+[value] Done for function LL_ABS
+[value] Called Frama_C_show_each([-9223372036854775807..9223372036854775807],
+                                 [0..9223372036854775807],
+                                 [-9223372036854775807..9223372036854775807],
+                                 [0..9223372036854775807])
+[value] Recording results for div64
+[value] Done for function div64
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function LL_ABS:
+  
+[value:final-states] Values at end of function div64:
+  loc_num ∈ [0..9223372036854775807]
+  loc_den ∈ [0..9223372036854775807]
+  signe_negatif ∈ {-9223372036854775808; 0}
+  __retres ∈ {0}
+[value:final-states] Values at end of function main:
+  i ∈ {18446603611099103232}
+  j ∈ {0}
+[from] Computing for function LL_ABS
+[from] Done for function LL_ABS
+[from] Computing for function div64
+[from] Done for function div64
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function LL_ABS:
+  \result FROM a
+[from] Function div64:
+  \result FROM \nothing
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function LL_ABS:
+          tmp
+[inout] Inputs for function LL_ABS:
+          \nothing
+[inout] Out (internal) for function div64:
+          loc_num; loc_den; signe_negatif; __retres
+[inout] Inputs for function div64:
+          \nothing
+[inout] Out (internal) for function main:
+          i; j
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/loop.err.oracle b/tests/value/oracle_symblocs/loop.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop.res.oracle b/tests/value/oracle_symblocs/loop.res.oracle
new file mode 100644
index 00000000000..aee0e36117b
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  k ∈ {0}
+  n ∈ {0}
+  r ∈ {0}
+  G ∈ {0}
+tests/value/loop.i:7:[value] entering loop for the first time
+[value] Called Frama_C_show_each_F({0})
+[value] Called Frama_C_show_each_F({0; 2})
+[value] Called Frama_C_show_each_F({0; 2; 4})
+[value] Called Frama_C_show_each_F([0..48],0%2)
+[value] Called Frama_C_show_each_F([0..48],0%2)
+[value] Called Frama_C_show_each_F([0..48],0%2)
+tests/value/loop.i:9:[value] warning: signed overflow. assert i_0+r ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  n ∈ {50}
+  r ∈ [0..2147483646],0%2
+  i_0 ∈ [50..2147483646],0%2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  n FROM \nothing
+  r FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          n; r; i_0
+[inout] Inputs for function main:
+          n; r
diff --git a/tests/value/oracle_symblocs/loop1.err.oracle b/tests/value/oracle_symblocs/loop1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop1.res.oracle b/tests/value/oracle_symblocs/loop1.res.oracle
new file mode 100644
index 00000000000..2e5e55c3f6b
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop1.res.oracle
@@ -0,0 +1,62 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop1.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  U[0] ∈ {1}
+   [1] ∈ {2}
+   [2..99] ∈ {0}
+  NULL_GLOBAL_LOOSING_BITS_ONE_BY_ONE ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/loop1.i:22.
+tests/value/loop1.i:5:[value] entering loop for the first time
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/loop1.i:23.
+tests/value/loop1.i:14:[value] entering loop for the first time
+tests/value/loop1.i:16:[value] warning: accessing out of bounds index. assert i < 100;
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  U[0] ∈ {1; 7}
+   [1] ∈ {2; 7}
+   [2..99] ∈ {0; 7}
+  i ∈ {100}
+[value:final-states] Values at end of function main2:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Non-terminating function main2 (no dependencies)
+[from] Done for function main2
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  U[0..99] FROM \nothing (and SELF)
+[from] Function main2:
+  NON TERMINATING - NO EFFECTS
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          U[0..99]; i
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          U[0..99]; i
+[inout] Inputs for function main2:
+          \nothing
+[inout] Out (internal) for function main:
+          U[0..99]
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/loop2.err.oracle b/tests/value/oracle_symblocs/loop2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop2.res.oracle b/tests/value/oracle_symblocs/loop2.res.oracle
new file mode 100644
index 00000000000..052ce6d2b5a
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop2.res.oracle
@@ -0,0 +1,44 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  n ∈ {0}
+  r ∈ {0}
+  G[0..4] ∈ {0}
+  Reg5 ∈ {0}
+tests/value/loop2.i:8:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {5}
+  n ∈ {5}
+  G[0].a ∈ {0; 55; 56; 57; 58; 59}
+   [0].b ∈ {0; 57; 58; 59; 60; 61}
+   [1].a ∈ {0; 55; 56; 57; 58; 59}
+   [1].b ∈ {0; 57; 58; 59; 60; 61}
+   [2].a ∈ {0; 55; 56; 57; 58; 59}
+   [2].b ∈ {0; 57; 58; 59; 60; 61}
+   [3].a ∈ {0; 55; 56; 57; 58; 59}
+   [3].b ∈ {0; 57; 58; 59; 60; 61}
+   [4].a ∈ {0; 55; 56; 57; 58; 59}
+   [4].b ∈ {0; 57; 58; 59; 60; 61}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  i FROM \nothing
+  n FROM \nothing
+  G[0..4] FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; n; G[0..4]
+[inout] Inputs for function main:
+          i; n
diff --git a/tests/value/oracle_symblocs/loop3.err.oracle b/tests/value/oracle_symblocs/loop3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop3.res.oracle b/tests/value/oracle_symblocs/loop3.res.oracle
new file mode 100644
index 00000000000..a7b81847310
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop3.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop3.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  k ∈ {0}
+[value] computing for function any_int <- main.
+        Called from tests/value/loop3.c:8.
+[value] using specification for function any_int
+[value] Done for function any_int
+tests/value/loop3.c:11:[value] entering loop for the first time
+tests/value/loop3.c:11:[value] warning: signed overflow. assert j+3 ≤ 2147483647;
+tests/value/loop3.c:11:[value] warning: signed overflow. assert k+8 ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {100}
+  j ∈ [0..2147483646],0%3
+  k ∈ [0..2147483640],0%8
+  b ∈ [--..--]
+[from] Computing for function main
+[from] Computing for function any_int <-main
+[from] Done for function any_int
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function any_int:
+  \result FROM \nothing
+[from] Function main:
+  i FROM \nothing
+  j FROM \nothing
+  k FROM k (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; j; k; b
+[inout] Inputs for function main:
+          i; j; k
diff --git a/tests/value/oracle_symblocs/loop_array.err.oracle b/tests/value/oracle_symblocs/loop_array.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop_array.res.oracle b/tests/value/oracle_symblocs/loop_array.res.oracle
new file mode 100644
index 00000000000..d47a0afb25e
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop_array.res.oracle
@@ -0,0 +1,35 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_array.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0..9999] ∈ {0}
+  U[0..9999] ∈ {0}
+tests/value/loop_array.i:5:[value] entering loop for the first time
+tests/value/loop_array.i:8:[value] entering loop for the first time
+tests/value/loop_array.i:12:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  T[0..4] ∈ {0; 2}
+   [5] ∈ {0}
+   [6..9999] ∈ {0; 7}
+  U[0..199] ∈ {0}
+   [200] ∈ {-1; 0}
+   [201..9999] ∈ {0}
+  i ∈ {400}
+  j ∈ {10000}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  T{[0..4]; [6..9999]} FROM \nothing (and SELF)
+  U[0..1000] FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          T{[0..4]; [6..9999]}; U[0..1000]; i; j
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/loop_join.err.oracle b/tests/value/oracle_symblocs/loop_join.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop_join.res.oracle b/tests/value/oracle_symblocs/loop_join.res.oracle
new file mode 100644
index 00000000000..db48b9c75b0
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop_join.res.oracle
@@ -0,0 +1,27 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_join.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  U[0..9999] ∈ {0}
+tests/value/loop_join.i:5:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  U[0..199] ∈ {0}
+   [200] ∈ {-1; 0}
+   [201..9999] ∈ {0}
+  i ∈ {400}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  U[0..1000] FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          U[0..1000]; i
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/loop_long.err.oracle b/tests/value/oracle_symblocs/loop_long.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop_long.res.oracle b/tests/value/oracle_symblocs/loop_long.res.oracle
new file mode 100644
index 00000000000..098a0e11f47
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop_long.res.oracle
@@ -0,0 +1,27 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_long.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0..368199] ∈ {0}
+tests/value/loop_long.i:5:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  T[0..367] ∈ {0; 33}
+   [368..368199] ∈ {0}
+  i ∈ {368}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  T[0..367] FROM \nothing (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          T[0..367]; i
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/loop_no_var.err.oracle b/tests/value/oracle_symblocs/loop_no_var.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop_no_var.res.oracle b/tests/value/oracle_symblocs/loop_no_var.res.oracle
new file mode 100644
index 00000000000..1b2b3f5e421
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop_no_var.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_no_var.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/loop_no_var.i:3:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/loop_simple.err.oracle b/tests/value/oracle_symblocs/loop_simple.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop_simple.res.oracle b/tests/value/oracle_symblocs/loop_simple.res.oracle
new file mode 100644
index 00000000000..af4e5328884
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop_simple.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_simple.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  k ∈ {0}
+  n ∈ {0}
+  r ∈ {0}
+tests/value/loop_simple.i:24:[value] entering loop for the first time
+tests/value/loop_simple.i:25:[value] entering loop for the first time
+tests/value/loop_simple.i:26:[value] entering loop for the first time
+tests/value/loop_simple.i:27:[value] warning: signed overflow. assert (int)((int)(i+j)+k)+r ≤ 2147483647;
+tests/value/loop_simple.i:27:[value] warning: signed overflow. assert (int)((int)((int)(i+j)+k)+r)+1 ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {2}
+  j ∈ {0; 2}
+  k ∈ {0; 2}
+  n ∈ {2}
+  r ∈ [0..2147483647]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  i FROM \nothing
+  j FROM \nothing (and SELF)
+  k FROM \nothing
+  n FROM \nothing
+  r FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; j; k; n; r
+[inout] Inputs for function main:
+          i; j; k; n; r
diff --git a/tests/value/oracle_symblocs/loop_test.0.err.oracle b/tests/value/oracle_symblocs/loop_test.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop_test.0.res.oracle b/tests/value/oracle_symblocs/loop_test.0.res.oracle
new file mode 100644
index 00000000000..84e22bdca8d
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop_test.0.res.oracle
@@ -0,0 +1,110 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_test.i (no preprocessing)
+[value] Analyzing a complete application starting at test_onzes
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  r0 ∈ {0}
+  r1 ∈ {0}
+  r2 ∈ {0}
+  r3 ∈ {0}
+  r4 ∈ {0}
+  r5 ∈ {0}
+  r6 ∈ {0}
+  r7 ∈ {0}
+  r8 ∈ {0}
+  r9 ∈ {0}
+  c0 ∈ {0}
+  c1 ∈ {0}
+  c2 ∈ {0}
+  c3 ∈ {0}
+  c4 ∈ {0}
+  c5 ∈ {0}
+  c6 ∈ {0}
+  c7 ∈ {0}
+  c8 ∈ {0}
+  c9 ∈ {0}
+[value] computing for function onze_0 <- test_onzes.
+        Called from tests/value/loop_test.i:43.
+tests/value/loop_test.i:9:[value] entering loop for the first time
+[value] Recording results for onze_0
+[value] Done for function onze_0
+[value] computing for function onze_1 <- test_onzes.
+        Called from tests/value/loop_test.i:44.
+tests/value/loop_test.i:12:[value] entering loop for the first time
+[value] Recording results for onze_1
+[value] Done for function onze_1
+[value] computing for function onze_2 <- test_onzes.
+        Called from tests/value/loop_test.i:45.
+tests/value/loop_test.i:15:[value] entering loop for the first time
+[value] Recording results for onze_2
+[value] Done for function onze_2
+[value] computing for function onze_3 <- test_onzes.
+        Called from tests/value/loop_test.i:46.
+tests/value/loop_test.i:18:[value] entering loop for the first time
+[value] Recording results for onze_3
+[value] Done for function onze_3
+[value] computing for function onze_4 <- test_onzes.
+        Called from tests/value/loop_test.i:47.
+tests/value/loop_test.i:21:[value] entering loop for the first time
+[value] Recording results for onze_4
+[value] Done for function onze_4
+[value] computing for function onze_5 <- test_onzes.
+        Called from tests/value/loop_test.i:48.
+tests/value/loop_test.i:25:[value] entering loop for the first time
+[value] Recording results for onze_5
+[value] Done for function onze_5
+[value] computing for function onze_6 <- test_onzes.
+        Called from tests/value/loop_test.i:49.
+tests/value/loop_test.i:28:[value] entering loop for the first time
+[value] Recording results for onze_6
+[value] Done for function onze_6
+[value] computing for function onze_7 <- test_onzes.
+        Called from tests/value/loop_test.i:50.
+tests/value/loop_test.i:31:[value] entering loop for the first time
+[value] Recording results for onze_7
+[value] Done for function onze_7
+[value] computing for function onze_8 <- test_onzes.
+        Called from tests/value/loop_test.i:51.
+tests/value/loop_test.i:34:[value] entering loop for the first time
+[value] Recording results for onze_8
+[value] Done for function onze_8
+[value] computing for function onze_9 <- test_onzes.
+        Called from tests/value/loop_test.i:52.
+tests/value/loop_test.i:37:[value] entering loop for the first time
+[value] Recording results for onze_9
+[value] Done for function onze_9
+[value] Recording results for test_onzes
+[value] done for function test_onzes
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function onze_0:
+  onze ∈ {11}
+[value:final-states] Values at end of function onze_1:
+  onze ∈ {11}
+[value:final-states] Values at end of function onze_2:
+  onze ∈ {11}
+[value:final-states] Values at end of function onze_3:
+  onze ∈ {11}
+[value:final-states] Values at end of function onze_4:
+  onze ∈ {11}
+[value:final-states] Values at end of function onze_5:
+  onze ∈ {11}
+[value:final-states] Values at end of function onze_6:
+  onze ∈ {11}
+[value:final-states] Values at end of function onze_7:
+  onze ∈ {11}
+[value:final-states] Values at end of function onze_8:
+  onze ∈ {11}
+[value:final-states] Values at end of function onze_9:
+  onze ∈ {11}
+[value:final-states] Values at end of function test_onzes:
+  r0 ∈ {11}
+  r1 ∈ {11}
+  r2 ∈ {11}
+  r3 ∈ {11}
+  r4 ∈ {11}
+  r5 ∈ {11}
+  r6 ∈ {11}
+  r7 ∈ {11}
+  r8 ∈ {11}
+  r9 ∈ {11}
diff --git a/tests/value/oracle_symblocs/loop_test.1.err.oracle b/tests/value/oracle_symblocs/loop_test.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop_test.1.res.oracle b/tests/value/oracle_symblocs/loop_test.1.res.oracle
new file mode 100644
index 00000000000..66e2f70f6ef
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop_test.1.res.oracle
@@ -0,0 +1,110 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_test.i (no preprocessing)
+[value] Analyzing a complete application starting at test_cent_onzes
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  r0 ∈ {0}
+  r1 ∈ {0}
+  r2 ∈ {0}
+  r3 ∈ {0}
+  r4 ∈ {0}
+  r5 ∈ {0}
+  r6 ∈ {0}
+  r7 ∈ {0}
+  r8 ∈ {0}
+  r9 ∈ {0}
+  c0 ∈ {0}
+  c1 ∈ {0}
+  c2 ∈ {0}
+  c3 ∈ {0}
+  c4 ∈ {0}
+  c5 ∈ {0}
+  c6 ∈ {0}
+  c7 ∈ {0}
+  c8 ∈ {0}
+  c9 ∈ {0}
+[value] computing for function cent_onze_0 <- test_cent_onzes.
+        Called from tests/value/loop_test.i:101.
+tests/value/loop_test.i:57:[value] entering loop for the first time
+[value] Recording results for cent_onze_0
+[value] Done for function cent_onze_0
+[value] computing for function cent_onze_1 <- test_cent_onzes.
+        Called from tests/value/loop_test.i:102.
+tests/value/loop_test.i:60:[value] entering loop for the first time
+[value] Recording results for cent_onze_1
+[value] Done for function cent_onze_1
+[value] computing for function cent_onze_2 <- test_cent_onzes.
+        Called from tests/value/loop_test.i:103.
+tests/value/loop_test.i:64:[value] entering loop for the first time
+[value] Recording results for cent_onze_2
+[value] Done for function cent_onze_2
+[value] computing for function cent_onze_3 <- test_cent_onzes.
+        Called from tests/value/loop_test.i:104.
+tests/value/loop_test.i:68:[value] entering loop for the first time
+[value] Recording results for cent_onze_3
+[value] Done for function cent_onze_3
+[value] computing for function cent_onze_4 <- test_cent_onzes.
+        Called from tests/value/loop_test.i:105.
+tests/value/loop_test.i:72:[value] entering loop for the first time
+[value] Recording results for cent_onze_4
+[value] Done for function cent_onze_4
+[value] computing for function cent_onze_5 <- test_cent_onzes.
+        Called from tests/value/loop_test.i:106.
+tests/value/loop_test.i:77:[value] entering loop for the first time
+[value] Recording results for cent_onze_5
+[value] Done for function cent_onze_5
+[value] computing for function cent_onze_6 <- test_cent_onzes.
+        Called from tests/value/loop_test.i:107.
+tests/value/loop_test.i:80:[value] entering loop for the first time
+[value] Recording results for cent_onze_6
+[value] Done for function cent_onze_6
+[value] computing for function cent_onze_7 <- test_cent_onzes.
+        Called from tests/value/loop_test.i:108.
+tests/value/loop_test.i:84:[value] entering loop for the first time
+[value] Recording results for cent_onze_7
+[value] Done for function cent_onze_7
+[value] computing for function cent_onze_8 <- test_cent_onzes.
+        Called from tests/value/loop_test.i:109.
+tests/value/loop_test.i:88:[value] entering loop for the first time
+[value] Recording results for cent_onze_8
+[value] Done for function cent_onze_8
+[value] computing for function cent_onze_9 <- test_cent_onzes.
+        Called from tests/value/loop_test.i:110.
+tests/value/loop_test.i:92:[value] entering loop for the first time
+[value] Recording results for cent_onze_9
+[value] Done for function cent_onze_9
+[value] Recording results for test_cent_onzes
+[value] done for function test_cent_onzes
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function cent_onze_0:
+  cent_onze ∈ {111}
+[value:final-states] Values at end of function cent_onze_1:
+  cent_onze ∈ {111}
+[value:final-states] Values at end of function cent_onze_2:
+  cent_onze ∈ {111}
+[value:final-states] Values at end of function cent_onze_3:
+  cent_onze ∈ {111}
+[value:final-states] Values at end of function cent_onze_4:
+  cent_onze ∈ {111}
+[value:final-states] Values at end of function cent_onze_5:
+  cent_onze ∈ {111}
+[value:final-states] Values at end of function cent_onze_6:
+  cent_onze ∈ {111}
+[value:final-states] Values at end of function cent_onze_7:
+  cent_onze ∈ {111}
+[value:final-states] Values at end of function cent_onze_8:
+  cent_onze ∈ {111}
+[value:final-states] Values at end of function cent_onze_9:
+  cent_onze ∈ {111}
+[value:final-states] Values at end of function test_cent_onzes:
+  c0 ∈ {111}
+  c1 ∈ {111}
+  c2 ∈ {111}
+  c3 ∈ {111}
+  c4 ∈ {111}
+  c5 ∈ {111}
+  c6 ∈ {111}
+  c7 ∈ {111}
+  c8 ∈ {111}
+  c9 ∈ {111}
diff --git a/tests/value/oracle_symblocs/loop_wvar.0.err.oracle b/tests/value/oracle_symblocs/loop_wvar.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop_wvar.0.res.oracle b/tests/value/oracle_symblocs/loop_wvar.0.res.oracle
new file mode 100644
index 00000000000..4e581a3d666
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop_wvar.0.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_wvar.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/loop_wvar.i:16:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  n ∈ {13}
+  i ∈ [13..2147483647]
+  j ∈ [7..55],3%4 or UNINITIALIZED
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_wvar.i (no preprocessing)
+tests/value/loop_wvar.i:38:[kernel] warning: invalid pragma '12'. Ignoring loop annotation
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/loop_wvar.i:16:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  n ∈ {13}
+  i ∈ {13}
+  j ∈ [7..55],3%4 or UNINITIALIZED
diff --git a/tests/value/oracle_symblocs/loop_wvar.1.err.oracle b/tests/value/oracle_symblocs/loop_wvar.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop_wvar.1.res.oracle b/tests/value/oracle_symblocs/loop_wvar.1.res.oracle
new file mode 100644
index 00000000000..eb311185e42
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop_wvar.1.res.oracle
@@ -0,0 +1,40 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_wvar.i (no preprocessing)
+tests/value/loop_wvar.i:38:[kernel] warning: invalid pragma '12'. Ignoring loop annotation
+[value] Analyzing a complete application starting at main3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function main_unhelpful <- main3.
+        Called from tests/value/loop_wvar.i:84.
+tests/value/loop_wvar.i:52:[value] entering loop for the first time
+tests/value/loop_wvar.i:57:[value] warning: signed overflow. assert next+1 ≤ 2147483647;
+[value] Recording results for main_unhelpful
+[value] Done for function main_unhelpful
+[value] computing for function main_multiple_hints <- main3.
+        Called from tests/value/loop_wvar.i:85.
+tests/value/loop_wvar.i:69:[value] entering loop for the first time
+[value] Called Frama_C_show_each({0}, {0}, {0})
+[value] Called Frama_C_show_each({0; 1}, {0; 1}, {0; 1})
+[value] Called Frama_C_show_each({0; 1; 2}, {0; 1; 2}, {0; 1; 2})
+[value] Called Frama_C_show_each([0..9], {0; 1; 2; 3}, {0; 1; 2; 3})
+[value] Called Frama_C_show_each([0..9], {0; 1; 2; 3; 4}, {0; 1; 2; 3; 4})
+[value] Called Frama_C_show_each([0..9], [0..17], [0..11])
+[value] Called Frama_C_show_each([0..9], [0..18], [0..12])
+[value] Recording results for main_multiple_hints
+[value] Done for function main_multiple_hints
+[value] Recording results for main3
+[value] done for function main3
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main_multiple_hints:
+  maxj ∈ {17}
+  maxk ∈ {11}
+  j ∈ [0..18]
+  k ∈ [0..12]
+[value:final-states] Values at end of function main_unhelpful:
+  max ∈ {25}
+  next ∈ [0..2147483647]
+  i ∈ {30}
+[value:final-states] Values at end of function main3:
+  
diff --git a/tests/value/oracle_symblocs/loop_wvar.2.err.oracle b/tests/value/oracle_symblocs/loop_wvar.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop_wvar.2.res.oracle b/tests/value/oracle_symblocs/loop_wvar.2.res.oracle
new file mode 100644
index 00000000000..cf7e717addc
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop_wvar.2.res.oracle
@@ -0,0 +1,16 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_wvar.i (no preprocessing)
+tests/value/loop_wvar.i:38:[kernel] warning: invalid pragma '12'. Ignoring loop annotation
+[value] Analyzing a complete application starting at main_err1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/loop_wvar.i:27:[value] entering loop for the first time
+[value] Recording results for main_err1
+[value] done for function main_err1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main_err1:
+  n ∈ {13}
+  i ∈ {13}
+  j ∈ [7..55],3%4 or UNINITIALIZED
diff --git a/tests/value/oracle_symblocs/loop_wvar.3.err.oracle b/tests/value/oracle_symblocs/loop_wvar.3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loop_wvar.3.res.oracle b/tests/value/oracle_symblocs/loop_wvar.3.res.oracle
new file mode 100644
index 00000000000..abd0fc395ff
--- /dev/null
+++ b/tests/value/oracle_symblocs/loop_wvar.3.res.oracle
@@ -0,0 +1,16 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loop_wvar.i (no preprocessing)
+tests/value/loop_wvar.i:38:[kernel] warning: invalid pragma '12'. Ignoring loop annotation
+[value] Analyzing a complete application starting at main_err2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/loop_wvar.i:39:[value] entering loop for the first time
+[value] Recording results for main_err2
+[value] done for function main_err2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main_err2:
+  n ∈ {13}
+  i ∈ [13..2147483647]
+  j ∈ [7..55],3%4 or UNINITIALIZED
diff --git a/tests/value/oracle_symblocs/loopfun.err.oracle b/tests/value/oracle_symblocs/loopfun.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loopfun.res.oracle b/tests/value/oracle_symblocs/loopfun.res.oracle
new file mode 100644
index 00000000000..be377b10976
--- /dev/null
+++ b/tests/value/oracle_symblocs/loopfun.res.oracle
@@ -0,0 +1,65 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loopfun.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {7}
+[value] computing for function test <- main.
+        Called from tests/value/loopfun.i:14.
+[value] Recording results for test
+[value] Done for function test
+[value] computing for function test <- main.
+        Called from tests/value/loopfun.i:14.
+[value] Recording results for test
+[value] Done for function test
+[value] computing for function test <- main.
+        Called from tests/value/loopfun.i:16.
+[value] Recording results for test
+[value] Done for function test
+[value] Called Frama_C_show_each_t({5})
+[value] computing for function test <- main.
+        Called from tests/value/loopfun.i:14.
+[value] Recording results for test
+[value] Done for function test
+[value] computing for function test <- main.
+        Called from tests/value/loopfun.i:14.
+[value] Recording results for test
+[value] Done for function test
+[value] computing for function test <- main.
+        Called from tests/value/loopfun.i:16.
+[value] Recording results for test
+[value] Done for function test
+[value] Called Frama_C_show_each_t({2})
+[value] computing for function test <- main.
+        Called from tests/value/loopfun.i:14.
+[value] Recording results for test
+[value] Done for function test
+[value] computing for function test <- main.
+        Called from tests/value/loopfun.i:14.
+[value] Recording results for test
+[value] Done for function test
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[from] Computing for function test
+[from] Done for function test
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function test:
+  FROMTOP
+  \result FROM ANYTHING(origin:Unknown)
+[from] Function main:
+  FROMTOP
+  \result FROM ANYTHING(origin:Unknown)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function test:
+          tmp; a
+[inout] Inputs for function test:
+          a
+[inout] Out (internal) for function main:
+          ANYTHING(origin:Unknown)
+[inout] Inputs for function main:
+          ANYTHING(origin:Unknown)
diff --git a/tests/value/oracle_symblocs/loopinv.err.oracle b/tests/value/oracle_symblocs/loopinv.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/loopinv.res.oracle b/tests/value/oracle_symblocs/loopinv.res.oracle
new file mode 100644
index 00000000000..35e8d67c3e5
--- /dev/null
+++ b/tests/value/oracle_symblocs/loopinv.res.oracle
@@ -0,0 +1,169 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/loopinv.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function main1 <- main.
+        Called from tests/value/loopinv.c:51.
+[value] computing for function init <- main1 <- main.
+        Called from tests/value/loopinv.c:22.
+tests/value/loopinv.c:5:[value] function init: precondition got status valid.
+tests/value/loopinv.c:6:[value] function init: precondition got status valid.
+tests/value/loopinv.c:9:[value] loop invariant got status valid.
+tests/value/loopinv.c:10:[value] entering loop for the first time
+[value] Recording results for init
+[value] Done for function init
+[value] computing for function init <- main1 <- main.
+        Called from tests/value/loopinv.c:25.
+[value] Recording results for init
+[value] Done for function init
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/loopinv.c:52.
+tests/value/loopinv.c:32:[value] loop invariant got status valid.
+tests/value/loopinv.c:33:[value] loop invariant got status valid.
+tests/value/loopinv.c:32:[value] warning: loop invariant got status invalid (stopping propagation).
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/loopinv.c:53.
+tests/value/loopinv.c:42:[value] loop invariant got status valid.
+tests/value/loopinv.c:43:[value] entering loop for the first time
+[value] Called Frama_C_show_each({0}, {0})
+[value] Called Frama_C_show_each({0; 1}, {0; 1})
+tests/value/loopinv.c:42:[value] warning: loop invariant got status unknown.
+[value] Called Frama_C_show_each({0; 1; 2}, {0; 1; 2})
+[value] Called Frama_C_show_each({0; 1; 2; 3; 4; 5}, {0; 1; 2; 3})
+[value] Called Frama_C_show_each({0; 1; 2; 3; 4; 5; 6}, {0; 1; 2; 3; 4})
+[value] Called Frama_C_show_each([0..9], {0; 1; 2; 3; 4; 5})
+[value] Called Frama_C_show_each([0..10], {0; 1; 2; 3; 4; 5; 6})
+[value] Called Frama_C_show_each([0..13], {0; 1; 2; 3; 4; 5; 6; 7})
+[value] Called Frama_C_show_each([0..14], [0..8])
+[value] Called Frama_C_show_each([0..17], [0..9])
+[value] Called Frama_C_show_each([0..18], [0..10])
+[value] Called Frama_C_show_each([0..21], [0..11])
+[value] Called Frama_C_show_each([0..22], [0..12])
+[value] Called Frama_C_show_each([0..25], [0..13])
+[value] Called Frama_C_show_each([0..26], [0..14])
+[value] Called Frama_C_show_each([0..29], [0..15])
+[value] Called Frama_C_show_each([0..30], [0..16])
+[value] Called Frama_C_show_each([0..33], [0..17])
+[value] Called Frama_C_show_each([0..34], [0..18])
+[value] Called Frama_C_show_each([0..37], [0..19])
+[value] Called Frama_C_show_each([0..38], [0..20])
+[value] Called Frama_C_show_each([0..41], [0..21])
+[value] Called Frama_C_show_each([0..42], [0..22])
+[value] Called Frama_C_show_each([0..45], [0..23])
+[value] Called Frama_C_show_each([0..46], [0..24])
+[value] Called Frama_C_show_each([0..49], [0..25])
+[value] Called Frama_C_show_each([0..50], [0..26])
+[value] Called Frama_C_show_each([0..53], [0..27])
+[value] Called Frama_C_show_each([0..54], [0..28])
+[value] Called Frama_C_show_each([0..57], [0..29])
+[value] Called Frama_C_show_each([0..58], [0..30])
+[value] Called Frama_C_show_each([0..61], [0..31])
+[value] Called Frama_C_show_each([0..62], [0..32])
+[value] Called Frama_C_show_each([0..65], [0..33])
+[value] Called Frama_C_show_each([0..66], [0..34])
+[value] Called Frama_C_show_each([0..69], [0..35])
+[value] Called Frama_C_show_each([0..70], [0..36])
+[value] Called Frama_C_show_each([0..73], [0..37])
+[value] Called Frama_C_show_each([0..74], [0..38])
+[value] Called Frama_C_show_each([0..77], [0..39])
+[value] Called Frama_C_show_each([0..78], [0..40])
+[value] Called Frama_C_show_each([0..81], [0..41])
+[value] Called Frama_C_show_each([0..82], [0..42])
+[value] Called Frama_C_show_each([0..85], [0..43])
+[value] Called Frama_C_show_each([0..86], [0..44])
+[value] Called Frama_C_show_each([0..89], [0..45])
+[value] Called Frama_C_show_each([0..90], [0..46])
+[value] Called Frama_C_show_each([0..93], [0..47])
+[value] Called Frama_C_show_each([0..94], [0..48])
+[value] Called Frama_C_show_each([0..97], [0..49])
+[value] Called Frama_C_show_each([0..98], [0..50])
+[value] Called Frama_C_show_each([0..99], [0..51])
+[value] Called Frama_C_show_each([0..99], [0..52])
+tests/value/loopinv.c:45:[value] warning: signed overflow. assert j+1 ≤ 2147483647;
+[value] Called Frama_C_show_each([0..99], [0..2147483647])
+[value] Recording results for main3
+[value] Done for function main3
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function init:
+  p ∈ {{ &t1 + [4..284],0%4 ; &t2 + [4..40],0%4 }}
+  t1[0] ∈ UNINITIALIZED
+    [1..71] ∈ {1} or UNINITIALIZED
+  t2[0] ∈ UNINITIALIZED
+    [1..10] ∈ {1} or UNINITIALIZED
+[value:final-states] Values at end of function main1:
+  t1[0] ∈ UNINITIALIZED
+    [1..71] ∈ {1} or UNINITIALIZED
+  t2[0] ∈ UNINITIALIZED
+    [1..10] ∈ {1} or UNINITIALIZED
+[value:final-states] Values at end of function main2:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main3:
+  j ∈ [0..2147483647]
+[value:final-states] Values at end of function main:
+  
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'init'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Pre-condition (file tests/value/loopinv.c, line 5)
+            by Call Preconditions.
+[  Valid  ] Pre-condition (file tests/value/loopinv.c, line 6)
+            by Call Preconditions.
+[  Valid  ] Invariant (file tests/value/loopinv.c, line 9)
+            by Value.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main1'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Instance of 'Pre-condition (file tests/value/loopinv.c, line 5)' at call 'init' (file tests/value/loopinv.c, line 22)
+
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/loopinv.c, line 6)' at call 'init' (file tests/value/loopinv.c, line 22)
+
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/loopinv.c, line 5)' at call 'init' (file tests/value/loopinv.c, line 25)
+
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/loopinv.c, line 6)' at call 'init' (file tests/value/loopinv.c, line 25)
+
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main2'
+--------------------------------------------------------------------------------
+
+[    -    ] Invariant (file tests/value/loopinv.c, line 32)
+            tried with Value.
+[  Valid  ] Invariant (file tests/value/loopinv.c, line 33)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main3'
+--------------------------------------------------------------------------------
+
+[    -    ] Invariant (file tests/value/loopinv.c, line 42)
+            tried with Value.
+[    -    ] Assertion 'Value,signed_overflow' (file tests/value/loopinv.c, line 45)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     9 Completely validated
+     3 To be validated
+    12 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/machdep.err.oracle b/tests/value/oracle_symblocs/machdep.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/machdep.res.oracle b/tests/value/oracle_symblocs/machdep.res.oracle
new file mode 100644
index 00000000000..832d1e38b0f
--- /dev/null
+++ b/tests/value/oracle_symblocs/machdep.res.oracle
@@ -0,0 +1,66 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/machdep.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function test1 <- main.
+        Called from tests/value/machdep.c:25.
+[value] Recording results for test1
+[value] Done for function test1
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function test1:
+  u ∈ {18446744073709551615}
+  w ∈ {4294967295}
+  q ∈ {4294967295}
+  c1 ∈ {0}
+  c2 ∈ {0}
+[value:final-states] Values at end of function main:
+  
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/machdep.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function test1 <- main.
+        Called from tests/value/machdep.c:25.
+[value] Recording results for test1
+[value] Done for function test1
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function test1:
+  u ∈ {18446744073709551615}
+  w ∈ {18446744073709551615}
+  q ∈ {18446744073709551615}
+  c1 ∈ {1}
+  c2 ∈ {1}
+[value:final-states] Values at end of function main:
+  
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/machdep.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function test1 <- main.
+        Called from tests/value/machdep.c:25.
+[value] Recording results for test1
+[value] Done for function test1
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function test1:
+  u ∈ {18446744073709551615}
+  w ∈ {4294967295}
+  q ∈ {4294967295}
+  c1 ∈ {0}
+  c2 ∈ {0}
+[value:final-states] Values at end of function main:
+  
diff --git a/tests/value/oracle_symblocs/max_pointed.err.oracle b/tests/value/oracle_symblocs/max_pointed.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/max_pointed.res.oracle b/tests/value/oracle_symblocs/max_pointed.res.oracle
new file mode 100644
index 00000000000..427bc072473
--- /dev/null
+++ b/tests/value/oracle_symblocs/max_pointed.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/max_pointed.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  rand ∈ [--..--]
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  a ∈ {42.}
+  b ∈ {11.}
+  min ∈ {11.}
+  max ∈ {42.}
+  p ∈ {{ &a ; &b }}
+  q ∈ {{ &a ; &b }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          a; b; min; max; p; tmp; q; tmp_0
+[inout] Inputs for function main:
+          rand
diff --git a/tests/value/oracle_symblocs/memexec.err.oracle b/tests/value/oracle_symblocs/memexec.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/memexec.res.oracle b/tests/value/oracle_symblocs/memexec.res.oracle
new file mode 100644
index 00000000000..af8527f13f4
--- /dev/null
+++ b/tests/value/oracle_symblocs/memexec.res.oracle
@@ -0,0 +1,400 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/memexec.c (with preprocessing)
+[rte] annotating function fbug
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x1 ∈ {0}
+  y1 ∈ {0}
+  z1 ∈ {0}
+  c ∈ [--..--]
+  p ∈ {0}
+  i ∈ {0}
+  t[0..9] ∈ {0}
+  ps ∈ {0}
+  S[0..9] ∈ {0}
+  g_f5_1 ∈ {0}
+  g_f5_2 ∈ {0}
+  two_fields ∈ {0}
+[value] computing for function f1 <- main.
+        Called from tests/value/memexec.c:154.
+[value] computing for function f11 <- f1 <- main.
+        Called from tests/value/memexec.c:12.
+[value] Recording results for f11
+[value] Done for function f11
+tests/value/memexec.c:13:[value] Reusing old results for call to f11
+tests/value/memexec.c:14:[value] Reusing old results for call to f11
+tests/value/memexec.c:16:[value] Reusing old results for call to f11
+tests/value/memexec.c:18:[value] Reusing old results for call to f11
+tests/value/memexec.c:20:[value] Reusing old results for call to f11
+tests/value/memexec.c:21:[value] Reusing old results for call to f11
+[value] Recording results for f1
+[value] Done for function f1
+[value] computing for function f2 <- main.
+        Called from tests/value/memexec.c:155.
+[value] Recording results for f2
+[value] Done for function f2
+[value] computing for function f3 <- main.
+        Called from tests/value/memexec.c:156.
+[value] Recording results for f3
+[value] Done for function f3
+[value] computing for function bug <- main.
+        Called from tests/value/memexec.c:157.
+[value] computing for function fbug <- bug <- main.
+        Called from tests/value/memexec.c:40.
+tests/value/memexec.c:33:[value] warning: assertion 'rte,mem_access' got status invalid (stopping propagation).
+[value] Recording results for fbug
+[value] Done for function fbug
+[value] computing for function fbug <- bug <- main.
+        Called from tests/value/memexec.c:42.
+tests/value/memexec.c:33:[value] assertion 'rte,mem_access' got status valid.
+[value] Recording results for fbug
+[value] Done for function fbug
+tests/value/memexec.c:43:[value] warning: locals {x} escaping the scope of bug through p
+[value] Recording results for bug
+[value] Done for function bug
+[value] computing for function f4 <- main.
+        Called from tests/value/memexec.c:158.
+[value] computing for function f4_2 <- f4 <- main.
+        Called from tests/value/memexec.c:84.
+[value] computing for function f4_11 <- f4_2 <- f4 <- main.
+        Called from tests/value/memexec.c:74.
+tests/value/memexec.c:59:[value] warning: accessing out of bounds index. assert ps->i < 10;
+tests/value/memexec.c:59:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for f4_11
+[value] Done for function f4_11
+[value] computing for function f4_12 <- f4_2 <- f4 <- main.
+        Called from tests/value/memexec.c:76.
+tests/value/memexec.c:63:[value] warning: accessing out of bounds index. assert i < 10;
+tests/value/memexec.c:63:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for f4_12
+[value] Done for function f4_12
+[value] Recording results for f4_2
+[value] Done for function f4_2
+[value] computing for function f4_2 <- f4 <- main.
+        Called from tests/value/memexec.c:87.
+[value] computing for function f4_11 <- f4_2 <- f4 <- main.
+        Called from tests/value/memexec.c:74.
+[value] Recording results for f4_11
+[value] Done for function f4_11
+[value] computing for function f4_12 <- f4_2 <- f4 <- main.
+        Called from tests/value/memexec.c:76.
+[value] Recording results for f4_12
+[value] Done for function f4_12
+[value] Recording results for f4_2
+[value] Done for function f4_2
+[value] Recording results for f4
+[value] Done for function f4
+[value] computing for function f5 <- main.
+        Called from tests/value/memexec.c:159.
+[value] computing for function f5_aux <- f5 <- main.
+        Called from tests/value/memexec.c:107.
+tests/value/memexec.c:94:[value] warning: assertion got status unknown.
+tests/value/memexec.c:96:[value] warning: assertion got status unknown.
+tests/value/memexec.c:98:[value] entering loop for the first time
+[value] Recording results for f5_aux
+[value] Done for function f5_aux
+[value] Called Frama_C_show_each_f5([9..2147483647],
+                                    [-2147483648..6],
+                                    [-2147483648..7])
+tests/value/memexec.c:113:[value] Reusing old results for call to f5_aux
+[value] Called Frama_C_show_each_f5([9..2147483647],
+                                    [-2147483648..2147483647],
+                                    [-2147483648..7])
+[value] Recording results for f5
+[value] Done for function f5
+[value] computing for function f6 <- main.
+        Called from tests/value/memexec.c:160.
+[value] computing for function f6_1 <- f6 <- main.
+        Called from tests/value/memexec.c:123.
+[value] Recording results for f6_1
+[value] Done for function f6_1
+[value] computing for function f6_1 <- f6 <- main.
+        Called from tests/value/memexec.c:126.
+[value] Recording results for f6_1
+[value] Done for function f6_1
+[value] Recording results for f6
+[value] Done for function f6
+[value] computing for function f7 <- main.
+        Called from tests/value/memexec.c:161.
+[value] computing for function f7_1 <- f7 <- main.
+        Called from tests/value/memexec.c:136.
+[value] Recording results for f7_1
+[value] Done for function f7_1
+tests/value/memexec.c:137:[value] Reusing old results for call to f7_1
+[value] Recording results for f7
+[value] Done for function f7
+[value] computing for function f8 <- main.
+        Called from tests/value/memexec.c:162.
+[value] computing for function f8_1 <- f8 <- main.
+        Called from tests/value/memexec.c:147.
+tests/value/memexec.c:141:[value] warning: accessing uninitialized left-value. assert \initialized(q);
+[value] Recording results for f8_1
+[value] Done for function f8_1
+[value] computing for function f8_1 <- f8 <- main.
+        Called from tests/value/memexec.c:149.
+[value] Recording results for f8_1
+[value] Done for function f8_1
+tests/value/memexec.c:150:[value] Reusing old results for call to f8_1
+[value] Recording results for f8
+[value] Done for function f8
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f11:
+  x1 ∈ {1}
+[value:final-states] Values at end of function f1:
+  x1 ∈ {1}
+[value:final-states] Values at end of function f2:
+  
+[value:final-states] Values at end of function f3:
+  
+[value:final-states] Values at end of function f4_11:
+  t[0..5] ∈ {0}
+   [6] ∈ {1}
+   [7..9] ∈ {0}
+[value:final-states] Values at end of function f4_12:
+  t[0..1] ∈ {0}
+   [2] ∈ {3}
+   [3..4] ∈ {0}
+   [5] ∈ {2}
+   [6..9] ∈ {0}
+[value:final-states] Values at end of function f4_2:
+  i ∈ {5}
+  t[0..1] ∈ {0}
+   [2] ∈ {0; 3}
+   [3..4] ∈ {0}
+   [5] ∈ {0; 2}
+   [6] ∈ {0; 1}
+   [7..9] ∈ {0}
+  ps ∈ {{ &S[8] }}
+  S[0..7] ∈ {0}
+   [8].i ∈ {6}
+   [9] ∈ {0}
+[value:final-states] Values at end of function f4:
+  i ∈ {0; 5}
+  t[0..1] ∈ {0}
+   [2] ∈ {0; 3}
+   [3..4] ∈ {0}
+   [5] ∈ {0; 2}
+   [6] ∈ {0; 1}
+   [7..9] ∈ {0}
+  ps ∈ {{ NULL ; &S[8] }}
+  S[0..7] ∈ {0}
+   [8].i ∈ {0; 6}
+   [9] ∈ {0}
+  n ∈ {6; 12}
+[value:final-states] Values at end of function f5_aux:
+  v ∈ [--..--]
+[value:final-states] Values at end of function f5:
+  g_f5_1 ∈ [--..--]
+  g_f5_2 ∈ [-2147483648..7]
+  arg ∈ [9..2147483647]
+[value:final-states] Values at end of function f6_1:
+  two_fields.x ∈ {1}
+            .y ∈ {2; 3}
+[value:final-states] Values at end of function f6:
+  two_fields.x ∈ {1}
+            .y ∈ {3}
+[value:final-states] Values at end of function f7_1:
+  x{.x; .y} ∈ {1}
+[value:final-states] Values at end of function f7:
+  x{.x; .y} ∈ {1}
+[value:final-states] Values at end of function f8_1:
+  q ∈ {0}
+[value:final-states] Values at end of function f8:
+  x ∈ {1}
+[value:final-states] Values at end of function fbug:
+  __retres ∈ {1}
+[value:final-states] Values at end of function bug:
+  p ∈ {{ &x }}
+  x ∈ {1}
+[value:final-states] Values at end of function main:
+  x1 ∈ {1}
+  p ∈ ESCAPINGADDR
+  i ∈ {0; 5}
+  t[0..1] ∈ {0}
+   [2] ∈ {0; 3}
+   [3..4] ∈ {0}
+   [5] ∈ {0; 2}
+   [6] ∈ {0; 1}
+   [7..9] ∈ {0}
+  ps ∈ {{ NULL ; &S[8] }}
+  S[0..7] ∈ {0}
+   [8].i ∈ {0; 6}
+   [9] ∈ {0}
+  g_f5_1 ∈ [--..--]
+  g_f5_2 ∈ [-2147483648..7]
+  two_fields.x ∈ {1}
+            .y ∈ {3}
+[from] Computing for function f11
+[from] Done for function f11
+[from] Computing for function f1
+[from] Done for function f1
+[from] Computing for function f2
+[from] Done for function f2
+[from] Computing for function f3
+[from] Done for function f3
+[from] Computing for function f4_11
+[from] Done for function f4_11
+[from] Computing for function f4_12
+[from] Done for function f4_12
+[from] Computing for function f4_2
+[from] Done for function f4_2
+[from] Computing for function f4
+[from] Done for function f4
+[from] Computing for function f5_aux
+[from] Done for function f5_aux
+[from] Computing for function f5
+[from] Done for function f5
+[from] Computing for function f6_1
+[from] Done for function f6_1
+[from] Computing for function f6
+[from] Done for function f6
+[from] Computing for function f7_1
+[from] Done for function f7_1
+[from] Computing for function f7
+[from] Done for function f7
+[from] Computing for function f8_1
+[from] Done for function f8_1
+[from] Computing for function f8
+[from] Done for function f8
+[from] Computing for function fbug
+[from] Done for function fbug
+[from] Computing for function bug
+[from] Done for function bug
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f11:
+  x1 FROM \nothing
+[from] Function f1:
+  x1 FROM \nothing
+[from] Function f2:
+  NO EFFECTS
+[from] Function f3:
+  NO EFFECTS
+[from] Function f4_11:
+  t[6] FROM ps; S[8]
+[from] Function f4_12:
+  t{[2]; [5]} FROM i
+[from] Function f4_2:
+  i FROM v; n
+  t{[2]; [5..6]} FROM c; v; n (and SELF)
+  ps FROM \nothing
+  S[8] FROM v; n
+[from] Function f4:
+  i FROM c (and SELF)
+  t{[2]; [5..6]} FROM c (and SELF)
+  ps FROM c (and SELF)
+  S[8] FROM c (and SELF)
+[from] Function f5_aux:
+  NO EFFECTS
+[from] Function f5:
+  g_f5_1 FROM c
+  g_f5_2 FROM c
+[from] Function f6_1:
+  two_fields.x FROM \nothing
+[from] Function f6:
+  two_fields FROM \nothing
+[from] Function f7_1:
+  x FROM p_0
+[from] Function f7:
+  NO EFFECTS
+[from] Function f8_1:
+  NO EFFECTS
+[from] Function f8:
+  NO EFFECTS
+[from] Function fbug:
+  \result FROM p; x
+[from] Function bug:
+  p FROM \nothing
+[from] Function main:
+  x1 FROM \nothing
+  p FROM \nothing
+  i FROM c (and SELF)
+  t{[2]; [5..6]} FROM c (and SELF)
+  ps FROM c (and SELF)
+  S[8] FROM c (and SELF)
+  g_f5_1 FROM c
+  g_f5_2 FROM c
+  two_fields FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f11:
+          x1
+[inout] Inputs for function f11:
+          \nothing
+[inout] Out (internal) for function f1:
+          x1
+[inout] Inputs for function f1:
+          \nothing
+[inout] Out (internal) for function f2:
+          \nothing
+[inout] Inputs for function f2:
+          \nothing
+[inout] Out (internal) for function f3:
+          \nothing
+[inout] Inputs for function f3:
+          \nothing
+[inout] Out (internal) for function f4_11:
+          t[6]
+[inout] Inputs for function f4_11:
+          ps; S[8]
+[inout] Out (internal) for function f4_12:
+          t{[2]; [5]}
+[inout] Inputs for function f4_12:
+          i
+[inout] Out (internal) for function f4_2:
+          i; t{[2]; [5..6]}; ps; S[8]
+[inout] Inputs for function f4_2:
+          c; i; ps; S[8]; n
+[inout] Out (internal) for function f4:
+          i; t{[2]; [5..6]}; ps; S[8]; n
+[inout] Inputs for function f4:
+          c; i; ps; S[8]
+[inout] Out (internal) for function f5_aux:
+          v
+[inout] Inputs for function f5_aux:
+          g_f5_2
+[inout] Out (internal) for function f5:
+          g_f5_1; g_f5_2; arg
+[inout] Inputs for function f5:
+          c; g_f5_1; g_f5_2
+[inout] Out (internal) for function f6_1:
+          two_fields.x
+[inout] Inputs for function f6_1:
+          \nothing
+[inout] Out (internal) for function f6:
+          two_fields
+[inout] Inputs for function f6:
+          \nothing
+[inout] Out (internal) for function f7_1:
+          x
+[inout] Inputs for function f7_1:
+          \nothing
+[inout] Out (internal) for function f7:
+          x
+[inout] Inputs for function f7:
+          \nothing
+[inout] Out (internal) for function f8_1:
+          q
+[inout] Inputs for function f8_1:
+          x
+[inout] Out (internal) for function f8:
+          x
+[inout] Inputs for function f8:
+          c
+[inout] Out (internal) for function fbug:
+          __retres
+[inout] Inputs for function fbug:
+          p; x
+[inout] Out (internal) for function bug:
+          p; x
+[inout] Inputs for function bug:
+          c; p
+[inout] Out (internal) for function main:
+          x1; p; i; t{[2]; [5..6]}; ps; S[8]; g_f5_1; g_f5_2; two_fields
+[inout] Inputs for function main:
+          c; p; i; ps; S[8]; g_f5_1; g_f5_2
diff --git a/tests/value/oracle_symblocs/merge_bits.err.oracle b/tests/value/oracle_symblocs/merge_bits.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/merge_bits.res.oracle b/tests/value/oracle_symblocs/merge_bits.res.oracle
new file mode 100644
index 00000000000..9504ec15350
--- /dev/null
+++ b/tests/value/oracle_symblocs/merge_bits.res.oracle
@@ -0,0 +1,59 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/merge_bits.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0] ∈ {1}
+   [1..3] ∈ {0}
+   [4] ∈ {1}
+   [5] ∈ {2}
+   [6] ∈ {3}
+   [7] ∈ {4}
+   [8] ∈ {5}
+   [9] ∈ {0}
+   [10..12] ∈ {1}
+[value] Called Frama_C_show_each_F([bits 0 to 7] ∈ {1}
+                                   [bits 8 to 31] ∈ {0}
+                                   This amounts to: {1})
+[value] Called Frama_C_show_each_F([bits 0 to 23] ∈ {0}
+                                   [bits 24 to 31] ∈ {1}
+                                   This amounts to: {16777216})
+[value] Called Frama_C_show_each_F([bits 0 to 7] ∈ {1}
+                                   [bits 8 to 15] ∈ {2}
+                                   [bits 16 to 23] ∈ {3}
+                                   [bits 24 to 31] ∈ {4}
+                                   This amounts to: {67305985})
+[value] Called Frama_C_show_each_F([bits 0 to 7] ∈ {0}
+                                   [bits 8 to 31]# ∈ {1} repeated %8 
+                                   This amounts to: {16843008})
+[value] Called Frama_C_show_each_F([bits 0 to 7] ∈ {1}
+                                   [bits 8 to 15] ∈ {0}
+                                   [bits 16 to 31]# ∈
+                                   {-1879048176}%32, bits 0 to 15 
+                                   This amounts to: {1048577})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  T[0] ∈ {1}
+   [1] ∈ {0}
+   [bits 16 to 47] ∈ {-1879048176}
+   [6] ∈ {3}
+   [7] ∈ {4}
+   [8] ∈ {5}
+   [9] ∈ {0}
+   [10..12] ∈ {1}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  T[2..5] FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          T[2..5]; __retres
+[inout] Inputs for function main:
+          T{[0..7]; [9..12]}
diff --git a/tests/value/oracle_symblocs/mini_pointrer.err.oracle b/tests/value/oracle_symblocs/mini_pointrer.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/mini_pointrer.res.oracle b/tests/value/oracle_symblocs/mini_pointrer.res.oracle
new file mode 100644
index 00000000000..011c0c7fa26
--- /dev/null
+++ b/tests/value/oracle_symblocs/mini_pointrer.res.oracle
@@ -0,0 +1,36 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/mini_pointrer.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0..1] ∈ {0}
+  ppp ∈ {0}
+  pp[0..1] ∈ {0}
+  p ∈ {0}
+tests/value/mini_pointrer.i:6:[value] warning: accessing out of bounds index. assert 0 ≤ c1;
+tests/value/mini_pointrer.i:6:[value] warning: accessing out of bounds index. assert c1 < 2;
+tests/value/mini_pointrer.i:8:[value] warning: out of bounds read. assert \valid_read(ppp);
+tests/value/mini_pointrer.i:8:[value] warning: out of bounds write. assert \valid(*ppp);
+tests/value/mini_pointrer.i:10:[value] warning: accessing out of bounds index. assert c2 < 2;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  T[0..1] ∈ {0; 4; 9}
+  ppp ∈ {{ (int **)&pp }}
+  pp[0] ∈ {{ (int)&T{[0], [1]} }}
+    [1] ∈ {{ NULL ; (int)&T{[0], [1]} }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  T[0..1] FROM pp[0]; c1; c2 (and SELF)
+  ppp FROM c2
+  pp[0..1] FROM c1 (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          T[0..1]; ppp; pp[0..1]
+[inout] Inputs for function main:
+          ppp; pp[0]
diff --git a/tests/value/oracle_symblocs/misaligned_tabs.err.oracle b/tests/value/oracle_symblocs/misaligned_tabs.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/misaligned_tabs.res.oracle b/tests/value/oracle_symblocs/misaligned_tabs.res.oracle
new file mode 100644
index 00000000000..04fea324321
--- /dev/null
+++ b/tests/value/oracle_symblocs/misaligned_tabs.res.oracle
@@ -0,0 +1,109 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/misaligned_tabs.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0..299] ∈ {0}
+  S1{.i1; .i2} ∈ {4369}
+    {.c1; .c2} ∈ {17}
+    {.i3; .i4} ∈ {4369}
+  S2{.i1; .i2} ∈ {4369}
+    {.c1; .c2} ∈ {17}
+    {.i3; .i4} ∈ {4369}
+  S3{.i1; .i2} ∈ {4369}
+    {.c1; .c2} ∈ {17}
+    {.i3; .i4} ∈ {4369}
+  S4{.i1; .i2} ∈ {4369}
+    {.c1; .c2} ∈ {17}
+    {.i3; .i4} ∈ {4369}
+[value] computing for function misaligned_struct <- main.
+        Called from tests/value/misaligned_tabs.i:58.
+[value] Called Frama_C_show_each_1({1})
+[value] Called Frama_C_show_each_2({1})
+[value] Called Frama_C_show_each_3({1})
+[value] Called Frama_C_show_each_4({1})
+[value] Called Frama_C_show_each_5({1})
+[value] Called Frama_C_show_each_6({1})
+[value] Called Frama_C_show_each_7({1})
+[value] Called Frama_C_show_each_8({1})
+[value] Called Frama_C_show_each_9({1})
+[value] Called Frama_C_show_each_a({1})
+[value] Called Frama_C_show_each_b({1})
+[value] Called Frama_C_show_each_c({1})
+[value] Called Frama_C_show_each_d({1})
+[value] Called Frama_C_show_each_e({1})
+[value] Called Frama_C_show_each_f({1})
+[value] Recording results for misaligned_struct
+[value] Done for function misaligned_struct
+[value] Called Frama_C_show_each_g({1})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function misaligned_struct:
+  S1.i1[bits 0 to 7] ∈ {17}
+    {.i1[bits 8 to 15]#; .i2} ∈ {4369} repeated %16, bits 8 to 31 
+    {.c1; .c2} ∈ {17}
+    {.i3; .i4} ∈ {4369}
+  S2.i1# ∈ {17} repeated %8 
+    .i2 ∈ {4369}
+    {.c1; .c2} ∈ {17}
+    {.i3; .i4} ∈ {4369}
+  S3.i1[bits 0 to 7]# ∈ {4369}%16, bits 0 to 7 
+    {.i1[bits 8 to 15]; .i2#; .c1; .c2; .i3#; .i4[bits 0 to 7]} ∈
+    {17} repeated %8 
+    .i4[bits 8 to 15]# ∈ {4369}%16, bits 8 to 15 
+  S4{.i1#; .i2#} ∈ {17} repeated %8 
+    {.c1#; .c2#} ∈ {4369}%32, bits 0 to 15 
+    {.i3#; .i4#} ∈ {17} repeated %8 
+[value:final-states] Values at end of function main:
+  T[0]# ∈ {1; 2}%32, bits 0 to 7 
+   [1]# ∈ {1; 2}%32, bits 8 to 15 
+   [bits 16 to 95]# ∈ {1; 2} repeated %32, bits 16 to 95 
+   [12..299] ∈ {0}
+  S1.i1[bits 0 to 7] ∈ {17}
+    {.i1[bits 8 to 15]#; .i2} ∈ {4369} repeated %16, bits 8 to 31 
+    {.c1; .c2} ∈ {17}
+    {.i3; .i4} ∈ {4369}
+  S2.i1# ∈ {17} repeated %8 
+    .i2 ∈ {4369}
+    {.c1; .c2} ∈ {17}
+    {.i3; .i4} ∈ {4369}
+  S3.i1[bits 0 to 7]# ∈ {4369}%16, bits 0 to 7 
+    {.i1[bits 8 to 15]; .i2#; .c1; .c2; .i3#; .i4[bits 0 to 7]} ∈
+    {17} repeated %8 
+    .i4[bits 8 to 15]# ∈ {4369}%16, bits 8 to 15 
+  S4{.i1#; .i2#} ∈ {17} repeated %8 
+    {.c1#; .c2#} ∈ {4369}%32, bits 0 to 15 
+    {.i3#; .i4#} ∈ {17} repeated %8 
+[from] Computing for function misaligned_struct
+[from] Done for function misaligned_struct
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function misaligned_struct:
+  S1.i1[bits 0 to 7] FROM \nothing
+  S2.i1 FROM \nothing
+  S3{{.i1[bits 8 to 15]; .i2}; {.i3; .i4[bits 0 to 7]}} FROM \nothing
+  S4 FROM \nothing
+[from] Function main:
+  T{[0]; [2..3]} FROM c1
+   {[1]; [4..11]} FROM c2
+  S1.i1[bits 0 to 7] FROM \nothing
+  S2.i1 FROM \nothing
+  S3{{.i1[bits 8 to 15]; .i2}; {.i3; .i4[bits 0 to 7]}} FROM \nothing
+  S4 FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function misaligned_struct:
+          S1.i1[bits 0 to 7]; S2.i1;
+          S3{{.i1[bits 8 to 15]; .i2}; {.i3; .i4[bits 0 to 7]}}; S4
+[inout] Inputs for function misaligned_struct:
+          S1{.i1; .i2; .c1; .c2}; S2{{.i1; .i2}; .c2}; S3{{.i1; .i2; .c1}; .i3};
+          S4{.i1; .i2; .c1; .c2; .i3}
+[inout] Out (internal) for function main:
+          T[0..11]; S1.i1[bits 0 to 7]; S2.i1;
+          S3{{.i1[bits 8 to 15]; .i2}; {.i3; .i4[bits 0 to 7]}}; S4
+[inout] Inputs for function main:
+          T[4..7]; S1{.i1; .i2; .c1; .c2}; S2{{.i1; .i2}; .c2};
+          S3{{.i1; .i2; .c1}; .i3}; S4{.i1; .i2; .c1; .c2; .i3}
diff --git a/tests/value/oracle_symblocs/mixed_val.err.oracle b/tests/value/oracle_symblocs/mixed_val.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/mixed_val.res.oracle b/tests/value/oracle_symblocs/mixed_val.res.oracle
new file mode 100644
index 00000000000..860e70824fb
--- /dev/null
+++ b/tests/value/oracle_symblocs/mixed_val.res.oracle
@@ -0,0 +1,36 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/mixed_val.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0] ∈ {97}
+   [1..9] ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  e ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  T[0]# ∈ {128073}%32, bits 0 to 15 
+   [1..9] ∈ {0}
+  a ∈ {128073}
+  d ∈ {128073}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  T[0] FROM c
+  a FROM c
+  d FROM e
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          T[0]; a; d; __retres
+[inout] Inputs for function main:
+          a[bits 0 to 15]; c; e
diff --git a/tests/value/oracle_symblocs/modifies.err.oracle b/tests/value/oracle_symblocs/modifies.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/modifies.res.oracle b/tests/value/oracle_symblocs/modifies.res.oracle
new file mode 100644
index 00000000000..7b98bc294c4
--- /dev/null
+++ b/tests/value/oracle_symblocs/modifies.res.oracle
@@ -0,0 +1,38 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/modifies.i (no preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  TAB[0..9] ∈ [--..--]
+  G ∈ [--..--]
+  H ∈ [--..--]
+  J ∈ [--..--]
+tests/value/modifies.i:8:[value] warning: signed overflow. assert J+1 ≤ 2147483647;
+tests/value/modifies.i:8:[value] warning: signed overflow. assert -2147483648 ≤ TAB[4]-1;
+tests/value/modifies.i:11:[value] warning: signed overflow. assert TAB[1]+1 ≤ 2147483647;
+tests/value/modifies.i:11:[value] warning: signed overflow. assert TAB[6]+1 ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  TAB[0..9] ∈ [--..--]
+  G ∈ [--..--]
+  H ∈ {0; 1; 3}
+  J ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  TAB[1] FROM TAB[1]; G; H; J (and SELF)
+     [4] FROM TAB[4]; H (and SELF)
+     [6] FROM TAB[6]; G; H; J (and SELF)
+  G FROM H; J (and SELF)
+  H FROM G; H; J (and SELF)
+  J FROM H; J (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          TAB{[1]; [4]; [6]}; G; H; J
+[inout] Inputs for function main:
+          TAB{[1]; [4]; [6]}; G; H; J
diff --git a/tests/value/oracle_symblocs/modulo.err.oracle b/tests/value/oracle_symblocs/modulo.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/modulo.res.oracle b/tests/value/oracle_symblocs/modulo.res.oracle
new file mode 100644
index 00000000000..7aa43310909
--- /dev/null
+++ b/tests/value/oracle_symblocs/modulo.res.oracle
@@ -0,0 +1,289 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/modulo.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+  F ∈ {0}
+  G ∈ {0}
+  H ∈ {0}
+  I ∈ {0}
+  J ∈ {0}
+  K ∈ {0}
+  L ∈ {0}
+  M ∈ {0}
+  N ∈ {0}
+  O ∈ {0}
+  P ∈ {0}
+  Q ∈ {0}
+  R ∈ {0}
+  v ∈ [--..--]
+  a ∈ [--..--]
+  b ∈ [--..--]
+  i2 ∈ [--..--]
+[value] computing for function pgcd1 <- main.
+        Called from tests/value/modulo.i:151.
+tests/value/modulo.i:34:[value] warning: function pgcd1: precondition got status unknown.
+tests/value/modulo.i:37:[value] loop invariant got status valid.
+tests/value/modulo.i:38:[value] loop invariant got status valid.
+[value] Called Frama_C_show_each_1([1..10], [1..10], [0..9])
+[value] Called Frama_C_show_each_1({0}, [1..10], {0})
+[value] Called Frama_C_show_each_1([-10..-1], [1..10], [-9..0])
+[value] Called Frama_C_show_each_1([1..10], [-10..-1], [0..9])
+[value] Called Frama_C_show_each_1({0}, [-10..-1], {0})
+[value] Called Frama_C_show_each_1([-10..-1], [-10..-1], [-9..0])
+[value] Recording results for pgcd1
+[value] Done for function pgcd1
+[value] computing for function pgcd2 <- main.
+        Called from tests/value/modulo.i:152.
+tests/value/modulo.i:47:[value] warning: function pgcd2: precondition got status unknown.
+tests/value/modulo.i:50:[value] loop invariant got status valid.
+[value] Called Frama_C_show_each_2([-10..10], [1..10], [-9..9])
+[value] Called Frama_C_show_each_2([-10..10], [-10..-1], [-9..9])
+[value] Recording results for pgcd2
+[value] Done for function pgcd2
+[value] computing for function pgcd3 <- main.
+        Called from tests/value/modulo.i:153.
+tests/value/modulo.i:59:[value] warning: function pgcd3: precondition got status unknown.
+tests/value/modulo.i:63:[value] warning: division by zero. assert b_0 ≢ 0;
+[value] Called Frama_C_show_each_3([-10..10], [-10..10], [-9..9])
+[value] Recording results for pgcd3
+[value] Done for function pgcd3
+[value] computing for function main2 <- main.
+        Called from tests/value/modulo.i:155.
+tests/value/modulo.i:9:[value] warning: signed overflow. assert -2147483648 ≤ 4*i;
+tests/value/modulo.i:9:[value] warning: signed overflow. assert 4*i ≤ 2147483647;
+tests/value/modulo.i:10:[value] warning: signed overflow. assert -2147483648 ≤ 4*i;
+tests/value/modulo.i:10:[value] warning: signed overflow. assert 4*i ≤ 2147483647;
+tests/value/modulo.i:11:[value] warning: assertion got status unknown.
+tests/value/modulo.i:13:[value] warning: assertion got status unknown.
+tests/value/modulo.i:27:[value] warning: division by zero. assert G ≢ 0;
+tests/value/modulo.i:29:[value] warning: division by zero. assert L ≢ 0;
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function simultaneous_congruences <- main.
+        Called from tests/value/modulo.i:156.
+tests/value/modulo.i:76:[value] warning: assertion got status unknown.
+tests/value/modulo.i:95:[value] entering loop for the first time
+tests/value/modulo.i:82:[value] entering loop for the first time
+[value] Recording results for simultaneous_congruences
+[value] Done for function simultaneous_congruences
+[value] computing for function shift_modulo <- main.
+        Called from tests/value/modulo.i:157.
+tests/value/modulo.i:100:[value] warning: assertion got status unknown.
+tests/value/modulo.i:103:[value] warning: signed overflow. assert (int)((int)(i*12)+5)<<25 ≤ 2147483647;
+tests/value/modulo.i:104:[value] warning: signed overflow. assert (int)((int)(i*13)+7)<<25 ≤ 2147483647;
+[value] Recording results for shift_modulo
+[value] Done for function shift_modulo
+[value] computing for function extract_bits_modulo <- main.
+        Called from tests/value/modulo.i:158.
+tests/value/modulo.i:109:[value] warning: assertion got status unknown.
+[value] Recording results for extract_bits_modulo
+[value] Done for function extract_bits_modulo
+[value] computing for function pos_rem <- main.
+        Called from tests/value/modulo.i:159.
+tests/value/modulo.i:137:[value] warning: assertion got status unknown.
+tests/value/modulo.i:142:[value] warning: assertion got status unknown.
+tests/value/modulo.i:146:[value] warning: assertion got status unknown.
+[value] Recording results for pos_rem
+[value] Done for function pos_rem
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function extract_bits_modulo:
+  i ∈ [0..10]
+  aa1 ∈ [1291..32011],1291%3072
+  ptr1 ∈ {{ (unsigned char *)&aa1 }}
+  m1 ∈ {11}
+  n1 ∈ [5..125],1%4
+  aa2 ∈ [1294..32124]
+  ptr2 ∈ {{ (unsigned char *)&aa2 }}
+  m2 ∈ [0..255]
+  n2 ∈ [5..125]
+  aa3 ∈ [1296..32126]
+  ptr3 ∈ {{ (unsigned char *)&aa3 }}
+  m3 ∈ [0..255]
+  n3 ∈ [5..125]
+  aa4 ∈ [16..126],5%11
+  ptr4 ∈ {{ (unsigned char *)&aa4 }}
+  m4 ∈ [16..126]
+  n4 ∈ {0}
+[value:final-states] Values at end of function main2:
+  A ∈ {0}
+  B ∈ {-3; 1}
+  C ∈ {1}
+  D ∈ {1; 4; 7; 10}
+  E ∈ {-11; -8; -5; -2; 1; 4; 7; 10}
+  F ∈ {5}
+  G ∈ [0..12]
+  H ∈ [0..100]
+  I ∈ [101..301],1%2
+  J ∈ [-201..299],4%5
+  K ∈ {-6; -1; 4; 9}
+  L ∈ [-9..9]
+  M ∈ {-6; -2; -1; 0; 1; 2; 4; 9}
+  N ∈ [-299..299]
+  O ∈ [0..11]
+  P ∈ {0}
+  Q ∈ [-8..8]
+  i ∈ [0..100]
+[value:final-states] Values at end of function pgcd1:
+  a_0 ∈ [-10..10]
+  b_0 ∈ {0}
+[value:final-states] Values at end of function pgcd2:
+  a_0 ∈ [-10..10]
+  b_0 ∈ {0}
+[value:final-states] Values at end of function pgcd3:
+  a_0 ∈ [-10..10]
+  b_0 ∈ {0}
+[value:final-states] Values at end of function pos_rem:
+  n ∈ [-1..72]
+  j ∈ [-128..127]
+  k ∈ [0..135]
+  l ∈ [-128..127]
+[value:final-states] Values at end of function shift_modulo:
+  i ∈ [0..10]
+  r ∈ [20..500],20%48
+  s ∈ [5..125],5%12
+  q ∈ {5; 17; 29; 41; 53}
+  t ∈ {7; 20; 33; 46; 59}
+[value:final-states] Values at end of function simultaneous_congruences:
+  n1 ∈ [98..436207493],98%195
+  n2 ∈ [98..436207493],98%195
+  n3 ∈ [98..436207493],98%195
+  m1 ∈ [7..134217735],3%4
+  m2 ∈ [10..201326602],4%6
+  o1 ∈ [11..268435451],11%24
+  o2 ∈ [11..268435451],11%24
+  o3 ∈ [11..268435451],11%24
+[value:final-states] Values at end of function main:
+  A ∈ {0}
+  B ∈ {-3; 1}
+  C ∈ {1}
+  D ∈ {1; 4; 7; 10}
+  E ∈ {-11; -8; -5; -2; 1; 4; 7; 10}
+  F ∈ {5}
+  G ∈ [0..12]
+  H ∈ [0..100]
+  I ∈ [101..301],1%2
+  J ∈ [-201..299],4%5
+  K ∈ {-6; -1; 4; 9}
+  L ∈ [-9..9]
+  M ∈ {-6; -2; -1; 0; 1; 2; 4; 9}
+  N ∈ [-299..299]
+  O ∈ [0..11]
+  P ∈ {0}
+  Q ∈ [-8..8]
+[from] Computing for function extract_bits_modulo
+[from] Done for function extract_bits_modulo
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function pgcd1
+[from] Done for function pgcd1
+[from] Computing for function pgcd2
+[from] Done for function pgcd2
+[from] Computing for function pgcd3
+[from] Done for function pgcd3
+[from] Computing for function pos_rem
+[from] Done for function pos_rem
+[from] Computing for function shift_modulo
+[from] Done for function shift_modulo
+[from] Computing for function simultaneous_congruences
+[from] Done for function simultaneous_congruences
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function extract_bits_modulo:
+  NO EFFECTS
+[from] Function main2:
+  A FROM v
+  B FROM v
+  C FROM v
+  D FROM v
+  E FROM v
+  F FROM v
+  G FROM v
+  H FROM v
+  I FROM v
+  J FROM v
+  K FROM v
+  L FROM v
+  M FROM v
+  N FROM v
+  O FROM v
+  P FROM v
+  Q FROM v
+[from] Function pgcd1:
+  \result FROM x; y
+[from] Function pgcd2:
+  \result FROM x; y
+[from] Function pgcd3:
+  \result FROM x; y
+[from] Function pos_rem:
+  NO EFFECTS
+[from] Function shift_modulo:
+  NO EFFECTS
+[from] Function simultaneous_congruences:
+  NO EFFECTS
+[from] Function main:
+  A FROM v
+  B FROM v
+  C FROM v
+  D FROM v
+  E FROM v
+  F FROM v
+  G FROM v
+  H FROM v
+  I FROM v
+  J FROM v
+  K FROM v
+  L FROM v
+  M FROM v
+  N FROM v
+  O FROM v
+  P FROM v
+  Q FROM v
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function extract_bits_modulo:
+          i; aa1; ptr1; m1; n1; aa2; ptr2; m2; n2; aa3; ptr3; m3; n3; aa4; ptr4; 
+          m4; n4
+[inout] Inputs for function extract_bits_modulo:
+          v
+[inout] Out (internal) for function main2:
+          A; B; C; D; E; F; G; H; I; J; K; L; M; N; O; P; Q; i
+[inout] Inputs for function main2:
+          A; D; G; I; J; K; L; v
+[inout] Out (internal) for function pgcd1:
+          a_0; b_0; tmp
+[inout] Inputs for function pgcd1:
+          \nothing
+[inout] Out (internal) for function pgcd2:
+          a_0; b_0; tmp
+[inout] Inputs for function pgcd2:
+          \nothing
+[inout] Out (internal) for function pgcd3:
+          a_0; b_0; tmp
+[inout] Inputs for function pgcd3:
+          \nothing
+[inout] Out (internal) for function pos_rem:
+          n; j; k; l
+[inout] Inputs for function pos_rem:
+          v
+[inout] Out (internal) for function shift_modulo:
+          i; r; s; q; t
+[inout] Inputs for function shift_modulo:
+          v
+[inout] Out (internal) for function simultaneous_congruences:
+          n1; n2; n3; m1; m2; o1; o2; o3
+[inout] Inputs for function simultaneous_congruences:
+          i2
+[inout] Out (internal) for function main:
+          A; B; C; D; E; F; G; H; I; J; K; L; M; N; O; P; Q
+[inout] Inputs for function main:
+          A; D; G; I; J; K; L; v; a; b; i2
diff --git a/tests/value/oracle_symblocs/multi_access.err.oracle b/tests/value/oracle_symblocs/multi_access.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/multi_access.res.oracle b/tests/value/oracle_symblocs/multi_access.res.oracle
new file mode 100644
index 00000000000..03c6758c5b7
--- /dev/null
+++ b/tests/value/oracle_symblocs/multi_access.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/multi_access.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  s{.a; .b} ∈ {2}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          s; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/narrow_behaviors.err.oracle b/tests/value/oracle_symblocs/narrow_behaviors.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/narrow_behaviors.res.oracle b/tests/value/oracle_symblocs/narrow_behaviors.res.oracle
new file mode 100644
index 00000000000..b0be2bb6ddd
--- /dev/null
+++ b/tests/value/oracle_symblocs/narrow_behaviors.res.oracle
@@ -0,0 +1,97 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/narrow_behaviors.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  nondet ∈ [--..--]
+[value] computing for function f1 <- main.
+        Called from tests/value/narrow_behaviors.i:56.
+[value] using specification for function f1
+[value] Done for function f1
+[value] DUMPING STATE of file tests/value/narrow_behaviors.i line 56
+        nondet ∈ [--..--]
+        p{.x; .y} ∈ {1; 2}
+        q ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function f2 <- main.
+        Called from tests/value/narrow_behaviors.i:57.
+[value] using specification for function f2
+[value] Done for function f2
+[value] DUMPING STATE of file tests/value/narrow_behaviors.i line 57
+        nondet ∈ [--..--]
+        p{.x; .y} ∈ {1; 2}
+        q{.x; .y} ∈ {1; 2}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/narrow_behaviors.i:61:[value] warning: assertion got status unknown.
+[value] computing for function f1 <- main.
+        Called from tests/value/narrow_behaviors.i:62.
+tests/value/narrow_behaviors.i:62:[value] function f1, behavior a: assumes got status invalid; behavior not evaluated.
+tests/value/narrow_behaviors.i:62:[value] function f1, behavior d: assumes got status invalid; behavior not evaluated.
+[value] Done for function f1
+[value] computing for function f1 <- main.
+        Called from tests/value/narrow_behaviors.i:62.
+tests/value/narrow_behaviors.i:62:[value] function f1, behavior b: assumes got status invalid; behavior not evaluated.
+tests/value/narrow_behaviors.i:62:[value] function f1, behavior c: assumes got status invalid; behavior not evaluated.
+[value] Done for function f1
+[value] DUMPING STATE of file tests/value/narrow_behaviors.i line 62
+        nondet ∈ {0}
+        r{.x; .y} ∈ {1}
+        s ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/narrow_behaviors.i line 62
+        nondet ∈ {1}
+        r{.x; .y} ∈ {2}
+        s ∈ UNINITIALIZED
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function f2 <- main.
+        Called from tests/value/narrow_behaviors.i:63.
+tests/value/narrow_behaviors.i:63:[value] function f2, behavior b: assumes got status invalid; behavior not evaluated.
+tests/value/narrow_behaviors.i:63:[value] function f2, behavior c: assumes got status invalid; behavior not evaluated.
+[value] Done for function f2
+[value] computing for function f2 <- main.
+        Called from tests/value/narrow_behaviors.i:63.
+tests/value/narrow_behaviors.i:63:[value] function f2, behavior a: assumes got status invalid; behavior not evaluated.
+tests/value/narrow_behaviors.i:63:[value] function f2, behavior d: assumes got status invalid; behavior not evaluated.
+tests/value/narrow_behaviors.i:39:[value] warning: function f2, behavior b: this postcondition evaluates to false in this
+                 context. If it is valid, either a precondition was not verified for this
+                 call, or some assigns/from clauses are incomplete (or incorrect).
+tests/value/narrow_behaviors.i:40:[value] function f2, behavior b: no state left in which to evaluate postcondition, status not computed.
+[value] Done for function f2
+[value] DUMPING STATE of file tests/value/narrow_behaviors.i line 63
+        nondet ∈ {0}
+        r{.x; .y} ∈ {1}
+        s.x ∈ {1; 2}
+         .y ∈ {1}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function f1 <-main
+[from] Done for function f1
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Computing for function f2 <-main
+[from] Done for function f2
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f1:
+  \result FROM nondet
+[from] Function f2:
+  \result FROM nondet
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; q; r; s; __retres
+[inout] Inputs for function main:
+          nondet
diff --git a/tests/value/oracle_symblocs/nested_struct_init.err.oracle b/tests/value/oracle_symblocs/nested_struct_init.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/nested_struct_init.res.oracle b/tests/value/oracle_symblocs/nested_struct_init.res.oracle
new file mode 100644
index 00000000000..bc0b2fac6b5
--- /dev/null
+++ b/tests/value/oracle_symblocs/nested_struct_init.res.oracle
@@ -0,0 +1,331 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/nested_struct_init.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  g_3.f0 ∈ {-1}
+     .[bits 8 to 15] ∈ {0}
+     .f1 ∈ {19284}
+     .f2 ∈ {6}
+     .f3 ∈ {7}
+     .f4 ∈ {-1}
+     .[bits 120 to 127] ∈ {0}
+     .f5 ∈ {1}
+     .f6 ∈ {-10}
+     .[bits 176 to 191] ∈ {0}
+     .f7 ∈ {1732606355}
+     .f8 ∈ {15485}
+     .[bits 240 to 255] ∈ {0}
+  g_8.f0.f0 ∈ {-43}
+     .f0.[bits 8 to 15] ∈ {0}
+     .f0.f1 ∈ {-10}
+     .f0{.f2; .[bits 48 to 63]} ∈ {0}
+     .f0.f3 ∈ {-1878325119}
+     .f0.f4 ∈ {218}
+     .f0.[bits 104 to 127] ∈ {0}
+     .f0.f5.f0 ∈ {-37}
+     .f0.f5.[bits 8 to 15] ∈ {0}
+     .f0.f5.f1 ∈ {-31637}
+     .f0.f5.f2 ∈ {1}
+     .f0.f5.f3 ∈ {65529}
+     .f0.f5.f4 ∈ {-13}
+     .f0.f5.[bits 120 to 127] ∈ {0}
+     .f0.f5.f5 ∈ {-66898258}
+     .f0.f5.f6 ∈ {6}
+     .f0.f5.[bits 176 to 191] ∈ {0}
+     .f0.f5.f7 ∈ {1390716594}
+     .f0.f5.f8 ∈ {20144}
+     .f0.f5.[bits 240 to 255] ∈ {0}
+     .f0.f6 ∈ {1257091918934088959}
+     .f0.f7 ∈ {-100}
+     .f0.[bits 456 to 463] ∈ {0}
+     .f0.f8 ∈ {-1}
+     .f1 ∈ {372666747}
+     .f2 ∈ {4294967292}
+     .f3 ∈ {4}
+     .f4.f0 ∈ {-29}
+     .f4.[bits 8 to 15] ∈ {0}
+     .f4.f1 ∈ {-4900}
+     .f4.f2 ∈ {-1010372691391514597}
+     .f4.f3 ∈ {63392}
+     .f4.f4 ∈ {124}
+     .f4{.f5; .[bits 120 to 127]} ∈ {0}
+     .f4.f6 ∈ {-22659}
+     .f4.[bits 176 to 191] ∈ {0}
+     .f4.f7 ∈ {2143805241}
+     .f4.f8 ∈ {15450}
+     .f4.[bits 240 to 255] ∈ {0}
+     .f5.f0 ∈ {-1593529130}
+     .f5.f1 ∈ {168}
+     .f5.[bits 40 to 63] ∈ {0}
+     .f6 ∈ {-83}
+     .f7 ∈ {8}
+     .[bits 944 to 959] ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  g_3.f0 ∈ {-1}
+     .[bits 8 to 15] ∈ UNINITIALIZED
+     .f1 ∈ {19284}
+     .f2 ∈ {6}
+     .f3 ∈ {7}
+     .f4 ∈ {-1}
+     .[bits 120 to 127] ∈ UNINITIALIZED
+     .f5 ∈ {1}
+     .f6 ∈ {-10}
+     .[bits 176 to 191] ∈ UNINITIALIZED
+     .f7 ∈ {1732606355}
+     .f8 ∈ {15485}
+     .[bits 240 to 255] ∈ UNINITIALIZED
+  g_8.f0.f0 ∈ {-43}
+     .f0.[bits 8 to 15] ∈ UNINITIALIZED
+     .f0.f1 ∈ {-10}
+     .f0.f2 ∈ {0}
+     .f0.[bits 48 to 63] ∈ UNINITIALIZED
+     .f0.f3 ∈ {-1878325119}
+     .f0.f4 ∈ {218}
+     .f0.[bits 104 to 127] ∈ UNINITIALIZED
+     .f0.f5.f0 ∈ {-37}
+     .f0.f5.[bits 8 to 15] ∈ UNINITIALIZED
+     .f0.f5.f1 ∈ {-31637}
+     .f0.f5.f2 ∈ {1}
+     .f0.f5.f3 ∈ {65529}
+     .f0.f5.f4 ∈ {-13}
+     .f0.f5.[bits 120 to 127] ∈ UNINITIALIZED
+     .f0.f5.f5 ∈ {-66898258}
+     .f0.f5.f6 ∈ {6}
+     .f0.f5.[bits 176 to 191] ∈ UNINITIALIZED
+     .f0.f5.f7 ∈ {1390716594}
+     .f0.f5.f8 ∈ {20144}
+     .f0.f5.[bits 240 to 255] ∈ UNINITIALIZED
+     .f0.f6 ∈ {1257091918934088959}
+     .f0.f7 ∈ {-100}
+     .f0.[bits 456 to 463] ∈ UNINITIALIZED
+     .f0.f8 ∈ {-1}
+     .f1 ∈ {372666747}
+     .f2 ∈ {4294967292}
+     .f3 ∈ {4}
+     .f4.f0 ∈ {-29}
+     .f4.[bits 8 to 15] ∈ UNINITIALIZED
+     .f4.f1 ∈ {-4900}
+     .f4.f2 ∈ {-1010372691391514597}
+     .f4.f3 ∈ {63392}
+     .f4.f4 ∈ {124}
+     .f4.[bits 120 to 127] ∈ UNINITIALIZED
+     .f4.f5 ∈ {0}
+     .f4.f6 ∈ {-22659}
+     .f4.[bits 176 to 191] ∈ UNINITIALIZED
+     .f4.f7 ∈ {2143805241}
+     .f4.f8 ∈ {15450}
+     .f4.[bits 240 to 255] ∈ UNINITIALIZED
+     .f5.f0 ∈ {-1593529130}
+     .f5.f1 ∈ {168}
+     .f5.[bits 40 to 63] ∈ UNINITIALIZED
+     .f6 ∈ {-83}
+     .f7 ∈ {8}
+     .[bits 944 to 959] ∈ UNINITIALIZED
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  g_3.f0 ∈ {-1}
+     .[bits 8 to 15] ∈ {0} or UNINITIALIZED
+     .f1 ∈ {19284}
+     .f2 ∈ {6}
+     .f3 ∈ {7}
+     .f4 ∈ {-1}
+     .[bits 120 to 127] ∈ {0} or UNINITIALIZED
+     .f5 ∈ {1}
+     .f6 ∈ {-10}
+     .[bits 176 to 191] ∈ {0} or UNINITIALIZED
+     .f7 ∈ {1732606355}
+     .f8 ∈ {15485}
+     .[bits 240 to 255] ∈ {0} or UNINITIALIZED
+  g_8.f0.f0 ∈ {-43}
+     .f0.[bits 8 to 15] ∈ {0} or UNINITIALIZED
+     .f0.f1 ∈ {-10}
+     .f0.f2 ∈ {0}
+     .f0.[bits 48 to 63] ∈ {0} or UNINITIALIZED
+     .f0.f3 ∈ {-1878325119}
+     .f0.f4 ∈ {218}
+     .f0.[bits 104 to 127] ∈ {0} or UNINITIALIZED
+     .f0.f5.f0 ∈ {-37}
+     .f0.f5.[bits 8 to 15] ∈ {0} or UNINITIALIZED
+     .f0.f5.f1 ∈ {-31637}
+     .f0.f5.f2 ∈ {1}
+     .f0.f5.f3 ∈ {65529}
+     .f0.f5.f4 ∈ {-13}
+     .f0.f5.[bits 120 to 127] ∈ {0} or UNINITIALIZED
+     .f0.f5.f5 ∈ {-66898258}
+     .f0.f5.f6 ∈ {6}
+     .f0.f5.[bits 176 to 191] ∈ {0} or UNINITIALIZED
+     .f0.f5.f7 ∈ {1390716594}
+     .f0.f5.f8 ∈ {20144}
+     .f0.f5.[bits 240 to 255] ∈ {0} or UNINITIALIZED
+     .f0.f6 ∈ {1257091918934088959}
+     .f0.f7 ∈ {-100}
+     .f0.[bits 456 to 463] ∈ {0} or UNINITIALIZED
+     .f0.f8 ∈ {-1}
+     .f1 ∈ {372666747}
+     .f2 ∈ {4294967292}
+     .f3 ∈ {4}
+     .f4.f0 ∈ {-29}
+     .f4.[bits 8 to 15] ∈ {0} or UNINITIALIZED
+     .f4.f1 ∈ {-4900}
+     .f4.f2 ∈ {-1010372691391514597}
+     .f4.f3 ∈ {63392}
+     .f4.f4 ∈ {124}
+     .f4.[bits 120 to 127] ∈ {0} or UNINITIALIZED
+     .f4.f5 ∈ {0}
+     .f4.f6 ∈ {-22659}
+     .f4.[bits 176 to 191] ∈ {0} or UNINITIALIZED
+     .f4.f7 ∈ {2143805241}
+     .f4.f8 ∈ {15450}
+     .f4.[bits 240 to 255] ∈ {0} or UNINITIALIZED
+     .f5.f0 ∈ {-1593529130}
+     .f5.f1 ∈ {168}
+     .f5.[bits 40 to 63] ∈ {0} or UNINITIALIZED
+     .f6 ∈ {-83}
+     .f7 ∈ {8}
+     .[bits 944 to 959] ∈ {0} or UNINITIALIZED
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  g_3.f0 ∈ [--..--]
+     .[bits 8 to 15] ∈ [--..--] or UNINITIALIZED
+     {.f1; .f2; .f3; .f4} ∈ [--..--]
+     .[bits 120 to 127] ∈ [--..--] or UNINITIALIZED
+     {.f5; .f6} ∈ [--..--]
+     .[bits 176 to 191] ∈ [--..--] or UNINITIALIZED
+     {.f7; .f8} ∈ [--..--]
+     .[bits 240 to 255] ∈ [--..--] or UNINITIALIZED
+  g_8.f0.f0 ∈ [--..--]
+     .f0.[bits 8 to 15] ∈ [--..--] or UNINITIALIZED
+     .f0.f1 ∈ {-10}
+     .f0.f2 ∈ [--..--]
+     .f0.[bits 48 to 63] ∈ [--..--] or UNINITIALIZED
+     .f0{.f3; .f4} ∈ [--..--]
+     .f0.[bits 104 to 127] ∈ [--..--] or UNINITIALIZED
+     .f0.f5.f0 ∈ [--..--]
+     .f0.f5.[bits 8 to 15] ∈ [--..--] or UNINITIALIZED
+     .f0.f5{.f1; .f2; .f3; .f4} ∈ [--..--]
+     .f0.f5.[bits 120 to 127] ∈ [--..--] or UNINITIALIZED
+     .f0.f5{.f5; .f6} ∈ [--..--]
+     .f0.f5.[bits 176 to 191] ∈ [--..--] or UNINITIALIZED
+     .f0.f5{.f7; .f8} ∈ [--..--]
+     .f0.f5.[bits 240 to 255] ∈ [--..--] or UNINITIALIZED
+     .f0{.f6; .f7} ∈ [--..--]
+     .f0.[bits 456 to 463] ∈ [--..--] or UNINITIALIZED
+     .f0.f8 ∈ [--..--]
+     .f1 ∈ {372666747}
+     .f2 ∈ {4294967292}
+     {.f3; .f4.f0} ∈ [--..--]
+     .f4.[bits 8 to 15] ∈ [--..--] or UNINITIALIZED
+     .f4{.f1; .f2; .f3; .f4} ∈ [--..--]
+     .f4.[bits 120 to 127] ∈ [--..--] or UNINITIALIZED
+     .f4{.f5; .f6} ∈ [--..--]
+     .f4.[bits 176 to 191] ∈ [--..--] or UNINITIALIZED
+     .f4{.f7; .f8} ∈ [--..--]
+     .f4.[bits 240 to 255] ∈ [--..--] or UNINITIALIZED
+     .f5.f0 ∈ {-1593529130}
+     .f5.f1 ∈ {168}
+     .f5.[bits 40 to 63] ∈ [--..--] or UNINITIALIZED
+     .f6 ∈ [--..--]
+     .f7 ∈ {8}
+     .[bits 944 to 959] ∈ [--..--] or UNINITIALIZED
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  g_3.f0 ∈ [--..--]
+     .[bits 8 to 15] ∈ UNINITIALIZED
+     {.f1; .f2; .f3; .f4} ∈ [--..--]
+     .[bits 120 to 127] ∈ UNINITIALIZED
+     {.f5; .f6} ∈ [--..--]
+     .[bits 176 to 191] ∈ UNINITIALIZED
+     {.f7; .f8} ∈ [--..--]
+     .[bits 240 to 255] ∈ UNINITIALIZED
+  g_8.f0.f0 ∈ [--..--]
+     .f0.[bits 8 to 15] ∈ UNINITIALIZED
+     .f0.f1 ∈ {-10}
+     .f0.f2 ∈ [--..--]
+     .f0.[bits 48 to 63] ∈ UNINITIALIZED
+     .f0{.f3; .f4} ∈ [--..--]
+     .f0.[bits 104 to 127] ∈ UNINITIALIZED
+     .f0.f5.f0 ∈ [--..--]
+     .f0.f5.[bits 8 to 15] ∈ UNINITIALIZED
+     .f0.f5{.f1; .f2; .f3; .f4} ∈ [--..--]
+     .f0.f5.[bits 120 to 127] ∈ UNINITIALIZED
+     .f0.f5{.f5; .f6} ∈ [--..--]
+     .f0.f5.[bits 176 to 191] ∈ UNINITIALIZED
+     .f0.f5{.f7; .f8} ∈ [--..--]
+     .f0.f5.[bits 240 to 255] ∈ UNINITIALIZED
+     .f0{.f6; .f7} ∈ [--..--]
+     .f0.[bits 456 to 463] ∈ UNINITIALIZED
+     .f0.f8 ∈ [--..--]
+     .f1 ∈ {372666747}
+     .f2 ∈ {4294967292}
+     {.f3; .f4.f0} ∈ [--..--]
+     .f4.[bits 8 to 15] ∈ UNINITIALIZED
+     .f4{.f1; .f2; .f3; .f4} ∈ [--..--]
+     .f4.[bits 120 to 127] ∈ UNINITIALIZED
+     .f4{.f5; .f6} ∈ [--..--]
+     .f4.[bits 176 to 191] ∈ UNINITIALIZED
+     .f4{.f7; .f8} ∈ [--..--]
+     .f4.[bits 240 to 255] ∈ UNINITIALIZED
+     .f5.f0 ∈ {-1593529130}
+     .f5.f1 ∈ {168}
+     .f5.[bits 40 to 63] ∈ UNINITIALIZED
+     .f6 ∈ [--..--]
+     .f7 ∈ {8}
+     .[bits 944 to 959] ∈ UNINITIALIZED
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  g_3 ∈ [--..--]
+  g_8.f0{.f0; .[bits 8 to 15]} ∈ [--..--]
+     .f0.f1 ∈ {-10}
+     .f0{.f2; .f3; .f4; .f5; .f6; .f7; .f8; .[bits 48 to 63]; .[bits 104 to 127]; .[bits 456 to 463]} ∈
+     [--..--]
+     .f1 ∈ {372666747}
+     .f2 ∈ {4294967292}
+     {.f3; .f4} ∈ [--..--]
+     .f5.f0 ∈ {-1593529130}
+     .f5.f1 ∈ {168}
+     {.f5.[bits 40 to 63]; .f6} ∈ [--..--]
+     .f7 ∈ {8}
+     .[bits 944 to 959] ∈ [--..--]
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
diff --git a/tests/value/oracle_symblocs/no_results.err.oracle b/tests/value/oracle_symblocs/no_results.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/no_results.res.oracle b/tests/value/oracle_symblocs/no_results.res.oracle
new file mode 100644
index 00000000000..f9ea6f431ea
--- /dev/null
+++ b/tests/value/oracle_symblocs/no_results.res.oracle
@@ -0,0 +1,6109 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/no_results.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..2999] ∈ {0}
+[value] computing for function init <- main.
+        Called from tests/value/no_results.c:19.
+[value] Semantic level unrolling superposing up to 100 states
+[value] Semantic level unrolling superposing up to 200 states
+[value] Semantic level unrolling superposing up to 300 states
+[value] Semantic level unrolling superposing up to 400 states
+[value] Semantic level unrolling superposing up to 500 states
+[value] Semantic level unrolling superposing up to 600 states
+[value] Semantic level unrolling superposing up to 700 states
+[value] Semantic level unrolling superposing up to 800 states
+[value] Semantic level unrolling superposing up to 900 states
+[value] Semantic level unrolling superposing up to 1000 states
+[value] Semantic level unrolling superposing up to 1100 states
+[value] Semantic level unrolling superposing up to 1200 states
+[value] Semantic level unrolling superposing up to 1300 states
+[value] Semantic level unrolling superposing up to 1400 states
+[value] Semantic level unrolling superposing up to 1500 states
+[value] Semantic level unrolling superposing up to 1600 states
+[value] Semantic level unrolling superposing up to 1700 states
+[value] Semantic level unrolling superposing up to 1800 states
+[value] Semantic level unrolling superposing up to 1900 states
+[value] Semantic level unrolling superposing up to 2000 states
+[value] Semantic level unrolling superposing up to 2100 states
+[value] Semantic level unrolling superposing up to 2200 states
+[value] Semantic level unrolling superposing up to 2300 states
+[value] Semantic level unrolling superposing up to 2400 states
+[value] Semantic level unrolling superposing up to 2500 states
+[value] Semantic level unrolling superposing up to 2600 states
+[value] Semantic level unrolling superposing up to 2700 states
+[value] Semantic level unrolling superposing up to 2800 states
+[value] Semantic level unrolling superposing up to 2900 states
+[value] Semantic level unrolling superposing up to 3000 states
+[value] Recording results for init
+[value] Done for function init
+[value] computing for function f <- main.
+        Called from tests/value/no_results.c:20.
+[value] Recording results for f
+[from] Computing for function f
+[from] Done for function f
+[value] Done for function f
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  t[0..1] ∈ {0}
+   [2] ∈ {2}
+   [3] ∈ {3}
+   [4] ∈ {4}
+   [5] ∈ {5}
+   [6] ∈ {6}
+   [7] ∈ {7}
+   [8] ∈ {8}
+   [9] ∈ {9}
+   [10] ∈ {10}
+   [11] ∈ {11}
+   [12] ∈ {12}
+   [13] ∈ {13}
+   [14] ∈ {14}
+   [15] ∈ {15}
+   [16] ∈ {16}
+   [17] ∈ {17}
+   [18] ∈ {18}
+   [19] ∈ {19}
+   [20] ∈ {20}
+   [21] ∈ {21}
+   [22] ∈ {22}
+   [23] ∈ {23}
+   [24] ∈ {24}
+   [25] ∈ {25}
+   [26] ∈ {26}
+   [27] ∈ {27}
+   [28] ∈ {28}
+   [29] ∈ {29}
+   [30] ∈ {30}
+   [31] ∈ {31}
+   [32] ∈ {32}
+   [33] ∈ {33}
+   [34] ∈ {34}
+   [35] ∈ {35}
+   [36] ∈ {36}
+   [37] ∈ {37}
+   [38] ∈ {38}
+   [39] ∈ {39}
+   [40] ∈ {40}
+   [41] ∈ {41}
+   [42] ∈ {42}
+   [43] ∈ {43}
+   [44] ∈ {44}
+   [45] ∈ {45}
+   [46] ∈ {46}
+   [47] ∈ {47}
+   [48] ∈ {48}
+   [49] ∈ {49}
+   [50] ∈ {50}
+   [51] ∈ {51}
+   [52] ∈ {52}
+   [53] ∈ {53}
+   [54] ∈ {54}
+   [55] ∈ {55}
+   [56] ∈ {56}
+   [57] ∈ {57}
+   [58] ∈ {58}
+   [59] ∈ {59}
+   [60] ∈ {60}
+   [61] ∈ {61}
+   [62] ∈ {62}
+   [63] ∈ {63}
+   [64] ∈ {64}
+   [65] ∈ {65}
+   [66] ∈ {66}
+   [67] ∈ {67}
+   [68] ∈ {68}
+   [69] ∈ {69}
+   [70] ∈ {70}
+   [71] ∈ {71}
+   [72] ∈ {72}
+   [73] ∈ {73}
+   [74] ∈ {74}
+   [75] ∈ {75}
+   [76] ∈ {76}
+   [77] ∈ {77}
+   [78] ∈ {78}
+   [79] ∈ {79}
+   [80] ∈ {80}
+   [81] ∈ {81}
+   [82] ∈ {82}
+   [83] ∈ {83}
+   [84] ∈ {84}
+   [85] ∈ {85}
+   [86] ∈ {86}
+   [87] ∈ {87}
+   [88] ∈ {88}
+   [89] ∈ {89}
+   [90] ∈ {90}
+   [91] ∈ {91}
+   [92] ∈ {92}
+   [93] ∈ {93}
+   [94] ∈ {94}
+   [95] ∈ {95}
+   [96] ∈ {96}
+   [97] ∈ {97}
+   [98] ∈ {98}
+   [99] ∈ {99}
+   [100] ∈ {100}
+   [101] ∈ {101}
+   [102] ∈ {102}
+   [103] ∈ {103}
+   [104] ∈ {104}
+   [105] ∈ {105}
+   [106] ∈ {106}
+   [107] ∈ {107}
+   [108] ∈ {108}
+   [109] ∈ {109}
+   [110] ∈ {110}
+   [111] ∈ {111}
+   [112] ∈ {112}
+   [113] ∈ {113}
+   [114] ∈ {114}
+   [115] ∈ {115}
+   [116] ∈ {116}
+   [117] ∈ {117}
+   [118] ∈ {118}
+   [119] ∈ {119}
+   [120] ∈ {120}
+   [121] ∈ {121}
+   [122] ∈ {122}
+   [123] ∈ {123}
+   [124] ∈ {124}
+   [125] ∈ {125}
+   [126] ∈ {126}
+   [127] ∈ {127}
+   [128] ∈ {128}
+   [129] ∈ {129}
+   [130] ∈ {130}
+   [131] ∈ {131}
+   [132] ∈ {132}
+   [133] ∈ {133}
+   [134] ∈ {134}
+   [135] ∈ {135}
+   [136] ∈ {136}
+   [137] ∈ {137}
+   [138] ∈ {138}
+   [139] ∈ {139}
+   [140] ∈ {140}
+   [141] ∈ {141}
+   [142] ∈ {142}
+   [143] ∈ {143}
+   [144] ∈ {144}
+   [145] ∈ {145}
+   [146] ∈ {146}
+   [147] ∈ {147}
+   [148] ∈ {148}
+   [149] ∈ {149}
+   [150] ∈ {150}
+   [151] ∈ {151}
+   [152] ∈ {152}
+   [153] ∈ {153}
+   [154] ∈ {154}
+   [155] ∈ {155}
+   [156] ∈ {156}
+   [157] ∈ {157}
+   [158] ∈ {158}
+   [159] ∈ {159}
+   [160] ∈ {160}
+   [161] ∈ {161}
+   [162] ∈ {162}
+   [163] ∈ {163}
+   [164] ∈ {164}
+   [165] ∈ {165}
+   [166] ∈ {166}
+   [167] ∈ {167}
+   [168] ∈ {168}
+   [169] ∈ {169}
+   [170] ∈ {170}
+   [171] ∈ {171}
+   [172] ∈ {172}
+   [173] ∈ {173}
+   [174] ∈ {174}
+   [175] ∈ {175}
+   [176] ∈ {176}
+   [177] ∈ {177}
+   [178] ∈ {178}
+   [179] ∈ {179}
+   [180] ∈ {180}
+   [181] ∈ {181}
+   [182] ∈ {182}
+   [183] ∈ {183}
+   [184] ∈ {184}
+   [185] ∈ {185}
+   [186] ∈ {186}
+   [187] ∈ {187}
+   [188] ∈ {188}
+   [189] ∈ {189}
+   [190] ∈ {190}
+   [191] ∈ {191}
+   [192] ∈ {192}
+   [193] ∈ {193}
+   [194] ∈ {194}
+   [195] ∈ {195}
+   [196] ∈ {196}
+   [197] ∈ {197}
+   [198] ∈ {198}
+   [199] ∈ {199}
+   [200] ∈ {200}
+   [201] ∈ {201}
+   [202] ∈ {202}
+   [203] ∈ {203}
+   [204] ∈ {204}
+   [205] ∈ {205}
+   [206] ∈ {206}
+   [207] ∈ {207}
+   [208] ∈ {208}
+   [209] ∈ {209}
+   [210] ∈ {210}
+   [211] ∈ {211}
+   [212] ∈ {212}
+   [213] ∈ {213}
+   [214] ∈ {214}
+   [215] ∈ {215}
+   [216] ∈ {216}
+   [217] ∈ {217}
+   [218] ∈ {218}
+   [219] ∈ {219}
+   [220] ∈ {220}
+   [221] ∈ {221}
+   [222] ∈ {222}
+   [223] ∈ {223}
+   [224] ∈ {224}
+   [225] ∈ {225}
+   [226] ∈ {226}
+   [227] ∈ {227}
+   [228] ∈ {228}
+   [229] ∈ {229}
+   [230] ∈ {230}
+   [231] ∈ {231}
+   [232] ∈ {232}
+   [233] ∈ {233}
+   [234] ∈ {234}
+   [235] ∈ {235}
+   [236] ∈ {236}
+   [237] ∈ {237}
+   [238] ∈ {238}
+   [239] ∈ {239}
+   [240] ∈ {240}
+   [241] ∈ {241}
+   [242] ∈ {242}
+   [243] ∈ {243}
+   [244] ∈ {244}
+   [245] ∈ {245}
+   [246] ∈ {246}
+   [247] ∈ {247}
+   [248] ∈ {248}
+   [249] ∈ {249}
+   [250] ∈ {250}
+   [251] ∈ {251}
+   [252] ∈ {252}
+   [253] ∈ {253}
+   [254] ∈ {254}
+   [255] ∈ {255}
+   [256] ∈ {256}
+   [257] ∈ {257}
+   [258] ∈ {258}
+   [259] ∈ {259}
+   [260] ∈ {260}
+   [261] ∈ {261}
+   [262] ∈ {262}
+   [263] ∈ {263}
+   [264] ∈ {264}
+   [265] ∈ {265}
+   [266] ∈ {266}
+   [267] ∈ {267}
+   [268] ∈ {268}
+   [269] ∈ {269}
+   [270] ∈ {270}
+   [271] ∈ {271}
+   [272] ∈ {272}
+   [273] ∈ {273}
+   [274] ∈ {274}
+   [275] ∈ {275}
+   [276] ∈ {276}
+   [277] ∈ {277}
+   [278] ∈ {278}
+   [279] ∈ {279}
+   [280] ∈ {280}
+   [281] ∈ {281}
+   [282] ∈ {282}
+   [283] ∈ {283}
+   [284] ∈ {284}
+   [285] ∈ {285}
+   [286] ∈ {286}
+   [287] ∈ {287}
+   [288] ∈ {288}
+   [289] ∈ {289}
+   [290] ∈ {290}
+   [291] ∈ {291}
+   [292] ∈ {292}
+   [293] ∈ {293}
+   [294] ∈ {294}
+   [295] ∈ {295}
+   [296] ∈ {296}
+   [297] ∈ {297}
+   [298] ∈ {298}
+   [299] ∈ {299}
+   [300] ∈ {300}
+   [301] ∈ {301}
+   [302] ∈ {302}
+   [303] ∈ {303}
+   [304] ∈ {304}
+   [305] ∈ {305}
+   [306] ∈ {306}
+   [307] ∈ {307}
+   [308] ∈ {308}
+   [309] ∈ {309}
+   [310] ∈ {310}
+   [311] ∈ {311}
+   [312] ∈ {312}
+   [313] ∈ {313}
+   [314] ∈ {314}
+   [315] ∈ {315}
+   [316] ∈ {316}
+   [317] ∈ {317}
+   [318] ∈ {318}
+   [319] ∈ {319}
+   [320] ∈ {320}
+   [321] ∈ {321}
+   [322] ∈ {322}
+   [323] ∈ {323}
+   [324] ∈ {324}
+   [325] ∈ {325}
+   [326] ∈ {326}
+   [327] ∈ {327}
+   [328] ∈ {328}
+   [329] ∈ {329}
+   [330] ∈ {330}
+   [331] ∈ {331}
+   [332] ∈ {332}
+   [333] ∈ {333}
+   [334] ∈ {334}
+   [335] ∈ {335}
+   [336] ∈ {336}
+   [337] ∈ {337}
+   [338] ∈ {338}
+   [339] ∈ {339}
+   [340] ∈ {340}
+   [341] ∈ {341}
+   [342] ∈ {342}
+   [343] ∈ {343}
+   [344] ∈ {344}
+   [345] ∈ {345}
+   [346] ∈ {346}
+   [347] ∈ {347}
+   [348] ∈ {348}
+   [349] ∈ {349}
+   [350] ∈ {350}
+   [351] ∈ {351}
+   [352] ∈ {352}
+   [353] ∈ {353}
+   [354] ∈ {354}
+   [355] ∈ {355}
+   [356] ∈ {356}
+   [357] ∈ {357}
+   [358] ∈ {358}
+   [359] ∈ {359}
+   [360] ∈ {360}
+   [361] ∈ {361}
+   [362] ∈ {362}
+   [363] ∈ {363}
+   [364] ∈ {364}
+   [365] ∈ {365}
+   [366] ∈ {366}
+   [367] ∈ {367}
+   [368] ∈ {368}
+   [369] ∈ {369}
+   [370] ∈ {370}
+   [371] ∈ {371}
+   [372] ∈ {372}
+   [373] ∈ {373}
+   [374] ∈ {374}
+   [375] ∈ {375}
+   [376] ∈ {376}
+   [377] ∈ {377}
+   [378] ∈ {378}
+   [379] ∈ {379}
+   [380] ∈ {380}
+   [381] ∈ {381}
+   [382] ∈ {382}
+   [383] ∈ {383}
+   [384] ∈ {384}
+   [385] ∈ {385}
+   [386] ∈ {386}
+   [387] ∈ {387}
+   [388] ∈ {388}
+   [389] ∈ {389}
+   [390] ∈ {390}
+   [391] ∈ {391}
+   [392] ∈ {392}
+   [393] ∈ {393}
+   [394] ∈ {394}
+   [395] ∈ {395}
+   [396] ∈ {396}
+   [397] ∈ {397}
+   [398] ∈ {398}
+   [399] ∈ {399}
+   [400] ∈ {400}
+   [401] ∈ {401}
+   [402] ∈ {402}
+   [403] ∈ {403}
+   [404] ∈ {404}
+   [405] ∈ {405}
+   [406] ∈ {406}
+   [407] ∈ {407}
+   [408] ∈ {408}
+   [409] ∈ {409}
+   [410] ∈ {410}
+   [411] ∈ {411}
+   [412] ∈ {412}
+   [413] ∈ {413}
+   [414] ∈ {414}
+   [415] ∈ {415}
+   [416] ∈ {416}
+   [417] ∈ {417}
+   [418] ∈ {418}
+   [419] ∈ {419}
+   [420] ∈ {420}
+   [421] ∈ {421}
+   [422] ∈ {422}
+   [423] ∈ {423}
+   [424] ∈ {424}
+   [425] ∈ {425}
+   [426] ∈ {426}
+   [427] ∈ {427}
+   [428] ∈ {428}
+   [429] ∈ {429}
+   [430] ∈ {430}
+   [431] ∈ {431}
+   [432] ∈ {432}
+   [433] ∈ {433}
+   [434] ∈ {434}
+   [435] ∈ {435}
+   [436] ∈ {436}
+   [437] ∈ {437}
+   [438] ∈ {438}
+   [439] ∈ {439}
+   [440] ∈ {440}
+   [441] ∈ {441}
+   [442] ∈ {442}
+   [443] ∈ {443}
+   [444] ∈ {444}
+   [445] ∈ {445}
+   [446] ∈ {446}
+   [447] ∈ {447}
+   [448] ∈ {448}
+   [449] ∈ {449}
+   [450] ∈ {450}
+   [451] ∈ {451}
+   [452] ∈ {452}
+   [453] ∈ {453}
+   [454] ∈ {454}
+   [455] ∈ {455}
+   [456] ∈ {456}
+   [457] ∈ {457}
+   [458] ∈ {458}
+   [459] ∈ {459}
+   [460] ∈ {460}
+   [461] ∈ {461}
+   [462] ∈ {462}
+   [463] ∈ {463}
+   [464] ∈ {464}
+   [465] ∈ {465}
+   [466] ∈ {466}
+   [467] ∈ {467}
+   [468] ∈ {468}
+   [469] ∈ {469}
+   [470] ∈ {470}
+   [471] ∈ {471}
+   [472] ∈ {472}
+   [473] ∈ {473}
+   [474] ∈ {474}
+   [475] ∈ {475}
+   [476] ∈ {476}
+   [477] ∈ {477}
+   [478] ∈ {478}
+   [479] ∈ {479}
+   [480] ∈ {480}
+   [481] ∈ {481}
+   [482] ∈ {482}
+   [483] ∈ {483}
+   [484] ∈ {484}
+   [485] ∈ {485}
+   [486] ∈ {486}
+   [487] ∈ {487}
+   [488] ∈ {488}
+   [489] ∈ {489}
+   [490] ∈ {490}
+   [491] ∈ {491}
+   [492] ∈ {492}
+   [493] ∈ {493}
+   [494] ∈ {494}
+   [495] ∈ {495}
+   [496] ∈ {496}
+   [497] ∈ {497}
+   [498] ∈ {498}
+   [499] ∈ {499}
+   [500] ∈ {500}
+   [501] ∈ {501}
+   [502] ∈ {502}
+   [503] ∈ {503}
+   [504] ∈ {504}
+   [505] ∈ {505}
+   [506] ∈ {506}
+   [507] ∈ {507}
+   [508] ∈ {508}
+   [509] ∈ {509}
+   [510] ∈ {510}
+   [511] ∈ {511}
+   [512] ∈ {512}
+   [513] ∈ {513}
+   [514] ∈ {514}
+   [515] ∈ {515}
+   [516] ∈ {516}
+   [517] ∈ {517}
+   [518] ∈ {518}
+   [519] ∈ {519}
+   [520] ∈ {520}
+   [521] ∈ {521}
+   [522] ∈ {522}
+   [523] ∈ {523}
+   [524] ∈ {524}
+   [525] ∈ {525}
+   [526] ∈ {526}
+   [527] ∈ {527}
+   [528] ∈ {528}
+   [529] ∈ {529}
+   [530] ∈ {530}
+   [531] ∈ {531}
+   [532] ∈ {532}
+   [533] ∈ {533}
+   [534] ∈ {534}
+   [535] ∈ {535}
+   [536] ∈ {536}
+   [537] ∈ {537}
+   [538] ∈ {538}
+   [539] ∈ {539}
+   [540] ∈ {540}
+   [541] ∈ {541}
+   [542] ∈ {542}
+   [543] ∈ {543}
+   [544] ∈ {544}
+   [545] ∈ {545}
+   [546] ∈ {546}
+   [547] ∈ {547}
+   [548] ∈ {548}
+   [549] ∈ {549}
+   [550] ∈ {550}
+   [551] ∈ {551}
+   [552] ∈ {552}
+   [553] ∈ {553}
+   [554] ∈ {554}
+   [555] ∈ {555}
+   [556] ∈ {556}
+   [557] ∈ {557}
+   [558] ∈ {558}
+   [559] ∈ {559}
+   [560] ∈ {560}
+   [561] ∈ {561}
+   [562] ∈ {562}
+   [563] ∈ {563}
+   [564] ∈ {564}
+   [565] ∈ {565}
+   [566] ∈ {566}
+   [567] ∈ {567}
+   [568] ∈ {568}
+   [569] ∈ {569}
+   [570] ∈ {570}
+   [571] ∈ {571}
+   [572] ∈ {572}
+   [573] ∈ {573}
+   [574] ∈ {574}
+   [575] ∈ {575}
+   [576] ∈ {576}
+   [577] ∈ {577}
+   [578] ∈ {578}
+   [579] ∈ {579}
+   [580] ∈ {580}
+   [581] ∈ {581}
+   [582] ∈ {582}
+   [583] ∈ {583}
+   [584] ∈ {584}
+   [585] ∈ {585}
+   [586] ∈ {586}
+   [587] ∈ {587}
+   [588] ∈ {588}
+   [589] ∈ {589}
+   [590] ∈ {590}
+   [591] ∈ {591}
+   [592] ∈ {592}
+   [593] ∈ {593}
+   [594] ∈ {594}
+   [595] ∈ {595}
+   [596] ∈ {596}
+   [597] ∈ {597}
+   [598] ∈ {598}
+   [599] ∈ {599}
+   [600] ∈ {600}
+   [601] ∈ {601}
+   [602] ∈ {602}
+   [603] ∈ {603}
+   [604] ∈ {604}
+   [605] ∈ {605}
+   [606] ∈ {606}
+   [607] ∈ {607}
+   [608] ∈ {608}
+   [609] ∈ {609}
+   [610] ∈ {610}
+   [611] ∈ {611}
+   [612] ∈ {612}
+   [613] ∈ {613}
+   [614] ∈ {614}
+   [615] ∈ {615}
+   [616] ∈ {616}
+   [617] ∈ {617}
+   [618] ∈ {618}
+   [619] ∈ {619}
+   [620] ∈ {620}
+   [621] ∈ {621}
+   [622] ∈ {622}
+   [623] ∈ {623}
+   [624] ∈ {624}
+   [625] ∈ {625}
+   [626] ∈ {626}
+   [627] ∈ {627}
+   [628] ∈ {628}
+   [629] ∈ {629}
+   [630] ∈ {630}
+   [631] ∈ {631}
+   [632] ∈ {632}
+   [633] ∈ {633}
+   [634] ∈ {634}
+   [635] ∈ {635}
+   [636] ∈ {636}
+   [637] ∈ {637}
+   [638] ∈ {638}
+   [639] ∈ {639}
+   [640] ∈ {640}
+   [641] ∈ {641}
+   [642] ∈ {642}
+   [643] ∈ {643}
+   [644] ∈ {644}
+   [645] ∈ {645}
+   [646] ∈ {646}
+   [647] ∈ {647}
+   [648] ∈ {648}
+   [649] ∈ {649}
+   [650] ∈ {650}
+   [651] ∈ {651}
+   [652] ∈ {652}
+   [653] ∈ {653}
+   [654] ∈ {654}
+   [655] ∈ {655}
+   [656] ∈ {656}
+   [657] ∈ {657}
+   [658] ∈ {658}
+   [659] ∈ {659}
+   [660] ∈ {660}
+   [661] ∈ {661}
+   [662] ∈ {662}
+   [663] ∈ {663}
+   [664] ∈ {664}
+   [665] ∈ {665}
+   [666] ∈ {666}
+   [667] ∈ {667}
+   [668] ∈ {668}
+   [669] ∈ {669}
+   [670] ∈ {670}
+   [671] ∈ {671}
+   [672] ∈ {672}
+   [673] ∈ {673}
+   [674] ∈ {674}
+   [675] ∈ {675}
+   [676] ∈ {676}
+   [677] ∈ {677}
+   [678] ∈ {678}
+   [679] ∈ {679}
+   [680] ∈ {680}
+   [681] ∈ {681}
+   [682] ∈ {682}
+   [683] ∈ {683}
+   [684] ∈ {684}
+   [685] ∈ {685}
+   [686] ∈ {686}
+   [687] ∈ {687}
+   [688] ∈ {688}
+   [689] ∈ {689}
+   [690] ∈ {690}
+   [691] ∈ {691}
+   [692] ∈ {692}
+   [693] ∈ {693}
+   [694] ∈ {694}
+   [695] ∈ {695}
+   [696] ∈ {696}
+   [697] ∈ {697}
+   [698] ∈ {698}
+   [699] ∈ {699}
+   [700] ∈ {700}
+   [701] ∈ {701}
+   [702] ∈ {702}
+   [703] ∈ {703}
+   [704] ∈ {704}
+   [705] ∈ {705}
+   [706] ∈ {706}
+   [707] ∈ {707}
+   [708] ∈ {708}
+   [709] ∈ {709}
+   [710] ∈ {710}
+   [711] ∈ {711}
+   [712] ∈ {712}
+   [713] ∈ {713}
+   [714] ∈ {714}
+   [715] ∈ {715}
+   [716] ∈ {716}
+   [717] ∈ {717}
+   [718] ∈ {718}
+   [719] ∈ {719}
+   [720] ∈ {720}
+   [721] ∈ {721}
+   [722] ∈ {722}
+   [723] ∈ {723}
+   [724] ∈ {724}
+   [725] ∈ {725}
+   [726] ∈ {726}
+   [727] ∈ {727}
+   [728] ∈ {728}
+   [729] ∈ {729}
+   [730] ∈ {730}
+   [731] ∈ {731}
+   [732] ∈ {732}
+   [733] ∈ {733}
+   [734] ∈ {734}
+   [735] ∈ {735}
+   [736] ∈ {736}
+   [737] ∈ {737}
+   [738] ∈ {738}
+   [739] ∈ {739}
+   [740] ∈ {740}
+   [741] ∈ {741}
+   [742] ∈ {742}
+   [743] ∈ {743}
+   [744] ∈ {744}
+   [745] ∈ {745}
+   [746] ∈ {746}
+   [747] ∈ {747}
+   [748] ∈ {748}
+   [749] ∈ {749}
+   [750] ∈ {750}
+   [751] ∈ {751}
+   [752] ∈ {752}
+   [753] ∈ {753}
+   [754] ∈ {754}
+   [755] ∈ {755}
+   [756] ∈ {756}
+   [757] ∈ {757}
+   [758] ∈ {758}
+   [759] ∈ {759}
+   [760] ∈ {760}
+   [761] ∈ {761}
+   [762] ∈ {762}
+   [763] ∈ {763}
+   [764] ∈ {764}
+   [765] ∈ {765}
+   [766] ∈ {766}
+   [767] ∈ {767}
+   [768] ∈ {768}
+   [769] ∈ {769}
+   [770] ∈ {770}
+   [771] ∈ {771}
+   [772] ∈ {772}
+   [773] ∈ {773}
+   [774] ∈ {774}
+   [775] ∈ {775}
+   [776] ∈ {776}
+   [777] ∈ {777}
+   [778] ∈ {778}
+   [779] ∈ {779}
+   [780] ∈ {780}
+   [781] ∈ {781}
+   [782] ∈ {782}
+   [783] ∈ {783}
+   [784] ∈ {784}
+   [785] ∈ {785}
+   [786] ∈ {786}
+   [787] ∈ {787}
+   [788] ∈ {788}
+   [789] ∈ {789}
+   [790] ∈ {790}
+   [791] ∈ {791}
+   [792] ∈ {792}
+   [793] ∈ {793}
+   [794] ∈ {794}
+   [795] ∈ {795}
+   [796] ∈ {796}
+   [797] ∈ {797}
+   [798] ∈ {798}
+   [799] ∈ {799}
+   [800] ∈ {800}
+   [801] ∈ {801}
+   [802] ∈ {802}
+   [803] ∈ {803}
+   [804] ∈ {804}
+   [805] ∈ {805}
+   [806] ∈ {806}
+   [807] ∈ {807}
+   [808] ∈ {808}
+   [809] ∈ {809}
+   [810] ∈ {810}
+   [811] ∈ {811}
+   [812] ∈ {812}
+   [813] ∈ {813}
+   [814] ∈ {814}
+   [815] ∈ {815}
+   [816] ∈ {816}
+   [817] ∈ {817}
+   [818] ∈ {818}
+   [819] ∈ {819}
+   [820] ∈ {820}
+   [821] ∈ {821}
+   [822] ∈ {822}
+   [823] ∈ {823}
+   [824] ∈ {824}
+   [825] ∈ {825}
+   [826] ∈ {826}
+   [827] ∈ {827}
+   [828] ∈ {828}
+   [829] ∈ {829}
+   [830] ∈ {830}
+   [831] ∈ {831}
+   [832] ∈ {832}
+   [833] ∈ {833}
+   [834] ∈ {834}
+   [835] ∈ {835}
+   [836] ∈ {836}
+   [837] ∈ {837}
+   [838] ∈ {838}
+   [839] ∈ {839}
+   [840] ∈ {840}
+   [841] ∈ {841}
+   [842] ∈ {842}
+   [843] ∈ {843}
+   [844] ∈ {844}
+   [845] ∈ {845}
+   [846] ∈ {846}
+   [847] ∈ {847}
+   [848] ∈ {848}
+   [849] ∈ {849}
+   [850] ∈ {850}
+   [851] ∈ {851}
+   [852] ∈ {852}
+   [853] ∈ {853}
+   [854] ∈ {854}
+   [855] ∈ {855}
+   [856] ∈ {856}
+   [857] ∈ {857}
+   [858] ∈ {858}
+   [859] ∈ {859}
+   [860] ∈ {860}
+   [861] ∈ {861}
+   [862] ∈ {862}
+   [863] ∈ {863}
+   [864] ∈ {864}
+   [865] ∈ {865}
+   [866] ∈ {866}
+   [867] ∈ {867}
+   [868] ∈ {868}
+   [869] ∈ {869}
+   [870] ∈ {870}
+   [871] ∈ {871}
+   [872] ∈ {872}
+   [873] ∈ {873}
+   [874] ∈ {874}
+   [875] ∈ {875}
+   [876] ∈ {876}
+   [877] ∈ {877}
+   [878] ∈ {878}
+   [879] ∈ {879}
+   [880] ∈ {880}
+   [881] ∈ {881}
+   [882] ∈ {882}
+   [883] ∈ {883}
+   [884] ∈ {884}
+   [885] ∈ {885}
+   [886] ∈ {886}
+   [887] ∈ {887}
+   [888] ∈ {888}
+   [889] ∈ {889}
+   [890] ∈ {890}
+   [891] ∈ {891}
+   [892] ∈ {892}
+   [893] ∈ {893}
+   [894] ∈ {894}
+   [895] ∈ {895}
+   [896] ∈ {896}
+   [897] ∈ {897}
+   [898] ∈ {898}
+   [899] ∈ {899}
+   [900] ∈ {900}
+   [901] ∈ {901}
+   [902] ∈ {902}
+   [903] ∈ {903}
+   [904] ∈ {904}
+   [905] ∈ {905}
+   [906] ∈ {906}
+   [907] ∈ {907}
+   [908] ∈ {908}
+   [909] ∈ {909}
+   [910] ∈ {910}
+   [911] ∈ {911}
+   [912] ∈ {912}
+   [913] ∈ {913}
+   [914] ∈ {914}
+   [915] ∈ {915}
+   [916] ∈ {916}
+   [917] ∈ {917}
+   [918] ∈ {918}
+   [919] ∈ {919}
+   [920] ∈ {920}
+   [921] ∈ {921}
+   [922] ∈ {922}
+   [923] ∈ {923}
+   [924] ∈ {924}
+   [925] ∈ {925}
+   [926] ∈ {926}
+   [927] ∈ {927}
+   [928] ∈ {928}
+   [929] ∈ {929}
+   [930] ∈ {930}
+   [931] ∈ {931}
+   [932] ∈ {932}
+   [933] ∈ {933}
+   [934] ∈ {934}
+   [935] ∈ {935}
+   [936] ∈ {936}
+   [937] ∈ {937}
+   [938] ∈ {938}
+   [939] ∈ {939}
+   [940] ∈ {940}
+   [941] ∈ {941}
+   [942] ∈ {942}
+   [943] ∈ {943}
+   [944] ∈ {944}
+   [945] ∈ {945}
+   [946] ∈ {946}
+   [947] ∈ {947}
+   [948] ∈ {948}
+   [949] ∈ {949}
+   [950] ∈ {950}
+   [951] ∈ {951}
+   [952] ∈ {952}
+   [953] ∈ {953}
+   [954] ∈ {954}
+   [955] ∈ {955}
+   [956] ∈ {956}
+   [957] ∈ {957}
+   [958] ∈ {958}
+   [959] ∈ {959}
+   [960] ∈ {960}
+   [961] ∈ {961}
+   [962] ∈ {962}
+   [963] ∈ {963}
+   [964] ∈ {964}
+   [965] ∈ {965}
+   [966] ∈ {966}
+   [967] ∈ {967}
+   [968] ∈ {968}
+   [969] ∈ {969}
+   [970] ∈ {970}
+   [971] ∈ {971}
+   [972] ∈ {972}
+   [973] ∈ {973}
+   [974] ∈ {974}
+   [975] ∈ {975}
+   [976] ∈ {976}
+   [977] ∈ {977}
+   [978] ∈ {978}
+   [979] ∈ {979}
+   [980] ∈ {980}
+   [981] ∈ {981}
+   [982] ∈ {982}
+   [983] ∈ {983}
+   [984] ∈ {984}
+   [985] ∈ {985}
+   [986] ∈ {986}
+   [987] ∈ {987}
+   [988] ∈ {988}
+   [989] ∈ {989}
+   [990] ∈ {990}
+   [991] ∈ {991}
+   [992] ∈ {992}
+   [993] ∈ {993}
+   [994] ∈ {994}
+   [995] ∈ {995}
+   [996] ∈ {996}
+   [997] ∈ {997}
+   [998] ∈ {998}
+   [999] ∈ {999}
+   [1000] ∈ {1000}
+   [1001] ∈ {1001}
+   [1002] ∈ {1002}
+   [1003] ∈ {1003}
+   [1004] ∈ {1004}
+   [1005] ∈ {1005}
+   [1006] ∈ {1006}
+   [1007] ∈ {1007}
+   [1008] ∈ {1008}
+   [1009] ∈ {1009}
+   [1010] ∈ {1010}
+   [1011] ∈ {1011}
+   [1012] ∈ {1012}
+   [1013] ∈ {1013}
+   [1014] ∈ {1014}
+   [1015] ∈ {1015}
+   [1016] ∈ {1016}
+   [1017] ∈ {1017}
+   [1018] ∈ {1018}
+   [1019] ∈ {1019}
+   [1020] ∈ {1020}
+   [1021] ∈ {1021}
+   [1022] ∈ {1022}
+   [1023] ∈ {1023}
+   [1024] ∈ {1024}
+   [1025] ∈ {1025}
+   [1026] ∈ {1026}
+   [1027] ∈ {1027}
+   [1028] ∈ {1028}
+   [1029] ∈ {1029}
+   [1030] ∈ {1030}
+   [1031] ∈ {1031}
+   [1032] ∈ {1032}
+   [1033] ∈ {1033}
+   [1034] ∈ {1034}
+   [1035] ∈ {1035}
+   [1036] ∈ {1036}
+   [1037] ∈ {1037}
+   [1038] ∈ {1038}
+   [1039] ∈ {1039}
+   [1040] ∈ {1040}
+   [1041] ∈ {1041}
+   [1042] ∈ {1042}
+   [1043] ∈ {1043}
+   [1044] ∈ {1044}
+   [1045] ∈ {1045}
+   [1046] ∈ {1046}
+   [1047] ∈ {1047}
+   [1048] ∈ {1048}
+   [1049] ∈ {1049}
+   [1050] ∈ {1050}
+   [1051] ∈ {1051}
+   [1052] ∈ {1052}
+   [1053] ∈ {1053}
+   [1054] ∈ {1054}
+   [1055] ∈ {1055}
+   [1056] ∈ {1056}
+   [1057] ∈ {1057}
+   [1058] ∈ {1058}
+   [1059] ∈ {1059}
+   [1060] ∈ {1060}
+   [1061] ∈ {1061}
+   [1062] ∈ {1062}
+   [1063] ∈ {1063}
+   [1064] ∈ {1064}
+   [1065] ∈ {1065}
+   [1066] ∈ {1066}
+   [1067] ∈ {1067}
+   [1068] ∈ {1068}
+   [1069] ∈ {1069}
+   [1070] ∈ {1070}
+   [1071] ∈ {1071}
+   [1072] ∈ {1072}
+   [1073] ∈ {1073}
+   [1074] ∈ {1074}
+   [1075] ∈ {1075}
+   [1076] ∈ {1076}
+   [1077] ∈ {1077}
+   [1078] ∈ {1078}
+   [1079] ∈ {1079}
+   [1080] ∈ {1080}
+   [1081] ∈ {1081}
+   [1082] ∈ {1082}
+   [1083] ∈ {1083}
+   [1084] ∈ {1084}
+   [1085] ∈ {1085}
+   [1086] ∈ {1086}
+   [1087] ∈ {1087}
+   [1088] ∈ {1088}
+   [1089] ∈ {1089}
+   [1090] ∈ {1090}
+   [1091] ∈ {1091}
+   [1092] ∈ {1092}
+   [1093] ∈ {1093}
+   [1094] ∈ {1094}
+   [1095] ∈ {1095}
+   [1096] ∈ {1096}
+   [1097] ∈ {1097}
+   [1098] ∈ {1098}
+   [1099] ∈ {1099}
+   [1100] ∈ {1100}
+   [1101] ∈ {1101}
+   [1102] ∈ {1102}
+   [1103] ∈ {1103}
+   [1104] ∈ {1104}
+   [1105] ∈ {1105}
+   [1106] ∈ {1106}
+   [1107] ∈ {1107}
+   [1108] ∈ {1108}
+   [1109] ∈ {1109}
+   [1110] ∈ {1110}
+   [1111] ∈ {1111}
+   [1112] ∈ {1112}
+   [1113] ∈ {1113}
+   [1114] ∈ {1114}
+   [1115] ∈ {1115}
+   [1116] ∈ {1116}
+   [1117] ∈ {1117}
+   [1118] ∈ {1118}
+   [1119] ∈ {1119}
+   [1120] ∈ {1120}
+   [1121] ∈ {1121}
+   [1122] ∈ {1122}
+   [1123] ∈ {1123}
+   [1124] ∈ {1124}
+   [1125] ∈ {1125}
+   [1126] ∈ {1126}
+   [1127] ∈ {1127}
+   [1128] ∈ {1128}
+   [1129] ∈ {1129}
+   [1130] ∈ {1130}
+   [1131] ∈ {1131}
+   [1132] ∈ {1132}
+   [1133] ∈ {1133}
+   [1134] ∈ {1134}
+   [1135] ∈ {1135}
+   [1136] ∈ {1136}
+   [1137] ∈ {1137}
+   [1138] ∈ {1138}
+   [1139] ∈ {1139}
+   [1140] ∈ {1140}
+   [1141] ∈ {1141}
+   [1142] ∈ {1142}
+   [1143] ∈ {1143}
+   [1144] ∈ {1144}
+   [1145] ∈ {1145}
+   [1146] ∈ {1146}
+   [1147] ∈ {1147}
+   [1148] ∈ {1148}
+   [1149] ∈ {1149}
+   [1150] ∈ {1150}
+   [1151] ∈ {1151}
+   [1152] ∈ {1152}
+   [1153] ∈ {1153}
+   [1154] ∈ {1154}
+   [1155] ∈ {1155}
+   [1156] ∈ {1156}
+   [1157] ∈ {1157}
+   [1158] ∈ {1158}
+   [1159] ∈ {1159}
+   [1160] ∈ {1160}
+   [1161] ∈ {1161}
+   [1162] ∈ {1162}
+   [1163] ∈ {1163}
+   [1164] ∈ {1164}
+   [1165] ∈ {1165}
+   [1166] ∈ {1166}
+   [1167] ∈ {1167}
+   [1168] ∈ {1168}
+   [1169] ∈ {1169}
+   [1170] ∈ {1170}
+   [1171] ∈ {1171}
+   [1172] ∈ {1172}
+   [1173] ∈ {1173}
+   [1174] ∈ {1174}
+   [1175] ∈ {1175}
+   [1176] ∈ {1176}
+   [1177] ∈ {1177}
+   [1178] ∈ {1178}
+   [1179] ∈ {1179}
+   [1180] ∈ {1180}
+   [1181] ∈ {1181}
+   [1182] ∈ {1182}
+   [1183] ∈ {1183}
+   [1184] ∈ {1184}
+   [1185] ∈ {1185}
+   [1186] ∈ {1186}
+   [1187] ∈ {1187}
+   [1188] ∈ {1188}
+   [1189] ∈ {1189}
+   [1190] ∈ {1190}
+   [1191] ∈ {1191}
+   [1192] ∈ {1192}
+   [1193] ∈ {1193}
+   [1194] ∈ {1194}
+   [1195] ∈ {1195}
+   [1196] ∈ {1196}
+   [1197] ∈ {1197}
+   [1198] ∈ {1198}
+   [1199] ∈ {1199}
+   [1200] ∈ {1200}
+   [1201] ∈ {1201}
+   [1202] ∈ {1202}
+   [1203] ∈ {1203}
+   [1204] ∈ {1204}
+   [1205] ∈ {1205}
+   [1206] ∈ {1206}
+   [1207] ∈ {1207}
+   [1208] ∈ {1208}
+   [1209] ∈ {1209}
+   [1210] ∈ {1210}
+   [1211] ∈ {1211}
+   [1212] ∈ {1212}
+   [1213] ∈ {1213}
+   [1214] ∈ {1214}
+   [1215] ∈ {1215}
+   [1216] ∈ {1216}
+   [1217] ∈ {1217}
+   [1218] ∈ {1218}
+   [1219] ∈ {1219}
+   [1220] ∈ {1220}
+   [1221] ∈ {1221}
+   [1222] ∈ {1222}
+   [1223] ∈ {1223}
+   [1224] ∈ {1224}
+   [1225] ∈ {1225}
+   [1226] ∈ {1226}
+   [1227] ∈ {1227}
+   [1228] ∈ {1228}
+   [1229] ∈ {1229}
+   [1230] ∈ {1230}
+   [1231] ∈ {1231}
+   [1232] ∈ {1232}
+   [1233] ∈ {1233}
+   [1234] ∈ {1234}
+   [1235] ∈ {1235}
+   [1236] ∈ {1236}
+   [1237] ∈ {1237}
+   [1238] ∈ {1238}
+   [1239] ∈ {1239}
+   [1240] ∈ {1240}
+   [1241] ∈ {1241}
+   [1242] ∈ {1242}
+   [1243] ∈ {1243}
+   [1244] ∈ {1244}
+   [1245] ∈ {1245}
+   [1246] ∈ {1246}
+   [1247] ∈ {1247}
+   [1248] ∈ {1248}
+   [1249] ∈ {1249}
+   [1250] ∈ {1250}
+   [1251] ∈ {1251}
+   [1252] ∈ {1252}
+   [1253] ∈ {1253}
+   [1254] ∈ {1254}
+   [1255] ∈ {1255}
+   [1256] ∈ {1256}
+   [1257] ∈ {1257}
+   [1258] ∈ {1258}
+   [1259] ∈ {1259}
+   [1260] ∈ {1260}
+   [1261] ∈ {1261}
+   [1262] ∈ {1262}
+   [1263] ∈ {1263}
+   [1264] ∈ {1264}
+   [1265] ∈ {1265}
+   [1266] ∈ {1266}
+   [1267] ∈ {1267}
+   [1268] ∈ {1268}
+   [1269] ∈ {1269}
+   [1270] ∈ {1270}
+   [1271] ∈ {1271}
+   [1272] ∈ {1272}
+   [1273] ∈ {1273}
+   [1274] ∈ {1274}
+   [1275] ∈ {1275}
+   [1276] ∈ {1276}
+   [1277] ∈ {1277}
+   [1278] ∈ {1278}
+   [1279] ∈ {1279}
+   [1280] ∈ {1280}
+   [1281] ∈ {1281}
+   [1282] ∈ {1282}
+   [1283] ∈ {1283}
+   [1284] ∈ {1284}
+   [1285] ∈ {1285}
+   [1286] ∈ {1286}
+   [1287] ∈ {1287}
+   [1288] ∈ {1288}
+   [1289] ∈ {1289}
+   [1290] ∈ {1290}
+   [1291] ∈ {1291}
+   [1292] ∈ {1292}
+   [1293] ∈ {1293}
+   [1294] ∈ {1294}
+   [1295] ∈ {1295}
+   [1296] ∈ {1296}
+   [1297] ∈ {1297}
+   [1298] ∈ {1298}
+   [1299] ∈ {1299}
+   [1300] ∈ {1300}
+   [1301] ∈ {1301}
+   [1302] ∈ {1302}
+   [1303] ∈ {1303}
+   [1304] ∈ {1304}
+   [1305] ∈ {1305}
+   [1306] ∈ {1306}
+   [1307] ∈ {1307}
+   [1308] ∈ {1308}
+   [1309] ∈ {1309}
+   [1310] ∈ {1310}
+   [1311] ∈ {1311}
+   [1312] ∈ {1312}
+   [1313] ∈ {1313}
+   [1314] ∈ {1314}
+   [1315] ∈ {1315}
+   [1316] ∈ {1316}
+   [1317] ∈ {1317}
+   [1318] ∈ {1318}
+   [1319] ∈ {1319}
+   [1320] ∈ {1320}
+   [1321] ∈ {1321}
+   [1322] ∈ {1322}
+   [1323] ∈ {1323}
+   [1324] ∈ {1324}
+   [1325] ∈ {1325}
+   [1326] ∈ {1326}
+   [1327] ∈ {1327}
+   [1328] ∈ {1328}
+   [1329] ∈ {1329}
+   [1330] ∈ {1330}
+   [1331] ∈ {1331}
+   [1332] ∈ {1332}
+   [1333] ∈ {1333}
+   [1334] ∈ {1334}
+   [1335] ∈ {1335}
+   [1336] ∈ {1336}
+   [1337] ∈ {1337}
+   [1338] ∈ {1338}
+   [1339] ∈ {1339}
+   [1340] ∈ {1340}
+   [1341] ∈ {1341}
+   [1342] ∈ {1342}
+   [1343] ∈ {1343}
+   [1344] ∈ {1344}
+   [1345] ∈ {1345}
+   [1346] ∈ {1346}
+   [1347] ∈ {1347}
+   [1348] ∈ {1348}
+   [1349] ∈ {1349}
+   [1350] ∈ {1350}
+   [1351] ∈ {1351}
+   [1352] ∈ {1352}
+   [1353] ∈ {1353}
+   [1354] ∈ {1354}
+   [1355] ∈ {1355}
+   [1356] ∈ {1356}
+   [1357] ∈ {1357}
+   [1358] ∈ {1358}
+   [1359] ∈ {1359}
+   [1360] ∈ {1360}
+   [1361] ∈ {1361}
+   [1362] ∈ {1362}
+   [1363] ∈ {1363}
+   [1364] ∈ {1364}
+   [1365] ∈ {1365}
+   [1366] ∈ {1366}
+   [1367] ∈ {1367}
+   [1368] ∈ {1368}
+   [1369] ∈ {1369}
+   [1370] ∈ {1370}
+   [1371] ∈ {1371}
+   [1372] ∈ {1372}
+   [1373] ∈ {1373}
+   [1374] ∈ {1374}
+   [1375] ∈ {1375}
+   [1376] ∈ {1376}
+   [1377] ∈ {1377}
+   [1378] ∈ {1378}
+   [1379] ∈ {1379}
+   [1380] ∈ {1380}
+   [1381] ∈ {1381}
+   [1382] ∈ {1382}
+   [1383] ∈ {1383}
+   [1384] ∈ {1384}
+   [1385] ∈ {1385}
+   [1386] ∈ {1386}
+   [1387] ∈ {1387}
+   [1388] ∈ {1388}
+   [1389] ∈ {1389}
+   [1390] ∈ {1390}
+   [1391] ∈ {1391}
+   [1392] ∈ {1392}
+   [1393] ∈ {1393}
+   [1394] ∈ {1394}
+   [1395] ∈ {1395}
+   [1396] ∈ {1396}
+   [1397] ∈ {1397}
+   [1398] ∈ {1398}
+   [1399] ∈ {1399}
+   [1400] ∈ {1400}
+   [1401] ∈ {1401}
+   [1402] ∈ {1402}
+   [1403] ∈ {1403}
+   [1404] ∈ {1404}
+   [1405] ∈ {1405}
+   [1406] ∈ {1406}
+   [1407] ∈ {1407}
+   [1408] ∈ {1408}
+   [1409] ∈ {1409}
+   [1410] ∈ {1410}
+   [1411] ∈ {1411}
+   [1412] ∈ {1412}
+   [1413] ∈ {1413}
+   [1414] ∈ {1414}
+   [1415] ∈ {1415}
+   [1416] ∈ {1416}
+   [1417] ∈ {1417}
+   [1418] ∈ {1418}
+   [1419] ∈ {1419}
+   [1420] ∈ {1420}
+   [1421] ∈ {1421}
+   [1422] ∈ {1422}
+   [1423] ∈ {1423}
+   [1424] ∈ {1424}
+   [1425] ∈ {1425}
+   [1426] ∈ {1426}
+   [1427] ∈ {1427}
+   [1428] ∈ {1428}
+   [1429] ∈ {1429}
+   [1430] ∈ {1430}
+   [1431] ∈ {1431}
+   [1432] ∈ {1432}
+   [1433] ∈ {1433}
+   [1434] ∈ {1434}
+   [1435] ∈ {1435}
+   [1436] ∈ {1436}
+   [1437] ∈ {1437}
+   [1438] ∈ {1438}
+   [1439] ∈ {1439}
+   [1440] ∈ {1440}
+   [1441] ∈ {1441}
+   [1442] ∈ {1442}
+   [1443] ∈ {1443}
+   [1444] ∈ {1444}
+   [1445] ∈ {1445}
+   [1446] ∈ {1446}
+   [1447] ∈ {1447}
+   [1448] ∈ {1448}
+   [1449] ∈ {1449}
+   [1450] ∈ {1450}
+   [1451] ∈ {1451}
+   [1452] ∈ {1452}
+   [1453] ∈ {1453}
+   [1454] ∈ {1454}
+   [1455] ∈ {1455}
+   [1456] ∈ {1456}
+   [1457] ∈ {1457}
+   [1458] ∈ {1458}
+   [1459] ∈ {1459}
+   [1460] ∈ {1460}
+   [1461] ∈ {1461}
+   [1462] ∈ {1462}
+   [1463] ∈ {1463}
+   [1464] ∈ {1464}
+   [1465] ∈ {1465}
+   [1466] ∈ {1466}
+   [1467] ∈ {1467}
+   [1468] ∈ {1468}
+   [1469] ∈ {1469}
+   [1470] ∈ {1470}
+   [1471] ∈ {1471}
+   [1472] ∈ {1472}
+   [1473] ∈ {1473}
+   [1474] ∈ {1474}
+   [1475] ∈ {1475}
+   [1476] ∈ {1476}
+   [1477] ∈ {1477}
+   [1478] ∈ {1478}
+   [1479] ∈ {1479}
+   [1480] ∈ {1480}
+   [1481] ∈ {1481}
+   [1482] ∈ {1482}
+   [1483] ∈ {1483}
+   [1484] ∈ {1484}
+   [1485] ∈ {1485}
+   [1486] ∈ {1486}
+   [1487] ∈ {1487}
+   [1488] ∈ {1488}
+   [1489] ∈ {1489}
+   [1490] ∈ {1490}
+   [1491] ∈ {1491}
+   [1492] ∈ {1492}
+   [1493] ∈ {1493}
+   [1494] ∈ {1494}
+   [1495] ∈ {1495}
+   [1496] ∈ {1496}
+   [1497] ∈ {1497}
+   [1498] ∈ {1498}
+   [1499] ∈ {1499}
+   [1500] ∈ {1500}
+   [1501] ∈ {1501}
+   [1502] ∈ {1502}
+   [1503] ∈ {1503}
+   [1504] ∈ {1504}
+   [1505] ∈ {1505}
+   [1506] ∈ {1506}
+   [1507] ∈ {1507}
+   [1508] ∈ {1508}
+   [1509] ∈ {1509}
+   [1510] ∈ {1510}
+   [1511] ∈ {1511}
+   [1512] ∈ {1512}
+   [1513] ∈ {1513}
+   [1514] ∈ {1514}
+   [1515] ∈ {1515}
+   [1516] ∈ {1516}
+   [1517] ∈ {1517}
+   [1518] ∈ {1518}
+   [1519] ∈ {1519}
+   [1520] ∈ {1520}
+   [1521] ∈ {1521}
+   [1522] ∈ {1522}
+   [1523] ∈ {1523}
+   [1524] ∈ {1524}
+   [1525] ∈ {1525}
+   [1526] ∈ {1526}
+   [1527] ∈ {1527}
+   [1528] ∈ {1528}
+   [1529] ∈ {1529}
+   [1530] ∈ {1530}
+   [1531] ∈ {1531}
+   [1532] ∈ {1532}
+   [1533] ∈ {1533}
+   [1534] ∈ {1534}
+   [1535] ∈ {1535}
+   [1536] ∈ {1536}
+   [1537] ∈ {1537}
+   [1538] ∈ {1538}
+   [1539] ∈ {1539}
+   [1540] ∈ {1540}
+   [1541] ∈ {1541}
+   [1542] ∈ {1542}
+   [1543] ∈ {1543}
+   [1544] ∈ {1544}
+   [1545] ∈ {1545}
+   [1546] ∈ {1546}
+   [1547] ∈ {1547}
+   [1548] ∈ {1548}
+   [1549] ∈ {1549}
+   [1550] ∈ {1550}
+   [1551] ∈ {1551}
+   [1552] ∈ {1552}
+   [1553] ∈ {1553}
+   [1554] ∈ {1554}
+   [1555] ∈ {1555}
+   [1556] ∈ {1556}
+   [1557] ∈ {1557}
+   [1558] ∈ {1558}
+   [1559] ∈ {1559}
+   [1560] ∈ {1560}
+   [1561] ∈ {1561}
+   [1562] ∈ {1562}
+   [1563] ∈ {1563}
+   [1564] ∈ {1564}
+   [1565] ∈ {1565}
+   [1566] ∈ {1566}
+   [1567] ∈ {1567}
+   [1568] ∈ {1568}
+   [1569] ∈ {1569}
+   [1570] ∈ {1570}
+   [1571] ∈ {1571}
+   [1572] ∈ {1572}
+   [1573] ∈ {1573}
+   [1574] ∈ {1574}
+   [1575] ∈ {1575}
+   [1576] ∈ {1576}
+   [1577] ∈ {1577}
+   [1578] ∈ {1578}
+   [1579] ∈ {1579}
+   [1580] ∈ {1580}
+   [1581] ∈ {1581}
+   [1582] ∈ {1582}
+   [1583] ∈ {1583}
+   [1584] ∈ {1584}
+   [1585] ∈ {1585}
+   [1586] ∈ {1586}
+   [1587] ∈ {1587}
+   [1588] ∈ {1588}
+   [1589] ∈ {1589}
+   [1590] ∈ {1590}
+   [1591] ∈ {1591}
+   [1592] ∈ {1592}
+   [1593] ∈ {1593}
+   [1594] ∈ {1594}
+   [1595] ∈ {1595}
+   [1596] ∈ {1596}
+   [1597] ∈ {1597}
+   [1598] ∈ {1598}
+   [1599] ∈ {1599}
+   [1600] ∈ {1600}
+   [1601] ∈ {1601}
+   [1602] ∈ {1602}
+   [1603] ∈ {1603}
+   [1604] ∈ {1604}
+   [1605] ∈ {1605}
+   [1606] ∈ {1606}
+   [1607] ∈ {1607}
+   [1608] ∈ {1608}
+   [1609] ∈ {1609}
+   [1610] ∈ {1610}
+   [1611] ∈ {1611}
+   [1612] ∈ {1612}
+   [1613] ∈ {1613}
+   [1614] ∈ {1614}
+   [1615] ∈ {1615}
+   [1616] ∈ {1616}
+   [1617] ∈ {1617}
+   [1618] ∈ {1618}
+   [1619] ∈ {1619}
+   [1620] ∈ {1620}
+   [1621] ∈ {1621}
+   [1622] ∈ {1622}
+   [1623] ∈ {1623}
+   [1624] ∈ {1624}
+   [1625] ∈ {1625}
+   [1626] ∈ {1626}
+   [1627] ∈ {1627}
+   [1628] ∈ {1628}
+   [1629] ∈ {1629}
+   [1630] ∈ {1630}
+   [1631] ∈ {1631}
+   [1632] ∈ {1632}
+   [1633] ∈ {1633}
+   [1634] ∈ {1634}
+   [1635] ∈ {1635}
+   [1636] ∈ {1636}
+   [1637] ∈ {1637}
+   [1638] ∈ {1638}
+   [1639] ∈ {1639}
+   [1640] ∈ {1640}
+   [1641] ∈ {1641}
+   [1642] ∈ {1642}
+   [1643] ∈ {1643}
+   [1644] ∈ {1644}
+   [1645] ∈ {1645}
+   [1646] ∈ {1646}
+   [1647] ∈ {1647}
+   [1648] ∈ {1648}
+   [1649] ∈ {1649}
+   [1650] ∈ {1650}
+   [1651] ∈ {1651}
+   [1652] ∈ {1652}
+   [1653] ∈ {1653}
+   [1654] ∈ {1654}
+   [1655] ∈ {1655}
+   [1656] ∈ {1656}
+   [1657] ∈ {1657}
+   [1658] ∈ {1658}
+   [1659] ∈ {1659}
+   [1660] ∈ {1660}
+   [1661] ∈ {1661}
+   [1662] ∈ {1662}
+   [1663] ∈ {1663}
+   [1664] ∈ {1664}
+   [1665] ∈ {1665}
+   [1666] ∈ {1666}
+   [1667] ∈ {1667}
+   [1668] ∈ {1668}
+   [1669] ∈ {1669}
+   [1670] ∈ {1670}
+   [1671] ∈ {1671}
+   [1672] ∈ {1672}
+   [1673] ∈ {1673}
+   [1674] ∈ {1674}
+   [1675] ∈ {1675}
+   [1676] ∈ {1676}
+   [1677] ∈ {1677}
+   [1678] ∈ {1678}
+   [1679] ∈ {1679}
+   [1680] ∈ {1680}
+   [1681] ∈ {1681}
+   [1682] ∈ {1682}
+   [1683] ∈ {1683}
+   [1684] ∈ {1684}
+   [1685] ∈ {1685}
+   [1686] ∈ {1686}
+   [1687] ∈ {1687}
+   [1688] ∈ {1688}
+   [1689] ∈ {1689}
+   [1690] ∈ {1690}
+   [1691] ∈ {1691}
+   [1692] ∈ {1692}
+   [1693] ∈ {1693}
+   [1694] ∈ {1694}
+   [1695] ∈ {1695}
+   [1696] ∈ {1696}
+   [1697] ∈ {1697}
+   [1698] ∈ {1698}
+   [1699] ∈ {1699}
+   [1700] ∈ {1700}
+   [1701] ∈ {1701}
+   [1702] ∈ {1702}
+   [1703] ∈ {1703}
+   [1704] ∈ {1704}
+   [1705] ∈ {1705}
+   [1706] ∈ {1706}
+   [1707] ∈ {1707}
+   [1708] ∈ {1708}
+   [1709] ∈ {1709}
+   [1710] ∈ {1710}
+   [1711] ∈ {1711}
+   [1712] ∈ {1712}
+   [1713] ∈ {1713}
+   [1714] ∈ {1714}
+   [1715] ∈ {1715}
+   [1716] ∈ {1716}
+   [1717] ∈ {1717}
+   [1718] ∈ {1718}
+   [1719] ∈ {1719}
+   [1720] ∈ {1720}
+   [1721] ∈ {1721}
+   [1722] ∈ {1722}
+   [1723] ∈ {1723}
+   [1724] ∈ {1724}
+   [1725] ∈ {1725}
+   [1726] ∈ {1726}
+   [1727] ∈ {1727}
+   [1728] ∈ {1728}
+   [1729] ∈ {1729}
+   [1730] ∈ {1730}
+   [1731] ∈ {1731}
+   [1732] ∈ {1732}
+   [1733] ∈ {1733}
+   [1734] ∈ {1734}
+   [1735] ∈ {1735}
+   [1736] ∈ {1736}
+   [1737] ∈ {1737}
+   [1738] ∈ {1738}
+   [1739] ∈ {1739}
+   [1740] ∈ {1740}
+   [1741] ∈ {1741}
+   [1742] ∈ {1742}
+   [1743] ∈ {1743}
+   [1744] ∈ {1744}
+   [1745] ∈ {1745}
+   [1746] ∈ {1746}
+   [1747] ∈ {1747}
+   [1748] ∈ {1748}
+   [1749] ∈ {1749}
+   [1750] ∈ {1750}
+   [1751] ∈ {1751}
+   [1752] ∈ {1752}
+   [1753] ∈ {1753}
+   [1754] ∈ {1754}
+   [1755] ∈ {1755}
+   [1756] ∈ {1756}
+   [1757] ∈ {1757}
+   [1758] ∈ {1758}
+   [1759] ∈ {1759}
+   [1760] ∈ {1760}
+   [1761] ∈ {1761}
+   [1762] ∈ {1762}
+   [1763] ∈ {1763}
+   [1764] ∈ {1764}
+   [1765] ∈ {1765}
+   [1766] ∈ {1766}
+   [1767] ∈ {1767}
+   [1768] ∈ {1768}
+   [1769] ∈ {1769}
+   [1770] ∈ {1770}
+   [1771] ∈ {1771}
+   [1772] ∈ {1772}
+   [1773] ∈ {1773}
+   [1774] ∈ {1774}
+   [1775] ∈ {1775}
+   [1776] ∈ {1776}
+   [1777] ∈ {1777}
+   [1778] ∈ {1778}
+   [1779] ∈ {1779}
+   [1780] ∈ {1780}
+   [1781] ∈ {1781}
+   [1782] ∈ {1782}
+   [1783] ∈ {1783}
+   [1784] ∈ {1784}
+   [1785] ∈ {1785}
+   [1786] ∈ {1786}
+   [1787] ∈ {1787}
+   [1788] ∈ {1788}
+   [1789] ∈ {1789}
+   [1790] ∈ {1790}
+   [1791] ∈ {1791}
+   [1792] ∈ {1792}
+   [1793] ∈ {1793}
+   [1794] ∈ {1794}
+   [1795] ∈ {1795}
+   [1796] ∈ {1796}
+   [1797] ∈ {1797}
+   [1798] ∈ {1798}
+   [1799] ∈ {1799}
+   [1800] ∈ {1800}
+   [1801] ∈ {1801}
+   [1802] ∈ {1802}
+   [1803] ∈ {1803}
+   [1804] ∈ {1804}
+   [1805] ∈ {1805}
+   [1806] ∈ {1806}
+   [1807] ∈ {1807}
+   [1808] ∈ {1808}
+   [1809] ∈ {1809}
+   [1810] ∈ {1810}
+   [1811] ∈ {1811}
+   [1812] ∈ {1812}
+   [1813] ∈ {1813}
+   [1814] ∈ {1814}
+   [1815] ∈ {1815}
+   [1816] ∈ {1816}
+   [1817] ∈ {1817}
+   [1818] ∈ {1818}
+   [1819] ∈ {1819}
+   [1820] ∈ {1820}
+   [1821] ∈ {1821}
+   [1822] ∈ {1822}
+   [1823] ∈ {1823}
+   [1824] ∈ {1824}
+   [1825] ∈ {1825}
+   [1826] ∈ {1826}
+   [1827] ∈ {1827}
+   [1828] ∈ {1828}
+   [1829] ∈ {1829}
+   [1830] ∈ {1830}
+   [1831] ∈ {1831}
+   [1832] ∈ {1832}
+   [1833] ∈ {1833}
+   [1834] ∈ {1834}
+   [1835] ∈ {1835}
+   [1836] ∈ {1836}
+   [1837] ∈ {1837}
+   [1838] ∈ {1838}
+   [1839] ∈ {1839}
+   [1840] ∈ {1840}
+   [1841] ∈ {1841}
+   [1842] ∈ {1842}
+   [1843] ∈ {1843}
+   [1844] ∈ {1844}
+   [1845] ∈ {1845}
+   [1846] ∈ {1846}
+   [1847] ∈ {1847}
+   [1848] ∈ {1848}
+   [1849] ∈ {1849}
+   [1850] ∈ {1850}
+   [1851] ∈ {1851}
+   [1852] ∈ {1852}
+   [1853] ∈ {1853}
+   [1854] ∈ {1854}
+   [1855] ∈ {1855}
+   [1856] ∈ {1856}
+   [1857] ∈ {1857}
+   [1858] ∈ {1858}
+   [1859] ∈ {1859}
+   [1860] ∈ {1860}
+   [1861] ∈ {1861}
+   [1862] ∈ {1862}
+   [1863] ∈ {1863}
+   [1864] ∈ {1864}
+   [1865] ∈ {1865}
+   [1866] ∈ {1866}
+   [1867] ∈ {1867}
+   [1868] ∈ {1868}
+   [1869] ∈ {1869}
+   [1870] ∈ {1870}
+   [1871] ∈ {1871}
+   [1872] ∈ {1872}
+   [1873] ∈ {1873}
+   [1874] ∈ {1874}
+   [1875] ∈ {1875}
+   [1876] ∈ {1876}
+   [1877] ∈ {1877}
+   [1878] ∈ {1878}
+   [1879] ∈ {1879}
+   [1880] ∈ {1880}
+   [1881] ∈ {1881}
+   [1882] ∈ {1882}
+   [1883] ∈ {1883}
+   [1884] ∈ {1884}
+   [1885] ∈ {1885}
+   [1886] ∈ {1886}
+   [1887] ∈ {1887}
+   [1888] ∈ {1888}
+   [1889] ∈ {1889}
+   [1890] ∈ {1890}
+   [1891] ∈ {1891}
+   [1892] ∈ {1892}
+   [1893] ∈ {1893}
+   [1894] ∈ {1894}
+   [1895] ∈ {1895}
+   [1896] ∈ {1896}
+   [1897] ∈ {1897}
+   [1898] ∈ {1898}
+   [1899] ∈ {1899}
+   [1900] ∈ {1900}
+   [1901] ∈ {1901}
+   [1902] ∈ {1902}
+   [1903] ∈ {1903}
+   [1904] ∈ {1904}
+   [1905] ∈ {1905}
+   [1906] ∈ {1906}
+   [1907] ∈ {1907}
+   [1908] ∈ {1908}
+   [1909] ∈ {1909}
+   [1910] ∈ {1910}
+   [1911] ∈ {1911}
+   [1912] ∈ {1912}
+   [1913] ∈ {1913}
+   [1914] ∈ {1914}
+   [1915] ∈ {1915}
+   [1916] ∈ {1916}
+   [1917] ∈ {1917}
+   [1918] ∈ {1918}
+   [1919] ∈ {1919}
+   [1920] ∈ {1920}
+   [1921] ∈ {1921}
+   [1922] ∈ {1922}
+   [1923] ∈ {1923}
+   [1924] ∈ {1924}
+   [1925] ∈ {1925}
+   [1926] ∈ {1926}
+   [1927] ∈ {1927}
+   [1928] ∈ {1928}
+   [1929] ∈ {1929}
+   [1930] ∈ {1930}
+   [1931] ∈ {1931}
+   [1932] ∈ {1932}
+   [1933] ∈ {1933}
+   [1934] ∈ {1934}
+   [1935] ∈ {1935}
+   [1936] ∈ {1936}
+   [1937] ∈ {1937}
+   [1938] ∈ {1938}
+   [1939] ∈ {1939}
+   [1940] ∈ {1940}
+   [1941] ∈ {1941}
+   [1942] ∈ {1942}
+   [1943] ∈ {1943}
+   [1944] ∈ {1944}
+   [1945] ∈ {1945}
+   [1946] ∈ {1946}
+   [1947] ∈ {1947}
+   [1948] ∈ {1948}
+   [1949] ∈ {1949}
+   [1950] ∈ {1950}
+   [1951] ∈ {1951}
+   [1952] ∈ {1952}
+   [1953] ∈ {1953}
+   [1954] ∈ {1954}
+   [1955] ∈ {1955}
+   [1956] ∈ {1956}
+   [1957] ∈ {1957}
+   [1958] ∈ {1958}
+   [1959] ∈ {1959}
+   [1960] ∈ {1960}
+   [1961] ∈ {1961}
+   [1962] ∈ {1962}
+   [1963] ∈ {1963}
+   [1964] ∈ {1964}
+   [1965] ∈ {1965}
+   [1966] ∈ {1966}
+   [1967] ∈ {1967}
+   [1968] ∈ {1968}
+   [1969] ∈ {1969}
+   [1970] ∈ {1970}
+   [1971] ∈ {1971}
+   [1972] ∈ {1972}
+   [1973] ∈ {1973}
+   [1974] ∈ {1974}
+   [1975] ∈ {1975}
+   [1976] ∈ {1976}
+   [1977] ∈ {1977}
+   [1978] ∈ {1978}
+   [1979] ∈ {1979}
+   [1980] ∈ {1980}
+   [1981] ∈ {1981}
+   [1982] ∈ {1982}
+   [1983] ∈ {1983}
+   [1984] ∈ {1984}
+   [1985] ∈ {1985}
+   [1986] ∈ {1986}
+   [1987] ∈ {1987}
+   [1988] ∈ {1988}
+   [1989] ∈ {1989}
+   [1990] ∈ {1990}
+   [1991] ∈ {1991}
+   [1992] ∈ {1992}
+   [1993] ∈ {1993}
+   [1994] ∈ {1994}
+   [1995] ∈ {1995}
+   [1996] ∈ {1996}
+   [1997] ∈ {1997}
+   [1998] ∈ {1998}
+   [1999] ∈ {1999}
+   [2000] ∈ {2000}
+   [2001] ∈ {2001}
+   [2002] ∈ {2002}
+   [2003] ∈ {2003}
+   [2004] ∈ {2004}
+   [2005] ∈ {2005}
+   [2006] ∈ {2006}
+   [2007] ∈ {2007}
+   [2008] ∈ {2008}
+   [2009] ∈ {2009}
+   [2010] ∈ {2010}
+   [2011] ∈ {2011}
+   [2012] ∈ {2012}
+   [2013] ∈ {2013}
+   [2014] ∈ {2014}
+   [2015] ∈ {2015}
+   [2016] ∈ {2016}
+   [2017] ∈ {2017}
+   [2018] ∈ {2018}
+   [2019] ∈ {2019}
+   [2020] ∈ {2020}
+   [2021] ∈ {2021}
+   [2022] ∈ {2022}
+   [2023] ∈ {2023}
+   [2024] ∈ {2024}
+   [2025] ∈ {2025}
+   [2026] ∈ {2026}
+   [2027] ∈ {2027}
+   [2028] ∈ {2028}
+   [2029] ∈ {2029}
+   [2030] ∈ {2030}
+   [2031] ∈ {2031}
+   [2032] ∈ {2032}
+   [2033] ∈ {2033}
+   [2034] ∈ {2034}
+   [2035] ∈ {2035}
+   [2036] ∈ {2036}
+   [2037] ∈ {2037}
+   [2038] ∈ {2038}
+   [2039] ∈ {2039}
+   [2040] ∈ {2040}
+   [2041] ∈ {2041}
+   [2042] ∈ {2042}
+   [2043] ∈ {2043}
+   [2044] ∈ {2044}
+   [2045] ∈ {2045}
+   [2046] ∈ {2046}
+   [2047] ∈ {2047}
+   [2048] ∈ {2048}
+   [2049] ∈ {2049}
+   [2050] ∈ {2050}
+   [2051] ∈ {2051}
+   [2052] ∈ {2052}
+   [2053] ∈ {2053}
+   [2054] ∈ {2054}
+   [2055] ∈ {2055}
+   [2056] ∈ {2056}
+   [2057] ∈ {2057}
+   [2058] ∈ {2058}
+   [2059] ∈ {2059}
+   [2060] ∈ {2060}
+   [2061] ∈ {2061}
+   [2062] ∈ {2062}
+   [2063] ∈ {2063}
+   [2064] ∈ {2064}
+   [2065] ∈ {2065}
+   [2066] ∈ {2066}
+   [2067] ∈ {2067}
+   [2068] ∈ {2068}
+   [2069] ∈ {2069}
+   [2070] ∈ {2070}
+   [2071] ∈ {2071}
+   [2072] ∈ {2072}
+   [2073] ∈ {2073}
+   [2074] ∈ {2074}
+   [2075] ∈ {2075}
+   [2076] ∈ {2076}
+   [2077] ∈ {2077}
+   [2078] ∈ {2078}
+   [2079] ∈ {2079}
+   [2080] ∈ {2080}
+   [2081] ∈ {2081}
+   [2082] ∈ {2082}
+   [2083] ∈ {2083}
+   [2084] ∈ {2084}
+   [2085] ∈ {2085}
+   [2086] ∈ {2086}
+   [2087] ∈ {2087}
+   [2088] ∈ {2088}
+   [2089] ∈ {2089}
+   [2090] ∈ {2090}
+   [2091] ∈ {2091}
+   [2092] ∈ {2092}
+   [2093] ∈ {2093}
+   [2094] ∈ {2094}
+   [2095] ∈ {2095}
+   [2096] ∈ {2096}
+   [2097] ∈ {2097}
+   [2098] ∈ {2098}
+   [2099] ∈ {2099}
+   [2100] ∈ {2100}
+   [2101] ∈ {2101}
+   [2102] ∈ {2102}
+   [2103] ∈ {2103}
+   [2104] ∈ {2104}
+   [2105] ∈ {2105}
+   [2106] ∈ {2106}
+   [2107] ∈ {2107}
+   [2108] ∈ {2108}
+   [2109] ∈ {2109}
+   [2110] ∈ {2110}
+   [2111] ∈ {2111}
+   [2112] ∈ {2112}
+   [2113] ∈ {2113}
+   [2114] ∈ {2114}
+   [2115] ∈ {2115}
+   [2116] ∈ {2116}
+   [2117] ∈ {2117}
+   [2118] ∈ {2118}
+   [2119] ∈ {2119}
+   [2120] ∈ {2120}
+   [2121] ∈ {2121}
+   [2122] ∈ {2122}
+   [2123] ∈ {2123}
+   [2124] ∈ {2124}
+   [2125] ∈ {2125}
+   [2126] ∈ {2126}
+   [2127] ∈ {2127}
+   [2128] ∈ {2128}
+   [2129] ∈ {2129}
+   [2130] ∈ {2130}
+   [2131] ∈ {2131}
+   [2132] ∈ {2132}
+   [2133] ∈ {2133}
+   [2134] ∈ {2134}
+   [2135] ∈ {2135}
+   [2136] ∈ {2136}
+   [2137] ∈ {2137}
+   [2138] ∈ {2138}
+   [2139] ∈ {2139}
+   [2140] ∈ {2140}
+   [2141] ∈ {2141}
+   [2142] ∈ {2142}
+   [2143] ∈ {2143}
+   [2144] ∈ {2144}
+   [2145] ∈ {2145}
+   [2146] ∈ {2146}
+   [2147] ∈ {2147}
+   [2148] ∈ {2148}
+   [2149] ∈ {2149}
+   [2150] ∈ {2150}
+   [2151] ∈ {2151}
+   [2152] ∈ {2152}
+   [2153] ∈ {2153}
+   [2154] ∈ {2154}
+   [2155] ∈ {2155}
+   [2156] ∈ {2156}
+   [2157] ∈ {2157}
+   [2158] ∈ {2158}
+   [2159] ∈ {2159}
+   [2160] ∈ {2160}
+   [2161] ∈ {2161}
+   [2162] ∈ {2162}
+   [2163] ∈ {2163}
+   [2164] ∈ {2164}
+   [2165] ∈ {2165}
+   [2166] ∈ {2166}
+   [2167] ∈ {2167}
+   [2168] ∈ {2168}
+   [2169] ∈ {2169}
+   [2170] ∈ {2170}
+   [2171] ∈ {2171}
+   [2172] ∈ {2172}
+   [2173] ∈ {2173}
+   [2174] ∈ {2174}
+   [2175] ∈ {2175}
+   [2176] ∈ {2176}
+   [2177] ∈ {2177}
+   [2178] ∈ {2178}
+   [2179] ∈ {2179}
+   [2180] ∈ {2180}
+   [2181] ∈ {2181}
+   [2182] ∈ {2182}
+   [2183] ∈ {2183}
+   [2184] ∈ {2184}
+   [2185] ∈ {2185}
+   [2186] ∈ {2186}
+   [2187] ∈ {2187}
+   [2188] ∈ {2188}
+   [2189] ∈ {2189}
+   [2190] ∈ {2190}
+   [2191] ∈ {2191}
+   [2192] ∈ {2192}
+   [2193] ∈ {2193}
+   [2194] ∈ {2194}
+   [2195] ∈ {2195}
+   [2196] ∈ {2196}
+   [2197] ∈ {2197}
+   [2198] ∈ {2198}
+   [2199] ∈ {2199}
+   [2200] ∈ {2200}
+   [2201] ∈ {2201}
+   [2202] ∈ {2202}
+   [2203] ∈ {2203}
+   [2204] ∈ {2204}
+   [2205] ∈ {2205}
+   [2206] ∈ {2206}
+   [2207] ∈ {2207}
+   [2208] ∈ {2208}
+   [2209] ∈ {2209}
+   [2210] ∈ {2210}
+   [2211] ∈ {2211}
+   [2212] ∈ {2212}
+   [2213] ∈ {2213}
+   [2214] ∈ {2214}
+   [2215] ∈ {2215}
+   [2216] ∈ {2216}
+   [2217] ∈ {2217}
+   [2218] ∈ {2218}
+   [2219] ∈ {2219}
+   [2220] ∈ {2220}
+   [2221] ∈ {2221}
+   [2222] ∈ {2222}
+   [2223] ∈ {2223}
+   [2224] ∈ {2224}
+   [2225] ∈ {2225}
+   [2226] ∈ {2226}
+   [2227] ∈ {2227}
+   [2228] ∈ {2228}
+   [2229] ∈ {2229}
+   [2230] ∈ {2230}
+   [2231] ∈ {2231}
+   [2232] ∈ {2232}
+   [2233] ∈ {2233}
+   [2234] ∈ {2234}
+   [2235] ∈ {2235}
+   [2236] ∈ {2236}
+   [2237] ∈ {2237}
+   [2238] ∈ {2238}
+   [2239] ∈ {2239}
+   [2240] ∈ {2240}
+   [2241] ∈ {2241}
+   [2242] ∈ {2242}
+   [2243] ∈ {2243}
+   [2244] ∈ {2244}
+   [2245] ∈ {2245}
+   [2246] ∈ {2246}
+   [2247] ∈ {2247}
+   [2248] ∈ {2248}
+   [2249] ∈ {2249}
+   [2250] ∈ {2250}
+   [2251] ∈ {2251}
+   [2252] ∈ {2252}
+   [2253] ∈ {2253}
+   [2254] ∈ {2254}
+   [2255] ∈ {2255}
+   [2256] ∈ {2256}
+   [2257] ∈ {2257}
+   [2258] ∈ {2258}
+   [2259] ∈ {2259}
+   [2260] ∈ {2260}
+   [2261] ∈ {2261}
+   [2262] ∈ {2262}
+   [2263] ∈ {2263}
+   [2264] ∈ {2264}
+   [2265] ∈ {2265}
+   [2266] ∈ {2266}
+   [2267] ∈ {2267}
+   [2268] ∈ {2268}
+   [2269] ∈ {2269}
+   [2270] ∈ {2270}
+   [2271] ∈ {2271}
+   [2272] ∈ {2272}
+   [2273] ∈ {2273}
+   [2274] ∈ {2274}
+   [2275] ∈ {2275}
+   [2276] ∈ {2276}
+   [2277] ∈ {2277}
+   [2278] ∈ {2278}
+   [2279] ∈ {2279}
+   [2280] ∈ {2280}
+   [2281] ∈ {2281}
+   [2282] ∈ {2282}
+   [2283] ∈ {2283}
+   [2284] ∈ {2284}
+   [2285] ∈ {2285}
+   [2286] ∈ {2286}
+   [2287] ∈ {2287}
+   [2288] ∈ {2288}
+   [2289] ∈ {2289}
+   [2290] ∈ {2290}
+   [2291] ∈ {2291}
+   [2292] ∈ {2292}
+   [2293] ∈ {2293}
+   [2294] ∈ {2294}
+   [2295] ∈ {2295}
+   [2296] ∈ {2296}
+   [2297] ∈ {2297}
+   [2298] ∈ {2298}
+   [2299] ∈ {2299}
+   [2300] ∈ {2300}
+   [2301] ∈ {2301}
+   [2302] ∈ {2302}
+   [2303] ∈ {2303}
+   [2304] ∈ {2304}
+   [2305] ∈ {2305}
+   [2306] ∈ {2306}
+   [2307] ∈ {2307}
+   [2308] ∈ {2308}
+   [2309] ∈ {2309}
+   [2310] ∈ {2310}
+   [2311] ∈ {2311}
+   [2312] ∈ {2312}
+   [2313] ∈ {2313}
+   [2314] ∈ {2314}
+   [2315] ∈ {2315}
+   [2316] ∈ {2316}
+   [2317] ∈ {2317}
+   [2318] ∈ {2318}
+   [2319] ∈ {2319}
+   [2320] ∈ {2320}
+   [2321] ∈ {2321}
+   [2322] ∈ {2322}
+   [2323] ∈ {2323}
+   [2324] ∈ {2324}
+   [2325] ∈ {2325}
+   [2326] ∈ {2326}
+   [2327] ∈ {2327}
+   [2328] ∈ {2328}
+   [2329] ∈ {2329}
+   [2330] ∈ {2330}
+   [2331] ∈ {2331}
+   [2332] ∈ {2332}
+   [2333] ∈ {2333}
+   [2334] ∈ {2334}
+   [2335] ∈ {2335}
+   [2336] ∈ {2336}
+   [2337] ∈ {2337}
+   [2338] ∈ {2338}
+   [2339] ∈ {2339}
+   [2340] ∈ {2340}
+   [2341] ∈ {2341}
+   [2342] ∈ {2342}
+   [2343] ∈ {2343}
+   [2344] ∈ {2344}
+   [2345] ∈ {2345}
+   [2346] ∈ {2346}
+   [2347] ∈ {2347}
+   [2348] ∈ {2348}
+   [2349] ∈ {2349}
+   [2350] ∈ {2350}
+   [2351] ∈ {2351}
+   [2352] ∈ {2352}
+   [2353] ∈ {2353}
+   [2354] ∈ {2354}
+   [2355] ∈ {2355}
+   [2356] ∈ {2356}
+   [2357] ∈ {2357}
+   [2358] ∈ {2358}
+   [2359] ∈ {2359}
+   [2360] ∈ {2360}
+   [2361] ∈ {2361}
+   [2362] ∈ {2362}
+   [2363] ∈ {2363}
+   [2364] ∈ {2364}
+   [2365] ∈ {2365}
+   [2366] ∈ {2366}
+   [2367] ∈ {2367}
+   [2368] ∈ {2368}
+   [2369] ∈ {2369}
+   [2370] ∈ {2370}
+   [2371] ∈ {2371}
+   [2372] ∈ {2372}
+   [2373] ∈ {2373}
+   [2374] ∈ {2374}
+   [2375] ∈ {2375}
+   [2376] ∈ {2376}
+   [2377] ∈ {2377}
+   [2378] ∈ {2378}
+   [2379] ∈ {2379}
+   [2380] ∈ {2380}
+   [2381] ∈ {2381}
+   [2382] ∈ {2382}
+   [2383] ∈ {2383}
+   [2384] ∈ {2384}
+   [2385] ∈ {2385}
+   [2386] ∈ {2386}
+   [2387] ∈ {2387}
+   [2388] ∈ {2388}
+   [2389] ∈ {2389}
+   [2390] ∈ {2390}
+   [2391] ∈ {2391}
+   [2392] ∈ {2392}
+   [2393] ∈ {2393}
+   [2394] ∈ {2394}
+   [2395] ∈ {2395}
+   [2396] ∈ {2396}
+   [2397] ∈ {2397}
+   [2398] ∈ {2398}
+   [2399] ∈ {2399}
+   [2400] ∈ {2400}
+   [2401] ∈ {2401}
+   [2402] ∈ {2402}
+   [2403] ∈ {2403}
+   [2404] ∈ {2404}
+   [2405] ∈ {2405}
+   [2406] ∈ {2406}
+   [2407] ∈ {2407}
+   [2408] ∈ {2408}
+   [2409] ∈ {2409}
+   [2410] ∈ {2410}
+   [2411] ∈ {2411}
+   [2412] ∈ {2412}
+   [2413] ∈ {2413}
+   [2414] ∈ {2414}
+   [2415] ∈ {2415}
+   [2416] ∈ {2416}
+   [2417] ∈ {2417}
+   [2418] ∈ {2418}
+   [2419] ∈ {2419}
+   [2420] ∈ {2420}
+   [2421] ∈ {2421}
+   [2422] ∈ {2422}
+   [2423] ∈ {2423}
+   [2424] ∈ {2424}
+   [2425] ∈ {2425}
+   [2426] ∈ {2426}
+   [2427] ∈ {2427}
+   [2428] ∈ {2428}
+   [2429] ∈ {2429}
+   [2430] ∈ {2430}
+   [2431] ∈ {2431}
+   [2432] ∈ {2432}
+   [2433] ∈ {2433}
+   [2434] ∈ {2434}
+   [2435] ∈ {2435}
+   [2436] ∈ {2436}
+   [2437] ∈ {2437}
+   [2438] ∈ {2438}
+   [2439] ∈ {2439}
+   [2440] ∈ {2440}
+   [2441] ∈ {2441}
+   [2442] ∈ {2442}
+   [2443] ∈ {2443}
+   [2444] ∈ {2444}
+   [2445] ∈ {2445}
+   [2446] ∈ {2446}
+   [2447] ∈ {2447}
+   [2448] ∈ {2448}
+   [2449] ∈ {2449}
+   [2450] ∈ {2450}
+   [2451] ∈ {2451}
+   [2452] ∈ {2452}
+   [2453] ∈ {2453}
+   [2454] ∈ {2454}
+   [2455] ∈ {2455}
+   [2456] ∈ {2456}
+   [2457] ∈ {2457}
+   [2458] ∈ {2458}
+   [2459] ∈ {2459}
+   [2460] ∈ {2460}
+   [2461] ∈ {2461}
+   [2462] ∈ {2462}
+   [2463] ∈ {2463}
+   [2464] ∈ {2464}
+   [2465] ∈ {2465}
+   [2466] ∈ {2466}
+   [2467] ∈ {2467}
+   [2468] ∈ {2468}
+   [2469] ∈ {2469}
+   [2470] ∈ {2470}
+   [2471] ∈ {2471}
+   [2472] ∈ {2472}
+   [2473] ∈ {2473}
+   [2474] ∈ {2474}
+   [2475] ∈ {2475}
+   [2476] ∈ {2476}
+   [2477] ∈ {2477}
+   [2478] ∈ {2478}
+   [2479] ∈ {2479}
+   [2480] ∈ {2480}
+   [2481] ∈ {2481}
+   [2482] ∈ {2482}
+   [2483] ∈ {2483}
+   [2484] ∈ {2484}
+   [2485] ∈ {2485}
+   [2486] ∈ {2486}
+   [2487] ∈ {2487}
+   [2488] ∈ {2488}
+   [2489] ∈ {2489}
+   [2490] ∈ {2490}
+   [2491] ∈ {2491}
+   [2492] ∈ {2492}
+   [2493] ∈ {2493}
+   [2494] ∈ {2494}
+   [2495] ∈ {2495}
+   [2496] ∈ {2496}
+   [2497] ∈ {2497}
+   [2498] ∈ {2498}
+   [2499] ∈ {2499}
+   [2500] ∈ {2500}
+   [2501] ∈ {2501}
+   [2502] ∈ {2502}
+   [2503] ∈ {2503}
+   [2504] ∈ {2504}
+   [2505] ∈ {2505}
+   [2506] ∈ {2506}
+   [2507] ∈ {2507}
+   [2508] ∈ {2508}
+   [2509] ∈ {2509}
+   [2510] ∈ {2510}
+   [2511] ∈ {2511}
+   [2512] ∈ {2512}
+   [2513] ∈ {2513}
+   [2514] ∈ {2514}
+   [2515] ∈ {2515}
+   [2516] ∈ {2516}
+   [2517] ∈ {2517}
+   [2518] ∈ {2518}
+   [2519] ∈ {2519}
+   [2520] ∈ {2520}
+   [2521] ∈ {2521}
+   [2522] ∈ {2522}
+   [2523] ∈ {2523}
+   [2524] ∈ {2524}
+   [2525] ∈ {2525}
+   [2526] ∈ {2526}
+   [2527] ∈ {2527}
+   [2528] ∈ {2528}
+   [2529] ∈ {2529}
+   [2530] ∈ {2530}
+   [2531] ∈ {2531}
+   [2532] ∈ {2532}
+   [2533] ∈ {2533}
+   [2534] ∈ {2534}
+   [2535] ∈ {2535}
+   [2536] ∈ {2536}
+   [2537] ∈ {2537}
+   [2538] ∈ {2538}
+   [2539] ∈ {2539}
+   [2540] ∈ {2540}
+   [2541] ∈ {2541}
+   [2542] ∈ {2542}
+   [2543] ∈ {2543}
+   [2544] ∈ {2544}
+   [2545] ∈ {2545}
+   [2546] ∈ {2546}
+   [2547] ∈ {2547}
+   [2548] ∈ {2548}
+   [2549] ∈ {2549}
+   [2550] ∈ {2550}
+   [2551] ∈ {2551}
+   [2552] ∈ {2552}
+   [2553] ∈ {2553}
+   [2554] ∈ {2554}
+   [2555] ∈ {2555}
+   [2556] ∈ {2556}
+   [2557] ∈ {2557}
+   [2558] ∈ {2558}
+   [2559] ∈ {2559}
+   [2560] ∈ {2560}
+   [2561] ∈ {2561}
+   [2562] ∈ {2562}
+   [2563] ∈ {2563}
+   [2564] ∈ {2564}
+   [2565] ∈ {2565}
+   [2566] ∈ {2566}
+   [2567] ∈ {2567}
+   [2568] ∈ {2568}
+   [2569] ∈ {2569}
+   [2570] ∈ {2570}
+   [2571] ∈ {2571}
+   [2572] ∈ {2572}
+   [2573] ∈ {2573}
+   [2574] ∈ {2574}
+   [2575] ∈ {2575}
+   [2576] ∈ {2576}
+   [2577] ∈ {2577}
+   [2578] ∈ {2578}
+   [2579] ∈ {2579}
+   [2580] ∈ {2580}
+   [2581] ∈ {2581}
+   [2582] ∈ {2582}
+   [2583] ∈ {2583}
+   [2584] ∈ {2584}
+   [2585] ∈ {2585}
+   [2586] ∈ {2586}
+   [2587] ∈ {2587}
+   [2588] ∈ {2588}
+   [2589] ∈ {2589}
+   [2590] ∈ {2590}
+   [2591] ∈ {2591}
+   [2592] ∈ {2592}
+   [2593] ∈ {2593}
+   [2594] ∈ {2594}
+   [2595] ∈ {2595}
+   [2596] ∈ {2596}
+   [2597] ∈ {2597}
+   [2598] ∈ {2598}
+   [2599] ∈ {2599}
+   [2600] ∈ {2600}
+   [2601] ∈ {2601}
+   [2602] ∈ {2602}
+   [2603] ∈ {2603}
+   [2604] ∈ {2604}
+   [2605] ∈ {2605}
+   [2606] ∈ {2606}
+   [2607] ∈ {2607}
+   [2608] ∈ {2608}
+   [2609] ∈ {2609}
+   [2610] ∈ {2610}
+   [2611] ∈ {2611}
+   [2612] ∈ {2612}
+   [2613] ∈ {2613}
+   [2614] ∈ {2614}
+   [2615] ∈ {2615}
+   [2616] ∈ {2616}
+   [2617] ∈ {2617}
+   [2618] ∈ {2618}
+   [2619] ∈ {2619}
+   [2620] ∈ {2620}
+   [2621] ∈ {2621}
+   [2622] ∈ {2622}
+   [2623] ∈ {2623}
+   [2624] ∈ {2624}
+   [2625] ∈ {2625}
+   [2626] ∈ {2626}
+   [2627] ∈ {2627}
+   [2628] ∈ {2628}
+   [2629] ∈ {2629}
+   [2630] ∈ {2630}
+   [2631] ∈ {2631}
+   [2632] ∈ {2632}
+   [2633] ∈ {2633}
+   [2634] ∈ {2634}
+   [2635] ∈ {2635}
+   [2636] ∈ {2636}
+   [2637] ∈ {2637}
+   [2638] ∈ {2638}
+   [2639] ∈ {2639}
+   [2640] ∈ {2640}
+   [2641] ∈ {2641}
+   [2642] ∈ {2642}
+   [2643] ∈ {2643}
+   [2644] ∈ {2644}
+   [2645] ∈ {2645}
+   [2646] ∈ {2646}
+   [2647] ∈ {2647}
+   [2648] ∈ {2648}
+   [2649] ∈ {2649}
+   [2650] ∈ {2650}
+   [2651] ∈ {2651}
+   [2652] ∈ {2652}
+   [2653] ∈ {2653}
+   [2654] ∈ {2654}
+   [2655] ∈ {2655}
+   [2656] ∈ {2656}
+   [2657] ∈ {2657}
+   [2658] ∈ {2658}
+   [2659] ∈ {2659}
+   [2660] ∈ {2660}
+   [2661] ∈ {2661}
+   [2662] ∈ {2662}
+   [2663] ∈ {2663}
+   [2664] ∈ {2664}
+   [2665] ∈ {2665}
+   [2666] ∈ {2666}
+   [2667] ∈ {2667}
+   [2668] ∈ {2668}
+   [2669] ∈ {2669}
+   [2670] ∈ {2670}
+   [2671] ∈ {2671}
+   [2672] ∈ {2672}
+   [2673] ∈ {2673}
+   [2674] ∈ {2674}
+   [2675] ∈ {2675}
+   [2676] ∈ {2676}
+   [2677] ∈ {2677}
+   [2678] ∈ {2678}
+   [2679] ∈ {2679}
+   [2680] ∈ {2680}
+   [2681] ∈ {2681}
+   [2682] ∈ {2682}
+   [2683] ∈ {2683}
+   [2684] ∈ {2684}
+   [2685] ∈ {2685}
+   [2686] ∈ {2686}
+   [2687] ∈ {2687}
+   [2688] ∈ {2688}
+   [2689] ∈ {2689}
+   [2690] ∈ {2690}
+   [2691] ∈ {2691}
+   [2692] ∈ {2692}
+   [2693] ∈ {2693}
+   [2694] ∈ {2694}
+   [2695] ∈ {2695}
+   [2696] ∈ {2696}
+   [2697] ∈ {2697}
+   [2698] ∈ {2698}
+   [2699] ∈ {2699}
+   [2700] ∈ {2700}
+   [2701] ∈ {2701}
+   [2702] ∈ {2702}
+   [2703] ∈ {2703}
+   [2704] ∈ {2704}
+   [2705] ∈ {2705}
+   [2706] ∈ {2706}
+   [2707] ∈ {2707}
+   [2708] ∈ {2708}
+   [2709] ∈ {2709}
+   [2710] ∈ {2710}
+   [2711] ∈ {2711}
+   [2712] ∈ {2712}
+   [2713] ∈ {2713}
+   [2714] ∈ {2714}
+   [2715] ∈ {2715}
+   [2716] ∈ {2716}
+   [2717] ∈ {2717}
+   [2718] ∈ {2718}
+   [2719] ∈ {2719}
+   [2720] ∈ {2720}
+   [2721] ∈ {2721}
+   [2722] ∈ {2722}
+   [2723] ∈ {2723}
+   [2724] ∈ {2724}
+   [2725] ∈ {2725}
+   [2726] ∈ {2726}
+   [2727] ∈ {2727}
+   [2728] ∈ {2728}
+   [2729] ∈ {2729}
+   [2730] ∈ {2730}
+   [2731] ∈ {2731}
+   [2732] ∈ {2732}
+   [2733] ∈ {2733}
+   [2734] ∈ {2734}
+   [2735] ∈ {2735}
+   [2736] ∈ {2736}
+   [2737] ∈ {2737}
+   [2738] ∈ {2738}
+   [2739] ∈ {2739}
+   [2740] ∈ {2740}
+   [2741] ∈ {2741}
+   [2742] ∈ {2742}
+   [2743] ∈ {2743}
+   [2744] ∈ {2744}
+   [2745] ∈ {2745}
+   [2746] ∈ {2746}
+   [2747] ∈ {2747}
+   [2748] ∈ {2748}
+   [2749] ∈ {2749}
+   [2750] ∈ {2750}
+   [2751] ∈ {2751}
+   [2752] ∈ {2752}
+   [2753] ∈ {2753}
+   [2754] ∈ {2754}
+   [2755] ∈ {2755}
+   [2756] ∈ {2756}
+   [2757] ∈ {2757}
+   [2758] ∈ {2758}
+   [2759] ∈ {2759}
+   [2760] ∈ {2760}
+   [2761] ∈ {2761}
+   [2762] ∈ {2762}
+   [2763] ∈ {2763}
+   [2764] ∈ {2764}
+   [2765] ∈ {2765}
+   [2766] ∈ {2766}
+   [2767] ∈ {2767}
+   [2768] ∈ {2768}
+   [2769] ∈ {2769}
+   [2770] ∈ {2770}
+   [2771] ∈ {2771}
+   [2772] ∈ {2772}
+   [2773] ∈ {2773}
+   [2774] ∈ {2774}
+   [2775] ∈ {2775}
+   [2776] ∈ {2776}
+   [2777] ∈ {2777}
+   [2778] ∈ {2778}
+   [2779] ∈ {2779}
+   [2780] ∈ {2780}
+   [2781] ∈ {2781}
+   [2782] ∈ {2782}
+   [2783] ∈ {2783}
+   [2784] ∈ {2784}
+   [2785] ∈ {2785}
+   [2786] ∈ {2786}
+   [2787] ∈ {2787}
+   [2788] ∈ {2788}
+   [2789] ∈ {2789}
+   [2790] ∈ {2790}
+   [2791] ∈ {2791}
+   [2792] ∈ {2792}
+   [2793] ∈ {2793}
+   [2794] ∈ {2794}
+   [2795] ∈ {2795}
+   [2796] ∈ {2796}
+   [2797] ∈ {2797}
+   [2798] ∈ {2798}
+   [2799] ∈ {2799}
+   [2800] ∈ {2800}
+   [2801] ∈ {2801}
+   [2802] ∈ {2802}
+   [2803] ∈ {2803}
+   [2804] ∈ {2804}
+   [2805] ∈ {2805}
+   [2806] ∈ {2806}
+   [2807] ∈ {2807}
+   [2808] ∈ {2808}
+   [2809] ∈ {2809}
+   [2810] ∈ {2810}
+   [2811] ∈ {2811}
+   [2812] ∈ {2812}
+   [2813] ∈ {2813}
+   [2814] ∈ {2814}
+   [2815] ∈ {2815}
+   [2816] ∈ {2816}
+   [2817] ∈ {2817}
+   [2818] ∈ {2818}
+   [2819] ∈ {2819}
+   [2820] ∈ {2820}
+   [2821] ∈ {2821}
+   [2822] ∈ {2822}
+   [2823] ∈ {2823}
+   [2824] ∈ {2824}
+   [2825] ∈ {2825}
+   [2826] ∈ {2826}
+   [2827] ∈ {2827}
+   [2828] ∈ {2828}
+   [2829] ∈ {2829}
+   [2830] ∈ {2830}
+   [2831] ∈ {2831}
+   [2832] ∈ {2832}
+   [2833] ∈ {2833}
+   [2834] ∈ {2834}
+   [2835] ∈ {2835}
+   [2836] ∈ {2836}
+   [2837] ∈ {2837}
+   [2838] ∈ {2838}
+   [2839] ∈ {2839}
+   [2840] ∈ {2840}
+   [2841] ∈ {2841}
+   [2842] ∈ {2842}
+   [2843] ∈ {2843}
+   [2844] ∈ {2844}
+   [2845] ∈ {2845}
+   [2846] ∈ {2846}
+   [2847] ∈ {2847}
+   [2848] ∈ {2848}
+   [2849] ∈ {2849}
+   [2850] ∈ {2850}
+   [2851] ∈ {2851}
+   [2852] ∈ {2852}
+   [2853] ∈ {2853}
+   [2854] ∈ {2854}
+   [2855] ∈ {2855}
+   [2856] ∈ {2856}
+   [2857] ∈ {2857}
+   [2858] ∈ {2858}
+   [2859] ∈ {2859}
+   [2860] ∈ {2860}
+   [2861] ∈ {2861}
+   [2862] ∈ {2862}
+   [2863] ∈ {2863}
+   [2864] ∈ {2864}
+   [2865] ∈ {2865}
+   [2866] ∈ {2866}
+   [2867] ∈ {2867}
+   [2868] ∈ {2868}
+   [2869] ∈ {2869}
+   [2870] ∈ {2870}
+   [2871] ∈ {2871}
+   [2872] ∈ {2872}
+   [2873] ∈ {2873}
+   [2874] ∈ {2874}
+   [2875] ∈ {2875}
+   [2876] ∈ {2876}
+   [2877] ∈ {2877}
+   [2878] ∈ {2878}
+   [2879] ∈ {2879}
+   [2880] ∈ {2880}
+   [2881] ∈ {2881}
+   [2882] ∈ {2882}
+   [2883] ∈ {2883}
+   [2884] ∈ {2884}
+   [2885] ∈ {2885}
+   [2886] ∈ {2886}
+   [2887] ∈ {2887}
+   [2888] ∈ {2888}
+   [2889] ∈ {2889}
+   [2890] ∈ {2890}
+   [2891] ∈ {2891}
+   [2892] ∈ {2892}
+   [2893] ∈ {2893}
+   [2894] ∈ {2894}
+   [2895] ∈ {2895}
+   [2896] ∈ {2896}
+   [2897] ∈ {2897}
+   [2898] ∈ {2898}
+   [2899] ∈ {2899}
+   [2900] ∈ {2900}
+   [2901] ∈ {2901}
+   [2902] ∈ {2902}
+   [2903] ∈ {2903}
+   [2904] ∈ {2904}
+   [2905] ∈ {2905}
+   [2906] ∈ {2906}
+   [2907] ∈ {2907}
+   [2908] ∈ {2908}
+   [2909] ∈ {2909}
+   [2910] ∈ {2910}
+   [2911] ∈ {2911}
+   [2912] ∈ {2912}
+   [2913] ∈ {2913}
+   [2914] ∈ {2914}
+   [2915] ∈ {2915}
+   [2916] ∈ {2916}
+   [2917] ∈ {2917}
+   [2918] ∈ {2918}
+   [2919] ∈ {2919}
+   [2920] ∈ {2920}
+   [2921] ∈ {2921}
+   [2922] ∈ {2922}
+   [2923] ∈ {2923}
+   [2924] ∈ {2924}
+   [2925] ∈ {2925}
+   [2926] ∈ {2926}
+   [2927] ∈ {2927}
+   [2928] ∈ {2928}
+   [2929] ∈ {2929}
+   [2930] ∈ {2930}
+   [2931] ∈ {2931}
+   [2932] ∈ {2932}
+   [2933] ∈ {2933}
+   [2934] ∈ {2934}
+   [2935] ∈ {2935}
+   [2936] ∈ {2936}
+   [2937] ∈ {2937}
+   [2938] ∈ {2938}
+   [2939] ∈ {2939}
+   [2940] ∈ {2940}
+   [2941] ∈ {2941}
+   [2942] ∈ {2942}
+   [2943] ∈ {2943}
+   [2944] ∈ {2944}
+   [2945] ∈ {2945}
+   [2946] ∈ {2946}
+   [2947] ∈ {2947}
+   [2948] ∈ {2948}
+   [2949] ∈ {2949}
+   [2950] ∈ {2950}
+   [2951] ∈ {2951}
+   [2952] ∈ {2952}
+   [2953] ∈ {2953}
+   [2954] ∈ {2954}
+   [2955] ∈ {2955}
+   [2956] ∈ {2956}
+   [2957] ∈ {2957}
+   [2958] ∈ {2958}
+   [2959] ∈ {2959}
+   [2960] ∈ {2960}
+   [2961] ∈ {2961}
+   [2962] ∈ {2962}
+   [2963] ∈ {2963}
+   [2964] ∈ {2964}
+   [2965] ∈ {2965}
+   [2966] ∈ {2966}
+   [2967] ∈ {2967}
+   [2968] ∈ {2968}
+   [2969] ∈ {2969}
+   [2970] ∈ {2970}
+   [2971] ∈ {2971}
+   [2972] ∈ {2972}
+   [2973] ∈ {2973}
+   [2974] ∈ {2974}
+   [2975] ∈ {2975}
+   [2976] ∈ {2976}
+   [2977] ∈ {2977}
+   [2978] ∈ {2978}
+   [2979] ∈ {2979}
+   [2980] ∈ {2980}
+   [2981] ∈ {2981}
+   [2982] ∈ {2982}
+   [2983] ∈ {2983}
+   [2984] ∈ {2984}
+   [2985] ∈ {2985}
+   [2986] ∈ {2986}
+   [2987] ∈ {2987}
+   [2988] ∈ {2988}
+   [2989] ∈ {2989}
+   [2990] ∈ {2990}
+   [2991] ∈ {2991}
+   [2992] ∈ {2992}
+   [2993] ∈ {2993}
+   [2994] ∈ {2994}
+   [2995] ∈ {2995}
+   [2996] ∈ {2996}
+   [2997] ∈ {2997}
+   [2998] ∈ {2998}
+   [2999] ∈ {2999}
+[value:final-states] Values at end of function main:
+Cannot filter: dumping raw memory (including unchanged variables)
+  t[0..1] ∈ {0}
+   [2] ∈ {2}
+   [3] ∈ {3}
+   [4] ∈ {4}
+   [5] ∈ {5}
+   [6] ∈ {6}
+   [7] ∈ {7}
+   [8] ∈ {8}
+   [9] ∈ {9}
+   [10] ∈ {10}
+   [11] ∈ {11}
+   [12] ∈ {12}
+   [13] ∈ {13}
+   [14] ∈ {14}
+   [15] ∈ {15}
+   [16] ∈ {16}
+   [17] ∈ {17}
+   [18] ∈ {18}
+   [19] ∈ {19}
+   [20] ∈ {20}
+   [21] ∈ {21}
+   [22] ∈ {22}
+   [23] ∈ {23}
+   [24] ∈ {24}
+   [25] ∈ {25}
+   [26] ∈ {26}
+   [27] ∈ {27}
+   [28] ∈ {28}
+   [29] ∈ {29}
+   [30] ∈ {30}
+   [31] ∈ {31}
+   [32] ∈ {32}
+   [33] ∈ {33}
+   [34] ∈ {34}
+   [35] ∈ {35}
+   [36] ∈ {36}
+   [37] ∈ {37}
+   [38] ∈ {38}
+   [39] ∈ {39}
+   [40] ∈ {40}
+   [41] ∈ {41}
+   [42] ∈ {42}
+   [43] ∈ {43}
+   [44] ∈ {44}
+   [45] ∈ {45}
+   [46] ∈ {46}
+   [47] ∈ {47}
+   [48] ∈ {48}
+   [49] ∈ {49}
+   [50] ∈ {50}
+   [51] ∈ {51}
+   [52] ∈ {52}
+   [53] ∈ {53}
+   [54] ∈ {54}
+   [55] ∈ {55}
+   [56] ∈ {56}
+   [57] ∈ {57}
+   [58] ∈ {58}
+   [59] ∈ {59}
+   [60] ∈ {60}
+   [61] ∈ {61}
+   [62] ∈ {62}
+   [63] ∈ {63}
+   [64] ∈ {64}
+   [65] ∈ {65}
+   [66] ∈ {66}
+   [67] ∈ {67}
+   [68] ∈ {68}
+   [69] ∈ {69}
+   [70] ∈ {70}
+   [71] ∈ {71}
+   [72] ∈ {72}
+   [73] ∈ {73}
+   [74] ∈ {74}
+   [75] ∈ {75}
+   [76] ∈ {76}
+   [77] ∈ {77}
+   [78] ∈ {78}
+   [79] ∈ {79}
+   [80] ∈ {80}
+   [81] ∈ {81}
+   [82] ∈ {82}
+   [83] ∈ {83}
+   [84] ∈ {84}
+   [85] ∈ {85}
+   [86] ∈ {86}
+   [87] ∈ {87}
+   [88] ∈ {88}
+   [89] ∈ {89}
+   [90] ∈ {90}
+   [91] ∈ {91}
+   [92] ∈ {92}
+   [93] ∈ {93}
+   [94] ∈ {94}
+   [95] ∈ {95}
+   [96] ∈ {96}
+   [97] ∈ {97}
+   [98] ∈ {98}
+   [99] ∈ {99}
+   [100] ∈ {100}
+   [101] ∈ {101}
+   [102] ∈ {102}
+   [103] ∈ {103}
+   [104] ∈ {104}
+   [105] ∈ {105}
+   [106] ∈ {106}
+   [107] ∈ {107}
+   [108] ∈ {108}
+   [109] ∈ {109}
+   [110] ∈ {110}
+   [111] ∈ {111}
+   [112] ∈ {112}
+   [113] ∈ {113}
+   [114] ∈ {114}
+   [115] ∈ {115}
+   [116] ∈ {116}
+   [117] ∈ {117}
+   [118] ∈ {118}
+   [119] ∈ {119}
+   [120] ∈ {120}
+   [121] ∈ {121}
+   [122] ∈ {122}
+   [123] ∈ {123}
+   [124] ∈ {124}
+   [125] ∈ {125}
+   [126] ∈ {126}
+   [127] ∈ {127}
+   [128] ∈ {128}
+   [129] ∈ {129}
+   [130] ∈ {130}
+   [131] ∈ {131}
+   [132] ∈ {132}
+   [133] ∈ {133}
+   [134] ∈ {134}
+   [135] ∈ {135}
+   [136] ∈ {136}
+   [137] ∈ {137}
+   [138] ∈ {138}
+   [139] ∈ {139}
+   [140] ∈ {140}
+   [141] ∈ {141}
+   [142] ∈ {142}
+   [143] ∈ {143}
+   [144] ∈ {144}
+   [145] ∈ {145}
+   [146] ∈ {146}
+   [147] ∈ {147}
+   [148] ∈ {148}
+   [149] ∈ {149}
+   [150] ∈ {150}
+   [151] ∈ {151}
+   [152] ∈ {152}
+   [153] ∈ {153}
+   [154] ∈ {154}
+   [155] ∈ {155}
+   [156] ∈ {156}
+   [157] ∈ {157}
+   [158] ∈ {158}
+   [159] ∈ {159}
+   [160] ∈ {160}
+   [161] ∈ {161}
+   [162] ∈ {162}
+   [163] ∈ {163}
+   [164] ∈ {164}
+   [165] ∈ {165}
+   [166] ∈ {166}
+   [167] ∈ {167}
+   [168] ∈ {168}
+   [169] ∈ {169}
+   [170] ∈ {170}
+   [171] ∈ {171}
+   [172] ∈ {172}
+   [173] ∈ {173}
+   [174] ∈ {174}
+   [175] ∈ {175}
+   [176] ∈ {176}
+   [177] ∈ {177}
+   [178] ∈ {178}
+   [179] ∈ {179}
+   [180] ∈ {180}
+   [181] ∈ {181}
+   [182] ∈ {182}
+   [183] ∈ {183}
+   [184] ∈ {184}
+   [185] ∈ {185}
+   [186] ∈ {186}
+   [187] ∈ {187}
+   [188] ∈ {188}
+   [189] ∈ {189}
+   [190] ∈ {190}
+   [191] ∈ {191}
+   [192] ∈ {192}
+   [193] ∈ {193}
+   [194] ∈ {194}
+   [195] ∈ {195}
+   [196] ∈ {196}
+   [197] ∈ {197}
+   [198] ∈ {198}
+   [199] ∈ {199}
+   [200] ∈ {200}
+   [201] ∈ {201}
+   [202] ∈ {202}
+   [203] ∈ {203}
+   [204] ∈ {204}
+   [205] ∈ {205}
+   [206] ∈ {206}
+   [207] ∈ {207}
+   [208] ∈ {208}
+   [209] ∈ {209}
+   [210] ∈ {210}
+   [211] ∈ {211}
+   [212] ∈ {212}
+   [213] ∈ {213}
+   [214] ∈ {214}
+   [215] ∈ {215}
+   [216] ∈ {216}
+   [217] ∈ {217}
+   [218] ∈ {218}
+   [219] ∈ {219}
+   [220] ∈ {220}
+   [221] ∈ {221}
+   [222] ∈ {222}
+   [223] ∈ {223}
+   [224] ∈ {224}
+   [225] ∈ {225}
+   [226] ∈ {226}
+   [227] ∈ {227}
+   [228] ∈ {228}
+   [229] ∈ {229}
+   [230] ∈ {230}
+   [231] ∈ {231}
+   [232] ∈ {232}
+   [233] ∈ {233}
+   [234] ∈ {234}
+   [235] ∈ {235}
+   [236] ∈ {236}
+   [237] ∈ {237}
+   [238] ∈ {238}
+   [239] ∈ {239}
+   [240] ∈ {240}
+   [241] ∈ {241}
+   [242] ∈ {242}
+   [243] ∈ {243}
+   [244] ∈ {244}
+   [245] ∈ {245}
+   [246] ∈ {246}
+   [247] ∈ {247}
+   [248] ∈ {248}
+   [249] ∈ {249}
+   [250] ∈ {250}
+   [251] ∈ {251}
+   [252] ∈ {252}
+   [253] ∈ {253}
+   [254] ∈ {254}
+   [255] ∈ {255}
+   [256] ∈ {256}
+   [257] ∈ {257}
+   [258] ∈ {258}
+   [259] ∈ {259}
+   [260] ∈ {260}
+   [261] ∈ {261}
+   [262] ∈ {262}
+   [263] ∈ {263}
+   [264] ∈ {264}
+   [265] ∈ {265}
+   [266] ∈ {266}
+   [267] ∈ {267}
+   [268] ∈ {268}
+   [269] ∈ {269}
+   [270] ∈ {270}
+   [271] ∈ {271}
+   [272] ∈ {272}
+   [273] ∈ {273}
+   [274] ∈ {274}
+   [275] ∈ {275}
+   [276] ∈ {276}
+   [277] ∈ {277}
+   [278] ∈ {278}
+   [279] ∈ {279}
+   [280] ∈ {280}
+   [281] ∈ {281}
+   [282] ∈ {282}
+   [283] ∈ {283}
+   [284] ∈ {284}
+   [285] ∈ {285}
+   [286] ∈ {286}
+   [287] ∈ {287}
+   [288] ∈ {288}
+   [289] ∈ {289}
+   [290] ∈ {290}
+   [291] ∈ {291}
+   [292] ∈ {292}
+   [293] ∈ {293}
+   [294] ∈ {294}
+   [295] ∈ {295}
+   [296] ∈ {296}
+   [297] ∈ {297}
+   [298] ∈ {298}
+   [299] ∈ {299}
+   [300] ∈ {300}
+   [301] ∈ {301}
+   [302] ∈ {302}
+   [303] ∈ {303}
+   [304] ∈ {304}
+   [305] ∈ {305}
+   [306] ∈ {306}
+   [307] ∈ {307}
+   [308] ∈ {308}
+   [309] ∈ {309}
+   [310] ∈ {310}
+   [311] ∈ {311}
+   [312] ∈ {312}
+   [313] ∈ {313}
+   [314] ∈ {314}
+   [315] ∈ {315}
+   [316] ∈ {316}
+   [317] ∈ {317}
+   [318] ∈ {318}
+   [319] ∈ {319}
+   [320] ∈ {320}
+   [321] ∈ {321}
+   [322] ∈ {322}
+   [323] ∈ {323}
+   [324] ∈ {324}
+   [325] ∈ {325}
+   [326] ∈ {326}
+   [327] ∈ {327}
+   [328] ∈ {328}
+   [329] ∈ {329}
+   [330] ∈ {330}
+   [331] ∈ {331}
+   [332] ∈ {332}
+   [333] ∈ {333}
+   [334] ∈ {334}
+   [335] ∈ {335}
+   [336] ∈ {336}
+   [337] ∈ {337}
+   [338] ∈ {338}
+   [339] ∈ {339}
+   [340] ∈ {340}
+   [341] ∈ {341}
+   [342] ∈ {342}
+   [343] ∈ {343}
+   [344] ∈ {344}
+   [345] ∈ {345}
+   [346] ∈ {346}
+   [347] ∈ {347}
+   [348] ∈ {348}
+   [349] ∈ {349}
+   [350] ∈ {350}
+   [351] ∈ {351}
+   [352] ∈ {352}
+   [353] ∈ {353}
+   [354] ∈ {354}
+   [355] ∈ {355}
+   [356] ∈ {356}
+   [357] ∈ {357}
+   [358] ∈ {358}
+   [359] ∈ {359}
+   [360] ∈ {360}
+   [361] ∈ {361}
+   [362] ∈ {362}
+   [363] ∈ {363}
+   [364] ∈ {364}
+   [365] ∈ {365}
+   [366] ∈ {366}
+   [367] ∈ {367}
+   [368] ∈ {368}
+   [369] ∈ {369}
+   [370] ∈ {370}
+   [371] ∈ {371}
+   [372] ∈ {372}
+   [373] ∈ {373}
+   [374] ∈ {374}
+   [375] ∈ {375}
+   [376] ∈ {376}
+   [377] ∈ {377}
+   [378] ∈ {378}
+   [379] ∈ {379}
+   [380] ∈ {380}
+   [381] ∈ {381}
+   [382] ∈ {382}
+   [383] ∈ {383}
+   [384] ∈ {384}
+   [385] ∈ {385}
+   [386] ∈ {386}
+   [387] ∈ {387}
+   [388] ∈ {388}
+   [389] ∈ {389}
+   [390] ∈ {390}
+   [391] ∈ {391}
+   [392] ∈ {392}
+   [393] ∈ {393}
+   [394] ∈ {394}
+   [395] ∈ {395}
+   [396] ∈ {396}
+   [397] ∈ {397}
+   [398] ∈ {398}
+   [399] ∈ {399}
+   [400] ∈ {400}
+   [401] ∈ {401}
+   [402] ∈ {402}
+   [403] ∈ {403}
+   [404] ∈ {404}
+   [405] ∈ {405}
+   [406] ∈ {406}
+   [407] ∈ {407}
+   [408] ∈ {408}
+   [409] ∈ {409}
+   [410] ∈ {410}
+   [411] ∈ {411}
+   [412] ∈ {412}
+   [413] ∈ {413}
+   [414] ∈ {414}
+   [415] ∈ {415}
+   [416] ∈ {416}
+   [417] ∈ {417}
+   [418] ∈ {418}
+   [419] ∈ {419}
+   [420] ∈ {420}
+   [421] ∈ {421}
+   [422] ∈ {422}
+   [423] ∈ {423}
+   [424] ∈ {424}
+   [425] ∈ {425}
+   [426] ∈ {426}
+   [427] ∈ {427}
+   [428] ∈ {428}
+   [429] ∈ {429}
+   [430] ∈ {430}
+   [431] ∈ {431}
+   [432] ∈ {432}
+   [433] ∈ {433}
+   [434] ∈ {434}
+   [435] ∈ {435}
+   [436] ∈ {436}
+   [437] ∈ {437}
+   [438] ∈ {438}
+   [439] ∈ {439}
+   [440] ∈ {440}
+   [441] ∈ {441}
+   [442] ∈ {442}
+   [443] ∈ {443}
+   [444] ∈ {444}
+   [445] ∈ {445}
+   [446] ∈ {446}
+   [447] ∈ {447}
+   [448] ∈ {448}
+   [449] ∈ {449}
+   [450] ∈ {450}
+   [451] ∈ {451}
+   [452] ∈ {452}
+   [453] ∈ {453}
+   [454] ∈ {454}
+   [455] ∈ {455}
+   [456] ∈ {456}
+   [457] ∈ {457}
+   [458] ∈ {458}
+   [459] ∈ {459}
+   [460] ∈ {460}
+   [461] ∈ {461}
+   [462] ∈ {462}
+   [463] ∈ {463}
+   [464] ∈ {464}
+   [465] ∈ {465}
+   [466] ∈ {466}
+   [467] ∈ {467}
+   [468] ∈ {468}
+   [469] ∈ {469}
+   [470] ∈ {470}
+   [471] ∈ {471}
+   [472] ∈ {472}
+   [473] ∈ {473}
+   [474] ∈ {474}
+   [475] ∈ {475}
+   [476] ∈ {476}
+   [477] ∈ {477}
+   [478] ∈ {478}
+   [479] ∈ {479}
+   [480] ∈ {480}
+   [481] ∈ {481}
+   [482] ∈ {482}
+   [483] ∈ {483}
+   [484] ∈ {484}
+   [485] ∈ {485}
+   [486] ∈ {486}
+   [487] ∈ {487}
+   [488] ∈ {488}
+   [489] ∈ {489}
+   [490] ∈ {490}
+   [491] ∈ {491}
+   [492] ∈ {492}
+   [493] ∈ {493}
+   [494] ∈ {494}
+   [495] ∈ {495}
+   [496] ∈ {496}
+   [497] ∈ {497}
+   [498] ∈ {498}
+   [499] ∈ {499}
+   [500] ∈ {500}
+   [501] ∈ {501}
+   [502] ∈ {502}
+   [503] ∈ {503}
+   [504] ∈ {504}
+   [505] ∈ {505}
+   [506] ∈ {506}
+   [507] ∈ {507}
+   [508] ∈ {508}
+   [509] ∈ {509}
+   [510] ∈ {510}
+   [511] ∈ {511}
+   [512] ∈ {512}
+   [513] ∈ {513}
+   [514] ∈ {514}
+   [515] ∈ {515}
+   [516] ∈ {516}
+   [517] ∈ {517}
+   [518] ∈ {518}
+   [519] ∈ {519}
+   [520] ∈ {520}
+   [521] ∈ {521}
+   [522] ∈ {522}
+   [523] ∈ {523}
+   [524] ∈ {524}
+   [525] ∈ {525}
+   [526] ∈ {526}
+   [527] ∈ {527}
+   [528] ∈ {528}
+   [529] ∈ {529}
+   [530] ∈ {530}
+   [531] ∈ {531}
+   [532] ∈ {532}
+   [533] ∈ {533}
+   [534] ∈ {534}
+   [535] ∈ {535}
+   [536] ∈ {536}
+   [537] ∈ {537}
+   [538] ∈ {538}
+   [539] ∈ {539}
+   [540] ∈ {540}
+   [541] ∈ {541}
+   [542] ∈ {542}
+   [543] ∈ {543}
+   [544] ∈ {544}
+   [545] ∈ {545}
+   [546] ∈ {546}
+   [547] ∈ {547}
+   [548] ∈ {548}
+   [549] ∈ {549}
+   [550] ∈ {550}
+   [551] ∈ {551}
+   [552] ∈ {552}
+   [553] ∈ {553}
+   [554] ∈ {554}
+   [555] ∈ {555}
+   [556] ∈ {556}
+   [557] ∈ {557}
+   [558] ∈ {558}
+   [559] ∈ {559}
+   [560] ∈ {560}
+   [561] ∈ {561}
+   [562] ∈ {562}
+   [563] ∈ {563}
+   [564] ∈ {564}
+   [565] ∈ {565}
+   [566] ∈ {566}
+   [567] ∈ {567}
+   [568] ∈ {568}
+   [569] ∈ {569}
+   [570] ∈ {570}
+   [571] ∈ {571}
+   [572] ∈ {572}
+   [573] ∈ {573}
+   [574] ∈ {574}
+   [575] ∈ {575}
+   [576] ∈ {576}
+   [577] ∈ {577}
+   [578] ∈ {578}
+   [579] ∈ {579}
+   [580] ∈ {580}
+   [581] ∈ {581}
+   [582] ∈ {582}
+   [583] ∈ {583}
+   [584] ∈ {584}
+   [585] ∈ {585}
+   [586] ∈ {586}
+   [587] ∈ {587}
+   [588] ∈ {588}
+   [589] ∈ {589}
+   [590] ∈ {590}
+   [591] ∈ {591}
+   [592] ∈ {592}
+   [593] ∈ {593}
+   [594] ∈ {594}
+   [595] ∈ {595}
+   [596] ∈ {596}
+   [597] ∈ {597}
+   [598] ∈ {598}
+   [599] ∈ {599}
+   [600] ∈ {600}
+   [601] ∈ {601}
+   [602] ∈ {602}
+   [603] ∈ {603}
+   [604] ∈ {604}
+   [605] ∈ {605}
+   [606] ∈ {606}
+   [607] ∈ {607}
+   [608] ∈ {608}
+   [609] ∈ {609}
+   [610] ∈ {610}
+   [611] ∈ {611}
+   [612] ∈ {612}
+   [613] ∈ {613}
+   [614] ∈ {614}
+   [615] ∈ {615}
+   [616] ∈ {616}
+   [617] ∈ {617}
+   [618] ∈ {618}
+   [619] ∈ {619}
+   [620] ∈ {620}
+   [621] ∈ {621}
+   [622] ∈ {622}
+   [623] ∈ {623}
+   [624] ∈ {624}
+   [625] ∈ {625}
+   [626] ∈ {626}
+   [627] ∈ {627}
+   [628] ∈ {628}
+   [629] ∈ {629}
+   [630] ∈ {630}
+   [631] ∈ {631}
+   [632] ∈ {632}
+   [633] ∈ {633}
+   [634] ∈ {634}
+   [635] ∈ {635}
+   [636] ∈ {636}
+   [637] ∈ {637}
+   [638] ∈ {638}
+   [639] ∈ {639}
+   [640] ∈ {640}
+   [641] ∈ {641}
+   [642] ∈ {642}
+   [643] ∈ {643}
+   [644] ∈ {644}
+   [645] ∈ {645}
+   [646] ∈ {646}
+   [647] ∈ {647}
+   [648] ∈ {648}
+   [649] ∈ {649}
+   [650] ∈ {650}
+   [651] ∈ {651}
+   [652] ∈ {652}
+   [653] ∈ {653}
+   [654] ∈ {654}
+   [655] ∈ {655}
+   [656] ∈ {656}
+   [657] ∈ {657}
+   [658] ∈ {658}
+   [659] ∈ {659}
+   [660] ∈ {660}
+   [661] ∈ {661}
+   [662] ∈ {662}
+   [663] ∈ {663}
+   [664] ∈ {664}
+   [665] ∈ {665}
+   [666] ∈ {666}
+   [667] ∈ {667}
+   [668] ∈ {668}
+   [669] ∈ {669}
+   [670] ∈ {670}
+   [671] ∈ {671}
+   [672] ∈ {672}
+   [673] ∈ {673}
+   [674] ∈ {674}
+   [675] ∈ {675}
+   [676] ∈ {676}
+   [677] ∈ {677}
+   [678] ∈ {678}
+   [679] ∈ {679}
+   [680] ∈ {680}
+   [681] ∈ {681}
+   [682] ∈ {682}
+   [683] ∈ {683}
+   [684] ∈ {684}
+   [685] ∈ {685}
+   [686] ∈ {686}
+   [687] ∈ {687}
+   [688] ∈ {688}
+   [689] ∈ {689}
+   [690] ∈ {690}
+   [691] ∈ {691}
+   [692] ∈ {692}
+   [693] ∈ {693}
+   [694] ∈ {694}
+   [695] ∈ {695}
+   [696] ∈ {696}
+   [697] ∈ {697}
+   [698] ∈ {698}
+   [699] ∈ {699}
+   [700] ∈ {700}
+   [701] ∈ {701}
+   [702] ∈ {702}
+   [703] ∈ {703}
+   [704] ∈ {704}
+   [705] ∈ {705}
+   [706] ∈ {706}
+   [707] ∈ {707}
+   [708] ∈ {708}
+   [709] ∈ {709}
+   [710] ∈ {710}
+   [711] ∈ {711}
+   [712] ∈ {712}
+   [713] ∈ {713}
+   [714] ∈ {714}
+   [715] ∈ {715}
+   [716] ∈ {716}
+   [717] ∈ {717}
+   [718] ∈ {718}
+   [719] ∈ {719}
+   [720] ∈ {720}
+   [721] ∈ {721}
+   [722] ∈ {722}
+   [723] ∈ {723}
+   [724] ∈ {724}
+   [725] ∈ {725}
+   [726] ∈ {726}
+   [727] ∈ {727}
+   [728] ∈ {728}
+   [729] ∈ {729}
+   [730] ∈ {730}
+   [731] ∈ {731}
+   [732] ∈ {732}
+   [733] ∈ {733}
+   [734] ∈ {734}
+   [735] ∈ {735}
+   [736] ∈ {736}
+   [737] ∈ {737}
+   [738] ∈ {738}
+   [739] ∈ {739}
+   [740] ∈ {740}
+   [741] ∈ {741}
+   [742] ∈ {742}
+   [743] ∈ {743}
+   [744] ∈ {744}
+   [745] ∈ {745}
+   [746] ∈ {746}
+   [747] ∈ {747}
+   [748] ∈ {748}
+   [749] ∈ {749}
+   [750] ∈ {750}
+   [751] ∈ {751}
+   [752] ∈ {752}
+   [753] ∈ {753}
+   [754] ∈ {754}
+   [755] ∈ {755}
+   [756] ∈ {756}
+   [757] ∈ {757}
+   [758] ∈ {758}
+   [759] ∈ {759}
+   [760] ∈ {760}
+   [761] ∈ {761}
+   [762] ∈ {762}
+   [763] ∈ {763}
+   [764] ∈ {764}
+   [765] ∈ {765}
+   [766] ∈ {766}
+   [767] ∈ {767}
+   [768] ∈ {768}
+   [769] ∈ {769}
+   [770] ∈ {770}
+   [771] ∈ {771}
+   [772] ∈ {772}
+   [773] ∈ {773}
+   [774] ∈ {774}
+   [775] ∈ {775}
+   [776] ∈ {776}
+   [777] ∈ {777}
+   [778] ∈ {778}
+   [779] ∈ {779}
+   [780] ∈ {780}
+   [781] ∈ {781}
+   [782] ∈ {782}
+   [783] ∈ {783}
+   [784] ∈ {784}
+   [785] ∈ {785}
+   [786] ∈ {786}
+   [787] ∈ {787}
+   [788] ∈ {788}
+   [789] ∈ {789}
+   [790] ∈ {790}
+   [791] ∈ {791}
+   [792] ∈ {792}
+   [793] ∈ {793}
+   [794] ∈ {794}
+   [795] ∈ {795}
+   [796] ∈ {796}
+   [797] ∈ {797}
+   [798] ∈ {798}
+   [799] ∈ {799}
+   [800] ∈ {800}
+   [801] ∈ {801}
+   [802] ∈ {802}
+   [803] ∈ {803}
+   [804] ∈ {804}
+   [805] ∈ {805}
+   [806] ∈ {806}
+   [807] ∈ {807}
+   [808] ∈ {808}
+   [809] ∈ {809}
+   [810] ∈ {810}
+   [811] ∈ {811}
+   [812] ∈ {812}
+   [813] ∈ {813}
+   [814] ∈ {814}
+   [815] ∈ {815}
+   [816] ∈ {816}
+   [817] ∈ {817}
+   [818] ∈ {818}
+   [819] ∈ {819}
+   [820] ∈ {820}
+   [821] ∈ {821}
+   [822] ∈ {822}
+   [823] ∈ {823}
+   [824] ∈ {824}
+   [825] ∈ {825}
+   [826] ∈ {826}
+   [827] ∈ {827}
+   [828] ∈ {828}
+   [829] ∈ {829}
+   [830] ∈ {830}
+   [831] ∈ {831}
+   [832] ∈ {832}
+   [833] ∈ {833}
+   [834] ∈ {834}
+   [835] ∈ {835}
+   [836] ∈ {836}
+   [837] ∈ {837}
+   [838] ∈ {838}
+   [839] ∈ {839}
+   [840] ∈ {840}
+   [841] ∈ {841}
+   [842] ∈ {842}
+   [843] ∈ {843}
+   [844] ∈ {844}
+   [845] ∈ {845}
+   [846] ∈ {846}
+   [847] ∈ {847}
+   [848] ∈ {848}
+   [849] ∈ {849}
+   [850] ∈ {850}
+   [851] ∈ {851}
+   [852] ∈ {852}
+   [853] ∈ {853}
+   [854] ∈ {854}
+   [855] ∈ {855}
+   [856] ∈ {856}
+   [857] ∈ {857}
+   [858] ∈ {858}
+   [859] ∈ {859}
+   [860] ∈ {860}
+   [861] ∈ {861}
+   [862] ∈ {862}
+   [863] ∈ {863}
+   [864] ∈ {864}
+   [865] ∈ {865}
+   [866] ∈ {866}
+   [867] ∈ {867}
+   [868] ∈ {868}
+   [869] ∈ {869}
+   [870] ∈ {870}
+   [871] ∈ {871}
+   [872] ∈ {872}
+   [873] ∈ {873}
+   [874] ∈ {874}
+   [875] ∈ {875}
+   [876] ∈ {876}
+   [877] ∈ {877}
+   [878] ∈ {878}
+   [879] ∈ {879}
+   [880] ∈ {880}
+   [881] ∈ {881}
+   [882] ∈ {882}
+   [883] ∈ {883}
+   [884] ∈ {884}
+   [885] ∈ {885}
+   [886] ∈ {886}
+   [887] ∈ {887}
+   [888] ∈ {888}
+   [889] ∈ {889}
+   [890] ∈ {890}
+   [891] ∈ {891}
+   [892] ∈ {892}
+   [893] ∈ {893}
+   [894] ∈ {894}
+   [895] ∈ {895}
+   [896] ∈ {896}
+   [897] ∈ {897}
+   [898] ∈ {898}
+   [899] ∈ {899}
+   [900] ∈ {900}
+   [901] ∈ {901}
+   [902] ∈ {902}
+   [903] ∈ {903}
+   [904] ∈ {904}
+   [905] ∈ {905}
+   [906] ∈ {906}
+   [907] ∈ {907}
+   [908] ∈ {908}
+   [909] ∈ {909}
+   [910] ∈ {910}
+   [911] ∈ {911}
+   [912] ∈ {912}
+   [913] ∈ {913}
+   [914] ∈ {914}
+   [915] ∈ {915}
+   [916] ∈ {916}
+   [917] ∈ {917}
+   [918] ∈ {918}
+   [919] ∈ {919}
+   [920] ∈ {920}
+   [921] ∈ {921}
+   [922] ∈ {922}
+   [923] ∈ {923}
+   [924] ∈ {924}
+   [925] ∈ {925}
+   [926] ∈ {926}
+   [927] ∈ {927}
+   [928] ∈ {928}
+   [929] ∈ {929}
+   [930] ∈ {930}
+   [931] ∈ {931}
+   [932] ∈ {932}
+   [933] ∈ {933}
+   [934] ∈ {934}
+   [935] ∈ {935}
+   [936] ∈ {936}
+   [937] ∈ {937}
+   [938] ∈ {938}
+   [939] ∈ {939}
+   [940] ∈ {940}
+   [941] ∈ {941}
+   [942] ∈ {942}
+   [943] ∈ {943}
+   [944] ∈ {944}
+   [945] ∈ {945}
+   [946] ∈ {946}
+   [947] ∈ {947}
+   [948] ∈ {948}
+   [949] ∈ {949}
+   [950] ∈ {950}
+   [951] ∈ {951}
+   [952] ∈ {952}
+   [953] ∈ {953}
+   [954] ∈ {954}
+   [955] ∈ {955}
+   [956] ∈ {956}
+   [957] ∈ {957}
+   [958] ∈ {958}
+   [959] ∈ {959}
+   [960] ∈ {960}
+   [961] ∈ {961}
+   [962] ∈ {962}
+   [963] ∈ {963}
+   [964] ∈ {964}
+   [965] ∈ {965}
+   [966] ∈ {966}
+   [967] ∈ {967}
+   [968] ∈ {968}
+   [969] ∈ {969}
+   [970] ∈ {970}
+   [971] ∈ {971}
+   [972] ∈ {972}
+   [973] ∈ {973}
+   [974] ∈ {974}
+   [975] ∈ {975}
+   [976] ∈ {976}
+   [977] ∈ {977}
+   [978] ∈ {978}
+   [979] ∈ {979}
+   [980] ∈ {980}
+   [981] ∈ {981}
+   [982] ∈ {982}
+   [983] ∈ {983}
+   [984] ∈ {984}
+   [985] ∈ {985}
+   [986] ∈ {986}
+   [987] ∈ {987}
+   [988] ∈ {988}
+   [989] ∈ {989}
+   [990] ∈ {990}
+   [991] ∈ {991}
+   [992] ∈ {992}
+   [993] ∈ {993}
+   [994] ∈ {994}
+   [995] ∈ {995}
+   [996] ∈ {996}
+   [997] ∈ {997}
+   [998] ∈ {998}
+   [999] ∈ {999}
+   [1000] ∈ {1000}
+   [1001] ∈ {1001}
+   [1002] ∈ {1002}
+   [1003] ∈ {1003}
+   [1004] ∈ {1004}
+   [1005] ∈ {1005}
+   [1006] ∈ {1006}
+   [1007] ∈ {1007}
+   [1008] ∈ {1008}
+   [1009] ∈ {1009}
+   [1010] ∈ {1010}
+   [1011] ∈ {1011}
+   [1012] ∈ {1012}
+   [1013] ∈ {1013}
+   [1014] ∈ {1014}
+   [1015] ∈ {1015}
+   [1016] ∈ {1016}
+   [1017] ∈ {1017}
+   [1018] ∈ {1018}
+   [1019] ∈ {1019}
+   [1020] ∈ {1020}
+   [1021] ∈ {1021}
+   [1022] ∈ {1022}
+   [1023] ∈ {1023}
+   [1024] ∈ {1024}
+   [1025] ∈ {1025}
+   [1026] ∈ {1026}
+   [1027] ∈ {1027}
+   [1028] ∈ {1028}
+   [1029] ∈ {1029}
+   [1030] ∈ {1030}
+   [1031] ∈ {1031}
+   [1032] ∈ {1032}
+   [1033] ∈ {1033}
+   [1034] ∈ {1034}
+   [1035] ∈ {1035}
+   [1036] ∈ {1036}
+   [1037] ∈ {1037}
+   [1038] ∈ {1038}
+   [1039] ∈ {1039}
+   [1040] ∈ {1040}
+   [1041] ∈ {1041}
+   [1042] ∈ {1042}
+   [1043] ∈ {1043}
+   [1044] ∈ {1044}
+   [1045] ∈ {1045}
+   [1046] ∈ {1046}
+   [1047] ∈ {1047}
+   [1048] ∈ {1048}
+   [1049] ∈ {1049}
+   [1050] ∈ {1050}
+   [1051] ∈ {1051}
+   [1052] ∈ {1052}
+   [1053] ∈ {1053}
+   [1054] ∈ {1054}
+   [1055] ∈ {1055}
+   [1056] ∈ {1056}
+   [1057] ∈ {1057}
+   [1058] ∈ {1058}
+   [1059] ∈ {1059}
+   [1060] ∈ {1060}
+   [1061] ∈ {1061}
+   [1062] ∈ {1062}
+   [1063] ∈ {1063}
+   [1064] ∈ {1064}
+   [1065] ∈ {1065}
+   [1066] ∈ {1066}
+   [1067] ∈ {1067}
+   [1068] ∈ {1068}
+   [1069] ∈ {1069}
+   [1070] ∈ {1070}
+   [1071] ∈ {1071}
+   [1072] ∈ {1072}
+   [1073] ∈ {1073}
+   [1074] ∈ {1074}
+   [1075] ∈ {1075}
+   [1076] ∈ {1076}
+   [1077] ∈ {1077}
+   [1078] ∈ {1078}
+   [1079] ∈ {1079}
+   [1080] ∈ {1080}
+   [1081] ∈ {1081}
+   [1082] ∈ {1082}
+   [1083] ∈ {1083}
+   [1084] ∈ {1084}
+   [1085] ∈ {1085}
+   [1086] ∈ {1086}
+   [1087] ∈ {1087}
+   [1088] ∈ {1088}
+   [1089] ∈ {1089}
+   [1090] ∈ {1090}
+   [1091] ∈ {1091}
+   [1092] ∈ {1092}
+   [1093] ∈ {1093}
+   [1094] ∈ {1094}
+   [1095] ∈ {1095}
+   [1096] ∈ {1096}
+   [1097] ∈ {1097}
+   [1098] ∈ {1098}
+   [1099] ∈ {1099}
+   [1100] ∈ {1100}
+   [1101] ∈ {1101}
+   [1102] ∈ {1102}
+   [1103] ∈ {1103}
+   [1104] ∈ {1104}
+   [1105] ∈ {1105}
+   [1106] ∈ {1106}
+   [1107] ∈ {1107}
+   [1108] ∈ {1108}
+   [1109] ∈ {1109}
+   [1110] ∈ {1110}
+   [1111] ∈ {1111}
+   [1112] ∈ {1112}
+   [1113] ∈ {1113}
+   [1114] ∈ {1114}
+   [1115] ∈ {1115}
+   [1116] ∈ {1116}
+   [1117] ∈ {1117}
+   [1118] ∈ {1118}
+   [1119] ∈ {1119}
+   [1120] ∈ {1120}
+   [1121] ∈ {1121}
+   [1122] ∈ {1122}
+   [1123] ∈ {1123}
+   [1124] ∈ {1124}
+   [1125] ∈ {1125}
+   [1126] ∈ {1126}
+   [1127] ∈ {1127}
+   [1128] ∈ {1128}
+   [1129] ∈ {1129}
+   [1130] ∈ {1130}
+   [1131] ∈ {1131}
+   [1132] ∈ {1132}
+   [1133] ∈ {1133}
+   [1134] ∈ {1134}
+   [1135] ∈ {1135}
+   [1136] ∈ {1136}
+   [1137] ∈ {1137}
+   [1138] ∈ {1138}
+   [1139] ∈ {1139}
+   [1140] ∈ {1140}
+   [1141] ∈ {1141}
+   [1142] ∈ {1142}
+   [1143] ∈ {1143}
+   [1144] ∈ {1144}
+   [1145] ∈ {1145}
+   [1146] ∈ {1146}
+   [1147] ∈ {1147}
+   [1148] ∈ {1148}
+   [1149] ∈ {1149}
+   [1150] ∈ {1150}
+   [1151] ∈ {1151}
+   [1152] ∈ {1152}
+   [1153] ∈ {1153}
+   [1154] ∈ {1154}
+   [1155] ∈ {1155}
+   [1156] ∈ {1156}
+   [1157] ∈ {1157}
+   [1158] ∈ {1158}
+   [1159] ∈ {1159}
+   [1160] ∈ {1160}
+   [1161] ∈ {1161}
+   [1162] ∈ {1162}
+   [1163] ∈ {1163}
+   [1164] ∈ {1164}
+   [1165] ∈ {1165}
+   [1166] ∈ {1166}
+   [1167] ∈ {1167}
+   [1168] ∈ {1168}
+   [1169] ∈ {1169}
+   [1170] ∈ {1170}
+   [1171] ∈ {1171}
+   [1172] ∈ {1172}
+   [1173] ∈ {1173}
+   [1174] ∈ {1174}
+   [1175] ∈ {1175}
+   [1176] ∈ {1176}
+   [1177] ∈ {1177}
+   [1178] ∈ {1178}
+   [1179] ∈ {1179}
+   [1180] ∈ {1180}
+   [1181] ∈ {1181}
+   [1182] ∈ {1182}
+   [1183] ∈ {1183}
+   [1184] ∈ {1184}
+   [1185] ∈ {1185}
+   [1186] ∈ {1186}
+   [1187] ∈ {1187}
+   [1188] ∈ {1188}
+   [1189] ∈ {1189}
+   [1190] ∈ {1190}
+   [1191] ∈ {1191}
+   [1192] ∈ {1192}
+   [1193] ∈ {1193}
+   [1194] ∈ {1194}
+   [1195] ∈ {1195}
+   [1196] ∈ {1196}
+   [1197] ∈ {1197}
+   [1198] ∈ {1198}
+   [1199] ∈ {1199}
+   [1200] ∈ {1200}
+   [1201] ∈ {1201}
+   [1202] ∈ {1202}
+   [1203] ∈ {1203}
+   [1204] ∈ {1204}
+   [1205] ∈ {1205}
+   [1206] ∈ {1206}
+   [1207] ∈ {1207}
+   [1208] ∈ {1208}
+   [1209] ∈ {1209}
+   [1210] ∈ {1210}
+   [1211] ∈ {1211}
+   [1212] ∈ {1212}
+   [1213] ∈ {1213}
+   [1214] ∈ {1214}
+   [1215] ∈ {1215}
+   [1216] ∈ {1216}
+   [1217] ∈ {1217}
+   [1218] ∈ {1218}
+   [1219] ∈ {1219}
+   [1220] ∈ {1220}
+   [1221] ∈ {1221}
+   [1222] ∈ {1222}
+   [1223] ∈ {1223}
+   [1224] ∈ {1224}
+   [1225] ∈ {1225}
+   [1226] ∈ {1226}
+   [1227] ∈ {1227}
+   [1228] ∈ {1228}
+   [1229] ∈ {1229}
+   [1230] ∈ {1230}
+   [1231] ∈ {1231}
+   [1232] ∈ {1232}
+   [1233] ∈ {1233}
+   [1234] ∈ {1234}
+   [1235] ∈ {1235}
+   [1236] ∈ {1236}
+   [1237] ∈ {1237}
+   [1238] ∈ {1238}
+   [1239] ∈ {1239}
+   [1240] ∈ {1240}
+   [1241] ∈ {1241}
+   [1242] ∈ {1242}
+   [1243] ∈ {1243}
+   [1244] ∈ {1244}
+   [1245] ∈ {1245}
+   [1246] ∈ {1246}
+   [1247] ∈ {1247}
+   [1248] ∈ {1248}
+   [1249] ∈ {1249}
+   [1250] ∈ {1250}
+   [1251] ∈ {1251}
+   [1252] ∈ {1252}
+   [1253] ∈ {1253}
+   [1254] ∈ {1254}
+   [1255] ∈ {1255}
+   [1256] ∈ {1256}
+   [1257] ∈ {1257}
+   [1258] ∈ {1258}
+   [1259] ∈ {1259}
+   [1260] ∈ {1260}
+   [1261] ∈ {1261}
+   [1262] ∈ {1262}
+   [1263] ∈ {1263}
+   [1264] ∈ {1264}
+   [1265] ∈ {1265}
+   [1266] ∈ {1266}
+   [1267] ∈ {1267}
+   [1268] ∈ {1268}
+   [1269] ∈ {1269}
+   [1270] ∈ {1270}
+   [1271] ∈ {1271}
+   [1272] ∈ {1272}
+   [1273] ∈ {1273}
+   [1274] ∈ {1274}
+   [1275] ∈ {1275}
+   [1276] ∈ {1276}
+   [1277] ∈ {1277}
+   [1278] ∈ {1278}
+   [1279] ∈ {1279}
+   [1280] ∈ {1280}
+   [1281] ∈ {1281}
+   [1282] ∈ {1282}
+   [1283] ∈ {1283}
+   [1284] ∈ {1284}
+   [1285] ∈ {1285}
+   [1286] ∈ {1286}
+   [1287] ∈ {1287}
+   [1288] ∈ {1288}
+   [1289] ∈ {1289}
+   [1290] ∈ {1290}
+   [1291] ∈ {1291}
+   [1292] ∈ {1292}
+   [1293] ∈ {1293}
+   [1294] ∈ {1294}
+   [1295] ∈ {1295}
+   [1296] ∈ {1296}
+   [1297] ∈ {1297}
+   [1298] ∈ {1298}
+   [1299] ∈ {1299}
+   [1300] ∈ {1300}
+   [1301] ∈ {1301}
+   [1302] ∈ {1302}
+   [1303] ∈ {1303}
+   [1304] ∈ {1304}
+   [1305] ∈ {1305}
+   [1306] ∈ {1306}
+   [1307] ∈ {1307}
+   [1308] ∈ {1308}
+   [1309] ∈ {1309}
+   [1310] ∈ {1310}
+   [1311] ∈ {1311}
+   [1312] ∈ {1312}
+   [1313] ∈ {1313}
+   [1314] ∈ {1314}
+   [1315] ∈ {1315}
+   [1316] ∈ {1316}
+   [1317] ∈ {1317}
+   [1318] ∈ {1318}
+   [1319] ∈ {1319}
+   [1320] ∈ {1320}
+   [1321] ∈ {1321}
+   [1322] ∈ {1322}
+   [1323] ∈ {1323}
+   [1324] ∈ {1324}
+   [1325] ∈ {1325}
+   [1326] ∈ {1326}
+   [1327] ∈ {1327}
+   [1328] ∈ {1328}
+   [1329] ∈ {1329}
+   [1330] ∈ {1330}
+   [1331] ∈ {1331}
+   [1332] ∈ {1332}
+   [1333] ∈ {1333}
+   [1334] ∈ {1334}
+   [1335] ∈ {1335}
+   [1336] ∈ {1336}
+   [1337] ∈ {1337}
+   [1338] ∈ {1338}
+   [1339] ∈ {1339}
+   [1340] ∈ {1340}
+   [1341] ∈ {1341}
+   [1342] ∈ {1342}
+   [1343] ∈ {1343}
+   [1344] ∈ {1344}
+   [1345] ∈ {1345}
+   [1346] ∈ {1346}
+   [1347] ∈ {1347}
+   [1348] ∈ {1348}
+   [1349] ∈ {1349}
+   [1350] ∈ {1350}
+   [1351] ∈ {1351}
+   [1352] ∈ {1352}
+   [1353] ∈ {1353}
+   [1354] ∈ {1354}
+   [1355] ∈ {1355}
+   [1356] ∈ {1356}
+   [1357] ∈ {1357}
+   [1358] ∈ {1358}
+   [1359] ∈ {1359}
+   [1360] ∈ {1360}
+   [1361] ∈ {1361}
+   [1362] ∈ {1362}
+   [1363] ∈ {1363}
+   [1364] ∈ {1364}
+   [1365] ∈ {1365}
+   [1366] ∈ {1366}
+   [1367] ∈ {1367}
+   [1368] ∈ {1368}
+   [1369] ∈ {1369}
+   [1370] ∈ {1370}
+   [1371] ∈ {1371}
+   [1372] ∈ {1372}
+   [1373] ∈ {1373}
+   [1374] ∈ {1374}
+   [1375] ∈ {1375}
+   [1376] ∈ {1376}
+   [1377] ∈ {1377}
+   [1378] ∈ {1378}
+   [1379] ∈ {1379}
+   [1380] ∈ {1380}
+   [1381] ∈ {1381}
+   [1382] ∈ {1382}
+   [1383] ∈ {1383}
+   [1384] ∈ {1384}
+   [1385] ∈ {1385}
+   [1386] ∈ {1386}
+   [1387] ∈ {1387}
+   [1388] ∈ {1388}
+   [1389] ∈ {1389}
+   [1390] ∈ {1390}
+   [1391] ∈ {1391}
+   [1392] ∈ {1392}
+   [1393] ∈ {1393}
+   [1394] ∈ {1394}
+   [1395] ∈ {1395}
+   [1396] ∈ {1396}
+   [1397] ∈ {1397}
+   [1398] ∈ {1398}
+   [1399] ∈ {1399}
+   [1400] ∈ {1400}
+   [1401] ∈ {1401}
+   [1402] ∈ {1402}
+   [1403] ∈ {1403}
+   [1404] ∈ {1404}
+   [1405] ∈ {1405}
+   [1406] ∈ {1406}
+   [1407] ∈ {1407}
+   [1408] ∈ {1408}
+   [1409] ∈ {1409}
+   [1410] ∈ {1410}
+   [1411] ∈ {1411}
+   [1412] ∈ {1412}
+   [1413] ∈ {1413}
+   [1414] ∈ {1414}
+   [1415] ∈ {1415}
+   [1416] ∈ {1416}
+   [1417] ∈ {1417}
+   [1418] ∈ {1418}
+   [1419] ∈ {1419}
+   [1420] ∈ {1420}
+   [1421] ∈ {1421}
+   [1422] ∈ {1422}
+   [1423] ∈ {1423}
+   [1424] ∈ {1424}
+   [1425] ∈ {1425}
+   [1426] ∈ {1426}
+   [1427] ∈ {1427}
+   [1428] ∈ {1428}
+   [1429] ∈ {1429}
+   [1430] ∈ {1430}
+   [1431] ∈ {1431}
+   [1432] ∈ {1432}
+   [1433] ∈ {1433}
+   [1434] ∈ {1434}
+   [1435] ∈ {1435}
+   [1436] ∈ {1436}
+   [1437] ∈ {1437}
+   [1438] ∈ {1438}
+   [1439] ∈ {1439}
+   [1440] ∈ {1440}
+   [1441] ∈ {1441}
+   [1442] ∈ {1442}
+   [1443] ∈ {1443}
+   [1444] ∈ {1444}
+   [1445] ∈ {1445}
+   [1446] ∈ {1446}
+   [1447] ∈ {1447}
+   [1448] ∈ {1448}
+   [1449] ∈ {1449}
+   [1450] ∈ {1450}
+   [1451] ∈ {1451}
+   [1452] ∈ {1452}
+   [1453] ∈ {1453}
+   [1454] ∈ {1454}
+   [1455] ∈ {1455}
+   [1456] ∈ {1456}
+   [1457] ∈ {1457}
+   [1458] ∈ {1458}
+   [1459] ∈ {1459}
+   [1460] ∈ {1460}
+   [1461] ∈ {1461}
+   [1462] ∈ {1462}
+   [1463] ∈ {1463}
+   [1464] ∈ {1464}
+   [1465] ∈ {1465}
+   [1466] ∈ {1466}
+   [1467] ∈ {1467}
+   [1468] ∈ {1468}
+   [1469] ∈ {1469}
+   [1470] ∈ {1470}
+   [1471] ∈ {1471}
+   [1472] ∈ {1472}
+   [1473] ∈ {1473}
+   [1474] ∈ {1474}
+   [1475] ∈ {1475}
+   [1476] ∈ {1476}
+   [1477] ∈ {1477}
+   [1478] ∈ {1478}
+   [1479] ∈ {1479}
+   [1480] ∈ {1480}
+   [1481] ∈ {1481}
+   [1482] ∈ {1482}
+   [1483] ∈ {1483}
+   [1484] ∈ {1484}
+   [1485] ∈ {1485}
+   [1486] ∈ {1486}
+   [1487] ∈ {1487}
+   [1488] ∈ {1488}
+   [1489] ∈ {1489}
+   [1490] ∈ {1490}
+   [1491] ∈ {1491}
+   [1492] ∈ {1492}
+   [1493] ∈ {1493}
+   [1494] ∈ {1494}
+   [1495] ∈ {1495}
+   [1496] ∈ {1496}
+   [1497] ∈ {1497}
+   [1498] ∈ {1498}
+   [1499] ∈ {1499}
+   [1500] ∈ {1500}
+   [1501] ∈ {1501}
+   [1502] ∈ {1502}
+   [1503] ∈ {1503}
+   [1504] ∈ {1504}
+   [1505] ∈ {1505}
+   [1506] ∈ {1506}
+   [1507] ∈ {1507}
+   [1508] ∈ {1508}
+   [1509] ∈ {1509}
+   [1510] ∈ {1510}
+   [1511] ∈ {1511}
+   [1512] ∈ {1512}
+   [1513] ∈ {1513}
+   [1514] ∈ {1514}
+   [1515] ∈ {1515}
+   [1516] ∈ {1516}
+   [1517] ∈ {1517}
+   [1518] ∈ {1518}
+   [1519] ∈ {1519}
+   [1520] ∈ {1520}
+   [1521] ∈ {1521}
+   [1522] ∈ {1522}
+   [1523] ∈ {1523}
+   [1524] ∈ {1524}
+   [1525] ∈ {1525}
+   [1526] ∈ {1526}
+   [1527] ∈ {1527}
+   [1528] ∈ {1528}
+   [1529] ∈ {1529}
+   [1530] ∈ {1530}
+   [1531] ∈ {1531}
+   [1532] ∈ {1532}
+   [1533] ∈ {1533}
+   [1534] ∈ {1534}
+   [1535] ∈ {1535}
+   [1536] ∈ {1536}
+   [1537] ∈ {1537}
+   [1538] ∈ {1538}
+   [1539] ∈ {1539}
+   [1540] ∈ {1540}
+   [1541] ∈ {1541}
+   [1542] ∈ {1542}
+   [1543] ∈ {1543}
+   [1544] ∈ {1544}
+   [1545] ∈ {1545}
+   [1546] ∈ {1546}
+   [1547] ∈ {1547}
+   [1548] ∈ {1548}
+   [1549] ∈ {1549}
+   [1550] ∈ {1550}
+   [1551] ∈ {1551}
+   [1552] ∈ {1552}
+   [1553] ∈ {1553}
+   [1554] ∈ {1554}
+   [1555] ∈ {1555}
+   [1556] ∈ {1556}
+   [1557] ∈ {1557}
+   [1558] ∈ {1558}
+   [1559] ∈ {1559}
+   [1560] ∈ {1560}
+   [1561] ∈ {1561}
+   [1562] ∈ {1562}
+   [1563] ∈ {1563}
+   [1564] ∈ {1564}
+   [1565] ∈ {1565}
+   [1566] ∈ {1566}
+   [1567] ∈ {1567}
+   [1568] ∈ {1568}
+   [1569] ∈ {1569}
+   [1570] ∈ {1570}
+   [1571] ∈ {1571}
+   [1572] ∈ {1572}
+   [1573] ∈ {1573}
+   [1574] ∈ {1574}
+   [1575] ∈ {1575}
+   [1576] ∈ {1576}
+   [1577] ∈ {1577}
+   [1578] ∈ {1578}
+   [1579] ∈ {1579}
+   [1580] ∈ {1580}
+   [1581] ∈ {1581}
+   [1582] ∈ {1582}
+   [1583] ∈ {1583}
+   [1584] ∈ {1584}
+   [1585] ∈ {1585}
+   [1586] ∈ {1586}
+   [1587] ∈ {1587}
+   [1588] ∈ {1588}
+   [1589] ∈ {1589}
+   [1590] ∈ {1590}
+   [1591] ∈ {1591}
+   [1592] ∈ {1592}
+   [1593] ∈ {1593}
+   [1594] ∈ {1594}
+   [1595] ∈ {1595}
+   [1596] ∈ {1596}
+   [1597] ∈ {1597}
+   [1598] ∈ {1598}
+   [1599] ∈ {1599}
+   [1600] ∈ {1600}
+   [1601] ∈ {1601}
+   [1602] ∈ {1602}
+   [1603] ∈ {1603}
+   [1604] ∈ {1604}
+   [1605] ∈ {1605}
+   [1606] ∈ {1606}
+   [1607] ∈ {1607}
+   [1608] ∈ {1608}
+   [1609] ∈ {1609}
+   [1610] ∈ {1610}
+   [1611] ∈ {1611}
+   [1612] ∈ {1612}
+   [1613] ∈ {1613}
+   [1614] ∈ {1614}
+   [1615] ∈ {1615}
+   [1616] ∈ {1616}
+   [1617] ∈ {1617}
+   [1618] ∈ {1618}
+   [1619] ∈ {1619}
+   [1620] ∈ {1620}
+   [1621] ∈ {1621}
+   [1622] ∈ {1622}
+   [1623] ∈ {1623}
+   [1624] ∈ {1624}
+   [1625] ∈ {1625}
+   [1626] ∈ {1626}
+   [1627] ∈ {1627}
+   [1628] ∈ {1628}
+   [1629] ∈ {1629}
+   [1630] ∈ {1630}
+   [1631] ∈ {1631}
+   [1632] ∈ {1632}
+   [1633] ∈ {1633}
+   [1634] ∈ {1634}
+   [1635] ∈ {1635}
+   [1636] ∈ {1636}
+   [1637] ∈ {1637}
+   [1638] ∈ {1638}
+   [1639] ∈ {1639}
+   [1640] ∈ {1640}
+   [1641] ∈ {1641}
+   [1642] ∈ {1642}
+   [1643] ∈ {1643}
+   [1644] ∈ {1644}
+   [1645] ∈ {1645}
+   [1646] ∈ {1646}
+   [1647] ∈ {1647}
+   [1648] ∈ {1648}
+   [1649] ∈ {1649}
+   [1650] ∈ {1650}
+   [1651] ∈ {1651}
+   [1652] ∈ {1652}
+   [1653] ∈ {1653}
+   [1654] ∈ {1654}
+   [1655] ∈ {1655}
+   [1656] ∈ {1656}
+   [1657] ∈ {1657}
+   [1658] ∈ {1658}
+   [1659] ∈ {1659}
+   [1660] ∈ {1660}
+   [1661] ∈ {1661}
+   [1662] ∈ {1662}
+   [1663] ∈ {1663}
+   [1664] ∈ {1664}
+   [1665] ∈ {1665}
+   [1666] ∈ {1666}
+   [1667] ∈ {1667}
+   [1668] ∈ {1668}
+   [1669] ∈ {1669}
+   [1670] ∈ {1670}
+   [1671] ∈ {1671}
+   [1672] ∈ {1672}
+   [1673] ∈ {1673}
+   [1674] ∈ {1674}
+   [1675] ∈ {1675}
+   [1676] ∈ {1676}
+   [1677] ∈ {1677}
+   [1678] ∈ {1678}
+   [1679] ∈ {1679}
+   [1680] ∈ {1680}
+   [1681] ∈ {1681}
+   [1682] ∈ {1682}
+   [1683] ∈ {1683}
+   [1684] ∈ {1684}
+   [1685] ∈ {1685}
+   [1686] ∈ {1686}
+   [1687] ∈ {1687}
+   [1688] ∈ {1688}
+   [1689] ∈ {1689}
+   [1690] ∈ {1690}
+   [1691] ∈ {1691}
+   [1692] ∈ {1692}
+   [1693] ∈ {1693}
+   [1694] ∈ {1694}
+   [1695] ∈ {1695}
+   [1696] ∈ {1696}
+   [1697] ∈ {1697}
+   [1698] ∈ {1698}
+   [1699] ∈ {1699}
+   [1700] ∈ {1700}
+   [1701] ∈ {1701}
+   [1702] ∈ {1702}
+   [1703] ∈ {1703}
+   [1704] ∈ {1704}
+   [1705] ∈ {1705}
+   [1706] ∈ {1706}
+   [1707] ∈ {1707}
+   [1708] ∈ {1708}
+   [1709] ∈ {1709}
+   [1710] ∈ {1710}
+   [1711] ∈ {1711}
+   [1712] ∈ {1712}
+   [1713] ∈ {1713}
+   [1714] ∈ {1714}
+   [1715] ∈ {1715}
+   [1716] ∈ {1716}
+   [1717] ∈ {1717}
+   [1718] ∈ {1718}
+   [1719] ∈ {1719}
+   [1720] ∈ {1720}
+   [1721] ∈ {1721}
+   [1722] ∈ {1722}
+   [1723] ∈ {1723}
+   [1724] ∈ {1724}
+   [1725] ∈ {1725}
+   [1726] ∈ {1726}
+   [1727] ∈ {1727}
+   [1728] ∈ {1728}
+   [1729] ∈ {1729}
+   [1730] ∈ {1730}
+   [1731] ∈ {1731}
+   [1732] ∈ {1732}
+   [1733] ∈ {1733}
+   [1734] ∈ {1734}
+   [1735] ∈ {1735}
+   [1736] ∈ {1736}
+   [1737] ∈ {1737}
+   [1738] ∈ {1738}
+   [1739] ∈ {1739}
+   [1740] ∈ {1740}
+   [1741] ∈ {1741}
+   [1742] ∈ {1742}
+   [1743] ∈ {1743}
+   [1744] ∈ {1744}
+   [1745] ∈ {1745}
+   [1746] ∈ {1746}
+   [1747] ∈ {1747}
+   [1748] ∈ {1748}
+   [1749] ∈ {1749}
+   [1750] ∈ {1750}
+   [1751] ∈ {1751}
+   [1752] ∈ {1752}
+   [1753] ∈ {1753}
+   [1754] ∈ {1754}
+   [1755] ∈ {1755}
+   [1756] ∈ {1756}
+   [1757] ∈ {1757}
+   [1758] ∈ {1758}
+   [1759] ∈ {1759}
+   [1760] ∈ {1760}
+   [1761] ∈ {1761}
+   [1762] ∈ {1762}
+   [1763] ∈ {1763}
+   [1764] ∈ {1764}
+   [1765] ∈ {1765}
+   [1766] ∈ {1766}
+   [1767] ∈ {1767}
+   [1768] ∈ {1768}
+   [1769] ∈ {1769}
+   [1770] ∈ {1770}
+   [1771] ∈ {1771}
+   [1772] ∈ {1772}
+   [1773] ∈ {1773}
+   [1774] ∈ {1774}
+   [1775] ∈ {1775}
+   [1776] ∈ {1776}
+   [1777] ∈ {1777}
+   [1778] ∈ {1778}
+   [1779] ∈ {1779}
+   [1780] ∈ {1780}
+   [1781] ∈ {1781}
+   [1782] ∈ {1782}
+   [1783] ∈ {1783}
+   [1784] ∈ {1784}
+   [1785] ∈ {1785}
+   [1786] ∈ {1786}
+   [1787] ∈ {1787}
+   [1788] ∈ {1788}
+   [1789] ∈ {1789}
+   [1790] ∈ {1790}
+   [1791] ∈ {1791}
+   [1792] ∈ {1792}
+   [1793] ∈ {1793}
+   [1794] ∈ {1794}
+   [1795] ∈ {1795}
+   [1796] ∈ {1796}
+   [1797] ∈ {1797}
+   [1798] ∈ {1798}
+   [1799] ∈ {1799}
+   [1800] ∈ {1800}
+   [1801] ∈ {1801}
+   [1802] ∈ {1802}
+   [1803] ∈ {1803}
+   [1804] ∈ {1804}
+   [1805] ∈ {1805}
+   [1806] ∈ {1806}
+   [1807] ∈ {1807}
+   [1808] ∈ {1808}
+   [1809] ∈ {1809}
+   [1810] ∈ {1810}
+   [1811] ∈ {1811}
+   [1812] ∈ {1812}
+   [1813] ∈ {1813}
+   [1814] ∈ {1814}
+   [1815] ∈ {1815}
+   [1816] ∈ {1816}
+   [1817] ∈ {1817}
+   [1818] ∈ {1818}
+   [1819] ∈ {1819}
+   [1820] ∈ {1820}
+   [1821] ∈ {1821}
+   [1822] ∈ {1822}
+   [1823] ∈ {1823}
+   [1824] ∈ {1824}
+   [1825] ∈ {1825}
+   [1826] ∈ {1826}
+   [1827] ∈ {1827}
+   [1828] ∈ {1828}
+   [1829] ∈ {1829}
+   [1830] ∈ {1830}
+   [1831] ∈ {1831}
+   [1832] ∈ {1832}
+   [1833] ∈ {1833}
+   [1834] ∈ {1834}
+   [1835] ∈ {1835}
+   [1836] ∈ {1836}
+   [1837] ∈ {1837}
+   [1838] ∈ {1838}
+   [1839] ∈ {1839}
+   [1840] ∈ {1840}
+   [1841] ∈ {1841}
+   [1842] ∈ {1842}
+   [1843] ∈ {1843}
+   [1844] ∈ {1844}
+   [1845] ∈ {1845}
+   [1846] ∈ {1846}
+   [1847] ∈ {1847}
+   [1848] ∈ {1848}
+   [1849] ∈ {1849}
+   [1850] ∈ {1850}
+   [1851] ∈ {1851}
+   [1852] ∈ {1852}
+   [1853] ∈ {1853}
+   [1854] ∈ {1854}
+   [1855] ∈ {1855}
+   [1856] ∈ {1856}
+   [1857] ∈ {1857}
+   [1858] ∈ {1858}
+   [1859] ∈ {1859}
+   [1860] ∈ {1860}
+   [1861] ∈ {1861}
+   [1862] ∈ {1862}
+   [1863] ∈ {1863}
+   [1864] ∈ {1864}
+   [1865] ∈ {1865}
+   [1866] ∈ {1866}
+   [1867] ∈ {1867}
+   [1868] ∈ {1868}
+   [1869] ∈ {1869}
+   [1870] ∈ {1870}
+   [1871] ∈ {1871}
+   [1872] ∈ {1872}
+   [1873] ∈ {1873}
+   [1874] ∈ {1874}
+   [1875] ∈ {1875}
+   [1876] ∈ {1876}
+   [1877] ∈ {1877}
+   [1878] ∈ {1878}
+   [1879] ∈ {1879}
+   [1880] ∈ {1880}
+   [1881] ∈ {1881}
+   [1882] ∈ {1882}
+   [1883] ∈ {1883}
+   [1884] ∈ {1884}
+   [1885] ∈ {1885}
+   [1886] ∈ {1886}
+   [1887] ∈ {1887}
+   [1888] ∈ {1888}
+   [1889] ∈ {1889}
+   [1890] ∈ {1890}
+   [1891] ∈ {1891}
+   [1892] ∈ {1892}
+   [1893] ∈ {1893}
+   [1894] ∈ {1894}
+   [1895] ∈ {1895}
+   [1896] ∈ {1896}
+   [1897] ∈ {1897}
+   [1898] ∈ {1898}
+   [1899] ∈ {1899}
+   [1900] ∈ {1900}
+   [1901] ∈ {1901}
+   [1902] ∈ {1902}
+   [1903] ∈ {1903}
+   [1904] ∈ {1904}
+   [1905] ∈ {1905}
+   [1906] ∈ {1906}
+   [1907] ∈ {1907}
+   [1908] ∈ {1908}
+   [1909] ∈ {1909}
+   [1910] ∈ {1910}
+   [1911] ∈ {1911}
+   [1912] ∈ {1912}
+   [1913] ∈ {1913}
+   [1914] ∈ {1914}
+   [1915] ∈ {1915}
+   [1916] ∈ {1916}
+   [1917] ∈ {1917}
+   [1918] ∈ {1918}
+   [1919] ∈ {1919}
+   [1920] ∈ {1920}
+   [1921] ∈ {1921}
+   [1922] ∈ {1922}
+   [1923] ∈ {1923}
+   [1924] ∈ {1924}
+   [1925] ∈ {1925}
+   [1926] ∈ {1926}
+   [1927] ∈ {1927}
+   [1928] ∈ {1928}
+   [1929] ∈ {1929}
+   [1930] ∈ {1930}
+   [1931] ∈ {1931}
+   [1932] ∈ {1932}
+   [1933] ∈ {1933}
+   [1934] ∈ {1934}
+   [1935] ∈ {1935}
+   [1936] ∈ {1936}
+   [1937] ∈ {1937}
+   [1938] ∈ {1938}
+   [1939] ∈ {1939}
+   [1940] ∈ {1940}
+   [1941] ∈ {1941}
+   [1942] ∈ {1942}
+   [1943] ∈ {1943}
+   [1944] ∈ {1944}
+   [1945] ∈ {1945}
+   [1946] ∈ {1946}
+   [1947] ∈ {1947}
+   [1948] ∈ {1948}
+   [1949] ∈ {1949}
+   [1950] ∈ {1950}
+   [1951] ∈ {1951}
+   [1952] ∈ {1952}
+   [1953] ∈ {1953}
+   [1954] ∈ {1954}
+   [1955] ∈ {1955}
+   [1956] ∈ {1956}
+   [1957] ∈ {1957}
+   [1958] ∈ {1958}
+   [1959] ∈ {1959}
+   [1960] ∈ {1960}
+   [1961] ∈ {1961}
+   [1962] ∈ {1962}
+   [1963] ∈ {1963}
+   [1964] ∈ {1964}
+   [1965] ∈ {1965}
+   [1966] ∈ {1966}
+   [1967] ∈ {1967}
+   [1968] ∈ {1968}
+   [1969] ∈ {1969}
+   [1970] ∈ {1970}
+   [1971] ∈ {1971}
+   [1972] ∈ {1972}
+   [1973] ∈ {1973}
+   [1974] ∈ {1974}
+   [1975] ∈ {1975}
+   [1976] ∈ {1976}
+   [1977] ∈ {1977}
+   [1978] ∈ {1978}
+   [1979] ∈ {1979}
+   [1980] ∈ {1980}
+   [1981] ∈ {1981}
+   [1982] ∈ {1982}
+   [1983] ∈ {1983}
+   [1984] ∈ {1984}
+   [1985] ∈ {1985}
+   [1986] ∈ {1986}
+   [1987] ∈ {1987}
+   [1988] ∈ {1988}
+   [1989] ∈ {1989}
+   [1990] ∈ {1990}
+   [1991] ∈ {1991}
+   [1992] ∈ {1992}
+   [1993] ∈ {1993}
+   [1994] ∈ {1994}
+   [1995] ∈ {1995}
+   [1996] ∈ {1996}
+   [1997] ∈ {1997}
+   [1998] ∈ {1998}
+   [1999] ∈ {1999}
+   [2000] ∈ {2000}
+   [2001] ∈ {2001}
+   [2002] ∈ {2002}
+   [2003] ∈ {2003}
+   [2004] ∈ {2004}
+   [2005] ∈ {2005}
+   [2006] ∈ {2006}
+   [2007] ∈ {2007}
+   [2008] ∈ {2008}
+   [2009] ∈ {2009}
+   [2010] ∈ {2010}
+   [2011] ∈ {2011}
+   [2012] ∈ {2012}
+   [2013] ∈ {2013}
+   [2014] ∈ {2014}
+   [2015] ∈ {2015}
+   [2016] ∈ {2016}
+   [2017] ∈ {2017}
+   [2018] ∈ {2018}
+   [2019] ∈ {2019}
+   [2020] ∈ {2020}
+   [2021] ∈ {2021}
+   [2022] ∈ {2022}
+   [2023] ∈ {2023}
+   [2024] ∈ {2024}
+   [2025] ∈ {2025}
+   [2026] ∈ {2026}
+   [2027] ∈ {2027}
+   [2028] ∈ {2028}
+   [2029] ∈ {2029}
+   [2030] ∈ {2030}
+   [2031] ∈ {2031}
+   [2032] ∈ {2032}
+   [2033] ∈ {2033}
+   [2034] ∈ {2034}
+   [2035] ∈ {2035}
+   [2036] ∈ {2036}
+   [2037] ∈ {2037}
+   [2038] ∈ {2038}
+   [2039] ∈ {2039}
+   [2040] ∈ {2040}
+   [2041] ∈ {2041}
+   [2042] ∈ {2042}
+   [2043] ∈ {2043}
+   [2044] ∈ {2044}
+   [2045] ∈ {2045}
+   [2046] ∈ {2046}
+   [2047] ∈ {2047}
+   [2048] ∈ {2048}
+   [2049] ∈ {2049}
+   [2050] ∈ {2050}
+   [2051] ∈ {2051}
+   [2052] ∈ {2052}
+   [2053] ∈ {2053}
+   [2054] ∈ {2054}
+   [2055] ∈ {2055}
+   [2056] ∈ {2056}
+   [2057] ∈ {2057}
+   [2058] ∈ {2058}
+   [2059] ∈ {2059}
+   [2060] ∈ {2060}
+   [2061] ∈ {2061}
+   [2062] ∈ {2062}
+   [2063] ∈ {2063}
+   [2064] ∈ {2064}
+   [2065] ∈ {2065}
+   [2066] ∈ {2066}
+   [2067] ∈ {2067}
+   [2068] ∈ {2068}
+   [2069] ∈ {2069}
+   [2070] ∈ {2070}
+   [2071] ∈ {2071}
+   [2072] ∈ {2072}
+   [2073] ∈ {2073}
+   [2074] ∈ {2074}
+   [2075] ∈ {2075}
+   [2076] ∈ {2076}
+   [2077] ∈ {2077}
+   [2078] ∈ {2078}
+   [2079] ∈ {2079}
+   [2080] ∈ {2080}
+   [2081] ∈ {2081}
+   [2082] ∈ {2082}
+   [2083] ∈ {2083}
+   [2084] ∈ {2084}
+   [2085] ∈ {2085}
+   [2086] ∈ {2086}
+   [2087] ∈ {2087}
+   [2088] ∈ {2088}
+   [2089] ∈ {2089}
+   [2090] ∈ {2090}
+   [2091] ∈ {2091}
+   [2092] ∈ {2092}
+   [2093] ∈ {2093}
+   [2094] ∈ {2094}
+   [2095] ∈ {2095}
+   [2096] ∈ {2096}
+   [2097] ∈ {2097}
+   [2098] ∈ {2098}
+   [2099] ∈ {2099}
+   [2100] ∈ {2100}
+   [2101] ∈ {2101}
+   [2102] ∈ {2102}
+   [2103] ∈ {2103}
+   [2104] ∈ {2104}
+   [2105] ∈ {2105}
+   [2106] ∈ {2106}
+   [2107] ∈ {2107}
+   [2108] ∈ {2108}
+   [2109] ∈ {2109}
+   [2110] ∈ {2110}
+   [2111] ∈ {2111}
+   [2112] ∈ {2112}
+   [2113] ∈ {2113}
+   [2114] ∈ {2114}
+   [2115] ∈ {2115}
+   [2116] ∈ {2116}
+   [2117] ∈ {2117}
+   [2118] ∈ {2118}
+   [2119] ∈ {2119}
+   [2120] ∈ {2120}
+   [2121] ∈ {2121}
+   [2122] ∈ {2122}
+   [2123] ∈ {2123}
+   [2124] ∈ {2124}
+   [2125] ∈ {2125}
+   [2126] ∈ {2126}
+   [2127] ∈ {2127}
+   [2128] ∈ {2128}
+   [2129] ∈ {2129}
+   [2130] ∈ {2130}
+   [2131] ∈ {2131}
+   [2132] ∈ {2132}
+   [2133] ∈ {2133}
+   [2134] ∈ {2134}
+   [2135] ∈ {2135}
+   [2136] ∈ {2136}
+   [2137] ∈ {2137}
+   [2138] ∈ {2138}
+   [2139] ∈ {2139}
+   [2140] ∈ {2140}
+   [2141] ∈ {2141}
+   [2142] ∈ {2142}
+   [2143] ∈ {2143}
+   [2144] ∈ {2144}
+   [2145] ∈ {2145}
+   [2146] ∈ {2146}
+   [2147] ∈ {2147}
+   [2148] ∈ {2148}
+   [2149] ∈ {2149}
+   [2150] ∈ {2150}
+   [2151] ∈ {2151}
+   [2152] ∈ {2152}
+   [2153] ∈ {2153}
+   [2154] ∈ {2154}
+   [2155] ∈ {2155}
+   [2156] ∈ {2156}
+   [2157] ∈ {2157}
+   [2158] ∈ {2158}
+   [2159] ∈ {2159}
+   [2160] ∈ {2160}
+   [2161] ∈ {2161}
+   [2162] ∈ {2162}
+   [2163] ∈ {2163}
+   [2164] ∈ {2164}
+   [2165] ∈ {2165}
+   [2166] ∈ {2166}
+   [2167] ∈ {2167}
+   [2168] ∈ {2168}
+   [2169] ∈ {2169}
+   [2170] ∈ {2170}
+   [2171] ∈ {2171}
+   [2172] ∈ {2172}
+   [2173] ∈ {2173}
+   [2174] ∈ {2174}
+   [2175] ∈ {2175}
+   [2176] ∈ {2176}
+   [2177] ∈ {2177}
+   [2178] ∈ {2178}
+   [2179] ∈ {2179}
+   [2180] ∈ {2180}
+   [2181] ∈ {2181}
+   [2182] ∈ {2182}
+   [2183] ∈ {2183}
+   [2184] ∈ {2184}
+   [2185] ∈ {2185}
+   [2186] ∈ {2186}
+   [2187] ∈ {2187}
+   [2188] ∈ {2188}
+   [2189] ∈ {2189}
+   [2190] ∈ {2190}
+   [2191] ∈ {2191}
+   [2192] ∈ {2192}
+   [2193] ∈ {2193}
+   [2194] ∈ {2194}
+   [2195] ∈ {2195}
+   [2196] ∈ {2196}
+   [2197] ∈ {2197}
+   [2198] ∈ {2198}
+   [2199] ∈ {2199}
+   [2200] ∈ {2200}
+   [2201] ∈ {2201}
+   [2202] ∈ {2202}
+   [2203] ∈ {2203}
+   [2204] ∈ {2204}
+   [2205] ∈ {2205}
+   [2206] ∈ {2206}
+   [2207] ∈ {2207}
+   [2208] ∈ {2208}
+   [2209] ∈ {2209}
+   [2210] ∈ {2210}
+   [2211] ∈ {2211}
+   [2212] ∈ {2212}
+   [2213] ∈ {2213}
+   [2214] ∈ {2214}
+   [2215] ∈ {2215}
+   [2216] ∈ {2216}
+   [2217] ∈ {2217}
+   [2218] ∈ {2218}
+   [2219] ∈ {2219}
+   [2220] ∈ {2220}
+   [2221] ∈ {2221}
+   [2222] ∈ {2222}
+   [2223] ∈ {2223}
+   [2224] ∈ {2224}
+   [2225] ∈ {2225}
+   [2226] ∈ {2226}
+   [2227] ∈ {2227}
+   [2228] ∈ {2228}
+   [2229] ∈ {2229}
+   [2230] ∈ {2230}
+   [2231] ∈ {2231}
+   [2232] ∈ {2232}
+   [2233] ∈ {2233}
+   [2234] ∈ {2234}
+   [2235] ∈ {2235}
+   [2236] ∈ {2236}
+   [2237] ∈ {2237}
+   [2238] ∈ {2238}
+   [2239] ∈ {2239}
+   [2240] ∈ {2240}
+   [2241] ∈ {2241}
+   [2242] ∈ {2242}
+   [2243] ∈ {2243}
+   [2244] ∈ {2244}
+   [2245] ∈ {2245}
+   [2246] ∈ {2246}
+   [2247] ∈ {2247}
+   [2248] ∈ {2248}
+   [2249] ∈ {2249}
+   [2250] ∈ {2250}
+   [2251] ∈ {2251}
+   [2252] ∈ {2252}
+   [2253] ∈ {2253}
+   [2254] ∈ {2254}
+   [2255] ∈ {2255}
+   [2256] ∈ {2256}
+   [2257] ∈ {2257}
+   [2258] ∈ {2258}
+   [2259] ∈ {2259}
+   [2260] ∈ {2260}
+   [2261] ∈ {2261}
+   [2262] ∈ {2262}
+   [2263] ∈ {2263}
+   [2264] ∈ {2264}
+   [2265] ∈ {2265}
+   [2266] ∈ {2266}
+   [2267] ∈ {2267}
+   [2268] ∈ {2268}
+   [2269] ∈ {2269}
+   [2270] ∈ {2270}
+   [2271] ∈ {2271}
+   [2272] ∈ {2272}
+   [2273] ∈ {2273}
+   [2274] ∈ {2274}
+   [2275] ∈ {2275}
+   [2276] ∈ {2276}
+   [2277] ∈ {2277}
+   [2278] ∈ {2278}
+   [2279] ∈ {2279}
+   [2280] ∈ {2280}
+   [2281] ∈ {2281}
+   [2282] ∈ {2282}
+   [2283] ∈ {2283}
+   [2284] ∈ {2284}
+   [2285] ∈ {2285}
+   [2286] ∈ {2286}
+   [2287] ∈ {2287}
+   [2288] ∈ {2288}
+   [2289] ∈ {2289}
+   [2290] ∈ {2290}
+   [2291] ∈ {2291}
+   [2292] ∈ {2292}
+   [2293] ∈ {2293}
+   [2294] ∈ {2294}
+   [2295] ∈ {2295}
+   [2296] ∈ {2296}
+   [2297] ∈ {2297}
+   [2298] ∈ {2298}
+   [2299] ∈ {2299}
+   [2300] ∈ {2300}
+   [2301] ∈ {2301}
+   [2302] ∈ {2302}
+   [2303] ∈ {2303}
+   [2304] ∈ {2304}
+   [2305] ∈ {2305}
+   [2306] ∈ {2306}
+   [2307] ∈ {2307}
+   [2308] ∈ {2308}
+   [2309] ∈ {2309}
+   [2310] ∈ {2310}
+   [2311] ∈ {2311}
+   [2312] ∈ {2312}
+   [2313] ∈ {2313}
+   [2314] ∈ {2314}
+   [2315] ∈ {2315}
+   [2316] ∈ {2316}
+   [2317] ∈ {2317}
+   [2318] ∈ {2318}
+   [2319] ∈ {2319}
+   [2320] ∈ {2320}
+   [2321] ∈ {2321}
+   [2322] ∈ {2322}
+   [2323] ∈ {2323}
+   [2324] ∈ {2324}
+   [2325] ∈ {2325}
+   [2326] ∈ {2326}
+   [2327] ∈ {2327}
+   [2328] ∈ {2328}
+   [2329] ∈ {2329}
+   [2330] ∈ {2330}
+   [2331] ∈ {2331}
+   [2332] ∈ {2332}
+   [2333] ∈ {2333}
+   [2334] ∈ {2334}
+   [2335] ∈ {2335}
+   [2336] ∈ {2336}
+   [2337] ∈ {2337}
+   [2338] ∈ {2338}
+   [2339] ∈ {2339}
+   [2340] ∈ {2340}
+   [2341] ∈ {2341}
+   [2342] ∈ {2342}
+   [2343] ∈ {2343}
+   [2344] ∈ {2344}
+   [2345] ∈ {2345}
+   [2346] ∈ {2346}
+   [2347] ∈ {2347}
+   [2348] ∈ {2348}
+   [2349] ∈ {2349}
+   [2350] ∈ {2350}
+   [2351] ∈ {2351}
+   [2352] ∈ {2352}
+   [2353] ∈ {2353}
+   [2354] ∈ {2354}
+   [2355] ∈ {2355}
+   [2356] ∈ {2356}
+   [2357] ∈ {2357}
+   [2358] ∈ {2358}
+   [2359] ∈ {2359}
+   [2360] ∈ {2360}
+   [2361] ∈ {2361}
+   [2362] ∈ {2362}
+   [2363] ∈ {2363}
+   [2364] ∈ {2364}
+   [2365] ∈ {2365}
+   [2366] ∈ {2366}
+   [2367] ∈ {2367}
+   [2368] ∈ {2368}
+   [2369] ∈ {2369}
+   [2370] ∈ {2370}
+   [2371] ∈ {2371}
+   [2372] ∈ {2372}
+   [2373] ∈ {2373}
+   [2374] ∈ {2374}
+   [2375] ∈ {2375}
+   [2376] ∈ {2376}
+   [2377] ∈ {2377}
+   [2378] ∈ {2378}
+   [2379] ∈ {2379}
+   [2380] ∈ {2380}
+   [2381] ∈ {2381}
+   [2382] ∈ {2382}
+   [2383] ∈ {2383}
+   [2384] ∈ {2384}
+   [2385] ∈ {2385}
+   [2386] ∈ {2386}
+   [2387] ∈ {2387}
+   [2388] ∈ {2388}
+   [2389] ∈ {2389}
+   [2390] ∈ {2390}
+   [2391] ∈ {2391}
+   [2392] ∈ {2392}
+   [2393] ∈ {2393}
+   [2394] ∈ {2394}
+   [2395] ∈ {2395}
+   [2396] ∈ {2396}
+   [2397] ∈ {2397}
+   [2398] ∈ {2398}
+   [2399] ∈ {2399}
+   [2400] ∈ {2400}
+   [2401] ∈ {2401}
+   [2402] ∈ {2402}
+   [2403] ∈ {2403}
+   [2404] ∈ {2404}
+   [2405] ∈ {2405}
+   [2406] ∈ {2406}
+   [2407] ∈ {2407}
+   [2408] ∈ {2408}
+   [2409] ∈ {2409}
+   [2410] ∈ {2410}
+   [2411] ∈ {2411}
+   [2412] ∈ {2412}
+   [2413] ∈ {2413}
+   [2414] ∈ {2414}
+   [2415] ∈ {2415}
+   [2416] ∈ {2416}
+   [2417] ∈ {2417}
+   [2418] ∈ {2418}
+   [2419] ∈ {2419}
+   [2420] ∈ {2420}
+   [2421] ∈ {2421}
+   [2422] ∈ {2422}
+   [2423] ∈ {2423}
+   [2424] ∈ {2424}
+   [2425] ∈ {2425}
+   [2426] ∈ {2426}
+   [2427] ∈ {2427}
+   [2428] ∈ {2428}
+   [2429] ∈ {2429}
+   [2430] ∈ {2430}
+   [2431] ∈ {2431}
+   [2432] ∈ {2432}
+   [2433] ∈ {2433}
+   [2434] ∈ {2434}
+   [2435] ∈ {2435}
+   [2436] ∈ {2436}
+   [2437] ∈ {2437}
+   [2438] ∈ {2438}
+   [2439] ∈ {2439}
+   [2440] ∈ {2440}
+   [2441] ∈ {2441}
+   [2442] ∈ {2442}
+   [2443] ∈ {2443}
+   [2444] ∈ {2444}
+   [2445] ∈ {2445}
+   [2446] ∈ {2446}
+   [2447] ∈ {2447}
+   [2448] ∈ {2448}
+   [2449] ∈ {2449}
+   [2450] ∈ {2450}
+   [2451] ∈ {2451}
+   [2452] ∈ {2452}
+   [2453] ∈ {2453}
+   [2454] ∈ {2454}
+   [2455] ∈ {2455}
+   [2456] ∈ {2456}
+   [2457] ∈ {2457}
+   [2458] ∈ {2458}
+   [2459] ∈ {2459}
+   [2460] ∈ {2460}
+   [2461] ∈ {2461}
+   [2462] ∈ {2462}
+   [2463] ∈ {2463}
+   [2464] ∈ {2464}
+   [2465] ∈ {2465}
+   [2466] ∈ {2466}
+   [2467] ∈ {2467}
+   [2468] ∈ {2468}
+   [2469] ∈ {2469}
+   [2470] ∈ {2470}
+   [2471] ∈ {2471}
+   [2472] ∈ {2472}
+   [2473] ∈ {2473}
+   [2474] ∈ {2474}
+   [2475] ∈ {2475}
+   [2476] ∈ {2476}
+   [2477] ∈ {2477}
+   [2478] ∈ {2478}
+   [2479] ∈ {2479}
+   [2480] ∈ {2480}
+   [2481] ∈ {2481}
+   [2482] ∈ {2482}
+   [2483] ∈ {2483}
+   [2484] ∈ {2484}
+   [2485] ∈ {2485}
+   [2486] ∈ {2486}
+   [2487] ∈ {2487}
+   [2488] ∈ {2488}
+   [2489] ∈ {2489}
+   [2490] ∈ {2490}
+   [2491] ∈ {2491}
+   [2492] ∈ {2492}
+   [2493] ∈ {2493}
+   [2494] ∈ {2494}
+   [2495] ∈ {2495}
+   [2496] ∈ {2496}
+   [2497] ∈ {2497}
+   [2498] ∈ {2498}
+   [2499] ∈ {2499}
+   [2500] ∈ {2500}
+   [2501] ∈ {2501}
+   [2502] ∈ {2502}
+   [2503] ∈ {2503}
+   [2504] ∈ {2504}
+   [2505] ∈ {2505}
+   [2506] ∈ {2506}
+   [2507] ∈ {2507}
+   [2508] ∈ {2508}
+   [2509] ∈ {2509}
+   [2510] ∈ {2510}
+   [2511] ∈ {2511}
+   [2512] ∈ {2512}
+   [2513] ∈ {2513}
+   [2514] ∈ {2514}
+   [2515] ∈ {2515}
+   [2516] ∈ {2516}
+   [2517] ∈ {2517}
+   [2518] ∈ {2518}
+   [2519] ∈ {2519}
+   [2520] ∈ {2520}
+   [2521] ∈ {2521}
+   [2522] ∈ {2522}
+   [2523] ∈ {2523}
+   [2524] ∈ {2524}
+   [2525] ∈ {2525}
+   [2526] ∈ {2526}
+   [2527] ∈ {2527}
+   [2528] ∈ {2528}
+   [2529] ∈ {2529}
+   [2530] ∈ {2530}
+   [2531] ∈ {2531}
+   [2532] ∈ {2532}
+   [2533] ∈ {2533}
+   [2534] ∈ {2534}
+   [2535] ∈ {2535}
+   [2536] ∈ {2536}
+   [2537] ∈ {2537}
+   [2538] ∈ {2538}
+   [2539] ∈ {2539}
+   [2540] ∈ {2540}
+   [2541] ∈ {2541}
+   [2542] ∈ {2542}
+   [2543] ∈ {2543}
+   [2544] ∈ {2544}
+   [2545] ∈ {2545}
+   [2546] ∈ {2546}
+   [2547] ∈ {2547}
+   [2548] ∈ {2548}
+   [2549] ∈ {2549}
+   [2550] ∈ {2550}
+   [2551] ∈ {2551}
+   [2552] ∈ {2552}
+   [2553] ∈ {2553}
+   [2554] ∈ {2554}
+   [2555] ∈ {2555}
+   [2556] ∈ {2556}
+   [2557] ∈ {2557}
+   [2558] ∈ {2558}
+   [2559] ∈ {2559}
+   [2560] ∈ {2560}
+   [2561] ∈ {2561}
+   [2562] ∈ {2562}
+   [2563] ∈ {2563}
+   [2564] ∈ {2564}
+   [2565] ∈ {2565}
+   [2566] ∈ {2566}
+   [2567] ∈ {2567}
+   [2568] ∈ {2568}
+   [2569] ∈ {2569}
+   [2570] ∈ {2570}
+   [2571] ∈ {2571}
+   [2572] ∈ {2572}
+   [2573] ∈ {2573}
+   [2574] ∈ {2574}
+   [2575] ∈ {2575}
+   [2576] ∈ {2576}
+   [2577] ∈ {2577}
+   [2578] ∈ {2578}
+   [2579] ∈ {2579}
+   [2580] ∈ {2580}
+   [2581] ∈ {2581}
+   [2582] ∈ {2582}
+   [2583] ∈ {2583}
+   [2584] ∈ {2584}
+   [2585] ∈ {2585}
+   [2586] ∈ {2586}
+   [2587] ∈ {2587}
+   [2588] ∈ {2588}
+   [2589] ∈ {2589}
+   [2590] ∈ {2590}
+   [2591] ∈ {2591}
+   [2592] ∈ {2592}
+   [2593] ∈ {2593}
+   [2594] ∈ {2594}
+   [2595] ∈ {2595}
+   [2596] ∈ {2596}
+   [2597] ∈ {2597}
+   [2598] ∈ {2598}
+   [2599] ∈ {2599}
+   [2600] ∈ {2600}
+   [2601] ∈ {2601}
+   [2602] ∈ {2602}
+   [2603] ∈ {2603}
+   [2604] ∈ {2604}
+   [2605] ∈ {2605}
+   [2606] ∈ {2606}
+   [2607] ∈ {2607}
+   [2608] ∈ {2608}
+   [2609] ∈ {2609}
+   [2610] ∈ {2610}
+   [2611] ∈ {2611}
+   [2612] ∈ {2612}
+   [2613] ∈ {2613}
+   [2614] ∈ {2614}
+   [2615] ∈ {2615}
+   [2616] ∈ {2616}
+   [2617] ∈ {2617}
+   [2618] ∈ {2618}
+   [2619] ∈ {2619}
+   [2620] ∈ {2620}
+   [2621] ∈ {2621}
+   [2622] ∈ {2622}
+   [2623] ∈ {2623}
+   [2624] ∈ {2624}
+   [2625] ∈ {2625}
+   [2626] ∈ {2626}
+   [2627] ∈ {2627}
+   [2628] ∈ {2628}
+   [2629] ∈ {2629}
+   [2630] ∈ {2630}
+   [2631] ∈ {2631}
+   [2632] ∈ {2632}
+   [2633] ∈ {2633}
+   [2634] ∈ {2634}
+   [2635] ∈ {2635}
+   [2636] ∈ {2636}
+   [2637] ∈ {2637}
+   [2638] ∈ {2638}
+   [2639] ∈ {2639}
+   [2640] ∈ {2640}
+   [2641] ∈ {2641}
+   [2642] ∈ {2642}
+   [2643] ∈ {2643}
+   [2644] ∈ {2644}
+   [2645] ∈ {2645}
+   [2646] ∈ {2646}
+   [2647] ∈ {2647}
+   [2648] ∈ {2648}
+   [2649] ∈ {2649}
+   [2650] ∈ {2650}
+   [2651] ∈ {2651}
+   [2652] ∈ {2652}
+   [2653] ∈ {2653}
+   [2654] ∈ {2654}
+   [2655] ∈ {2655}
+   [2656] ∈ {2656}
+   [2657] ∈ {2657}
+   [2658] ∈ {2658}
+   [2659] ∈ {2659}
+   [2660] ∈ {2660}
+   [2661] ∈ {2661}
+   [2662] ∈ {2662}
+   [2663] ∈ {2663}
+   [2664] ∈ {2664}
+   [2665] ∈ {2665}
+   [2666] ∈ {2666}
+   [2667] ∈ {2667}
+   [2668] ∈ {2668}
+   [2669] ∈ {2669}
+   [2670] ∈ {2670}
+   [2671] ∈ {2671}
+   [2672] ∈ {2672}
+   [2673] ∈ {2673}
+   [2674] ∈ {2674}
+   [2675] ∈ {2675}
+   [2676] ∈ {2676}
+   [2677] ∈ {2677}
+   [2678] ∈ {2678}
+   [2679] ∈ {2679}
+   [2680] ∈ {2680}
+   [2681] ∈ {2681}
+   [2682] ∈ {2682}
+   [2683] ∈ {2683}
+   [2684] ∈ {2684}
+   [2685] ∈ {2685}
+   [2686] ∈ {2686}
+   [2687] ∈ {2687}
+   [2688] ∈ {2688}
+   [2689] ∈ {2689}
+   [2690] ∈ {2690}
+   [2691] ∈ {2691}
+   [2692] ∈ {2692}
+   [2693] ∈ {2693}
+   [2694] ∈ {2694}
+   [2695] ∈ {2695}
+   [2696] ∈ {2696}
+   [2697] ∈ {2697}
+   [2698] ∈ {2698}
+   [2699] ∈ {2699}
+   [2700] ∈ {2700}
+   [2701] ∈ {2701}
+   [2702] ∈ {2702}
+   [2703] ∈ {2703}
+   [2704] ∈ {2704}
+   [2705] ∈ {2705}
+   [2706] ∈ {2706}
+   [2707] ∈ {2707}
+   [2708] ∈ {2708}
+   [2709] ∈ {2709}
+   [2710] ∈ {2710}
+   [2711] ∈ {2711}
+   [2712] ∈ {2712}
+   [2713] ∈ {2713}
+   [2714] ∈ {2714}
+   [2715] ∈ {2715}
+   [2716] ∈ {2716}
+   [2717] ∈ {2717}
+   [2718] ∈ {2718}
+   [2719] ∈ {2719}
+   [2720] ∈ {2720}
+   [2721] ∈ {2721}
+   [2722] ∈ {2722}
+   [2723] ∈ {2723}
+   [2724] ∈ {2724}
+   [2725] ∈ {2725}
+   [2726] ∈ {2726}
+   [2727] ∈ {2727}
+   [2728] ∈ {2728}
+   [2729] ∈ {2729}
+   [2730] ∈ {2730}
+   [2731] ∈ {2731}
+   [2732] ∈ {2732}
+   [2733] ∈ {2733}
+   [2734] ∈ {2734}
+   [2735] ∈ {2735}
+   [2736] ∈ {2736}
+   [2737] ∈ {2737}
+   [2738] ∈ {2738}
+   [2739] ∈ {2739}
+   [2740] ∈ {2740}
+   [2741] ∈ {2741}
+   [2742] ∈ {2742}
+   [2743] ∈ {2743}
+   [2744] ∈ {2744}
+   [2745] ∈ {2745}
+   [2746] ∈ {2746}
+   [2747] ∈ {2747}
+   [2748] ∈ {2748}
+   [2749] ∈ {2749}
+   [2750] ∈ {2750}
+   [2751] ∈ {2751}
+   [2752] ∈ {2752}
+   [2753] ∈ {2753}
+   [2754] ∈ {2754}
+   [2755] ∈ {2755}
+   [2756] ∈ {2756}
+   [2757] ∈ {2757}
+   [2758] ∈ {2758}
+   [2759] ∈ {2759}
+   [2760] ∈ {2760}
+   [2761] ∈ {2761}
+   [2762] ∈ {2762}
+   [2763] ∈ {2763}
+   [2764] ∈ {2764}
+   [2765] ∈ {2765}
+   [2766] ∈ {2766}
+   [2767] ∈ {2767}
+   [2768] ∈ {2768}
+   [2769] ∈ {2769}
+   [2770] ∈ {2770}
+   [2771] ∈ {2771}
+   [2772] ∈ {2772}
+   [2773] ∈ {2773}
+   [2774] ∈ {2774}
+   [2775] ∈ {2775}
+   [2776] ∈ {2776}
+   [2777] ∈ {2777}
+   [2778] ∈ {2778}
+   [2779] ∈ {2779}
+   [2780] ∈ {2780}
+   [2781] ∈ {2781}
+   [2782] ∈ {2782}
+   [2783] ∈ {2783}
+   [2784] ∈ {2784}
+   [2785] ∈ {2785}
+   [2786] ∈ {2786}
+   [2787] ∈ {2787}
+   [2788] ∈ {2788}
+   [2789] ∈ {2789}
+   [2790] ∈ {2790}
+   [2791] ∈ {2791}
+   [2792] ∈ {2792}
+   [2793] ∈ {2793}
+   [2794] ∈ {2794}
+   [2795] ∈ {2795}
+   [2796] ∈ {2796}
+   [2797] ∈ {2797}
+   [2798] ∈ {2798}
+   [2799] ∈ {2799}
+   [2800] ∈ {2800}
+   [2801] ∈ {2801}
+   [2802] ∈ {2802}
+   [2803] ∈ {2803}
+   [2804] ∈ {2804}
+   [2805] ∈ {2805}
+   [2806] ∈ {2806}
+   [2807] ∈ {2807}
+   [2808] ∈ {2808}
+   [2809] ∈ {2809}
+   [2810] ∈ {2810}
+   [2811] ∈ {2811}
+   [2812] ∈ {2812}
+   [2813] ∈ {2813}
+   [2814] ∈ {2814}
+   [2815] ∈ {2815}
+   [2816] ∈ {2816}
+   [2817] ∈ {2817}
+   [2818] ∈ {2818}
+   [2819] ∈ {2819}
+   [2820] ∈ {2820}
+   [2821] ∈ {2821}
+   [2822] ∈ {2822}
+   [2823] ∈ {2823}
+   [2824] ∈ {2824}
+   [2825] ∈ {2825}
+   [2826] ∈ {2826}
+   [2827] ∈ {2827}
+   [2828] ∈ {2828}
+   [2829] ∈ {2829}
+   [2830] ∈ {2830}
+   [2831] ∈ {2831}
+   [2832] ∈ {2832}
+   [2833] ∈ {2833}
+   [2834] ∈ {2834}
+   [2835] ∈ {2835}
+   [2836] ∈ {2836}
+   [2837] ∈ {2837}
+   [2838] ∈ {2838}
+   [2839] ∈ {2839}
+   [2840] ∈ {2840}
+   [2841] ∈ {2841}
+   [2842] ∈ {2842}
+   [2843] ∈ {2843}
+   [2844] ∈ {2844}
+   [2845] ∈ {2845}
+   [2846] ∈ {2846}
+   [2847] ∈ {2847}
+   [2848] ∈ {2848}
+   [2849] ∈ {2849}
+   [2850] ∈ {2850}
+   [2851] ∈ {2851}
+   [2852] ∈ {2852}
+   [2853] ∈ {2853}
+   [2854] ∈ {2854}
+   [2855] ∈ {2855}
+   [2856] ∈ {2856}
+   [2857] ∈ {2857}
+   [2858] ∈ {2858}
+   [2859] ∈ {2859}
+   [2860] ∈ {2860}
+   [2861] ∈ {2861}
+   [2862] ∈ {2862}
+   [2863] ∈ {2863}
+   [2864] ∈ {2864}
+   [2865] ∈ {2865}
+   [2866] ∈ {2866}
+   [2867] ∈ {2867}
+   [2868] ∈ {2868}
+   [2869] ∈ {2869}
+   [2870] ∈ {2870}
+   [2871] ∈ {2871}
+   [2872] ∈ {2872}
+   [2873] ∈ {2873}
+   [2874] ∈ {2874}
+   [2875] ∈ {2875}
+   [2876] ∈ {2876}
+   [2877] ∈ {2877}
+   [2878] ∈ {2878}
+   [2879] ∈ {2879}
+   [2880] ∈ {2880}
+   [2881] ∈ {2881}
+   [2882] ∈ {2882}
+   [2883] ∈ {2883}
+   [2884] ∈ {2884}
+   [2885] ∈ {2885}
+   [2886] ∈ {2886}
+   [2887] ∈ {2887}
+   [2888] ∈ {2888}
+   [2889] ∈ {2889}
+   [2890] ∈ {2890}
+   [2891] ∈ {2891}
+   [2892] ∈ {2892}
+   [2893] ∈ {2893}
+   [2894] ∈ {2894}
+   [2895] ∈ {2895}
+   [2896] ∈ {2896}
+   [2897] ∈ {2897}
+   [2898] ∈ {2898}
+   [2899] ∈ {2899}
+   [2900] ∈ {2900}
+   [2901] ∈ {2901}
+   [2902] ∈ {2902}
+   [2903] ∈ {2903}
+   [2904] ∈ {2904}
+   [2905] ∈ {2905}
+   [2906] ∈ {2906}
+   [2907] ∈ {2907}
+   [2908] ∈ {2908}
+   [2909] ∈ {2909}
+   [2910] ∈ {2910}
+   [2911] ∈ {2911}
+   [2912] ∈ {2912}
+   [2913] ∈ {2913}
+   [2914] ∈ {2914}
+   [2915] ∈ {2915}
+   [2916] ∈ {2916}
+   [2917] ∈ {2917}
+   [2918] ∈ {2918}
+   [2919] ∈ {2919}
+   [2920] ∈ {2920}
+   [2921] ∈ {2921}
+   [2922] ∈ {2922}
+   [2923] ∈ {2923}
+   [2924] ∈ {2924}
+   [2925] ∈ {2925}
+   [2926] ∈ {2926}
+   [2927] ∈ {2927}
+   [2928] ∈ {2928}
+   [2929] ∈ {2929}
+   [2930] ∈ {2930}
+   [2931] ∈ {2931}
+   [2932] ∈ {2932}
+   [2933] ∈ {2933}
+   [2934] ∈ {2934}
+   [2935] ∈ {2935}
+   [2936] ∈ {2936}
+   [2937] ∈ {2937}
+   [2938] ∈ {2938}
+   [2939] ∈ {2939}
+   [2940] ∈ {2940}
+   [2941] ∈ {2941}
+   [2942] ∈ {2942}
+   [2943] ∈ {2943}
+   [2944] ∈ {2944}
+   [2945] ∈ {2945}
+   [2946] ∈ {2946}
+   [2947] ∈ {2947}
+   [2948] ∈ {2948}
+   [2949] ∈ {2949}
+   [2950] ∈ {2950}
+   [2951] ∈ {2951}
+   [2952] ∈ {2952}
+   [2953] ∈ {2953}
+   [2954] ∈ {2954}
+   [2955] ∈ {2955}
+   [2956] ∈ {2956}
+   [2957] ∈ {2957}
+   [2958] ∈ {2958}
+   [2959] ∈ {2959}
+   [2960] ∈ {2960}
+   [2961] ∈ {2961}
+   [2962] ∈ {2962}
+   [2963] ∈ {2963}
+   [2964] ∈ {2964}
+   [2965] ∈ {2965}
+   [2966] ∈ {2966}
+   [2967] ∈ {2967}
+   [2968] ∈ {2968}
+   [2969] ∈ {2969}
+   [2970] ∈ {2970}
+   [2971] ∈ {2971}
+   [2972] ∈ {2972}
+   [2973] ∈ {2973}
+   [2974] ∈ {2974}
+   [2975] ∈ {2975}
+   [2976] ∈ {2976}
+   [2977] ∈ {2977}
+   [2978] ∈ {2978}
+   [2979] ∈ {2979}
+   [2980] ∈ {2980}
+   [2981] ∈ {2981}
+   [2982] ∈ {2982}
+   [2983] ∈ {2983}
+   [2984] ∈ {2984}
+   [2985] ∈ {2985}
+   [2986] ∈ {2986}
+   [2987] ∈ {2987}
+   [2988] ∈ {2988}
+   [2989] ∈ {2989}
+   [2990] ∈ {2990}
+   [2991] ∈ {2991}
+   [2992] ∈ {2992}
+   [2993] ∈ {2993}
+   [2994] ∈ {2994}
+   [2995] ∈ {2995}
+   [2996] ∈ {2996}
+   [2997] ∈ {2997}
+   [2998] ∈ {2998}
+   [2999] ∈ {2999}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function init
+[from] Done for function init
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  t[1] FROM t[0]
+[from] Function init:
+  FROMTOP
+[from] Function main:
+  FROMTOP
+[from] ====== END OF DEPENDENCIES ======
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to init at tests/value/no_results.c:19 (by main):
+  FROMTOP
+[from] call to f at tests/value/no_results.c:20 (by main):
+  t[1] FROM t[0]
+[from] entry point:
+  FROMTOP
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          t[1]
+[inout] Inputs for function f:
+          t[0]
+[inout] InOut (internal) for function f:
+        Operational inputs:
+          t[0]
+        Operational inputs on termination:
+          t[0]
+        Sure outputs:
+          t[1]
+[inout] Out (internal) for function init:
+          ANYTHING(origin:Unknown)
+[inout] Inputs for function init:
+          \nothing
+[inout] InOut (internal) for function init:
+        Operational inputs:
+          ANYTHING(origin:Unknown)
+        Operational inputs on termination:
+          ANYTHING(origin:Unknown)
+        Sure outputs:
+          \nothing
+[inout] Out (internal) for function main:
+          ANYTHING(origin:Unknown)
+[inout] Inputs for function main:
+          t[0]
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          ANYTHING(origin:Unknown)
+        Operational inputs on termination:
+          ANYTHING(origin:Unknown)
+        Sure outputs:
+          t[1]
diff --git a/tests/value/oracle_symblocs/non_iso_initializer.err.oracle b/tests/value/oracle_symblocs/non_iso_initializer.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/non_iso_initializer.res.oracle b/tests/value/oracle_symblocs/non_iso_initializer.res.oracle
new file mode 100644
index 00000000000..156e2e54e9d
--- /dev/null
+++ b/tests/value/oracle_symblocs/non_iso_initializer.res.oracle
@@ -0,0 +1,26 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/non_iso_initializer.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G0 ∈ {42}
+  G1 ∈ {21}
+  G2 ∈ {63}
+  G3 ∈ {-1}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G3 ∈ {105}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  G3 FROM G0; G2
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G3
+[inout] Inputs for function main:
+          G0; G2
diff --git a/tests/value/oracle_symblocs/non_natural.err.oracle b/tests/value/oracle_symblocs/non_natural.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/non_natural.res.oracle b/tests/value/oracle_symblocs/non_natural.res.oracle
new file mode 100644
index 00000000000..55819a4f8b2
--- /dev/null
+++ b/tests/value/oracle_symblocs/non_natural.res.oracle
@@ -0,0 +1,237 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/non_natural.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/non_natural.i:63.
+tests/value/non_natural.i:13:[kernel] warning: Non-natural loop detected.
+[value] Called Frama_C_show_each({0})
+[value] Called Frama_C_show_each({0; 1})
+[value] Called Frama_C_show_each({0; 1; 2})
+[value] Called Frama_C_show_each({0; 1; 2; 3})
+[value] Called Frama_C_show_each([0..999999])
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/non_natural.i:64.
+[value] computing for function duff1 <- main2 <- main.
+        Called from tests/value/non_natural.i:57.
+tests/value/non_natural.i:21:[kernel] warning: Non-natural loop detected.
+tests/value/non_natural.i:21:[value] entering loop for the first time
+[value] Called Frama_C_show_each({{ &p2 }})
+[value] Called Frama_C_show_each({{ &p2 + {0; 32} }})
+[value] Called Frama_C_show_each({{ &p2 + {0; 32; 64} }})
+[value] Called Frama_C_show_each({{ &p2 + {0; 32; 64; 96} }})
+[value] Called Frama_C_show_each({{ &p2 + {0; 32; 64; 96; 128} }})
+[value] Called Frama_C_show_each({{ &p2 + [0..399968],0%32 }})
+tests/value/non_natural.i:23:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:23:[kernel] more than 200(12500) elements to enumerate. Approximating.
+tests/value/non_natural.i:24:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:24:[kernel] more than 200(12500) elements to enumerate. Approximating.
+tests/value/non_natural.i:25:[value] warning: out of bounds read. assert \valid_read(tmp_4);
+                                     (tmp_4 from from++)
+tests/value/non_natural.i:25:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:25:[kernel] more than 200(12500) elements to enumerate. Approximating.
+tests/value/non_natural.i:26:[value] warning: out of bounds read. assert \valid_read(tmp_6);
+                                     (tmp_6 from from++)
+tests/value/non_natural.i:26:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:26:[kernel] more than 200(12500) elements to enumerate. Approximating.
+tests/value/non_natural.i:27:[value] warning: out of bounds read. assert \valid_read(tmp_8);
+                                     (tmp_8 from from++)
+tests/value/non_natural.i:27:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:27:[kernel] more than 200(12500) elements to enumerate. Approximating.
+tests/value/non_natural.i:28:[value] warning: out of bounds read. assert \valid_read(tmp_10);
+                                     (tmp_10 from from++)
+tests/value/non_natural.i:28:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:28:[kernel] more than 200(12500) elements to enumerate. Approximating.
+tests/value/non_natural.i:29:[value] warning: out of bounds read. assert \valid_read(tmp_12);
+                                     (tmp_12 from from++)
+tests/value/non_natural.i:29:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:29:[kernel] more than 200(12500) elements to enumerate. Approximating.
+tests/value/non_natural.i:30:[value] warning: out of bounds read. assert \valid_read(tmp_14);
+                                     (tmp_14 from from++)
+tests/value/non_natural.i:30:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:30:[kernel] more than 200(12500) elements to enumerate. Approximating.
+[value] Called Frama_C_show_each({{ &p2 + [0..400000],0%32 }})
+tests/value/non_natural.i:23:[value] warning: out of bounds write. assert \valid(tmp);
+                                      (tmp from to++)
+tests/value/non_natural.i:23:[value] warning: out of bounds read. assert \valid_read(tmp_0);
+                                     (tmp_0 from from++)
+tests/value/non_natural.i:24:[value] warning: out of bounds write. assert \valid(tmp_1);
+                                      (tmp_1 from to++)
+tests/value/non_natural.i:24:[value] warning: out of bounds read. assert \valid_read(tmp_2);
+                                     (tmp_2 from from++)
+tests/value/non_natural.i:25:[value] warning: out of bounds write. assert \valid(tmp_3);
+                                      (tmp_3 from to++)
+tests/value/non_natural.i:26:[value] warning: out of bounds write. assert \valid(tmp_5);
+                                      (tmp_5 from to++)
+tests/value/non_natural.i:27:[value] warning: out of bounds write. assert \valid(tmp_7);
+                                      (tmp_7 from to++)
+tests/value/non_natural.i:28:[value] warning: out of bounds write. assert \valid(tmp_9);
+                                      (tmp_9 from to++)
+tests/value/non_natural.i:29:[value] warning: out of bounds write. assert \valid(tmp_11);
+                                      (tmp_11 from to++)
+tests/value/non_natural.i:30:[value] warning: out of bounds write. assert \valid(tmp_13);
+                                      (tmp_13 from to++)
+[value] Called Frama_C_show_each({{ &p2 + [0..--],0%32 }})
+[value] Recording results for duff1
+[value] Done for function duff1
+tests/value/non_natural.i:58:[value] warning: accessing out of bounds index. assert 0 ≤ o;
+tests/value/non_natural.i:58:[value] warning: accessing out of bounds index. assert o < 100002;
+[value] computing for function duff2 <- main2 <- main.
+        Called from tests/value/non_natural.i:59.
+tests/value/non_natural.i:38:[kernel] warning: Non-natural loop detected.
+[value] Called Frama_C_show_each({{ &p2 }})
+[value] Called Frama_C_show_each({{ &p2 + {0; 32} }})
+[value] Called Frama_C_show_each({{ &p2 + {0; 32; 64} }})
+[value] Called Frama_C_show_each({{ &p2 + [0..399968],0%32 }})
+tests/value/non_natural.i:39:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:39:[kernel] more than 200(12500) elements to enumerate. Approximating.
+tests/value/non_natural.i:40:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:41:[value] warning: out of bounds read. assert \valid_read(tmp_4);
+                                     (tmp_4 from from++)
+tests/value/non_natural.i:41:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:42:[value] warning: out of bounds read. assert \valid_read(tmp_6);
+                                     (tmp_6 from from++)
+tests/value/non_natural.i:42:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:43:[value] warning: out of bounds read. assert \valid_read(tmp_8);
+                                     (tmp_8 from from++)
+tests/value/non_natural.i:43:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:44:[value] warning: out of bounds read. assert \valid_read(tmp_10);
+                                     (tmp_10 from from++)
+tests/value/non_natural.i:44:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:45:[value] warning: out of bounds read. assert \valid_read(tmp_12);
+                                     (tmp_12 from from++)
+tests/value/non_natural.i:45:[kernel] more than 200(12500) locations to update in array. Approximating.
+tests/value/non_natural.i:46:[value] warning: out of bounds read. assert \valid_read(tmp_14);
+                                     (tmp_14 from from++)
+tests/value/non_natural.i:46:[kernel] more than 200(12500) locations to update in array. Approximating.
+[value] Called Frama_C_show_each({{ &p2 + [0..400000],0%32 }})
+tests/value/non_natural.i:39:[value] warning: out of bounds write. assert \valid(tmp);
+                                      (tmp from to++)
+tests/value/non_natural.i:39:[value] warning: out of bounds read. assert \valid_read(tmp_0);
+                                     (tmp_0 from from++)
+tests/value/non_natural.i:40:[value] warning: out of bounds write. assert \valid(tmp_1);
+                                      (tmp_1 from to++)
+tests/value/non_natural.i:40:[value] warning: out of bounds read. assert \valid_read(tmp_2);
+                                     (tmp_2 from from++)
+tests/value/non_natural.i:41:[value] warning: out of bounds write. assert \valid(tmp_3);
+                                      (tmp_3 from to++)
+tests/value/non_natural.i:42:[value] warning: out of bounds write. assert \valid(tmp_5);
+                                      (tmp_5 from to++)
+tests/value/non_natural.i:43:[value] warning: out of bounds write. assert \valid(tmp_7);
+                                      (tmp_7 from to++)
+tests/value/non_natural.i:44:[value] warning: out of bounds write. assert \valid(tmp_9);
+                                      (tmp_9 from to++)
+tests/value/non_natural.i:45:[value] warning: out of bounds write. assert \valid(tmp_11);
+                                      (tmp_11 from to++)
+tests/value/non_natural.i:46:[value] warning: out of bounds write. assert \valid(tmp_13);
+                                      (tmp_13 from to++)
+[value] Called Frama_C_show_each({{ &p2 + [0..--],0%32 }})
+[value] Recording results for duff2
+[value] Done for function duff2
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function duff1:
+  to ∈ {{ &p2 + [32..--],0%32 }}
+  from ∈ {{ &p1 + [32..--],0%32 }}
+  n ∈ {0}
+  p2[0..99999] ∈ {1} or UNINITIALIZED
+[value:final-states] Values at end of function duff2:
+  to ∈ {{ &p2 + [32..--],0%32 }}
+  from ∈ {{ &p1 + [32..--],0%32 }}
+  n ∈ {0}
+  p2[0..99999] ∈ {1; 2} or UNINITIALIZED
+[value:final-states] Values at end of function main1:
+  c ∈ {1000000}
+tests/value/non_natural.i:23:[kernel] more than 200(12501) elements to enumerate. Approximating.
+tests/value/non_natural.i:24:[kernel] more than 200(12501) elements to enumerate. Approximating.
+[value:final-states] Values at end of function main2:
+  p1[0..100001] ∈ {1; 2} or UNINITIALIZED
+  p2[0..99999] ∈ {1; 2} or UNINITIALIZED
+  o ∈ [0..100001]
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function duff1
+tests/value/non_natural.i:23:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:24:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:25:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:26:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:27:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:28:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:29:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:30:[kernel] more than 200(12500) dependencies to update. Approximating.
+[from] Done for function duff1
+[from] Computing for function duff2
+tests/value/non_natural.i:39:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:40:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:41:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:42:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:43:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:44:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:45:[kernel] more than 200(12500) dependencies to update. Approximating.
+tests/value/non_natural.i:46:[kernel] more than 200(12500) dependencies to update. Approximating.
+[from] Done for function duff2
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function duff1:
+  p2[0] FROM to; from; count; p1[0..100000] (and SELF)
+    [1..99992] FROM to; from; count; p1[0..100001] (and SELF)
+    [99993] FROM to; from; count; p1[1..100001] (and SELF)
+    [99994] FROM to; from; count; p1[2..99999] (and SELF)
+    [99995] FROM to; from; count; p1[3..99999] (and SELF)
+    [99996] FROM to; from; count; p1[4..99999] (and SELF)
+    [99997] FROM to; from; count; p1[5..99999] (and SELF)
+    [99998] FROM to; from; count; p1[6..99999] (and SELF)
+    [99999] FROM to; from; count; p1[7..99999] (and SELF)
+[from] Function duff2:
+  p2[0] FROM to; from; count; p1[0..100000] (and SELF)
+    [1..99992] FROM to; from; count; p1[0..100001] (and SELF)
+    [99993] FROM to; from; count; p1[1..100001] (and SELF)
+    [99994] FROM to; from; count; p1[2..99999] (and SELF)
+    [99995] FROM to; from; count; p1[3..99999] (and SELF)
+    [99996] FROM to; from; count; p1[4..99999] (and SELF)
+    [99997] FROM to; from; count; p1[5..99999] (and SELF)
+    [99998] FROM to; from; count; p1[6..99999] (and SELF)
+    [99999] FROM to; from; count; p1[7..99999] (and SELF)
+[from] Function main1:
+  NO EFFECTS
+[from] Function main2:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function duff1:
+          to; from; n; tmp; tmp_0; tmp_1; tmp_2; tmp_3; tmp_4; tmp_5; tmp_6; 
+          tmp_7; tmp_8; tmp_9; tmp_10; tmp_11; tmp_12; tmp_13; tmp_14; p2[0..99999]
+[inout] Inputs for function duff1:
+          p1[0..100001]
+[inout] Out (internal) for function duff2:
+          to; from; n; tmp; tmp_0; tmp_1; tmp_2; tmp_3; tmp_4; tmp_5; tmp_6; 
+          tmp_7; tmp_8; tmp_9; tmp_10; tmp_11; tmp_12; tmp_13; tmp_14; p2[0..99999]
+[inout] Inputs for function duff2:
+          p1[0..100001]
+[inout] Out (internal) for function main1:
+          c
+[inout] Inputs for function main1:
+          v
+[inout] Out (internal) for function main2:
+          p1[0..100001]; p2[0..99999]; o
+[inout] Inputs for function main2:
+          v
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/nonlin.err.oracle b/tests/value/oracle_symblocs/nonlin.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/nonlin.res.oracle b/tests/value/oracle_symblocs/nonlin.res.oracle
new file mode 100644
index 00000000000..d93e3ff02db
--- /dev/null
+++ b/tests/value/oracle_symblocs/nonlin.res.oracle
@@ -0,0 +1,42 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/nonlin.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  vs ∈ [--..--]
+tests/value/nonlin.c:10:[value:nonlin] non-linear '((int)z + 675) * ((int)z + 675)', lv 'z'
+tests/value/nonlin.c:11:[value:nonlin] non-linear '((int)z + 17817) * ((int)z + 17817)', lv 'z'
+tests/value/nonlin.c:11:[value] warning: signed overflow.
+                 assert (int)((int)z+17817)*(int)((int)z+17817) ≤ 2147483647;
+tests/value/nonlin.c:18:[value:nonlin] non-linear 'i1 * i1', lv 'i1'
+tests/value/nonlin.c:18:[value:nonlin] non-linear '(i2 + (long long)3) * (i2 + (long long)3)', lv 'i2'
+tests/value/nonlin.c:22:[value] warning: assertion got status unknown.
+tests/value/nonlin.c:23:[value:nonlin] non-linear '(int)idx * (int)idx', lv 'idx'
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  z ∈ [-32768..28523]
+  k ∈ [-2..1118367364]
+  l ∈ [0..2147395600]
+  x ∈ {8}
+  p ∈ {{ &x + {32} }}
+  i1 ∈ [-32768..32767]
+  i2 ∈ [-32768..32767]
+  r ∈ [-2..2147614724]
+  t[0..100] ∈ {1} or UNINITIALIZED
+   [101] ∈ UNINITIALIZED
+  idx ∈ [0..10]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          z; k; l; x; p; i1; i2; r; t[0..100]; idx
+[inout] Inputs for function main:
+          v; vs
diff --git a/tests/value/oracle_symblocs/noreturn.err.oracle b/tests/value/oracle_symblocs/noreturn.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/noreturn.res.oracle b/tests/value/oracle_symblocs/noreturn.res.oracle
new file mode 100644
index 00000000000..9cfce259c4a
--- /dev/null
+++ b/tests/value/oracle_symblocs/noreturn.res.oracle
@@ -0,0 +1,113 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/noreturn.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/value/noreturn.i:22:[value] warning: global initialization of volatile variable v ignored
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+[value] computing for function warn_may_never_end <- main.
+        Called from tests/value/noreturn.i:26.
+tests/value/noreturn.i:20:[value] entering loop for the first time
+[value] Recording results for warn_may_never_end
+[value] Done for function warn_may_never_end
+[value] computing for function warn_may_never_end <- main.
+        Called from tests/value/noreturn.i:27.
+[value] Recording results for warn_may_never_end
+[value] Done for function warn_may_never_end
+[value] computing for function warn_never_ends <- main.
+        Called from tests/value/noreturn.i:28.
+tests/value/noreturn.i:16:[value] entering loop for the first time
+[value] Recording results for warn_never_ends
+[value] Done for function warn_never_ends
+[value] computing for function stop <- main.
+        Called from tests/value/noreturn.i:29.
+tests/value/noreturn.i:29:[kernel] warning: Neither code nor specification for function stop, generating default assigns from the prototype
+[value] using specification for function stop
+[value] Done for function stop
+[value] computing for function haltme <- main.
+        Called from tests/value/noreturn.i:30.
+tests/value/noreturn.i:30:[kernel] warning: Neither code nor specification for function haltme, generating default assigns from the prototype
+[value] using specification for function haltme
+[value] Done for function haltme
+[value] computing for function never_ends <- main.
+        Called from tests/value/noreturn.i:31.
+tests/value/noreturn.i:7:[value] entering loop for the first time
+[value] Recording results for never_ends
+[value] Done for function never_ends
+[value] computing for function should_never_end <- main.
+        Called from tests/value/noreturn.i:32.
+tests/value/noreturn.i:13:[value] entering loop for the first time
+[value] Recording results for should_never_end
+tests/value/noreturn.i:13:[value] warning: function should_never_end may terminate but has the noreturn attribute
+[value] Done for function should_never_end
+[value] computing for function should_never_end <- main.
+        Called from tests/value/noreturn.i:33.
+[value] Recording results for should_never_end
+[value] Done for function should_never_end
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function never_ends:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function should_never_end:
+  
+[value:final-states] Values at end of function warn_may_never_end:
+  
+[value:final-states] Values at end of function warn_never_ends:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  x ∈ {0}
+[from] Computing for function never_ends
+[from] Non-terminating function never_ends (no dependencies)
+[from] Done for function never_ends
+[from] Computing for function should_never_end
+[from] Done for function should_never_end
+[from] Computing for function warn_may_never_end
+[from] Done for function warn_may_never_end
+[from] Computing for function warn_never_ends
+[from] Non-terminating function warn_never_ends (no dependencies)
+[from] Done for function warn_never_ends
+[from] Computing for function main
+[from] Computing for function stop <-main
+[from] Done for function stop
+[from] Computing for function haltme <-main
+[from] Done for function haltme
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function haltme:
+  \result FROM \nothing
+[from] Function never_ends:
+  NON TERMINATING - NO EFFECTS
+[from] Function should_never_end:
+  NO EFFECTS
+[from] Function stop:
+  NO EFFECTS
+[from] Function warn_may_never_end:
+  NO EFFECTS
+[from] Function warn_never_ends:
+  NON TERMINATING - NO EFFECTS
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function never_ends:
+          \nothing
+[inout] Inputs for function never_ends:
+          \nothing
+[inout] Out (internal) for function should_never_end:
+          \nothing
+[inout] Inputs for function should_never_end:
+          \nothing
+[inout] Out (internal) for function warn_may_never_end:
+          \nothing
+[inout] Inputs for function warn_may_never_end:
+          \nothing
+[inout] Out (internal) for function warn_never_ends:
+          \nothing
+[inout] Inputs for function warn_never_ends:
+          \nothing
+[inout] Out (internal) for function main:
+          x
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/not.err.oracle b/tests/value/oracle_symblocs/not.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/not.res.oracle b/tests/value/oracle_symblocs/not.res.oracle
new file mode 100644
index 00000000000..610f0ac332f
--- /dev/null
+++ b/tests/value/oracle_symblocs/not.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/not.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {0; 1}
+  loc ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  x FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; loc
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/not_ct_array_arg.err.oracle b/tests/value/oracle_symblocs/not_ct_array_arg.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/not_ct_array_arg.res.oracle b/tests/value/oracle_symblocs/not_ct_array_arg.res.oracle
new file mode 100644
index 00000000000..189510084bb
--- /dev/null
+++ b/tests/value/oracle_symblocs/not_ct_array_arg.res.oracle
@@ -0,0 +1,65 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/not_ct_array_arg.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+tests/value/not_ct_array_arg.i:9:[value] warning: during initialization of variable 'tb', size of type 'int [a]' cannot be
+                 computed (Array with non-constant length.)
+tests/value/not_ct_array_arg.i:10:[value] warning: out of bounds write. assert \valid((int *)tb);
+[value] DUMPING STATE of file tests/value/not_ct_array_arg.i line 11
+        v ∈ [--..--]
+        a ∈ [--..--]
+        tb ∈ {{ (int (*)[a])&S_tb }}
+        tc ∈ {{ NULL ; &S_tc[0] }}
+        S_tc[0..1][0..9] ∈ [--..--]
+        S_tb[bits 0 to 31] ∈ {1}
+            [bits 32 to ..] ∈ [--..--] or UNINITIALIZED
+        =END OF DUMP==
+tests/value/not_ct_array_arg.i:12:[value] warning: out of bounds write. assert \valid(&(*(tb+9))[100]);
+[value] DUMPING STATE of file tests/value/not_ct_array_arg.i line 13
+        v ∈ [--..--]
+        a ∈ [--..--]
+        tb ∈ {{ (int (*)[a])&S_tb }}
+        tc ∈ {{ NULL ; &S_tc[0] }}
+        S_tc[0..1][0..9] ∈ [--..--]
+        S_tb[bits 0 to 31] ∈
+            {{ garbled mix of &{tb}
+             (origin: Misaligned {tests/value/not_ct_array_arg.i:12}) }}
+            [bits 32 to ..] ∈
+            {{ garbled mix of &{tb}
+             (origin: Misaligned {tests/value/not_ct_array_arg.i:12}) }} or UNINITIALIZED
+        =END OF DUMP==
+tests/value/not_ct_array_arg.i:14:[value] warning: out of bounds write. assert \valid(&(*(tc+1))[1]);
+tests/value/not_ct_array_arg.i:16:[value] warning: accessing out of bounds index. assert 16 < 10;
+tests/value/not_ct_array_arg.i:16:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main
+[value] done for function main
+tests/value/not_ct_array_arg.i:16:[value] assertion 'Value,index_bound' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  S_tc{[0][0..9]; [1][0]} ∈ [--..--]
+      [1][1] ∈ {3}
+      [1][2..9] ∈ [--..--]
+  S_tb[bits 0 to 31] ∈
+      {{ garbled mix of &{tb}
+       (origin: Misaligned {tests/value/not_ct_array_arg.i:12}) }}
+      [bits 32 to ..] ∈
+      {{ garbled mix of &{tb}
+       (origin: Misaligned {tests/value/not_ct_array_arg.i:12}) }} or UNINITIALIZED
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  S_tc[1][1] FROM tc
+  S_tb[bits 0 to 31] FROM tb
+      [bits 32 to ..] FROM tb (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          S_tc[1][1]; S_tb[bits 0 to ..]
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/null_lt_valid.err.oracle b/tests/value/oracle_symblocs/null_lt_valid.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/null_lt_valid.res.oracle b/tests/value/oracle_symblocs/null_lt_valid.res.oracle
new file mode 100644
index 00000000000..5464cd2a2de
--- /dev/null
+++ b/tests/value/oracle_symblocs/null_lt_valid.res.oracle
@@ -0,0 +1,90 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/null_lt_valid.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..22] ∈ {0}
+  p ∈ {0}
+  q ∈ {0}
+  r ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/null_lt_valid.i:27.
+tests/value/null_lt_valid.i:5:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)p, (void *)((int *)t));
+tests/value/null_lt_valid.i:6:[value] warning: out of bounds write. assert \valid(p);
+tests/value/null_lt_valid.i:6:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/null_lt_valid.i:30.
+tests/value/null_lt_valid.i:11:[value] warning: pointer comparison. assert \pointer_comparable((void *)q, (void *)(&t[22]));
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function h <- main.
+        Called from tests/value/null_lt_valid.i:33.
+tests/value/null_lt_valid.i:19:[value] warning: pointer comparison. assert \pointer_comparable((void *)r, (void *)(&t[22]));
+[value] Recording results for h
+[value] Done for function h
+tests/value/null_lt_valid.i:34:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)p, (void *)((int *)t));
+tests/value/null_lt_valid.i:35:[value] warning: pointer comparison. assert \pointer_comparable((void *)q, (void *)(&t[22]));
+tests/value/null_lt_valid.i:36:[value] warning: pointer comparison. assert \pointer_comparable((void *)r, (void *)(&t[22]));
+[value] Recording results for main
+[value] done for function main
+tests/value/null_lt_valid.i:6:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function g:
+  q1 ∈ {{ NULL ; &t + [0..60],0%4 }}
+[value:final-states] Values at end of function h:
+  r1 ∈ {{ NULL ; &t + [0..84],0%4 }} or UNINITIALIZED
+  r2 ∈ {{ &t + [88..124],0%4 }} or UNINITIALIZED
+[value:final-states] Values at end of function main:
+  t[0] ∈ {1}
+   [1..2] ∈ {0; 1}
+   [3..22] ∈ {0}
+  q ∈ {{ NULL ; &t + [0..60],0%4 }}
+  r ∈ {{ NULL ; &t + [0..124],0%4 }}
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Non-terminating function f (no dependencies)
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  NON TERMINATING - NO EFFECTS
+[from] Function g:
+  NO EFFECTS
+[from] Function h:
+  NO EFFECTS
+[from] Function main:
+  t[0] FROM p
+   [1..2] FROM p; c
+  q FROM p; c
+  r FROM p; c
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          p
+[inout] Out (internal) for function g:
+          q1
+[inout] Inputs for function g:
+          q
+[inout] Out (internal) for function h:
+          r1; r2
+[inout] Inputs for function h:
+          r
+[inout] Out (internal) for function main:
+          t[0..2]; q; r; __retres
+[inout] Inputs for function main:
+          p; q; r
diff --git a/tests/value/oracle_symblocs/offset_misaligned.err.oracle b/tests/value/oracle_symblocs/offset_misaligned.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/offset_misaligned.res.oracle b/tests/value/oracle_symblocs/offset_misaligned.res.oracle
new file mode 100644
index 00000000000..a07eb1e81c3
--- /dev/null
+++ b/tests/value/oracle_symblocs/offset_misaligned.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/offset_misaligned.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..299] ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0] ∈ {1}
+   [bits 8 to 39] ∈ {2}
+   [5..9] ∈ {0}
+   [10..265] ∈ {0; 3}
+   [266..299] ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t[0..4] FROM \nothing
+   [10..265] FROM u (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t{[0..4]; [10..265]}; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/offset_neg.err.oracle b/tests/value/oracle_symblocs/offset_neg.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/offset_neg.res.oracle b/tests/value/oracle_symblocs/offset_neg.res.oracle
new file mode 100644
index 00000000000..e72e49070ee
--- /dev/null
+++ b/tests/value/oracle_symblocs/offset_neg.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/offset_neg.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  mem[0] ∈ {0}
+  addr ∈ {{ &mem[0] }}
+  off ∈ {18446744073709551615}
+  G[0..4] ∈ {0}
+[value] DUMPING STATE of file tests/value/offset_neg.i line 8
+        mem[0] ∈ {0}
+        addr ∈ {{ &mem + {18446744073709551616} }}
+        off ∈ {18446744073709551615}
+        G[0..4] ∈ {0}
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/offset_neg.i:9:[value] warning: accessing out of bounds index. assert 0 ≤ (int)(-1);
+tests/value/offset_neg.i:9:[value] warning: accessing out of bounds index. assert (int)(-1) < 5;
+tests/value/offset_neg.i:9:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main
+[value] done for function main
+tests/value/offset_neg.i:9:[value] assertion 'Value,index_bound' got final status valid.
+tests/value/offset_neg.i:9:[value] assertion 'Value,index_bound' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          addr
+[inout] Inputs for function main:
+          addr; off
diff --git a/tests/value/oracle_symblocs/offset_top.err.oracle b/tests/value/oracle_symblocs/offset_top.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/offset_top.res.oracle b/tests/value/oracle_symblocs/offset_top.res.oracle
new file mode 100644
index 00000000000..e4d179ee291
--- /dev/null
+++ b/tests/value/oracle_symblocs/offset_top.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/offset_top.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 0 to 2047] ∈ [--..--]
+  T ∈ {0}
+  TAB[0..9] ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {{ &TAB + [-8589934592..8589934588],0%4 }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i
+[inout] Inputs for function main:
+          NULL[0..3]; T
diff --git a/tests/value/oracle_symblocs/origin.0.err.oracle b/tests/value/oracle_symblocs/origin.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/origin.0.res.oracle b/tests/value/oracle_symblocs/origin.0.res.oracle
new file mode 100644
index 00000000000..57b0ba4fd8e
--- /dev/null
+++ b/tests/value/oracle_symblocs/origin.0.res.oracle
@@ -0,0 +1,354 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/origin.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  aa2 ∈ {0}
+  p ∈ {0}
+  pa1 ∈ {0}
+  pa2 ∈ {0}
+  qa2 ∈ {0}
+  pa3 ∈ {0}
+  q ∈ {0}
+  t[0..11] ∈ {0}
+  tt[0..9] ∈ {0}
+  ta1[0..9] ∈ {0}
+  ta2[0..9] ∈ {0}
+  ta3[0..9] ∈ {0}
+  tta2[0..9] ∈ {0}
+  l1 ∈ {0}
+  l2 ∈ {0}
+  l3 ∈ {0}
+  pl ∈ {0}
+  Tm1[0] ∈ {{ &a }}
+     [1] ∈ {{ &b }}
+  Tm2[0] ∈ {{ &a }}
+     [1] ∈ {{ &b }}
+  Tm3[0] ∈ {{ &a }}
+     [1] ∈ {{ &b }}
+  Tm4[0] ∈ {{ &a }}
+     [1] ∈ {{ &b }}
+  pm1 ∈ {0}
+  pm2 ∈ {0}
+  qm2 ∈ {0}
+  pun ∈ {0}
+  pun2 ∈ {0}
+  qun2 ∈ {0}
+  random ∈ [--..--]
+  esc1 ∈ {0}
+  esc2 ∈ {0}
+  esc3 ∈ {0}
+  esc4 ∈ {0}
+  esc5 ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  v.c ∈ {1}
+   .[bits 8 to 15] ∈ {0}
+   .i ∈ {2}
+   .p ∈ {{ &x }}
+   .t[0] ∈ {{ &y }}
+   .t[1] ∈ {0}
+[value] computing for function origin_arithmetic_1 <- main.
+        Called from tests/value/origin.i:92.
+tests/value/origin.i:14:[value] warning: signed overflow. assert -2147483648 ≤ -((int)((int *)ta1));
+tests/value/origin.i:14:[value] warning: signed overflow. assert -((int)((int *)ta1)) ≤ 2147483647;
+tests/value/origin.i:14:[value] Assigning imprecise value to pa1.
+        The imprecision originates from Arithmetic {tests/value/origin.i:14}
+tests/value/origin.i:15:[value] warning: out of bounds write. assert \valid(pa1);
+[value] Recording results for origin_arithmetic_1
+[value] Done for function origin_arithmetic_1
+[value] computing for function origin_arithmetic_2 <- main.
+        Called from tests/value/origin.i:93.
+tests/value/origin.i:19:[value] warning: signed overflow. assert -2147483648 ≤ -((int)((int *)ta2));
+tests/value/origin.i:19:[value] warning: signed overflow. assert -((int)((int *)ta2)) ≤ 2147483647;
+tests/value/origin.i:19:[value] Assigning imprecise value to pa2.
+        The imprecision originates from Arithmetic {tests/value/origin.i:19}
+tests/value/origin.i:20:[value] Assigning imprecise value to qa2.
+        The imprecision originates from Arithmetic {tests/value/origin.i:19}
+tests/value/origin.i:20:[value] warning: signed overflow. assert -2147483648 ≤ -((int)((int *)tta2));
+tests/value/origin.i:20:[value] warning: signed overflow. assert -((int)((int *)tta2)) ≤ 2147483647;
+tests/value/origin.i:20:[value] Assigning imprecise value to qa2.
+        The imprecision originates from Arithmetic {tests/value/origin.i:20}
+tests/value/origin.i:21:[value] warning: out of bounds write. assert \valid(qa2);
+[value] Recording results for origin_arithmetic_2
+[value] Done for function origin_arithmetic_2
+[value] computing for function origin_arithmetic_3 <- main.
+        Called from tests/value/origin.i:94.
+tests/value/origin.i:25:[value] warning: signed overflow. assert -2147483648 ≤ -((int)((int *)ta3));
+tests/value/origin.i:25:[value] warning: signed overflow. assert -((int)((int *)ta3)) ≤ 2147483647;
+tests/value/origin.i:25:[value] Assigning imprecise value to pa3.
+        The imprecision originates from Arithmetic {tests/value/origin.i:25}
+tests/value/origin.i:26:[value] warning: out of bounds write. assert \valid(pa3);
+[value] Recording results for origin_arithmetic_3
+[value] Done for function origin_arithmetic_3
+[value] computing for function origin_leaf_1 <- main.
+        Called from tests/value/origin.i:95.
+[value] computing for function g <- origin_leaf_1 <- main.
+        Called from tests/value/origin.i:36.
+tests/value/origin.i:36:[kernel] warning: Neither code nor specification for function g, generating default assigns from the prototype
+[value] using specification for function g
+[value] Done for function g
+[value] Recording results for origin_leaf_1
+[value] Done for function origin_leaf_1
+[value] computing for function g <- main.
+        Called from tests/value/origin.i:97.
+[value] Done for function g
+tests/value/origin.i:97:[value] warning: signed overflow. assert -2147483648 ≤ l2+tmp;
+                                  (tmp from g())
+tests/value/origin.i:97:[value] warning: signed overflow. assert l2+tmp ≤ 2147483647;
+                                  (tmp from g())
+[value] computing for function gp <- main.
+        Called from tests/value/origin.i:98.
+tests/value/origin.i:98:[kernel] warning: Neither code nor specification for function gp, generating default assigns from the prototype
+[value] using specification for function gp
+[value] Done for function gp
+tests/value/origin.i:99:[value] warning: out of bounds read. assert \valid_read(pl);
+[value] computing for function origin_misalign_1 <- main.
+        Called from tests/value/origin.i:100.
+tests/value/origin.i:47:[value] warning: out of bounds write. assert \valid(pm1);
+[value] Recording results for origin_misalign_1
+[value] Done for function origin_misalign_1
+[value] computing for function origin_misalign_2 <- main.
+        Called from tests/value/origin.i:101.
+tests/value/origin.i:52:[value] Assigning imprecise value to qm2.
+        The imprecision originates from Misaligned {tests/value/origin.i:52}
+tests/value/origin.i:53:[value] Reading left-value qm2.
+        It contains a garbled mix of {a; b} because of Misaligned
+        {tests/value/origin.i:52}.
+[value] Called Frama_C_show_each({{ garbled mix of &{a; b}
+                                 (origin: Misaligned {tests/value/origin.i:52}) }})
+tests/value/origin.i:54:[value] warning: out of bounds write. assert \valid(qm2);
+[value] Recording results for origin_misalign_2
+[value] Done for function origin_misalign_2
+[value] computing for function origin_uninitialized_1 <- main.
+        Called from tests/value/origin.i:104.
+[value] Recording results for origin_uninitialized_1
+[value] Done for function origin_uninitialized_1
+[value] computing for function origin_uninitialized_2 <- main.
+        Called from tests/value/origin.i:105.
+tests/value/origin.i:73:[value] warning: accessing uninitialized left-value. assert \initialized(&pun2);
+tests/value/origin.i:73:[value] warning: accessing uninitialized left-value. assert \initialized(&i);
+[value] Recording results for origin_uninitialized_2
+[value] Done for function origin_uninitialized_2
+[value] computing for function local_escape_1 <- main.
+        Called from tests/value/origin.i:106.
+tests/value/origin.i:83:[value] warning: signed overflow. assert -2147483648 ≤ -((int)(&arg));
+tests/value/origin.i:83:[value] warning: signed overflow. assert -((int)(&arg)) ≤ 2147483647;
+tests/value/origin.i:83:[value] Assigning imprecise value to esc3.
+        The imprecision originates from Arithmetic {tests/value/origin.i:83}
+tests/value/origin.i:87:[value] warning: locals {arg} escaping the scope of local_escape_1 through esc1
+tests/value/origin.i:87:[value] warning: locals {local1} escaping the scope of local_escape_1 through esc2
+tests/value/origin.i:87:[value] warning: locals {arg} escaping the scope of local_escape_1 through esc3
+tests/value/origin.i:87:[value] warning: locals {local1} escaping the scope of local_escape_1 through esc4
+[value] Recording results for local_escape_1
+[value] Done for function local_escape_1
+[value] Recording results for main
+[value] done for function main
+tests/value/origin.i:73:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function local_escape_1:
+  esc1 ∈ {{ (int)&arg }}
+  esc2 ∈ {{ (int)&local1 }}
+  esc3 ∈
+      {{ garbled mix of &{arg}
+       (origin: Arithmetic {tests/value/origin.i:83}) }}
+  esc4 ∈ {{ NULL + {12} ; (int)&local1 }}
+  esc5 ∈ {{ (int)&esc1 }}
+  local2 ∈ {{ (int)&local1 }}
+[value:final-states] Values at end of function origin_arithmetic_1:
+  pa1 ∈ {{ &ta1 + [0..36] }}
+  ta1[0..9] ∈ {0}
+[value:final-states] Values at end of function origin_arithmetic_2:
+  pa2 ∈
+     {{ garbled mix of &{ta2}
+      (origin: Arithmetic {tests/value/origin.i:19}) }}
+  qa2 ∈ {{ &ta2 + [0..36] ; &tta2 + [0..36] }}
+  ta2[0..9] ∈
+     {{ garbled mix of &{aa2}
+      (origin: Misaligned {tests/value/origin.i:21}) }}
+  tta2[0..9] ∈
+      {{ garbled mix of &{aa2}
+       (origin: Misaligned {tests/value/origin.i:21}) }}
+[value:final-states] Values at end of function origin_arithmetic_3:
+  pa3 ∈ {{ &ta3 + [0..36] }}
+  ta3[0..9] ∈ [--..--]
+[value:final-states] Values at end of function origin_leaf_1:
+  l1 ∈ [--..--]
+[value:final-states] Values at end of function origin_misalign_1:
+  a ∈ {0; 1}
+  b ∈ {0; 1}
+  pm1 ∈ {{ &a ; &b }}
+[value:final-states] Values at end of function origin_misalign_2:
+  a ∈ {{ NULL + {0; 1} ; (int)&a }}
+  b ∈ {{ NULL + {0; 1} ; (int)&a }}
+  pm2[bits 0 to 15]# ∈ {{ (? *)&a }}%32, bits 16 to 31 
+     [bits 16 to 31]# ∈ {{ (? *)&b }}%32, bits 0 to 15 
+  qm2 ∈ {{ &a ; &b }}
+[value:final-states] Values at end of function origin_uninitialized_1:
+  pun ∈ {{ &a }} or UNINITIALIZED
+  pi ∈ {{ &a }} or UNINITIALIZED
+[value:final-states] Values at end of function origin_uninitialized_2:
+  pun2 ∈ {{ &a }} or UNINITIALIZED
+  qun2 ∈ {0}
+  pi ∈ {{ &a }} or UNINITIALIZED
+[value:final-states] Values at end of function main:
+  a ∈ {{ NULL + {0; 1} ; (int)&a }}
+  b ∈ {{ NULL + {0; 1} ; (int)&a }}
+  p[bits 0 to 15]# ∈ {{ (? *)&a }}%32, bits 16 to 31 
+   [bits 16 to 31]# ∈ {{ (? *)&b }}%32, bits 0 to 15 
+  pa1 ∈ {{ &ta1 + [0..36] }}
+  pa2 ∈
+     {{ garbled mix of &{ta2}
+      (origin: Arithmetic {tests/value/origin.i:19}) }}
+  qa2 ∈ {{ &ta2 + [0..36] ; &tta2 + [0..36] }}
+  pa3 ∈ {{ &ta3 + [0..36] }}
+  q[bits 0 to 7] ∈
+   {{ garbled mix of &{a} (origin: Merge {tests/value/origin.i:104}) }}
+   [bits 8 to 15] ∈
+   {{ garbled mix of &{a; b} (origin: Merge {tests/value/origin.i:104}) }}
+   [bits 16 to 31] ∈
+   {{ garbled mix of &{b} (origin: Merge {tests/value/origin.i:104}) }}
+  ta1[0..9] ∈ {0}
+  ta2[0..9] ∈
+     {{ garbled mix of &{aa2}
+      (origin: Misaligned {tests/value/origin.i:21}) }}
+  ta3[0..9] ∈ [--..--]
+  tta2[0..9] ∈
+      {{ garbled mix of &{aa2}
+       (origin: Misaligned {tests/value/origin.i:21}) }}
+  l1 ∈ [--..--]
+  l2 ∈ [--..--]
+  l3 ∈ [--..--]
+  pl ∈ {{ &alloced_return_gp + [0..2147483644],0%4 }}
+  pm1 ∈ {{ &a ; &b }}
+  pm2[bits 0 to 15]# ∈ {{ (? *)&a }}%32, bits 16 to 31 
+     [bits 16 to 31]# ∈ {{ (? *)&b }}%32, bits 0 to 15 
+  qm2 ∈ {{ &a ; &b }}
+  pun ∈ {{ &a }} or UNINITIALIZED
+  pun2 ∈ {{ &a }} or UNINITIALIZED
+  qun2 ∈ {0}
+  esc1 ∈ ESCAPINGADDR
+  esc2 ∈ ESCAPINGADDR
+  esc3 ∈ [--..--] or ESCAPINGADDR
+  esc4 ∈ {12} or ESCAPINGADDR
+  esc5 ∈ {{ (int)&esc1 }}
+[from] Computing for function local_escape_1
+[from] Done for function local_escape_1
+[from] Computing for function origin_arithmetic_1
+[from] Done for function origin_arithmetic_1
+[from] Computing for function origin_arithmetic_2
+[from] Done for function origin_arithmetic_2
+[from] Computing for function origin_arithmetic_3
+[from] Done for function origin_arithmetic_3
+[from] Computing for function origin_leaf_1
+[from] Computing for function g <-origin_leaf_1
+[from] Done for function g
+[from] Done for function origin_leaf_1
+[from] Computing for function origin_misalign_1
+[from] Done for function origin_misalign_1
+[from] Computing for function origin_misalign_2
+[from] Done for function origin_misalign_2
+[from] Computing for function origin_uninitialized_1
+[from] Done for function origin_uninitialized_1
+[from] Computing for function origin_uninitialized_2
+[from] Done for function origin_uninitialized_2
+[from] Computing for function main
+[from] Computing for function gp <-main
+[from] Done for function gp
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function g:
+  \result FROM \nothing
+[from] Function gp:
+  \result FROM \nothing
+[from] Function local_escape_1:
+  esc1 FROM \nothing
+  esc2 FROM \nothing
+  esc3 FROM \nothing
+  esc4 FROM random
+  esc5 FROM \nothing
+[from] Function origin_arithmetic_1:
+  pa1 FROM \nothing
+  ta1[0..9] FROM \nothing (and SELF)
+[from] Function origin_arithmetic_2:
+  pa2 FROM \nothing
+  qa2 FROM c1
+  ta2[0..9] FROM c1 (and SELF)
+  tta2[0..9] FROM c1 (and SELF)
+[from] Function origin_arithmetic_3:
+  pa3 FROM \nothing
+  ta3[0..9] FROM \nothing (and SELF)
+[from] Function origin_leaf_1:
+  l1 FROM \nothing
+[from] Function origin_misalign_1:
+  a FROM Tm1{[0][bits 16 to 31]; [1][bits 0 to 15]} (and SELF)
+  b FROM Tm1{[0][bits 16 to 31]; [1][bits 0 to 15]} (and SELF)
+  pm1 FROM Tm1{[0][bits 16 to 31]; [1][bits 0 to 15]}
+[from] Function origin_misalign_2:
+  a FROM Tm2{[0][bits 16 to 31]; [1][bits 0 to 15]} (and SELF)
+  b FROM Tm2{[0][bits 16 to 31]; [1][bits 0 to 15]} (and SELF)
+  pm2 FROM Tm2{[0][bits 16 to 31]; [1][bits 0 to 15]}
+  qm2 FROM Tm2{[0][bits 16 to 31]; [1][bits 0 to 15]}
+[from] Function origin_uninitialized_1:
+  pun FROM c1
+[from] Function origin_uninitialized_2:
+  pun2 FROM c1
+  qun2 FROM c1; c2 (and SELF)
+[from] Function main:
+  a FROM Tm1{[0][bits 16 to 31]; [1][bits 0 to 15]};
+         Tm2{[0][bits 16 to 31]; [1][bits 0 to 15]} (and SELF)
+  b FROM Tm1{[0][bits 16 to 31]; [1][bits 0 to 15]};
+         Tm2{[0][bits 16 to 31]; [1][bits 0 to 15]} (and SELF)
+  p FROM Tm3{[0][bits 16 to 31]; [1][bits 0 to 15]}
+  pa1 FROM \nothing
+  pa2 FROM \nothing
+  qa2 FROM c1
+  pa3 FROM \nothing
+  q FROM Tm3{[0][bits 16 to 31]; [1][bits 0 to 15]};
+         Tm4{[0][bits 24 to 31]; [1][bits 0 to 23]}; c1
+  ta1[0..9] FROM \nothing (and SELF)
+  ta2[0..9] FROM c1 (and SELF)
+  ta3[0..9] FROM \nothing (and SELF)
+  tta2[0..9] FROM c1 (and SELF)
+  l1 FROM \nothing
+  l2 FROM \nothing
+  l3 FROM alloced_return_gp[bits 0 to 17179869183]
+  pl FROM \nothing
+  pm1 FROM Tm1{[0][bits 16 to 31]; [1][bits 0 to 15]}
+  pm2 FROM Tm2{[0][bits 16 to 31]; [1][bits 0 to 15]}
+  qm2 FROM Tm2{[0][bits 16 to 31]; [1][bits 0 to 15]}
+  pun FROM c1
+  pun2 FROM c1
+  qun2 FROM c1; c2 (and SELF)
+  esc1 FROM \nothing
+  esc2 FROM \nothing
+  esc3 FROM \nothing
+  esc4 FROM random
+  esc5 FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function local_escape_1:
+          esc1; esc2; esc3; esc4; esc5; local2
+[inout] Out (internal) for function origin_arithmetic_1:
+          pa1; ta1[0..9]
+[inout] Out (internal) for function origin_arithmetic_2:
+          pa2; qa2; ta2[0..9]; tta2[0..9]
+[inout] Out (internal) for function origin_arithmetic_3:
+          pa3; ta3[0..9]
+[inout] Out (internal) for function origin_leaf_1:
+          l1
+[inout] Out (internal) for function origin_misalign_1:
+          a; b; pm1
+[inout] Out (internal) for function origin_misalign_2:
+          a; b; pm2; qm2
+[inout] Out (internal) for function origin_uninitialized_1:
+          pun; pi
+[inout] Out (internal) for function origin_uninitialized_2:
+          pun2; qun2; pi
+[inout] Out (internal) for function main:
+          a; b; p; pa1; pa2; qa2; pa3; q; ta1[0..9]; ta2[0..9]; ta3[0..9];
+          tta2[0..9]; l1; l2; l3; pl; pm1; pm2; qm2; pun; pun2; qun2; esc1; esc2;
+          esc3; esc4; esc5; tmp
diff --git a/tests/value/oracle_symblocs/origin.1.err.oracle b/tests/value/oracle_symblocs/origin.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/origin.1.res.oracle b/tests/value/oracle_symblocs/origin.1.res.oracle
new file mode 100644
index 00000000000..e514c2973b7
--- /dev/null
+++ b/tests/value/oracle_symblocs/origin.1.res.oracle
@@ -0,0 +1,102 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/origin.i (no preprocessing)
+[value] Analyzing a complete application starting at origin
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  aa2 ∈ {0}
+  p ∈ {0}
+  pa1 ∈ {0}
+  pa2 ∈ {0}
+  qa2 ∈ {0}
+  pa3 ∈ {0}
+  q ∈ {0}
+  t[0..11] ∈ {0}
+  tt[0..9] ∈ {0}
+  ta1[0..9] ∈ {0}
+  ta2[0..9] ∈ {0}
+  ta3[0..9] ∈ {0}
+  tta2[0..9] ∈ {0}
+  l1 ∈ {0}
+  l2 ∈ {0}
+  l3 ∈ {0}
+  pl ∈ {0}
+  Tm1[0] ∈ {{ &a }}
+     [1] ∈ {{ &b }}
+  Tm2[0] ∈ {{ &a }}
+     [1] ∈ {{ &b }}
+  Tm3[0] ∈ {{ &a }}
+     [1] ∈ {{ &b }}
+  Tm4[0] ∈ {{ &a }}
+     [1] ∈ {{ &b }}
+  pm1 ∈ {0}
+  pm2 ∈ {0}
+  qm2 ∈ {0}
+  pun ∈ {0}
+  pun2 ∈ {0}
+  qun2 ∈ {0}
+  random ∈ [--..--]
+  esc1 ∈ {0}
+  esc2 ∈ {0}
+  esc3 ∈ {0}
+  esc4 ∈ {0}
+  esc5 ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  v.c ∈ {1}
+   .[bits 8 to 15] ∈ {0}
+   .i ∈ {2}
+   .p ∈ {{ &x }}
+   .t[0] ∈ {{ &y }}
+   .t[1] ∈ {0}
+[value] computing for function f <- origin.
+        Called from tests/value/origin.i:122.
+tests/value/origin.i:122:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] using specification for function f
+[value] Done for function f
+tests/value/origin.i:124:[value] Assigning imprecise value to r.p.
+        The imprecision originates from Misaligned {tests/value/origin.i:124}
+tests/value/origin.i:127:[value] Assigning imprecise value to r.t[0].
+        The imprecision originates from Merge {tests/value/origin.i:127}
+tests/value/origin.i:128:[value] warning: signed overflow. assert -2147483648 ≤ -((int)(&x));
+tests/value/origin.i:128:[value] warning: signed overflow. assert -((int)(&x)) ≤ 2147483647;
+tests/value/origin.i:128:[value] Assigning imprecise value to r.t[1].
+        The imprecision originates from Arithmetic {tests/value/origin.i:128}
+[value] Recording results for origin
+[value] done for function origin
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function origin:
+  r.c ∈ [--..--]
+   .[bits 8 to 15] ∈ UNINITIALIZED
+   .i ∈ [--..--]
+   .p ∈
+   {{ garbled mix of &{x} (origin: Misaligned {tests/value/origin.i:124}) }}
+   .t[0][bits 0 to 7] ∈
+   {{ garbled mix of &{y} (origin: Merge {tests/value/origin.i:127}) }}
+   .t[0][bits 8 to 15]# ∈ {{ NULL ; (? *)&y }}%32, bits 24 to 31 
+   .t[0][bits 16 to 31] ∈ {0}
+   .t[1] ∈
+   {{ garbled mix of &{x} (origin: Arithmetic {tests/value/origin.i:128}) }}
+  q1[bits 0 to 15]# ∈ {{ (? *)&y }}%32, bits 16 to 31 
+    [bits 16 to 31] ∈ {0}
+  q2[bits 0 to 7] ∈
+    {{ garbled mix of &{y} (origin: Merge {tests/value/origin.i:127}) }}
+    [bits 8 to 15]# ∈ {{ NULL ; (? *)&y }}%32, bits 24 to 31 
+    [bits 16 to 31] ∈ {0}
+[from] Computing for function origin
+[from] Computing for function f <-origin
+[from] Done for function f
+[from] Done for function origin
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] Function origin:
+  \result FROM v{{.i[bits 8 to 15]; .p[bits 0 to 23]};
+                 .t{[0][bits 16 to 31]; [1][bits 0 to 23]}};
+                c0
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function origin:
+          r{.c; {.i; .p; .t[0..1]}}; q1; q2
diff --git a/tests/value/oracle_symblocs/output_leafs.err.oracle b/tests/value/oracle_symblocs/output_leafs.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/output_leafs.res.oracle b/tests/value/oracle_symblocs/output_leafs.res.oracle
new file mode 100644
index 00000000000..f24b41721b9
--- /dev/null
+++ b/tests/value/oracle_symblocs/output_leafs.res.oracle
@@ -0,0 +1,154 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/output_leafs.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  H ∈ {0}
+  G ∈ {0}
+  K ∈ {0}
+  L ∈ {0}
+  M ∈ {0}
+  N ∈ {0}
+  P ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/output_leafs.i:45.
+[value] computing for function crypt <- main1 <- main.
+        Called from tests/value/output_leafs.i:13.
+[value] using specification for function crypt
+[value] Done for function crypt
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/output_leafs.i:46.
+[value] computing for function g1 <- main2 <- main.
+        Called from tests/value/output_leafs.i:31.
+[value] computing for function g <- g1 <- main2 <- main.
+        Called from tests/value/output_leafs.i:23.
+[value] using specification for function g
+[value] Done for function g
+[value] Recording results for g1
+[value] Done for function g1
+[value] computing for function g2 <- main2 <- main.
+        Called from tests/value/output_leafs.i:32.
+[value] computing for function g <- g2 <- main2 <- main.
+        Called from tests/value/output_leafs.i:27.
+[value] Done for function g
+[value] Recording results for g2
+[value] Done for function g2
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/output_leafs.i:47.
+[value] computing for function f <- main3 <- main.
+        Called from tests/value/output_leafs.i:40.
+tests/value/output_leafs.i:40:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] using specification for function f
+[value] Done for function f
+[value] Recording results for main3
+[value] Done for function main3
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g1:
+  b ∈ [--..--]
+[value:final-states] Values at end of function g2:
+  d ∈ [--..--]
+[value:final-states] Values at end of function main1:
+  H ∈ {{ &K }}
+  G ∈ [--..--]
+  K ∈ [--..--]
+  L ∈ [--..--]
+[value:final-states] Values at end of function main2:
+  b ∈ [--..--]
+  d ∈ [--..--]
+[value:final-states] Values at end of function main3:
+  x ∈ [--..--]
+[value:final-states] Values at end of function main:
+  H ∈ {{ &K }}
+  G ∈ [--..--]
+  K ∈ [--..--]
+  L ∈ [--..--]
+  b ∈ [--..--]
+  d ∈ [--..--]
+[from] Computing for function g1
+[from] Computing for function g <-g1
+[from] Done for function g
+[from] Done for function g1
+[from] Computing for function g2
+[from] Done for function g2
+[from] Computing for function main1
+[from] Computing for function crypt <-main1
+[from] Done for function crypt
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Computing for function f <-main3
+[from] Done for function f
+[from] Done for function main3
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function crypt:
+  G FROM G; K (and SELF)
+  K FROM P
+  L FROM \nothing
+[from] Function f:
+  x FROM x (and SELF)
+[from] Function g:
+  b FROM a; c (and SELF)
+  d FROM a; c (and SELF)
+[from] Function g1:
+  b FROM a; c (and SELF)
+  d FROM a; c (and SELF)
+[from] Function g2:
+  b FROM a; c (and SELF)
+  d FROM a; c (and SELF)
+[from] Function main1:
+  H FROM \nothing
+  G FROM G; K (and SELF)
+  K FROM P
+  L FROM \nothing
+[from] Function main2:
+  b FROM a; c (and SELF)
+  d FROM a; c (and SELF)
+[from] Function main3:
+  \result FROM \nothing
+[from] Function main:
+  H FROM \nothing
+  G FROM G; K (and SELF)
+  K FROM P
+  L FROM \nothing
+  b FROM a; c (and SELF)
+  d FROM a; c (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function g1:
+          b
+[inout] Inputs for function g1:
+          a
+[inout] Out (internal) for function g2:
+          d
+[inout] Inputs for function g2:
+          c
+[inout] Out (internal) for function main1:
+          H; G; K; L
+[inout] Inputs for function main1:
+          G; K; P
+[inout] Out (internal) for function main2:
+          b; d
+[inout] Inputs for function main2:
+          a; c
+[inout] Out (internal) for function main3:
+          x
+[inout] Inputs for function main3:
+          \nothing
+[inout] Out (internal) for function main:
+          H; G; K; L; b; d
+[inout] Inputs for function main:
+          G; K; P; a; c
diff --git a/tests/value/oracle_symblocs/overflow.0.err.oracle b/tests/value/oracle_symblocs/overflow.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/overflow.0.res.oracle b/tests/value/oracle_symblocs/overflow.0.res.oracle
new file mode 100644
index 00000000000..357f4869fce
--- /dev/null
+++ b/tests/value/oracle_symblocs/overflow.0.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/overflow.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/overflow.i:20:[value] warning: signed overflow. assert 60000*y ≤ 2147483647;
+tests/value/overflow.i:21:[value] warning: signed overflow. assert (int)(y*1000)*1000 ≤ 2147483647;
+tests/value/overflow.i:22:[value] warning: signed overflow. assert -2147483648 ≤ (int)(-y)*10000000;
+tests/value/overflow.i:31:[value] warning: signed overflow. assert -c ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {18446744073709551615}
+  j ∈ {4294967295}
+  is ∈ {-1}
+  js ∈ {-1}
+  minjs ∈ {-2147483648}
+  maxjs ∈ {2147483647}
+  i1 ∈ {0}
+  j1 ∈ {0}
+  y ∈ {1; 100000}
+  x ∈ {0}
+  z ∈ {1000000}
+  t ∈ {-10000000}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; j; is; js; minjs; maxjs; i1; j1; y; tmp; x; z; t; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/overflow.1.err.oracle b/tests/value/oracle_symblocs/overflow.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/overflow.1.res.oracle b/tests/value/oracle_symblocs/overflow.1.res.oracle
new file mode 100644
index 00000000000..070ddfea13b
--- /dev/null
+++ b/tests/value/oracle_symblocs/overflow.1.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/overflow.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/overflow.i:20:[value] warning: 2's complement assumed for overflow
+tests/value/overflow.i:21:[value] warning: 2's complement assumed for overflow
+tests/value/overflow.i:22:[value] warning: 2's complement assumed for overflow
+tests/value/overflow.i:31:[value] warning: 2's complement assumed for overflow
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {18446744073709551615}
+  j ∈ {4294967295}
+  is ∈ {-1}
+  js ∈ {-1}
+  minjs ∈ {-2147483648}
+  maxjs ∈ {2147483647}
+  i1 ∈ {0}
+  j1 ∈ {0}
+  y ∈ {1; 100000}
+  x ∈ {0; 17050}
+  z ∈ {1000000; 1215752192}
+  t ∈ {-10000000; 727379968}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; j; is; js; minjs; maxjs; i1; j1; y; tmp; x; z; t; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/overflow_cast_float_int.err.oracle b/tests/value/oracle_symblocs/overflow_cast_float_int.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/overflow_cast_float_int.res.oracle b/tests/value/oracle_symblocs/overflow_cast_float_int.res.oracle
new file mode 100644
index 00000000000..0fb2fe8cb1b
--- /dev/null
+++ b/tests/value/oracle_symblocs/overflow_cast_float_int.res.oracle
@@ -0,0 +1,71 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/overflow_cast_float_int.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+tests/value/overflow_cast_float_int.i:16:[value] warning: overflow in conversion from floating-point to integer.
+                 assert vf1 < 2147483648;
+tests/value/overflow_cast_float_int.i:20:[value] warning: overflow in conversion from floating-point to integer.
+                 assert -2147483649 < -2147483649.5;
+tests/value/overflow_cast_float_int.i:24:[value] warning: overflow in conversion from floating-point to integer.
+                 assert -2147483649 < dd;
+[value] Recording results for main
+[value] done for function main
+tests/value/overflow_cast_float_int.i:20:[value] assertion 'Value,float_to_int' got final status invalid.
+tests/value/overflow_cast_float_int.i:24:[value] assertion 'Value,float_to_int' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  vf1 ∈ [2147483520. .. 2147483648.] or UNINITIALIZED
+  e ∈ [2147483520..2147483647] or UNINITIALIZED
+  d ∈ {2147483647}
+  c1 ∈ {2147483647}
+  c2 ∈ UNINITIALIZED
+  dd ∈ [-1.17159917953e+20 .. -30459646388.]
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          vf1; e; d; c1; c2; dd; tmp; k; __retres
+[inout] Inputs for function main:
+          v
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+tests/value/overflow_cast_float_int.i:16:[value] warning: overflow in conversion from floating-point to integer.
+                 assert vf1 < 2147483648;
+tests/value/overflow_cast_float_int.i:20:[value] warning: overflow in conversion from floating-point to integer.
+                 assert -2147483649 < -2147483649.5;
+tests/value/overflow_cast_float_int.i:24:[value] warning: overflow in conversion from floating-point to integer.
+                 assert -2147483649 < dd;
+[value] Recording results for main
+[value] done for function main
+tests/value/overflow_cast_float_int.i:16:[value] assertion 'Value,float_to_int' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  vf1 ∈ UNINITIALIZED
+  e ∈ UNINITIALIZED
+  d ∈ {2147483647}
+  c1 ∈ {2147483647}
+  c2 ∈ UNINITIALIZED
+  dd ∈ [-1.17159917953e+20 .. -30459646388.]
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          vf1; e; d; c1; c2; dd; tmp; k; __retres
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/packed.err.oracle b/tests/value/oracle_symblocs/packed.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/packed.res.oracle b/tests/value/oracle_symblocs/packed.res.oracle
new file mode 100644
index 00000000000..0501ffee9ce
--- /dev/null
+++ b/tests/value/oracle_symblocs/packed.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/packed.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ [--..--]
+  y ∈ [--..--]
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/pb.err.oracle b/tests/value/oracle_symblocs/pb.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pb.res.oracle b/tests/value/oracle_symblocs/pb.res.oracle
new file mode 100644
index 00000000000..b2d8341dd22
--- /dev/null
+++ b/tests/value/oracle_symblocs/pb.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pb.i (no preprocessing)
+tests/value/pb.i:2:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/pb.i:2.
+tests/value/pb.i:2:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] using specification for function f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/period.err.oracle b/tests/value/oracle_symblocs/period.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/period.res.oracle b/tests/value/oracle_symblocs/period.res.oracle
new file mode 100644
index 00000000000..74ed0a3e776
--- /dev/null
+++ b/tests/value/oracle_symblocs/period.res.oracle
@@ -0,0 +1,168 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/period.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  g[0..9] ∈ {0}
+  Frama_C_periodic_t_320[0] ∈ {1}
+                        [1..59] ∈ {0}
+  u[0] ∈ {-1}
+   [1] ∈ {-2}
+   [2] ∈ {-3}
+   [3..59] ∈ {0}
+  v[0] ∈ {-1}
+   [1] ∈ {-2}
+   [2] ∈ {-3}
+  w[0..9] ∈ {0}
+  Au ∈ {0}
+  Bu ∈ {0}
+  Cu ∈ {0}
+  Du ∈ {0}
+  Eu ∈ {0}
+  Fu ∈ {0}
+  Gu ∈ {12}
+  Hu ∈ {0}
+  At ∈ {0}
+  Bt ∈ {0}
+  Ct ∈ {0}
+  Dt ∈ {0}
+  Et ∈ {0}
+  Ft ∈ {0}
+  Gt ∈ {12}
+  Ht ∈ {0}
+[value] DUMPING STATE of file tests/value/period.c line 49
+        g[0..9] ∈ {0}
+        Frama_C_periodic_t_320[0] ∈ {1}
+                              [1..3] ∈ {0}
+                              [4] ∈ {24}
+                              [5..12] ∈ {0}
+                              [13] ∈ {2}
+                              [14..40] ∈ {0}
+                              [41] ∈ {6}
+                              [42..59] ∈ {0}
+        u[0] ∈ {-1}
+         [1] ∈ {-2}
+         [2] ∈ {-3}
+         [3] ∈ {0}
+         [4] ∈ {24}
+         [5..12] ∈ {0}
+         [13] ∈ {2}
+         [14..40] ∈ {0}
+         [41] ∈ {6}
+         [42..59] ∈ {0}
+        v[0] ∈ {-1}
+         [1] ∈ {1}
+         [2] ∈ {-3}
+        w[0].s1 ∈ {1}
+         {[0]{.s2; .s3}; [1].s1} ∈ {0}
+         [1].s2 ∈ {2}
+         {[1].s3; [2]{.s1; .s2}} ∈ {0}
+         [2].s3 ∈ {3}
+         [3..9] ∈ {0}
+        Au ∈ {-1}
+        Bu ∈ {0}
+        Cu ∈ {-3}
+        Du ∈ {0}
+        Eu ∈ {0}
+        Fu ∈ {2}
+        Gu ∈ {12}
+        Hu ∈ {1}
+        At ∈ {1}
+        Bt ∈ {0}
+        Ct ∈ {0}
+        Dt ∈ {0}
+        Et ∈ {0}
+        Ft ∈ {2}
+        Gt ∈ {12}
+        Ht ∈ {1}
+        p ∈ UNINITIALIZED
+        vg ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/period.c:51:[value] Assigning imprecise value to p.
+        The imprecision originates from Arithmetic {tests/value/period.c:51}
+tests/value/period.c:52:[value] warning: out of bounds write. assert \valid(p);
+tests/value/period.c:53:[value] Assigning imprecise value to p.
+        The imprecision originates from Arithmetic {tests/value/period.c:53}
+tests/value/period.c:54:[value] warning: out of bounds read. assert \valid_read(p);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  g[0..9] ∈
+   {{ garbled mix of &{vg} (origin: Misaligned {tests/value/period.c:55}) }}
+  Frama_C_periodic_t_320[0] ∈ {1}
+                        [1..3] ∈ {0}
+                        [4] ∈ {24}
+                        [5..12] ∈ {0}
+                        [13] ∈ {2}
+                        [14..40] ∈ {0}
+                        [41] ∈ {6}
+                        [42..59] ∈ {0}
+  u[0] ∈ {-1}
+   [1] ∈ {-2}
+   [2] ∈ {-3}
+   [3] ∈ {0}
+   [4] ∈ {24}
+   [5..12] ∈ {0}
+   [13] ∈ {2}
+   [14..40] ∈ {0}
+   [41] ∈ {6}
+   [42..59] ∈ {0}
+  v[0] ∈ {-1}
+   [1] ∈ {1}
+   [2] ∈ {-3}
+  w[0].s1 ∈ {1}
+   {[0]{.s2; .s3}; [1].s1} ∈ {0}
+   [1].s2 ∈ {2}
+   {[1].s3; [2]{.s1; .s2}} ∈ {0}
+   [2].s3 ∈ {3}
+   [3..9] ∈ {0}
+  Au ∈ {-1}
+  Bu ∈ {0}
+  Cu ∈ {-3}
+  Eu ∈ {0}
+  Fu ∈ {2}
+  Hu ∈ {1}
+  At ∈ {1}
+  Bt ∈ {0}
+  Ct ∈ {0}
+  Et ∈ {0}
+  Ft ∈ {2}
+  Ht ∈ {1}
+  p ∈ {{ &g + [0..36] }}
+  vg ∈ [--..--]
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  g[0..9] FROM \nothing (and SELF)
+  Frama_C_periodic_t_320[4] FROM Gt
+                        {[13]; [41]} FROM Frama_C_periodic_t_320[20]
+  u[4] FROM Gu
+   {[13]; [41]} FROM u[22]
+  v[1] FROM \nothing
+  w{[0].s1; [1].s2; [2].s3} FROM \nothing
+  Au FROM u[0]
+  Bu FROM u[11]
+  Cu FROM u[2]
+  Eu FROM u[12]
+  Fu FROM u[22]
+  Hu FROM u[25]
+  At FROM Frama_C_periodic_t_320[0]
+  Bt FROM Frama_C_periodic_t_320[11]
+  Ct FROM Frama_C_periodic_t_320[2]
+  Et FROM Frama_C_periodic_t_320[12]
+  Ft FROM Frama_C_periodic_t_320[20]
+  Ht FROM Frama_C_periodic_t_320[25]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          g[0..9]; Frama_C_periodic_t_320{[4]; [13]; [41]}; u{[4]; [13]; [41]}; 
+          v[1]; w{[0].s1; [1].s2; [2].s3}; Au; Bu; Cu; Eu; Fu; Hu; At; Bt; Ct; 
+          Et; Ft; Ht; p; vg
+[inout] Inputs for function main:
+          g[0..9]; Frama_C_periodic_t_320{[0]; [2]; [11..12]; [20]; [25]};
+          u{[0]; [2]; [11..12]; [22]; [25]}; w{[0].s1; [1].s2}; Fu; Gu; Ft; Gt
diff --git a/tests/value/oracle_symblocs/plevel.err.oracle b/tests/value/oracle_symblocs/plevel.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/plevel.res.oracle b/tests/value/oracle_symblocs/plevel.res.oracle
new file mode 100644
index 00000000000..42263ebbfcc
--- /dev/null
+++ b/tests/value/oracle_symblocs/plevel.res.oracle
@@ -0,0 +1,130 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/plevel.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..0xFFFE] ∈ {0}
+  i ∈ [--..--]
+tests/value/plevel.i:11:[value] warning: assertion got status unknown.
+tests/value/plevel.i:13:[value] warning: assertion got status unknown.
+tests/value/plevel.i:21:[kernel] more than 40(65) locations to update in array. Approximating.
+tests/value/plevel.i:21:[kernel] more than 40(65) elements to enumerate. Approximating.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0..0xFF] ∈ {0}
+   [0x100..0x120] ∈ {0; 1}
+   [0x121..0x1FF] ∈ {0}
+   [0x200..0x240] ∈ {0; 2}
+   [0x241..0x2FF] ∈ {0}
+   [0x300] ∈ {0; 3}
+   [0x301] ∈ {0}
+   [0x302] ∈ {0; 3}
+   [0x303] ∈ {0}
+   [0x304] ∈ {0; 3}
+   [0x305] ∈ {0}
+   [0x306] ∈ {0; 3}
+   [0x307] ∈ {0}
+   [0x308] ∈ {0; 3}
+   [0x309] ∈ {0}
+   [0x30A] ∈ {0; 3}
+   [0x30B] ∈ {0}
+   [0x30C] ∈ {0; 3}
+   [0x30D] ∈ {0}
+   [0x30E] ∈ {0; 3}
+   [0x30F] ∈ {0}
+   [0x310] ∈ {0; 3}
+   [0x311] ∈ {0}
+   [0x312] ∈ {0; 3}
+   [0x313] ∈ {0}
+   [0x314] ∈ {0; 3}
+   [0x315] ∈ {0}
+   [0x316] ∈ {0; 3}
+   [0x317] ∈ {0}
+   [0x318] ∈ {0; 3}
+   [0x319] ∈ {0}
+   [0x31A] ∈ {0; 3}
+   [0x31B] ∈ {0}
+   [0x31C] ∈ {0; 3}
+   [0x31D] ∈ {0}
+   [0x31E] ∈ {0; 3}
+   [0x31F] ∈ {0}
+   [0x320] ∈ {0; 3}
+   [0x321] ∈ {0}
+   [0x322] ∈ {0; 3}
+   [0x323] ∈ {0}
+   [0x324] ∈ {0; 3}
+   [0x325] ∈ {0}
+   [0x326] ∈ {0; 3}
+   [0x327] ∈ {0}
+   [0x328] ∈ {0; 3}
+   [0x329] ∈ {0}
+   [0x32A] ∈ {0; 3}
+   [0x32B] ∈ {0}
+   [0x32C] ∈ {0; 3}
+   [0x32D] ∈ {0}
+   [0x32E] ∈ {0; 3}
+   [0x32F] ∈ {0}
+   [0x330] ∈ {0; 3}
+   [0x331] ∈ {0}
+   [0x332] ∈ {0; 3}
+   [0x333] ∈ {0}
+   [0x334] ∈ {0; 3}
+   [0x335] ∈ {0}
+   [0x336] ∈ {0; 3}
+   [0x337] ∈ {0}
+   [0x338] ∈ {0; 3}
+   [0x339] ∈ {0}
+   [0x33A] ∈ {0; 3}
+   [0x33B] ∈ {0}
+   [0x33C] ∈ {0; 3}
+   [0x33D] ∈ {0}
+   [0x33E] ∈ {0; 3}
+   [0x33F] ∈ {0}
+   [0x340] ∈ {0; 3}
+   [0x341..0x3FF] ∈ {0}
+   [0x400..0x480] ∈ {0; 4}
+   [0x481..0x4FF] ∈ {0}
+   [0x500][bits 0 to 15]# ∈ {0; 0x5555}%32, bits 0 to 15 
+   {[0x500][bits 16 to 31]; [0x501..0x520]} ∈ [--..--]
+   [0x521][bits 0 to 15]# ∈ {0; 0x5656}%32, bits 16 to 31 
+   {[0x521][bits 16 to 31]; [0x522..0x5FF]} ∈ {0}
+   [0x600][bits 0 to 15]# ∈ {0; 0x6666}%32, bits 0 to 15 
+   {[0x600][bits 16 to 31]; [0x601..0x640]} ∈ [--..--]
+   [0x641][bits 0 to 15]# ∈ {0; 0x6767}%32, bits 16 to 31 
+   {[0x641][bits 16 to 31]; [0x642..0x6FF]} ∈ {0}
+   [0x700..0x708] ∈ [--..--]
+   [0x709..0x7FF] ∈ {0}
+   [0x800..0x810] ∈ [--..--]
+   [0x811..0xFFFE] ∈ {0}
+  i1 ∈ [0..32]
+  i2 ∈ [0..64]
+  p ∈ {{ &t + [0x2000..0x2040] }}
+[from] Computing for function main
+tests/value/plevel.i:21:[kernel] more than 40(65) dependencies to update. Approximating.
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t{[0x100..0x120]; [0x200..0x240]; [0x300]; [0x302]; [0x304]; [0x306];
+    [0x308]; [0x30A]; [0x30C]; [0x30E]; [0x310]; [0x312]; [0x314]; [0x316];
+    [0x318]; [0x31A]; [0x31C]; [0x31E]; [0x320]; [0x322]; [0x324]; [0x326];
+    [0x328]; [0x32A]; [0x32C]; [0x32E]; [0x330]; [0x332]; [0x334]; [0x336];
+    [0x338]; [0x33A]; [0x33C]; [0x33E]; [0x340]; [0x400..0x480];
+    {[0x500..0x520]; [0x521][bits 0 to 15]};
+    {[0x600..0x640]; [0x641][bits 0 to 15]}; [0x700..0x708]; [0x800..0x810]}
+   FROM i (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t{[0x100..0x120]; [0x200..0x240]; [0x300]; [0x302]; [0x304]; [0x306];
+            [0x308]; [0x30A]; [0x30C]; [0x30E]; [0x310]; [0x312]; [0x314]; [0x316];
+            [0x318]; [0x31A]; [0x31C]; [0x31E]; [0x320]; [0x322]; [0x324]; [0x326];
+            [0x328]; [0x32A]; [0x32C]; [0x32E]; [0x330]; [0x332]; [0x334]; [0x336];
+            [0x338]; [0x33A]; [0x33C]; [0x33E]; [0x340]; [0x400..0x480];
+            {[0x500..0x520]; [0x521][bits 0 to 15]};
+            {[0x600..0x640]; [0x641][bits 0 to 15]}; [0x700..0x708]; [0x800..0x810]};
+          i1; i2; p
+[inout] Inputs for function main:
+          i
diff --git a/tests/value/oracle_symblocs/pointer.err.oracle b/tests/value/oracle_symblocs/pointer.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pointer.res.oracle b/tests/value/oracle_symblocs/pointer.res.oracle
new file mode 100644
index 00000000000..bf3b3624877
--- /dev/null
+++ b/tests/value/oracle_symblocs/pointer.res.oracle
@@ -0,0 +1,80 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pointer.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  c ∈ {0}
+  p ∈ {0}
+  q ∈ {0}
+  T[0..9] ∈ {0}
+  cc1 ∈ {0}
+  cc2 ∈ {0}
+[value] computing for function k <- main.
+        Called from tests/value/pointer.i:37.
+[value] computing for function l <- k <- main.
+        Called from tests/value/pointer.i:29.
+[value] Recording results for l
+[value] Done for function l
+[value] Recording results for k
+[value] Done for function k
+[value] computing for function k <- main.
+        Called from tests/value/pointer.i:38.
+[value] computing for function l <- k <- main.
+        Called from tests/value/pointer.i:29.
+[value] Recording results for l
+[value] Done for function l
+[value] Recording results for k
+[value] Done for function k
+tests/value/pointer.i:40:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)((int *)T-1), (void *)((int *)T));
+tests/value/pointer.i:41:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)((int *)T), (void *)(&T[12]));
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function l:
+  x ∈ {19}
+  c ∈ {19}
+[value:final-states] Values at end of function k:
+  x ∈ {19}
+  c ∈ {19}
+[value:final-states] Values at end of function main:
+  x ∈ {19}
+  c ∈ {19}
+  cc1 ∈ {1; 99}
+  cc2 ∈ {1; 99}
+[from] Computing for function l
+[from] Done for function l
+[from] Computing for function k
+[from] Done for function k
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function l:
+  x FROM x; y_0 (and SELF)
+  c FROM x; y_0 (and SELF)
+[from] Function k:
+  x FROM x; x_0 (and SELF)
+  c FROM x; x_0 (and SELF)
+[from] Function main:
+  x FROM \nothing
+  c FROM \nothing
+  cc1 FROM en
+  cc2 FROM en
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function l:
+          x; c
+[inout] Inputs for function l:
+          x
+[inout] Out (internal) for function k:
+          x; c
+[inout] Inputs for function k:
+          x
+[inout] Out (internal) for function main:
+          x; c; cc1; cc2
+[inout] Inputs for function main:
+          x; cc2
diff --git a/tests/value/oracle_symblocs/pointer2.0.err.oracle b/tests/value/oracle_symblocs/pointer2.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pointer2.0.res.oracle b/tests/value/oracle_symblocs/pointer2.0.res.oracle
new file mode 100644
index 00000000000..cfd049633c5
--- /dev/null
+++ b/tests/value/oracle_symblocs/pointer2.0.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pointer2.i (no preprocessing)
+[value] Analyzing a complete application starting at g
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  q ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+[value] computing for function f <- g.
+        Called from tests/value/pointer2.i:14.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for g
+[value] done for function g
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  
+[value:final-states] Values at end of function g:
+  p ∈ {{ &x }}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM r
+[from] Function g:
+  p FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function g:
+          p
+[inout] Inputs for function g:
+          \nothing
diff --git a/tests/value/oracle_symblocs/pointer2.1.err.oracle b/tests/value/oracle_symblocs/pointer2.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pointer2.1.res.oracle b/tests/value/oracle_symblocs/pointer2.1.res.oracle
new file mode 100644
index 00000000000..93910bf2d74
--- /dev/null
+++ b/tests/value/oracle_symblocs/pointer2.1.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pointer2.i (no preprocessing)
+[value] Analyzing a complete application starting at h
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  q ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+[value] computing for function f <- h.
+        Called from tests/value/pointer2.i:18.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for h
+[value] done for function h
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  
+[value:final-states] Values at end of function h:
+  q ∈ {{ &y }}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function h
+[from] Done for function h
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM r
+[from] Function h:
+  q FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          \nothing
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function h:
+          q
+[inout] Inputs for function h:
+          \nothing
diff --git a/tests/value/oracle_symblocs/pointer3.err.oracle b/tests/value/oracle_symblocs/pointer3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pointer3.res.oracle b/tests/value/oracle_symblocs/pointer3.res.oracle
new file mode 100644
index 00000000000..6e95cc37dd4
--- /dev/null
+++ b/tests/value/oracle_symblocs/pointer3.res.oracle
@@ -0,0 +1,52 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pointer3.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  c ∈ {0}
+  p ∈ {0}
+  q ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/pointer3.i:11.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/pointer3.i:12.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  c ∈ {2}
+[value:final-states] Values at end of function main:
+  x ∈ {2}
+  c ∈ {2}
+  p ∈ {{ &x }}
+  q ∈ {{ &y }}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  c FROM \nothing
+  \result FROM x_0
+[from] Function main:
+  x FROM \nothing
+  c FROM \nothing
+  p FROM \nothing
+  q FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          c
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          x; c; p; q
+[inout] Inputs for function main:
+          c; p
diff --git a/tests/value/oracle_symblocs/pointer4.err.oracle b/tests/value/oracle_symblocs/pointer4.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pointer4.res.oracle b/tests/value/oracle_symblocs/pointer4.res.oracle
new file mode 100644
index 00000000000..158bf087651
--- /dev/null
+++ b/tests/value/oracle_symblocs/pointer4.res.oracle
@@ -0,0 +1,29 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pointer4.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 0 to 63] ∈ [--..--]
+  d ∈ {0}
+  e[0..9] ∈ {0}
+  c ∈ {0}
+tests/value/pointer4.i:12:[value] entering loop for the first time
+tests/value/pointer4.i:15:[value] warning: out of bounds write. assert \valid((int *)0x0+c);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          NULL[0..7]; d; e[0]; c
+[inout] Inputs for function main:
+          c
diff --git a/tests/value/oracle_symblocs/pointer_arg.err.oracle b/tests/value/oracle_symblocs/pointer_arg.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pointer_arg.res.oracle b/tests/value/oracle_symblocs/pointer_arg.res.oracle
new file mode 100644
index 00000000000..1d92985ff2b
--- /dev/null
+++ b/tests/value/oracle_symblocs/pointer_arg.res.oracle
@@ -0,0 +1,44 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pointer_arg.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+tests/value/pointer_arg.i:4:[value] warning: out of bounds write. assert \valid(arg+0);
+tests/value/pointer_arg.i:5:[value] warning: out of bounds write. assert \valid(arg+1);
+tests/value/pointer_arg.i:6:[value] warning: out of bounds write. assert \valid(arg+2);
+tests/value/pointer_arg.i:6:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/pointer_arg.i:7:[value] warning: out of bounds write. assert \valid(arg+1000);
+tests/value/pointer_arg.i:7:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/pointer_arg.i:8:[value] warning: out of bounds write. assert \valid(arg+argc);
+tests/value/pointer_arg.i:11:[value] warning: out of bounds write. assert \valid(argv+1);
+tests/value/pointer_arg.i:15:[value] warning: out of bounds read. assert \valid_read(argv+0);
+tests/value/pointer_arg.i:15:[value] warning: out of bounds write. assert \valid(*(argv+0)+0);
+[value] Recording results for main
+[value] done for function main
+tests/value/pointer_arg.i:6:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/pointer_arg.i:7:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  __retres ∈ {0}
+  S_argv[0] ∈ {{ &S_0_S_argv[0] }}
+        [1] ∈ {{ NULL ; &S_1_S_argv[0] ; "5069" }}
+  S_0_S_argv[0] ∈ {48}
+            [1] ∈ [--..--]
+  S_arg[0] ∈ {0; 4}
+       [1] ∈ {1; 4}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  S_argv[0..1] FROM v; argv (and SELF)
+  S_0_S_argv[0] FROM v; argv; S_argv[0]
+  S_arg[0..1] FROM arg; argc
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          __retres; S_argv[0..1]; S_0_S_argv[0]; S_arg[0..1]
+[inout] Inputs for function main:
+          v; S_argv[0]
diff --git a/tests/value/oracle_symblocs/pointer_comp.err.oracle b/tests/value/oracle_symblocs/pointer_comp.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pointer_comp.res.oracle b/tests/value/oracle_symblocs/pointer_comp.res.oracle
new file mode 100644
index 00000000000..7882de98553
--- /dev/null
+++ b/tests/value/oracle_symblocs/pointer_comp.res.oracle
@@ -0,0 +1,131 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pointer_comp.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  str1[0] ∈ {97}
+      [1] ∈ {98}
+      [2] ∈ {115}
+      [3] ∈ {100}
+      [4] ∈ {0}
+  str2[0] ∈ {97}
+      [1] ∈ {98}
+      [2..3] ∈ {100}
+      [4] ∈ {0}
+  s1 ∈ {0}
+  s2[0..7] ∈ {0}
+tests/value/pointer_comp.c:37:[value] warning: pointer comparison. assert \pointer_comparable((void *)(&s2[9]), (void *)0);
+tests/value/pointer_comp.c:38:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)(&s2[9]), (void *)(&s2[9]));
+tests/value/pointer_comp.c:41:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)(&str1), (void *)(&str2));
+tests/value/pointer_comp.c:42:[value] warning: pointer comparison. assert \pointer_comparable((void *)(&s1), (void *)(&s2));
+tests/value/pointer_comp.c:43:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void (*)())(&f), (void (*)())(&g));
+tests/value/pointer_comp.c:46:[value] warning: pointer comparison. assert \pointer_comparable((void *)(&s1), (void *)0);
+tests/value/pointer_comp.c:47:[value] warning: pointer comparison. assert \pointer_comparable((void *)(&s1+1), (void *)0);
+tests/value/pointer_comp.c:48:[value] warning: pointer comparison. assert \pointer_comparable((void *)(&s2[8]), (void *)0);
+tests/value/pointer_comp.c:50:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void (*)())(&f), (void (*)())0);
+tests/value/pointer_comp.c:51:[value] warning: pointer comparison. assert \pointer_comparable((void (*)())p, (void (*)())0);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {0; 1}
+  p ∈ {{ &f ; &g }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; p; tmp
+[inout] Inputs for function main:
+          v
+/* Generated by Frama-C */
+struct s {
+   int x ;
+};
+extern int v;
+
+char str1[5] = {(char)'a', (char)'b', (char)'s', (char)'d', (char)'\000'};
+char str2[5] = {(char)'a', (char)'b', (char)'d', (char)'d', (char)'\000'};
+struct s s1;
+struct s s2[8];
+extern void f(void);
+
+extern void g(void);
+
+void main(void)
+{
+  int i;
+  void (*p)(void);
+  void (*tmp)(void);
+  if (v) tmp = & f; else tmp = & g;
+  p = tmp;
+  i = & str1 == & str2;
+  i = & s1 == (struct s *)0;
+  i = & s1 + 1 == (struct s *)0;
+  i = & s2[2] == & s2[4];
+  i = & s2[8] == (struct s *)0;
+  i = & f == (void (*)(void))0;
+  i = (void *)(& s1) == (void *)(& s2);
+  i = & f == & g;
+  i = p == (void (*)(void))0;
+  i = & s2[2] < & s2[4];
+  /*@ assert
+      Value: ptr_comparison: \pointer_comparable((void *)(&s2[9]), (void *)0);
+  */
+  i = & s2[9] == (struct s *)0;
+  /*@ assert
+      Value: ptr_comparison:
+        \pointer_comparable((void *)(&s2[9]), (void *)(&s2[9]));
+  */
+  i = & s2[9] == & s2[9];
+  /*@ assert
+      Value: ptr_comparison:
+        \pointer_comparable((void *)(&str1), (void *)(&str2));
+  */
+  i = & str1 < & str2;
+  /*@ assert
+      Value: ptr_comparison:
+        \pointer_comparable((void *)(&s1), (void *)(&s2));
+  */
+  i = (void *)(& s1) < (void *)(& s2);
+  /*@ assert
+      Value: ptr_comparison:
+        \pointer_comparable((void (*)())(&f), (void (*)())(&g));
+  */
+  i = & f < & g;
+  /*@ assert
+      Value: ptr_comparison: \pointer_comparable((void *)(&s1), (void *)0);
+  */
+  i = & s1 > (struct s *)0;
+  /*@ assert
+      Value: ptr_comparison: \pointer_comparable((void *)(&s1+1), (void *)0);
+  */
+  i = & s1 + 1 > (struct s *)0;
+  /*@ assert
+      Value: ptr_comparison: \pointer_comparable((void *)(&s2[8]), (void *)0);
+  */
+  i = & s2[8] > (struct s *)0;
+  i = & f == (void (*)(void))0;
+  /*@ assert
+      Value: ptr_comparison:
+        \pointer_comparable((void (*)())(&f), (void (*)())0);
+  */
+  i = & f > (void (*)(void))0;
+  /*@ assert
+      Value: ptr_comparison:
+        \pointer_comparable((void (*)())p, (void (*)())0);
+  */
+  i = p > (void (*)(void))0;
+  return;
+}
+
+
diff --git a/tests/value/oracle_symblocs/pointer_comparison.0.err.oracle b/tests/value/oracle_symblocs/pointer_comparison.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pointer_comparison.0.res.oracle b/tests/value/oracle_symblocs/pointer_comparison.0.res.oracle
new file mode 100644
index 00000000000..894eff73b7c
--- /dev/null
+++ b/tests/value/oracle_symblocs/pointer_comparison.0.res.oracle
@@ -0,0 +1,205 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pointer_comparison.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  p ∈ {0}
+[value] Called Frama_C_show_each_1t({{ &x + {4} }})
+[value] Called Frama_C_show_each_2({{ &x + {8} }})
+[value] Called Frama_C_show_each_3({{ &x + {12} }})
+[value] Called Frama_C_show_each_4({{ &x + {16} }})
+[value] Called Frama_C_show_each_5({{ &x + {16} }})
+tests/value/pointer_comparison.c:18:[value] entering loop for the first time
+[value] Called Frama_C_show_each_6({{ &x + {20} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24; 28} }})
+[value] Called Frama_C_show_each_6({{ &x + [20..--],0%4 }})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; tmp; tmp_0; tmp_1; tmp_2; tmp_3
+[inout] Inputs for function main:
+          p
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     0 Total
+--------------------------------------------------------------------------------
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  p ∈ {0}
+[value] Called Frama_C_show_each_1t({{ &x + {4} }})
+tests/value/pointer_comparison.c:10:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_0, (void *)(&y));
+                 (tmp_0 from p++)
+[value] Called Frama_C_show_each_2({{ &x + {8} }})
+tests/value/pointer_comparison.c:12:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_1, (void *)(&y));
+                 (tmp_1 from p++)
+[value] Called Frama_C_show_each_3({{ &x + {12} }})
+tests/value/pointer_comparison.c:14:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_2, (void *)(&y));
+                 (tmp_2 from p++)
+[value] Called Frama_C_show_each_4({{ &x + {16} }})
+[value] Called Frama_C_show_each_5({{ &x + {16} }})
+tests/value/pointer_comparison.c:18:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_3, (void *)(&y));
+                 (tmp_3 from p++)
+[value] Called Frama_C_show_each_6({{ &x + {20} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24; 28} }})
+[value] Called Frama_C_show_each_6({{ &x + [20..--],0%4 }})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; tmp; tmp_0; tmp_1; tmp_2; tmp_3
+[inout] Inputs for function main:
+          p
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 10)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_0, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 12)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_1, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 14)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_2, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 18)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_3, (void *)(&y));
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     4 To be validated
+     4 Total
+--------------------------------------------------------------------------------
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  p ∈ {0}
+[value] Called Frama_C_show_each_1t({{ &x + {4} }})
+tests/value/pointer_comparison.c:10:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_0, (void *)(&y));
+                 (tmp_0 from p++)
+[value] Called Frama_C_show_each_2({{ &x + {8} }})
+tests/value/pointer_comparison.c:12:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_1, (void *)(&y));
+                 (tmp_1 from p++)
+[value] Called Frama_C_show_each_3({{ &x + {12} }})
+tests/value/pointer_comparison.c:14:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_2, (void *)(&y));
+                 (tmp_2 from p++)
+[value] Called Frama_C_show_each_4({{ &x + {16} }})
+tests/value/pointer_comparison.c:16:[value] warning: pointer comparison. assert \pointer_comparable((void *)p, (void *)(&y));
+[value] Called Frama_C_show_each_5({{ &x + {16} }})
+tests/value/pointer_comparison.c:18:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_3, (void *)(&y));
+                 (tmp_3 from p++)
+[value] Called Frama_C_show_each_6({{ &x + {20} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24; 28} }})
+[value] Called Frama_C_show_each_6({{ &x + [20..--],0%4 }})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; tmp; tmp_0; tmp_1; tmp_2; tmp_3
+[inout] Inputs for function main:
+          p
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 10)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_0, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 12)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_1, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 14)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_2, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 16)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)p, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 18)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_3, (void *)(&y));
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     5 To be validated
+     5 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/pointer_comparison.1.err.oracle b/tests/value/oracle_symblocs/pointer_comparison.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pointer_comparison.1.res.oracle b/tests/value/oracle_symblocs/pointer_comparison.1.res.oracle
new file mode 100644
index 00000000000..ddb333e27eb
--- /dev/null
+++ b/tests/value/oracle_symblocs/pointer_comparison.1.res.oracle
@@ -0,0 +1,220 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pointer_comparison.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  p ∈ {0}
+[value] Called Frama_C_show_each_1t({{ &x + {4} }})
+[value] Called Frama_C_show_each_2({{ &x + {8} }})
+[value] Called Frama_C_show_each_2e({{ &x + {8} }})
+[value] Called Frama_C_show_each_3({{ &x + {12} }})
+[value] Called Frama_C_show_each_3e({{ &x + {12} }})
+[value] Called Frama_C_show_each_4({{ &x + {16} }})
+[value] Called Frama_C_show_each_4e({{ &x + {16} }})
+[value] Called Frama_C_show_each_5({{ &x + {16} }})
+[value] Called Frama_C_show_each_5e({{ &x + {16} }})
+tests/value/pointer_comparison.c:18:[value] entering loop for the first time
+[value] Called Frama_C_show_each_6({{ &x + {20} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24; 28} }})
+[value] Called Frama_C_show_each_6({{ &x + [20..--],0%4 }})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ &x + [20..--],0%4 }}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  p FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; tmp; tmp_0; tmp_1; tmp_2; tmp_3; __retres
+[inout] Inputs for function main:
+          p
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     0 Total
+--------------------------------------------------------------------------------
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  p ∈ {0}
+[value] Called Frama_C_show_each_1t({{ &x + {4} }})
+tests/value/pointer_comparison.c:10:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_0, (void *)(&y));
+                 (tmp_0 from p++)
+[value] Called Frama_C_show_each_2({{ &x + {8} }})
+[value] Called Frama_C_show_each_2e({{ &x + {8} }})
+tests/value/pointer_comparison.c:12:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_1, (void *)(&y));
+                 (tmp_1 from p++)
+[value] Called Frama_C_show_each_3({{ &x + {12} }})
+[value] Called Frama_C_show_each_3e({{ &x + {12} }})
+tests/value/pointer_comparison.c:14:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_2, (void *)(&y));
+                 (tmp_2 from p++)
+[value] Called Frama_C_show_each_4({{ &x + {16} }})
+[value] Called Frama_C_show_each_4e({{ &x + {16} }})
+[value] Called Frama_C_show_each_5({{ &x + {16} }})
+[value] Called Frama_C_show_each_5e({{ &x + {16} }})
+tests/value/pointer_comparison.c:18:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_3, (void *)(&y));
+                 (tmp_3 from p++)
+[value] Called Frama_C_show_each_6({{ &x + {20} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24; 28} }})
+[value] Called Frama_C_show_each_6({{ &x + [20..--],0%4 }})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ &x + [20..--],0%4 }}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  p FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; tmp; tmp_0; tmp_1; tmp_2; tmp_3; __retres
+[inout] Inputs for function main:
+          p
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 10)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_0, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 12)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_1, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 14)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_2, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 18)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_3, (void *)(&y));
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     4 To be validated
+     4 Total
+--------------------------------------------------------------------------------
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  p ∈ {0}
+[value] Called Frama_C_show_each_1t({{ &x + {4} }})
+tests/value/pointer_comparison.c:10:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_0, (void *)(&y));
+                 (tmp_0 from p++)
+[value] Called Frama_C_show_each_2({{ &x + {8} }})
+[value] Called Frama_C_show_each_2e({{ &x + {8} }})
+tests/value/pointer_comparison.c:12:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_1, (void *)(&y));
+                 (tmp_1 from p++)
+[value] Called Frama_C_show_each_3({{ &x + {12} }})
+[value] Called Frama_C_show_each_3e({{ &x + {12} }})
+tests/value/pointer_comparison.c:14:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_2, (void *)(&y));
+                 (tmp_2 from p++)
+[value] Called Frama_C_show_each_4({{ &x + {16} }})
+[value] Called Frama_C_show_each_4e({{ &x + {16} }})
+tests/value/pointer_comparison.c:16:[value] warning: pointer comparison. assert \pointer_comparable((void *)p, (void *)(&y));
+[value] Called Frama_C_show_each_5({{ &x + {16} }})
+[value] Called Frama_C_show_each_5e({{ &x + {16} }})
+tests/value/pointer_comparison.c:18:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)tmp_3, (void *)(&y));
+                 (tmp_3 from p++)
+[value] Called Frama_C_show_each_6({{ &x + {20} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24} }})
+[value] Called Frama_C_show_each_6({{ &x + {20; 24; 28} }})
+[value] Called Frama_C_show_each_6({{ &x + [20..--],0%4 }})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ &x + [20..--],0%4 }}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  p FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; tmp; tmp_0; tmp_1; tmp_2; tmp_3; __retres
+[inout] Inputs for function main:
+          p
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 10)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_0, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 12)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_1, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 14)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_2, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 16)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)p, (void *)(&y));
+            tried with Value.
+[    -    ] Assertion 'Value,ptr_comparison' (file tests/value/pointer_comparison.c, line 18)
+            assert
+            Value: ptr_comparison:
+              \pointer_comparable((void *)tmp_3, (void *)(&y));
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     5 To be validated
+     5 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/pointer_int_cast.err.oracle b/tests/value/oracle_symblocs/pointer_int_cast.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pointer_int_cast.res.oracle b/tests/value/oracle_symblocs/pointer_int_cast.res.oracle
new file mode 100644
index 00000000000..dd6b3dc307d
--- /dev/null
+++ b/tests/value/oracle_symblocs/pointer_int_cast.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pointer_int_cast.i (no preprocessing)
+[value] Analyzing a complete application starting at g
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  q ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+[value] Recording results for g
+[value] done for function g
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  q ∈ {{ &y }}
+  y ∈ {0}
+  i ∈ {{ (int)&y }}
+[from] Computing for function g
+[from] Done for function g
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function g:
+  q FROM y
+  y FROM x; y
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function g:
+          q; y; i
+[inout] Inputs for function g:
+          q; x; y
diff --git a/tests/value/oracle_symblocs/pointer_loop.err.oracle b/tests/value/oracle_symblocs/pointer_loop.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pointer_loop.res.oracle b/tests/value/oracle_symblocs/pointer_loop.res.oracle
new file mode 100644
index 00000000000..266cb1e5325
--- /dev/null
+++ b/tests/value/oracle_symblocs/pointer_loop.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pointer_loop.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  base0 ∈ {7}
+  base1 ∈ {1}
+  base2 ∈ {2}
+  base_p[0] ∈ {{ &base1 }}
+        [1] ∈ {{ &base2 }}
+  Ctrl_p ∈ {0}
+  Ctrl[0..1] ∈ {0}
+  Slot[0].Elements ∈ {2}
+      [0].Ctrl_p ∈ {{ &ACtrl[0] }}
+      [1] ∈ {0}
+  ACtrl[0] ∈ {{ &Ctrl[0] }}
+       [1] ∈ {{ &Ctrl[1] }}
+tests/value/pointer_loop.i:13:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  base1 ∈ {1; 3; 4}
+  base2 ∈ {2; 3; 4}
+  Ctrl_p ∈ {{ NULL ; &base1 ; &base2 }}
+  i ∈ {2}
+  Elements ∈ {2}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  base1 FROM base_p[0..1] (and SELF)
+  base2 FROM base_p[0..1] (and SELF)
+  Ctrl_p FROM base_p[0..1] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          base1; base2; Ctrl_p; i; Elements
+[inout] Inputs for function main:
+          base_p[0..1]; Ctrl_p
diff --git a/tests/value/oracle_symblocs/postcond_leaf.err.oracle b/tests/value/oracle_symblocs/postcond_leaf.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/postcond_leaf.res.oracle b/tests/value/oracle_symblocs/postcond_leaf.res.oracle
new file mode 100644
index 00000000000..f1057b6de45
--- /dev/null
+++ b/tests/value/oracle_symblocs/postcond_leaf.res.oracle
@@ -0,0 +1,217 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/postcond_leaf.c (with preprocessing)
+[value] user error: no assigns specified for function 'g1', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] user error: no assigns specified for function 'g2', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] user error: no assigns specified for function 'g3', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] warning: Generating potentially incorrect assigns for function 'g1' for which option -val-use-spec is set
+tests/value/postcond_leaf.c:37:[kernel] warning: No code nor implicit assigns clause for function g1, generating default assigns from the prototype
+[value] warning: Generating potentially incorrect assigns for function 'g2' for which option -val-use-spec is set
+tests/value/postcond_leaf.c:44:[kernel] warning: No code nor implicit assigns clause for function g2, generating default assigns from the prototype
+[value] warning: Generating potentially incorrect assigns for function 'g3' for which option -val-use-spec is set
+tests/value/postcond_leaf.c:48:[kernel] warning: No code nor implicit assigns clause for function g3, generating default assigns from the prototype
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ [--..--]
+tests/value/postcond_leaf.c:77:[kernel] warning: No code nor implicit assigns clause for function f1, generating default assigns from the prototype
+[value] using specification for function f1
+tests/value/postcond_leaf.c:21:[value] warning: function f1: this postcondition evaluates to false in this context.
+                 If it is valid, either a precondition was not verified for this call,
+                 or some assigns/from clauses are incomplete (or incorrect).
+tests/value/postcond_leaf.c:80:[kernel] warning: No code nor implicit assigns clause for function f2, generating default assigns from the prototype
+[value] using specification for function f2
+tests/value/postcond_leaf.c:26:[value] warning: function f2, behavior b: this postcondition evaluates to false in this
+                 context. If it is valid, either a precondition was not verified for this
+                 call, or some assigns/from clauses are incomplete (or incorrect).
+tests/value/postcond_leaf.c:83:[kernel] warning: No code nor implicit assigns clause for function f3, generating default assigns from the prototype
+[value] using specification for function f3
+tests/value/postcond_leaf.c:86:[kernel] warning: No code nor implicit assigns clause for function f4, generating default assigns from the prototype
+[value] using specification for function f4
+[value] using specification for function g1
+tests/value/postcond_leaf.c:36:[value] warning: function g1: this postcondition evaluates to false in this context.
+                 If it is valid, either a precondition was not verified for this call,
+                 or some assigns/from clauses are incomplete (or incorrect).
+[value] using specification for function g2
+tests/value/postcond_leaf.c:42:[value] warning: function g2, behavior b: this postcondition evaluates to false in this
+                 context. If it is valid, either a precondition was not verified for this
+                 call, or some assigns/from clauses are incomplete (or incorrect).
+[value] using specification for function g3
+tests/value/postcond_leaf.c:51:[value] warning: function h1: postcondition got status invalid.
+tests/value/postcond_leaf.c:57:[value] warning: function h2, behavior b: postcondition got status invalid. (Behavior may be inactive, no reduction performed.)
+tests/value/postcond_leaf.c:62:[value] warning: function h3: postcondition got status unknown.
+tests/value/postcond_leaf.c:66:[value] warning: function h4: postcondition got status invalid.
+tests/value/postcond_leaf.c:111:[kernel] warning: No code nor implicit assigns clause for function k, generating default assigns from the prototype
+[value] using specification for function k
+tests/value/postcond_leaf.c:71:[value] warning: function k: this postcondition evaluates to false in this context.
+                 If it is valid, either a precondition was not verified for this call,
+                 or some assigns/from clauses are incomplete (or incorrect).
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function h1:
+  
+[value:final-states] Values at end of function h2:
+  
+[value:final-states] Values at end of function h3:
+  
+[value:final-states] Values at end of function h4:
+  
+[value:final-states] Values at end of function main:
+  
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f1'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file tests/value/postcond_leaf.c, line 21)
+            Unverifiable but considered Valid.
+[    -    ] Assigns nothing
+            tried with Inferred annotations.
+[    -    ] Default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f2'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition for 'b' (file tests/value/postcond_leaf.c, line 26)
+            Unverifiable but considered Valid.
+[    -    ] Assigns nothing
+            tried with Inferred annotations.
+[  Valid  ] Behavior 'b'
+            by Frama-C kernel.
+[    -    ] Default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f3'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file tests/value/postcond_leaf.c, line 30)
+            Unverifiable but considered Valid.
+[    -    ] Assigns nothing
+            tried with Inferred annotations.
+[    -    ] Default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f4'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file tests/value/postcond_leaf.c, line 33)
+            Unverifiable but considered Valid.
+[    -    ] Assigns nothing
+            tried with Inferred annotations.
+[    -    ] Default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g1'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Post-condition (file tests/value/postcond_leaf.c, line 36)
+            By Value, with pending:
+             - Unreachable g1
+[    -    ] Assigns nothing
+            tried with Inferred annotations.
+[  Alarm  ] Default behavior
+            By Frama-C kernel, with pending:
+             - Assigns nothing
+             - Unreachable g1
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g2'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Post-condition for 'b' (file tests/value/postcond_leaf.c, line 42)
+            By Value, with pending:
+             - Unreachable g2
+[    -    ] Assigns nothing
+            tried with Inferred annotations.
+[  Alarm  ] Behavior 'b'
+            By Frama-C kernel, with pending:
+             - Unreachable g2
+[    -    ] Default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g3'
+--------------------------------------------------------------------------------
+
+[    -    ] Post-condition (file tests/value/postcond_leaf.c, line 47)
+            tried with Value.
+[    -    ] Assigns nothing
+            tried with Inferred annotations.
+[    -    ] Default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'h1'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Post-condition (file tests/value/postcond_leaf.c, line 51)
+            By Value, with pending:
+             - Unreachable h1
+[  Alarm  ] Default behavior
+            By Frama-C kernel, with pending:
+             - Unreachable h1
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'h2'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Post-condition for 'b' (file tests/value/postcond_leaf.c, line 57)
+            By Value, with pending:
+             - Unreachable h2
+[  Alarm  ] Behavior 'b'
+            By Frama-C kernel, with pending:
+             - Unreachable h2
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'h3'
+--------------------------------------------------------------------------------
+
+[    -    ] Post-condition (file tests/value/postcond_leaf.c, line 62)
+            tried with Value.
+[    -    ] Default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'h4'
+--------------------------------------------------------------------------------
+
+[  Alarm  ] Post-condition (file tests/value/postcond_leaf.c, line 66)
+            By Value, with pending:
+             - Unreachable h4
+[  Alarm  ] Default behavior
+            By Frama-C kernel, with pending:
+             - Unreachable h4
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'k'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file tests/value/postcond_leaf.c, line 71)
+            Unverifiable but considered Valid.
+[    -    ] Assigns (file tests/value/postcond_leaf.c, line 72)
+            tried with Inferred annotations.
+[    -    ] Froms (generated)
+            tried with Inferred annotations.
+[    -    ] Froms (file tests/value/postcond_leaf.c, line 72)
+            tried with Inferred annotations.
+[    -    ] Default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     1 Completely validated
+     5 Considered valid
+    20 To be validated
+    10 Alarms emitted
+    36 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/postcondition.err.oracle b/tests/value/oracle_symblocs/postcondition.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/postcondition.res.oracle b/tests/value/oracle_symblocs/postcondition.res.oracle
new file mode 100644
index 00000000000..cd207d20b69
--- /dev/null
+++ b/tests/value/oracle_symblocs/postcondition.res.oracle
@@ -0,0 +1,267 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/postcondition.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  D ∈ {0}
+  E ∈ {0}
+  EX ∈ {0}
+  X ∈ {0}
+  p ∈ {0}
+  TAB[0..9] ∈ {0}
+[value] computing for function get_index <- main.
+        Called from tests/value/postcondition.i:84.
+tests/value/postcondition.i:11:[value] function get_index: precondition got status valid.
+[value] Called Frama_C_show_each_cmd({1})
+tests/value/postcondition.i:18:[value] entering loop for the first time
+[value] computing for function u <- get_index <- main.
+        Called from tests/value/postcondition.i:20.
+tests/value/postcondition.i:20:[kernel] warning: No code nor implicit assigns clause for function u, generating default assigns from the prototype
+[value] using specification for function u
+[value] Done for function u
+[value] computing for function u <- get_index <- main.
+        Called from tests/value/postcondition.i:20.
+[value] Done for function u
+[value] computing for function u <- get_index <- main.
+        Called from tests/value/postcondition.i:20.
+[value] Done for function u
+[value] computing for function u <- get_index <- main.
+        Called from tests/value/postcondition.i:20.
+[value] Done for function u
+tests/value/postcondition.i:12:[value] warning: function get_index: postcondition got status unknown.
+tests/value/postcondition.i:12:[value] function get_index: postcondition got status valid.
+[value] Recording results for get_index
+[value] Done for function get_index
+[value] computing for function u <- main.
+        Called from tests/value/postcondition.i:85.
+[value] Done for function u
+[value] computing for function bound <- main.
+        Called from tests/value/postcondition.i:86.
+tests/value/postcondition.i:26:[value] warning: function bound: postcondition got status unknown.
+[value] Recording results for bound
+[value] Done for function bound
+[value] computing for function u <- main.
+        Called from tests/value/postcondition.i:87.
+[value] Done for function u
+[value] computing for function get_index <- main.
+        Called from tests/value/postcondition.i:87.
+tests/value/postcondition.i:11:[value] warning: function get_index: precondition got status unknown.
+[value] Called Frama_C_show_each_cmd({4})
+[value] computing for function u <- get_index <- main.
+        Called from tests/value/postcondition.i:20.
+[value] Done for function u
+[value] computing for function u <- get_index <- main.
+        Called from tests/value/postcondition.i:20.
+[value] Done for function u
+[value] computing for function u <- get_index <- main.
+        Called from tests/value/postcondition.i:20.
+[value] Done for function u
+[value] computing for function u <- get_index <- main.
+        Called from tests/value/postcondition.i:20.
+[value] Done for function u
+tests/value/postcondition.i:12:[value] warning: function get_index: postcondition got status invalid.
+[value] Recording results for get_index
+[value] Done for function get_index
+[value] computing for function u <- main.
+        Called from tests/value/postcondition.i:88.
+[value] Done for function u
+[value] computing for function cap <- main.
+        Called from tests/value/postcondition.i:89.
+tests/value/postcondition.i:89:[kernel] warning: No code nor implicit assigns clause for function cap, generating default assigns from the prototype
+[value] using specification for function cap
+[value] Done for function cap
+[value] computing for function u <- main.
+        Called from tests/value/postcondition.i:90.
+[value] Done for function u
+[value] computing for function t0 <- main.
+        Called from tests/value/postcondition.i:90.
+tests/value/postcondition.i:33:[value] function t0: postcondition got status valid.
+[value] Recording results for t0
+[value] Done for function t0
+[value] computing for function u <- main.
+        Called from tests/value/postcondition.i:91.
+[value] Done for function u
+[value] computing for function t1 <- main.
+        Called from tests/value/postcondition.i:91.
+tests/value/postcondition.i:38:[value] warning: function t1: postcondition got status invalid.
+[value] Recording results for t1
+[value] Done for function t1
+[value] computing for function u <- main.
+        Called from tests/value/postcondition.i:92.
+[value] Done for function u
+[value] computing for function t2 <- main.
+        Called from tests/value/postcondition.i:92.
+tests/value/postcondition.i:45:[value] function t2: postcondition got status valid.
+[value] Recording results for t2
+[value] Done for function t2
+[value] computing for function u <- main.
+        Called from tests/value/postcondition.i:93.
+[value] Done for function u
+[value] computing for function t3 <- main.
+        Called from tests/value/postcondition.i:93.
+tests/value/postcondition.i:60:[value] function t3: postcondition got status valid.
+[value] Recording results for t3
+[value] Done for function t3
+[value] computing for function t4 <- main.
+        Called from tests/value/postcondition.i:94.
+tests/value/postcondition.i:65:[value] function t4: postcondition got status valid.
+[value] Recording results for t4
+[value] Done for function t4
+[value] computing for function u <- main.
+        Called from tests/value/postcondition.i:95.
+[value] Done for function u
+[value] computing for function t5 <- main.
+        Called from tests/value/postcondition.i:95.
+tests/value/postcondition.i:71:[value] function t5: postcondition got status valid.
+tests/value/postcondition.i:72:[value] function t5: postcondition got status valid.
+[value] Recording results for t5
+[value] Done for function t5
+[value] computing for function f <- main.
+        Called from tests/value/postcondition.i:96.
+tests/value/postcondition.i:78:[value] function f: postcondition got status valid.
+tests/value/postcondition.i:79:[value] warning: function f: postcondition got status invalid.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function bound:
+  cmd ∈ {2}
+  __retres ∈ {0}
+[value:final-states] Values at end of function f:
+  __retres ∈ {0}
+[value:final-states] Values at end of function t0:
+  G ∈ {6}
+[value:final-states] Values at end of function t1:
+  G ∈ {6}
+[value:final-states] Values at end of function t2:
+  G ∈ {6}
+  p ∈ {{ &G }}
+[value:final-states] Values at end of function t3:
+  TAB[0].a ∈ {12}
+     {[0]{.b; .c}; [1..9]} ∈ {0}
+[value:final-states] Values at end of function t4:
+  x ∈ {4}
+  y ∈ {3}
+[value:final-states] Values at end of function t5:
+  x ∈ {9}
+[value:final-states] Values at end of function get_index:
+  ret ∈ [0..2147483647]
+  __retres ∈ [0..2147483647]
+[value:final-states] Values at end of function main:
+  G ∈ {0; 6}
+  B ∈ {0}
+  C ∈ [0..299]
+  D ∈ [-100..100]
+  E ∈ [20..80]
+  EX ∈ [-100..8]
+  X ∈ {0; 8}
+  p ∈ {{ NULL ; &G }}
+  TAB[0].a ∈ {0; 12}
+     {[0]{.b; .c}; [1..9]} ∈ {0}
+[from] Computing for function bound
+[from] Done for function bound
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function t0
+[from] Done for function t0
+[from] Computing for function t1
+[from] Done for function t1
+[from] Computing for function t2
+[from] Done for function t2
+[from] Computing for function t3
+[from] Done for function t3
+[from] Computing for function t4
+[from] Done for function t4
+[from] Computing for function t5
+[from] Done for function t5
+[from] Computing for function get_index
+[from] Computing for function u <-get_index
+[from] Done for function u
+[from] Done for function get_index
+[from] Computing for function main
+[from] Computing for function cap <-main
+[from] Done for function cap
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function bound:
+  \result FROM \nothing
+[from] Function cap:
+  \result FROM min; max
+[from] Function f:
+  \result FROM \nothing
+[from] Function t0:
+  G FROM \nothing
+[from] Function t1:
+  G FROM \nothing
+[from] Function t2:
+  G FROM \nothing
+  p FROM \nothing
+[from] Function t3:
+  TAB[0].a FROM \nothing
+[from] Function t4:
+  NO EFFECTS
+[from] Function t5:
+  \result FROM X
+[from] Function u:
+  \result FROM \nothing
+[from] Function get_index:
+  \result FROM cmd
+[from] Function main:
+  G FROM \nothing (and SELF)
+  B FROM \nothing
+  C FROM \nothing
+  D FROM \nothing
+  E FROM \nothing
+  EX FROM \nothing
+  X FROM \nothing (and SELF)
+  p FROM \nothing (and SELF)
+  TAB[0].a FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function bound:
+          cmd; __retres
+[inout] Inputs for function bound:
+          \nothing
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function t0:
+          G
+[inout] Inputs for function t0:
+          \nothing
+[inout] Out (internal) for function t1:
+          G
+[inout] Inputs for function t1:
+          \nothing
+[inout] Out (internal) for function t2:
+          G; p
+[inout] Inputs for function t2:
+          p
+[inout] Out (internal) for function t3:
+          TAB[0].a
+[inout] Inputs for function t3:
+          \nothing
+[inout] Out (internal) for function t4:
+          x; y
+[inout] Inputs for function t4:
+          \nothing
+[inout] Out (internal) for function t5:
+          x
+[inout] Inputs for function t5:
+          X
+[inout] Out (internal) for function get_index:
+          ret; tmp; __retres
+[inout] Inputs for function get_index:
+          \nothing
+[inout] Out (internal) for function main:
+          G; B; C; D; E; EX; X; p; TAB[0].a; tmp; tmp_0; tmp_1; tmp_2; tmp_3; 
+          tmp_4; tmp_5
+[inout] Inputs for function main:
+          B; X; p
diff --git a/tests/value/oracle_symblocs/pragma.err.oracle b/tests/value/oracle_symblocs/pragma.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pragma.res.oracle b/tests/value/oracle_symblocs/pragma.res.oracle
new file mode 100644
index 00000000000..34774ad2b4b
--- /dev/null
+++ b/tests/value/oracle_symblocs/pragma.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pragma.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/precise_locations.err.oracle b/tests/value/oracle_symblocs/precise_locations.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/precise_locations.res.oracle b/tests/value/oracle_symblocs/precise_locations.res.oracle
new file mode 100644
index 00000000000..d7c447afe55
--- /dev/null
+++ b/tests/value/oracle_symblocs/precise_locations.res.oracle
@@ -0,0 +1,1245 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/precise_locations.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..49] ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  q ∈ {0}
+  r ∈ {0}
+tests/value/precise_locations.i:28:[value] entering loop for the first time
+tests/value/precise_locations.i:29:[value] entering loop for the first time
+[value] DUMPING STATE of file tests/value/precise_locations.i line 33
+        t{[0..48]{.f1[0..4]; .f_inter[0..4]; .f2#; .f_inter2[0..4]; .[bits 328 to 351]#}; [49].f1[0..4]} ∈
+         {0; 10} repeated %32 
+         [49]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+        i ∈ {5}
+        j ∈ {0; 50}
+        q ∈ {0}
+        r ∈ {0}
+        v ∈ [--..--]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/precise_locations.i:34:[value] entering loop for the first time
+tests/value/precise_locations.i:37:[value] entering loop for the first time
+tests/value/precise_locations.i:38:[value] entering loop for the first time
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] DUMPING STATE of file tests/value/precise_locations.i line 42
+        t[0]{.f1[0..4]; .f_inter[0..4]} ∈ {0; 10; 20}
+         [0].f2 ∈ [--..--]
+         [bits 328 to 831]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [1].f2 ∈ [--..--]
+         [bits 840 to 1343]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [2].f2 ∈ [--..--]
+         [bits 1352 to 1855]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [3].f2 ∈ [--..--]
+         [bits 1864 to 2367]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [4].f2 ∈ [--..--]
+         [bits 2376 to 2879]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [5].f2 ∈ [--..--]
+         [bits 2888 to 3391]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [6].f2 ∈ [--..--]
+         [bits 3400 to 3903]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [7].f2 ∈ [--..--]
+         [bits 3912 to 4415]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [8].f2 ∈ [--..--]
+         [bits 4424 to 4927]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [9].f2 ∈ [--..--]
+         [bits 4936 to 5439]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [10].f2 ∈ [--..--]
+         [bits 5448 to 5951]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [11].f2 ∈ [--..--]
+         [bits 5960 to 6463]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [12].f2 ∈ [--..--]
+         [bits 6472 to 6975]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [13].f2 ∈ [--..--]
+         [bits 6984 to 7487]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [14].f2 ∈ [--..--]
+         [bits 7496 to 7999]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [15].f2 ∈ [--..--]
+         [bits 8008 to 8511]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [16].f2 ∈ [--..--]
+         [bits 8520 to 9023]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [17].f2 ∈ [--..--]
+         [bits 9032 to 9535]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [18].f2 ∈ [--..--]
+         [bits 9544 to 10047]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [19].f2 ∈ [--..--]
+         [bits 10056 to 10559]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [20].f2 ∈ [--..--]
+         [bits 10568 to 11071]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [21].f2 ∈ [--..--]
+         [bits 11080 to 11583]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [22].f2 ∈ [--..--]
+         [bits 11592 to 12095]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [23].f2 ∈ [--..--]
+         [bits 12104 to 12607]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [24].f2 ∈ [--..--]
+         [bits 12616 to 13119]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [25].f2 ∈ [--..--]
+         [bits 13128 to 13631]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [26].f2 ∈ [--..--]
+         [bits 13640 to 14143]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [27].f2 ∈ [--..--]
+         [bits 14152 to 14655]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [28].f2 ∈ [--..--]
+         [bits 14664 to 15167]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [29].f2 ∈ [--..--]
+         [bits 15176 to 15679]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [30].f2 ∈ [--..--]
+         [bits 15688 to 16191]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [31].f2 ∈ [--..--]
+         [bits 16200 to 16703]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [32].f2 ∈ [--..--]
+         [bits 16712 to 17215]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [33].f2 ∈ [--..--]
+         [bits 17224 to 17727]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [34].f2 ∈ [--..--]
+         [bits 17736 to 18239]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [35].f2 ∈ [--..--]
+         [bits 18248 to 18751]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [36].f2 ∈ [--..--]
+         [bits 18760 to 19263]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [37].f2 ∈ [--..--]
+         [bits 19272 to 19775]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [38].f2 ∈ [--..--]
+         [bits 19784 to 20287]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [39].f2 ∈ [--..--]
+         [bits 20296 to 20799]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [40].f2 ∈ [--..--]
+         [bits 20808 to 21311]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [41].f2 ∈ [--..--]
+         [bits 21320 to 21823]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [42].f2 ∈ [--..--]
+         [bits 21832 to 22335]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [43].f2 ∈ [--..--]
+         [bits 22344 to 22847]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [44].f2 ∈ [--..--]
+         [bits 22856 to 23359]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [45].f2 ∈ [--..--]
+         [bits 23368 to 23871]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [46].f2 ∈ [--..--]
+         [bits 23880 to 24383]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [47].f2 ∈ [--..--]
+         [bits 24392 to 24895]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+         [48].f2 ∈ [--..--]
+         [bits 24904 to 25247]# ∈ {0; 10; 20} repeated %32, bits 8 to 351 
+         [49].f_inter[0..4] ∈ {0}
+         [49].f2 ∈ {-99; 0}
+         [49]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+        i ∈ {5}
+        j ∈ {50}
+        q ∈ {0}
+        r ∈ {0}
+        v ∈ [--..--]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/precise_locations.i:44:[value] entering loop for the first time
+tests/value/precise_locations.i:45:[value] entering loop for the first time
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] using specification for function f
+tests/value/precise_locations.i:18:[value] function f: precondition got status valid.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] using specification for function g
+tests/value/precise_locations.i:21:[value] function g: precondition got status valid.
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+tests/value/precise_locations.i:46:[value] warning: signed overflow. assert t[j].f1[i]+1 ≤ 2147483647;
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+tests/value/precise_locations.i:18:[value] warning: function f: precondition got status unknown.
+[value] Done for function f
+tests/value/precise_locations.i:49:[value] warning: signed overflow. assert t[j].f1[i]+1 ≤ 2147483647;
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+tests/value/precise_locations.i:21:[value] warning: function g: precondition got status unknown.
+[value] Done for function g
+tests/value/precise_locations.i:52:[value] warning: signed overflow. assert -2147483648 ≤ q+r;
+tests/value/precise_locations.i:52:[value] warning: signed overflow. assert q+r ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function ct:
+  __retres ∈ {20}
+[value:final-states] Values at end of function main:
+  t[0]{.f1[0..4]; .f_inter[0..4]} ∈ {0; 10; 20}
+   [0].f2 ∈ [--..--]
+   [bits 328 to 831]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [1].f2 ∈ [--..--]
+   [bits 840 to 1343]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [2].f2 ∈ [--..--]
+   [bits 1352 to 1855]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [3].f2 ∈ [--..--]
+   [bits 1864 to 2367]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [4].f2 ∈ [--..--]
+   [bits 2376 to 2879]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [5].f2 ∈ [--..--]
+   [bits 2888 to 3391]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [6].f2 ∈ [--..--]
+   [bits 3400 to 3903]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [7].f2 ∈ [--..--]
+   [bits 3912 to 4415]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [8].f2 ∈ [--..--]
+   [bits 4424 to 4927]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [9].f2 ∈ [--..--]
+   [bits 4936 to 5439]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [10].f2 ∈ [--..--]
+   [bits 5448 to 5951]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [11].f2 ∈ [--..--]
+   [bits 5960 to 6463]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [12].f2 ∈ [--..--]
+   [bits 6472 to 6975]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [13].f2 ∈ [--..--]
+   [bits 6984 to 7487]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [14].f2 ∈ [--..--]
+   [bits 7496 to 7999]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [15].f2 ∈ [--..--]
+   [bits 8008 to 8511]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [16].f2 ∈ [--..--]
+   [bits 8520 to 9023]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [17].f2 ∈ [--..--]
+   [bits 9032 to 9535]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [18].f2 ∈ [--..--]
+   [bits 9544 to 10047]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [19].f2 ∈ [--..--]
+   [bits 10056 to 10559]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [20].f2 ∈ [--..--]
+   [bits 10568 to 11071]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [21].f2 ∈ [--..--]
+   [bits 11080 to 11583]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [22].f2 ∈ [--..--]
+   [bits 11592 to 12095]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [23].f2 ∈ [--..--]
+   [bits 12104 to 12607]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [24].f2 ∈ [--..--]
+   [bits 12616 to 13119]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [25].f2 ∈ [--..--]
+   [bits 13128 to 13631]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [26].f2 ∈ [--..--]
+   [bits 13640 to 14143]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [27].f2 ∈ [--..--]
+   [bits 14152 to 14655]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [28].f2 ∈ [--..--]
+   [bits 14664 to 15167]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [29].f2 ∈ [--..--]
+   [bits 15176 to 15679]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [30].f2 ∈ [--..--]
+   [bits 15688 to 16191]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [31].f2 ∈ [--..--]
+   [bits 16200 to 16703]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [32].f2 ∈ [--..--]
+   [bits 16712 to 17215]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [33].f2 ∈ [--..--]
+   [bits 17224 to 17727]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [34].f2 ∈ [--..--]
+   [bits 17736 to 18239]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [35].f2 ∈ [--..--]
+   [bits 18248 to 18751]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [36].f2 ∈ [--..--]
+   [bits 18760 to 19263]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [37].f2 ∈ [--..--]
+   [bits 19272 to 19775]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [38].f2 ∈ [--..--]
+   [bits 19784 to 20287]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [39].f2 ∈ [--..--]
+   [bits 20296 to 20799]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [40].f2 ∈ [--..--]
+   [bits 20808 to 21311]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [41].f2 ∈ [--..--]
+   [bits 21320 to 21823]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [42].f2 ∈ [--..--]
+   [bits 21832 to 22335]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [43].f2 ∈ [--..--]
+   [bits 22344 to 22847]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [44].f2 ∈ [--..--]
+   [bits 22856 to 23359]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [45].f2 ∈ [--..--]
+   [bits 23368 to 23871]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [46].f2 ∈ [--..--]
+   [bits 23880 to 24383]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [47].f2 ∈ [--..--]
+   [bits 24392 to 24895]# ∈ {0; 10; 20} repeated %32, bits 8 to 511 
+   [48].f2 ∈ [--..--]
+   [bits 24904 to 25247]# ∈ {0; 10; 20} repeated %32, bits 8 to 351 
+   [49].f_inter[0..4] ∈ {0}
+   [49].f2 ∈ {-99; 0}
+   [49]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+  i ∈ {5}
+  j ∈ {50}
+  q[bits 0 to 7] ∈ [--..--]
+   [bits 8 to 31]# ∈ {0; 10; 20}%32, bits 8 to 31 
+  r ∈ [-2147483647..2147483647]
+  __retres ∈ [--..--]
+[from] Computing for function ct
+[from] Done for function ct
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Computing for function g <-main
+[from] Done for function g
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function ct:
+  \result FROM \nothing
+[from] Function f:
+  NO EFFECTS
+[from] Function g:
+  NO EFFECTS
+[from] Function main:
+  t{{[0..48]; [49].f1[0..4]}; [49].f2} FROM \nothing (and SELF)
+  i FROM \nothing
+  j FROM \nothing
+  q FROM t{[0..48]; [49].f1[0..4]} (and SELF)
+  r FROM t{[0..48]; [49].f1[0..4]} (and SELF)
+  \result FROM t{[0..48]; [49].f1[0..4]}; q; r
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function ct:
+          __retres
+[inout] Inputs for function ct:
+          \nothing
+[inout] Out (internal) for function main:
+          t{{[0..48]; [49].f1[0..4]}; [49].f2}; i; j; q; r; __retres
+[inout] Inputs for function main:
+          t{[0..48]; [49].f1[0..4]}; i; j; q; r
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f'
+--------------------------------------------------------------------------------
+
+[    -    ] Pre-condition (file tests/value/precise_locations.i, line 18)
+            tried with Call Preconditions.
+[ Extern  ] Assigns nothing
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g'
+--------------------------------------------------------------------------------
+
+[    -    ] Pre-condition (file tests/value/precise_locations.i, line 21)
+            tried with Call Preconditions.
+[ Extern  ] Assigns nothing
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,signed_overflow' (file tests/value/precise_locations.i, line 46)
+            tried with Value.
+[    -    ] Assertion 'Value,signed_overflow' (file tests/value/precise_locations.i, line 49)
+            tried with Value.
+[    -    ] Assertion 'Value,signed_overflow' (file tests/value/precise_locations.i, line 52)
+            tried with Value.
+[    -    ] Assertion 'Value,signed_overflow' (file tests/value/precise_locations.i, line 52)
+            tried with Value.
+[    -    ] Instance of 'Pre-condition (file tests/value/precise_locations.i, line 18)' at call 'f' (file tests/value/precise_locations.i, line 48)
+
+            tried with Value.
+[    -    ] Instance of 'Pre-condition (file tests/value/precise_locations.i, line 21)' at call 'g' (file tests/value/precise_locations.i, line 49)
+
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     2 Completely validated
+     2 Considered valid
+     8 To be validated
+    12 Total
+--------------------------------------------------------------------------------
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..49] ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  q ∈ {0}
+  r ∈ {0}
+[value] DUMPING STATE of file tests/value/precise_locations.i line 33
+        t[0].f1[0..4] ∈ {0; 10}
+         [0]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [1].f1[0..4] ∈ {0; 10}
+         [1]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [2].f1[0..4] ∈ {0; 10}
+         [2]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [3].f1[0..4] ∈ {0; 10}
+         [3]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [4].f1[0..4] ∈ {0; 10}
+         [4]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [5].f1[0..4] ∈ {0; 10}
+         [5]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [6].f1[0..4] ∈ {0; 10}
+         [6]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [7].f1[0..4] ∈ {0; 10}
+         [7]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [8].f1[0..4] ∈ {0; 10}
+         [8]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [9].f1[0..4] ∈ {0; 10}
+         [9]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [10].f1[0..4] ∈ {0; 10}
+         [10]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [11].f1[0..4] ∈ {0; 10}
+         [11]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [12].f1[0..4] ∈ {0; 10}
+         [12]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [13].f1[0..4] ∈ {0; 10}
+         [13]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [14].f1[0..4] ∈ {0; 10}
+         [14]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [15].f1[0..4] ∈ {0; 10}
+         [15]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [16].f1[0..4] ∈ {0; 10}
+         [16]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [17].f1[0..4] ∈ {0; 10}
+         [17]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [18].f1[0..4] ∈ {0; 10}
+         [18]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [19].f1[0..4] ∈ {0; 10}
+         [19]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [20].f1[0..4] ∈ {0; 10}
+         [20]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [21].f1[0..4] ∈ {0; 10}
+         [21]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [22].f1[0..4] ∈ {0; 10}
+         [22]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [23].f1[0..4] ∈ {0; 10}
+         [23]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [24].f1[0..4] ∈ {0; 10}
+         [24]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [25].f1[0..4] ∈ {0; 10}
+         [25]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [26].f1[0..4] ∈ {0; 10}
+         [26]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [27].f1[0..4] ∈ {0; 10}
+         [27]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [28].f1[0..4] ∈ {0; 10}
+         [28]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [29].f1[0..4] ∈ {0; 10}
+         [29]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [30].f1[0..4] ∈ {0; 10}
+         [30]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [31].f1[0..4] ∈ {0; 10}
+         [31]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [32].f1[0..4] ∈ {0; 10}
+         [32]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [33].f1[0..4] ∈ {0; 10}
+         [33]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [34].f1[0..4] ∈ {0; 10}
+         [34]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [35].f1[0..4] ∈ {0; 10}
+         [35]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [36].f1[0..4] ∈ {0; 10}
+         [36]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [37].f1[0..4] ∈ {0; 10}
+         [37]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [38].f1[0..4] ∈ {0; 10}
+         [38]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [39].f1[0..4] ∈ {0; 10}
+         [39]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [40].f1[0..4] ∈ {0; 10}
+         [40]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [41].f1[0..4] ∈ {0; 10}
+         [41]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [42].f1[0..4] ∈ {0; 10}
+         [42]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [43].f1[0..4] ∈ {0; 10}
+         [43]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [44].f1[0..4] ∈ {0; 10}
+         [44]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [45].f1[0..4] ∈ {0; 10}
+         [45]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [46].f1[0..4] ∈ {0; 10}
+         [46]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [47].f1[0..4] ∈ {0; 10}
+         [47]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [48].f1[0..4] ∈ {0; 10}
+         [48]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [49].f1[0..4] ∈ {0; 10}
+         [49]{.f_inter[0..4]; .f2; .f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+        i ∈ {5}
+        j ∈ {0; 50}
+        q ∈ {0}
+        r ∈ {0}
+        v ∈ [--..--]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] computing for function ct <- main.
+        Called from tests/value/precise_locations.i:39.
+[value] Recording results for ct
+[value] Done for function ct
+[value] DUMPING STATE of file tests/value/precise_locations.i line 42
+        t[0].f1[0..4] ∈ {0; 10; 20}
+         [0].f_inter[0..4] ∈ {0}
+         [0].f2 ∈ {-99; 0}
+         [0]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [1].f1[0..4] ∈ {0; 10; 20}
+         [1].f_inter[0..4] ∈ {0}
+         [1].f2 ∈ {-99; 0}
+         [1]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [2].f1[0..4] ∈ {0; 10; 20}
+         [2].f_inter[0..4] ∈ {0}
+         [2].f2 ∈ {-99; 0}
+         [2]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [3].f1[0..4] ∈ {0; 10; 20}
+         [3].f_inter[0..4] ∈ {0}
+         [3].f2 ∈ {-99; 0}
+         [3]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [4].f1[0..4] ∈ {0; 10; 20}
+         [4].f_inter[0..4] ∈ {0}
+         [4].f2 ∈ {-99; 0}
+         [4]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [5].f1[0..4] ∈ {0; 10; 20}
+         [5].f_inter[0..4] ∈ {0}
+         [5].f2 ∈ {-99; 0}
+         [5]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [6].f1[0..4] ∈ {0; 10; 20}
+         [6].f_inter[0..4] ∈ {0}
+         [6].f2 ∈ {-99; 0}
+         [6]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [7].f1[0..4] ∈ {0; 10; 20}
+         [7].f_inter[0..4] ∈ {0}
+         [7].f2 ∈ {-99; 0}
+         [7]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [8].f1[0..4] ∈ {0; 10; 20}
+         [8].f_inter[0..4] ∈ {0}
+         [8].f2 ∈ {-99; 0}
+         [8]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [9].f1[0..4] ∈ {0; 10; 20}
+         [9].f_inter[0..4] ∈ {0}
+         [9].f2 ∈ {-99; 0}
+         [9]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [10].f1[0..4] ∈ {0; 10; 20}
+         [10].f_inter[0..4] ∈ {0}
+         [10].f2 ∈ {-99; 0}
+         [10]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [11].f1[0..4] ∈ {0; 10; 20}
+         [11].f_inter[0..4] ∈ {0}
+         [11].f2 ∈ {-99; 0}
+         [11]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [12].f1[0..4] ∈ {0; 10; 20}
+         [12].f_inter[0..4] ∈ {0}
+         [12].f2 ∈ {-99; 0}
+         [12]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [13].f1[0..4] ∈ {0; 10; 20}
+         [13].f_inter[0..4] ∈ {0}
+         [13].f2 ∈ {-99; 0}
+         [13]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [14].f1[0..4] ∈ {0; 10; 20}
+         [14].f_inter[0..4] ∈ {0}
+         [14].f2 ∈ {-99; 0}
+         [14]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [15].f1[0..4] ∈ {0; 10; 20}
+         [15].f_inter[0..4] ∈ {0}
+         [15].f2 ∈ {-99; 0}
+         [15]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [16].f1[0..4] ∈ {0; 10; 20}
+         [16].f_inter[0..4] ∈ {0}
+         [16].f2 ∈ {-99; 0}
+         [16]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [17].f1[0..4] ∈ {0; 10; 20}
+         [17].f_inter[0..4] ∈ {0}
+         [17].f2 ∈ {-99; 0}
+         [17]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [18].f1[0..4] ∈ {0; 10; 20}
+         [18].f_inter[0..4] ∈ {0}
+         [18].f2 ∈ {-99; 0}
+         [18]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [19].f1[0..4] ∈ {0; 10; 20}
+         [19].f_inter[0..4] ∈ {0}
+         [19].f2 ∈ {-99; 0}
+         [19]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [20].f1[0..4] ∈ {0; 10; 20}
+         [20].f_inter[0..4] ∈ {0}
+         [20].f2 ∈ {-99; 0}
+         [20]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [21].f1[0..4] ∈ {0; 10; 20}
+         [21].f_inter[0..4] ∈ {0}
+         [21].f2 ∈ {-99; 0}
+         [21]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [22].f1[0..4] ∈ {0; 10; 20}
+         [22].f_inter[0..4] ∈ {0}
+         [22].f2 ∈ {-99; 0}
+         [22]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [23].f1[0..4] ∈ {0; 10; 20}
+         [23].f_inter[0..4] ∈ {0}
+         [23].f2 ∈ {-99; 0}
+         [23]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [24].f1[0..4] ∈ {0; 10; 20}
+         [24].f_inter[0..4] ∈ {0}
+         [24].f2 ∈ {-99; 0}
+         [24]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [25].f1[0..4] ∈ {0; 10; 20}
+         [25].f_inter[0..4] ∈ {0}
+         [25].f2 ∈ {-99; 0}
+         [25]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [26].f1[0..4] ∈ {0; 10; 20}
+         [26].f_inter[0..4] ∈ {0}
+         [26].f2 ∈ {-99; 0}
+         [26]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [27].f1[0..4] ∈ {0; 10; 20}
+         [27].f_inter[0..4] ∈ {0}
+         [27].f2 ∈ {-99; 0}
+         [27]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [28].f1[0..4] ∈ {0; 10; 20}
+         [28].f_inter[0..4] ∈ {0}
+         [28].f2 ∈ {-99; 0}
+         [28]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [29].f1[0..4] ∈ {0; 10; 20}
+         [29].f_inter[0..4] ∈ {0}
+         [29].f2 ∈ {-99; 0}
+         [29]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [30].f1[0..4] ∈ {0; 10; 20}
+         [30].f_inter[0..4] ∈ {0}
+         [30].f2 ∈ {-99; 0}
+         [30]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [31].f1[0..4] ∈ {0; 10; 20}
+         [31].f_inter[0..4] ∈ {0}
+         [31].f2 ∈ {-99; 0}
+         [31]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [32].f1[0..4] ∈ {0; 10; 20}
+         [32].f_inter[0..4] ∈ {0}
+         [32].f2 ∈ {-99; 0}
+         [32]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [33].f1[0..4] ∈ {0; 10; 20}
+         [33].f_inter[0..4] ∈ {0}
+         [33].f2 ∈ {-99; 0}
+         [33]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [34].f1[0..4] ∈ {0; 10; 20}
+         [34].f_inter[0..4] ∈ {0}
+         [34].f2 ∈ {-99; 0}
+         [34]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [35].f1[0..4] ∈ {0; 10; 20}
+         [35].f_inter[0..4] ∈ {0}
+         [35].f2 ∈ {-99; 0}
+         [35]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [36].f1[0..4] ∈ {0; 10; 20}
+         [36].f_inter[0..4] ∈ {0}
+         [36].f2 ∈ {-99; 0}
+         [36]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [37].f1[0..4] ∈ {0; 10; 20}
+         [37].f_inter[0..4] ∈ {0}
+         [37].f2 ∈ {-99; 0}
+         [37]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [38].f1[0..4] ∈ {0; 10; 20}
+         [38].f_inter[0..4] ∈ {0}
+         [38].f2 ∈ {-99; 0}
+         [38]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [39].f1[0..4] ∈ {0; 10; 20}
+         [39].f_inter[0..4] ∈ {0}
+         [39].f2 ∈ {-99; 0}
+         [39]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [40].f1[0..4] ∈ {0; 10; 20}
+         [40].f_inter[0..4] ∈ {0}
+         [40].f2 ∈ {-99; 0}
+         [40]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [41].f1[0..4] ∈ {0; 10; 20}
+         [41].f_inter[0..4] ∈ {0}
+         [41].f2 ∈ {-99; 0}
+         [41]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [42].f1[0..4] ∈ {0; 10; 20}
+         [42].f_inter[0..4] ∈ {0}
+         [42].f2 ∈ {-99; 0}
+         [42]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [43].f1[0..4] ∈ {0; 10; 20}
+         [43].f_inter[0..4] ∈ {0}
+         [43].f2 ∈ {-99; 0}
+         [43]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [44].f1[0..4] ∈ {0; 10; 20}
+         [44].f_inter[0..4] ∈ {0}
+         [44].f2 ∈ {-99; 0}
+         [44]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [45].f1[0..4] ∈ {0; 10; 20}
+         [45].f_inter[0..4] ∈ {0}
+         [45].f2 ∈ {-99; 0}
+         [45]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [46].f1[0..4] ∈ {0; 10; 20}
+         [46].f_inter[0..4] ∈ {0}
+         [46].f2 ∈ {-99; 0}
+         [46]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [47].f1[0..4] ∈ {0; 10; 20}
+         [47].f_inter[0..4] ∈ {0}
+         [47].f2 ∈ {-99; 0}
+         [47]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [48].f1[0..4] ∈ {0; 10; 20}
+         [48].f_inter[0..4] ∈ {0}
+         [48].f2 ∈ {-99; 0}
+         [48]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+         [49].f1[0..4] ∈ {0; 10; 20}
+         [49].f_inter[0..4] ∈ {0}
+         [49].f2 ∈ {-99; 0}
+         [49]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+        i ∈ {5}
+        j ∈ {50}
+        q ∈ {0}
+        r ∈ {0}
+        v ∈ [--..--]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/precise_locations.i:48.
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precise_locations.i:49.
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+tests/value/precise_locations.i:46:[value] assertion 'Value,signed_overflow' got final status valid.
+tests/value/precise_locations.i:49:[value] assertion 'Value,signed_overflow' got final status valid.
+tests/value/precise_locations.i:52:[value] assertion 'Value,signed_overflow' got final status valid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function ct:
+  __retres ∈ {20}
+[value:final-states] Values at end of function main:
+  t[0].f1[0..4] ∈ {0; 10; 20}
+   [0].f_inter[0..4] ∈ {0}
+   [0].f2 ∈ {-99; 0}
+   [0]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [1].f1[0..4] ∈ {0; 10; 20}
+   [1].f_inter[0..4] ∈ {0}
+   [1].f2 ∈ {-99; 0}
+   [1]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [2].f1[0..4] ∈ {0; 10; 20}
+   [2].f_inter[0..4] ∈ {0}
+   [2].f2 ∈ {-99; 0}
+   [2]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [3].f1[0..4] ∈ {0; 10; 20}
+   [3].f_inter[0..4] ∈ {0}
+   [3].f2 ∈ {-99; 0}
+   [3]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [4].f1[0..4] ∈ {0; 10; 20}
+   [4].f_inter[0..4] ∈ {0}
+   [4].f2 ∈ {-99; 0}
+   [4]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [5].f1[0..4] ∈ {0; 10; 20}
+   [5].f_inter[0..4] ∈ {0}
+   [5].f2 ∈ {-99; 0}
+   [5]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [6].f1[0..4] ∈ {0; 10; 20}
+   [6].f_inter[0..4] ∈ {0}
+   [6].f2 ∈ {-99; 0}
+   [6]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [7].f1[0..4] ∈ {0; 10; 20}
+   [7].f_inter[0..4] ∈ {0}
+   [7].f2 ∈ {-99; 0}
+   [7]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [8].f1[0..4] ∈ {0; 10; 20}
+   [8].f_inter[0..4] ∈ {0}
+   [8].f2 ∈ {-99; 0}
+   [8]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [9].f1[0..4] ∈ {0; 10; 20}
+   [9].f_inter[0..4] ∈ {0}
+   [9].f2 ∈ {-99; 0}
+   [9]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [10].f1[0..4] ∈ {0; 10; 20}
+   [10].f_inter[0..4] ∈ {0}
+   [10].f2 ∈ {-99; 0}
+   [10]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [11].f1[0..4] ∈ {0; 10; 20}
+   [11].f_inter[0..4] ∈ {0}
+   [11].f2 ∈ {-99; 0}
+   [11]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [12].f1[0..4] ∈ {0; 10; 20}
+   [12].f_inter[0..4] ∈ {0}
+   [12].f2 ∈ {-99; 0}
+   [12]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [13].f1[0..4] ∈ {0; 10; 20}
+   [13].f_inter[0..4] ∈ {0}
+   [13].f2 ∈ {-99; 0}
+   [13]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [14].f1[0..4] ∈ {0; 10; 20}
+   [14].f_inter[0..4] ∈ {0}
+   [14].f2 ∈ {-99; 0}
+   [14]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [15].f1[0..4] ∈ {0; 10; 20}
+   [15].f_inter[0..4] ∈ {0}
+   [15].f2 ∈ {-99; 0}
+   [15]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [16].f1[0..4] ∈ {0; 10; 20}
+   [16].f_inter[0..4] ∈ {0}
+   [16].f2 ∈ {-99; 0}
+   [16]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [17].f1[0..4] ∈ {0; 10; 20}
+   [17].f_inter[0..4] ∈ {0}
+   [17].f2 ∈ {-99; 0}
+   [17]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [18].f1[0..4] ∈ {0; 10; 20}
+   [18].f_inter[0..4] ∈ {0}
+   [18].f2 ∈ {-99; 0}
+   [18]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [19].f1[0..4] ∈ {0; 10; 20}
+   [19].f_inter[0..4] ∈ {0}
+   [19].f2 ∈ {-99; 0}
+   [19]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [20].f1[0..4] ∈ {0; 10; 20}
+   [20].f_inter[0..4] ∈ {0}
+   [20].f2 ∈ {-99; 0}
+   [20]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [21].f1[0..4] ∈ {0; 10; 20}
+   [21].f_inter[0..4] ∈ {0}
+   [21].f2 ∈ {-99; 0}
+   [21]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [22].f1[0..4] ∈ {0; 10; 20}
+   [22].f_inter[0..4] ∈ {0}
+   [22].f2 ∈ {-99; 0}
+   [22]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [23].f1[0..4] ∈ {0; 10; 20}
+   [23].f_inter[0..4] ∈ {0}
+   [23].f2 ∈ {-99; 0}
+   [23]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [24].f1[0..4] ∈ {0; 10; 20}
+   [24].f_inter[0..4] ∈ {0}
+   [24].f2 ∈ {-99; 0}
+   [24]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [25].f1[0..4] ∈ {0; 10; 20}
+   [25].f_inter[0..4] ∈ {0}
+   [25].f2 ∈ {-99; 0}
+   [25]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [26].f1[0..4] ∈ {0; 10; 20}
+   [26].f_inter[0..4] ∈ {0}
+   [26].f2 ∈ {-99; 0}
+   [26]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [27].f1[0..4] ∈ {0; 10; 20}
+   [27].f_inter[0..4] ∈ {0}
+   [27].f2 ∈ {-99; 0}
+   [27]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [28].f1[0..4] ∈ {0; 10; 20}
+   [28].f_inter[0..4] ∈ {0}
+   [28].f2 ∈ {-99; 0}
+   [28]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [29].f1[0..4] ∈ {0; 10; 20}
+   [29].f_inter[0..4] ∈ {0}
+   [29].f2 ∈ {-99; 0}
+   [29]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [30].f1[0..4] ∈ {0; 10; 20}
+   [30].f_inter[0..4] ∈ {0}
+   [30].f2 ∈ {-99; 0}
+   [30]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [31].f1[0..4] ∈ {0; 10; 20}
+   [31].f_inter[0..4] ∈ {0}
+   [31].f2 ∈ {-99; 0}
+   [31]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [32].f1[0..4] ∈ {0; 10; 20}
+   [32].f_inter[0..4] ∈ {0}
+   [32].f2 ∈ {-99; 0}
+   [32]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [33].f1[0..4] ∈ {0; 10; 20}
+   [33].f_inter[0..4] ∈ {0}
+   [33].f2 ∈ {-99; 0}
+   [33]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [34].f1[0..4] ∈ {0; 10; 20}
+   [34].f_inter[0..4] ∈ {0}
+   [34].f2 ∈ {-99; 0}
+   [34]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [35].f1[0..4] ∈ {0; 10; 20}
+   [35].f_inter[0..4] ∈ {0}
+   [35].f2 ∈ {-99; 0}
+   [35]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [36].f1[0..4] ∈ {0; 10; 20}
+   [36].f_inter[0..4] ∈ {0}
+   [36].f2 ∈ {-99; 0}
+   [36]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [37].f1[0..4] ∈ {0; 10; 20}
+   [37].f_inter[0..4] ∈ {0}
+   [37].f2 ∈ {-99; 0}
+   [37]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [38].f1[0..4] ∈ {0; 10; 20}
+   [38].f_inter[0..4] ∈ {0}
+   [38].f2 ∈ {-99; 0}
+   [38]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [39].f1[0..4] ∈ {0; 10; 20}
+   [39].f_inter[0..4] ∈ {0}
+   [39].f2 ∈ {-99; 0}
+   [39]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [40].f1[0..4] ∈ {0; 10; 20}
+   [40].f_inter[0..4] ∈ {0}
+   [40].f2 ∈ {-99; 0}
+   [40]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [41].f1[0..4] ∈ {0; 10; 20}
+   [41].f_inter[0..4] ∈ {0}
+   [41].f2 ∈ {-99; 0}
+   [41]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [42].f1[0..4] ∈ {0; 10; 20}
+   [42].f_inter[0..4] ∈ {0}
+   [42].f2 ∈ {-99; 0}
+   [42]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [43].f1[0..4] ∈ {0; 10; 20}
+   [43].f_inter[0..4] ∈ {0}
+   [43].f2 ∈ {-99; 0}
+   [43]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [44].f1[0..4] ∈ {0; 10; 20}
+   [44].f_inter[0..4] ∈ {0}
+   [44].f2 ∈ {-99; 0}
+   [44]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [45].f1[0..4] ∈ {0; 10; 20}
+   [45].f_inter[0..4] ∈ {0}
+   [45].f2 ∈ {-99; 0}
+   [45]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [46].f1[0..4] ∈ {0; 10; 20}
+   [46].f_inter[0..4] ∈ {0}
+   [46].f2 ∈ {-99; 0}
+   [46]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [47].f1[0..4] ∈ {0; 10; 20}
+   [47].f_inter[0..4] ∈ {0}
+   [47].f2 ∈ {-99; 0}
+   [47]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [48].f1[0..4] ∈ {0; 10; 20}
+   [48].f_inter[0..4] ∈ {0}
+   [48].f2 ∈ {-99; 0}
+   [48]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+   [49].f1[0..4] ∈ {0; 10; 20}
+   [49].f_inter[0..4] ∈ {0}
+   [49].f2 ∈ {-99; 0}
+   [49]{.f_inter2[0..4]; .[bits 328 to 351]} ∈ {0}
+  i ∈ {5}
+  j ∈ {50}
+  q ∈ {0; 10; 20}
+  r ∈ {0; 1; 11; 21}
+  __retres ∈ {0; 1; 10; 11; 20; 21; 31; 41}
+[from] Computing for function ct
+[from] Done for function ct
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Computing for function g <-main
+[from] Done for function g
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function ct:
+  \result FROM \nothing
+[from] Function f:
+  NO EFFECTS
+[from] Function g:
+  NO EFFECTS
+[from] Function main:
+  t{[0].f1[0..4]; [0].f2; [1].f1[0..4]; [1].f2; [2].f1[0..4]; [2].f2;
+    [3].f1[0..4]; [3].f2; [4].f1[0..4]; [4].f2; [5].f1[0..4]; [5].f2;
+    [6].f1[0..4]; [6].f2; [7].f1[0..4]; [7].f2; [8].f1[0..4]; [8].f2;
+    [9].f1[0..4]; [9].f2; [10].f1[0..4]; [10].f2; [11].f1[0..4]; [11].f2;
+    [12].f1[0..4]; [12].f2; [13].f1[0..4]; [13].f2; [14].f1[0..4]; [14].f2;
+    [15].f1[0..4]; [15].f2; [16].f1[0..4]; [16].f2; [17].f1[0..4]; [17].f2;
+    [18].f1[0..4]; [18].f2; [19].f1[0..4]; [19].f2; [20].f1[0..4]; [20].f2;
+    [21].f1[0..4]; [21].f2; [22].f1[0..4]; [22].f2; [23].f1[0..4]; [23].f2;
+    [24].f1[0..4]; [24].f2; [25].f1[0..4]; [25].f2; [26].f1[0..4]; [26].f2;
+    [27].f1[0..4]; [27].f2; [28].f1[0..4]; [28].f2; [29].f1[0..4]; [29].f2;
+    [30].f1[0..4]; [30].f2; [31].f1[0..4]; [31].f2; [32].f1[0..4]; [32].f2;
+    [33].f1[0..4]; [33].f2; [34].f1[0..4]; [34].f2; [35].f1[0..4]; [35].f2;
+    [36].f1[0..4]; [36].f2; [37].f1[0..4]; [37].f2; [38].f1[0..4]; [38].f2;
+    [39].f1[0..4]; [39].f2; [40].f1[0..4]; [40].f2; [41].f1[0..4]; [41].f2;
+    [42].f1[0..4]; [42].f2; [43].f1[0..4]; [43].f2; [44].f1[0..4]; [44].f2;
+    [45].f1[0..4]; [45].f2; [46].f1[0..4]; [46].f2; [47].f1[0..4]; [47].f2;
+    [48].f1[0..4]; [48].f2; [49].f1[0..4]; [49].f2}
+   FROM \nothing (and SELF)
+  i FROM \nothing
+  j FROM \nothing
+  q FROM t{[0].f1[0..4]; [1].f1[0..4]; [2].f1[0..4]; [3].f1[0..4];
+           [4].f1[0..4]; [5].f1[0..4]; [6].f1[0..4]; [7].f1[0..4];
+           [8].f1[0..4]; [9].f1[0..4]; [10].f1[0..4]; [11].f1[0..4];
+           [12].f1[0..4]; [13].f1[0..4]; [14].f1[0..4]; [15].f1[0..4];
+           [16].f1[0..4]; [17].f1[0..4]; [18].f1[0..4]; [19].f1[0..4];
+           [20].f1[0..4]; [21].f1[0..4]; [22].f1[0..4]; [23].f1[0..4];
+           [24].f1[0..4]; [25].f1[0..4]; [26].f1[0..4]; [27].f1[0..4];
+           [28].f1[0..4]; [29].f1[0..4]; [30].f1[0..4]; [31].f1[0..4];
+           [32].f1[0..4]; [33].f1[0..4]; [34].f1[0..4]; [35].f1[0..4];
+           [36].f1[0..4]; [37].f1[0..4]; [38].f1[0..4]; [39].f1[0..4];
+           [40].f1[0..4]; [41].f1[0..4]; [42].f1[0..4]; [43].f1[0..4];
+           [44].f1[0..4]; [45].f1[0..4]; [46].f1[0..4]; [47].f1[0..4];
+           [48].f1[0..4]; [49].f1[0..4]} (and SELF)
+  r FROM t{[0].f1[0..4]; [1].f1[0..4]; [2].f1[0..4]; [3].f1[0..4];
+           [4].f1[0..4]; [5].f1[0..4]; [6].f1[0..4]; [7].f1[0..4];
+           [8].f1[0..4]; [9].f1[0..4]; [10].f1[0..4]; [11].f1[0..4];
+           [12].f1[0..4]; [13].f1[0..4]; [14].f1[0..4]; [15].f1[0..4];
+           [16].f1[0..4]; [17].f1[0..4]; [18].f1[0..4]; [19].f1[0..4];
+           [20].f1[0..4]; [21].f1[0..4]; [22].f1[0..4]; [23].f1[0..4];
+           [24].f1[0..4]; [25].f1[0..4]; [26].f1[0..4]; [27].f1[0..4];
+           [28].f1[0..4]; [29].f1[0..4]; [30].f1[0..4]; [31].f1[0..4];
+           [32].f1[0..4]; [33].f1[0..4]; [34].f1[0..4]; [35].f1[0..4];
+           [36].f1[0..4]; [37].f1[0..4]; [38].f1[0..4]; [39].f1[0..4];
+           [40].f1[0..4]; [41].f1[0..4]; [42].f1[0..4]; [43].f1[0..4];
+           [44].f1[0..4]; [45].f1[0..4]; [46].f1[0..4]; [47].f1[0..4];
+           [48].f1[0..4]; [49].f1[0..4]} (and SELF)
+  \result FROM t{[0].f1[0..4]; [1].f1[0..4]; [2].f1[0..4]; [3].f1[0..4];
+                 [4].f1[0..4]; [5].f1[0..4]; [6].f1[0..4]; [7].f1[0..4];
+                 [8].f1[0..4]; [9].f1[0..4]; [10].f1[0..4]; [11].f1[0..4];
+                 [12].f1[0..4]; [13].f1[0..4]; [14].f1[0..4]; [15].f1[0..4];
+                 [16].f1[0..4]; [17].f1[0..4]; [18].f1[0..4]; [19].f1[0..4];
+                 [20].f1[0..4]; [21].f1[0..4]; [22].f1[0..4]; [23].f1[0..4];
+                 [24].f1[0..4]; [25].f1[0..4]; [26].f1[0..4]; [27].f1[0..4];
+                 [28].f1[0..4]; [29].f1[0..4]; [30].f1[0..4]; [31].f1[0..4];
+                 [32].f1[0..4]; [33].f1[0..4]; [34].f1[0..4]; [35].f1[0..4];
+                 [36].f1[0..4]; [37].f1[0..4]; [38].f1[0..4]; [39].f1[0..4];
+                 [40].f1[0..4]; [41].f1[0..4]; [42].f1[0..4]; [43].f1[0..4];
+                 [44].f1[0..4]; [45].f1[0..4]; [46].f1[0..4]; [47].f1[0..4];
+                 [48].f1[0..4]; [49].f1[0..4]};
+                q; r
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function ct:
+          __retres
+[inout] Inputs for function ct:
+          \nothing
+[inout] InOut (internal) for function ct:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          __retres
+[inout] Out (internal) for function main:
+          t{[0].f1[0..4]; [0].f2; [1].f1[0..4]; [1].f2; [2].f1[0..4]; [2].f2;
+            [3].f1[0..4]; [3].f2; [4].f1[0..4]; [4].f2; [5].f1[0..4]; [5].f2;
+            [6].f1[0..4]; [6].f2; [7].f1[0..4]; [7].f2; [8].f1[0..4]; [8].f2;
+            [9].f1[0..4]; [9].f2; [10].f1[0..4]; [10].f2; [11].f1[0..4]; [11].f2;
+            [12].f1[0..4]; [12].f2; [13].f1[0..4]; [13].f2; [14].f1[0..4]; [14].f2;
+            [15].f1[0..4]; [15].f2; [16].f1[0..4]; [16].f2; [17].f1[0..4]; [17].f2;
+            [18].f1[0..4]; [18].f2; [19].f1[0..4]; [19].f2; [20].f1[0..4]; [20].f2;
+            [21].f1[0..4]; [21].f2; [22].f1[0..4]; [22].f2; [23].f1[0..4]; [23].f2;
+            [24].f1[0..4]; [24].f2; [25].f1[0..4]; [25].f2; [26].f1[0..4]; [26].f2;
+            [27].f1[0..4]; [27].f2; [28].f1[0..4]; [28].f2; [29].f1[0..4]; [29].f2;
+            [30].f1[0..4]; [30].f2; [31].f1[0..4]; [31].f2; [32].f1[0..4]; [32].f2;
+            [33].f1[0..4]; [33].f2; [34].f1[0..4]; [34].f2; [35].f1[0..4]; [35].f2;
+            [36].f1[0..4]; [36].f2; [37].f1[0..4]; [37].f2; [38].f1[0..4]; [38].f2;
+            [39].f1[0..4]; [39].f2; [40].f1[0..4]; [40].f2; [41].f1[0..4]; [41].f2;
+            [42].f1[0..4]; [42].f2; [43].f1[0..4]; [43].f2; [44].f1[0..4]; [44].f2;
+            [45].f1[0..4]; [45].f2; [46].f1[0..4]; [46].f2; [47].f1[0..4]; [47].f2;
+            [48].f1[0..4]; [48].f2; [49].f1[0..4]; [49].f2}; i; j; q; r; __retres
+[inout] Inputs for function main:
+          t{[0].f1[0..4]; [1].f1[0..4]; [2].f1[0..4]; [3].f1[0..4]; [4].f1[0..4];
+            [5].f1[0..4]; [6].f1[0..4]; [7].f1[0..4]; [8].f1[0..4]; [9].f1[0..4];
+            [10].f1[0..4]; [11].f1[0..4]; [12].f1[0..4]; [13].f1[0..4];
+            [14].f1[0..4]; [15].f1[0..4]; [16].f1[0..4]; [17].f1[0..4];
+            [18].f1[0..4]; [19].f1[0..4]; [20].f1[0..4]; [21].f1[0..4];
+            [22].f1[0..4]; [23].f1[0..4]; [24].f1[0..4]; [25].f1[0..4];
+            [26].f1[0..4]; [27].f1[0..4]; [28].f1[0..4]; [29].f1[0..4];
+            [30].f1[0..4]; [31].f1[0..4]; [32].f1[0..4]; [33].f1[0..4];
+            [34].f1[0..4]; [35].f1[0..4]; [36].f1[0..4]; [37].f1[0..4];
+            [38].f1[0..4]; [39].f1[0..4]; [40].f1[0..4]; [41].f1[0..4];
+            [42].f1[0..4]; [43].f1[0..4]; [44].f1[0..4]; [45].f1[0..4];
+            [46].f1[0..4]; [47].f1[0..4]; [48].f1[0..4]; [49].f1[0..4]}; i; j; 
+          q; r
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          t{[0].f1[0..4]; [1].f1[0..4]; [2].f1[0..4]; [3].f1[0..4]; [4].f1[0..4];
+            [5].f1[0..4]; [6].f1[0..4]; [7].f1[0..4]; [8].f1[0..4]; [9].f1[0..4];
+            [10].f1[0..4]; [11].f1[0..4]; [12].f1[0..4]; [13].f1[0..4];
+            [14].f1[0..4]; [15].f1[0..4]; [16].f1[0..4]; [17].f1[0..4];
+            [18].f1[0..4]; [19].f1[0..4]; [20].f1[0..4]; [21].f1[0..4];
+            [22].f1[0..4]; [23].f1[0..4]; [24].f1[0..4]; [25].f1[0..4];
+            [26].f1[0..4]; [27].f1[0..4]; [28].f1[0..4]; [29].f1[0..4];
+            [30].f1[0..4]; [31].f1[0..4]; [32].f1[0..4]; [33].f1[0..4];
+            [34].f1[0..4]; [35].f1[0..4]; [36].f1[0..4]; [37].f1[0..4];
+            [38].f1[0..4]; [39].f1[0..4]; [40].f1[0..4]; [41].f1[0..4];
+            [42].f1[0..4]; [43].f1[0..4]; [44].f1[0..4]; [45].f1[0..4];
+            [46].f1[0..4]; [47].f1[0..4]; [48].f1[0..4]; [49].f1[0..4]}; q; r
+        Operational inputs on termination:
+          t{[0].f1[0..4]; [1].f1[0..4]; [2].f1[0..4]; [3].f1[0..4]; [4].f1[0..4];
+            [5].f1[0..4]; [6].f1[0..4]; [7].f1[0..4]; [8].f1[0..4]; [9].f1[0..4];
+            [10].f1[0..4]; [11].f1[0..4]; [12].f1[0..4]; [13].f1[0..4];
+            [14].f1[0..4]; [15].f1[0..4]; [16].f1[0..4]; [17].f1[0..4];
+            [18].f1[0..4]; [19].f1[0..4]; [20].f1[0..4]; [21].f1[0..4];
+            [22].f1[0..4]; [23].f1[0..4]; [24].f1[0..4]; [25].f1[0..4];
+            [26].f1[0..4]; [27].f1[0..4]; [28].f1[0..4]; [29].f1[0..4];
+            [30].f1[0..4]; [31].f1[0..4]; [32].f1[0..4]; [33].f1[0..4];
+            [34].f1[0..4]; [35].f1[0..4]; [36].f1[0..4]; [37].f1[0..4];
+            [38].f1[0..4]; [39].f1[0..4]; [40].f1[0..4]; [41].f1[0..4];
+            [42].f1[0..4]; [43].f1[0..4]; [44].f1[0..4]; [45].f1[0..4];
+            [46].f1[0..4]; [47].f1[0..4]; [48].f1[0..4]; [49].f1[0..4]}; q; r
+        Sure outputs:
+          i; j; __retres
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Pre-condition (file tests/value/precise_locations.i, line 18)
+            by Call Preconditions.
+[ Extern  ] Assigns nothing
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Pre-condition (file tests/value/precise_locations.i, line 21)
+            by Call Preconditions.
+[ Extern  ] Assigns nothing
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion 'Value,signed_overflow' (file tests/value/precise_locations.i, line 46)
+            by Value (v2).
+[  Valid  ] Assertion 'Value,signed_overflow' (file tests/value/precise_locations.i, line 49)
+            by Value (v2).
+[  Valid  ] Assertion 'Value,signed_overflow' (file tests/value/precise_locations.i, line 52)
+            by Value (v2).
+[  Valid  ] Assertion 'Value,signed_overflow' (file tests/value/precise_locations.i, line 52)
+            by Value (v2).
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precise_locations.i, line 18)' at call 'f' (file tests/value/precise_locations.i, line 48)
+
+            by Value (v2).
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precise_locations.i, line 21)' at call 'g' (file tests/value/precise_locations.i, line 49)
+
+            by Value (v2).
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+    10 Completely validated
+     2 Considered valid
+    12 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/precond.err.oracle b/tests/value/oracle_symblocs/precond.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/precond.res.oracle b/tests/value/oracle_symblocs/precond.res.oracle
new file mode 100644
index 00000000000..2c34712edf4
--- /dev/null
+++ b/tests/value/oracle_symblocs/precond.res.oracle
@@ -0,0 +1,211 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/precond.c (with preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ [--..--]
+  pf2 ∈ {{ &f2 }}
+[value] computing for function f <- main.
+        Called from tests/value/precond.c:31.
+tests/value/precond.c:8:[value] function f: precondition got status valid.
+tests/value/precond.c:9:[value] function f: precondition got status valid.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/precond.c:32.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precond.c:34.
+tests/value/precond.c:34:[kernel] warning: No code nor implicit assigns clause for function g, generating default assigns from the prototype
+[value] using specification for function g
+tests/value/precond.c:24:[value] warning: function g: precondition got status unknown.
+[value] Done for function g
+[value] computing for function aux <- main.
+        Called from tests/value/precond.c:36.
+[value] computing for function f2 <- aux <- main.
+        Called from tests/value/precond.c:21.
+tests/value/precond.c:21:[kernel] warning: No code nor implicit assigns clause for function f2, generating default assigns from the prototype
+[value] using specification for function f2
+tests/value/precond.c:15:[value] function f2: precondition got status valid.
+[value] Done for function f2
+[value] Recording results for aux
+[value] Done for function aux
+[value] computing for function aux <- main.
+        Called from tests/value/precond.c:37.
+[value] computing for function f2 <- aux <- main.
+        Called from tests/value/precond.c:21.
+tests/value/precond.c:15:[value] warning: function f2: precondition got status unknown.
+[value] Done for function f2
+[value] Recording results for aux
+[value] Done for function aux
+[value] computing for function f <- main.
+        Called from tests/value/precond.c:39.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/precond.c:40.
+tests/value/precond.c:9:[value] warning: function f: precondition got status invalid.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  x ∈ {0; 1}
+[value:final-states] Values at end of function aux:
+  
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Pre-condition (file tests/value/precond.c, line 8)
+            requires i+1 ≥ 0
+            by Call Preconditions.
+[  Alarm  ] Pre-condition (file tests/value/precond.c, line 9)
+            requires i ≥ 0
+            By Call Preconditions, with pending:
+             - Unreachable instruction (file tests/value/precond.c, line 40)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f2'
+--------------------------------------------------------------------------------
+
+[    -    ] Pre-condition (file tests/value/precond.c, line 15)
+            requires i ≥ 0
+            tried with Call Preconditions.
+[    -    ] Assigns nothing
+            assigns \nothing;
+            tried with Inferred annotations.
+[    -    ] Default behavior
+            default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'aux'
+--------------------------------------------------------------------------------
+
+[    -    ] Instance of 'Pre-condition (file tests/value/precond.c, line 15)' at instruction (file tests/value/precond.c, line 21)
+
+            status of 'requires i ≥ 0' of f2 at stmt 4
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g'
+--------------------------------------------------------------------------------
+
+[    -    ] Pre-condition (file tests/value/precond.c, line 24)
+            requires x ≤ 8
+            tried with Call Preconditions.
+[    -    ] Assigns nothing
+            assigns \nothing;
+            tried with Inferred annotations.
+[    -    ] Default behavior
+            default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond.c, line 8)' at call 'f' (file tests/value/precond.c, line 31)
+
+            status of 'requires i+1 ≥ 0' of f at stmt 11
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond.c, line 9)' at call 'f' (file tests/value/precond.c, line 31)
+
+            status of 'requires i ≥ 0' of f at stmt 11
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond.c, line 8)' at call 'f' (file tests/value/precond.c, line 32)
+
+            status of 'requires i+1 ≥ 0' of f at stmt 14
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond.c, line 9)' at call 'f' (file tests/value/precond.c, line 32)
+
+            status of 'requires i ≥ 0' of f at stmt 14
+            by Value.
+[    -    ] Instance of 'Pre-condition (file tests/value/precond.c, line 24)' at call 'g' (file tests/value/precond.c, line 34)
+
+            status of 'requires x ≤ 8' of g at stmt 17
+            tried with Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond.c, line 8)' at instruction (file tests/value/precond.c, line 39)
+
+            status of 'requires i+1 ≥ 0' of f at stmt 20
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond.c, line 9)' at instruction (file tests/value/precond.c, line 39)
+
+            status of 'requires i ≥ 0' of f at stmt 20
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond.c, line 8)' at instruction (file tests/value/precond.c, line 40)
+
+            status of 'requires i+1 ≥ 0' of f at stmt 21
+            by Value.
+[  Alarm  ] Instance of 'Pre-condition (file tests/value/precond.c, line 9)' at instruction (file tests/value/precond.c, line 40)
+
+            status of 'requires i ≥ 0' of f at stmt 21
+            By Value, with pending:
+             - Unreachable instruction (file tests/value/precond.c, line 40)
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     8 Completely validated
+     8 To be validated
+     2 Alarms emitted
+    18 Total
+--------------------------------------------------------------------------------
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Pre-condition (file tests/value/precond.c, line 8)
+            requires i+1 ≥ 0
+            by Call Preconditions.
+[  Alarm  ] Pre-condition (file tests/value/precond.c, line 9)
+            requires i ≥ 0
+            By Call Preconditions, with pending:
+             - Unreachable instruction (file tests/value/precond.c, line 40)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f2'
+--------------------------------------------------------------------------------
+
+[    -    ] Pre-condition (file tests/value/precond.c, line 15)
+            requires i ≥ 0
+            tried with Call Preconditions.
+[    -    ] Assigns nothing
+            assigns \nothing;
+            tried with Inferred annotations.
+[    -    ] Default behavior
+            default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g'
+--------------------------------------------------------------------------------
+
+[    -    ] Pre-condition (file tests/value/precond.c, line 24)
+            requires x ≤ 8
+            tried with Call Preconditions.
+[    -    ] Assigns nothing
+            assigns \nothing;
+            tried with Inferred annotations.
+[    -    ] Default behavior
+            default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     1 Completely validated
+     6 To be validated
+     1 Alarm emitted
+     8 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/precond2.0.err.oracle b/tests/value/oracle_symblocs/precond2.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/precond2.0.res.oracle b/tests/value/oracle_symblocs/precond2.0.res.oracle
new file mode 100644
index 00000000000..ebff46b0347
--- /dev/null
+++ b/tests/value/oracle_symblocs/precond2.0.res.oracle
@@ -0,0 +1,108 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/precond2.c (with preprocessing)
+[rte] annotating function f
+[rte] annotating function main
+tests/value/precond2.c:24:[kernel] warning: No code nor implicit assigns clause for function g, generating default assigns from the prototype
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/precond2.c:21.
+tests/value/precond2.c:9:[value] function f: precondition got status valid.
+tests/value/precond2.c:10:[value] function f: precondition got status valid.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/precond2.c:22.
+tests/value/precond2.c:10:[value] warning: function f: precondition got status invalid.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precond2.c:24.
+[value] using specification for function g
+tests/value/precond2.c:16:[value] function g: precondition got status valid.
+[value] Done for function g
+[value] computing for function g <- main.
+        Called from tests/value/precond2.c:24.
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  x ∈ {1}
+[value:final-states] Values at end of function main:
+  x ∈ {0; 1}
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Pre-condition (file tests/value/precond2.c, line 9)
+            requires i+1 ≥ 0
+            by Call Preconditions.
+[  Alarm  ] Pre-condition (file tests/value/precond2.c, line 10)
+            requires i ≥ 0
+            By Call Preconditions, with pending:
+             - Unreachable call 'f' (file tests/value/precond2.c, line 22)
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Pre-condition (file tests/value/precond2.c, line 16)
+            requires x ≤ 8
+            by Call Preconditions.
+[    -    ] Assigns nothing
+            assigns \nothing;
+            tried with Inferred annotations.
+[    -    ] Default behavior
+            default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Pre-condition for 'pre_f' (generated) at call 'f' (file tests/value/precond2.c, line 21)
+            requires 1+1 ≥ 0
+            by Value.
+[  Valid  ] Pre-condition for 'pre_f' (generated) at call 'f' (file tests/value/precond2.c, line 21)
+            requires 1 ≥ 0
+            by Value.
+[  Valid  ] Pre-condition for 'pre_f_2' (generated) at call 'f' (file tests/value/precond2.c, line 22)
+            requires (int)(-1)+1 ≥ 0
+            by Value.
+[  Alarm  ] Pre-condition for 'pre_f_2' (generated) at call 'f' (file tests/value/precond2.c, line 22)
+            requires (int)(-1) ≥ 0
+            By Value, with pending:
+             - Unreachable call 'f' (file tests/value/precond2.c, line 22)
+[  Valid  ] Pre-condition for 'pre_g' (generated) at call 'g' (file tests/value/precond2.c, line 24)
+            requires x ≤ 8
+            by Value.
+[  Valid  ] Pre-condition for 'pre_g_2' (generated) at call 'g' (file tests/value/precond2.c, line 24)
+            requires x ≤ 8
+            by Value.
+[  Valid  ] Default behavior at call 'f' (file tests/value/precond2.c, line 21)
+            default behavior for statement 6
+            by Frama-C kernel.
+[  Valid  ] Default behavior at call 'f' (file tests/value/precond2.c, line 22)
+            default behavior for statement 9
+            by Frama-C kernel.
+[  Valid  ] Default behavior at call 'g' (file tests/value/precond2.c, line 24)
+            default behavior for statement 12
+            by Frama-C kernel.
+[  Valid  ] Default behavior at call 'g' (file tests/value/precond2.c, line 24)
+            default behavior for statement 13
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+    11 Completely validated
+     2 To be validated
+     2 Alarms emitted
+    15 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/precond2.1.err.oracle b/tests/value/oracle_symblocs/precond2.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/precond2.1.res.oracle b/tests/value/oracle_symblocs/precond2.1.res.oracle
new file mode 100644
index 00000000000..84defbd9218
--- /dev/null
+++ b/tests/value/oracle_symblocs/precond2.1.res.oracle
@@ -0,0 +1,99 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/precond2.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/precond2.c:21.
+tests/value/precond2.c:9:[value] function f: precondition got status valid.
+tests/value/precond2.c:10:[value] function f: precondition got status valid.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/precond2.c:22.
+tests/value/precond2.c:10:[value] warning: function f: precondition got status invalid.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/precond2.c:24.
+tests/value/precond2.c:24:[kernel] warning: No code nor implicit assigns clause for function g, generating default assigns from the prototype
+[value] using specification for function g
+tests/value/precond2.c:16:[value] function g: precondition got status valid.
+[value] Done for function g
+[value] computing for function g <- main.
+        Called from tests/value/precond2.c:24.
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  x ∈ {1}
+[value:final-states] Values at end of function main:
+  x ∈ {0; 1}
+[rte] annotating function f
+[rte] annotating function main
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'g'
+--------------------------------------------------------------------------------
+
+[    -    ] Assigns nothing
+            assigns \nothing;
+            tried with Inferred annotations.
+[    -    ] Default behavior
+            default behavior
+            tried with Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Default behavior at call 'f' (file tests/value/precond2.c, line 21)
+            default behavior for statement 6
+            by Frama-C kernel.
+[  Valid  ] Default behavior at call 'f' (file tests/value/precond2.c, line 22)
+            default behavior for statement 9
+            by Frama-C kernel.
+[  Valid  ] Default behavior at call 'g' (file tests/value/precond2.c, line 24)
+            default behavior for statement 12
+            by Frama-C kernel.
+[  Valid  ] Default behavior at call 'g' (file tests/value/precond2.c, line 24)
+            default behavior for statement 13
+            by Frama-C kernel.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond2.c, line 9)' at call 'f' (file tests/value/precond2.c, line 21)
+
+            status of 'requires i+1 ≥ 0' of f at stmt 6
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond2.c, line 10)' at call 'f' (file tests/value/precond2.c, line 21)
+
+            status of 'requires i ≥ 0' of f at stmt 6
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond2.c, line 9)' at call 'f' (file tests/value/precond2.c, line 22)
+
+            status of 'requires i+1 ≥ 0' of f at stmt 9
+            by Value.
+[  Alarm  ] Instance of 'Pre-condition (file tests/value/precond2.c, line 10)' at call 'f' (file tests/value/precond2.c, line 22)
+
+            status of 'requires i ≥ 0' of f at stmt 9
+            By Value, with pending:
+             - Unreachable call 'f' (file tests/value/precond2.c, line 22)
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond2.c, line 16)' at call 'g' (file tests/value/precond2.c, line 24)
+
+            status of 'requires x ≤ 8' of g at stmt 12
+            by Value.
+[  Valid  ] Instance of 'Pre-condition (file tests/value/precond2.c, line 16)' at call 'g' (file tests/value/precond2.c, line 24)
+
+            status of 'requires x ≤ 8' of g at stmt 13
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     9 Completely validated
+     2 To be validated
+     1 Alarm emitted
+    12 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/propagate_bottom.err.oracle b/tests/value/oracle_symblocs/propagate_bottom.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/propagate_bottom.res.oracle b/tests/value/oracle_symblocs/propagate_bottom.res.oracle
new file mode 100644
index 00000000000..8938a4d21ae
--- /dev/null
+++ b/tests/value/oracle_symblocs/propagate_bottom.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/propagate_bottom.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+tests/value/propagate_bottom.i:5:[value] warning: division by zero. assert 0 ≢ 0;
+tests/value/propagate_bottom.i:8:[value] warning: division by zero. assert 0 ≢ 0;
+tests/value/propagate_bottom.i:11:[value] warning: division by zero. assert 0 ≢ 0;
+tests/value/propagate_bottom.i:14:[value] warning: division by zero. assert 0 ≢ 0;
+tests/value/propagate_bottom.i:17:[value] warning: division by zero. assert 0 ≢ 0;
+tests/value/propagate_bottom.i:20:[value] warning: division by zero. assert 0 ≢ 0;
+tests/value/propagate_bottom.i:25:[value] warning: non-finite double value. assert \is_finite((double)(1./(double)0));
+tests/value/propagate_bottom.i:28:[value] warning: non-finite double value. assert \is_finite((double)(1./(double)0));
+tests/value/propagate_bottom.i:31:[value] warning: non-finite double value. assert \is_finite((double)(1./(double)0));
+tests/value/propagate_bottom.i:34:[value] warning: non-finite double value. assert \is_finite((double)(1./0.));
+tests/value/propagate_bottom.i:37:[value] warning: non-finite double value. assert \is_finite((double)(1./0.));
+tests/value/propagate_bottom.i:40:[value] warning: non-finite double value. assert \is_finite((double)(1./0.));
+[value] Recording results for main
+[value] done for function main
+tests/value/propagate_bottom.i:5:[value] assertion 'Value,division_by_zero' got final status invalid.
+tests/value/propagate_bottom.i:8:[value] assertion 'Value,division_by_zero' got final status invalid.
+tests/value/propagate_bottom.i:11:[value] assertion 'Value,division_by_zero' got final status invalid.
+tests/value/propagate_bottom.i:14:[value] assertion 'Value,division_by_zero' got final status invalid.
+tests/value/propagate_bottom.i:17:[value] assertion 'Value,division_by_zero' got final status invalid.
+tests/value/propagate_bottom.i:20:[value] assertion 'Value,division_by_zero' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x1; x2; x3; x4; x5; x6; y1; y2; y3; y4; y5; y6
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/protomain.err.oracle b/tests/value/oracle_symblocs/protomain.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/protomain.res.oracle b/tests/value/oracle_symblocs/protomain.res.oracle
new file mode 100644
index 00000000000..7b78ec66049
--- /dev/null
+++ b/tests/value/oracle_symblocs/protomain.res.oracle
@@ -0,0 +1,11 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/protomain.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+:0:[kernel] warning: Neither code nor specification for function main, generating default assigns from the prototype
+[value] using specification for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
diff --git a/tests/value/oracle_symblocs/ptr_call_object.err.oracle b/tests/value/oracle_symblocs/ptr_call_object.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/ptr_call_object.res.oracle b/tests/value/oracle_symblocs/ptr_call_object.res.oracle
new file mode 100644
index 00000000000..f7ec1314111
--- /dev/null
+++ b/tests/value/oracle_symblocs/ptr_call_object.res.oracle
@@ -0,0 +1,71 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/ptr_call_object.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function rand <- main.
+        Called from tests/value/ptr_call_object.c:30.
+[value] using specification for function rand
+[value] Done for function rand
+[value] computing for function next_0 <- main.
+        Called from tests/value/ptr_call_object.c:34.
+[value] Called Frama_C_show_each_p_in_next_0({{ &o0 }},
+                                             .next ∈ {{ &next_0 }}
+                                             .i ∈ UNINITIALIZED)
+[value] Recording results for next_0
+[value] Done for function next_0
+[value] computing for function next_1 <- main.
+        Called from tests/value/ptr_call_object.c:34.
+[value] Called Frama_C_show_each_p_in_next_1({{ &o1 }},
+                                             .next ∈ {{ &next_1 }}
+                                             .i ∈ UNINITIALIZED)
+[value] Recording results for next_1
+[value] Done for function next_1
+[value] Called Frama_C_show_each_x({{ &o1 }})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function next_0:
+  __retres ∈ {0}
+[value:final-states] Values at end of function next_1:
+  __retres ∈ {1}
+[value:final-states] Values at end of function main:
+  o1.next ∈ {{ &next_1 }}
+    .i ∈ UNINITIALIZED
+  o0.next ∈ {{ &next_0 }}
+    .i ∈ UNINITIALIZED
+  p ∈ {{ &o1 ; &o0 }}
+  __retres ∈ {0}
+[from] Computing for function next_0
+[from] Done for function next_0
+[from] Computing for function next_1
+[from] Done for function next_1
+[from] Computing for function main
+[from] Computing for function rand <-main
+[from] Done for function rand
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function next_0:
+  \result FROM \nothing
+[from] Function next_1:
+  \result FROM \nothing
+[from] Function rand:
+  \result FROM \nothing
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function next_0:
+          __retres
+[inout] Inputs for function next_0:
+          \nothing
+[inout] Out (internal) for function next_1:
+          __retres
+[inout] Inputs for function next_1:
+          \nothing
+[inout] Out (internal) for function main:
+          o1.next; o0.next; p; tmp; tmp_0; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/ptr_relation.0.err.oracle b/tests/value/oracle_symblocs/ptr_relation.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/ptr_relation.0.res.oracle b/tests/value/oracle_symblocs/ptr_relation.0.res.oracle
new file mode 100644
index 00000000000..583ee327d40
--- /dev/null
+++ b/tests/value/oracle_symblocs/ptr_relation.0.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/ptr_relation.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  ptr ∈ {0}
+  tab_ptr_fct2[0] ∈ {{ &f2 }}
+              [1] ∈ {{ &g2 }}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {77}
+  a ∈ {77; 333}
+  b ∈ {0; 77}
+  ptr ∈ {{ &a ; &b }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  i FROM b; c
+  a FROM c
+  b FROM c (and SELF)
+  ptr FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; a; b; ptr
+[inout] Inputs for function main:
+          a; b; ptr
diff --git a/tests/value/oracle_symblocs/ptr_relation.1.err.oracle b/tests/value/oracle_symblocs/ptr_relation.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/ptr_relation.1.res.oracle b/tests/value/oracle_symblocs/ptr_relation.1.res.oracle
new file mode 100644
index 00000000000..759d3c08def
--- /dev/null
+++ b/tests/value/oracle_symblocs/ptr_relation.1.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/ptr_relation.i (no preprocessing)
+[value] Analyzing a complete application starting at main1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  ptr ∈ {0}
+  tab_ptr_fct2[0] ∈ {{ &f2 }}
+              [1] ∈ {{ &g2 }}
+[value] Recording results for main1
+[value] done for function main1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  i ∈ {3; 4}
+  j ∈ {-1; 0; 1}
+  x ∈ {3; 4}
+[from] Computing for function main1
+[from] Done for function main1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  i FROM c
+  j FROM c
+  x FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          i; j; x
+[inout] Inputs for function main1:
+          i; x
diff --git a/tests/value/oracle_symblocs/ptr_relation.2.err.oracle b/tests/value/oracle_symblocs/ptr_relation.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/ptr_relation.2.res.oracle b/tests/value/oracle_symblocs/ptr_relation.2.res.oracle
new file mode 100644
index 00000000000..5787f168c8d
--- /dev/null
+++ b/tests/value/oracle_symblocs/ptr_relation.2.res.oracle
@@ -0,0 +1,69 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/ptr_relation.i (no preprocessing)
+[value] Analyzing a complete application starting at main2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  ptr ∈ {0}
+  tab_ptr_fct2[0] ∈ {{ &f2 }}
+              [1] ∈ {{ &g2 }}
+[value] computing for function g2 <- main2.
+        Called from tests/value/ptr_relation.i:38.
+[value] Recording results for g2
+[value] Done for function g2
+[value] computing for function f2 <- main2.
+        Called from tests/value/ptr_relation.i:38.
+[value] Recording results for f2
+[value] Done for function f2
+[value] Recording results for main2
+[value] done for function main2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f2:
+  a ∈ [--..--]
+  b ∈ [--..--]
+[value:final-states] Values at end of function g2:
+  a ∈ [--..--]
+[value:final-states] Values at end of function main2:
+  j ∈ {0; 1}
+  a ∈ [--..--]
+  b ∈ [--..--]
+[from] Computing for function f2
+[from] Done for function f2
+[from] Computing for function g2
+[from] Done for function g2
+[from] Computing for function main2
+[from] Done for function main2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f2:
+  a FROM m; arg
+  b FROM l; arg
+[from] Function g2:
+  a FROM n; arg
+[from] Function main2:
+  j FROM c
+  a FROM m; n; tab_ptr_fct2[0..1]; c; arg
+  b FROM l; tab_ptr_fct2[0..1]; c; arg (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f2:
+          a; b
+[inout] Inputs for function f2:
+          l; m
+[inout] Out (internal) for function g2:
+          a
+[inout] Inputs for function g2:
+          n
+[inout] Out (internal) for function main2:
+          j; a; b
+[inout] Inputs for function main2:
+          j; l; m; n; tab_ptr_fct2[0..1]
diff --git a/tests/value/oracle_symblocs/pure_exp.err.oracle b/tests/value/oracle_symblocs/pure_exp.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/pure_exp.res.oracle b/tests/value/oracle_symblocs/pure_exp.res.oracle
new file mode 100644
index 00000000000..620893074bd
--- /dev/null
+++ b/tests/value/oracle_symblocs/pure_exp.res.oracle
@@ -0,0 +1,26 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/pure_exp.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t ∈ {0}
+tests/value/pure_exp.i:8:[value] warning: out of bounds read. assert \valid_read(t);
+[value] Recording results for main
+[value] done for function main
+tests/value/pure_exp.i:8:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          tmp
+[inout] Inputs for function main:
+          t
diff --git a/tests/value/oracle_symblocs/qualified_arrays.err.oracle b/tests/value/oracle_symblocs/qualified_arrays.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/qualified_arrays.res.oracle b/tests/value/oracle_symblocs/qualified_arrays.res.oracle
new file mode 100644
index 00000000000..0ab7ad30193
--- /dev/null
+++ b/tests/value/oracle_symblocs/qualified_arrays.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/qualified_arrays.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/value/qualified_arrays.i:9:[value] warning: global initialization of volatile variable f ignored
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  volatile_tab_120_2[0..1][0..119] ∈ [--..--]
+  p_first_volatile ∈ {{ &volatile_tab_120_2[0][0] }}
+  f ∈ [--..--]
+  x ∈ {{ &f.x }}
+tests/value/qualified_arrays.i:13:[value] function main: precondition got status valid.
+tests/value/qualified_arrays.i:14:[value] function main: precondition got status valid.
+tests/value/qualified_arrays.i:17:[value] warning: out of bounds write. assert \valid(&p_first_volatile);
+tests/value/qualified_arrays.i:17:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main
+[value] done for function main
+tests/value/qualified_arrays.i:17:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/raz.err.oracle b/tests/value/oracle_symblocs/raz.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/raz.res.oracle b/tests/value/oracle_symblocs/raz.res.oracle
new file mode 100644
index 00000000000..29c816f619d
--- /dev/null
+++ b/tests/value/oracle_symblocs/raz.res.oracle
@@ -0,0 +1,26 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/raz.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  h ∈ [--..--]
+tests/value/raz.i:8:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  n ∈ {0; 10}
+  r ∈ {0; 1}
+  i ∈ [0..2147483647]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM h
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          n; tmp; r; i
+[inout] Inputs for function main:
+          h
diff --git a/tests/value/oracle_symblocs/reading_null.err.oracle b/tests/value/oracle_symblocs/reading_null.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/reading_null.res.oracle b/tests/value/oracle_symblocs/reading_null.res.oracle
new file mode 100644
index 00000000000..daa447924d0
--- /dev/null
+++ b/tests/value/oracle_symblocs/reading_null.res.oracle
@@ -0,0 +1,43 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/reading_null.i (no preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  AutoTest[0..999] ∈ [--..--]
+  X ∈ [--..--]
+  T[0] ∈ {{ NULL ; &S_0_T[0] }}
+   [1] ∈ {{ NULL ; &S_1_T[0] }}
+  X1 ∈ [--..--]
+  X2 ∈ [--..--]
+  X3 ∈ [--..--]
+  X4 ∈ [--..--]
+  X5 ∈ [--..--]
+  X6 ∈ [--..--]
+  X7 ∈ [--..--]
+  X8 ∈ [--..--]
+  X9 ∈ [--..--]
+  S_0_T[0..1] ∈ [--..--]
+  S_1_T[0..1] ∈ [--..--]
+tests/value/reading_null.i:24:[value] entering loop for the first time
+[value] Called Frama_C_show_each_F([-2147483648..2147483647], {0})
+[value] Called Frama_C_show_each_F([-2147483648..2147483647], {0; 1})
+[value] Called Frama_C_show_each_F([-2147483648..2147483647], {0; 1; 2})
+[value] Called Frama_C_show_each_F([-2147483648..2147483647], [0..9])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  X ∈ [--..--]
+  count ∈ {10}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  X FROM X1; X2; X3; X4; X5; X6; X7; X8; X9 (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          X; count
+[inout] Inputs for function main:
+          X; X1; X2; X3; X4; X5; X6; X7; X8; X9
diff --git a/tests/value/oracle_symblocs/rec.err.oracle b/tests/value/oracle_symblocs/rec.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/rec.res.oracle b/tests/value/oracle_symblocs/rec.res.oracle
new file mode 100644
index 00000000000..97eadad8932
--- /dev/null
+++ b/tests/value/oracle_symblocs/rec.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/rec.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  X ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          X
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/recol.0.err.oracle b/tests/value/oracle_symblocs/recol.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/recol.0.res.oracle b/tests/value/oracle_symblocs/recol.0.res.oracle
new file mode 100644
index 00000000000..df2bf026fc6
--- /dev/null
+++ b/tests/value/oracle_symblocs/recol.0.res.oracle
@@ -0,0 +1,72 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/recol.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s[0..99] ∈ {0}
+  c ∈ {0}
+  s_int ∈ {0}
+  p_int ∈ {0}
+  ones[0..7] ∈ {49}
+      [8] ∈ {0}
+  one23[0] ∈ {49}
+       [1..2] ∈ {50}
+       [3] ∈ {51}
+       [4] ∈ {0}
+  col_ones ∈ {0}
+  col_123 ∈ {0}
+tests/value/recol.c:30:[value] warning: 2's complement assumed for overflow
+tests/value/recol.c:47:[value] warning: 2's complement assumed for overflow
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  s[bits 0 to 15] ∈ {97}
+   [bits 16 to 47] ∈ {776}
+   [6] ∈ {-103}
+   [bits 56 to 71] ∈ {-26736}
+   [bits 72 to 103] ∈ {271697}
+   [13] ∈ {-104}
+   [bits 112 to 127] ∈ {10121}
+   [bits 128 to 159] ∈ {93197600}
+   [20] ∈ {65}
+   [21] ∈ {40}
+   [bits 176 to 191] ∈ {25465}
+   [bits 192 to 223] ∈ {429177008}
+   [bits 224 to 255] ∈ {-1290728143}
+   [bits 256 to 287] ∈ {-445162312}
+   [bits 288 to 303] ∈ {-30359}
+   [38] ∈ {64}
+   [bits 312 to 343] ∈ {1928155169}
+   [43] ∈ {72}
+   [44] ∈ {89}
+   [bits 360 to 391] ∈ {-67735088}
+   [bits 392 to 423] ∈ {-474145519}
+   [bits 424 to 439] ∈ {-13352}
+   [55] ∈ {73}
+   [bits 448 to 463] ∈ {1888}
+   [bits 464 to 495] ∈ {-257018879}
+   [bits 496 to 527] ∈ {-1799132056}
+   [66] ∈ {57}
+   [bits 536 to 551] ∈ {-15632}
+   [bits 552 to 583] ∈ {1373000945}
+   [bits 584 to 599] ∈ {21240}
+   [75] ∈ {41}
+   [76] ∈ {-128}
+   [77] ∈ {-31}
+   [bits 624 to 655] ∈ {-832127096}
+   [82] ∈ {25}
+   [83] ∈ {16}
+   [bits 672 to 703] ∈ {-1951746863}
+   [bits 704 to 735] ∈ {-777326056}
+   [bits 736 to 767] ∈ {-1146314999}
+   [bits 768 to 783] ∈ {22944}
+   [98..99] ∈ {0}
+  c ∈ {565729696}
+  s_int ∈ {-833811464}
+  p_int ∈ {{ (int *)&s[100] }}
+  col_ones ∈ {825307442}
+  col_123 ∈ {858927666}
+  p ∈ {{ &s[98] }}
+  __retres ∈ {0}
diff --git a/tests/value/oracle_symblocs/recol.1.err.oracle b/tests/value/oracle_symblocs/recol.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/recol.1.res.oracle b/tests/value/oracle_symblocs/recol.1.res.oracle
new file mode 100644
index 00000000000..5b0a8019647
--- /dev/null
+++ b/tests/value/oracle_symblocs/recol.1.res.oracle
@@ -0,0 +1,72 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/recol.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s[0..99] ∈ {0}
+  c ∈ {0}
+  s_int ∈ {0}
+  p_int ∈ {0}
+  ones[0..7] ∈ {49}
+      [8] ∈ {0}
+  one23[0] ∈ {49}
+       [1..2] ∈ {50}
+       [3] ∈ {51}
+       [4] ∈ {0}
+  col_ones ∈ {0}
+  col_123 ∈ {0}
+tests/value/recol.c:30:[value] warning: 2's complement assumed for overflow
+tests/value/recol.c:47:[value] warning: 2's complement assumed for overflow
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  s[bits 0 to 15] ∈ {97}
+   [bits 16 to 47] ∈ {776}
+   [6] ∈ {-103}
+   [bits 56 to 71] ∈ {-26736}
+   [bits 72 to 103] ∈ {271697}
+   [13] ∈ {-104}
+   [bits 112 to 127] ∈ {10121}
+   [bits 128 to 159] ∈ {93197600}
+   [20] ∈ {65}
+   [21] ∈ {40}
+   [bits 176 to 191] ∈ {25465}
+   [bits 192 to 223] ∈ {429177008}
+   [bits 224 to 255] ∈ {-1290728143}
+   [bits 256 to 287] ∈ {-445162312}
+   [bits 288 to 303] ∈ {-30359}
+   [38] ∈ {64}
+   [bits 312 to 343] ∈ {1928155169}
+   [43] ∈ {72}
+   [44] ∈ {89}
+   [bits 360 to 391] ∈ {-67735088}
+   [bits 392 to 423] ∈ {-474145519}
+   [bits 424 to 439] ∈ {-13352}
+   [55] ∈ {73}
+   [bits 448 to 463] ∈ {1888}
+   [bits 464 to 495] ∈ {-257018879}
+   [bits 496 to 527] ∈ {-1799132056}
+   [66] ∈ {57}
+   [bits 536 to 551] ∈ {-15632}
+   [bits 552 to 583] ∈ {1373000945}
+   [bits 584 to 599] ∈ {21240}
+   [75] ∈ {41}
+   [76] ∈ {-128}
+   [77] ∈ {-31}
+   [bits 624 to 655] ∈ {-832127096}
+   [82] ∈ {25}
+   [83] ∈ {16}
+   [bits 672 to 703] ∈ {-1951746863}
+   [bits 704 to 735] ∈ {-777326056}
+   [bits 736 to 767] ∈ {-1146314999}
+   [bits 768 to 783] ∈ {22944}
+   [98..99] ∈ {0}
+  c ∈ {565729696}
+  s_int ∈ {-1480071902}
+  p_int ∈ {{ (int *)&s[100] }}
+  col_ones ∈ {825307442}
+  col_123 ∈ {825373236}
+  p ∈ {{ &s[98] }}
+  __retres ∈ {0}
diff --git a/tests/value/oracle_symblocs/recursion.0.err.oracle b/tests/value/oracle_symblocs/recursion.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/recursion.0.res.oracle b/tests/value/oracle_symblocs/recursion.0.res.oracle
new file mode 100644
index 00000000000..d775461c75a
--- /dev/null
+++ b/tests/value/oracle_symblocs/recursion.0.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/recursion.i (no preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ [--..--]
+  x ∈ [--..--]
+  c ∈ [--..--]
+  s ∈ [--..--]
+  pg ∈ {{ NULL ; &S_pg[0] }}
+  S_pg[0..1] ∈ [--..--]
+[value] computing for function ff <- main.
+        Called from tests/value/recursion.i:67.
+tests/value/recursion.i:8:[value] warning: detected recursive call (ff <- ff :: tests/value/recursion.i:67 <- main)
+                 Use -val-ignore-recursive-calls to ignore (beware this will make the analysis
+                 unsound)
+[value] user error: Degeneration occurred:
+                    results are not correct for lines of code that can be reached from the degeneration point.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function ff:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
diff --git a/tests/value/oracle_symblocs/recursion.1.err.oracle b/tests/value/oracle_symblocs/recursion.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/recursion.1.res.oracle b/tests/value/oracle_symblocs/recursion.1.res.oracle
new file mode 100644
index 00000000000..2a36df16032
--- /dev/null
+++ b/tests/value/oracle_symblocs/recursion.1.res.oracle
@@ -0,0 +1,19 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/recursion.i (no preprocessing)
+[value] Analyzing an incomplete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ [--..--]
+  x ∈ [--..--]
+  c ∈ [--..--]
+  s ∈ [--..--]
+  pg ∈ {{ NULL ; &S_pg[0] }}
+  S_pg[0..1] ∈ [--..--]
+[value] computing for function ff <- main.
+        Called from tests/value/recursion.i:67.
+tests/value/recursion.i:8:[value] warning: recursive call during value analysis
+                 of ff (ff <- ff :: tests/value/recursion.i:67 <- main).
+                 Using specification of ff.
+tests/value/recursion.i:8:[value] user error: Recursive call to a function.
+[kernel] Plug-in value aborted: invalid user input.
diff --git a/tests/value/oracle_symblocs/recursion2.err.oracle b/tests/value/oracle_symblocs/recursion2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/recursion2.res.oracle b/tests/value/oracle_symblocs/recursion2.res.oracle
new file mode 100644
index 00000000000..3f59ff1356c
--- /dev/null
+++ b/tests/value/oracle_symblocs/recursion2.res.oracle
@@ -0,0 +1,68 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/recursion2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+[value] computing for function h2 <- main.
+        Called from tests/value/recursion2.i:21.
+[value] computing for function h1 <- h2 <- main.
+        Called from tests/value/recursion2.i:17.
+[value] Recording results for h1
+[value] Done for function h1
+[value] Recording results for h2
+[value] Done for function h2
+[value] computing for function h1 <- main.
+        Called from tests/value/recursion2.i:22.
+[value] computing for function h2 <- h1 <- main.
+        Called from tests/value/recursion2.i:12.
+[value] Recording results for h2
+[value] Done for function h2
+[value] Recording results for h1
+[value] Done for function h1
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function h1:
+  r ∈ {0}
+  q ∈ {0}
+[value:final-states] Values at end of function h2:
+  r ∈ {0}
+  q ∈ {0}
+[value:final-states] Values at end of function main:
+  
+[inout] Out (internal) for function h1:
+          r; q
+[inout] Inputs for function h1:
+          x; y; i; j
+[inout] InOut (internal) for function h1:
+        Operational inputs:
+          x; i
+        Operational inputs on termination:
+          x; i
+        Sure outputs:
+          r
+[inout] Out (internal) for function h2:
+          r; q
+[inout] Inputs for function h2:
+          x; y; i; j
+[inout] InOut (internal) for function h2:
+        Operational inputs:
+          x; y; i; j
+        Operational inputs on termination:
+          x; y; i; j
+        Sure outputs:
+          q
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          x; y
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          x; y; i; j
+        Operational inputs on termination:
+          x; y; i; j
+        Sure outputs:
+          r; q
diff --git a/tests/value/oracle_symblocs/reduce_by_valid.err.oracle b/tests/value/oracle_symblocs/reduce_by_valid.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/reduce_by_valid.res.oracle b/tests/value/oracle_symblocs/reduce_by_valid.res.oracle
new file mode 100644
index 00000000000..8e0a657c1c2
--- /dev/null
+++ b/tests/value/oracle_symblocs/reduce_by_valid.res.oracle
@@ -0,0 +1,314 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/reduce_by_valid.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..4] ∈ {0}
+  u[0..4] ∈ {0}
+  v ∈ [--..--]
+  sv ∈ [--..--]
+  vs ∈ {{ NULL ; &S_vs[0] }}
+  S_vs[0].f1 ∈ {{ NULL ; &S_f1_0_S_vs[0] }}
+      [1].f1 ∈ {{ NULL ; &S_f1_1_S_vs[0] }}
+  S_f1_0_S_vs[0..1] ∈ [--..--]
+  S_f1_1_S_vs[0..1] ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/reduce_by_valid.i:260.
+tests/value/reduce_by_valid.i:14:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:17:[value] warning: assertion got status unknown.
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/reduce_by_valid.i:261.
+tests/value/reduce_by_valid.i:29:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:31:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:33:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:35:[value] warning: assertion got status unknown.
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/reduce_by_valid.i:262.
+tests/value/reduce_by_valid.i:48:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:49:[value] warning: assertion got status unknown.
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/reduce_by_valid.i:263.
+tests/value/reduce_by_valid.i:54:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:55:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:57:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:59:[value] warning: assertion got status unknown.
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main5 <- main.
+        Called from tests/value/reduce_by_valid.i:264.
+tests/value/reduce_by_valid.i:72:[value] warning: locals {x} escaping the scope of a block of main5 through p
+tests/value/reduce_by_valid.i:74:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:75:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:76:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:80:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:82:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:85:[value] warning: assertion got status unknown.
+[value] Recording results for main5
+[value] Done for function main5
+[value] computing for function main6 <- main.
+        Called from tests/value/reduce_by_valid.i:265.
+tests/value/reduce_by_valid.i:95:[value] warning: function main6: precondition got status unknown.
+tests/value/reduce_by_valid.i:96:[value] warning: function main6: precondition got status unknown.
+tests/value/reduce_by_valid.i:97:[value] warning: function main6: precondition got status unknown.
+tests/value/reduce_by_valid.i:98:[value] function main6: precondition got status valid.
+tests/value/reduce_by_valid.i:99:[value] warning: function main6: precondition got status unknown.
+tests/value/reduce_by_valid.i:100:[value] function main6: precondition got status valid.
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main7 <- main.
+        Called from tests/value/reduce_by_valid.i:266.
+tests/value/reduce_by_valid.i:111:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:112:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:113:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:117:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:120:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:121:[value] assertion got status valid.
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main8 <- main.
+        Called from tests/value/reduce_by_valid.i:267.
+tests/value/reduce_by_valid.i:137:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:138:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:141:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:142:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:146:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:147:[value] warning: assertion got status unknown.
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main9 <- main.
+        Called from tests/value/reduce_by_valid.i:268.
+tests/value/reduce_by_valid.i:162:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:165:[value] assertion got status valid.
+[value] Recording results for main9
+[value] Done for function main9
+[value] computing for function main10 <- main.
+        Called from tests/value/reduce_by_valid.i:269.
+tests/value/reduce_by_valid.i:176:[value] warning: out of bounds write. assert \valid((int *)p);
+[value] Called Frama_C_show_each_main10_1({{ &t_0 + [0..36] }})
+tests/value/reduce_by_valid.i:178:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:181:[value] warning: out of bounds write. assert \valid((int *)p+2);
+[value] Called Frama_C_show_each_main10_2({{ &t_0 + [-8..28] }})
+tests/value/reduce_by_valid.i:183:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:186:[value] warning: out of bounds write. assert \valid((int *)(p+2));
+[value] Called Frama_C_show_each_main10_3({{ &t_0 + [-2..34] }})
+tests/value/reduce_by_valid.i:188:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:197:[value] warning: out of bounds write. assert \valid(&((struct s_1 *)p)->b);
+[value] Called Frama_C_show_each_main10_4({{ &t_0 + [-4..32] }})
+tests/value/reduce_by_valid.i:200:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:203:[value] warning: out of bounds write. assert \valid(&((struct s_1 *)p+2)->b);
+[value] Called Frama_C_show_each_main10_4({{ &t_0 + [-20..16] }})
+tests/value/reduce_by_valid.i:206:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:210:[value] warning: out of bounds write. assert \valid((char *)q);
+[value] Called Frama_C_show_each({{ &u_0 + [0..79] }})
+tests/value/reduce_by_valid.i:213:[value] assertion got status valid.
+tests/value/reduce_by_valid.i:216:[value] warning: out of bounds write. assert \valid((char *)q+2);
+[value] Called Frama_C_show_each({{ &u_0 + [-2..77] }})
+tests/value/reduce_by_valid.i:219:[value] assertion got status valid.
+[value] Recording results for main10
+[value] Done for function main10
+[value] computing for function main11 <- main.
+        Called from tests/value/reduce_by_valid.i:270.
+tests/value/reduce_by_valid.i:228:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each({{ &TC + [10..410] }})
+tests/value/reduce_by_valid.i:231:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:237:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each({{ &TU + [40..1640],0%4 }})
+tests/value/reduce_by_valid.i:240:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:245:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each({{ &TU + [40..840] }})
+tests/value/reduce_by_valid.i:248:[value] warning: assertion got status unknown.
+tests/value/reduce_by_valid.i:253:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each({{ &TC + [10..410],2%4 }})
+tests/value/reduce_by_valid.i:256:[value] warning: assertion got status unknown.
+[value] Recording results for main11
+[value] Done for function main11
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  t[0..2] ∈ {0}
+   [3] ∈ {0; 1}
+   [4] ∈ {1}
+  p ∈ {{ &t{[0], [1]} }}
+  q ∈ {{ &t[1] }}
+[value:final-states] Values at end of function main10:
+  t_0[0..39] ∈ [--..--] or UNINITIALIZED
+  p ∈ {{ &t_0 + [-20..16] }}
+  u_0[0..19]# ∈ {1} or UNINITIALIZED repeated %8 
+  q ∈ {{ &u_0 + [-2..77] }}
+[value:final-states] Values at end of function main11:
+  p ∈ {{ &TU + [40..200] }}
+  off ∈ [0..100]
+  len ∈ [50..100]
+  q ∈ {{ &TC + [10..298],2%4 }}
+[value:final-states] Values at end of function main2:
+  u[0].a ∈ {0; 1}
+   [0].b ∈ {0; 2; 4}
+   [1].a ∈ {0; 1; 3}
+   [1].b ∈ {0; 2; 4}
+   [2].a ∈ {0; 1; 3}
+   [2].b ∈ {0; 2; 4}
+   [3].a ∈ {0; 1; 3}
+   [3].b ∈ {0; 2; 4}
+   [4].a ∈ {0; 1; 3}
+   [4].b ∈ {0; 2}
+  p ∈ {{ &u{[0], [1], [2], [3], [4]} }}
+  q ∈ {{ (ts *)&u{[0].b, [1].b, [2].b, [3].b, [4].b} }}
+  r ∈ {{ (ts *)&u{[0].b, [1].b, [2].b, [3].b} }}
+  s ∈ {{ (ts *)&u{[0].b, [1].b, [2].b, [3].b} }}
+[value:final-states] Values at end of function main3:
+  p ∈ {{ (int *)&t{[0], [1], [2], [3], [4]} }}
+  q ∈ {{ (int *)&c2 }}
+[value:final-states] Values at end of function main4:
+  c1 ∈ [--..--]
+  c2 ∈ [--..--]
+  c3 ∈ [--..--]
+  c4 ∈ [--..--]
+  p ∈ {{ (int *)&t }}
+  q ∈ {{ &u[0] }}
+[value:final-states] Values at end of function main5:
+  q ∈ {{ &y }}
+  p ∈ {0}
+  r ∈ {{ &y }} or UNINITIALIZED
+[value:final-states] Values at end of function main6:
+  S_f1_0_S_vs[0] ∈ {1}
+             [1] ∈ [--..--]
+[value:final-states] Values at end of function main7:
+  p ∈ {{ &t7_2 + [20..38996],0%4 }}
+[value:final-states] Values at end of function main8:
+  tp[0] ∈ {{ &t8_1[0] }}
+    [1] ∈ {{ &t8_1 + [0..17179869180],0%4 }}
+    [2] ∈ {{ &t8_2 + [0..17179869180],0%4 }}
+    [3] ∈ {{ &t8_1 + [0..17179869180],0%4 ; &t8_2 + [0..17179869180],0%4 }}
+  p ∈ {{ &tp[0] }}
+[value:final-states] Values at end of function main9:
+  tc[0..58] ∈ {1} or UNINITIALIZED
+    [59..98] ∈ UNINITIALIZED
+    [99..157] ∈ {2} or UNINITIALIZED
+  p ∈ {{ &tc + [-8..50] }}
+[value:final-states] Values at end of function main:
+  t[0..2] ∈ {0}
+   [3] ∈ {0; 1}
+   [4] ∈ {1}
+  u[0].a ∈ {0; 1}
+   [0].b ∈ {0; 2; 4}
+   [1].a ∈ {0; 1; 3}
+   [1].b ∈ {0; 2; 4}
+   [2].a ∈ {0; 1; 3}
+   [2].b ∈ {0; 2; 4}
+   [3].a ∈ {0; 1; 3}
+   [3].b ∈ {0; 2; 4}
+   [4].a ∈ {0; 1; 3}
+   [4].b ∈ {0; 2}
+  S_f1_0_S_vs[0] ∈ {1}
+             [1] ∈ [--..--]
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main10
+[from] Done for function main10
+[from] Computing for function main11
+[from] Done for function main11
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main5
+[from] Done for function main5
+[from] Computing for function main6
+[from] Done for function main6
+[from] Computing for function main7
+[from] Done for function main7
+[from] Computing for function main8
+[from] Done for function main8
+[from] Computing for function main9
+[from] Done for function main9
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  t[3] FROM v (and SELF)
+   [4] FROM v
+[from] Function main10:
+  NO EFFECTS
+[from] Function main11:
+  NO EFFECTS
+[from] Function main2:
+  u[0..4] FROM v (and SELF)
+[from] Function main3:
+  NO EFFECTS
+[from] Function main4:
+  NO EFFECTS
+[from] Function main5:
+  NO EFFECTS
+[from] Function main6:
+  S_f1_0_S_vs[0] FROM p; S_vs[0]
+[from] Function main7:
+  NO EFFECTS
+[from] Function main8:
+  NO EFFECTS
+[from] Function main9:
+  NO EFFECTS
+[from] Function main:
+  t[3] FROM v (and SELF)
+   [4] FROM v
+  u[0..4] FROM v (and SELF)
+  S_f1_0_S_vs[0] FROM vs; S_vs[0]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          t[3..4]; p; q
+[inout] Inputs for function main1:
+          v
+[inout] Out (internal) for function main10:
+          t_0[0..39]; p; u_0[0..19]; q
+[inout] Inputs for function main10:
+          sv
+[inout] Out (internal) for function main11:
+          p; off; len; q
+[inout] Inputs for function main11:
+          v
+[inout] Out (internal) for function main2:
+          u[0..4]; p; q; r; s
+[inout] Inputs for function main2:
+          v
+[inout] Out (internal) for function main3:
+          p; q
+[inout] Inputs for function main3:
+          \nothing
+[inout] Out (internal) for function main4:
+          c1; c2; c3; c4; p; q
+[inout] Inputs for function main4:
+          \nothing
+[inout] Out (internal) for function main5:
+          q; p; r; x
+[inout] Inputs for function main5:
+          v
+[inout] Out (internal) for function main6:
+          S_f1_0_S_vs[0]
+[inout] Inputs for function main6:
+          S_vs[0]
+[inout] Out (internal) for function main7:
+          p
+[inout] Inputs for function main7:
+          v
+[inout] Out (internal) for function main8:
+          tp[0..3]; p
+[inout] Inputs for function main8:
+          v
+[inout] Out (internal) for function main9:
+          tc{[0..58]; [99..157]}; p
+[inout] Inputs for function main9:
+          v
+[inout] Out (internal) for function main:
+          t[3..4]; u[0..4]; S_f1_0_S_vs[0]
+[inout] Inputs for function main:
+          v; sv; vs; S_vs[0]
diff --git a/tests/value/oracle_symblocs/reduce_formals.err.oracle b/tests/value/oracle_symblocs/reduce_formals.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/reduce_formals.res.oracle b/tests/value/oracle_symblocs/reduce_formals.res.oracle
new file mode 100644
index 00000000000..b7b0b7a7496
--- /dev/null
+++ b/tests/value/oracle_symblocs/reduce_formals.res.oracle
@@ -0,0 +1,176 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/reduce_formals.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function main1 <- main.
+        Called from tests/value/reduce_formals.i:56.
+tests/value/reduce_formals.i:2:[value] warning: assertion got status unknown.
+tests/value/reduce_formals.i:5:[value] entering loop for the first time
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/reduce_formals.i:57.
+[value] using specification for function main2
+tests/value/reduce_formals.i:8:[value] warning: function main2: precondition got status unknown.
+[value] Done for function main2
+[value] DUMPING STATE of file tests/value/reduce_formals.i line 59
+        v ∈ [--..--]
+        w ∈ [6..2147483647]
+        x ∈ [5..2147483647]
+        y ∈ [--..--]
+        z ∈ [8..2147483647]
+        =END OF DUMP==
+[value] computing for function main3 <- main.
+        Called from tests/value/reduce_formals.i:62.
+tests/value/reduce_formals.i:18:[value] assertion got status valid.
+[value] computing for function f_main3 <- main3 <- main.
+        Called from tests/value/reduce_formals.i:19.
+[value] Recording results for f_main3
+[value] Done for function f_main3
+[value] Called Frama_C_show_each({6})
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/reduce_formals.i:63.
+[value] computing for function f_main4_1 <- main4 <- main.
+        Called from tests/value/reduce_formals.i:33.
+tests/value/reduce_formals.i:24:[value] warning: assertion got status unknown.
+[value] Recording results for f_main4_1
+[value] Done for function f_main4_1
+[value] Called Frama_C_show_each_v([-2147483648..15])
+[value] computing for function f_main4_2 <- main4 <- main.
+        Called from tests/value/reduce_formals.i:36.
+tests/value/reduce_formals.i:28:[value] warning: assertion got status unknown.
+[value] Recording results for f_main4_2
+[value] Done for function f_main4_2
+[value] Called Frama_C_show_each_v([16..2147483647])
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main5 <- main.
+        Called from tests/value/reduce_formals.i:64.
+[value] computing for function f_main_1 <- main5 <- main.
+        Called from tests/value/reduce_formals.i:52.
+[value] computing for function f_main_2 <- f_main_1 <- main5 <- main.
+        Called from tests/value/reduce_formals.i:47.
+[value] Recording results for f_main_2
+[value] Done for function f_main_2
+[value] Recording results for f_main_1
+[value] Done for function f_main_1
+[value] Recording results for main5
+[value] Done for function main5
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f_main3:
+  x ∈ {6}
+[value:final-states] Values at end of function f_main4_1:
+  
+[value:final-states] Values at end of function f_main4_2:
+  
+[value:final-states] Values at end of function f_main_2:
+  __retres ∈ {0}
+[value:final-states] Values at end of function f_main_1:
+  v ∈ {0}
+[value:final-states] Values at end of function main1:
+  j ∈ [-306783375..306783381]
+[value:final-states] Values at end of function main3:
+  x ∈ {6}
+  p ∈ {{ &x }}
+[value:final-states] Values at end of function main4:
+  
+[value:final-states] Values at end of function main5:
+  l ∈ {2}
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function f_main3
+[from] Done for function f_main3
+[from] Computing for function f_main4_1
+[from] Done for function f_main4_1
+[from] Computing for function f_main4_2
+[from] Done for function f_main4_2
+[from] Computing for function f_main_2
+[from] Done for function f_main_2
+[from] Computing for function f_main_1
+[from] Done for function f_main_1
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main5
+[from] Done for function main5
+[from] Computing for function main
+[from] Computing for function main2 <-main
+[from] Done for function main2
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f_main3:
+  x FROM p; a; x
+[from] Function f_main4_1:
+  NO EFFECTS
+[from] Function f_main4_2:
+  NO EFFECTS
+[from] Function f_main_2:
+  \result FROM \nothing
+[from] Function f_main_1:
+  NO EFFECTS
+[from] Function main1:
+  NO EFFECTS
+[from] Function main2:
+  NO EFFECTS
+[from] Function main3:
+  NO EFFECTS
+[from] Function main4:
+  NO EFFECTS
+[from] Function main5:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f_main3:
+          x
+[inout] Inputs for function f_main3:
+          x
+[inout] Out (internal) for function f_main4_1:
+          \nothing
+[inout] Inputs for function f_main4_1:
+          \nothing
+[inout] Out (internal) for function f_main4_2:
+          \nothing
+[inout] Inputs for function f_main4_2:
+          \nothing
+[inout] Out (internal) for function f_main_2:
+          __retres
+[inout] Inputs for function f_main_2:
+          \nothing
+[inout] Out (internal) for function f_main_1:
+          v
+[inout] Inputs for function f_main_1:
+          \nothing
+[inout] Out (internal) for function main1:
+          j
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main3:
+          x; p
+[inout] Inputs for function main3:
+          \nothing
+[inout] Out (internal) for function main4:
+          \nothing
+[inout] Inputs for function main4:
+          \nothing
+[inout] Out (internal) for function main5:
+          l
+[inout] Inputs for function main5:
+          \nothing
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/reduce_index.err.oracle b/tests/value/oracle_symblocs/reduce_index.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/reduce_index.res.oracle b/tests/value/oracle_symblocs/reduce_index.res.oracle
new file mode 100644
index 00000000000..545bb04ef08
--- /dev/null
+++ b/tests/value/oracle_symblocs/reduce_index.res.oracle
@@ -0,0 +1,451 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/reduce_index.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..9] ∈ {0}
+  u[0..10] ∈ {0}
+  maybe ∈ [--..--]
+  c1 ∈ [--..--]
+  c2 ∈ [--..--]
+  c3 ∈ [--..--]
+  c4 ∈ [--..--]
+  c5 ∈ [--..--]
+  c6 ∈ [--..--]
+  c7 ∈ [--..--]
+  c8 ∈ [--..--]
+  c9 ∈ [--..--]
+  c10 ∈ [--..--]
+  c11 ∈ [--..--]
+  c12 ∈ [--..--]
+  ts[0..9] ∈ {0}
+  p8 ∈ {0}
+  ti_4[0..3] ∈ {0}
+  ti_7[0..6] ∈ {0}
+  k1 ∈ [--..--]
+  k2 ∈ [--..--]
+  k3 ∈ [--..--]
+  k4 ∈ [--..--]
+  nulli ∈ [--..--]
+[value] computing for function f1 <- main.
+        Called from tests/value/reduce_index.i:130.
+[value] computing for function f1_aux <- f1 <- main.
+        Called from tests/value/reduce_index.i:11.
+[value] Recording results for f1_aux
+[value] Done for function f1_aux
+tests/value/reduce_index.i:11:[value] warning: accessing out of bounds index. assert 0 ≤ c1;
+tests/value/reduce_index.i:11:[value] warning: accessing out of bounds index. assert c1 < 10;
+[value] Recording results for f1
+[value] Done for function f1
+[value] computing for function f2 <- main.
+        Called from tests/value/reduce_index.i:131.
+tests/value/reduce_index.i:17:[value] warning: accessing out of bounds index. assert 0 ≤ c2;
+tests/value/reduce_index.i:17:[value] warning: accessing out of bounds index. assert c2 < 10;
+[value] Recording results for f2
+[value] Done for function f2
+[value] computing for function f3 <- main.
+        Called from tests/value/reduce_index.i:132.
+tests/value/reduce_index.i:21:[value] warning: accessing out of bounds index. assert 0 ≤ c3;
+tests/value/reduce_index.i:21:[value] warning: accessing out of bounds index. assert c3 < 10;
+[value] Recording results for f3
+[value] Done for function f3
+[value] computing for function f4 <- main.
+        Called from tests/value/reduce_index.i:133.
+tests/value/reduce_index.i:27:[value] warning: accessing out of bounds index. assert 0 ≤ c4;
+tests/value/reduce_index.i:27:[value] warning: accessing out of bounds index. assert c4 < 10;
+[value] Recording results for f4
+[value] Done for function f4
+[value] computing for function f5 <- main.
+        Called from tests/value/reduce_index.i:134.
+tests/value/reduce_index.i:35:[value] warning: accessing out of bounds index. assert 0 ≤ c5;
+tests/value/reduce_index.i:35:[value] warning: accessing out of bounds index. assert c5 < 10;
+[value] Recording results for f5
+[value] Done for function f5
+[value] computing for function f6 <- main.
+        Called from tests/value/reduce_index.i:135.
+tests/value/reduce_index.i:42:[value] warning: accessing out of bounds index. assert 0 ≤ c6;
+tests/value/reduce_index.i:42:[value] warning: accessing out of bounds index. assert c6 < 11;
+tests/value/reduce_index.i:42:[value] warning: accessing out of bounds index. assert c6 < 10;
+[value] Recording results for f6
+[value] Done for function f6
+[value] computing for function f7 <- main.
+        Called from tests/value/reduce_index.i:136.
+tests/value/reduce_index.i:48:[value] warning: accessing out of bounds index. assert 0 ≤ c7;
+tests/value/reduce_index.i:48:[value] warning: accessing out of bounds index. assert c7 < 10;
+[value] Recording results for f7
+[value] Done for function f7
+[value] computing for function f8 <- main.
+        Called from tests/value/reduce_index.i:137.
+tests/value/reduce_index.i:64:[value] warning: out of bounds write. assert \valid(&p8->f1);
+[value] Recording results for f8
+[value] Done for function f8
+[value] computing for function f9 <- main.
+        Called from tests/value/reduce_index.i:138.
+tests/value/reduce_index.i:72:[value] warning: accessing out of bounds index. assert 0 ≤ c9;
+tests/value/reduce_index.i:72:[value] warning: accessing out of bounds index. assert c9 < 10;
+[value] Recording results for f9
+[value] Done for function f9
+[value] computing for function f10 <- main.
+        Called from tests/value/reduce_index.i:139.
+tests/value/reduce_index.i:86:[value] warning: accessing out of bounds index. assert 0 ≤ c10;
+tests/value/reduce_index.i:86:[value] warning: accessing out of bounds index. assert c10 < 7;
+[value] Recording results for f10
+[value] Done for function f10
+[value] computing for function f11 <- main.
+        Called from tests/value/reduce_index.i:140.
+tests/value/reduce_index.i:93:[value] warning: accessing out of bounds index. assert 0 ≤ c11;
+tests/value/reduce_index.i:93:[value] warning: accessing out of bounds index. assert c11 < 7;
+tests/value/reduce_index.i:93:[value] warning: out of bounds write. assert \valid(&(*p7)[c11]);
+[value] Recording results for f11
+[value] Done for function f11
+[value] computing for function f12 <- main.
+        Called from tests/value/reduce_index.i:141.
+tests/value/reduce_index.i:100:[value] warning: accessing out of bounds index. assert 0 ≤ c12;
+tests/value/reduce_index.i:100:[value] warning: accessing out of bounds index. assert c12 < 4;
+[value] Recording results for f12
+[value] Done for function f12
+[value] computing for function pointer_index <- main.
+        Called from tests/value/reduce_index.i:143.
+tests/value/reduce_index.i:110:[value] warning: out of bounds read. assert \valid_read(p+k1);
+tests/value/reduce_index.i:113:[value] warning: out of bounds read. assert \valid_read(p+k2);
+tests/value/reduce_index.i:116:[value] warning: out of bounds read. assert \valid_read(p+k3);
+tests/value/reduce_index.i:119:[value] warning: out of bounds read. assert \valid_read(p+k4);
+[value] Recording results for pointer_index
+[value] Done for function pointer_index
+[value] computing for function null_index <- main.
+        Called from tests/value/reduce_index.i:144.
+tests/value/reduce_index.i:126:[value] warning: out of bounds write. assert \valid((int *)0+nulli);
+tests/value/reduce_index.i:126:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for null_index
+[value] Done for function null_index
+[value] Recording results for main
+[value] done for function main
+tests/value/reduce_index.i:126:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f10:
+  c10 ∈ {0; 1; 2; 3; 4; 5; 6}
+  ti_7[0..6] ∈ {0; 10}
+  p7 ∈ {{ &ti_7 }}
+[value:final-states] Values at end of function f11:
+  c11 ∈ {0; 1; 2; 3}
+  ti_4[0..3] ∈ {0; 11}
+  p4 ∈ {{ &ti_4 }}
+  p7 ∈ {{ (ti7 *)&ti_4 }}
+[value:final-states] Values at end of function f12:
+  c12 ∈ {0; 1; 2; 3}
+  ti_7[0..3] ∈ {0; 10; 12}
+      [4..6] ∈ {0; 10}
+  p7 ∈ {{ &ti_7 }}
+  p4 ∈ {{ (ti4 *)&ti_7 }}
+[value:final-states] Values at end of function f1_aux:
+  __retres ∈ {1}
+[value:final-states] Values at end of function f1:
+  t[0..9] ∈ {0; 1}
+  c1 ∈ [0..9]
+[value:final-states] Values at end of function f2:
+  c2 ∈ [0..9]
+  __retres ∈ {0; 1}
+[value:final-states] Values at end of function f3:
+  c3 ∈ [0..9]
+  __retres ∈ {0}
+[value:final-states] Values at end of function f4:
+  c4 ∈ [0..9]
+  __retres ∈ {0}
+[value:final-states] Values at end of function f5:
+  c5 ∈ [0..9]
+  c ∈ {0; 1}
+  __retres ∈ {0}
+[value:final-states] Values at end of function f6:
+  t[0..9] ∈ {0; 1}
+  u[0..10] ∈ {0; 1}
+  c6 ∈ [0..9]
+[value:final-states] Values at end of function f7:
+  t[0..9] ∈ {0; 1}
+  u[0..10] ∈ {0; 1}
+  c7 ∈ [0..9]
+[value:final-states] Values at end of function f8:
+  c8 ∈ [--..--]
+  ts[0].f1 ∈ {0; 1}
+    [0].f2 ∈ {0; 2}
+    [1].f1 ∈ {0; 1}
+    [1].f2 ∈ {0; 2}
+    [2].f1 ∈ {0; 1}
+    [2].f2 ∈ {0; 2}
+    [3].f1 ∈ {0; 1}
+    [3].f2 ∈ {0; 2}
+    [4].f1 ∈ {0; 1}
+    [4].f2 ∈ {0; 2}
+    [5].f1 ∈ {0; 1}
+    [5].f2 ∈ {0; 2}
+    [6].f1 ∈ {0; 1}
+    [6].f2 ∈ {0; 2}
+    [7].f1 ∈ {0; 1}
+    [7].f2 ∈ {0; 2}
+    [8].f1 ∈ {0; 1}
+    [8].f2 ∈ {0; 2}
+    [9].f1 ∈ {0; 1}
+    [9].f2 ∈ {0; 2}
+  p8 ∈ {{ &ts + [0..72],0%8 }}
+  __retres ∈ {0}
+[value:final-states] Values at end of function f9:
+  c9 ∈ [0..9]
+  ts[0].f1 ∈ {0; 1}
+    [0].f2 ∈ {0; 2}
+    [1].f1 ∈ {0; 1}
+    [1].f2 ∈ {0; 2}
+    [2].f1 ∈ {0; 1}
+    [2].f2 ∈ {0; 2}
+    [3].f1 ∈ {0; 1}
+    [3].f2 ∈ {0; 2}
+    [4].f1 ∈ {0; 1}
+    [4].f2 ∈ {0; 2}
+    [5].f1 ∈ {0; 1}
+    [5].f2 ∈ {0; 2}
+    [6].f1 ∈ {0; 1}
+    [6].f2 ∈ {0; 2}
+    [7].f1 ∈ {0; 1}
+    [7].f2 ∈ {0; 2}
+    [8].f1 ∈ {0; 1}
+    [8].f2 ∈ {0; 2}
+    [9].f1 ∈ {0; 1}
+    [9].f2 ∈ {0; 2}
+  __retres ∈ {0}
+[value:final-states] Values at end of function null_index:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function pointer_index:
+  k1 ∈ [0..10]
+  k2 ∈ [-1..8]
+  k3 ∈ [-2..7]
+  k4 ∈ [-3..7]
+  p ∈ {{ &u[3] }}
+  l ∈ {0; 1}
+[value:final-states] Values at end of function main:
+  t[0..9] ∈ {0; 1}
+  u[0..10] ∈ {0; 1}
+  c1 ∈ [0..9]
+  c2 ∈ [0..9]
+  c3 ∈ [0..9]
+  c4 ∈ [0..9]
+  c5 ∈ [0..9]
+  c6 ∈ [0..9]
+  c7 ∈ [0..9]
+  c8 ∈ [--..--]
+  c9 ∈ [0..9]
+  c10 ∈ {0; 1; 2; 3; 4; 5; 6}
+  c11 ∈ {0; 1; 2; 3}
+  c12 ∈ {0; 1; 2; 3}
+  ts[0].f1 ∈ {0; 1}
+    [0].f2 ∈ {0; 2}
+    [1].f1 ∈ {0; 1}
+    [1].f2 ∈ {0; 2}
+    [2].f1 ∈ {0; 1}
+    [2].f2 ∈ {0; 2}
+    [3].f1 ∈ {0; 1}
+    [3].f2 ∈ {0; 2}
+    [4].f1 ∈ {0; 1}
+    [4].f2 ∈ {0; 2}
+    [5].f1 ∈ {0; 1}
+    [5].f2 ∈ {0; 2}
+    [6].f1 ∈ {0; 1}
+    [6].f2 ∈ {0; 2}
+    [7].f1 ∈ {0; 1}
+    [7].f2 ∈ {0; 2}
+    [8].f1 ∈ {0; 1}
+    [8].f2 ∈ {0; 2}
+    [9].f1 ∈ {0; 1}
+    [9].f2 ∈ {0; 2}
+  p8 ∈ {{ &ts + [0..72],0%8 }}
+  ti_4[0..3] ∈ {0; 11}
+  ti_7[0..3] ∈ {0; 10; 12}
+      [4..6] ∈ {0; 10}
+  k1 ∈ [0..10]
+  k2 ∈ [-1..8]
+  k3 ∈ [-2..7]
+  k4 ∈ [-3..7]
+[from] Computing for function f10
+[from] Done for function f10
+[from] Computing for function f11
+[from] Done for function f11
+[from] Computing for function f12
+[from] Done for function f12
+[from] Computing for function f1_aux
+[from] Done for function f1_aux
+[from] Computing for function f1
+[from] Done for function f1
+[from] Computing for function f2
+[from] Done for function f2
+[from] Computing for function f3
+[from] Done for function f3
+[from] Computing for function f4
+[from] Done for function f4
+[from] Computing for function f5
+[from] Done for function f5
+[from] Computing for function f6
+[from] Done for function f6
+[from] Computing for function f7
+[from] Done for function f7
+[from] Computing for function f8
+[from] Done for function f8
+[from] Computing for function f9
+[from] Done for function f9
+[from] Computing for function null_index
+[from] Non-terminating function null_index (no dependencies)
+[from] Done for function null_index
+[from] Computing for function pointer_index
+[from] Done for function pointer_index
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f10:
+  c10 FROM c10
+  ti_7[0..6] FROM c10 (and SELF)
+[from] Function f11:
+  c11 FROM c11
+  ti_4[0..3] FROM c11 (and SELF)
+[from] Function f12:
+  c12 FROM c12
+  ti_7[0..3] FROM c12 (and SELF)
+[from] Function f1_aux:
+  \result FROM \nothing
+[from] Function f1:
+  t[0..9] FROM c1 (and SELF)
+  c1 FROM c1
+[from] Function f2:
+  c2 FROM c2
+  \result FROM t[0..9]; c2
+[from] Function f3:
+  c3 FROM c3
+  \result FROM \nothing
+[from] Function f4:
+  c4 FROM c4
+  \result FROM \nothing
+[from] Function f5:
+  c5 FROM c5
+  \result FROM \nothing
+[from] Function f6:
+  t[0..9] FROM t[0..9]; u[0..9]; c6 (and SELF)
+  u[0..10] FROM t[0..9]; c6 (and SELF)
+  c6 FROM c6
+[from] Function f7:
+  t[0..9] FROM u[0..10]; c7 (and SELF)
+  u[0..9] FROM t[0..9]; u[0..10]; c7 (and SELF)
+  c7 FROM c7
+[from] Function f8:
+  c8 FROM c8
+  ts[0..9] FROM c8 (and SELF)
+  p8 FROM c8
+  \result FROM \nothing
+[from] Function f9:
+  c9 FROM c9
+  ts{[0].f1; [1].f1; [2].f1; [3].f1; [4].f1; [5].f1; [6].f1; [7].f1; [8].f1;
+     [9].f1}
+    FROM c9 (and SELF)
+  \result FROM \nothing
+[from] Function null_index:
+  NON TERMINATING - NO EFFECTS
+[from] Function pointer_index:
+  k1 FROM k1
+  k2 FROM k2
+  k3 FROM k3
+  k4 FROM k4
+[from] Function main:
+  t[0..9] FROM t[0..9]; u[0..10]; c1; c6; c7 (and SELF)
+  u[0..9] FROM t[0..9]; u[0..10]; c1; c6; c7 (and SELF)
+   [10] FROM t[0..9]; c1; c6 (and SELF)
+  c1 FROM c1
+  c2 FROM c2
+  c3 FROM c3
+  c4 FROM c4
+  c5 FROM c5
+  c6 FROM c6
+  c7 FROM c7
+  c8 FROM c8
+  c9 FROM c9
+  c10 FROM c10
+  c11 FROM c11
+  c12 FROM c12
+  ts{[0].f1; [1].f1; [2].f1; [3].f1; [4].f1; [5].f1; [6].f1; [7].f1; [8].f1;
+     [9].f1}
+    FROM c8; c9 (and SELF)
+    {[0].f2; [1].f2; [2].f2; [3].f2; [4].f2; [5].f2; [6].f2; [7].f2; [8].f2;
+     [9].f2}
+    FROM c8 (and SELF)
+  p8 FROM c8
+  ti_4[0..3] FROM c11 (and SELF)
+  ti_7[0..3] FROM c10; c12 (and SELF)
+      [4..6] FROM c10 (and SELF)
+  k1 FROM k1
+  k2 FROM k2
+  k3 FROM k3
+  k4 FROM k4
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f10:
+          c10; ti_7[0..6]; p7
+[inout] Inputs for function f10:
+          c10
+[inout] Out (internal) for function f11:
+          c11; ti_4[0..3]; p4; p7
+[inout] Inputs for function f11:
+          c11
+[inout] Out (internal) for function f12:
+          c12; ti_7[0..3]; p7; p4
+[inout] Inputs for function f12:
+          c12
+[inout] Out (internal) for function f1_aux:
+          __retres
+[inout] Inputs for function f1_aux:
+          \nothing
+[inout] Out (internal) for function f1:
+          t[0..9]; c1
+[inout] Inputs for function f1:
+          c1
+[inout] Out (internal) for function f2:
+          c2; __retres
+[inout] Inputs for function f2:
+          t[0..9]; c2
+[inout] Out (internal) for function f3:
+          c3; tmp; __retres
+[inout] Inputs for function f3:
+          t[0..9]; c3
+[inout] Out (internal) for function f4:
+          c4; x; __retres
+[inout] Inputs for function f4:
+          t[0..9]; c4
+[inout] Out (internal) for function f5:
+          c5; c; __retres
+[inout] Inputs for function f5:
+          t[0..9]; c5
+[inout] Out (internal) for function f6:
+          t[0..9]; u[0..10]; c6
+[inout] Inputs for function f6:
+          t[0..9]; u[0..9]; c6
+[inout] Out (internal) for function f7:
+          t[0..9]; u[0..9]; c7
+[inout] Inputs for function f7:
+          t[0..9]; u[0..10]; c7
+[inout] Out (internal) for function f8:
+          c8; ts[0..9]; p8; __retres
+[inout] Inputs for function f8:
+          c8; p8
+[inout] Out (internal) for function f9:
+          c9;
+          ts{[0].f1; [1].f1; [2].f1; [3].f1; [4].f1; [5].f1; [6].f1; [7].f1; [8].f1;
+             [9].f1}; __retres
+[inout] Inputs for function f9:
+          c9
+[inout] Out (internal) for function null_index:
+          \nothing
+[inout] Inputs for function null_index:
+          nulli
+[inout] Out (internal) for function pointer_index:
+          k1; k2; k3; k4; p; l
+[inout] Inputs for function pointer_index:
+          u[0..10]; k1; k2; k3; k4
+[inout] Out (internal) for function main:
+          t[0..9]; u[0..10]; c1; c2; c3; c4; c5; c6; c7; c8; c9; c10; c11; c12;
+          ts[0..9]; p8; ti_4[0..3]; ti_7[0..6]; k1; k2; k3; k4
+[inout] Inputs for function main:
+          t[0..9]; u[0..10]; maybe; c1; c2; c3; c4; c5; c6; c7; c8; c9; c10; 
+          c11; c12; p8; k1; k2; k3; k4; nulli
diff --git a/tests/value/oracle_symblocs/reduce_valid.err.oracle b/tests/value/oracle_symblocs/reduce_valid.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/reduce_valid.res.oracle b/tests/value/oracle_symblocs/reduce_valid.res.oracle
new file mode 100644
index 00000000000..9527fbea71a
--- /dev/null
+++ b/tests/value/oracle_symblocs/reduce_valid.res.oracle
@@ -0,0 +1,51 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/reduce_valid.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..1] ∈ {0}
+  u[0..1] ∈ {0}
+  p ∈ {0}
+  q ∈ {0}
+  r ∈ {0}
+  A ∈ {0}
+  offs ∈ {0}
+tests/value/reduce_valid.i:9:[value] warning: out of bounds write. assert \valid(p);
+[value] Called Frama_C_show_each_ici({0})
+tests/value/reduce_valid.i:17:[value] warning: out of bounds write. assert \valid(q);
+tests/value/reduce_valid.i:17:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/reduce_valid.i:24:[value] warning: out of bounds read. assert \valid_read(r+offs);
+[value] Called Frama_C_show_each_r({{ &t }})
+tests/value/reduce_valid.i:26:[value] warning: accessing out of bounds index. assert (int)((int)h+1) < 2;
+[value] Recording results for main
+[value] done for function main
+tests/value/reduce_valid.i:17:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0] ∈ {4}
+   [1] ∈ {3}
+  u[0] ∈ {0}
+   [1] ∈ {1}
+  p ∈ {{ &t[0] }}
+  q ∈ {0}
+  r ∈ {{ &t[0] }}
+  A ∈ {3}
+  offs ∈ {1}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t[0..1] FROM c
+  u[1] FROM h
+  p FROM c
+  q FROM \nothing
+  r FROM e; f
+  A FROM c; e; f; g
+  offs FROM g
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t[0..1]; u[1]; p; q; r; A; offs; tmp
+[inout] Inputs for function main:
+          t[1]; p; q; r; offs
diff --git a/tests/value/oracle_symblocs/redundant_alarms.err.oracle b/tests/value/oracle_symblocs/redundant_alarms.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/redundant_alarms.res.oracle b/tests/value/oracle_symblocs/redundant_alarms.res.oracle
new file mode 100644
index 00000000000..4a7f0a95b46
--- /dev/null
+++ b/tests/value/oracle_symblocs/redundant_alarms.res.oracle
@@ -0,0 +1,165 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/redundant_alarms.c (with preprocessing)
+[slicing] slicing requests in progress...
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/redundant_alarms.c:50.
+tests/value/redundant_alarms.c:15:[value] warning: accessing uninitialized left-value. assert \initialized(p);
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/redundant_alarms.c:51.
+tests/value/redundant_alarms.c:20:[value] warning: accessing out of bounds index. assert 0 ≤ i;
+tests/value/redundant_alarms.c:20:[value] warning: accessing out of bounds index. assert i < 10;
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/redundant_alarms.c:52.
+tests/value/redundant_alarms.c:25:[value] warning: function main3: precondition got status unknown.
+tests/value/redundant_alarms.c:31:[value] warning: accessing uninitialized left-value. assert \initialized(&t[i]);
+tests/value/redundant_alarms.c:31:[value] warning: accessing uninitialized left-value. assert \initialized(&t[j]);
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/redundant_alarms.c:53.
+tests/value/redundant_alarms.c:39:[value] entering loop for the first time
+tests/value/redundant_alarms.c:41:[value] warning: assertion got status unknown.
+[value] Recording results for main4
+[value] Done for function main4
+[value] Recording results for main
+[value] done for function main
+tests/value/redundant_alarms.c:15:[value] assertion 'Value,initialisation' got final status invalid.
+[slicing] making slicing project 'Slicing'...
+[slicing] interpreting slicing requests from the command line...
+[pdg] computing for function main1
+[pdg] done for function main1
+[slicing] applying all slicing requests...
+[slicing] applying 0 actions...
+[slicing] applying all slicing requests...
+[slicing] applying 1 actions...
+[slicing] applying actions: 1/1...
+[pdg] computing for function main
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Non-terminating function main4 (no dependencies)
+[from] Done for function main4
+[pdg] done for function main
+[slicing] exporting project to 'Slicing export'...
+[slicing] applying all slicing requests...
+[slicing] applying 0 actions...
+[sparecode] remove unused global declarations from project 'Slicing export tmp'
+[sparecode] removed unused global declarations in new project 'Slicing export'
+/* Generated by Frama-C */
+int volatile v;
+void main1(int c)
+{
+  int x;
+  int y;
+  int t;
+  int *p;
+  int *tmp;
+  int z;
+  int w;
+  if (c) tmp = & x; else tmp = & y;
+  p = tmp;
+  *p = 1;
+  z = *p + 1;
+  w = *p + 2;
+  x = t;
+  y = t;
+  x = t;
+  if (v) 
+    /*@ assert Value: initialisation: \initialized(p); */
+    z = *p + 2;
+  return;
+}
+
+void main2(int i)
+{
+  int t[10];
+  /*@ assert Value: index_bound: 0 ≤ i; */
+  /*@ assert Value: index_bound: i < 10; */
+  t[i] = 1;
+  t[i] += 3;
+  t[i] += 5;
+  return;
+}
+
+/*@ requires i < 10 ∧ j < 10; */
+void main3(unsigned int i, unsigned int j)
+{
+  int t[10];
+  if (v) t[i] = v;
+  /*@ assert Value: initialisation: \initialized(&t[i]); */
+  /*@ assert Value: initialisation: \initialized(&t[j]); */
+  if (t[i] < t[j]) {
+    int tmp;
+    tmp = t[j];
+    t[j] = t[i];
+    t[i] = tmp;
+  }
+  return;
+}
+
+void main4(int i)
+{
+  while (1) {
+    {
+      int j;
+      int k;
+      int z;
+      int w;
+      j = 0;
+      /*@ assert i ≤ 0; */ ;
+      k = 0;
+      z = 0;
+      w = 0;
+    }
+  }
+  return;
+}
+
+void main(void)
+{
+  if (v) main1(v);
+  main2(v);
+  main3((unsigned int)v,(unsigned int)v);
+  if (v) main4(v);
+  return;
+}
+
+
+/* Generated by Frama-C */
+int volatile v;
+void main1_slice_1(int c)
+{
+  int x;
+  int y;
+  int t;
+  int *p;
+  int *tmp;
+  int z;
+  if (c) tmp = & x; else tmp = & y;
+  p = tmp;
+  y = t;
+  x = t;
+  if (v) z = *p + 2;
+  return;
+}
+
+void main(void)
+{
+  if (v) main1_slice_1(v);
+  return;
+}
+
+
diff --git a/tests/value/oracle_symblocs/reevaluate_alarms.err.oracle b/tests/value/oracle_symblocs/reevaluate_alarms.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/reevaluate_alarms.res.oracle b/tests/value/oracle_symblocs/reevaluate_alarms.res.oracle
new file mode 100644
index 00000000000..47d043cda56
--- /dev/null
+++ b/tests/value/oracle_symblocs/reevaluate_alarms.res.oracle
@@ -0,0 +1,289 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/reevaluate_alarms.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  S ∈ {0}
+  T[0..4] ∈ {0}
+  n ∈ {1}
+[value] computing for function loop <- main.
+        Called from tests/value/reevaluate_alarms.i:34.
+tests/value/reevaluate_alarms.i:13:[value] entering loop for the first time
+tests/value/reevaluate_alarms.i:14:[value] warning: signed overflow. assert S+i ≤ 2147483647;
+tests/value/reevaluate_alarms.i:14:[value] warning: out of bounds write. assert \valid(tmp);
+                                      (tmp from p++)
+[value] Recording results for loop
+[value] Done for function loop
+[value] computing for function compute_n <- main.
+        Called from tests/value/reevaluate_alarms.i:36.
+tests/value/reevaluate_alarms.i:19:[value] entering loop for the first time
+tests/value/reevaluate_alarms.i:20:[value] warning: signed overflow. assert n*i ≤ 2147483647;
+[value] Recording results for compute_n
+[value] Done for function compute_n
+[value] computing for function init_p <- main.
+        Called from tests/value/reevaluate_alarms.i:40.
+[value] Recording results for init_p
+[value] Done for function init_p
+[value] computing for function initialized_p <- main.
+        Called from tests/value/reevaluate_alarms.i:41.
+tests/value/reevaluate_alarms.i:30:[value] warning: accessing uninitialized left-value. assert \initialized(p);
+[value] Recording results for initialized_p
+[value] Done for function initialized_p
+[value] computing for function init_p <- main.
+        Called from tests/value/reevaluate_alarms.i:43.
+[value] Recording results for init_p
+[value] Done for function init_p
+[value] computing for function initialized_p <- main.
+        Called from tests/value/reevaluate_alarms.i:44.
+[value] Recording results for initialized_p
+[value] Done for function initialized_p
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function compute_n:
+  n ∈ [1..2147483647]
+  i ∈ {6}
+[value:final-states] Values at end of function init_p:
+  x ∈ {0} or UNINITIALIZED
+  y ∈ {0} or UNINITIALIZED
+[value:final-states] Values at end of function initialized_p:
+  x ∈ {1}
+[value:final-states] Values at end of function loop:
+  S ∈ [0..2147483647]
+  T[0..4] ∈ [0..2147483647]
+  i ∈ {5}
+  p ∈ {{ &T + [0..--],0%4 }}
+[value:final-states] Values at end of function main:
+  S ∈ [0..2147483647]
+  T[0..4] ∈ [0..2147483647]
+  n ∈ [1..2147483647]
+  x ∈ {0}
+  y ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function compute_n
+[from] Done for function compute_n
+[from] Computing for function init_p
+[from] Done for function init_p
+[from] Computing for function initialized_p
+[from] Done for function initialized_p
+[from] Computing for function loop
+[from] Done for function loop
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function compute_n:
+  n FROM n (and SELF)
+[from] Function init_p:
+  x FROM n; p (and SELF)
+  y FROM n; p (and SELF)
+[from] Function initialized_p:
+  NO EFFECTS
+[from] Function loop:
+  S FROM S (and SELF)
+  T[0..4] FROM S (and SELF)
+  \result FROM S
+[from] Function main:
+  S FROM S (and SELF)
+  T[0..4] FROM S (and SELF)
+  n FROM n (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function compute_n:
+          n; i
+[inout] Inputs for function compute_n:
+          n
+[inout] Out (internal) for function init_p:
+          x; y
+[inout] Inputs for function init_p:
+          n
+[inout] Out (internal) for function initialized_p:
+          x
+[inout] Inputs for function initialized_p:
+          x; y
+[inout] Out (internal) for function loop:
+          S; T[0..4]; i; p; tmp
+[inout] Inputs for function loop:
+          S
+[inout] Out (internal) for function main:
+          S; T[0..4]; n; x; y; __retres
+[inout] Inputs for function main:
+          S; n
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'loop'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,signed_overflow' (file tests/value/reevaluate_alarms.i, line 14)
+            tried with Value.
+[    -    ] Assertion 'Value,mem_access' (file tests/value/reevaluate_alarms.i, line 14)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'compute_n'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,signed_overflow' (file tests/value/reevaluate_alarms.i, line 20)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'initialized_p'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion 'Value,initialisation' (file tests/value/reevaluate_alarms.i, line 30)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     4 To be validated
+     4 Total
+--------------------------------------------------------------------------------
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  S ∈ {0}
+  T[0..4] ∈ {0}
+  n ∈ {1}
+[value] computing for function loop <- main.
+        Called from tests/value/reevaluate_alarms.i:34.
+[value] Recording results for loop
+[value] Done for function loop
+[value] computing for function compute_n <- main.
+        Called from tests/value/reevaluate_alarms.i:36.
+[value] Recording results for compute_n
+[value] Done for function compute_n
+[value] computing for function init_p <- main.
+        Called from tests/value/reevaluate_alarms.i:40.
+[value] Recording results for init_p
+[value] Done for function init_p
+[value] computing for function initialized_p <- main.
+        Called from tests/value/reevaluate_alarms.i:41.
+[value] Recording results for initialized_p
+[value] Done for function initialized_p
+[value] computing for function init_p <- main.
+        Called from tests/value/reevaluate_alarms.i:43.
+[value] Recording results for init_p
+[value] Done for function init_p
+[value] computing for function initialized_p <- main.
+        Called from tests/value/reevaluate_alarms.i:44.
+[value] Recording results for initialized_p
+[value] Done for function initialized_p
+[value] Recording results for main
+[value] done for function main
+tests/value/reevaluate_alarms.i:14:[value] assertion 'Value,signed_overflow' got final status valid.
+tests/value/reevaluate_alarms.i:14:[value] assertion 'Value,mem_access' got final status valid.
+tests/value/reevaluate_alarms.i:20:[value] assertion 'Value,signed_overflow' got final status valid.
+tests/value/reevaluate_alarms.i:30:[value] assertion 'Value,initialisation' got final status valid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function compute_n:
+  n ∈ {120}
+  i ∈ {6}
+[value:final-states] Values at end of function init_p:
+  x ∈ {0}
+  y ∈ {0} or UNINITIALIZED
+[value:final-states] Values at end of function initialized_p:
+  x ∈ {1}
+[value:final-states] Values at end of function loop:
+  S ∈ {10}
+  T[0] ∈ {0}
+   [1] ∈ {1}
+   [2] ∈ {3}
+   [3] ∈ {6}
+   [4] ∈ {10}
+  i ∈ {5}
+  p ∈ {{ &T[5] }}
+[value:final-states] Values at end of function main:
+  S ∈ {10}
+  T[0] ∈ {0}
+   [1] ∈ {1}
+   [2] ∈ {3}
+   [3] ∈ {6}
+   [4] ∈ {10}
+  n ∈ {120}
+  x ∈ {0}
+  y ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function compute_n
+[from] Done for function compute_n
+[from] Computing for function init_p
+[from] Done for function init_p
+[from] Computing for function initialized_p
+[from] Done for function initialized_p
+[from] Computing for function loop
+[from] Done for function loop
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function compute_n:
+  n FROM n (and SELF)
+[from] Function init_p:
+  x FROM n; p (and SELF)
+  y FROM n; p (and SELF)
+[from] Function initialized_p:
+  NO EFFECTS
+[from] Function loop:
+  S FROM S (and SELF)
+  T[0..4] FROM S (and SELF)
+  \result FROM S
+[from] Function main:
+  S FROM S (and SELF)
+  T[0..4] FROM S (and SELF)
+  n FROM n (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function compute_n:
+          n; i
+[inout] Inputs for function compute_n:
+          n
+[inout] Out (internal) for function init_p:
+          x; y
+[inout] Inputs for function init_p:
+          n
+[inout] Out (internal) for function initialized_p:
+          x
+[inout] Inputs for function initialized_p:
+          x; y
+[inout] Out (internal) for function loop:
+          S; T[0..4]; i; p; tmp
+[inout] Inputs for function loop:
+          S
+[inout] Out (internal) for function main:
+          S; T[0..4]; n; x; y; __retres
+[inout] Inputs for function main:
+          S; n
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'loop'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion 'Value,signed_overflow' (file tests/value/reevaluate_alarms.i, line 14)
+            by Value (v2).
+[  Valid  ] Assertion 'Value,mem_access' (file tests/value/reevaluate_alarms.i, line 14)
+            by Value (v2).
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'compute_n'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion 'Value,signed_overflow' (file tests/value/reevaluate_alarms.i, line 20)
+            by Value (v2).
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'initialized_p'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion 'Value,initialisation' (file tests/value/reevaluate_alarms.i, line 30)
+            by Value (v2).
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     4 Completely validated
+     4 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/relation_reduction.err.oracle b/tests/value/oracle_symblocs/relation_reduction.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/relation_reduction.res.oracle b/tests/value/oracle_symblocs/relation_reduction.res.oracle
new file mode 100644
index 00000000000..9c06e296dee
--- /dev/null
+++ b/tests/value/oracle_symblocs/relation_reduction.res.oracle
@@ -0,0 +1,51 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/relation_reduction.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  y ∈ {0}
+  t ∈ {0}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  R4 ∈ {0}
+  c ∈ {0}
+  tab[0] ∈ {101}
+     [1] ∈ {102}
+     [2] ∈ {103}
+     [3] ∈ {104}
+     [4] ∈ {105}
+     [5] ∈ {106}
+     [6] ∈ {103}
+     [7] ∈ {102}
+     [8] ∈ {101}
+tests/value/relation_reduction.i:9:[value] warning: signed overflow. assert y+10 ≤ 2147483647;
+tests/value/relation_reduction.i:20:[value] warning: accessing out of bounds index. assert 0 ≤ y;
+tests/value/relation_reduction.i:20:[value] warning: accessing out of bounds index. assert y < 9;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  y ∈ [-2147483648..2147483637]
+  t ∈ [-2147483638..2147483647]
+  R1 ∈ [-2147483648..2147483637]
+  R2 ∈ [-2147483638..2147483647]
+  R3 ∈ [--..--]
+  R4 ∈ {0; 1; 2; 3; 4; 5}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  y FROM x
+  t FROM x
+  R1 FROM x (and SELF)
+  R2 FROM x (and SELF)
+  R3 FROM x (and SELF)
+  R4 FROM tab[0..8]; x (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          y; t; R1; R2; R3; R4
+[inout] Inputs for function main:
+          y; t; tab[0..8]
diff --git a/tests/value/oracle_symblocs/relation_shift.err.oracle b/tests/value/oracle_symblocs/relation_shift.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/relation_shift.res.oracle b/tests/value/oracle_symblocs/relation_shift.res.oracle
new file mode 100644
index 00000000000..8206eab9a8b
--- /dev/null
+++ b/tests/value/oracle_symblocs/relation_shift.res.oracle
@@ -0,0 +1,67 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/relation_shift.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  r1 ∈ {0}
+  r2 ∈ {0}
+  r3 ∈ {0}
+  r4 ∈ {0}
+tests/value/relation_shift.i:5:[value] warning: signed overflow. assert x+1 ≤ 2147483647;
+tests/value/relation_shift.i:6:[value] warning: signed overflow. assert -2147483648 ≤ y-1;
+tests/value/relation_shift.i:11:[value] warning: signed overflow. assert z+t ≤ 2147483647;
+tests/value/relation_shift.i:12:[value] warning: out of bounds write. assert \valid(q);
+tests/value/relation_shift.i:15:[value] warning: signed overflow. assert -2147483648 ≤ x-y;
+tests/value/relation_shift.i:15:[value] warning: signed overflow. assert x-y ≤ 2147483647;
+tests/value/relation_shift.i:16:[value] warning: signed overflow. assert -2147483648 ≤ z-y;
+tests/value/relation_shift.i:16:[value] warning: signed overflow. assert z-y ≤ 2147483647;
+tests/value/relation_shift.i:18:[value] warning: out of bounds read. assert \valid_read(q);
+[value] DUMPING STATE of file tests/value/relation_shift.i line 19
+        r1 ∈ [--..--]
+        r2 ∈ [--..--]
+        r3 ∈ {3}
+        r4 ∈ [--..--]
+        x ∈ [-2147483647..2147483647]
+        y ∈ [-2147483648..2147483646]
+        z ∈ [-2147483642..2147483647]
+        t ∈ {5}
+        p ∈ {{ &p + {4} }}
+        q ∈ {{ &S_q[1] }}
+        S_q[0] ∈ {3}
+           [1] ∈ [--..--]
+        S_p[0..1] ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  r1 ∈ [--..--]
+  r2 ∈ [--..--]
+  r3 ∈ {3}
+  r4 ∈ [--..--]
+  x ∈ [-2147483647..2147483647]
+  y ∈ [-2147483648..2147483646]
+  z ∈ [-2147483642..2147483647]
+  t ∈ {5}
+  p ∈ {{ &p + {4} }}
+  q ∈ {{ &S_q[1] }}
+  S_q[0] ∈ {3}
+     [1] ∈ [--..--]
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  r1 FROM y
+  r2 FROM y
+  r3 FROM q
+  r4 FROM q; S_q[1]
+  S_q[0] FROM q
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          r1; r2; r3; r4; x; y; z; t; p; q; S_q[0]
+[inout] Inputs for function main:
+          S_q[0..1]
diff --git a/tests/value/oracle_symblocs/relations.err.oracle b/tests/value/oracle_symblocs/relations.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/relations.res.oracle b/tests/value/oracle_symblocs/relations.res.oracle
new file mode 100644
index 00000000000..6c6a0865206
--- /dev/null
+++ b/tests/value/oracle_symblocs/relations.res.oracle
@@ -0,0 +1,105 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/relations.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+  p ∈ {0}
+  x ∈ {0}
+  u[0..19] ∈ {0}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  R3 ∈ {0}
+  R4 ∈ {0}
+  R5 ∈ {0}
+  R6 ∈ {0}
+  R7 ∈ {0}
+  A7 ∈ {0}
+  R8 ∈ {0}
+  A8 ∈ {0}
+  S1 ∈ {0}
+  S2 ∈ {0}
+  S3 ∈ {0}
+  S4 ∈ {0}
+  S5 ∈ {0}
+  S6 ∈ {0}
+  S7 ∈ {0}
+  B7 ∈ {0}
+  S8 ∈ {0}
+  B8 ∈ {0}
+tests/value/relations.i:35:[value] warning: signed overflow. assert u[0]+1 ≤ 2147483647;
+tests/value/relations.i:41:[value] warning: signed overflow. assert -2147483648 ≤ u[5]-u[0];
+tests/value/relations.i:41:[value] warning: signed overflow. assert u[5]-u[0] ≤ 2147483647;
+tests/value/relations.i:46:[value] warning: signed overflow. assert -2147483648 ≤ u[10]-u[11];
+tests/value/relations.i:46:[value] warning: signed overflow. assert u[10]-u[11] ≤ 2147483647;
+tests/value/relations.i:48:[value] warning: signed overflow. assert -2147483648 ≤ u[1]-u[0];
+tests/value/relations.i:48:[value] warning: signed overflow. assert u[1]-u[0] ≤ 2147483647;
+tests/value/relations.i:52:[value] warning: signed overflow. assert -2147483648 ≤ u[5]-u[1];
+tests/value/relations.i:52:[value] warning: signed overflow. assert u[5]-u[1] ≤ 2147483647;
+tests/value/relations.i:56:[value] warning: out of bounds read. assert \valid_read(&pCs->L0);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0..1] ∈ {4}
+   [2] ∈ {3}
+  p ∈ {{ &t[1] }}
+  x ∈ {4}
+  u[0] ∈ [-2147483648..2147483646]
+   [1] ∈ [--..--]
+   [2..4] ∈ {0}
+   [5] ∈ [-2147483647..2147483647]
+   [6..9] ∈ {0}
+   [10..11] ∈ [--..--]
+   [12..19] ∈ {0}
+  R1 ∈ [--..--]
+  R2 ∈ [--..--]
+  R3 ∈ [-2147483648..2147483646]
+  R4 ∈ [--..--]
+  R5 ∈ [--..--]
+  R6 ∈ [--..--]
+  R7 ∈ {0; 1}
+  A7 ∈ [--..--]
+  R8 ∈ {0; 1}
+  A8 ∈ [--..--]
+  S1 ∈ {-1; 0; 1}
+  S2 ∈ {0; 1}
+  c ∈ {0}
+  e ∈ [--..--]
+  f ∈ [--..--]
+  S_pCs[0]{.L0; .L1} ∈ [--..--]
+       [0]{.T13; .T; .L8} ∈ {0; 1}
+       [1] ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t[0..1] FROM \nothing
+  p FROM \nothing
+  x FROM \nothing
+  u{[0..1]; [5]} FROM g
+   [10] FROM h
+   [11] FROM i
+  R1 FROM g (and SELF)
+  R2 FROM g (and SELF)
+  R3 FROM g (and SELF)
+  R4 FROM g (and SELF)
+  R5 FROM g
+  R6 FROM h; i (and SELF)
+  R7 FROM g (and SELF)
+  A7 FROM g
+  R8 FROM g (and SELF)
+  A8 FROM g
+  S1 FROM pCs; S_pCs[0]{.L0; .L1}
+  S2 FROM pCs; S_pCs[0]{.L0; .L1} (and SELF)
+  S_pCs[0]{.T13; .T; .L8} FROM pCs; S_pCs[0]{.L0; .L1}
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t[0..1]; p; x; u{[0..1]; [5]; [10..11]}; R1; R2; R3; R4; R5; R6; R7; 
+          A7; R8; A8; S1; S2; c; e; f; tmp; tmp_0; S_pCs[0]{.T13; .T; .L8}
+[inout] Inputs for function main:
+          t[0..1]; p; x; u{[0..1]; [5]; [10..11]}; S_pCs[0]{.L0; .L1; .T13; .T}
diff --git a/tests/value/oracle_symblocs/relations2.err.oracle b/tests/value/oracle_symblocs/relations2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/relations2.res.oracle b/tests/value/oracle_symblocs/relations2.res.oracle
new file mode 100644
index 00000000000..ba664e94a82
--- /dev/null
+++ b/tests/value/oracle_symblocs/relations2.res.oracle
@@ -0,0 +1,121 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/relations2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  sv ∈ [--..--]
+  a[0..513] ∈ [--..--]
+[value] computing for function bts2166 <- main.
+        Called from tests/value/relations2.i:41.
+tests/value/relations2.i:6:[value] warning: function bts2166: precondition got status unknown.
+tests/value/relations2.i:7:[value] warning: function bts2166: precondition got status unknown.
+[value] DUMPING STATE of file tests/value/relations2.i line 15
+        sv ∈ [--..--]
+        len ∈ [--..--]
+        n ∈ [1..64]
+        a[0..513] ∈ [--..--]
+        =END OF DUMP==
+[value] Called Frama_C_show_each_end([0..4294967295], [0..64])
+[value] Recording results for bts2166
+[value] Done for function bts2166
+[value] computing for function main2 <- main.
+        Called from tests/value/relations2.i:42.
+[value] computing for function unsigned_interval <- main2 <- main.
+        Called from tests/value/relations2.i:29.
+[value] using specification for function unsigned_interval
+[value] Done for function unsigned_interval
+[value] computing for function unsigned_interval <- main2 <- main.
+        Called from tests/value/relations2.i:30.
+[value] Done for function unsigned_interval
+[value] computing for function unsigned_interval <- main2 <- main.
+        Called from tests/value/relations2.i:31.
+[value] Done for function unsigned_interval
+tests/value/relations2.i:32:[value] entering loop for the first time
+[value] DUMPING STATE of file tests/value/relations2.i line 33
+        sv ∈ [--..--]
+        a[0..513] ∈ [--..--]
+        i ∈ [1..512]
+        t ∈ [0..511]
+        n ∈ [0..512]
+        s ∈ {0}
+        b3 ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/relations2.i:34:[value] warning: accessing out of bounds index.
+                 assert (unsigned int)(i-(unsigned int)(t+1)) < 514;
+[value] DUMPING STATE of file tests/value/relations2.i line 33
+        sv ∈ [--..--]
+        a[0..513] ∈ [--..--]
+        i ∈ [1..512]
+        t ∈ [0..511]
+        n ∈ [0..512]
+        s ∈ {0; 1}
+        b3 ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/relations2.i line 33
+        sv ∈ [--..--]
+        a[0..513] ∈ [--..--]
+        i ∈ [1..512]
+        t ∈ [0..511]
+        n ∈ [0..512]
+        s ∈ {0; 1; 2}
+        b3 ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] DUMPING STATE of file tests/value/relations2.i line 33
+        sv ∈ [--..--]
+        a[0..513] ∈ [--..--]
+        i ∈ [1..512]
+        t ∈ [0..511]
+        n ∈ [0..512]
+        s ∈ [0..2147483647]
+        b3 ∈ UNINITIALIZED
+        =END OF DUMP==
+tests/value/relations2.i:35:[value] warning: signed overflow. assert s+b3 ≤ 2147483647;
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function bts2166:
+  len ∈ [--..--]
+  n ∈ [0..64]
+[value:final-states] Values at end of function main2:
+  i ∈ [0..512]
+  t ∈ [0..512]
+  n ∈ [0..512]
+  s ∈ [0..2147483647]
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function bts2166
+[from] Computing for function Frama_C_dump_each <-bts2166
+[from] Done for function Frama_C_dump_each
+[from] Done for function bts2166
+[from] Computing for function main2
+[from] Computing for function unsigned_interval <-main2
+[from] Done for function unsigned_interval
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function bts2166:
+  NO EFFECTS
+[from] Function unsigned_interval:
+  \result FROM i1; i2
+[from] Function main2:
+  \result FROM a[0..513]
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function bts2166:
+          len; n
+[inout] Inputs for function bts2166:
+          \nothing
+[inout] Out (internal) for function main2:
+          i; t; n; s; b3
+[inout] Inputs for function main2:
+          a[0..513]
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          sv; a[0..513]
diff --git a/tests/value/oracle_symblocs/relations_difficult.err.oracle b/tests/value/oracle_symblocs/relations_difficult.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/relations_difficult.res.oracle b/tests/value/oracle_symblocs/relations_difficult.res.oracle
new file mode 100644
index 00000000000..381da2843c4
--- /dev/null
+++ b/tests/value/oracle_symblocs/relations_difficult.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/relations_difficult.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+  p ∈ {0}
+  A ∈ {0}
+  B ∈ {0}
+  C ∈ {0}
+  Z ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {4}
+  y ∈ {1; 2}
+  p ∈ {{ &x ; &y }}
+  A ∈ {1; 2; 3}
+  B ∈ {1; 2; 4}
+  C ∈ {1; 2; 4}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  x FROM \nothing
+  y FROM c
+  p FROM c
+  A FROM c
+  B FROM Z; c
+  C FROM c
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; y; p; A; B; C; __retres
+[inout] Inputs for function main:
+          x; y; p; Z
diff --git a/tests/value/oracle_symblocs/replace_by_show_each.err.oracle b/tests/value/oracle_symblocs/replace_by_show_each.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/replace_by_show_each.res.oracle b/tests/value/oracle_symblocs/replace_by_show_each.res.oracle
new file mode 100644
index 00000000000..5f7df16a3ac
--- /dev/null
+++ b/tests/value/oracle_symblocs/replace_by_show_each.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/replace_by_show_each.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+[value] Called Frama_C_show_each_2()
+[value] Called Frama_C_show_each_1()
+[inout] warning: no assigns clauses for function Frama_C_show_each_1. Results will be
+                 imprecise.
+[from] warning: no assigns clauses for function Frama_C_show_each_1. Results will be
+                imprecise.
+tests/value/replace_by_show_each.c:26:[value] warning: signed overflow. assert j+1 ≤ 2147483647;
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+Cannot filter: dumping raw memory (including unchanged variables)
+  x ∈ {0}
+  j ∈ [-2147483648..2147483646]
+  i ∈ [-2147483647..2147483647]
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to Frama_C_show_each_2 at tests/value/replace_by_show_each.c:23 (by main):
+  NO EFFECTS
+[from] call to Frama_C_show_each_1 at tests/value/replace_by_show_each.c:25 (by main):
+  FROMTOP
+[from] entry point:
+  \result FROM j
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          ANYTHING(origin:Unknown)
+        Operational inputs on termination:
+          ANYTHING(origin:Unknown)
+        Sure outputs:
+          i
diff --git a/tests/value/oracle_symblocs/resolve.err.oracle b/tests/value/oracle_symblocs/resolve.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/resolve.res.oracle b/tests/value/oracle_symblocs/resolve.res.oracle
new file mode 100644
index 00000000000..68c01d9f275
--- /dev/null
+++ b/tests/value/oracle_symblocs/resolve.res.oracle
@@ -0,0 +1,32 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/resolve.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/resolve.i:12.
+tests/value/resolve.i:12:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] using specification for function f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          tmp
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/return.err.oracle b/tests/value/oracle_symblocs/return.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/return.res.oracle b/tests/value/oracle_symblocs/return.res.oracle
new file mode 100644
index 00000000000..5b5e57eb3ce
--- /dev/null
+++ b/tests/value/oracle_symblocs/return.res.oracle
@@ -0,0 +1,44 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/return.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  H ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/return.i:18.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/return.i:19.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {0}
+[value:final-states] Values at end of function main:
+  G ∈ {0}
+  H ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM G; x
+[from] Function main:
+  G FROM G; c (and SELF)
+  H FROM G; H; c (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          G
+[inout] Out (internal) for function main:
+          G; H
+[inout] Inputs for function main:
+          G; H
diff --git a/tests/value/oracle_symblocs/semaphore.err.oracle b/tests/value/oracle_symblocs/semaphore.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/semaphore.res.oracle b/tests/value/oracle_symblocs/semaphore.res.oracle
new file mode 100644
index 00000000000..6b2fdc02cf0
--- /dev/null
+++ b/tests/value/oracle_symblocs/semaphore.res.oracle
@@ -0,0 +1,91 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/semaphore.i (no preprocessing)
+[value] Analyzing a complete application starting at g
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Sa ∈ {0}
+  Sb ∈ {0}
+tests/value/semaphore.i:28:[value] entering loop for the first time
+tests/value/semaphore.i:29:[value] entering loop for the first time
+[value] computing for function V <- g.
+        Called from tests/value/semaphore.i:31.
+tests/value/semaphore.i:31:[kernel] warning: Neither code nor specification for function V, generating default assigns from the prototype
+[value] using specification for function V
+[value] Done for function V
+[value] computing for function V <- g.
+        Called from tests/value/semaphore.i:31.
+[value] Done for function V
+[value] computing for function V <- g.
+        Called from tests/value/semaphore.i:31.
+[value] Done for function V
+[value] computing for function V <- g.
+        Called from tests/value/semaphore.i:31.
+[value] Done for function V
+[value] computing for function P <- g.
+        Called from tests/value/semaphore.i:34.
+tests/value/semaphore.i:34:[kernel] warning: Neither code nor specification for function P, generating default assigns from the prototype
+[value] using specification for function P
+[value] Done for function P
+[value] computing for function P <- g.
+        Called from tests/value/semaphore.i:35.
+[value] Done for function P
+[value] computing for function V <- g.
+        Called from tests/value/semaphore.i:37.
+[value] Done for function V
+[value] computing for function V <- g.
+        Called from tests/value/semaphore.i:38.
+[value] Done for function V
+[value] computing for function f <- g.
+        Called from tests/value/semaphore.i:40.
+[value] computing for function P <- f <- g.
+        Called from tests/value/semaphore.i:14.
+[value] Done for function P
+[value] computing for function P <- f <- g.
+        Called from tests/value/semaphore.i:16.
+[value] Done for function P
+[value] computing for function P <- f <- g.
+        Called from tests/value/semaphore.i:17.
+[value] Done for function P
+[value] computing for function V <- f <- g.
+        Called from tests/value/semaphore.i:19.
+[value] Done for function V
+[value] computing for function V <- f <- g.
+        Called from tests/value/semaphore.i:20.
+[value] Done for function V
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for g
+[value] done for function g
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  c ∈ {12}
+[value:final-states] Values at end of function g:
+  c ∈ {-26; -1}
+[from] Computing for function f
+[from] Computing for function P <-f
+[from] Done for function P
+[from] Computing for function V <-f
+[from] Done for function V
+[from] Done for function f
+[from] Computing for function g
+[from] Done for function g
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function P:
+  NO EFFECTS
+[from] Function V:
+  NO EFFECTS
+[from] Function f:
+  NO EFFECTS
+[from] Function g:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          c
+[inout] Inputs for function f:
+          Sa; Sb
+[inout] Out (internal) for function g:
+          c; tmp
+[inout] Inputs for function g:
+          Sa; Sb
diff --git a/tests/value/oracle_symblocs/sep.0.err.oracle b/tests/value/oracle_symblocs/sep.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/sep.0.res.oracle b/tests/value/oracle_symblocs/sep.0.res.oracle
new file mode 100644
index 00000000000..3b422983c79
--- /dev/null
+++ b/tests/value/oracle_symblocs/sep.0.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/sep.i (no preprocessing)
+[value] Analyzing an incomplete application starting at f1
+[value] Part of a case analysis: 0 of 0..3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  index ∈ [--..--]
+  tab[0..4] ∈ [--..--]
+tests/value/sep.i:36:[value] warning: function f1: precondition got status unknown.
+[value] computing for function init1 <- f1.
+        Called from tests/value/sep.i:41.
+[value] computing for function init2 <- init1 <- f1.
+        Called from tests/value/sep.i:18.
+tests/value/sep.i:18:[kernel] warning: No code nor implicit assigns clause for function init2, generating default assigns from the prototype
+[value] using specification for function init2
+[value] Done for function init2
+tests/value/sep.i:20:[value] warning: Statement 3: only propagating for condition false
+tests/value/sep.i:26:[value] warning: Statement 6: only propagating for condition false
+[value] Recording results for init1
+[value] Done for function init1
+[value] Recording results for f1
+[value] done for function f1
+[value] Next case to cover in sequential order: 1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function init1:
+  res ∈ {-1}
+[value:final-states] Values at end of function f1:
+  res ∈ {-1}
+  __retres ∈ {-1}
diff --git a/tests/value/oracle_symblocs/sep.1.err.oracle b/tests/value/oracle_symblocs/sep.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/sep.1.res.oracle b/tests/value/oracle_symblocs/sep.1.res.oracle
new file mode 100644
index 00000000000..a0ab5fa342e
--- /dev/null
+++ b/tests/value/oracle_symblocs/sep.1.res.oracle
@@ -0,0 +1,32 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/sep.i (no preprocessing)
+[value] Analyzing an incomplete application starting at f1
+[value] Part of a case analysis: 1 of 0..3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  index ∈ [--..--]
+  tab[0..4] ∈ [--..--]
+tests/value/sep.i:36:[value] warning: function f1: precondition got status unknown.
+[value] computing for function init1 <- f1.
+        Called from tests/value/sep.i:41.
+[value] computing for function init2 <- init1 <- f1.
+        Called from tests/value/sep.i:18.
+tests/value/sep.i:18:[kernel] warning: No code nor implicit assigns clause for function init2, generating default assigns from the prototype
+[value] using specification for function init2
+[value] Done for function init2
+tests/value/sep.i:20:[value] warning: Statement 3: only propagating for condition false
+tests/value/sep.i:26:[value] warning: Statement 6: only propagating for condition true
+[value] Recording results for init1
+[value] Done for function init1
+[value] Recording results for f1
+[value] done for function f1
+[value] Next case to cover in sequential order: 2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function init1:
+  index ∈ {0}
+  res ∈ {0}
+[value:final-states] Values at end of function f1:
+  index ∈ {0}
+  res ∈ {0}
+  __retres ∈ [--..--]
diff --git a/tests/value/oracle_symblocs/sep.2.err.oracle b/tests/value/oracle_symblocs/sep.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/sep.2.res.oracle b/tests/value/oracle_symblocs/sep.2.res.oracle
new file mode 100644
index 00000000000..3fd84d84ffa
--- /dev/null
+++ b/tests/value/oracle_symblocs/sep.2.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/sep.i (no preprocessing)
+[value] Analyzing an incomplete application starting at f1
+[value] Part of a case analysis: 2 of 0..3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  index ∈ [--..--]
+  tab[0..4] ∈ [--..--]
+tests/value/sep.i:36:[value] warning: function f1: precondition got status unknown.
+[value] computing for function init1 <- f1.
+        Called from tests/value/sep.i:41.
+[value] computing for function init2 <- init1 <- f1.
+        Called from tests/value/sep.i:18.
+tests/value/sep.i:18:[kernel] warning: No code nor implicit assigns clause for function init2, generating default assigns from the prototype
+[value] using specification for function init2
+[value] Done for function init2
+tests/value/sep.i:20:[value] warning: Statement 3: only propagating for condition true
+[value] Recording results for init1
+[value] Done for function init1
+[value] Recording results for f1
+[value] done for function f1
+[value] This analysis covers cases 2 to 3
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function init1:
+  index ∈ {0}
+  res ∈ {0}
+[value:final-states] Values at end of function f1:
+  index ∈ {0}
+  res ∈ {0}
+  __retres ∈ [--..--]
diff --git a/tests/value/oracle_symblocs/sep.3.err.oracle b/tests/value/oracle_symblocs/sep.3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/sep.3.res.oracle b/tests/value/oracle_symblocs/sep.3.res.oracle
new file mode 100644
index 00000000000..f37b137f3d3
--- /dev/null
+++ b/tests/value/oracle_symblocs/sep.3.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/sep.i (no preprocessing)
+[value] Analyzing an incomplete application starting at f1
+[value] Part of a case analysis: 3 of 0..3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  index ∈ [--..--]
+  tab[0..4] ∈ [--..--]
+tests/value/sep.i:36:[value] warning: function f1: precondition got status unknown.
+[value] computing for function init1 <- f1.
+        Called from tests/value/sep.i:41.
+[value] computing for function init2 <- init1 <- f1.
+        Called from tests/value/sep.i:18.
+tests/value/sep.i:18:[kernel] warning: No code nor implicit assigns clause for function init2, generating default assigns from the prototype
+[value] using specification for function init2
+[value] Done for function init2
+tests/value/sep.i:20:[value] warning: Statement 3: only propagating for condition true
+[value] Recording results for init1
+[value] Done for function init1
+[value] Recording results for f1
+[value] done for function f1
+[value] This analysis covers cases 2 to 3
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function init1:
+  index ∈ {0}
+  res ∈ {0}
+[value:final-states] Values at end of function f1:
+  index ∈ {0}
+  res ∈ {0}
+  __retres ∈ [--..--]
diff --git a/tests/value/oracle_symblocs/sep.4.err.oracle b/tests/value/oracle_symblocs/sep.4.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/sep.4.res.oracle b/tests/value/oracle_symblocs/sep.4.res.oracle
new file mode 100644
index 00000000000..3a55f486bcd
--- /dev/null
+++ b/tests/value/oracle_symblocs/sep.4.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/sep.i (no preprocessing)
+[value] Splitting return states on:
+        \return(init2) == 0, 1 (auto)
+        \return(init1) == 0 (auto)
+[value] Analyzing an incomplete application starting at f1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  index ∈ [--..--]
+  tab[0..4] ∈ [--..--]
+tests/value/sep.i:36:[value] warning: function f1: precondition got status unknown.
+[value] computing for function init1 <- f1.
+        Called from tests/value/sep.i:41.
+[value] computing for function init2 <- init1 <- f1.
+        Called from tests/value/sep.i:18.
+tests/value/sep.i:18:[kernel] warning: No code nor implicit assigns clause for function init2, generating default assigns from the prototype
+[value] using specification for function init2
+[value] Done for function init2
+[value] Recording results for init1
+[value] Done for function init1
+[value] Recording results for f1
+[value] done for function f1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function init1:
+  index ∈ [--..--]
+  res ∈ {-1; 0}
+[value:final-states] Values at end of function f1:
+  index ∈ [--..--]
+  res ∈ {-1; 0}
+  __retres ∈ [--..--]
diff --git a/tests/value/oracle_symblocs/separated.err.oracle b/tests/value/oracle_symblocs/separated.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/separated.res.oracle b/tests/value/oracle_symblocs/separated.res.oracle
new file mode 100644
index 00000000000..6b7012ec3fd
--- /dev/null
+++ b/tests/value/oracle_symblocs/separated.res.oracle
@@ -0,0 +1,32 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/separated.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..14] ∈ {0}
+  p ∈ {{ &t[0] }}
+  x ∈ {0}
+tests/value/separated.i:10:[value] assertion got status valid.
+tests/value/separated.i:13:[value] warning: assertion got status invalid (stopping propagation).
+tests/value/separated.i:16:[value] warning: assertion got status invalid (stopping propagation).
+tests/value/separated.i:19:[value] warning: assertion got status invalid (stopping propagation).
+tests/value/separated.i:22:[value] assertion got status valid.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {1}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  x FROM c
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/shift.0.err.oracle b/tests/value/oracle_symblocs/shift.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/shift.0.res.oracle b/tests/value/oracle_symblocs/shift.0.res.oracle
new file mode 100644
index 00000000000..5f2e06f19a4
--- /dev/null
+++ b/tests/value/oracle_symblocs/shift.0.res.oracle
@@ -0,0 +1,78 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/shift.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  d ∈ {0}
+  e ∈ {0}
+  f ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  ua ∈ {0}
+  ub ∈ {0}
+  uc ∈ {0}
+  ud ∈ {0}
+  ue ∈ {0}
+  uf ∈ {0}
+  t[0..9] ∈ {0}
+  v ∈ [--..--]
+tests/value/shift.i:21:[value] warning: invalid RHS operand for shift. assert 0 ≤ c < 32;
+tests/value/shift.i:22:[value] assertion got status valid.
+tests/value/shift.i:25:[value] warning: invalid RHS operand for shift. assert 0 ≤ c < 32;
+tests/value/shift.i:26:[value] assertion got status valid.
+tests/value/shift.i:29:[value] warning: invalid RHS operand for shift. assert 0 ≤ c < 32;
+tests/value/shift.i:31:[value] warning: invalid LHS operand for left shift. assert 0 ≤ c;
+tests/value/shift.i:32:[value] assertion got status valid.
+tests/value/shift.i:35:[value] warning: invalid RHS operand for shift. assert 0 ≤ 32 < 32;
+tests/value/shift.i:36:[value] warning: invalid RHS operand for shift. assert 0 ≤ 5555 < 32;
+tests/value/shift.i:40:[value] warning: invalid RHS operand for shift. assert 0 ≤ b < 32;
+[value] computing for function printf <- main.
+        Called from tests/value/shift.i:48.
+tests/value/shift.i:48:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+[value] using specification for function printf
+[value] Done for function printf
+tests/value/shift.i:52:[value] Assigning imprecise value to r.
+        The imprecision originates from Arithmetic {tests/value/shift.i:52}
+tests/value/shift.i:53:[value] warning: invalid LHS operand for left shift. assert 0 ≤ (long)((char *)t);
+[value] Recording results for main
+[value] done for function main
+tests/value/shift.i:35:[value] assertion 'Value,shift' got final status invalid.
+tests/value/shift.i:36:[value] assertion 'Value,shift' got final status invalid.
+tests/value/shift.i:40:[value] assertion 'Value,shift' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  a ∈ {314; 1256; 5024}
+  b ∈ {0}
+  d ∈ {61; 246; 255; 987}
+  f ∈ {-988; -255; -247; -62}
+  ua ∈ {1401}
+  ub ∈ {1073741074}
+  c ∈ [--..--]
+  z ∈ [-2147483648..2147483615]
+  zz ∈ {0}
+  shl ∈ {0}
+[from] Computing for function main
+[from] Computing for function printf <-main
+[from] Done for function printf
+tests/value/shift.i:48:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function printf:
+  NO EFFECTS
+[from] Function main:
+  a FROM v; c
+  b FROM z (and SELF)
+  d FROM v; c
+  f FROM v; c
+  ua FROM \nothing
+  ub FROM \nothing
+  \result FROM b; z
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          a; b; d; f; ua; ub; c; z; zz; r; shl
+[inout] Inputs for function main:
+          b; d; f; ua; ub; v
diff --git a/tests/value/oracle_symblocs/shift.1.err.oracle b/tests/value/oracle_symblocs/shift.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/shift.1.res.oracle b/tests/value/oracle_symblocs/shift.1.res.oracle
new file mode 100644
index 00000000000..45569f3c765
--- /dev/null
+++ b/tests/value/oracle_symblocs/shift.1.res.oracle
@@ -0,0 +1,83 @@
+[value] warning: New option name for -no-val-left-shift-negative-alarms is -no-val-warn-left-shift-negative
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/shift.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  d ∈ {0}
+  e ∈ {0}
+  f ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  ua ∈ {0}
+  ub ∈ {0}
+  uc ∈ {0}
+  ud ∈ {0}
+  ue ∈ {0}
+  uf ∈ {0}
+  t[0..9] ∈ {0}
+  v ∈ [--..--]
+tests/value/shift.i:21:[value] warning: invalid RHS operand for shift. assert 0 ≤ c < 32;
+tests/value/shift.i:22:[value] assertion got status valid.
+tests/value/shift.i:25:[value] warning: invalid RHS operand for shift. assert 0 ≤ c < 32;
+tests/value/shift.i:26:[value] assertion got status valid.
+tests/value/shift.i:29:[value] warning: invalid RHS operand for shift. assert 0 ≤ c < 32;
+tests/value/shift.i:32:[value] warning: assertion got status unknown.
+tests/value/shift.i:35:[value] warning: invalid RHS operand for shift. assert 0 ≤ 32 < 32;
+tests/value/shift.i:36:[value] warning: invalid RHS operand for shift. assert 0 ≤ 5555 < 32;
+tests/value/shift.i:40:[value] warning: invalid RHS operand for shift. assert 0 ≤ b < 32;
+[value] computing for function printf <- main.
+        Called from tests/value/shift.i:48.
+tests/value/shift.i:48:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+[value] using specification for function printf
+[value] Done for function printf
+tests/value/shift.i:52:[value] Assigning imprecise value to r.
+        The imprecision originates from Arithmetic {tests/value/shift.i:52}
+tests/value/shift.i:53:[value] warning: signed overflow. assert -2147483648 ≤ (long)((char *)t)<<8;
+tests/value/shift.i:53:[value] warning: signed overflow. assert (long)((char *)t)<<8 ≤ 2147483647;
+tests/value/shift.i:53:[value] warning: signed overflow. assert -2147483648 ≤ (long)r+(long)((long)((char *)t)<<8);
+tests/value/shift.i:53:[value] warning: signed overflow. assert (long)r+(long)((long)((char *)t)<<8) ≤ 2147483647;
+tests/value/shift.i:53:[value] Assigning imprecise value to r.
+        The imprecision originates from Arithmetic
+[value] Recording results for main
+[value] done for function main
+tests/value/shift.i:35:[value] assertion 'Value,shift' got final status invalid.
+tests/value/shift.i:36:[value] assertion 'Value,shift' got final status invalid.
+tests/value/shift.i:40:[value] assertion 'Value,shift' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  a ∈ {314; 1256; 5024}
+  b ∈ {0}
+  d ∈ {61; 246; 255; 987}
+  f ∈ {-988; -255; -247; -62}
+  ua ∈ {1401}
+  ub ∈ {1073741074}
+  c ∈ [--..--]
+  z ∈ [-2147483648..2147483631]
+  zz ∈ {0}
+  shl ∈ {0}
+[from] Computing for function main
+[from] Computing for function printf <-main
+[from] Done for function printf
+tests/value/shift.i:48:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function printf:
+  NO EFFECTS
+[from] Function main:
+  a FROM v; c
+  b FROM z (and SELF)
+  d FROM v; c
+  f FROM v; c
+  ua FROM \nothing
+  ub FROM \nothing
+  \result FROM b; z
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          a; b; d; f; ua; ub; c; z; zz; r; shl
+[inout] Inputs for function main:
+          b; d; f; ua; ub; v
diff --git a/tests/value/oracle_symblocs/shift_big.err.oracle b/tests/value/oracle_symblocs/shift_big.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/shift_big.res.oracle b/tests/value/oracle_symblocs/shift_big.res.oracle
new file mode 100644
index 00000000000..5a339142f6c
--- /dev/null
+++ b/tests/value/oracle_symblocs/shift_big.res.oracle
@@ -0,0 +1,155 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/shift_big.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  nondet ∈ [--..--]
+[value] computing for function t1 <- main.
+        Called from tests/value/shift_big.i:63.
+tests/value/shift_big.i:5:[value] warning: invalid RHS operand for shift. assert 0 ≤ j < 32;
+tests/value/shift_big.i:5:[value] warning: signed overflow. assert 1<<j ≤ 2147483647;
+[value] Recording results for t1
+[value] Done for function t1
+[value] computing for function t2 <- main.
+        Called from tests/value/shift_big.i:64.
+tests/value/shift_big.i:15:[value] warning: invalid RHS operand for shift. assert 0 ≤ j < 32;
+tests/value/shift_big.i:15:[value] warning: signed overflow. assert 1<<j ≤ 2147483647;
+[value] Recording results for t2
+[value] Done for function t2
+tests/value/shift_big.i:64:[value] warning: signed overflow. assert r+tmp_0 ≤ 2147483647;
+                                  (tmp_0 from t2())
+[value] computing for function t3 <- main.
+        Called from tests/value/shift_big.i:65.
+tests/value/shift_big.i:22:[value] entering loop for the first time
+tests/value/shift_big.i:25:[value] assertion got status valid.
+[value] Recording results for t3
+[value] Done for function t3
+[value] computing for function t4 <- main.
+        Called from tests/value/shift_big.i:66.
+tests/value/shift_big.i:31:[value] assertion got status valid.
+[value] Recording results for t4
+[value] Done for function t4
+[value] computing for function t5 <- main.
+        Called from tests/value/shift_big.i:67.
+tests/value/shift_big.i:37:[value] entering loop for the first time
+tests/value/shift_big.i:40:[value] assertion got status valid.
+[value] Recording results for t5
+[value] Done for function t5
+[value] computing for function t6 <- main.
+        Called from tests/value/shift_big.i:68.
+tests/value/shift_big.i:46:[value] assertion got status valid.
+[value] Recording results for t6
+[value] Done for function t6
+[value] computing for function t7 <- main.
+        Called from tests/value/shift_big.i:69.
+tests/value/shift_big.i:52:[value] warning: assertion got status unknown.
+[value] Recording results for t7
+[value] Done for function t7
+[value] computing for function t8 <- main.
+        Called from tests/value/shift_big.i:70.
+tests/value/shift_big.i:58:[value] assertion got status valid.
+[value] Recording results for t8
+[value] Done for function t8
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function t1:
+  j ∈ [0..31]
+  i ∈ [1..2147483647]
+  __retres ∈ [1..2147483647]
+[value:final-states] Values at end of function t2:
+  j ∈ {1; 10; 31}
+  i ∈ {2; 1024}
+  __retres ∈ {2; 1024}
+[value:final-states] Values at end of function t3:
+  x ∈ [1000000000..1999999999]
+  i ∈ {2000000000}
+[value:final-states] Values at end of function t4:
+  x ∈ {1000000000; 1000000001}
+[value:final-states] Values at end of function t5:
+  x ∈ [1000000000..1999999999]
+  i ∈ {2000000000}
+[value:final-states] Values at end of function t6:
+  x ∈ {1000000000; 1000000001}
+[value:final-states] Values at end of function t7:
+  x ∈ {1022; 1023}
+[value:final-states] Values at end of function t8:
+  x ∈ {1022; 1023}
+[value:final-states] Values at end of function main:
+  r ∈ [0..2147483647]
+[from] Computing for function t1
+[from] Done for function t1
+[from] Computing for function t2
+[from] Done for function t2
+[from] Computing for function t3
+[from] Done for function t3
+[from] Computing for function t4
+[from] Done for function t4
+[from] Computing for function t5
+[from] Done for function t5
+[from] Computing for function t6
+[from] Done for function t6
+[from] Computing for function t7
+[from] Done for function t7
+[from] Computing for function t8
+[from] Done for function t8
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function t1:
+  \result FROM nondet
+[from] Function t2:
+  \result FROM nondet
+[from] Function t3:
+  NO EFFECTS
+[from] Function t4:
+  NO EFFECTS
+[from] Function t5:
+  NO EFFECTS
+[from] Function t6:
+  NO EFFECTS
+[from] Function t7:
+  NO EFFECTS
+[from] Function t8:
+  NO EFFECTS
+[from] Function main:
+  \result FROM nondet
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function t1:
+          j; i; __retres
+[inout] Inputs for function t1:
+          nondet
+[inout] Out (internal) for function t2:
+          j; i; __retres
+[inout] Inputs for function t2:
+          nondet
+[inout] Out (internal) for function t3:
+          x; i
+[inout] Inputs for function t3:
+          nondet
+[inout] Out (internal) for function t4:
+          x
+[inout] Inputs for function t4:
+          nondet
+[inout] Out (internal) for function t5:
+          x; i
+[inout] Inputs for function t5:
+          nondet
+[inout] Out (internal) for function t6:
+          x
+[inout] Inputs for function t6:
+          nondet
+[inout] Out (internal) for function t7:
+          x
+[inout] Inputs for function t7:
+          nondet
+[inout] Out (internal) for function t8:
+          x
+[inout] Inputs for function t8:
+          nondet
+[inout] Out (internal) for function main:
+          r; tmp; tmp_0
+[inout] Inputs for function main:
+          nondet
diff --git a/tests/value/oracle_symblocs/shift_neg.err.oracle b/tests/value/oracle_symblocs/shift_neg.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/shift_neg.res.oracle b/tests/value/oracle_symblocs/shift_neg.res.oracle
new file mode 100644
index 00000000000..24b7a2fd522
--- /dev/null
+++ b/tests/value/oracle_symblocs/shift_neg.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/shift_neg.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] DUMPING STATE of file tests/value/shift_neg.i line 5
+        i ∈ {-1}
+        j ∈ {-6}
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {-1}
+  j ∈ {-6}
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; j
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/sign_of_bitfiled_int.0.err.oracle b/tests/value/oracle_symblocs/sign_of_bitfiled_int.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/sign_of_bitfiled_int.0.res.oracle b/tests/value/oracle_symblocs/sign_of_bitfiled_int.0.res.oracle
new file mode 100644
index 00000000000..da491c1e4fe
--- /dev/null
+++ b/tests/value/oracle_symblocs/sign_of_bitfiled_int.0.res.oracle
@@ -0,0 +1,14 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/sign_of_bitfiled_int.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  bf ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  bf.c ∈ {-1}
+    .u ∈ {65535}
+  int_inside_bitfield_is_unsigned ∈ {1}
diff --git a/tests/value/oracle_symblocs/sign_of_bitfiled_int.1.err.oracle b/tests/value/oracle_symblocs/sign_of_bitfiled_int.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/sign_of_bitfiled_int.1.res.oracle b/tests/value/oracle_symblocs/sign_of_bitfiled_int.1.res.oracle
new file mode 100644
index 00000000000..da491c1e4fe
--- /dev/null
+++ b/tests/value/oracle_symblocs/sign_of_bitfiled_int.1.res.oracle
@@ -0,0 +1,14 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/sign_of_bitfiled_int.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  bf ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  bf.c ∈ {-1}
+    .u ∈ {65535}
+  int_inside_bitfield_is_unsigned ∈ {1}
diff --git a/tests/value/oracle_symblocs/simple_packed.err.oracle b/tests/value/oracle_symblocs/simple_packed.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/simple_packed.res.oracle b/tests/value/oracle_symblocs/simple_packed.res.oracle
new file mode 100644
index 00000000000..5f036c820fd
--- /dev/null
+++ b/tests/value/oracle_symblocs/simple_packed.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/simple_packed.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/simple_packed.c:19.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  bar{.c; .i; .s.c} ∈ [--..--]
+     .s.[bits 8 to 31] ∈ UNINITIALIZED
+     .s.i ∈ [--..--]
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM foo
+[from] Function main:
+  \result FROM foo
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          bar
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/simple_path.err.oracle b/tests/value/oracle_symblocs/simple_path.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/simple_path.res.oracle b/tests/value/oracle_symblocs/simple_path.res.oracle
new file mode 100644
index 00000000000..941a328f3d7
--- /dev/null
+++ b/tests/value/oracle_symblocs/simple_path.res.oracle
@@ -0,0 +1,30 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/simple_path.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {0}
+  H ∈ {0}
+  p ∈ {{ &G }}
+  q ∈ {{ &H }}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G ∈ {3}
+  H ∈ {5}
+  p ∈ {{ &H }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  G FROM p
+  H FROM \nothing
+  p FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G; H; p
+[inout] Inputs for function main:
+          p
diff --git a/tests/value/oracle_symblocs/simplify_cfg.0.err.oracle b/tests/value/oracle_symblocs/simplify_cfg.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/simplify_cfg.0.res.oracle b/tests/value/oracle_symblocs/simplify_cfg.0.res.oracle
new file mode 100644
index 00000000000..f73313e89af
--- /dev/null
+++ b/tests/value/oracle_symblocs/simplify_cfg.0.res.oracle
@@ -0,0 +1,13 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/simplify_cfg.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  z ∈ {1; 100}
+  c ∈ {99}
diff --git a/tests/value/oracle_symblocs/simplify_cfg.1.err.oracle b/tests/value/oracle_symblocs/simplify_cfg.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/simplify_cfg.1.res.oracle b/tests/value/oracle_symblocs/simplify_cfg.1.res.oracle
new file mode 100644
index 00000000000..f73313e89af
--- /dev/null
+++ b/tests/value/oracle_symblocs/simplify_cfg.1.res.oracle
@@ -0,0 +1,13 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/simplify_cfg.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  z ∈ {1; 100}
+  c ∈ {99}
diff --git a/tests/value/oracle_symblocs/sizeof.err.oracle b/tests/value/oracle_symblocs/sizeof.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/sizeof.res.oracle b/tests/value/oracle_symblocs/sizeof.res.oracle
new file mode 100644
index 00000000000..0475b33fd92
--- /dev/null
+++ b/tests/value/oracle_symblocs/sizeof.res.oracle
@@ -0,0 +1,138 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/sizeof.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  sz_str ∈ {0}
+  sz_typ ∈ {0}
+  align_str ∈ {0}
+  align_typ ∈ {0}
+  s1 ∈ {0}
+  i ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/sizeof.i:38.
+tests/value/sizeof.i:10:[value] assertion got status valid.
+tests/value/sizeof.i:14:[value] assertion got status valid.
+tests/value/sizeof.i:17:[value] assertion got status valid.
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/sizeof.i:39.
+tests/value/sizeof.i:32:[value] Assigning imprecise value to p.
+        The imprecision originates from Arithmetic {tests/value/sizeof.i:32}
+tests/value/sizeof.i:33:[value] warning: accessing out of bounds index.
+                 assert (unsigned int)(sizeof(s1.t)-(unsigned int)i) < 10;
+tests/value/sizeof.i:33:[value] warning: out of bounds write.
+                 assert \valid(&p->t[(unsigned int)(sizeof(s1.t)-(unsigned int)i)]);
+tests/value/sizeof.i:34:[value] warning: accessing out of bounds index.
+                 assert (unsigned int)(sizeof(s1.t)-(unsigned int)i) < 10;
+tests/value/sizeof.i:34:[value] warning: out of bounds write.
+                 assert \valid(&p->t[(unsigned int)(sizeof(s1.t)-(unsigned int)i)]);
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[scope:rm_asserts] removing 2 assertion(s)
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  sz_str ∈ {4}
+  sz_typ ∈ {1}
+  align_str ∈ {1}
+  align_typ ∈ {4}
+[value:final-states] Values at end of function main2:
+  s1 ∈ [--..--]
+  p ∈ {{ &s1 + [-36..36] }}
+[value:final-states] Values at end of function main:
+  sz_str ∈ {4}
+  sz_typ ∈ {1}
+  align_str ∈ {1}
+  align_typ ∈ {4}
+  s1 ∈ [--..--]
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  sz_str FROM \nothing
+  sz_typ FROM \nothing
+  align_str FROM \nothing
+  align_typ FROM \nothing
+[from] Function main2:
+  s1 FROM i (and SELF)
+[from] Function main:
+  sz_str FROM \nothing
+  sz_typ FROM \nothing
+  align_str FROM \nothing
+  align_typ FROM \nothing
+  s1 FROM i (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          sz_str; sz_typ; align_str; align_typ
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          s1; p
+[inout] Inputs for function main2:
+          i
+[inout] Out (internal) for function main:
+          sz_str; sz_typ; align_str; align_typ; s1
+[inout] Inputs for function main:
+          i
+/* Generated by Frama-C */
+struct s {
+   int t[10] ;
+};
+int sz_str;
+int sz_typ;
+int align_str;
+int align_typ;
+void main1(void)
+{
+  sz_str = (int)sizeof("ONE");
+  /*@ assert sz_str ≡ sizeof("ONE"); */ ;
+  align_str = (int)__alignof__("FOO");
+  sz_typ = (int)sizeof(char);
+  /*@ assert sz_typ ≡ sizeof(char); */ ;
+  align_typ = (int)__alignof__(char *);
+  /*@ assert sizeof("BLA") ≢ sizeof("FOOBAR"); */ ;
+  return;
+}
+
+struct s s1;
+int volatile i;
+void main2(void)
+{
+  struct s *p;
+  p = & s1 + (int)(& s1);
+  /*@ assert
+      Value: index_bound: (unsigned int)(sizeof(s1.t)-(unsigned int)i) < 10;
+  */
+  /*@ assert
+      Value: mem_access:
+        \valid(&p->t[(unsigned int)(sizeof(s1.t)-(unsigned int)i)]);
+  */
+  p->t[sizeof(s1.t) - (unsigned int)i] = 1;
+  /*@ assert
+      Value: index_bound: (unsigned int)(sizeof(s1.t)-(unsigned int)i) < 10;
+  */
+  /*@ assert
+      Value: mem_access:
+        \valid(&p->t[(unsigned int)(sizeof(s1.t)-(unsigned int)i)]);
+  */
+  p->t[sizeof(s1.t) - (unsigned int)i] = 2;
+  return;
+}
+
+void main(void)
+{
+  main1();
+  main2();
+  return;
+}
+
+
diff --git a/tests/value/oracle_symblocs/slevel_return.err.oracle b/tests/value/oracle_symblocs/slevel_return.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/slevel_return.res.oracle b/tests/value/oracle_symblocs/slevel_return.res.oracle
new file mode 100644
index 00000000000..b697ceee302
--- /dev/null
+++ b/tests/value/oracle_symblocs/slevel_return.res.oracle
@@ -0,0 +1,68 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/slevel_return.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  y ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/slevel_return.i:44.
+tests/value/slevel_return.i:7:[value] function main1: postcondition got status valid.
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/slevel_return.i:45.
+[value] DUMPING STATE of file tests/value/slevel_return.i line 38
+        x ∈ {-3}
+        y ∈ {0; 1; 6}
+        c ∈ [--..--]
+        c ∈ [--..--]
+        =END OF DUMP==
+tests/value/slevel_return.i:23:[value] function main2: postcondition got status valid.
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  x ∈ {-3; 0; 5}
+  y ∈ {0; 1; 6}
+[value:final-states] Values at end of function main2:
+  x ∈ {-3; 0; 5}
+  y ∈ {0; 1; 6}
+[value:final-states] Values at end of function main:
+  x ∈ {-3; 0; 5}
+  y ∈ {0; 1; 6}
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Computing for function Frama_C_dump_each <-main2
+[from] Done for function Frama_C_dump_each
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  x FROM c
+  y FROM c (and SELF)
+[from] Function main2:
+  x FROM c
+  y FROM c (and SELF)
+[from] Function main:
+  x FROM c
+  y FROM c (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          x; y
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          x; y
+[inout] Inputs for function main2:
+          \nothing
+[inout] Out (internal) for function main:
+          x; y
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/slevelex.err.oracle b/tests/value/oracle_symblocs/slevelex.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/slevelex.res.oracle b/tests/value/oracle_symblocs/slevelex.res.oracle
new file mode 100644
index 00000000000..47fa5ca897e
--- /dev/null
+++ b/tests/value/oracle_symblocs/slevelex.res.oracle
@@ -0,0 +1,114 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/slevelex.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  c ∈ [--..--]
+tests/value/slevelex.i:80:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each_xy({1; 2}, {1; 2})
+[value] computing for function f <- main.
+        Called from tests/value/slevelex.i:83.
+[value] Recording results for f
+[value] Done for function f
+tests/value/slevelex.i:84:[value] assertion got status valid.
+[value] computing for function gu <- main.
+        Called from tests/value/slevelex.i:88.
+tests/value/slevelex.i:26:[value] assertion got status valid.
+[value] Called Frama_C_show_each_u({1})
+[value] Called Frama_C_show_each_u({2})
+[value] Called Frama_C_show_each_u({3})
+[value] Called Frama_C_show_each_u({4})
+[value] Called Frama_C_show_each_u({5})
+[value] Called Frama_C_show_each_u({6})
+[value] Called Frama_C_show_each_u({7})
+[value] Called Frama_C_show_each_u({8})
+[value] Called Frama_C_show_each_u({9})
+[value] Called Frama_C_show_each_u({10})
+[value] Called Frama_C_show_each_u({11})
+[value] Called Frama_C_show_each_u({12})
+[value] Called Frama_C_show_each_u({13})
+[value] Called Frama_C_show_each_u({14})
+[value] Called Frama_C_show_each_u({15})
+[value] Called Frama_C_show_each_u({16})
+[value] Called Frama_C_show_each_u({17})
+[value] Called Frama_C_show_each_u({18})
+[value] Called Frama_C_show_each_u({19})
+[value] Called Frama_C_show_each_u({20})
+[value] Recording results for gu
+[value] Done for function gu
+[value] computing for function ginc <- main.
+        Called from tests/value/slevelex.i:89.
+tests/value/slevelex.i:49:[value] assertion got status valid.
+[value] Called Frama_C_show_each_inc({4})
+[value] Called Frama_C_show_each_inc({8})
+[value] Called Frama_C_show_each_inc({12})
+[value] Called Frama_C_show_each_inc({16})
+[value] Called Frama_C_show_each_inc({20})
+[value] Called Frama_C_show_each_inc({24})
+[value] Called Frama_C_show_each_inc({28})
+[value] Called Frama_C_show_each_inc({32})
+[value] Called Frama_C_show_each_inc({36})
+[value] Called Frama_C_show_each_inc({40})
+[value] Called Frama_C_show_each_inc({44})
+[value] Called Frama_C_show_each_inc({48})
+[value] Called Frama_C_show_each_inc({52})
+[value] Called Frama_C_show_each_inc({56})
+[value] Called Frama_C_show_each_inc({60})
+[value] Called Frama_C_show_each_inc({64})
+[value] Called Frama_C_show_each_inc({68})
+[value] Called Frama_C_show_each_inc({72})
+[value] Called Frama_C_show_each_inc({76})
+[value] Called Frama_C_show_each_inc({80})
+[value] Recording results for ginc
+[value] Done for function ginc
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  x ∈ {1; 2}
+  y ∈ {1; 2}
+  __retres ∈ {0}
+[value:final-states] Values at end of function ginc:
+  inc ∈ [4..80],0%4
+[value:final-states] Values at end of function gu:
+  
+[value:final-states] Values at end of function main:
+  un ∈ [1..20]
+  x ∈ {0}
+  y ∈ {1; 2}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function ginc
+[from] Done for function ginc
+[from] Computing for function gu
+[from] Done for function gu
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM c
+[from] Function ginc:
+  NO EFFECTS
+[from] Function gu:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          x; y; __retres
+[inout] Inputs for function f:
+          c
+[inout] Out (internal) for function ginc:
+          inc
+[inout] Inputs for function ginc:
+          \nothing
+[inout] Out (internal) for function gu:
+          \nothing
+[inout] Inputs for function gu:
+          \nothing
+[inout] Out (internal) for function main:
+          un; x; y
+[inout] Inputs for function main:
+          c
diff --git a/tests/value/oracle_symblocs/small_conditionals.err.oracle b/tests/value/oracle_symblocs/small_conditionals.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/small_conditionals.res.oracle b/tests/value/oracle_symblocs/small_conditionals.res.oracle
new file mode 100644
index 00000000000..3c0ffe36413
--- /dev/null
+++ b/tests/value/oracle_symblocs/small_conditionals.res.oracle
@@ -0,0 +1,27 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/small_conditionals.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  Y ∈ {0}
+  Z ∈ {0}
+  U ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  Y ∈ [--..--]
+  Z ∈ {4}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  Y FROM X
+  Z FROM U
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          Y; Z; tmp
+[inout] Inputs for function main:
+          U
diff --git a/tests/value/oracle_symblocs/sort4.0.err.oracle b/tests/value/oracle_symblocs/sort4.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/sort4.0.res.oracle b/tests/value/oracle_symblocs/sort4.0.res.oracle
new file mode 100644
index 00000000000..6660e10aa8c
--- /dev/null
+++ b/tests/value/oracle_symblocs/sort4.0.res.oracle
@@ -0,0 +1,35 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/sort4.i (no preprocessing)
+tests/value/sort4.i:25:[kernel] warning: parsing obsolete ACSL construct '\valid_range(addr,min,max)'. '\valid(addr+(min..max))' should be used instead.
+[value] Analyzing an incomplete application starting at sort4_1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c ∈ [--..--]
+  d ∈ [--..--]
+tests/value/sort4.i:20:[value] warning: assertion got status unknown.
+[value] Recording results for sort4_1
+[value] done for function sort4_1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function sort4_1:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c ∈ [--..--]
+  d ∈ [--..--]
+  tmp ∈ [-2147483647..2147483647] or UNINITIALIZED
+[from] Computing for function sort4_1
+[from] Done for function sort4_1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function sort4_1:
+  a FROM a; b; c; d (and SELF)
+  b FROM a; b; c; d (and SELF)
+  c FROM a; b; c; d (and SELF)
+  d FROM a; b; c; d (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function sort4_1:
+          a; b; c; d; tmp
+[inout] Inputs for function sort4_1:
+          a; b; c; d
diff --git a/tests/value/oracle_symblocs/sort4.1.err.oracle b/tests/value/oracle_symblocs/sort4.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/sort4.1.res.oracle b/tests/value/oracle_symblocs/sort4.1.res.oracle
new file mode 100644
index 00000000000..a1ca2cc0618
--- /dev/null
+++ b/tests/value/oracle_symblocs/sort4.1.res.oracle
@@ -0,0 +1,56 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/sort4.i (no preprocessing)
+tests/value/sort4.i:25:[kernel] warning: parsing obsolete ACSL construct '\valid_range(addr,min,max)'. '\valid(addr+(min..max))' should be used instead.
+[value] Analyzing an incomplete application starting at sort4_4
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c ∈ [--..--]
+  d ∈ [--..--]
+tests/value/sort4.i:25:[value] warning: function sort4_4: precondition got status unknown.
+tests/value/sort4.i:29:[value] warning: out of bounds read. assert \valid_read(t+1);
+tests/value/sort4.i:29:[value] warning: out of bounds read. assert \valid_read(t+1);
+tests/value/sort4.i:29:[value] warning: out of bounds write. assert \valid(t+1);
+tests/value/sort4.i:30:[value] warning: out of bounds read. assert \valid_read(t+2);
+tests/value/sort4.i:30:[value] warning: out of bounds read. assert \valid_read(t+3);
+tests/value/sort4.i:30:[value] warning: out of bounds read. assert \valid_read(t+2);
+tests/value/sort4.i:30:[value] warning: out of bounds write. assert \valid(t+2);
+tests/value/sort4.i:30:[value] warning: out of bounds read. assert \valid_read(t+3);
+tests/value/sort4.i:30:[value] warning: out of bounds write. assert \valid(t+3);
+tests/value/sort4.i:31:[value] warning: out of bounds read. assert \valid_read(t+2);
+tests/value/sort4.i:31:[value] warning: out of bounds read. assert \valid_read(t+2);
+tests/value/sort4.i:31:[value] warning: out of bounds write. assert \valid(t+2);
+tests/value/sort4.i:32:[value] warning: out of bounds read. assert \valid_read(t+1);
+tests/value/sort4.i:32:[value] warning: out of bounds read. assert \valid_read(t+3);
+tests/value/sort4.i:32:[value] warning: out of bounds read. assert \valid_read(t+1);
+tests/value/sort4.i:32:[value] warning: out of bounds write. assert \valid(t+1);
+tests/value/sort4.i:32:[value] warning: out of bounds read. assert \valid_read(t+3);
+tests/value/sort4.i:32:[value] warning: out of bounds write. assert \valid(t+3);
+tests/value/sort4.i:33:[value] warning: out of bounds read. assert \valid_read(t+1);
+tests/value/sort4.i:33:[value] warning: out of bounds read. assert \valid_read(t+2);
+tests/value/sort4.i:33:[value] warning: out of bounds read. assert \valid_read(t+1);
+tests/value/sort4.i:33:[value] warning: out of bounds write. assert \valid(t+1);
+tests/value/sort4.i:33:[value] warning: out of bounds read. assert \valid_read(t+2);
+tests/value/sort4.i:33:[value] warning: out of bounds write. assert \valid(t+2);
+tests/value/sort4.i:26:[value] warning: function sort4_4: postcondition got status unknown.
+[value] Recording results for sort4_4
+[value] done for function sort4_4
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function sort4_4:
+  tmp ∈ [-2147483647..2147483647] or UNINITIALIZED
+  S_t[0..3] ∈ [--..--]
+[from] Computing for function sort4_4
+[from] Done for function sort4_4
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function sort4_4:
+  S_t[0] FROM t; S_t[0..3] (and SELF)
+     [1..2] FROM t; S_t[0..3] (and SELF)
+     [3] FROM t; S_t[0..3] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function sort4_4:
+          tmp; S_t[0..3]
+[inout] Inputs for function sort4_4:
+          S_t[0..3]
diff --git a/tests/value/oracle_symblocs/sort4.2.err.oracle b/tests/value/oracle_symblocs/sort4.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/sort4.2.res.oracle b/tests/value/oracle_symblocs/sort4.2.res.oracle
new file mode 100644
index 00000000000..a5d63e73a18
--- /dev/null
+++ b/tests/value/oracle_symblocs/sort4.2.res.oracle
@@ -0,0 +1,44 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/sort4.i (no preprocessing)
+tests/value/sort4.i:25:[kernel] warning: parsing obsolete ACSL construct '\valid_range(addr,min,max)'. '\valid(addr+(min..max))' should be used instead.
+[value] Analyzing an incomplete application starting at sort4_3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c ∈ [--..--]
+  d ∈ [--..--]
+tests/value/sort4.i:59:[value] warning: function sort4_3: precondition got status unknown.
+tests/value/sort4.i:61:[value] warning: function sort4_3: postcondition got status unknown.
+[value] Recording results for sort4_3
+[value] done for function sort4_3
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function sort4_3:
+  tmp ∈ [-2147483647..2147483647] or UNINITIALIZED
+  S_d_0[0..1] ∈ [--..--]
+  S_c_0[0..1] ∈ [--..--]
+  S_b_0[0..1] ∈ [--..--]
+  S_a_0[0..1] ∈ [--..--]
+[from] Computing for function sort4_3
+[from] Done for function sort4_3
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function sort4_3:
+  S_d_0[0]
+       FROM a_0; b_0; c_0; d_0; S_d_0[0]; S_c_0[0]; S_b_0[0];
+            S_a_0[0] (and SELF)
+  S_c_0[0]
+       FROM a_0; b_0; c_0; d_0; S_d_0[0]; S_c_0[0]; S_b_0[0];
+            S_a_0[0] (and SELF)
+  S_b_0[0]
+       FROM a_0; b_0; c_0; d_0; S_d_0[0]; S_c_0[0]; S_b_0[0];
+            S_a_0[0] (and SELF)
+  S_a_0[0]
+       FROM a_0; b_0; c_0; d_0; S_d_0[0]; S_c_0[0]; S_b_0[0];
+            S_a_0[0] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function sort4_3:
+          tmp; S_d_0[0]; S_c_0[0]; S_b_0[0]; S_a_0[0]
+[inout] Inputs for function sort4_3:
+          S_d_0[0]; S_c_0[0]; S_b_0[0]; S_a_0[0]
diff --git a/tests/value/oracle_symblocs/split_return.0.err.oracle b/tests/value/oracle_symblocs/split_return.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/split_return.0.res.oracle b/tests/value/oracle_symblocs/split_return.0.res.oracle
new file mode 100644
index 00000000000..53e7c9d8b75
--- /dev/null
+++ b/tests/value/oracle_symblocs/split_return.0.res.oracle
@@ -0,0 +1,382 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/split_return.i (no preprocessing)
+[value] warning: ignoring non-existing function 'NON_EXISTING'.
+[value] Splitting return states on:
+        \return(f2) == 0 (user)
+        \return(f3) == -2, -4 (user)
+        \return(f4) == 4 (user)
+        \return(f5) == -2 (user)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i2 ∈ [--..--]
+  i3 ∈ [--..--]
+  i4 ∈ [--..--]
+  i5 ∈ [--..--]
+  v ∈ [--..--]
+  v7 ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/split_return.i:175.
+[value] computing for function init <- main1 <- main.
+        Called from tests/value/split_return.i:17.
+[value] using specification for function init
+[value] Done for function init
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/split_return.i:176.
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/split_return.i:47.
+[value] Recording results for f2
+[value] Done for function f2
+[value] Called Frama_C_show_each_f2({0}, {0})
+[value] Called Frama_C_show_each_f2({5; 7}, {5})
+tests/value/split_return.i:50:[value] assertion got status valid.
+[value] Called Frama_C_show_each_f2_2({5; 7}, {5})
+tests/value/split_return.i:53:[value] assertion got status valid.
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/split_return.i:177.
+[value] computing for function f3 <- main3 <- main.
+        Called from tests/value/split_return.i:72.
+tests/value/split_return.i:68:[value] f3: cannot properly split on \result == -2
+[value] Recording results for f3
+[value] Done for function f3
+[value] Called Frama_C_show_each_f3({-2; 7}, {0; 5})
+tests/value/split_return.i:75:[value] warning: assertion got status unknown.
+tests/value/split_return.i:77:[value] warning: assertion got status unknown.
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({4; 7}, {0; 5})
+tests/value/split_return.i:96:[value] warning: assertion got status unknown.
+tests/value/split_return.i:98:[value] warning: assertion got status unknown.
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main5 <- main.
+        Called from tests/value/split_return.i:179.
+[value] computing for function f5 <- main5 <- main.
+        Called from tests/value/split_return.i:116.
+[value] Recording results for f5
+[value] Done for function f5
+[value] Called Frama_C_show_each_f5({-2}, {0})
+[value] Called Frama_C_show_each_f5({7}, {5})
+tests/value/split_return.i:119:[value] assertion got status valid.
+tests/value/split_return.i:121:[value] assertion got status valid.
+[value] Recording results for main5
+[value] Done for function main5
+[value] computing for function main6 <- main.
+        Called from tests/value/split_return.i:180.
+[value] computing for function f6 <- main6 <- main.
+        Called from tests/value/split_return.i:134.
+tests/value/split_return.i:129:[value] warning: assertion got status unknown.
+[value] Recording results for f6
+[value] Done for function f6
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main7 <- main.
+        Called from tests/value/split_return.i:181.
+[value] computing for function f7 <- main7 <- main.
+        Called from tests/value/split_return.i:147.
+[value] Recording results for f7
+[value] Done for function f7
+[value] Called Frama_C_show_each_NULL({{ NULL ; &v }}, {0; 1})
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({-1; 4}, {{ NULL ; &x }})
+[value] Recording results for main8
+[value] Done for function main8
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f2:
+  i2 ∈ {0; 5}
+  __retres ∈ {0; 5; 7}
+[value:final-states] Values at end of function f3:
+  i3 ∈ {0; 5}
+  res1 ∈ {-2; 7}
+  res2 ∈ {-2; 7}
+[value:final-states] Values at end of function f4:
+  i4 ∈ {0; 5}
+  __retres ∈ {4; 7}
+[value:final-states] Values at end of function f5:
+  i5 ∈ {0; 5}
+  res ∈ {-2; 7}
+[value:final-states] Values at end of function f6:
+  i ∈ [-5..5]
+[value:final-states] Values at end of function f7:
+  v7 ∈ {0; 1}
+  __retres ∈ {{ NULL ; &v }}
+[value:final-states] Values at end of function f8:
+  x ∈ {-1; 4}
+  __retres ∈ {{ NULL ; &x }}
+[value:final-states] Values at end of function main1:
+  x ∈ [0..2147483649]
+  r ∈ {0; 1}
+[value:final-states] Values at end of function main2:
+  i2 ∈ {0; 5}
+  r ∈ {0; 5; 7}
+[value:final-states] Values at end of function main3:
+  i3 ∈ {0; 5}
+  r ∈ {-2; 7}
+[value:final-states] Values at end of function main4:
+  i4 ∈ {0; 5}
+  r ∈ {4; 7}
+[value:final-states] Values at end of function main5:
+  i5 ∈ {0; 5}
+  r ∈ {-2; 7}
+[value:final-states] Values at end of function main6:
+  
+[value:final-states] Values at end of function main7:
+  v7 ∈ {0; 1}
+  p ∈ {{ NULL ; &v }}
+[value:final-states] Values at end of function main8:
+  x ∈ {-1; 4}
+  pf ∈ {{ &f8 }}
+  p ∈ {{ NULL ; &x }}
+[value:final-states] Values at end of function main:
+  i2 ∈ {0; 5}
+  i3 ∈ {0; 5}
+  i4 ∈ {0; 5}
+  i5 ∈ {0; 5}
+  v7 ∈ {0; 1}
+[from] Computing for function f2
+[from] Done for function f2
+[from] Computing for function f3
+[from] Done for function f3
+[from] Computing for function f4
+[from] Done for function f4
+[from] Computing for function f5
+[from] Done for function f5
+[from] Computing for function f6
+[from] Done for function f6
+[from] Computing for function f7
+[from] Done for function f7
+[from] Computing for function f8
+[from] Done for function f8
+[from] Computing for function main1
+[from] Computing for function init <-main1
+[from] Done for function init
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main5
+[from] Done for function main5
+[from] Computing for function main6
+[from] Done for function main6
+[from] Computing for function main7
+[from] Done for function main7
+[from] Computing for function main8
+[from] Done for function main8
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f2:
+  i2 FROM i2
+  \result FROM i2
+[from] Function f3:
+  i3 FROM i3
+  \result FROM i3
+[from] Function f4:
+  i4 FROM i4
+  \result FROM i4
+[from] Function f5:
+  i5 FROM i5
+  \result FROM i5
+[from] Function f6:
+  \result FROM v
+[from] Function f7:
+  v7 FROM v
+  \result FROM v
+[from] Function f8:
+  x FROM v; p
+  \result FROM v; p
+[from] Function init:
+  x FROM \nothing
+  \result FROM \nothing
+[from] Function main1:
+  \result FROM \nothing
+[from] Function main2:
+  i2 FROM i2
+[from] Function main3:
+  i3 FROM i3
+[from] Function main4:
+  i4 FROM i4
+[from] Function main5:
+  i5 FROM i5
+[from] Function main6:
+  NO EFFECTS
+[from] Function main7:
+  v7 FROM v
+[from] Function main8:
+  NO EFFECTS
+[from] Function main:
+  i2 FROM i2
+  i3 FROM i3
+  i4 FROM i4
+  i5 FROM i5
+  v7 FROM v
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f2:
+          i2; __retres
+[inout] Inputs for function f2:
+          i2
+[inout] Out (internal) for function f3:
+          i3; res1; res2
+[inout] Inputs for function f3:
+          i3
+[inout] Out (internal) for function f4:
+          i4; __retres
+[inout] Inputs for function f4:
+          i4
+[inout] Out (internal) for function f5:
+          i5; res
+[inout] Inputs for function f5:
+          i5
+[inout] Out (internal) for function f6:
+          i
+[inout] Inputs for function f6:
+          v
+[inout] Out (internal) for function f7:
+          v7; __retres
+[inout] Inputs for function f7:
+          v
+[inout] Out (internal) for function f8:
+          x; __retres
+[inout] Inputs for function f8:
+          v
+[inout] Out (internal) for function main1:
+          x; r
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          i2; r
+[inout] Inputs for function main2:
+          i2
+[inout] Out (internal) for function main3:
+          i3; r
+[inout] Inputs for function main3:
+          i3
+[inout] Out (internal) for function main4:
+          i4; r
+[inout] Inputs for function main4:
+          i4
+[inout] Out (internal) for function main5:
+          i5; r
+[inout] Inputs for function main5:
+          i5
+[inout] Out (internal) for function main6:
+          tmp
+[inout] Inputs for function main6:
+          v
+[inout] Out (internal) for function main7:
+          v7; p
+[inout] Inputs for function main7:
+          v; v7
+[inout] Out (internal) for function main8:
+          x; pf; p
+[inout] Inputs for function main8:
+          v
+[inout] Out (internal) for function main:
+          i2; i3; i4; i5; v7
+[inout] Inputs for function main:
+          i2; i3; i4; i5; v; v7
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'init'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file tests/value/split_return.i, line 12)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file tests/value/split_return.i, line 10)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file tests/value/split_return.i, line 10)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file tests/value/split_return.i, line 11)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main1'
+--------------------------------------------------------------------------------
+
+[  Dead   ] Assertion (file tests/value/split_return.i, line 27)
+            Locally valid, but unreachable.
+            By Value because:
+             - Unreachable program point (file tests/value/split_return.i, line 27)
+[Unreachable] Unreachable program point (file tests/value/split_return.i, line 27)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main2'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion (file tests/value/split_return.i, line 50)
+            by Value.
+[  Valid  ] Assertion (file tests/value/split_return.i, line 53)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main3'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion (file tests/value/split_return.i, line 75)
+            tried with Value.
+[    -    ] Assertion (file tests/value/split_return.i, line 77)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main4'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion (file tests/value/split_return.i, line 96)
+            tried with Value.
+[    -    ] Assertion (file tests/value/split_return.i, line 98)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main5'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion (file tests/value/split_return.i, line 119)
+            by Value.
+[  Valid  ] Assertion (file tests/value/split_return.i, line 121)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f6'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion (file tests/value/split_return.i, line 129)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     5 Completely validated
+     4 Considered valid
+     5 To be validated
+     1 Dead property
+     1 Unreachable
+    16 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/split_return.1.err.oracle b/tests/value/oracle_symblocs/split_return.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/split_return.1.res.oracle b/tests/value/oracle_symblocs/split_return.1.res.oracle
new file mode 100644
index 00000000000..c6564bb9f0e
--- /dev/null
+++ b/tests/value/oracle_symblocs/split_return.1.res.oracle
@@ -0,0 +1,389 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/split_return.i (no preprocessing)
+[value] Splitting return states on:
+        \return(f7) == 0, 3 (user)
+        \return(init) == 0 (auto)
+        \return(f2) == 0 (auto)
+        \return(f3) == -2 (auto)
+        \return(f4) == 4 (auto)
+        \return(f5) == -2 (auto)
+        \return(f6) == 0 (auto)
+        \return(f8) == 0 (auto)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i2 ∈ [--..--]
+  i3 ∈ [--..--]
+  i4 ∈ [--..--]
+  i5 ∈ [--..--]
+  v ∈ [--..--]
+  v7 ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/split_return.i:175.
+[value] computing for function init <- main1 <- main.
+        Called from tests/value/split_return.i:17.
+[value] using specification for function init
+[value] Done for function init
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/split_return.i:176.
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/split_return.i:47.
+[value] Recording results for f2
+[value] Done for function f2
+[value] Called Frama_C_show_each_f2({0}, {0})
+[value] Called Frama_C_show_each_f2({5; 7}, {5})
+tests/value/split_return.i:50:[value] assertion got status valid.
+[value] Called Frama_C_show_each_f2_2({5; 7}, {5})
+tests/value/split_return.i:53:[value] assertion got status valid.
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/split_return.i:177.
+[value] computing for function f3 <- main3 <- main.
+        Called from tests/value/split_return.i:72.
+[value] Recording results for f3
+[value] Done for function f3
+[value] Called Frama_C_show_each_f3({-2}, {0})
+[value] Called Frama_C_show_each_f3({7}, {5})
+tests/value/split_return.i:75:[value] assertion got status valid.
+tests/value/split_return.i:77:[value] assertion got status valid.
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({4}, {0})
+[value] Called Frama_C_show_each_f4({7}, {5})
+tests/value/split_return.i:96:[value] assertion got status valid.
+tests/value/split_return.i:98:[value] assertion got status valid.
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main5 <- main.
+        Called from tests/value/split_return.i:179.
+[value] computing for function f5 <- main5 <- main.
+        Called from tests/value/split_return.i:116.
+[value] Recording results for f5
+[value] Done for function f5
+[value] Called Frama_C_show_each_f5({-2}, {0})
+[value] Called Frama_C_show_each_f5({7}, {5})
+tests/value/split_return.i:119:[value] assertion got status valid.
+tests/value/split_return.i:121:[value] assertion got status valid.
+[value] Recording results for main5
+[value] Done for function main5
+[value] computing for function main6 <- main.
+        Called from tests/value/split_return.i:180.
+[value] computing for function f6 <- main6 <- main.
+        Called from tests/value/split_return.i:134.
+tests/value/split_return.i:129:[value] warning: assertion got status unknown.
+tests/value/split_return.i:130:[value] f6: cannot properly split on \result == 0
+[value] Recording results for f6
+[value] Done for function f6
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main7 <- main.
+        Called from tests/value/split_return.i:181.
+[value] computing for function f7 <- main7 <- main.
+        Called from tests/value/split_return.i:147.
+[value] Recording results for f7
+[value] Done for function f7
+[value] Called Frama_C_show_each_NULL({0}, {0})
+[value] Called Frama_C_show_each_NULL({{ &v }}, {1})
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Recording results for main8
+[value] Done for function main8
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f2:
+  i2 ∈ {0; 5}
+  __retres ∈ {0; 5; 7}
+[value:final-states] Values at end of function f3:
+  i3 ∈ {0; 5}
+  res1 ∈ {-2; 7}
+  res2 ∈ {-2; 7}
+[value:final-states] Values at end of function f4:
+  i4 ∈ {0; 5}
+  __retres ∈ {4; 7}
+[value:final-states] Values at end of function f5:
+  i5 ∈ {0; 5}
+  res ∈ {-2; 7}
+[value:final-states] Values at end of function f6:
+  i ∈ [-5..5]
+[value:final-states] Values at end of function f7:
+  v7 ∈ {0; 1}
+  __retres ∈ {{ NULL ; &v }}
+[value:final-states] Values at end of function f8:
+  x ∈ {-1; 4}
+  __retres ∈ {{ NULL ; &x }}
+[value:final-states] Values at end of function main1:
+  x ∈ [0..2147483649]
+  r ∈ {0; 1}
+[value:final-states] Values at end of function main2:
+  i2 ∈ {0; 5}
+  r ∈ {0; 5; 7}
+[value:final-states] Values at end of function main3:
+  i3 ∈ {0; 5}
+  r ∈ {-2; 7}
+[value:final-states] Values at end of function main4:
+  i4 ∈ {0; 5}
+  r ∈ {4; 7}
+[value:final-states] Values at end of function main5:
+  i5 ∈ {0; 5}
+  r ∈ {-2; 7}
+[value:final-states] Values at end of function main6:
+  
+[value:final-states] Values at end of function main7:
+  v7 ∈ {0; 1}
+  p ∈ {{ NULL ; &v }}
+[value:final-states] Values at end of function main8:
+  x ∈ {-1; 4}
+  pf ∈ {{ &f8 }}
+  p ∈ {{ NULL ; &x }}
+[value:final-states] Values at end of function main:
+  i2 ∈ {0; 5}
+  i3 ∈ {0; 5}
+  i4 ∈ {0; 5}
+  i5 ∈ {0; 5}
+  v7 ∈ {0; 1}
+[from] Computing for function f2
+[from] Done for function f2
+[from] Computing for function f3
+[from] Done for function f3
+[from] Computing for function f4
+[from] Done for function f4
+[from] Computing for function f5
+[from] Done for function f5
+[from] Computing for function f6
+[from] Done for function f6
+[from] Computing for function f7
+[from] Done for function f7
+[from] Computing for function f8
+[from] Done for function f8
+[from] Computing for function main1
+[from] Computing for function init <-main1
+[from] Done for function init
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main5
+[from] Done for function main5
+[from] Computing for function main6
+[from] Done for function main6
+[from] Computing for function main7
+[from] Done for function main7
+[from] Computing for function main8
+[from] Done for function main8
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f2:
+  i2 FROM i2
+  \result FROM i2
+[from] Function f3:
+  i3 FROM i3
+  \result FROM i3
+[from] Function f4:
+  i4 FROM i4
+  \result FROM i4
+[from] Function f5:
+  i5 FROM i5
+  \result FROM i5
+[from] Function f6:
+  \result FROM v
+[from] Function f7:
+  v7 FROM v
+  \result FROM v
+[from] Function f8:
+  x FROM v; p
+  \result FROM v; p
+[from] Function init:
+  x FROM \nothing
+  \result FROM \nothing
+[from] Function main1:
+  \result FROM \nothing
+[from] Function main2:
+  i2 FROM i2
+[from] Function main3:
+  i3 FROM i3
+[from] Function main4:
+  i4 FROM i4
+[from] Function main5:
+  i5 FROM i5
+[from] Function main6:
+  NO EFFECTS
+[from] Function main7:
+  v7 FROM v
+[from] Function main8:
+  NO EFFECTS
+[from] Function main:
+  i2 FROM i2
+  i3 FROM i3
+  i4 FROM i4
+  i5 FROM i5
+  v7 FROM v
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f2:
+          i2; __retres
+[inout] Inputs for function f2:
+          i2
+[inout] Out (internal) for function f3:
+          i3; res1; res2
+[inout] Inputs for function f3:
+          i3
+[inout] Out (internal) for function f4:
+          i4; __retres
+[inout] Inputs for function f4:
+          i4
+[inout] Out (internal) for function f5:
+          i5; res
+[inout] Inputs for function f5:
+          i5
+[inout] Out (internal) for function f6:
+          i
+[inout] Inputs for function f6:
+          v
+[inout] Out (internal) for function f7:
+          v7; __retres
+[inout] Inputs for function f7:
+          v
+[inout] Out (internal) for function f8:
+          x; __retres
+[inout] Inputs for function f8:
+          v
+[inout] Out (internal) for function main1:
+          x; r
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          i2; r
+[inout] Inputs for function main2:
+          i2
+[inout] Out (internal) for function main3:
+          i3; r
+[inout] Inputs for function main3:
+          i3
+[inout] Out (internal) for function main4:
+          i4; r
+[inout] Inputs for function main4:
+          i4
+[inout] Out (internal) for function main5:
+          i5; r
+[inout] Inputs for function main5:
+          i5
+[inout] Out (internal) for function main6:
+          tmp
+[inout] Inputs for function main6:
+          v
+[inout] Out (internal) for function main7:
+          v7; p
+[inout] Inputs for function main7:
+          v; v7
+[inout] Out (internal) for function main8:
+          x; pf; p
+[inout] Inputs for function main8:
+          v
+[inout] Out (internal) for function main:
+          i2; i3; i4; i5; v7
+[inout] Inputs for function main:
+          i2; i3; i4; i5; v; v7
+[report] Computing properties status...
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'init'
+--------------------------------------------------------------------------------
+
+[ Extern  ] Post-condition (file tests/value/split_return.i, line 12)
+            Unverifiable but considered Valid.
+[ Extern  ] Assigns (file tests/value/split_return.i, line 10)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file tests/value/split_return.i, line 10)
+            Unverifiable but considered Valid.
+[ Extern  ] Froms (file tests/value/split_return.i, line 11)
+            Unverifiable but considered Valid.
+[  Valid  ] Default behavior
+            by Frama-C kernel.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main1'
+--------------------------------------------------------------------------------
+
+[  Dead   ] Assertion (file tests/value/split_return.i, line 27)
+            Locally valid, but unreachable.
+            By Value because:
+             - Unreachable program point (file tests/value/split_return.i, line 27)
+[Unreachable] Unreachable program point (file tests/value/split_return.i, line 27)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main2'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion (file tests/value/split_return.i, line 50)
+            by Value.
+[  Valid  ] Assertion (file tests/value/split_return.i, line 53)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main3'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion (file tests/value/split_return.i, line 75)
+            by Value.
+[  Valid  ] Assertion (file tests/value/split_return.i, line 77)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main4'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion (file tests/value/split_return.i, line 96)
+            by Value.
+[  Valid  ] Assertion (file tests/value/split_return.i, line 98)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'main5'
+--------------------------------------------------------------------------------
+
+[  Valid  ] Assertion (file tests/value/split_return.i, line 119)
+            by Value.
+[  Valid  ] Assertion (file tests/value/split_return.i, line 121)
+            by Value.
+
+--------------------------------------------------------------------------------
+--- Properties of Function 'f6'
+--------------------------------------------------------------------------------
+
+[    -    ] Assertion (file tests/value/split_return.i, line 129)
+            tried with Value.
+
+--------------------------------------------------------------------------------
+--- Status Report Summary
+--------------------------------------------------------------------------------
+     9 Completely validated
+     4 Considered valid
+     1 To be validated
+     1 Dead property
+     1 Unreachable
+    16 Total
+--------------------------------------------------------------------------------
diff --git a/tests/value/oracle_symblocs/split_return.2.err.oracle b/tests/value/oracle_symblocs/split_return.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/split_return.2.res.oracle b/tests/value/oracle_symblocs/split_return.2.res.oracle
new file mode 100644
index 00000000000..6ed663c953e
--- /dev/null
+++ b/tests/value/oracle_symblocs/split_return.2.res.oracle
@@ -0,0 +1,4 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/split_return.i (no preprocessing)
+[value] user error: incorrect argument for option -slevel-function (no function 'NON_EXISTING').
+[kernel] Plug-in value aborted: invalid user input.
diff --git a/tests/value/oracle_symblocs/split_return.3.err.oracle b/tests/value/oracle_symblocs/split_return.3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/split_return.3.res.oracle b/tests/value/oracle_symblocs/split_return.3.res.oracle
new file mode 100644
index 00000000000..2bc0683d697
--- /dev/null
+++ b/tests/value/oracle_symblocs/split_return.3.res.oracle
@@ -0,0 +1,390 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/split_return.i (no preprocessing)
+[value] Splitting return states on:
+        \full_split(@all)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i2 ∈ [--..--]
+  i3 ∈ [--..--]
+  i4 ∈ [--..--]
+  i5 ∈ [--..--]
+  v ∈ [--..--]
+  v7 ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/split_return.i:175.
+[value] computing for function init <- main1 <- main.
+        Called from tests/value/split_return.i:17.
+[value] using specification for function init
+[value] Done for function init
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/split_return.i:176.
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/split_return.i:47.
+[value] Recording results for f2
+[value] Done for function f2
+[value] Called Frama_C_show_each_f2({7}, {5})
+[value] Called Frama_C_show_each_f2({0}, {0})
+[value] Called Frama_C_show_each_f2({5}, {5})
+tests/value/split_return.i:50:[value] assertion got status valid.
+[value] Called Frama_C_show_each_f2_2({7}, {5})
+[value] Called Frama_C_show_each_f2_2({5}, {5})
+tests/value/split_return.i:53:[value] assertion got status valid.
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/split_return.i:177.
+[value] computing for function f3 <- main3 <- main.
+        Called from tests/value/split_return.i:72.
+[value] Recording results for f3
+[value] Done for function f3
+[value] Called Frama_C_show_each_f3({7}, {5})
+[value] Called Frama_C_show_each_f3({-2}, {0})
+tests/value/split_return.i:75:[value] assertion got status valid.
+tests/value/split_return.i:77:[value] assertion got status valid.
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main3 <- main.
+        Called from tests/value/split_return.i:177.
+[value] computing for function f3 <- main3 <- main.
+        Called from tests/value/split_return.i:72.
+[value] Recording results for f3
+[value] Done for function f3
+[value] Called Frama_C_show_each_f3({7}, {5})
+[value] Called Frama_C_show_each_f3({-2}, {0})
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+tests/value/split_return.i:96:[value] assertion got status valid.
+tests/value/split_return.i:98:[value] assertion got status valid.
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main5 <- main.
+        Called from tests/value/split_return.i:179.
+[value] computing for function f5 <- main5 <- main.
+        Called from tests/value/split_return.i:116.
+[value] Recording results for f5
+[value] Done for function f5
+[value] Called Frama_C_show_each_f5({-2}, {0})
+[value] Called Frama_C_show_each_f5({7}, {5})
+tests/value/split_return.i:119:[value] assertion got status valid.
+tests/value/split_return.i:121:[value] assertion got status valid.
+[value] Recording results for main5
+[value] Done for function main5
+[value] computing for function main6 <- main.
+        Called from tests/value/split_return.i:180.
+[value] computing for function f6 <- main6 <- main.
+        Called from tests/value/split_return.i:134.
+tests/value/split_return.i:129:[value] warning: assertion got status unknown.
+[value] Recording results for f6
+[value] Done for function f6
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main6 <- main.
+        Called from tests/value/split_return.i:180.
+[value] computing for function f6 <- main6 <- main.
+        Called from tests/value/split_return.i:134.
+[value] Recording results for f6
+[value] Done for function f6
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main7 <- main.
+        Called from tests/value/split_return.i:181.
+[value] computing for function f7 <- main7 <- main.
+        Called from tests/value/split_return.i:147.
+[value] Recording results for f7
+[value] Done for function f7
+[value] Called Frama_C_show_each_NULL({0}, {0})
+[value] Called Frama_C_show_each_NULL({{ &v }}, {1})
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main7 <- main.
+        Called from tests/value/split_return.i:181.
+[value] computing for function f7 <- main7 <- main.
+        Called from tests/value/split_return.i:147.
+[value] Recording results for f7
+[value] Done for function f7
+[value] Called Frama_C_show_each_NULL({0}, {0})
+[value] Called Frama_C_show_each_NULL({{ &v }}, {1})
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f2:
+  i2 ∈ {0; 5}
+  __retres ∈ {0; 5; 7}
+[value:final-states] Values at end of function f3:
+  i3 ∈ {0; 5}
+  res1 ∈ {-2; 7}
+  res2 ∈ {-2; 7}
+[value:final-states] Values at end of function f4:
+  i4 ∈ {0; 5}
+  __retres ∈ {4; 7}
+[value:final-states] Values at end of function f5:
+  i5 ∈ {0; 5}
+  res ∈ {-2; 7}
+[value:final-states] Values at end of function f6:
+  i ∈ [-5..5]
+[value:final-states] Values at end of function f7:
+  v7 ∈ {0; 1}
+  __retres ∈ {{ NULL ; &v }}
+[value:final-states] Values at end of function f8:
+  x ∈ {-1; 4}
+  __retres ∈ {{ NULL ; &x }}
+[value:final-states] Values at end of function main1:
+  x ∈ [0..2147483649]
+  r ∈ {0; 1}
+[value:final-states] Values at end of function main2:
+  i2 ∈ {0; 5}
+  r ∈ {0; 5; 7}
+[value:final-states] Values at end of function main3:
+  i3 ∈ {0; 5}
+  r ∈ {-2; 7}
+[value:final-states] Values at end of function main4:
+  i4 ∈ {0; 5}
+  r ∈ {4; 7}
+[value:final-states] Values at end of function main5:
+  i5 ∈ {0; 5}
+  r ∈ {-2; 7}
+[value:final-states] Values at end of function main6:
+  
+[value:final-states] Values at end of function main7:
+  v7 ∈ {0; 1}
+  p ∈ {{ NULL ; &v }}
+[value:final-states] Values at end of function main8:
+  x ∈ {-1; 4}
+  pf ∈ {{ &f8 }}
+  p ∈ {{ NULL ; &x }}
+[value:final-states] Values at end of function main:
+  i2 ∈ {0; 5}
+  i3 ∈ {0; 5}
+  i4 ∈ {0; 5}
+  i5 ∈ {0; 5}
+  v7 ∈ {0; 1}
+[from] Computing for function f2
+[from] Done for function f2
+[from] Computing for function f3
+[from] Done for function f3
+[from] Computing for function f4
+[from] Done for function f4
+[from] Computing for function f5
+[from] Done for function f5
+[from] Computing for function f6
+[from] Done for function f6
+[from] Computing for function f7
+[from] Done for function f7
+[from] Computing for function f8
+[from] Done for function f8
+[from] Computing for function main1
+[from] Computing for function init <-main1
+[from] Done for function init
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main5
+[from] Done for function main5
+[from] Computing for function main6
+[from] Done for function main6
+[from] Computing for function main7
+[from] Done for function main7
+[from] Computing for function main8
+[from] Done for function main8
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f2:
+  i2 FROM i2
+  \result FROM i2
+[from] Function f3:
+  i3 FROM i3
+  \result FROM i3
+[from] Function f4:
+  i4 FROM i4
+  \result FROM i4
+[from] Function f5:
+  i5 FROM i5
+  \result FROM i5
+[from] Function f6:
+  \result FROM v
+[from] Function f7:
+  v7 FROM v
+  \result FROM v
+[from] Function f8:
+  x FROM v; p
+  \result FROM v; p
+[from] Function init:
+  x FROM \nothing
+  \result FROM \nothing
+[from] Function main1:
+  \result FROM \nothing
+[from] Function main2:
+  i2 FROM i2
+[from] Function main3:
+  i3 FROM i3
+[from] Function main4:
+  i4 FROM i4
+[from] Function main5:
+  i5 FROM i5
+[from] Function main6:
+  NO EFFECTS
+[from] Function main7:
+  v7 FROM v
+[from] Function main8:
+  NO EFFECTS
+[from] Function main:
+  i2 FROM i2
+  i3 FROM i3
+  i4 FROM i4
+  i5 FROM i5
+  v7 FROM v
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f2:
+          i2; __retres
+[inout] Inputs for function f2:
+          i2
+[inout] Out (internal) for function f3:
+          i3; res1; res2
+[inout] Inputs for function f3:
+          i3
+[inout] Out (internal) for function f4:
+          i4; __retres
+[inout] Inputs for function f4:
+          i4
+[inout] Out (internal) for function f5:
+          i5; res
+[inout] Inputs for function f5:
+          i5
+[inout] Out (internal) for function f6:
+          i
+[inout] Inputs for function f6:
+          v
+[inout] Out (internal) for function f7:
+          v7; __retres
+[inout] Inputs for function f7:
+          v
+[inout] Out (internal) for function f8:
+          x; __retres
+[inout] Inputs for function f8:
+          v
+[inout] Out (internal) for function main1:
+          x; r
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          i2; r
+[inout] Inputs for function main2:
+          i2
+[inout] Out (internal) for function main3:
+          i3; r
+[inout] Inputs for function main3:
+          i3
+[inout] Out (internal) for function main4:
+          i4; r
+[inout] Inputs for function main4:
+          i4
+[inout] Out (internal) for function main5:
+          i5; r
+[inout] Inputs for function main5:
+          i5
+[inout] Out (internal) for function main6:
+          tmp
+[inout] Inputs for function main6:
+          v
+[inout] Out (internal) for function main7:
+          v7; p
+[inout] Inputs for function main7:
+          v; v7
+[inout] Out (internal) for function main8:
+          x; pf; p
+[inout] Inputs for function main8:
+          v
+[inout] Out (internal) for function main:
+          i2; i3; i4; i5; v7
+[inout] Inputs for function main:
+          i2; i3; i4; i5; v; v7
diff --git a/tests/value/oracle_symblocs/split_return.4.err.oracle b/tests/value/oracle_symblocs/split_return.4.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/split_return.4.res.oracle b/tests/value/oracle_symblocs/split_return.4.res.oracle
new file mode 100644
index 00000000000..099b1021115
--- /dev/null
+++ b/tests/value/oracle_symblocs/split_return.4.res.oracle
@@ -0,0 +1,774 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/split_return.i (no preprocessing)
+[value] Splitting return states on:
+        \full_split(f2)
+        \return(f7) == 0, 3 (user)
+        other functions:
+        \full_split(@all)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i2 ∈ [--..--]
+  i3 ∈ [--..--]
+  i4 ∈ [--..--]
+  i5 ∈ [--..--]
+  v ∈ [--..--]
+  v7 ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/split_return.i:175.
+[value] computing for function init <- main1 <- main.
+        Called from tests/value/split_return.i:17.
+[value] using specification for function init
+[value] Done for function init
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/split_return.i:176.
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/split_return.i:47.
+[value] Recording results for f2
+[value] Done for function f2
+[value] Called Frama_C_show_each_f2({7}, {5})
+[value] Called Frama_C_show_each_f2({0}, {0})
+[value] Called Frama_C_show_each_f2({5}, {5})
+tests/value/split_return.i:50:[value] assertion got status valid.
+[value] Called Frama_C_show_each_f2_2({7}, {5})
+[value] Called Frama_C_show_each_f2_2({5}, {5})
+tests/value/split_return.i:53:[value] assertion got status valid.
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/split_return.i:177.
+[value] computing for function f3 <- main3 <- main.
+        Called from tests/value/split_return.i:72.
+[value] Recording results for f3
+[value] Done for function f3
+[value] Called Frama_C_show_each_f3({7}, {5})
+[value] Called Frama_C_show_each_f3({-2}, {0})
+tests/value/split_return.i:75:[value] assertion got status valid.
+tests/value/split_return.i:77:[value] assertion got status valid.
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main3 <- main.
+        Called from tests/value/split_return.i:177.
+[value] computing for function f3 <- main3 <- main.
+        Called from tests/value/split_return.i:72.
+[value] Recording results for f3
+[value] Done for function f3
+[value] Called Frama_C_show_each_f3({7}, {5})
+[value] Called Frama_C_show_each_f3({-2}, {0})
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+tests/value/split_return.i:96:[value] assertion got status valid.
+tests/value/split_return.i:98:[value] assertion got status valid.
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main5 <- main.
+        Called from tests/value/split_return.i:179.
+[value] computing for function f5 <- main5 <- main.
+        Called from tests/value/split_return.i:116.
+[value] Recording results for f5
+[value] Done for function f5
+[value] Called Frama_C_show_each_f5({-2}, {0})
+[value] Called Frama_C_show_each_f5({7}, {5})
+tests/value/split_return.i:119:[value] assertion got status valid.
+tests/value/split_return.i:121:[value] assertion got status valid.
+[value] Recording results for main5
+[value] Done for function main5
+[value] computing for function main6 <- main.
+        Called from tests/value/split_return.i:180.
+[value] computing for function f6 <- main6 <- main.
+        Called from tests/value/split_return.i:134.
+tests/value/split_return.i:129:[value] warning: assertion got status unknown.
+[value] Recording results for f6
+[value] Done for function f6
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main6 <- main.
+        Called from tests/value/split_return.i:180.
+[value] computing for function f6 <- main6 <- main.
+        Called from tests/value/split_return.i:134.
+[value] Recording results for f6
+[value] Done for function f6
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main7 <- main.
+        Called from tests/value/split_return.i:181.
+[value] computing for function f7 <- main7 <- main.
+        Called from tests/value/split_return.i:147.
+[value] Recording results for f7
+[value] Done for function f7
+[value] Called Frama_C_show_each_NULL({0}, {0})
+[value] Called Frama_C_show_each_NULL({{ &v }}, {1})
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main7 <- main.
+        Called from tests/value/split_return.i:181.
+[value] computing for function f7 <- main7 <- main.
+        Called from tests/value/split_return.i:147.
+[value] Recording results for f7
+[value] Done for function f7
+[value] Called Frama_C_show_each_NULL({0}, {0})
+[value] Called Frama_C_show_each_NULL({{ &v }}, {1})
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f2:
+  i2 ∈ {0; 5}
+  __retres ∈ {0; 5; 7}
+[value:final-states] Values at end of function f3:
+  i3 ∈ {0; 5}
+  res1 ∈ {-2; 7}
+  res2 ∈ {-2; 7}
+[value:final-states] Values at end of function f4:
+  i4 ∈ {0; 5}
+  __retres ∈ {4; 7}
+[value:final-states] Values at end of function f5:
+  i5 ∈ {0; 5}
+  res ∈ {-2; 7}
+[value:final-states] Values at end of function f6:
+  i ∈ [-5..5]
+[value:final-states] Values at end of function f7:
+  v7 ∈ {0; 1}
+  __retres ∈ {{ NULL ; &v }}
+[value:final-states] Values at end of function f8:
+  x ∈ {-1; 4}
+  __retres ∈ {{ NULL ; &x }}
+[value:final-states] Values at end of function main1:
+  x ∈ [0..2147483649]
+  r ∈ {0; 1}
+[value:final-states] Values at end of function main2:
+  i2 ∈ {0; 5}
+  r ∈ {0; 5; 7}
+[value:final-states] Values at end of function main3:
+  i3 ∈ {0; 5}
+  r ∈ {-2; 7}
+[value:final-states] Values at end of function main4:
+  i4 ∈ {0; 5}
+  r ∈ {4; 7}
+[value:final-states] Values at end of function main5:
+  i5 ∈ {0; 5}
+  r ∈ {-2; 7}
+[value:final-states] Values at end of function main6:
+  
+[value:final-states] Values at end of function main7:
+  v7 ∈ {0; 1}
+  p ∈ {{ NULL ; &v }}
+[value:final-states] Values at end of function main8:
+  x ∈ {-1; 4}
+  pf ∈ {{ &f8 }}
+  p ∈ {{ NULL ; &x }}
+[value:final-states] Values at end of function main:
+  i2 ∈ {0; 5}
+  i3 ∈ {0; 5}
+  i4 ∈ {0; 5}
+  i5 ∈ {0; 5}
+  v7 ∈ {0; 1}
+[from] Computing for function f2
+[from] Done for function f2
+[from] Computing for function f3
+[from] Done for function f3
+[from] Computing for function f4
+[from] Done for function f4
+[from] Computing for function f5
+[from] Done for function f5
+[from] Computing for function f6
+[from] Done for function f6
+[from] Computing for function f7
+[from] Done for function f7
+[from] Computing for function f8
+[from] Done for function f8
+[from] Computing for function main1
+[from] Computing for function init <-main1
+[from] Done for function init
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main5
+[from] Done for function main5
+[from] Computing for function main6
+[from] Done for function main6
+[from] Computing for function main7
+[from] Done for function main7
+[from] Computing for function main8
+[from] Done for function main8
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f2:
+  i2 FROM i2
+  \result FROM i2
+[from] Function f3:
+  i3 FROM i3
+  \result FROM i3
+[from] Function f4:
+  i4 FROM i4
+  \result FROM i4
+[from] Function f5:
+  i5 FROM i5
+  \result FROM i5
+[from] Function f6:
+  \result FROM v
+[from] Function f7:
+  v7 FROM v
+  \result FROM v
+[from] Function f8:
+  x FROM v; p
+  \result FROM v; p
+[from] Function init:
+  x FROM \nothing
+  \result FROM \nothing
+[from] Function main1:
+  \result FROM \nothing
+[from] Function main2:
+  i2 FROM i2
+[from] Function main3:
+  i3 FROM i3
+[from] Function main4:
+  i4 FROM i4
+[from] Function main5:
+  i5 FROM i5
+[from] Function main6:
+  NO EFFECTS
+[from] Function main7:
+  v7 FROM v
+[from] Function main8:
+  NO EFFECTS
+[from] Function main:
+  i2 FROM i2
+  i3 FROM i3
+  i4 FROM i4
+  i5 FROM i5
+  v7 FROM v
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f2:
+          i2; __retres
+[inout] Inputs for function f2:
+          i2
+[inout] Out (internal) for function f3:
+          i3; res1; res2
+[inout] Inputs for function f3:
+          i3
+[inout] Out (internal) for function f4:
+          i4; __retres
+[inout] Inputs for function f4:
+          i4
+[inout] Out (internal) for function f5:
+          i5; res
+[inout] Inputs for function f5:
+          i5
+[inout] Out (internal) for function f6:
+          i
+[inout] Inputs for function f6:
+          v
+[inout] Out (internal) for function f7:
+          v7; __retres
+[inout] Inputs for function f7:
+          v
+[inout] Out (internal) for function f8:
+          x; __retres
+[inout] Inputs for function f8:
+          v
+[inout] Out (internal) for function main1:
+          x; r
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          i2; r
+[inout] Inputs for function main2:
+          i2
+[inout] Out (internal) for function main3:
+          i3; r
+[inout] Inputs for function main3:
+          i3
+[inout] Out (internal) for function main4:
+          i4; r
+[inout] Inputs for function main4:
+          i4
+[inout] Out (internal) for function main5:
+          i5; r
+[inout] Inputs for function main5:
+          i5
+[inout] Out (internal) for function main6:
+          tmp
+[inout] Inputs for function main6:
+          v
+[inout] Out (internal) for function main7:
+          v7; p
+[inout] Inputs for function main7:
+          v; v7
+[inout] Out (internal) for function main8:
+          x; pf; p
+[inout] Inputs for function main8:
+          v
+[inout] Out (internal) for function main:
+          i2; i3; i4; i5; v7
+[inout] Inputs for function main:
+          i2; i3; i4; i5; v; v7
+[value] warning: option -val-split-return-function: 'f2' previously bound to 'full split';
+                 now bound to 'auto split'.
+[value] Splitting return states on:
+        \return(f2) == 0 (auto)
+        \return(f7) == 0, 3 (user)
+        other functions:
+        \full_split(@all)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i2 ∈ [--..--]
+  i3 ∈ [--..--]
+  i4 ∈ [--..--]
+  i5 ∈ [--..--]
+  v ∈ [--..--]
+  v7 ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/split_return.i:175.
+[value] computing for function init <- main1 <- main.
+        Called from tests/value/split_return.i:17.
+[value] Done for function init
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/split_return.i:176.
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/split_return.i:47.
+[value] Recording results for f2
+[value] Done for function f2
+[value] Called Frama_C_show_each_f2({0}, {0})
+[value] Called Frama_C_show_each_f2({5; 7}, {5})
+[value] Called Frama_C_show_each_f2_2({5; 7}, {5})
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/split_return.i:177.
+[value] computing for function f3 <- main3 <- main.
+        Called from tests/value/split_return.i:72.
+[value] Recording results for f3
+[value] Done for function f3
+[value] Called Frama_C_show_each_f3({7}, {5})
+[value] Called Frama_C_show_each_f3({-2}, {0})
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main3 <- main.
+        Called from tests/value/split_return.i:177.
+[value] computing for function f3 <- main3 <- main.
+        Called from tests/value/split_return.i:72.
+[value] Recording results for f3
+[value] Done for function f3
+[value] Called Frama_C_show_each_f3({7}, {5})
+[value] Called Frama_C_show_each_f3({-2}, {0})
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main4 <- main.
+        Called from tests/value/split_return.i:178.
+[value] computing for function f4 <- main4 <- main.
+        Called from tests/value/split_return.i:93.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Called Frama_C_show_each_f4({7}, {5})
+[value] Called Frama_C_show_each_f4({4}, {0})
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main5 <- main.
+        Called from tests/value/split_return.i:179.
+[value] computing for function f5 <- main5 <- main.
+        Called from tests/value/split_return.i:116.
+[value] Recording results for f5
+[value] Done for function f5
+[value] Called Frama_C_show_each_f5({-2}, {0})
+[value] Called Frama_C_show_each_f5({7}, {5})
+[value] Recording results for main5
+[value] Done for function main5
+[value] computing for function main6 <- main.
+        Called from tests/value/split_return.i:180.
+[value] computing for function f6 <- main6 <- main.
+        Called from tests/value/split_return.i:134.
+[value] Recording results for f6
+[value] Done for function f6
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main6 <- main.
+        Called from tests/value/split_return.i:180.
+[value] computing for function f6 <- main6 <- main.
+        Called from tests/value/split_return.i:134.
+[value] Recording results for f6
+[value] Done for function f6
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main7 <- main.
+        Called from tests/value/split_return.i:181.
+[value] computing for function f7 <- main7 <- main.
+        Called from tests/value/split_return.i:147.
+[value] Recording results for f7
+[value] Done for function f7
+[value] Called Frama_C_show_each_NULL({0}, {0})
+[value] Called Frama_C_show_each_NULL({{ &v }}, {1})
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main7 <- main.
+        Called from tests/value/split_return.i:181.
+[value] computing for function f7 <- main7 <- main.
+        Called from tests/value/split_return.i:147.
+[value] Recording results for f7
+[value] Done for function f7
+[value] Called Frama_C_show_each_NULL({0}, {0})
+[value] Called Frama_C_show_each_NULL({{ &v }}, {1})
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] computing for function main8 <- main.
+        Called from tests/value/split_return.i:182.
+[value] computing for function f8 <- main8 <- main.
+        Called from tests/value/split_return.i:170.
+[value] Recording results for f8
+[value] Done for function f8
+[value] Called Frama_C_show_each_then8({4}, {{ &x }})
+[value] Called Frama_C_show_each_then8({-1}, {0})
+[value] Recording results for main8
+[value] Done for function main8
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f2:
+  i2 ∈ {0; 5}
+  __retres ∈ {0; 5; 7}
+[value:final-states] Values at end of function f3:
+  i3 ∈ {0; 5}
+  res1 ∈ {-2; 7}
+  res2 ∈ {-2; 7}
+[value:final-states] Values at end of function f4:
+  i4 ∈ {0; 5}
+  __retres ∈ {4; 7}
+[value:final-states] Values at end of function f5:
+  i5 ∈ {0; 5}
+  res ∈ {-2; 7}
+[value:final-states] Values at end of function f6:
+  i ∈ [-5..5]
+[value:final-states] Values at end of function f7:
+  v7 ∈ {0; 1}
+  __retres ∈ {{ NULL ; &v }}
+[value:final-states] Values at end of function f8:
+  x ∈ {-1; 4}
+  __retres ∈ {{ NULL ; &x }}
+[value:final-states] Values at end of function main1:
+  x ∈ [0..2147483649]
+  r ∈ {0; 1}
+[value:final-states] Values at end of function main2:
+  i2 ∈ {0; 5}
+  r ∈ {0; 5; 7}
+[value:final-states] Values at end of function main3:
+  i3 ∈ {0; 5}
+  r ∈ {-2; 7}
+[value:final-states] Values at end of function main4:
+  i4 ∈ {0; 5}
+  r ∈ {4; 7}
+[value:final-states] Values at end of function main5:
+  i5 ∈ {0; 5}
+  r ∈ {-2; 7}
+[value:final-states] Values at end of function main6:
+  
+[value:final-states] Values at end of function main7:
+  v7 ∈ {0; 1}
+  p ∈ {{ NULL ; &v }}
+[value:final-states] Values at end of function main8:
+  x ∈ {-1; 4}
+  pf ∈ {{ &f8 }}
+  p ∈ {{ NULL ; &x }}
+[value:final-states] Values at end of function main:
+  i2 ∈ {0; 5}
+  i3 ∈ {0; 5}
+  i4 ∈ {0; 5}
+  i5 ∈ {0; 5}
+  v7 ∈ {0; 1}
+[from] Computing for function f2
+[from] Done for function f2
+[from] Computing for function f3
+[from] Done for function f3
+[from] Computing for function f4
+[from] Done for function f4
+[from] Computing for function f5
+[from] Done for function f5
+[from] Computing for function f6
+[from] Done for function f6
+[from] Computing for function f7
+[from] Done for function f7
+[from] Computing for function f8
+[from] Done for function f8
+[from] Computing for function main1
+[from] Computing for function init <-main1
+[from] Done for function init
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main5
+[from] Done for function main5
+[from] Computing for function main6
+[from] Done for function main6
+[from] Computing for function main7
+[from] Done for function main7
+[from] Computing for function main8
+[from] Done for function main8
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f2:
+  i2 FROM i2
+  \result FROM i2
+[from] Function f3:
+  i3 FROM i3
+  \result FROM i3
+[from] Function f4:
+  i4 FROM i4
+  \result FROM i4
+[from] Function f5:
+  i5 FROM i5
+  \result FROM i5
+[from] Function f6:
+  \result FROM v
+[from] Function f7:
+  v7 FROM v
+  \result FROM v
+[from] Function f8:
+  x FROM v; p
+  \result FROM v; p
+[from] Function init:
+  x FROM \nothing
+  \result FROM \nothing
+[from] Function main1:
+  \result FROM \nothing
+[from] Function main2:
+  i2 FROM i2
+[from] Function main3:
+  i3 FROM i3
+[from] Function main4:
+  i4 FROM i4
+[from] Function main5:
+  i5 FROM i5
+[from] Function main6:
+  NO EFFECTS
+[from] Function main7:
+  v7 FROM v
+[from] Function main8:
+  NO EFFECTS
+[from] Function main:
+  i2 FROM i2
+  i3 FROM i3
+  i4 FROM i4
+  i5 FROM i5
+  v7 FROM v
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f2:
+          i2; __retres
+[inout] Inputs for function f2:
+          i2
+[inout] Out (internal) for function f3:
+          i3; res1; res2
+[inout] Inputs for function f3:
+          i3
+[inout] Out (internal) for function f4:
+          i4; __retres
+[inout] Inputs for function f4:
+          i4
+[inout] Out (internal) for function f5:
+          i5; res
+[inout] Inputs for function f5:
+          i5
+[inout] Out (internal) for function f6:
+          i
+[inout] Inputs for function f6:
+          v
+[inout] Out (internal) for function f7:
+          v7; __retres
+[inout] Inputs for function f7:
+          v
+[inout] Out (internal) for function f8:
+          x; __retres
+[inout] Inputs for function f8:
+          v
+[inout] Out (internal) for function main1:
+          x; r
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          i2; r
+[inout] Inputs for function main2:
+          i2
+[inout] Out (internal) for function main3:
+          i3; r
+[inout] Inputs for function main3:
+          i3
+[inout] Out (internal) for function main4:
+          i4; r
+[inout] Inputs for function main4:
+          i4
+[inout] Out (internal) for function main5:
+          i5; r
+[inout] Inputs for function main5:
+          i5
+[inout] Out (internal) for function main6:
+          tmp
+[inout] Inputs for function main6:
+          v
+[inout] Out (internal) for function main7:
+          v7; p
+[inout] Inputs for function main7:
+          v; v7
+[inout] Out (internal) for function main8:
+          x; pf; p
+[inout] Inputs for function main8:
+          v
+[inout] Out (internal) for function main:
+          i2; i3; i4; i5; v7
+[inout] Inputs for function main:
+          i2; i3; i4; i5; v; v7
diff --git a/tests/value/oracle_symblocs/statement_contract.err.oracle b/tests/value/oracle_symblocs/statement_contract.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/statement_contract.res.oracle b/tests/value/oracle_symblocs/statement_contract.res.oracle
new file mode 100644
index 00000000000..2b445e77681
--- /dev/null
+++ b/tests/value/oracle_symblocs/statement_contract.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/statement_contract.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  A ∈ {0}
+tests/value/statement_contract.i:5:[value] function main, behavior test: postcondition got status valid.
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  d ∈ {3}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          d
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/static.err.oracle b/tests/value/oracle_symblocs/static.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/static.res.oracle b/tests/value/oracle_symblocs/static.res.oracle
new file mode 100644
index 00000000000..2723ec3004a
--- /dev/null
+++ b/tests/value/oracle_symblocs/static.res.oracle
@@ -0,0 +1,66 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/static.i (no preprocessing)
+tests/value/static.i:21:[kernel] Dropping side-effect in sizeof. Nothing to worry, this is by the book.
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  GLOB ∈ {0}
+  T[0..9] ∈ {0}
+  IT[0..9] ∈ {0}
+  G ∈ {0}
+  H ∈ {0}
+  R ∈ {0}
+  p ∈ {0}
+  a[0] ∈ {77}
+   [1] ∈ {0}
+  Rv ∈ {99}
+  x ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/static.i:19.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function f <- main.
+        Called from tests/value/static.i:20.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {{ &x }}
+[value:final-states] Values at end of function main:
+  GLOB ∈ {4}
+  G ∈ {0}
+  H ∈ {0}
+  R ∈ {3}
+  p ∈ {{ &a[0] }}
+  Rv ∈ [--..--]
+  x ∈ {3}
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM \nothing
+[from] Function main:
+  GLOB FROM \nothing
+  G FROM T[1..4]
+  H FROM IT[9][bits 0 to 7]
+  R FROM \nothing
+  p FROM \nothing
+  Rv FROM a[0]
+  x FROM \nothing
+  \result FROM T[0]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          GLOB; G; H; R; p; Rv; tmp; tmp_0; x; __retres
+[inout] Inputs for function main:
+          T[0..4]; IT[9][bits 0 to 7]; p; a[0]; x
diff --git a/tests/value/oracle_symblocs/strange.err.oracle b/tests/value/oracle_symblocs/strange.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/strange.res.oracle b/tests/value/oracle_symblocs/strange.res.oracle
new file mode 100644
index 00000000000..ee8fb385778
--- /dev/null
+++ b/tests/value/oracle_symblocs/strange.res.oracle
@@ -0,0 +1,44 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/strange.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  GG ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/strange.i:13.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  GG ∈ {3}
+  G ∈ {2}
+  __retres ∈ {1}
+[value:final-states] Values at end of function main:
+  GG ∈ {77}
+  lm ∈ {77}
+  res_f ∈ {1}
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  GG FROM \nothing
+  \result FROM \nothing
+[from] Function main:
+  GG FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          GG; G; __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          GG; lm; res_f; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/strings.0.err.oracle b/tests/value/oracle_symblocs/strings.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/strings.0.res.oracle b/tests/value/oracle_symblocs/strings.0.res.oracle
new file mode 100644
index 00000000000..a96befc3966
--- /dev/null
+++ b/tests/value/oracle_symblocs/strings.0.res.oracle
@@ -0,0 +1,147 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/strings.i (no preprocessing)
+[value] Analyzing a complete application starting at main1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s1[0] ∈ {104}
+    [1] ∈ {101}
+    [2..3] ∈ {108}
+    [4] ∈ {111}
+    [5] ∈ {0}
+    [6] ∈ {32}
+    [7] ∈ {119}
+    [8] ∈ {111}
+    [9] ∈ {114}
+    [10] ∈ {108}
+    [11] ∈ {100}
+    [12] ∈ {0}
+  s2[0] ∈ {104}
+    [1] ∈ {101}
+    [2..3] ∈ {108}
+    [4] ∈ {111}
+    [5] ∈ {0}
+  s5 ∈ {0}
+  s6 ∈ {0}
+  cc ∈ {97}
+  Q ∈ {0}
+  R ∈ {0}
+  S ∈ {0}
+  T ∈ {0}
+  U ∈ {0}
+  V ∈ {0}
+  W ∈ {0}
+  X ∈ {0}
+  Y ∈ {0}
+  Z ∈ {0}
+  s3 ∈ {{ "tutu" }}
+  s4 ∈ {{ "tutu" }}
+  s7 ∈ {{ "hello\000 world" }}
+  s8 ∈ {{ "hello" }}
+[value] computing for function u <- main1.
+        Called from tests/value/strings.i:39.
+tests/value/strings.i:39:[kernel] warning: Neither code nor specification for function u, generating default assigns from the prototype
+[value] using specification for function u
+[value] Done for function u
+tests/value/strings.i:39:[value] warning: out of bounds read. assert \valid_read(p-4);
+[value] computing for function u <- main1.
+        Called from tests/value/strings.i:42.
+[value] Done for function u
+tests/value/strings.i:42:[value] warning: out of bounds read. assert \valid_read(p+12);
+[value] computing for function u <- main1.
+        Called from tests/value/strings.i:44.
+[value] Done for function u
+[value] computing for function u <- main1.
+        Called from tests/value/strings.i:48.
+[value] Done for function u
+tests/value/strings.i:48:[value] warning: out of bounds read. assert \valid_read(p-4);
+[value] Call to builtin bzero(({{ (unsigned char *)&a }},{10}))
+[value] computing for function u <- main1.
+        Called from tests/value/strings.i:53.
+[value] Done for function u
+[value] computing for function strcpy <- main1.
+        Called from tests/value/strings.i:53.
+tests/value/strings.i:21:[value] warning: out of bounds write.
+                 assert \valid(tmp_unroll_46);
+                 (tmp_unroll_46 from ldst++)
+tests/value/strings.i:21:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for strcpy
+[value] Done for function strcpy
+[value] computing for function strlen <- main1.
+        Called from tests/value/strings.i:58.
+[value] Recording results for strlen
+[value] Done for function strlen
+[value] Recording results for main1
+[value] done for function main1
+tests/value/strings.i:21:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/strings.i:39:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/strings.i:42:[value] assertion 'Value,mem_access' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function strcpy:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function strlen:
+  s ∈ {{ &s1[6] }}
+  l ∈ {5}
+[value:final-states] Values at end of function main1:
+  s1[0] ∈ {104}
+    [1] ∈ {101}
+    [2] ∈ {108}
+    [3] ∈ {97}
+    [4] ∈ {111}
+    [5] ∈ {0}
+    [6] ∈ {97}
+    [7] ∈ {119}
+    [8] ∈ {111}
+    [9] ∈ {114}
+    [10] ∈ {108}
+    [11] ∈ {100}
+    [12] ∈ {0}
+  R ∈ {0}
+  S ∈ {0}
+  T ∈ {0; 101}
+  p ∈ {{ &s1[5] ; &s2[3] }}
+  __retres ∈ {5}
+[from] Computing for function strcpy
+[from] Non-terminating function strcpy (no dependencies)
+[from] Done for function strcpy
+[from] Computing for function strlen
+[from] Done for function strlen
+[from] Computing for function main1
+[from] Computing for function u <-main1
+[from] Done for function u
+[from] Computing for function Frama_C_bzero <-main1
+[from] Done for function Frama_C_bzero
+[from] Done for function main1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function strcpy:
+  NON TERMINATING - NO EFFECTS
+[from] Function strlen:
+  \result FROM s1[0..4]; s
+[from] Function u:
+  \result FROM \nothing
+[from] Function main1:
+  s1{[3]; [6]} FROM cc
+  R FROM \nothing (and SELF)
+  S FROM \nothing (and SELF)
+  T FROM s1[1] (and SELF)
+  \result FROM s1{[0..2]; [4]}; cc
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function strcpy:
+          src; ldst; b[0..4]; tmp_unroll_46; tmp_1_unroll_46; tmp_0_unroll_46;
+          tmp_unroll_49; tmp_1_unroll_49; tmp_0_unroll_49; tmp_unroll_52;
+          tmp_1_unroll_52; tmp_0_unroll_52; tmp_unroll_55; tmp_1_unroll_55;
+          tmp_0_unroll_55; tmp_unroll_58; tmp_1_unroll_58; tmp_0_unroll_58;
+          tmp_unroll_61; tmp_1_unroll_61; tmp_0_unroll_61
+[inout] Inputs for function strcpy:
+          a[0..5]
+[inout] Out (internal) for function strlen:
+          s; l; tmp_unroll_106; tmp_unroll_109; tmp_unroll_112; tmp_unroll_115;
+          tmp_unroll_118; tmp_unroll_121
+[inout] Inputs for function strlen:
+          s1[0..5]
+[inout] Out (internal) for function main1:
+          s1{[3]; [6]}; R; S; T; p; tmp; tmp_0; tmp_1; tmp_2; a[0..9]; b[0..4];
+          tmp_3; tmp_4; __retres
+[inout] Inputs for function main1:
+          s1[0..5]; cc
diff --git a/tests/value/oracle_symblocs/strings.1.err.oracle b/tests/value/oracle_symblocs/strings.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/strings.1.res.oracle b/tests/value/oracle_symblocs/strings.1.res.oracle
new file mode 100644
index 00000000000..7a18923bb2f
--- /dev/null
+++ b/tests/value/oracle_symblocs/strings.1.res.oracle
@@ -0,0 +1,140 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/strings.i (no preprocessing)
+[value] Analyzing a complete application starting at main6
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s1[0] ∈ {104}
+    [1] ∈ {101}
+    [2..3] ∈ {108}
+    [4] ∈ {111}
+    [5] ∈ {0}
+    [6] ∈ {32}
+    [7] ∈ {119}
+    [8] ∈ {111}
+    [9] ∈ {114}
+    [10] ∈ {108}
+    [11] ∈ {100}
+    [12] ∈ {0}
+  s2[0] ∈ {104}
+    [1] ∈ {101}
+    [2..3] ∈ {108}
+    [4] ∈ {111}
+    [5] ∈ {0}
+  s5 ∈ {0}
+  s6 ∈ {0}
+  cc ∈ {97}
+  Q ∈ {0}
+  R ∈ {0}
+  S ∈ {0}
+  T ∈ {0}
+  U ∈ {0}
+  V ∈ {0}
+  W ∈ {0}
+  X ∈ {0}
+  Y ∈ {0}
+  Z ∈ {0}
+  s3 ∈ {{ "tutu" }}
+  s4 ∈ {{ "tutu" }}
+  s7 ∈ {{ "hello\000 world" }}
+  s8 ∈ {{ "hello" }}
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:72.
+tests/value/strings.i:72:[kernel] warning: Neither code nor specification for function u, generating default assigns from the prototype
+[value] using specification for function u
+[value] Done for function u
+tests/value/strings.i:73:[value] warning: pointer comparison. assert \pointer_comparable((void *)s3, (void *)s4);
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:74.
+[value] Done for function u
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:76.
+[value] Done for function u
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:78.
+[value] Done for function u
+tests/value/strings.i:79:[value] warning: pointer comparison. assert \pointer_comparable((void *)s7, (void *)s8);
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:80.
+[value] Done for function u
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:82.
+[value] Done for function u
+tests/value/strings.i:83:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)(s7+1), (void *)(s8+1));
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:84.
+[value] Done for function u
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:86.
+[value] Done for function u
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:87.
+[value] Done for function u
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:88.
+[value] Done for function u
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:89.
+[value] Done for function u
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:89.
+[value] Done for function u
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:90.
+[value] Done for function u
+tests/value/strings.i:91:[value] warning: pointer comparison. assert \pointer_comparable((void *)s5, (void *)s6);
+[value] computing for function u <- main6.
+        Called from tests/value/strings.i:92.
+[value] Done for function u
+tests/value/strings.i:93:[value] warning: pointer comparison.
+                 assert \pointer_comparable((void *)("oh, hello"+4), (void *)s7);
+[value] Recording results for main6
+[value] done for function main6
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main6:
+  s5 ∈ {{ "tutu" ; "hello" }}
+  s6 ∈ {{ "tutu" ; "tutu" ; "hello" }}
+  cc ∈ {116}
+  Q ∈ {0}
+  R ∈ {0}
+  S ∈ {0}
+  T ∈ {0}
+  U ∈ {0}
+  V ∈ {0}
+  W ∈ {0}
+  X ∈ {0; 1}
+  Y ∈ {0; 1}
+  Z ∈ {0; 1}
+  s ∈ {{ "toto" }}
+  __retres ∈ {116}
+[from] Computing for function main6
+[from] Computing for function u <-main6
+[from] Done for function u
+[from] Done for function main6
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function u:
+  \result FROM \nothing
+[from] Function main6:
+  s5 FROM s3; s8
+  s6 FROM s3; s4; s8
+  cc FROM "toto"[bits 0 to 7]
+  Q FROM s7 (and SELF)
+  R FROM s3; s4 (and SELF)
+  S FROM \nothing (and SELF)
+  T FROM s3 (and SELF)
+  U FROM s7; s8 (and SELF)
+  V FROM s4; s7 (and SELF)
+  W FROM s7; s8 (and SELF)
+  X FROM s3 (and SELF)
+  Y FROM s3; s8 (and SELF)
+  Z FROM s3; s4; s8 (and SELF)
+  \result FROM "toto"[bits 0 to 7]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main6:
+          s5; s6; cc; Q; R; S; T; U; V; W; X; Y; Z; s; tmp; tmp_0; tmp_1; tmp_2;
+          tmp_3; tmp_4; tmp_5; tmp_6; tmp_7; tmp_8; tmp_9; tmp_10; tmp_11; tmp_12;
+          tmp_13; tmp_14; __retres
+[inout] Inputs for function main6:
+          s5; s6; cc; s3; s4; s7; s8; "toto"[bits 0 to 7]
diff --git a/tests/value/oracle_symblocs/strings.2.err.oracle b/tests/value/oracle_symblocs/strings.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/strings.2.res.oracle b/tests/value/oracle_symblocs/strings.2.res.oracle
new file mode 100644
index 00000000000..d2aa62662d7
--- /dev/null
+++ b/tests/value/oracle_symblocs/strings.2.res.oracle
@@ -0,0 +1,67 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/strings.i (no preprocessing)
+[value] Analyzing a complete application starting at main7
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s1[0] ∈ {104}
+    [1] ∈ {101}
+    [2..3] ∈ {108}
+    [4] ∈ {111}
+    [5] ∈ {0}
+    [6] ∈ {32}
+    [7] ∈ {119}
+    [8] ∈ {111}
+    [9] ∈ {114}
+    [10] ∈ {108}
+    [11] ∈ {100}
+    [12] ∈ {0}
+  s2[0] ∈ {104}
+    [1] ∈ {101}
+    [2..3] ∈ {108}
+    [4] ∈ {111}
+    [5] ∈ {0}
+  s5 ∈ {0}
+  s6 ∈ {0}
+  cc ∈ {97}
+  Q ∈ {0}
+  R ∈ {0}
+  S ∈ {0}
+  T ∈ {0}
+  U ∈ {0}
+  V ∈ {0}
+  W ∈ {0}
+  X ∈ {0}
+  Y ∈ {0}
+  Z ∈ {0}
+  s3 ∈ {{ "tutu" }}
+  s4 ∈ {{ "tutu" }}
+  s7 ∈ {{ "hello\000 world" }}
+  s8 ∈ {{ "hello" }}
+tests/value/strings.i:101:[value] warning: out of bounds write. assert \valid(tmp);
+                                      (tmp from f?s5 + 2:& c)
+tests/value/strings.i:103:[value] warning: out of bounds write. assert \valid(s5);
+tests/value/strings.i:105:[value] warning: out of bounds write. assert \valid(s6);
+[value] Recording results for main7
+[value] done for function main7
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main7:
+  s5 ∈ {{ &c }}
+  s6 ∈ {{ &c }}
+  R ∈ {84}
+  c ∈ {116}
+  __retres ∈ {116}
+[from] Computing for function main7
+[from] Done for function main7
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main7:
+  s5 FROM s3; d
+  s6 FROM s3; e
+  R FROM s3; d; f
+  \result FROM s4; "tutu"[bits 0 to 7]
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main7:
+          s5; s6; R; c; tmp; __retres
+[inout] Inputs for function main7:
+          s5; s6; cc; s3; s4; "tutu"[bits 0 to 7]
diff --git a/tests/value/oracle_symblocs/strings.3.err.oracle b/tests/value/oracle_symblocs/strings.3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/strings.3.res.oracle b/tests/value/oracle_symblocs/strings.3.res.oracle
new file mode 100644
index 00000000000..8789669af08
--- /dev/null
+++ b/tests/value/oracle_symblocs/strings.3.res.oracle
@@ -0,0 +1,113 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/strings.i (no preprocessing)
+[value] Analyzing a complete application starting at main8
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s1[0] ∈ {104}
+    [1] ∈ {101}
+    [2..3] ∈ {108}
+    [4] ∈ {111}
+    [5] ∈ {0}
+    [6] ∈ {32}
+    [7] ∈ {119}
+    [8] ∈ {111}
+    [9] ∈ {114}
+    [10] ∈ {108}
+    [11] ∈ {100}
+    [12] ∈ {0}
+  s2[0] ∈ {104}
+    [1] ∈ {101}
+    [2..3] ∈ {108}
+    [4] ∈ {111}
+    [5] ∈ {0}
+  s5 ∈ {0}
+  s6 ∈ {0}
+  cc ∈ {97}
+  Q ∈ {0}
+  R ∈ {0}
+  S ∈ {0}
+  T ∈ {0}
+  U ∈ {0}
+  V ∈ {0}
+  W ∈ {0}
+  X ∈ {0}
+  Y ∈ {0}
+  Z ∈ {0}
+  s3 ∈ {{ "tutu" }}
+  s4 ∈ {{ "tutu" }}
+  s7 ∈ {{ "hello\000 world" }}
+  s8 ∈ {{ "hello" }}
+[value] computing for function assigns <- main8.
+        Called from tests/value/strings.i:127.
+[value] using specification for function assigns
+tests/value/strings.i:121:[value] warning: no \from part for clause 'assigns *(p+(0 .. s-1));' of function assigns
+[value] Done for function assigns
+[value] computing for function strcmp <- main8.
+        Called from tests/value/strings.i:128.
+tests/value/strings.i:114:[value] warning: out of bounds read. assert \valid_read(tmp_0);
+                                     (tmp_0 from s2_0++)
+[value] Recording results for strcmp
+[value] Done for function strcmp
+[value] Recording results for main8
+[value] done for function main8
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function strcmp:
+  s1_0 ∈ {{ &long_chain + [0..29] }}
+  s2_0 ∈ {{ &tc + [0..29] }}
+  __retres ∈ [-223..121]
+[value:final-states] Values at end of function main8:
+  tc[0..29] ∈ [--..--]
+  long_chain[0] ∈ {114}
+            [1] ∈ {101}
+            [2] ∈ {97}
+            [3..4] ∈ {108}
+            [5] ∈ {121}
+            [6] ∈ {32}
+            [7] ∈ {114}
+            [8] ∈ {101}
+            [9] ∈ {97}
+            [10..11] ∈ {108}
+            [12] ∈ {121}
+            [13] ∈ {32}
+            [14] ∈ {114}
+            [15] ∈ {101}
+            [16] ∈ {97}
+            [17..18] ∈ {108}
+            [19] ∈ {121}
+            [20] ∈ {32}
+            [21] ∈ {108}
+            [22] ∈ {111}
+            [23] ∈ {110}
+            [24] ∈ {103}
+            [25] ∈ {32}
+            [26] ∈ {99}
+            [27] ∈ {104}
+            [28] ∈ {97}
+            [29] ∈ {105}
+            [30] ∈ {110}
+            [31] ∈ {0}
+  x ∈ [-223..121]
+[from] Computing for function strcmp
+[from] Done for function strcmp
+[from] Computing for function main8
+[from] Computing for function assigns <-main8
+[from] Done for function assigns
+[from] Done for function main8
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function assigns:
+  tc[0..29] FROM ANYTHING(origin:Unknown) (and SELF)
+[from] Function strcmp:
+  \result FROM s1_0; s2_0; tc[0..29]; long_chain[0..30]
+[from] Function main8:
+  \result FROM ANYTHING(origin:Unknown)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function strcmp:
+          s1_0; s2_0; tmp; tmp_0; __retres
+[inout] Inputs for function strcmp:
+          tc[0..29]; long_chain[0..30]
+[inout] Out (internal) for function main8:
+          tc[0..29]; long_chain[0..31]; x
+[inout] Inputs for function main8:
+          ANYTHING(origin:Unknown)
diff --git a/tests/value/oracle_symblocs/strings_cond.err.oracle b/tests/value/oracle_symblocs/strings_cond.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/strings_cond.res.oracle b/tests/value/oracle_symblocs/strings_cond.res.oracle
new file mode 100644
index 00000000000..5d19d6adb66
--- /dev/null
+++ b/tests/value/oracle_symblocs/strings_cond.res.oracle
@@ -0,0 +1,46 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/strings_cond.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function foo <- main.
+        Called from tests/value/strings_cond.i:8.
+[value] DUMPING STATE of file tests/value/strings_cond.i line 3
+        s ∈ {{ "Bla" }}
+        =END OF DUMP==
+tests/value/strings_cond.i:4:[value] entering loop for the first time
+[value] Called Frama_C_show_each_s({{ "Bla" }})
+[value] Called Frama_C_show_each_s({{ "Bla" + {0; 1} }})
+[value] Called Frama_C_show_each_s({{ "Bla" + {0; 1; 2} }})
+[value] Recording results for foo
+[value] Done for function foo
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function foo:
+  s ∈ {{ "Bla" + {3} }}
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function foo
+[from] Computing for function Frama_C_dump_each <-foo
+[from] Done for function Frama_C_dump_each
+[from] Done for function foo
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function foo:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function foo:
+          s
+[inout] Inputs for function foo:
+          "Bla"
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          "Bla"
diff --git a/tests/value/oracle_symblocs/struct.err.oracle b/tests/value/oracle_symblocs/struct.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/struct.res.oracle b/tests/value/oracle_symblocs/struct.res.oracle
new file mode 100644
index 00000000000..c7e2bfacd7e
--- /dev/null
+++ b/tests/value/oracle_symblocs/struct.res.oracle
@@ -0,0 +1,48 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/struct.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  GG ∈ {0}
+  w ∈ {0}
+  v1 ∈ {0}
+  v2 ∈ {0}
+  v3 ∈ {0}
+  T[0..1] ∈ {1}
+  R1 ∈ {0}
+  R2 ∈ {0}
+  G ∈ {0}
+tests/value/struct.i:47:[value] warning: signed overflow. assert -2147483648 ≤ a+b;
+tests/value/struct.i:47:[value] warning: signed overflow. assert a+b ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  w ∈ [--..--]
+  v1.x ∈ [--..--]
+    .y ∈ {0}
+  v2.x ∈ [--..--]
+    .y ∈ {0}
+  T[0][bits 0 to 7] ∈ {2}
+   [bits 8 to 63]# ∈ {1} repeated %32, bits 8 to 63 
+  R1 ∈ {65537}
+  R2 ∈ {3}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  w FROM a; b
+  v1.x FROM a; b
+    .y FROM v2
+  v2.x FROM a (and SELF)
+  T[0][bits 0 to 7] FROM \nothing
+  R1 FROM T{[0][bits 16 to 31]; [1][bits 0 to 15]}
+  R2 FROM T[0][bits 8 to 31]
+  \result FROM a; b
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          w; v1; v2.x; T[0][bits 0 to 7]; R1; R2
+[inout] Inputs for function main:
+          w; v1.x; v2; T{[0]; [1][bits 0 to 15]}
diff --git a/tests/value/oracle_symblocs/struct2.err.oracle b/tests/value/oracle_symblocs/struct2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/struct2.res.oracle b/tests/value/oracle_symblocs/struct2.res.oracle
new file mode 100644
index 00000000000..981d40139ef
--- /dev/null
+++ b/tests/value/oracle_symblocs/struct2.res.oracle
@@ -0,0 +1,191 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/struct2.i (no preprocessing)
+[value] Analyzing a complete application starting at f_precis
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 32768 to 65543] ∈ [--..--]
+  tabst[0..9] ∈ {0}
+  tabst2[0..9] ∈ {0}
+  tab_s[0..1] ∈ {0}
+  tab_s1[0..1] ∈ {0}
+  tab_s2[0..1] ∈ {0}
+  tab_s3[0..1] ∈ {0}
+  tab_s4[0..1] ∈ {0}
+  s1 ∈ {0}
+  s2 ∈ {0}
+  s4 ∈ {0}
+  s5 ∈ {0}
+  s6 ∈ {0}
+  s8 ∈ {0}
+  s7 ∈ {0}
+  tabl[0..9] ∈ {0}
+  tab1[0..1] ∈ {0}
+  tab2[0..1] ∈ {0}
+  tab3[0..1] ∈ {0}
+  tab4[0..1] ∈ {0}
+  tab5[0..1] ∈ {0}
+  tab6[0..1] ∈ {0}
+  p ∈ {0}
+  p2 ∈ {0}
+  p3 ∈ {0}
+  p4 ∈ {0}
+  p5 ∈ {0}
+  p6 ∈ {0}
+  p7 ∈ {0}
+  q ∈ {0}
+  r ∈ {0}
+  s ∈ {0}
+  t ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  v ∈ [--..--]
+  Tab[0..9] ∈ {0}
+  P ∈ {0}
+tests/value/struct2.i:74:[value] warning: accessing out of bounds index. assert 0 ≤ i;
+tests/value/struct2.i:74:[value] warning: accessing out of bounds index. assert i < 2;
+tests/value/struct2.i:76:[value] warning: accessing out of bounds index. assert 0 ≤ (int)(i+j);
+tests/value/struct2.i:76:[value] warning: accessing out of bounds index. assert (int)(i+j) < 2;
+tests/value/struct2.i:76:[value] warning: signed overflow. assert i+j ≤ 2147483647;
+tests/value/struct2.i:78:[value] warning: accessing out of bounds index. assert tab2[i] < 2;
+tests/value/struct2.i:78:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct2.i:80:[value] warning: accessing out of bounds index. assert tab2[1] < 2;
+tests/value/struct2.i:82:[value] warning: accessing out of bounds index. assert (int)(tab2[i]+j) < 2;
+tests/value/struct2.i:99:[value] warning: accessing out of bounds index. assert 0 ≤ (int)(tabl[i]+y);
+tests/value/struct2.i:99:[value] warning: accessing out of bounds index. assert (int)(tabl[i]+y) < 2;
+tests/value/struct2.i:117:[value] warning: signed overflow. assert -2147483648 ≤ *p+x;
+tests/value/struct2.i:117:[value] warning: signed overflow. assert *p+x ≤ 2147483647;
+tests/value/struct2.i:124:[value] warning: out of bounds read. assert \valid_read(r);
+tests/value/struct2.i:124:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct2.i:130:[value] warning: out of bounds read. assert \valid_read(p3+2);
+tests/value/struct2.i:138:[value] warning: signed overflow. assert *((int *)0x1020)+i ≤ 2147483647;
+tests/value/struct2.i:149:[value] warning: out of bounds write. assert \valid(*t+i);
+tests/value/struct2.i:185:[value] warning: accessing out of bounds index. assert 0 ≤ (int)(i+j);
+tests/value/struct2.i:185:[value] warning: accessing out of bounds index. assert (int)(i+j) < 2;
+tests/value/struct2.i:185:[value] warning: accessing out of bounds index. assert 0 ≤ k;
+tests/value/struct2.i:185:[value] warning: accessing out of bounds index. assert k < 2;
+tests/value/struct2.i:185:[value] warning: accessing out of bounds index. assert 0 ≤ l;
+tests/value/struct2.i:185:[value] warning: accessing out of bounds index. assert l < 2;
+tests/value/struct2.i:185:[value] warning: accessing out of bounds index. assert 0 ≤ (int)(tab3[l]+m);
+tests/value/struct2.i:185:[value] warning: accessing out of bounds index. assert (int)(tab3[l]+m) < 10;
+tests/value/struct2.i:185:[value] warning: signed overflow. assert -2147483648 ≤ tab3[l]+m;
+tests/value/struct2.i:185:[value] warning: signed overflow. assert tab3[l]+m ≤ 2147483647;
+[value] Recording results for f_precis
+[value] done for function f_precis
+tests/value/struct2.i:124:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/struct2.i:130:[value] assertion 'Value,mem_access' got final status invalid.
+tests/value/struct2.i:185:[value] assertion 'Value,index_bound' got final status valid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f_precis:
+  NULL[rbits 32768 to 32799] ∈ {{ NULL + [--..--] ; (? *)&a }}
+      [rbits 32800 to 65543] ∈ [--..--]
+  tab_s[0] ∈ {0}
+       [1].a ∈ [--..--]
+       [1]{.d[0..9]; .b; .e[0..9]; .c} ∈ {0}
+  tab_s1[0..1] ∈ {0}
+  tab_s2[0].a ∈ [--..--]
+        {[0]{.d[0..9]; .b; .e[0..9]; .c}; [1]} ∈ {0}
+  tab_s3[0].a ∈ [--..--]
+        {[0]{.d[0..9]; .b; .e[0..9]; .c}; [1]} ∈ {0}
+  tab_s4[0].a ∈ [--..--]
+        [0]{.d[0..9]; .b; .e[0..9]; .c} ∈ {0}
+        [1].a ∈ [--..--]
+        [1]{.d[0..9]; .b; .e[0..9]; .c} ∈ {0}
+  s1.a ∈ [--..--]
+    .d[0] ∈ {0}
+    .d[1] ∈ [--..--]
+    {.d[2..9]; .b; .e[0..9]} ∈ {0}
+    .c ∈ {{ &s2 }}
+  s2{.a; .d[0..1]} ∈ [--..--]
+    .d[2..9] ∈ {0}
+    .b.a ∈ [--..--]
+    .b.b ∈ {{ &a }}
+    .e[0..9] ∈ {0}
+    .c ∈ {{ &s2 }}
+  s4{.a; .d[0..9]; .b} ∈ {0}
+    .e[0].a ∈ [-128..127]
+    {.e{[0].b; [1..9]}; .c} ∈ {0}
+  s8.a ∈ {0}
+    .b ∈ {{ &a }}
+  s7 ∈ {0}
+  tab1[0..1] ∈ {2}
+  tab2[0] ∈ {0; 2}
+      [1] ∈ {0}
+  tab3[0..1] ∈ [--..--]
+  tab4[0..1] ∈ {0}
+  tab5[0] ∈ {2}
+      [1] ∈ {0}
+  tab6[0] ∈ {0}
+      [1] ∈ {2}
+  p ∈ {{ &a }}
+  p2 ∈ {{ &tab1[2] }}
+  p3 ∈ {{ &tab1{[0], [1]} }}
+  p4 ∈ {{ &a }}
+  p5 ∈ {4096}
+  p6 ∈ {4112}
+  p7 ∈ {{ &tab1[3] }}
+  q ∈ {4096}
+  r ∈ {0}
+  s ∈ {4144}
+  t ∈ {4176}
+  a ∈ [--..--]
+  b ∈ {0}
+[from] Computing for function f_precis
+[from] Done for function f_precis
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f_precis:
+  NULL{[4096..4099]; [4144..4147]} FROM NULL[4176..4179]; i
+      {[4100..4111]; [4116..4143]; [4148..8192]}
+      FROM NULL[4176..4179]; i (and SELF)
+      [4112..4115] FROM NULL{[4128..4131]; [4176..4179]}; i
+  tab_s[0] FROM s2
+       [1].a FROM x
+  tab_s1{[0].b; [1].b} FROM s8; i (and SELF)
+  tab_s2[0] FROM s2; s8; tabl[0]; x
+  tab_s3[0].a FROM tabl[1]; x
+  tab_s4{[0].a; [1].a} FROM tabl[0..1]; x; i; y (and SELF)
+  s1{.a; .d[1]} FROM x
+    {.d[0]; .d[2..9]; .e[0..9]} FROM s2
+    .b FROM s8
+    .c FROM \nothing
+  s2{.a; .b.a} FROM x
+    .d[0..1] FROM x; i (and SELF)
+    {.b.b; .c} FROM \nothing
+  s4.e[0].a
+    FROM NULL{[4176..4179]; [4192]; [4200]}; tabst[2].a;
+         tabst2{[0].a; [1].a; [2].a; [3].a; [4].a; [5].a; [6].a; [7].a;
+                [8].a; [9].a};
+          s5.e[0].b; tab2[0..1]; tab3[0..1]; i; j; k; l; m
+  s8.b FROM \nothing
+  s7 FROM s6.b
+  tab1[0..1] FROM \nothing
+  tab2[0..1] FROM i (and SELF)
+  tab3[0..1] FROM i; j; k (and SELF)
+  tab4[0] FROM tab2[0..1]; v; i (and SELF)
+  tab5[0] FROM tab2[1]; i
+  tab6[0..1] FROM tab2[0..1]; i; j (and SELF)
+  p FROM \nothing
+  p2 FROM \nothing
+  p3 FROM i
+  p4 FROM \nothing
+  p5 FROM \nothing
+  p6 FROM \nothing
+  p7 FROM \nothing
+  q FROM \nothing
+  r FROM \nothing
+  s FROM \nothing
+  t FROM \nothing
+  a FROM x
+  b FROM v; i (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f_precis:
+          NULL[4096..8192]; tab_s{[0]; [1].a}; tab_s1{[0].b; [1].b}; tab_s2[0];
+          tab_s3[0].a; tab_s4{[0].a; [1].a}; s1; s2{{.a; .d[0..1]}; .b; .c};
+          s4.e[0].a; s8.b; s7; tab1[0..1]; tab2[0..1]; tab3[0..1]; tab4[0]; tab5[0];
+          tab6[0..1]; p; p2; p3; p4; p5; p6; p7; q; r; s; t; a; b
+[inout] Inputs for function f_precis:
+          NULL{[4128..4131]; [4176..4179]; [4192]; [4200]}; tabst[2].a;
+          tabst2{[0].a; [1].a; [2].a; [3].a; [4].a; [5].a; [6].a; [7].a; [8].a;
+                 [9].a}; s1; s2; s5.e[0].b; s6.b; s8; tabl[0..1]; tab1[0];
+          tab2[0..1]; tab3[0..1]; p; p2; p3; p6; q; r; s; t; a; v
diff --git a/tests/value/oracle_symblocs/struct3.err.oracle b/tests/value/oracle_symblocs/struct3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/struct3.res.oracle b/tests/value/oracle_symblocs/struct3.res.oracle
new file mode 100644
index 00000000000..67c893770a5
--- /dev/null
+++ b/tests/value/oracle_symblocs/struct3.res.oracle
@@ -0,0 +1,59 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/struct3.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  tabst[0..9] ∈ {0}
+  tabst2[0..9] ∈ {0}
+  tab_s[0..1] ∈ {0}
+  tab_s1[0..1] ∈ {0}
+  tab_s2[0..1] ∈ {0}
+  tab_s3[0..1] ∈ {0}
+  tab_s4[0..1] ∈ {0}
+  s1 ∈ {0}
+  s2 ∈ {0}
+  s8 ∈ {0}
+  s7 ∈ {0}
+  v ∈ [--..--]
+tests/value/struct3.i:42:[value] warning: accessing out of bounds index. assert 10 < 10;
+tests/value/struct3.i:42:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+tests/value/struct3.i:46:[value] Assigning imprecise value to s2.a.
+        The imprecision originates from Arithmetic {tests/value/struct3.i:46}
+[value] Recording results for main
+[value] done for function main
+[value] warning: Garbled mix generated during analysis:
+                 {{ garbled mix of &{s1} (origin: Arithmetic {tests/value/struct3.i:46}) }}
+tests/value/struct3.i:42:[value] assertion 'Value,index_bound' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  s1.a ∈ {2}
+    .d[0] ∈ {1}
+    .d[1..2] ∈ {2}
+    .d[3..7] ∈ {0}
+    .d[8..9] ∈ {2}
+    .b.a ∈ {3}
+    {.b.b; .e[0..9]} ∈ {0}
+    .c ∈ {{ &s1 }}
+  s2.a ∈
+    {{ garbled mix of &{s1}
+     (origin: Arithmetic {tests/value/struct3.i:46}) }}
+    .d[0] ∈ {1}
+    .d[1..2] ∈ {2}
+    .d[3..7] ∈ {0}
+    .d[8..9] ∈ {2}
+    .b.a ∈ {3}
+    {.b.b; .e[0..9]} ∈ {0}
+    .c ∈ {{ &s1 }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c} FROM \nothing
+  s2 FROM s1{.d[3..7]; {.b.b; .e[0..9]}}
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          s1{{.a; .d[0..2]}; {.d[8..9]; .b.a}; .c}; s2
+[inout] Inputs for function main:
+          s1; s2.c; v
diff --git a/tests/value/oracle_symblocs/struct_array.err.oracle b/tests/value/oracle_symblocs/struct_array.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/struct_array.res.oracle b/tests/value/oracle_symblocs/struct_array.res.oracle
new file mode 100644
index 00000000000..ac41a79c2a4
--- /dev/null
+++ b/tests/value/oracle_symblocs/struct_array.res.oracle
@@ -0,0 +1,429 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/struct_array.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  outp ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z1 ∈ {0}
+  z2 ∈ {0}
+  z3 ∈ {0}
+  z4 ∈ {0}
+  T[0].a ∈ {1}
+   [0].b ∈ {2}
+   [0].pp ∈ {0}
+   [0].p ∈ {{ &x }}
+   [1].a ∈ {{ (int)&z1 }}
+   [1].b ∈ {{ (int)&z2 }}
+   [1].pp ∈ {{ &z3 }}
+   [1].p ∈ {{ &y }}
+   [2].a ∈ {{ (int)&z4 }}
+   [2].b ∈ {2}
+   [2].pp ∈ {0}
+   [2].p ∈ {{ &x }}
+   [3].a ∈ {1}
+   [3].b ∈ {2}
+   [3].pp ∈ {0}
+   [3].p ∈ {{ &x }}
+   [4..21] ∈ {0}
+  s.a ∈ {1}
+   .t[0] ∈ {2}
+   .t[1] ∈ {3}
+   .t[2] ∈ {4}
+   .t[3] ∈ {5}
+   .t[4] ∈ {6}
+   .t[5] ∈ {7}
+   .t[6] ∈ {8}
+   .b ∈ {9}
+  s1 ∈ {0}
+  s2 ∈ {0}
+  s3 ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/struct_array.i:56.
+tests/value/struct_array.i:35:[value] warning: accessing out of bounds index. assert 0 ≤ v;
+tests/value/struct_array.i:35:[value] warning: accessing out of bounds index. assert v < 22;
+tests/value/struct_array.i:36:[value] warning: out of bounds write. assert \valid(outp);
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/struct_array.i:57.
+[value] Called Frama_C_show_each(.a ∈ {1}
+                                 .t[0] ∈ {2}
+                                 .t[1] ∈ {3}
+                                 .t[2] ∈ {4}
+                                 .t[3] ∈ {5}
+                                 .t[4] ∈ {6}
+                                 .t[5] ∈ {7}
+                                 .t[6] ∈ {8}
+                                 .b ∈ {9})
+[value] computing for function f1 <- main2 <- main.
+        Called from tests/value/struct_array.i:42.
+[value] using specification for function f1
+[value] Done for function f1
+[value] Called Frama_C_show_each(.a ∈ {1}
+                                 .t[0] ∈ {2}
+                                 .t[1] ∈ {3}
+                                 .t[2] ∈ {4}
+                                 .t[3] ∈ {5}
+                                 .t[4] ∈ {6}
+                                 .t[5..6] ∈ [--..--]
+                                 .b ∈ {9})
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/struct_array.i:44.
+[value] using specification for function f2
+[value] Done for function f2
+[value] Called Frama_C_show_each(.a ∈ {1}
+                                 .t[0..2] ∈ [--..--]
+                                 .t[3] ∈ {5}
+                                 .t[4] ∈ {6}
+                                 .t[5] ∈ {7}
+                                 .t[6] ∈ {8}
+                                 .b ∈ {9})
+[value] computing for function f3 <- main2 <- main.
+        Called from tests/value/struct_array.i:46.
+[value] using specification for function f3
+[value] Done for function f3
+[value] Called Frama_C_show_each(.a ∈ {1}
+                                 .t[0..6] ∈ [--..--]
+                                 .b ∈ {9})
+tests/value/struct_array.i:50:[value] assertion got status valid.
+[value] Called Frama_C_show_each_reach()
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  outp ∈ {{ &x ; &y }}
+  x ∈ {0; 5}
+  y ∈ {0; 5}
+  z1 ∈ {1}
+[value:final-states] Values at end of function main2:
+  s1.a ∈ {1}
+    .t[0] ∈ {2}
+    .t[1] ∈ {3}
+    .t[2] ∈ {4}
+    .t[3] ∈ {5}
+    .t[4] ∈ {6}
+    .t[5..6] ∈ [--..--]
+    .b ∈ {9}
+  s2.a ∈ {1}
+    .t[0..2] ∈ [--..--]
+    .t[3] ∈ {5}
+    .t[4] ∈ {6}
+    .t[5] ∈ {7}
+    .t[6] ∈ {8}
+    .b ∈ {9}
+  s3.a ∈ {1}
+    .t[0..6] ∈ [--..--]
+    .b ∈ {9}
+[value:final-states] Values at end of function main:
+  outp ∈ {{ &x ; &y }}
+  x ∈ {0; 5}
+  y ∈ {0; 5}
+  z1 ∈ {1}
+  s1.a ∈ {1}
+    .t[0] ∈ {2}
+    .t[1] ∈ {3}
+    .t[2] ∈ {4}
+    .t[3] ∈ {5}
+    .t[4] ∈ {6}
+    .t[5..6] ∈ [--..--]
+    .b ∈ {9}
+  s2.a ∈ {1}
+    .t[0..2] ∈ [--..--]
+    .t[3] ∈ {5}
+    .t[4] ∈ {6}
+    .t[5] ∈ {7}
+    .t[6] ∈ {8}
+    .b ∈ {9}
+  s3.a ∈ {1}
+    .t[0..6] ∈ [--..--]
+    .b ∈ {9}
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Computing for function f1 <-main2
+[from] Done for function f1
+[from] Computing for function f2 <-main2
+[from] Done for function f2
+[from] Computing for function f3 <-main2
+[from] Done for function f3
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f1:
+  s1.t[5..6] FROM \nothing
+[from] Function f2:
+  s2.t[0..2] FROM \nothing
+[from] Function f3:
+  s3.t[0..6] FROM \nothing
+[from] Function main1:
+  outp FROM v;
+            T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+              [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+              [17].p; [18].p; [19].p; [20].p; [21].p}
+  x FROM v;
+         T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+           [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+           [17].p; [18].p; [19].p; [20].p; [21].p} (and SELF)
+  y FROM v;
+         T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+           [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+           [17].p; [18].p; [19].p; [20].p; [21].p} (and SELF)
+  z1 FROM z1
+[from] Function main2:
+  s1{{.a; .t[0..4]}; .b} FROM s
+    .t[5..6] FROM \nothing
+  s2{.a; {.t[3..6]; .b}} FROM s
+    .t[0..2] FROM \nothing
+  s3{.a; .b} FROM s
+    .t[0..6] FROM \nothing
+[from] Function main:
+  outp FROM v;
+            T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+              [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+              [17].p; [18].p; [19].p; [20].p; [21].p}
+  x FROM v;
+         T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+           [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+           [17].p; [18].p; [19].p; [20].p; [21].p} (and SELF)
+  y FROM v;
+         T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+           [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+           [17].p; [18].p; [19].p; [20].p; [21].p} (and SELF)
+  z1 FROM z1
+  s1{{.a; .t[0..4]}; .b} FROM s
+    .t[5..6] FROM \nothing
+  s2{.a; {.t[3..6]; .b}} FROM s
+    .t[0..2] FROM \nothing
+  s3{.a; .b} FROM s
+    .t[0..6] FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          outp; x; y; z1
+[inout] Inputs for function main1:
+          v; outp; z1;
+          T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p; [9].p;
+            [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p; [17].p; [18].p;
+            [19].p; [20].p; [21].p}
+[inout] Out (internal) for function main2:
+          s1; s2; s3
+[inout] Inputs for function main2:
+          v; s; s1; s2; s3
+[inout] Out (internal) for function main:
+          outp; x; y; z1; s1; s2; s3
+[inout] Inputs for function main:
+          v; outp; z1;
+          T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p; [9].p;
+            [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p; [17].p; [18].p;
+            [19].p; [20].p; [21].p}; s; s1; s2; s3
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  outp ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z1 ∈ {0}
+  z2 ∈ {0}
+  z3 ∈ {0}
+  z4 ∈ {0}
+  T[0].a ∈ {1}
+   [0].b ∈ {2}
+   [0].pp ∈ {0}
+   [0].p ∈ {{ &x }}
+   [1].a ∈ {{ (int)&z1 }}
+   [1].b ∈ {{ (int)&z2 }}
+   [1].pp ∈ {{ &z3 }}
+   [1].p ∈ {{ &y }}
+   [2].a ∈ {{ (int)&z4 }}
+   [2].b ∈ {2}
+   [2].pp ∈ {0}
+   [2].p ∈ {{ &x }}
+   [3].a ∈ {1}
+   [3].b ∈ {2}
+   [3].pp ∈ {0}
+   [3].p ∈ {{ &x }}
+   [4..21] ∈ {0}
+  s.a ∈ {1}
+   .t[0] ∈ {2}
+   .t[1] ∈ {3}
+   .t[2] ∈ {4}
+   .t[3] ∈ {5}
+   .t[4] ∈ {6}
+   .t[5] ∈ {7}
+   .t[6] ∈ {8}
+   .b ∈ {9}
+  s1 ∈ {0}
+  s2 ∈ {0}
+  s3 ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/struct_array.i:56.
+tests/value/struct_array.i:35:[value] warning: out of bounds read. assert \valid_read(&T[v].p);
+tests/value/struct_array.i:36:[value] warning: out of bounds write. assert \valid(outp);
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/struct_array.i:57.
+[value] Called Frama_C_show_each(.a ∈ {1}
+                                 .t[0] ∈ {2}
+                                 .t[1] ∈ {3}
+                                 .t[2] ∈ {4}
+                                 .t[3] ∈ {5}
+                                 .t[4] ∈ {6}
+                                 .t[5] ∈ {7}
+                                 .t[6] ∈ {8}
+                                 .b ∈ {9})
+[value] computing for function f1 <- main2 <- main.
+        Called from tests/value/struct_array.i:42.
+[value] Done for function f1
+[value] Called Frama_C_show_each(.a ∈ {1}
+                                 .t[0] ∈ {2}
+                                 .t[1] ∈ {3}
+                                 .t[2] ∈ {4}
+                                 .t[3] ∈ {5}
+                                 .t[4] ∈ {6}
+                                 {.t[5..6]; .b} ∈ [--..--])
+[value] computing for function f2 <- main2 <- main.
+        Called from tests/value/struct_array.i:44.
+[value] Done for function f2
+[value] Called Frama_C_show_each({.a; .t[0..2]} ∈ [--..--]
+                                 .t[3] ∈ {5}
+                                 .t[4] ∈ {6}
+                                 .t[5] ∈ {7}
+                                 .t[6] ∈ {8}
+                                 .b ∈ {9})
+[value] computing for function f3 <- main2 <- main.
+        Called from tests/value/struct_array.i:46.
+[value] Done for function f3
+[value] Called Frama_C_show_each([--..--])
+tests/value/struct_array.i:50:[value] warning: assertion got status invalid (stopping propagation).
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  outp ∈ {{ &x ; &y }}
+  x ∈ {0; 5}
+  y ∈ {0; 5}
+  z1 ∈ {1}
+[value:final-states] Values at end of function main2:
+  s1.a ∈ {1}
+    .t[0] ∈ {2}
+    .t[1] ∈ {3}
+    .t[2] ∈ {4}
+    .t[3] ∈ {5}
+    .t[4] ∈ {6}
+    {.t[5..6]; .b} ∈ [--..--]
+  s2{.a; .t[0..2]} ∈ [--..--]
+    .t[3] ∈ {5}
+    .t[4] ∈ {6}
+    .t[5] ∈ {7}
+    .t[6] ∈ {8}
+    .b ∈ {9}
+  s3 ∈ [--..--]
+[value:final-states] Values at end of function main:
+  outp ∈ {{ &x ; &y }}
+  x ∈ {0; 5}
+  y ∈ {0; 5}
+  z1 ∈ {1}
+  s1.a ∈ {1}
+    .t[0] ∈ {2}
+    .t[1] ∈ {3}
+    .t[2] ∈ {4}
+    .t[3] ∈ {5}
+    .t[4] ∈ {6}
+    {.t[5..6]; .b} ∈ [--..--]
+  s2{.a; .t[0..2]} ∈ [--..--]
+    .t[3] ∈ {5}
+    .t[4] ∈ {6}
+    .t[5] ∈ {7}
+    .t[6] ∈ {8}
+    .b ∈ {9}
+  s3 ∈ [--..--]
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Computing for function f1 <-main2
+[from] Done for function f1
+[from] Computing for function f2 <-main2
+[from] Done for function f2
+[from] Computing for function f3 <-main2
+[from] Done for function f3
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f1:
+  s1{.t[5..6]; .b} FROM \nothing
+[from] Function f2:
+  s2{.a; .t[0..2]} FROM \nothing
+[from] Function f3:
+  s3 FROM \nothing
+[from] Function main1:
+  outp FROM v;
+            T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+              [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+              [17].p; [18].p; [19].p; [20].p; [21].p}
+  x FROM v;
+         T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+           [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+           [17].p; [18].p; [19].p; [20].p; [21].p} (and SELF)
+  y FROM v;
+         T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+           [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+           [17].p; [18].p; [19].p; [20].p; [21].p} (and SELF)
+  z1 FROM z1
+[from] Function main2:
+  s1{.a; .t[0..4]} FROM s
+    {.t[5..6]; .b} FROM \nothing
+  s2{.a; .t[0..2]} FROM \nothing
+    {.t[3..6]; .b} FROM s
+  s3 FROM \nothing
+[from] Function main:
+  outp FROM v;
+            T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+              [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+              [17].p; [18].p; [19].p; [20].p; [21].p}
+  x FROM v;
+         T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+           [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+           [17].p; [18].p; [19].p; [20].p; [21].p} (and SELF)
+  y FROM v;
+         T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p;
+           [9].p; [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p;
+           [17].p; [18].p; [19].p; [20].p; [21].p} (and SELF)
+  z1 FROM z1
+  s1{.a; .t[0..4]} FROM s
+    {.t[5..6]; .b} FROM \nothing
+  s2{.a; .t[0..2]} FROM \nothing
+    {.t[3..6]; .b} FROM s
+  s3 FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          outp; x; y; z1
+[inout] Inputs for function main1:
+          v; outp; z1;
+          T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p; [9].p;
+            [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p; [17].p; [18].p;
+            [19].p; [20].p; [21].p}
+[inout] Out (internal) for function main2:
+          s1; s2; s3
+[inout] Inputs for function main2:
+          v; s; s1; s2; s3
+[inout] Out (internal) for function main:
+          outp; x; y; z1; s1; s2; s3
+[inout] Inputs for function main:
+          v; outp; z1;
+          T{[0].p; [1].p; [2].p; [3].p; [4].p; [5].p; [6].p; [7].p; [8].p; [9].p;
+            [10].p; [11].p; [12].p; [13].p; [14].p; [15].p; [16].p; [17].p; [18].p;
+            [19].p; [20].p; [21].p}; s; s1; s2; s3
diff --git a/tests/value/oracle_symblocs/struct_call.0.err.oracle b/tests/value/oracle_symblocs/struct_call.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/struct_call.0.res.oracle b/tests/value/oracle_symblocs/struct_call.0.res.oracle
new file mode 100644
index 00000000000..ec54366f262
--- /dev/null
+++ b/tests/value/oracle_symblocs/struct_call.0.res.oracle
@@ -0,0 +1,108 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/struct_call.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {77}
+  GG ∈ {0}
+  t[0..3] ∈ {0}
+  tt[0..4] ∈ {0}
+  C{.c1; .[bits 16 to 31]} ∈ [--..--]
+   .c2 ∈ {{ NULL ; &S_c2_C[0] }}
+  S_c2_C[0..1] ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/struct_call.i:46.
+[value] computing for function g <- main1 <- main.
+        Called from tests/value/struct_call.i:33.
+[value] Called Frama_C_show_each_G({0})
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function create_A <- main1 <- main.
+        Called from tests/value/struct_call.i:34.
+[value] Called Frama_C_show_each_GG(.x ∈ {1}
+                                    .y ∈ {0})
+[value] Recording results for create_A
+[value] Done for function create_A
+[value] computing for function g <- main1 <- main.
+        Called from tests/value/struct_call.i:35.
+[value] Called Frama_C_show_each_G(.x ∈ {0}
+                                   .y ∈ {77})
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function h <- main.
+        Called from tests/value/struct_call.i:47.
+[value] Called Frama_C_show_each([-32768..32767], {{ NULL ; &S_c2_C }})
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function create_A:
+  r.x ∈ {1}
+   .y ∈ {0}
+[value:final-states] Values at end of function g:
+  __retres ∈ {0; 77}
+[value:final-states] Values at end of function h:
+  
+[value:final-states] Values at end of function main1:
+  GG ∈ {0}
+  t{[0]; [1].x} ∈ {0}
+   [1].y ∈ {77}
+   [2..3] ∈ {0}
+  i ∈ {1}
+  init.x ∈ {1}
+      .y ∈ {0}
+[value:final-states] Values at end of function main:
+  GG ∈ {0}
+  t{[0]; [1].x} ∈ {0}
+   [1].y ∈ {77}
+   [2..3] ∈ {0}
+[from] Computing for function create_A
+[from] Done for function create_A
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function create_A:
+  \result FROM \nothing
+[from] Function g:
+  \result FROM s.y
+[from] Function h:
+  NO EFFECTS
+[from] Function main1:
+  GG FROM tt[1]
+  t[1].y FROM G
+  \result FROM G; t[1].x
+[from] Function main:
+  GG FROM tt[1]
+  t[1].y FROM G
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function create_A:
+          r
+[inout] Inputs for function create_A:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          \nothing
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function main1:
+          GG; t[1].y; i; init; tmp_0
+[inout] Inputs for function main1:
+          G; t[1]; tt[1]
+[inout] Out (internal) for function main:
+          GG; t[1].y
+[inout] Inputs for function main:
+          G; t[1]; tt[1]; C
diff --git a/tests/value/oracle_symblocs/struct_call.1.err.oracle b/tests/value/oracle_symblocs/struct_call.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/struct_call.1.res.oracle b/tests/value/oracle_symblocs/struct_call.1.res.oracle
new file mode 100644
index 00000000000..ec54366f262
--- /dev/null
+++ b/tests/value/oracle_symblocs/struct_call.1.res.oracle
@@ -0,0 +1,108 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/struct_call.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ {77}
+  GG ∈ {0}
+  t[0..3] ∈ {0}
+  tt[0..4] ∈ {0}
+  C{.c1; .[bits 16 to 31]} ∈ [--..--]
+   .c2 ∈ {{ NULL ; &S_c2_C[0] }}
+  S_c2_C[0..1] ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/struct_call.i:46.
+[value] computing for function g <- main1 <- main.
+        Called from tests/value/struct_call.i:33.
+[value] Called Frama_C_show_each_G({0})
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function create_A <- main1 <- main.
+        Called from tests/value/struct_call.i:34.
+[value] Called Frama_C_show_each_GG(.x ∈ {1}
+                                    .y ∈ {0})
+[value] Recording results for create_A
+[value] Done for function create_A
+[value] computing for function g <- main1 <- main.
+        Called from tests/value/struct_call.i:35.
+[value] Called Frama_C_show_each_G(.x ∈ {0}
+                                   .y ∈ {77})
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function h <- main.
+        Called from tests/value/struct_call.i:47.
+[value] Called Frama_C_show_each([-32768..32767], {{ NULL ; &S_c2_C }})
+[value] Recording results for h
+[value] Done for function h
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function create_A:
+  r.x ∈ {1}
+   .y ∈ {0}
+[value:final-states] Values at end of function g:
+  __retres ∈ {0; 77}
+[value:final-states] Values at end of function h:
+  
+[value:final-states] Values at end of function main1:
+  GG ∈ {0}
+  t{[0]; [1].x} ∈ {0}
+   [1].y ∈ {77}
+   [2..3] ∈ {0}
+  i ∈ {1}
+  init.x ∈ {1}
+      .y ∈ {0}
+[value:final-states] Values at end of function main:
+  GG ∈ {0}
+  t{[0]; [1].x} ∈ {0}
+   [1].y ∈ {77}
+   [2..3] ∈ {0}
+[from] Computing for function create_A
+[from] Done for function create_A
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function create_A:
+  \result FROM \nothing
+[from] Function g:
+  \result FROM s.y
+[from] Function h:
+  NO EFFECTS
+[from] Function main1:
+  GG FROM tt[1]
+  t[1].y FROM G
+  \result FROM G; t[1].x
+[from] Function main:
+  GG FROM tt[1]
+  t[1].y FROM G
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function create_A:
+          r
+[inout] Inputs for function create_A:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          \nothing
+[inout] Inputs for function h:
+          \nothing
+[inout] Out (internal) for function main1:
+          GG; t[1].y; i; init; tmp_0
+[inout] Inputs for function main1:
+          G; t[1]; tt[1]
+[inout] Out (internal) for function main:
+          GG; t[1].y
+[inout] Inputs for function main:
+          G; t[1]; tt[1]; C
diff --git a/tests/value/oracle_symblocs/struct_deps.err.oracle b/tests/value/oracle_symblocs/struct_deps.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/struct_deps.res.oracle b/tests/value/oracle_symblocs/struct_deps.res.oracle
new file mode 100644
index 00000000000..21741aa1499
--- /dev/null
+++ b/tests/value/oracle_symblocs/struct_deps.res.oracle
@@ -0,0 +1,37 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/struct_deps.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/struct_deps.i:12.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ [--..--]
+[value:final-states] Values at end of function main:
+  s ∈ [--..--]
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM ps; s.a
+[from] Function main:
+  \result FROM x
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          s.a
+[inout] Out (internal) for function main:
+          s; tmp
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/struct_incl.err.oracle b/tests/value/oracle_symblocs/struct_incl.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/struct_incl.res.oracle b/tests/value/oracle_symblocs/struct_incl.res.oracle
new file mode 100644
index 00000000000..affe8206600
--- /dev/null
+++ b/tests/value/oracle_symblocs/struct_incl.res.oracle
@@ -0,0 +1,57 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/struct_incl.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  tabst[0..9] ∈ {0}
+  tabst2[0..9] ∈ {0}
+  tab_s[0..1] ∈ {0}
+  tab_s1[0..1] ∈ {0}
+  tab_s2[0..1] ∈ {0}
+  tab_s3[0..1] ∈ {0}
+  tab_s4[0..1] ∈ {0}
+  s1 ∈ {0}
+  s2 ∈ {0}
+  s4 ∈ {0}
+  s5 ∈ {0}
+  s6 ∈ {0}
+  s8 ∈ {0}
+  s7 ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+  t ∈ {0}
+  v ∈ [--..--]
+tests/value/struct_incl.i:48:[value] warning: accessing out of bounds index. assert 10 < 10;
+tests/value/struct_incl.i:48:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
+[value] Recording results for main
+[value] done for function main
+tests/value/struct_incl.i:48:[value] assertion 'Value,index_bound' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  s1{.a; .d[0..2]} ∈ {2}
+    .d[3..4] ∈ {0}
+    .d[5] ∈ {7}
+    .d[6..7] ∈ {0}
+    .d[8..9] ∈ {8}
+    .b.a ∈ {3}
+    {.b.b; .e[0..9]} ∈ {0}
+    .c ∈ {{ &s1 }}
+  x ∈ {{ (long)&s1.d[9] }}
+  y ∈ {{ (long)&s1.b }}
+  z ∈ {{ (long)&s1.b }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  s1{{.a; .d[0..2]}; .d[5]; {.d[8..9]; .b.a}; .c} FROM \nothing
+  x FROM \nothing
+  y FROM \nothing
+  z FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          s1{{.a; .d[0..2]}; .d[5]; {.d[8..9]; .b.a}; .c}; x; y; z
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/struct_p_call.err.oracle b/tests/value/oracle_symblocs/struct_p_call.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/struct_p_call.res.oracle b/tests/value/oracle_symblocs/struct_p_call.res.oracle
new file mode 100644
index 00000000000..a9803dc4007
--- /dev/null
+++ b/tests/value/oracle_symblocs/struct_p_call.res.oracle
@@ -0,0 +1,42 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/struct_p_call.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/struct_p_call.i:14.
+[value] Recording results for f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  H1.v ∈ {1}
+    .[bits 8 to 31] ∈ UNINITIALIZED
+    .w ∈ {0}
+[value:final-states] Values at end of function main:
+  H1.v ∈ {1}
+    .[bits 8 to 31] ∈ UNINITIALIZED
+    .w ∈ {0}
+  __retres ∈ {1}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  H1{.v; .w} FROM G1
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          H1{.v; .w}
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          H1{.v; .w}; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/strucval.err.oracle b/tests/value/oracle_symblocs/strucval.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/strucval.res.oracle b/tests/value/oracle_symblocs/strucval.res.oracle
new file mode 100644
index 00000000000..ba10a1bd5d5
--- /dev/null
+++ b/tests/value/oracle_symblocs/strucval.res.oracle
@@ -0,0 +1,34 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/strucval.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function h <- main.
+        Called from tests/value/strucval.c:27.
+[value] using specification for function h
+[value] Done for function h
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  SharedData.FunctionCode ∈ {0}
+            .MachineNumber ∈ {1456}
+            .[bits 48 to 63] ∈ UNINITIALIZED
+            .Line ∈ {25}
+[from] Computing for function main
+[from] Computing for function h <-main
+[from] Done for function h
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function h:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          SharedData{{.FunctionCode; .MachineNumber}; .Line}
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/subset.err.oracle b/tests/value/oracle_symblocs/subset.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/subset.res.oracle b/tests/value/oracle_symblocs/subset.res.oracle
new file mode 100644
index 00000000000..0e1b79a3518
--- /dev/null
+++ b/tests/value/oracle_symblocs/subset.res.oracle
@@ -0,0 +1,126 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/subset.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..9] ∈ {0}
+  __fc_fopen[0..511] ∈ {0}
+  _p__fc_fopen ∈ {{ &__fc_fopen[0] }}
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/subset.c:71.
+tests/value/subset.c:16:[value] warning: assertion got status unknown.
+tests/value/subset.c:17:[value] assertion got status valid.
+tests/value/subset.c:18:[value] assertion got status valid.
+tests/value/subset.c:22:[value] warning: assertion got status unknown.
+[value] computing for function fopen <- main1 <- main.
+        Called from tests/value/subset.c:25.
+[value] using specification for function fopen
+[value] Done for function fopen
+tests/value/subset.c:26:[value] assertion got status valid.
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/subset.c:72.
+tests/value/subset.c:35:[value] assertion got status valid.
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/subset.c:73.
+tests/value/subset.c:40:[value] warning: accessing out of bounds index. assert 0 ≤ v;
+tests/value/subset.c:40:[value] warning: accessing out of bounds index. assert v < 10;
+tests/value/subset.c:41:[value] warning: accessing out of bounds index. assert 0 ≤ v;
+tests/value/subset.c:41:[value] warning: accessing out of bounds index. assert v < 300;
+tests/value/subset.c:42:[value] warning: assertion got status unknown.
+tests/value/subset.c:43:[value] warning: assertion got status unknown.
+tests/value/subset.c:45:[value] warning: assertion got status unknown.
+tests/value/subset.c:48:[value] warning: assertion got status unknown.
+tests/value/subset.c:49:[value] warning: assertion got status unknown.
+tests/value/subset.c:50:[value] warning: assertion got status unknown.
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/subset.c:74.
+tests/value/subset.c:55:[value] warning: accessing out of bounds index. assert 0 ≤ v;
+tests/value/subset.c:55:[value] warning: accessing out of bounds index. assert v < 10;
+tests/value/subset.c:56:[value] warning: assertion got status unknown.
+tests/value/subset.c:57:[value] warning: assertion got status unknown.
+tests/value/subset.c:59:[value] warning: assertion got status unknown.
+tests/value/subset.c:60:[value] warning: assertion got status unknown.
+tests/value/subset.c:61:[value] warning: assertion got status unknown.
+tests/value/subset.c:63:[value] warning: assertion got status unknown.
+tests/value/subset.c:64:[value] warning: assertion got status unknown.
+tests/value/subset.c:65:[value] assertion 'OK' got status valid.
+tests/value/subset.c:66:[value] warning: assertion 'KO' got status unknown.
+[value] Recording results for main4
+[value] Done for function main4
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  p ∈ {{ NULL ; &__fc_fopen + [0..14308],0%28 }}
+[value:final-states] Values at end of function main2:
+  x ∈ {1}
+  y ∈ {1}
+  z ∈ {1}
+[value:final-states] Values at end of function main3:
+  a[0..8] ∈ {5}
+   [9] ∈ [--..--]
+  b[0..100] ∈ [-10..10]
+   [101..299] ∈ [--..--]
+  z ∈ [-10..10]
+[value:final-states] Values at end of function main4:
+  a[0..4] ∈ {4; 5; 6; 7; 8}
+   [5] ∈ {5}
+   [6..9] ∈ {4; 5; 6; 7; 8}
+  k ∈ {4; 5; 6; 7; 8}
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main1
+[from] Computing for function fopen <-main1
+[from] Done for function fopen
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function fopen:
+  \result FROM _p__fc_fopen; "bla"
+[from] Function main1:
+  NO EFFECTS
+[from] Function main2:
+  NO EFFECTS
+[from] Function main3:
+  NO EFFECTS
+[from] Function main4:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          p
+[inout] Inputs for function main1:
+          _p__fc_fopen; "bla"
+[inout] Out (internal) for function main2:
+          x; y; z
+[inout] Inputs for function main2:
+          \nothing
+[inout] Out (internal) for function main3:
+          a[0..9]; b[0..299]; z
+[inout] Inputs for function main3:
+          v
+[inout] Out (internal) for function main4:
+          a[0..9]; k
+[inout] Inputs for function main4:
+          v
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          _p__fc_fopen; v; "bla"
diff --git a/tests/value/oracle_symblocs/switch.0.err.oracle b/tests/value/oracle_symblocs/switch.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/switch.0.res.oracle b/tests/value/oracle_symblocs/switch.0.res.oracle
new file mode 100644
index 00000000000..e1d86a71015
--- /dev/null
+++ b/tests/value/oracle_symblocs/switch.0.res.oracle
@@ -0,0 +1,40 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/switch.i (no preprocessing)
+tests/value/switch.i:52:[kernel] Case label 0xFFFFFFFF exceeds range of long for switch expression. Nothing to worry.
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  result1 ∈ {0}
+  result3 ∈ {0}
+  result4 ∈ {0}
+  result2 ∈ {7}
+  d2 ∈ {0}
+[value] Called Frama_C_show_each_F({0})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  result1 ∈ {0; 1; 2; 4}
+  result3 ∈ {0; 42}
+  result4 ∈ {0; 1; 2}
+  result2 ∈ {0; 7}
+  d2 ∈ [-0.0000000000000000 .. 1.9999999999999998*2^1023]
+  f ∈ [--..--]
+  __retres ∈ {0; 2; 77}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  result1 FROM d (and SELF)
+  result3 FROM c; f (and SELF)
+  result4 FROM c; l (and SELF)
+  result2 FROM c; e (and SELF)
+  d2 FROM c; d1 (and SELF)
+  \result FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          result1; result3; result4; result2; d2; f; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/switch.1.err.oracle b/tests/value/oracle_symblocs/switch.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/switch.1.res.oracle b/tests/value/oracle_symblocs/switch.1.res.oracle
new file mode 100644
index 00000000000..e1d86a71015
--- /dev/null
+++ b/tests/value/oracle_symblocs/switch.1.res.oracle
@@ -0,0 +1,40 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/switch.i (no preprocessing)
+tests/value/switch.i:52:[kernel] Case label 0xFFFFFFFF exceeds range of long for switch expression. Nothing to worry.
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  result1 ∈ {0}
+  result3 ∈ {0}
+  result4 ∈ {0}
+  result2 ∈ {7}
+  d2 ∈ {0}
+[value] Called Frama_C_show_each_F({0})
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  result1 ∈ {0; 1; 2; 4}
+  result3 ∈ {0; 42}
+  result4 ∈ {0; 1; 2}
+  result2 ∈ {0; 7}
+  d2 ∈ [-0.0000000000000000 .. 1.9999999999999998*2^1023]
+  f ∈ [--..--]
+  __retres ∈ {0; 2; 77}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  result1 FROM d (and SELF)
+  result3 FROM c; f (and SELF)
+  result4 FROM c; l (and SELF)
+  result2 FROM c; e (and SELF)
+  d2 FROM c; d1 (and SELF)
+  \result FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          result1; result3; result4; result2; d2; f; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/switch2.err.oracle b/tests/value/oracle_symblocs/switch2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/switch2.res.oracle b/tests/value/oracle_symblocs/switch2.res.oracle
new file mode 100644
index 00000000000..deaff769f40
--- /dev/null
+++ b/tests/value/oracle_symblocs/switch2.res.oracle
@@ -0,0 +1,47 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/switch2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/switch2.i:13.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/switch2.i:13.
+tests/value/switch2.i:13:[kernel] warning: Neither code nor specification for function g, generating default assigns from the prototype
+[value] using specification for function g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {3}
+[value:final-states] Values at end of function main:
+  exit_loop ∈ {3}
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function main
+[from] Computing for function g <-main
+[from] Done for function g
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x
+[from] Function g:
+  NO EFFECTS
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function main:
+          exit_loop; tmp_0; tmp_1; __retres
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/switch_cast.err.oracle b/tests/value/oracle_symblocs/switch_cast.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/switch_cast.res.oracle b/tests/value/oracle_symblocs/switch_cast.res.oracle
new file mode 100644
index 00000000000..93fb10f6519
--- /dev/null
+++ b/tests/value/oracle_symblocs/switch_cast.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/switch_cast.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ [--..--]
+[value] computing for function g <- main.
+        Called from tests/value/switch_cast.i:70.
+[value] Called Frama_C_show_each([1..241],1%2)
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function g:
+  x ∈ [0..15]
+  y ∈ [1..241],1%2
+[value:final-states] Values at end of function main:
+  x ∈ [0..15]
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function g:
+  x FROM x
+[from] Function main:
+  x FROM x
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function g:
+          x; y
+[inout] Inputs for function g:
+          x
+[inout] Out (internal) for function main:
+          x
+[inout] Inputs for function main:
+          x
diff --git a/tests/value/oracle_symblocs/symbolic_locs.err.oracle b/tests/value/oracle_symblocs/symbolic_locs.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/symbolic_locs.res.oracle b/tests/value/oracle_symblocs/symbolic_locs.res.oracle
new file mode 100644
index 00000000000..cbb84dd848c
--- /dev/null
+++ b/tests/value/oracle_symblocs/symbolic_locs.res.oracle
@@ -0,0 +1,228 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/symbolic_locs.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+  t[0..9] ∈ {0}
+  u[0..9] ∈ [--..--]
+[value] computing for function main2_kill_direct <- main.
+        Called from tests/value/symbolic_locs.i:72.
+tests/value/symbolic_locs.i:29:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 32
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value:d-symblocs] DUMPING SYMBLOCS STATE of file tests/value/symbolic_locs.i line 32
+                   V: {[ (l)t[i] -> {4} ]}
+                   Z: {[ (l)t[i] -> t[0..8]; i ]}
+                   I: {[ t -> {(l)t[i]}
+                         i -> {(l)t[i]} ]}
+                   S: {[ i -> {(l)t[i]} ]}
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 34
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {1}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value:d-symblocs] DUMPING SYMBLOCS STATE of file tests/value/symbolic_locs.i line 34
+                   V: {[  ]}
+                   Z: {[  ]}
+                   I: {[  ]}
+                   S: {[  ]}
+[value] Recording results for main2_kill_direct
+[value] Done for function main2_kill_direct
+[value] computing for function main3_kill_indirect <- main.
+        Called from tests/value/symbolic_locs.i:73.
+tests/value/symbolic_locs.i:41:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 44
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value:d-symblocs] DUMPING SYMBLOCS STATE of file tests/value/symbolic_locs.i line 44
+                   V: {[ (l)t[i] -> {4} ]}
+                   Z: {[ (l)t[i] -> t[0..8]; i ]}
+                   I: {[ t -> {(l)t[i]}
+                         i -> {(l)t[i]} ]}
+                   S: {[ i -> {(l)t[i]} ]}
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 46
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4}
+         [2] ∈ {0; 1; 4}
+         [3..8] ∈ {0; 4}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ {8}
+        =END OF DUMP==
+[value:d-symblocs] DUMPING SYMBLOCS STATE of file tests/value/symbolic_locs.i line 46
+                   V: {[  ]}
+                   Z: {[  ]}
+                   I: {[  ]}
+                   S: {[  ]}
+[value] Recording results for main3_kill_indirect
+[value] Done for function main3_kill_indirect
+[value] computing for function main4_scope_right <- main.
+        Called from tests/value/symbolic_locs.i:74.
+tests/value/symbolic_locs.i:51:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 55
+        v ∈ [--..--]
+        t[0..1] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [2] ∈ {{ NULL + {0; 1; 4} ; (int)&x }}
+         [3..8] ∈ {{ NULL + {0; 4} ; (int)&x }}
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        x ∈ UNINITIALIZED
+        =END OF DUMP==
+[value:d-symblocs] DUMPING SYMBLOCS STATE of file tests/value/symbolic_locs.i line 55
+                   V: {[ (l)t[i] -> {{ &x }} ]}
+                   Z: {[ (l)t[i] -> t[0..8]; i ]}
+                   I: {[ t -> {(l)t[i]}
+                         i -> {(l)t[i]} ]}
+                   S: {[ i -> {(l)t[i]}
+                         x -> {(l)t[i]} ]}
+tests/value/symbolic_locs.i:55:[value] warning: locals {x} escaping the scope of a block of main4_scope_right through t
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 57
+        v ∈ [--..--]
+        t[0..1] ∈ {0; 4} or ESCAPINGADDR
+         [2] ∈ {0; 1; 4} or ESCAPINGADDR
+         [3..8] ∈ {0; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        i ∈ [0..8]
+        =END OF DUMP==
+[value:d-symblocs] DUMPING SYMBLOCS STATE of file tests/value/symbolic_locs.i line 57
+                   V: {[  ]}
+                   Z: {[  ]}
+                   I: {[  ]}
+                   S: {[  ]}
+[value] Recording results for main4_scope_right
+[value] Done for function main4_scope_right
+[value] computing for function main5_scope_lv <- main.
+        Called from tests/value/symbolic_locs.i:75.
+tests/value/symbolic_locs.i:63:[value] warning: assertion got status unknown.
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 65
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        i ∈ [0..8]
+        =END OF DUMP==
+[value:d-symblocs] DUMPING SYMBLOCS STATE of file tests/value/symbolic_locs.i line 65
+                   V: {[ (l)t[i] -> {1} ]}
+                   Z: {[ (l)t[i] -> t[0..8]; i ]}
+                   I: {[ t -> {(l)t[i]}
+                         i -> {(l)t[i]} ]}
+                   S: {[ i -> {(l)t[i]} ]}
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 67
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        z ∈ {1}
+        =END OF DUMP==
+[value:d-symblocs] DUMPING SYMBLOCS STATE of file tests/value/symbolic_locs.i line 67
+                   V: {[  ]}
+                   Z: {[  ]}
+                   I: {[  ]}
+                   S: {[  ]}
+[value] Recording results for main5_scope_lv
+[value] Done for function main5_scope_lv
+[value] DUMPING STATE of file tests/value/symbolic_locs.i line 76
+        v ∈ [--..--]
+        t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+         [9] ∈ {0}
+        u[0..9] ∈ [--..--]
+        =END OF DUMP==
+[value:d-symblocs] DUMPING SYMBLOCS STATE of file tests/value/symbolic_locs.i line 76
+                   V: {[  ]}
+                   Z: {[  ]}
+                   I: {[  ]}
+                   S: {[  ]}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2_kill_direct:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {1}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main3_kill_indirect:
+  t[0..1] ∈ {0; 4}
+   [2] ∈ {0; 1; 4}
+   [3..8] ∈ {0; 4}
+   [9] ∈ {0}
+  i ∈ {8}
+[value:final-states] Values at end of function main4_scope_right:
+  t[0..1] ∈ {0; 4} or ESCAPINGADDR
+   [2] ∈ {0; 1; 4} or ESCAPINGADDR
+   [3..8] ∈ {0; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  i ∈ [0..8]
+[value:final-states] Values at end of function main5_scope_lv:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+  z ∈ {1}
+[value:final-states] Values at end of function main:
+  t[0..8] ∈ {0; 1; 4} or ESCAPINGADDR
+   [9] ∈ {0}
+[from] Computing for function main2_kill_direct
+[from] Computing for function Frama_C_dump_each <-main2_kill_direct
+[from] Done for function Frama_C_dump_each
+[from] Done for function main2_kill_direct
+[from] Computing for function main3_kill_indirect
+[from] Done for function main3_kill_indirect
+[from] Computing for function main4_scope_right
+[from] Done for function main4_scope_right
+[from] Computing for function main5_scope_lv
+[from] Done for function main5_scope_lv
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2_kill_direct:
+  t{[0..1]; [3..8]} FROM v (and SELF)
+   [2] FROM \nothing
+[from] Function main3_kill_indirect:
+  t[0..8] FROM v (and SELF)
+[from] Function main4_scope_right:
+  t[0..8] FROM v (and SELF)
+[from] Function main5_scope_lv:
+  t[0..8] FROM v (and SELF)
+[from] Function main:
+  t[0..8] FROM v (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2_kill_direct:
+          t[0..8]; i
+[inout] Inputs for function main2_kill_direct:
+          v
+[inout] Out (internal) for function main3_kill_indirect:
+          t[0..8]; i
+[inout] Inputs for function main3_kill_indirect:
+          v
+[inout] Out (internal) for function main4_scope_right:
+          t[0..8]; i
+[inout] Inputs for function main4_scope_right:
+          v
+[inout] Out (internal) for function main5_scope_lv:
+          t[0..8]; z; i
+[inout] Inputs for function main5_scope_lv:
+          v
+[inout] Out (internal) for function main:
+          t[0..8]
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/tab.err.oracle b/tests/value/oracle_symblocs/tab.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/tab.res.oracle b/tests/value/oracle_symblocs/tab.res.oracle
new file mode 100644
index 00000000000..999fa3165dc
--- /dev/null
+++ b/tests/value/oracle_symblocs/tab.res.oracle
@@ -0,0 +1,52 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/tab.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {55}
+  y ∈ {77}
+  t[0..3] ∈ {0}
+  TT[0][0] ∈ {0}
+    [0][1..2] ∈ {1}
+    {[0][3..4]; [1][0..4]; [2][0]} ∈ {0}
+    [2][1] ∈ {1}
+    {[2][2..4]; [3..4][0..4]} ∈ {0}
+  TTT[0][0] ∈ {1}
+     [0][1] ∈ {2}
+     [0][2] ∈ {3}
+     [0][3] ∈ {4}
+     [0][4] ∈ {5}
+     [1][0..4] ∈ {0}
+     [2][0] ∈ {1}
+     {[2][1..4]; [3..4][0..4]} ∈ {0}
+[value] computing for function any_int <- main.
+        Called from tests/value/tab.c:11.
+[value] using specification for function any_int
+[value] Done for function any_int
+tests/value/tab.c:12:[value] warning: accessing out of bounds index. assert 0 ≤ i;
+tests/value/tab.c:12:[value] warning: accessing out of bounds index. assert i < 4;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0] ∈ {0; 1}
+   [1] ∈ {77}
+   [2..3] ∈ {0; 1}
+  i ∈ {0; 1; 2; 3}
+[from] Computing for function main
+[from] Computing for function any_int <-main
+[from] Done for function any_int
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function any_int:
+  \result FROM \nothing
+[from] Function main:
+  t{[0]; [2..3]} FROM \nothing (and SELF)
+   [1] FROM y
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t[0..3]; i
+[inout] Inputs for function main:
+          y
diff --git a/tests/value/oracle_symblocs/tab1.err.oracle b/tests/value/oracle_symblocs/tab1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/tab1.res.oracle b/tests/value/oracle_symblocs/tab1.res.oracle
new file mode 100644
index 00000000000..62889f2ca34
--- /dev/null
+++ b/tests/value/oracle_symblocs/tab1.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/tab1.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G[0..9] ∈ {0}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  G[0] ∈ [0..2147483647]
+   [1] ∈ [-2147483648..0]
+   [2..9] ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  G[0..1] FROM x (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          G[0..1]
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/termination.err.oracle b/tests/value/oracle_symblocs/termination.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/termination.res.oracle b/tests/value/oracle_symblocs/termination.res.oracle
new file mode 100644
index 00000000000..f5ffd38d230
--- /dev/null
+++ b/tests/value/oracle_symblocs/termination.res.oracle
@@ -0,0 +1,38 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/termination.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G[0..9] ∈ {0}
+  X ∈ {0}
+[value] computing for function loop <- main.
+        Called from tests/value/termination.i:33.
+[value] Recording results for loop
+[value] Done for function loop
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function loop:
+  X ∈ {2}
+[value:final-states] Values at end of function main:
+  X ∈ {2}
+[from] Computing for function loop
+[from] Done for function loop
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function loop:
+  X FROM \nothing
+[from] Function main:
+  X FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function loop:
+          X
+[inout] Inputs for function loop:
+          \nothing
+[inout] Out (internal) for function main:
+          X; tmp
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/test.0.err.oracle b/tests/value/oracle_symblocs/test.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/test.0.res.oracle b/tests/value/oracle_symblocs/test.0.res.oracle
new file mode 100644
index 00000000000..6bb23afb029
--- /dev/null
+++ b/tests/value/oracle_symblocs/test.0.res.oracle
@@ -0,0 +1,38 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/test.i (no preprocessing)
+[value] Analyzing a complete application starting at inst_F6
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/test.i:9:[value] entering loop for the first time
+tests/value/test.i:10:[value] entering loop for the first time
+tests/value/test.i:11:[value] entering loop for the first time
+tests/value/test.i:11:[value] warning: out of bounds read. assert \valid_read(v+j);
+tests/value/test.i:11:[value] warning: out of bounds read. assert \valid_read(v+(int)(j+ecart));
+tests/value/test.i:13:[value] warning: out of bounds read. assert \valid_read(v+(int)(j+ecart));
+tests/value/test.i:14:[value] warning: out of bounds write. assert \valid(v+(int)(j+ecart));
+tests/value/test.i:11:[value] warning: signed overflow. assert j+ecart ≤ 2147483647;
+[value] Recording results for inst_F6
+[value] done for function inst_F6
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function inst_F6:
+  t[0] ∈ UNINITIALIZED
+   [1] ∈ {4}
+   [2] ∈ UNINITIALIZED
+  i ∈ [1..2147483647] or UNINITIALIZED
+  j ∈ [-1073741822..1]
+  ecart ∈ [-1073741824..0]
+  tmp ∈ [-2147483647..2147483647] or UNINITIALIZED
+  S_v[0..1] ∈ [--..--]
+[from] Computing for function inst_F6
+[from] Done for function inst_F6
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function inst_F6:
+  S_v[0..1] FROM v; n; S_v[0..1] (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function inst_F6:
+          t[1]; i; j; ecart; tmp; i_0; S_v[0..1]
+[inout] Inputs for function inst_F6:
+          S_v[0..1]
diff --git a/tests/value/oracle_symblocs/test.1.err.oracle b/tests/value/oracle_symblocs/test.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/test.1.res.oracle b/tests/value/oracle_symblocs/test.1.res.oracle
new file mode 100644
index 00000000000..333d9cc043b
--- /dev/null
+++ b/tests/value/oracle_symblocs/test.1.res.oracle
@@ -0,0 +1,24 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/test.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  t[0] ∈ {99}
+   [1..88887] ∈ UNINITIALIZED
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          t[0..1]
+[inout] Inputs for function f:
+          \nothing
diff --git a/tests/value/oracle_symblocs/test_arith.err.oracle b/tests/value/oracle_symblocs/test_arith.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/test_arith.res.oracle b/tests/value/oracle_symblocs/test_arith.res.oracle
new file mode 100644
index 00000000000..3e93832c4f6
--- /dev/null
+++ b/tests/value/oracle_symblocs/test_arith.res.oracle
@@ -0,0 +1,52 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/test_arith.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..9] ∈ {0}
+  j ∈ {0}
+  k ∈ {0}
+  ecart ∈ {0}
+  tmp ∈ {0}
+  pptr ∈ {0}
+  ptr ∈ {0}
+  qtr ∈ {0}
+  m1 ∈ {0}
+  m2 ∈ {0}
+  m3 ∈ {0}
+  G ∈ {0}
+tests/value/test_arith.c:16:[value] warning: signed overflow. assert n+1 ≤ 2147483647;
+tests/value/test_arith.c:18:[value] warning: signed overflow. assert -2147483648 ≤ (int)ptr+1;
+tests/value/test_arith.c:18:[value] warning: signed overflow. assert (int)ptr+1 ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  t[0..4] ∈ {0}
+   [5] ∈ {11}
+   [6..9] ∈ {0}
+  j ∈ {23}
+  k ∈ {{ &t + {5} }}
+  ecart ∈ {2}
+  pptr ∈ {{ &ptr }}
+  ptr ∈ {{ &t[1] }}
+  qtr ∈ {{ &t[2] }}
+  n ∈ [-2147483647..2147483647]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  t{[1]; [5]} FROM \nothing
+  j FROM \nothing
+  k FROM \nothing
+  ecart FROM \nothing
+  pptr FROM \nothing
+  ptr FROM \nothing
+  qtr FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          t{[1]; [5]}; j; k; ecart; pptr; ptr; qtr; n
+[inout] Inputs for function main:
+          t{[1]; [5]}; j; ptr
diff --git a/tests/value/oracle_symblocs/threat_array.err.oracle b/tests/value/oracle_symblocs/threat_array.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/threat_array.res.oracle b/tests/value/oracle_symblocs/threat_array.res.oracle
new file mode 100644
index 00000000000..a0bade4a940
--- /dev/null
+++ b/tests/value/oracle_symblocs/threat_array.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/threat_array.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  T[0..9] ∈ {0}
+  p ∈ {0}
+tests/value/threat_array.i:5:[value] warning: assertion got status unknown.
+tests/value/threat_array.i:7:[value] assertion got status valid.
+tests/value/threat_array.i:12:[value] assertion got status valid.
+tests/value/threat_array.i:15:[value] warning: accessing out of bounds index. assert 0 ≤ c;
+tests/value/threat_array.i:15:[value] warning: accessing out of bounds index. assert c < 10;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  T[0..9] ∈ {0; 4}
+  p ∈ {{ (int (*)[10])&T[5] }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  T[0..9] FROM c (and SELF)
+  p FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          T[0..9]; p
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/threat_if.err.oracle b/tests/value/oracle_symblocs/threat_if.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/threat_if.res.oracle b/tests/value/oracle_symblocs/threat_if.res.oracle
new file mode 100644
index 00000000000..bf20b81015c
--- /dev/null
+++ b/tests/value/oracle_symblocs/threat_if.res.oracle
@@ -0,0 +1,44 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/threat_if.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  i ∈ {0}
+  X ∈ {-992}
+tests/value/threat_if.i:14:[value] warning: out of bounds write. assert \valid(p);
+[value] computing for function printf <- main.
+        Called from tests/value/threat_if.i:18.
+tests/value/threat_if.i:18:[kernel] warning: Neither code nor specification for function printf, generating default assigns from the prototype
+[value] using specification for function printf
+[value] Done for function printf
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ NULL ; &l }}
+  l ∈ {0; 1}
+  G ∈ {-126}
+  c ∈ {-126}
+  __retres ∈ {-126}
+[from] Computing for function main
+[from] Computing for function printf <-main
+[from] Done for function printf
+tests/value/threat_if.i:18:[from] warning: variadic call detected. Using only 1 argument(s).
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function printf:
+  NO EFFECTS
+[from] Function main:
+  p FROM i_0 (and SELF)
+  l FROM p; i_0 (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; l; G; c; __retres
+[inout] Inputs for function main:
+          p
diff --git a/tests/value/oracle_symblocs/threat_redundant.err.oracle b/tests/value/oracle_symblocs/threat_redundant.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/threat_redundant.res.oracle b/tests/value/oracle_symblocs/threat_redundant.res.oracle
new file mode 100644
index 00000000000..b402b5bc853
--- /dev/null
+++ b/tests/value/oracle_symblocs/threat_redundant.res.oracle
@@ -0,0 +1,51 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/threat_redundant.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s1[0] ∈ {97}
+    [1] ∈ {98}
+    [2] ∈ {97}
+    [3] ∈ {98}
+    [4] ∈ {97}
+    [5] ∈ {98}
+    [6] ∈ {97}
+    [7] ∈ {98}
+    [8] ∈ {97}
+    [9] ∈ {98}
+  x ∈ {0}
+[value] computing for function strchr <- main.
+        Called from tests/value/threat_redundant.c:16.
+tests/value/threat_redundant.c:5:[value] entering loop for the first time
+tests/value/threat_redundant.c:5:[value] warning: out of bounds read. assert \valid_read(s);
+[value] Recording results for strchr
+[value] Done for function strchr
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function strchr:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function strchr
+[from] Non-terminating function strchr (no dependencies)
+[from] Done for function strchr
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function strchr:
+  NON TERMINATING - NO EFFECTS
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function strchr:
+          s
+[inout] Inputs for function strchr:
+          s1[0..9]
+[inout] Out (internal) for function main:
+          x
+[inout] Inputs for function main:
+          s1[0..9]
diff --git a/tests/value/oracle_symblocs/tricky_logic.err.oracle b/tests/value/oracle_symblocs/tricky_logic.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/tricky_logic.res.oracle b/tests/value/oracle_symblocs/tricky_logic.res.oracle
new file mode 100644
index 00000000000..d98cd34abb1
--- /dev/null
+++ b/tests/value/oracle_symblocs/tricky_logic.res.oracle
@@ -0,0 +1,117 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/tricky_logic.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  vol ∈ [--..--]
+  str ∈ {{ "abc" }}
+  x ∈ {0}
+  y ∈ {0}
+tests/value/tricky_logic.i:56:[value] function main: precondition got status valid.
+[value] computing for function f1 <- main.
+        Called from tests/value/tricky_logic.i:58.
+tests/value/tricky_logic.i:15:[value] assertion got status valid.
+tests/value/tricky_logic.i:16:[value] assertion got status valid.
+[value] Recording results for f1
+[value] Done for function f1
+[value] computing for function f2 <- main.
+        Called from tests/value/tricky_logic.i:62.
+tests/value/tricky_logic.i:23:[value] assertion got status valid.
+tests/value/tricky_logic.i:24:[value] assertion got status valid.
+[value] Recording results for f2
+[value] Done for function f2
+[value] computing for function f3 <- main.
+        Called from tests/value/tricky_logic.i:65.
+tests/value/tricky_logic.i:29:[value] assertion got status valid.
+tests/value/tricky_logic.i:30:[value] assertion got status valid.
+tests/value/tricky_logic.i:31:[value] warning: assertion got status unknown.
+[value] Recording results for f3
+[value] Done for function f3
+[value] computing for function f4 <- main.
+        Called from tests/value/tricky_logic.i:67.
+[value] computing for function g4 <- f4 <- main.
+        Called from tests/value/tricky_logic.i:51.
+tests/value/tricky_logic.i:38:[value] assertion got status valid.
+tests/value/tricky_logic.i:39:[value] warning: assertion got status unknown.
+[value] Recording results for g4
+[value] Done for function g4
+tests/value/tricky_logic.i:52:[value] assertion got status valid.
+tests/value/tricky_logic.i:53:[value] assertion got status valid.
+[value] Recording results for f4
+[value] Done for function f4
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f1:
+  
+[value:final-states] Values at end of function f2:
+  x ∈ {4}
+  y ∈ {5}
+[value:final-states] Values at end of function f3:
+  
+[value:final-states] Values at end of function g4:
+  s.i1 ∈ {3}
+   .i2 ∈ {2} or UNINITIALIZED
+  x_0 ∈ {1}
+[value:final-states] Values at end of function f4:
+  p ∈ {{ &z }}
+  q ∈ {{ &x }}
+  s.i1 ∈ {1} or UNINITIALIZED
+   .i2 ∈ {2} or UNINITIALIZED
+[value:final-states] Values at end of function main:
+  x ∈ {2; 3}
+  y ∈ {5}
+[from] Computing for function f1
+[from] Done for function f1
+[from] Computing for function f2
+[from] Done for function f2
+[from] Computing for function f3
+[from] Done for function f3
+[from] Computing for function g4
+[from] Done for function g4
+[from] Computing for function f4
+[from] Done for function f4
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f1:
+  NO EFFECTS
+[from] Function f2:
+  x FROM \nothing
+  y FROM \nothing
+[from] Function f3:
+  NO EFFECTS
+[from] Function g4:
+  NO EFFECTS
+[from] Function f4:
+  NO EFFECTS
+[from] Function main:
+  x FROM vol
+  y FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f1:
+          \nothing
+[inout] Inputs for function f1:
+          \nothing
+[inout] Out (internal) for function f2:
+          x; y
+[inout] Inputs for function f2:
+          \nothing
+[inout] Out (internal) for function f3:
+          \nothing
+[inout] Inputs for function f3:
+          \nothing
+[inout] Out (internal) for function g4:
+          s.i1; x_0
+[inout] Inputs for function g4:
+          \nothing
+[inout] Out (internal) for function f4:
+          p; q; s
+[inout] Inputs for function f4:
+          vol
+[inout] Out (internal) for function main:
+          x; y
+[inout] Inputs for function main:
+          vol
diff --git a/tests/value/oracle_symblocs/typedef_function.err.oracle b/tests/value/oracle_symblocs/typedef_function.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/typedef_function.res.oracle b/tests/value/oracle_symblocs/typedef_function.res.oracle
new file mode 100644
index 00000000000..7fd50995db9
--- /dev/null
+++ b/tests/value/oracle_symblocs/typedef_function.res.oracle
@@ -0,0 +1,25 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/typedef_function.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G209[0] ∈ {0}
+      [1] ∈ {{ &F476 }}
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; __retres
+[inout] Inputs for function main:
+          G209[0]
diff --git a/tests/value/oracle_symblocs/typeof.err.oracle b/tests/value/oracle_symblocs/typeof.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/typeof.res.oracle b/tests/value/oracle_symblocs/typeof.res.oracle
new file mode 100644
index 00000000000..ff60b8908db
--- /dev/null
+++ b/tests/value/oracle_symblocs/typeof.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/typeof.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/ulongvslonglong.0.err.oracle b/tests/value/oracle_symblocs/ulongvslonglong.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/ulongvslonglong.0.res.oracle b/tests/value/oracle_symblocs/ulongvslonglong.0.res.oracle
new file mode 100644
index 00000000000..753e7a96cea
--- /dev/null
+++ b/tests/value/oracle_symblocs/ulongvslonglong.0.res.oracle
@@ -0,0 +1,18 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/ulongvslonglong.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  x2 ∈ {0}
+  x9[0..5][0..1] ∈ {0}
+tests/value/ulongvslonglong.i:12:[value] entering loop for the first time
+tests/value/ulongvslonglong.i:14:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {1}
+  x2 ∈ {2793414595}
+  x9[0..5][0..1] ∈ {0; 1}
diff --git a/tests/value/oracle_symblocs/ulongvslonglong.1.err.oracle b/tests/value/oracle_symblocs/ulongvslonglong.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/ulongvslonglong.1.res.oracle b/tests/value/oracle_symblocs/ulongvslonglong.1.res.oracle
new file mode 100644
index 00000000000..27a5c6db901
--- /dev/null
+++ b/tests/value/oracle_symblocs/ulongvslonglong.1.res.oracle
@@ -0,0 +1,18 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/ulongvslonglong.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  x ∈ {0}
+  x2 ∈ {0}
+  x9[0..5][0..1] ∈ {0}
+tests/value/ulongvslonglong.i:12:[value] entering loop for the first time
+tests/value/ulongvslonglong.i:14:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {0}
+  x2 ∈ {-1501552701}
+  x9[0..5][0..1] ∈ {0; 1}
diff --git a/tests/value/oracle_symblocs/undef_behavior_bts1059.err.oracle b/tests/value/oracle_symblocs/undef_behavior_bts1059.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/undef_behavior_bts1059.res.oracle b/tests/value/oracle_symblocs/undef_behavior_bts1059.res.oracle
new file mode 100644
index 00000000000..c33b3c9af03
--- /dev/null
+++ b/tests/value/oracle_symblocs/undef_behavior_bts1059.res.oracle
@@ -0,0 +1,47 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/undef_behavior_bts1059.i (no preprocessing)
+tests/value/undef_behavior_bts1059.i:15:[kernel] warning: Unspecified sequence with side effect:
+                  /* a <- 
+                  */
+                  
+                  if (b) tmp = 1;
+                  else {
+                    a ++;
+                    if (a == 2) tmp = 1; else tmp = 0;
+                  }
+                  /* a <-  */
+                  a = tmp;
+tests/value/undef_behavior_bts1059.i:23:[kernel] warning: Unspecified sequence with side effect:
+                  /*  <-  */
+                  tmp_4 = a;
+                  /* a <-  */
+                  a ++;
+                  /* a <- tmp_4 */
+                  a = tmp_4;
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  c ∈ [--..--]
+tests/value/undef_behavior_bts1059.i:15:[value] warning: undefined multiple accesses in expression. assert \separated(&a, &a);
+tests/value/undef_behavior_bts1059.i:23:[value] warning: undefined multiple accesses in expression. assert \separated(&a, &a);
+[value] Recording results for main
+[value] done for function main
+tests/value/undef_behavior_bts1059.i:15:[value] assertion 'Value,separation' got final status invalid.
+tests/value/undef_behavior_bts1059.i:23:[value] assertion 'Value,separation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  a ∈ {1}
+  b ∈ {2}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          a; b; tmp_0; tmp_1; tmp_2; tmp_3; __retres
+[inout] Inputs for function main:
+          c
diff --git a/tests/value/oracle_symblocs/undef_fct.err.oracle b/tests/value/oracle_symblocs/undef_fct.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/undef_fct.res.oracle b/tests/value/oracle_symblocs/undef_fct.res.oracle
new file mode 100644
index 00000000000..ce6a8721c68
--- /dev/null
+++ b/tests/value/oracle_symblocs/undef_fct.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/undef_fct.i (no preprocessing)
+tests/value/undef_fct.i:3:[kernel] warning: Calling undeclared function f. Old style K&R code?
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function f <- main.
+        Called from tests/value/undef_fct.i:3.
+tests/value/undef_fct.i:3:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] using specification for function f
+[value] Done for function f
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main
+[from] Computing for function f <-main
+[from] Done for function f
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x_0
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          tmp
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/undefined_sequence.0.err.oracle b/tests/value/oracle_symblocs/undefined_sequence.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/undefined_sequence.0.res.oracle b/tests/value/oracle_symblocs/undefined_sequence.0.res.oracle
new file mode 100644
index 00000000000..c3e750a0525
--- /dev/null
+++ b/tests/value/oracle_symblocs/undefined_sequence.0.res.oracle
@@ -0,0 +1,213 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/undefined_sequence.i (no preprocessing)
+tests/value/undefined_sequence.i:16:[kernel] warning: Unspecified sequence with side effect:
+                  /*  <-  */
+                  tmp = r;
+                  /* r <-  */
+                  r ++;
+                  /* r <- tmp */
+                  r = tmp;
+tests/value/undefined_sequence.i:28:[kernel] warning: Unspecified sequence with side effect:
+                  /* d <-  */
+                  d = 0;
+                  /*  <- d */
+tests/value/undefined_sequence.i:35:[kernel] warning: Unspecified sequence with side effect:
+                  /* x <-  */
+                  x = 0;
+                  /* *y <- y */
+                  tmp = 1;
+                  *y = tmp;
+                  /* i <-  */
+                  i = x + tmp;
+tests/value/undefined_sequence.i:44:[kernel] warning: Unspecified sequence with side effect:
+                  /*  <-  */
+                  tmp_4 = j;
+                  /* j <-  */
+                  j ++;
+                  /* G[j] <- j G[tmp_4] tmp_4 */
+                  G[j] = G[tmp_4];
+tests/value/undefined_sequence.i:45:[kernel] warning: Unspecified sequence with side effect:
+                  /*  <-  */
+                  tmp_5 = i;
+                  /* i <-  */
+                  i ++;
+                  /* G[tmp_5] <- tmp_5 G[i] i */
+                  G[tmp_5] = G[i];
+tests/value/undefined_sequence.i:50:[kernel] warning: Unspecified sequence with side effect:
+                  /*  <-  */
+                  tmp_6 = j;
+                  /* j <-  */
+                  j ++;
+                  /* G[j] <- j G[tmp_6] tmp_6 */
+                  G[j] += G[tmp_6];
+tests/value/undefined_sequence.i:51:[kernel] warning: Unspecified sequence with side effect:
+                  /*  <-  */
+                  tmp_7 = i;
+                  /* i <-  */
+                  i ++;
+                  /* G[tmp_7] <- tmp_7 G[i] i */
+                  G[tmp_7] += G[i];
+tests/value/undefined_sequence.i:53:[kernel] warning: Unspecified sequence with side effect:
+                  /*  <- x */
+                  { /* sequence */
+                    tmp_8 = g(3);
+                    
+                  }
+                  tmp_9 = f(tmp_8 + x);
+                  /*  <-  */
+                  tmp_10 = x;
+                  /* x <-  */
+                  x ++;
+                  /* i <- tmp_10 */
+                  i = tmp_9 + tmp_10;
+tests/value/undefined_sequence.i:67:[kernel] warning: Unspecified sequence with side effect:
+                  /* my_f <- g */
+                  my_f = & g;
+                  tmp_16 = f(1);
+                  /*  <- my_f */
+                  tmp_17 = (*my_f)(2);
+                  /*  <-  */
+                  tmp_18 = tmp_16 + tmp_17;
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G[0..9] ∈ {0}
+  c ∈ [--..--]
+  r ∈ {0}
+  H ∈ {0}
+tests/value/undefined_sequence.i:35:[value] warning: undefined multiple accesses in expression. assert \separated(&x, y);
+tests/value/undefined_sequence.i:36:[value] entering loop for the first time
+tests/value/undefined_sequence.i:38:[value] entering loop for the first time
+tests/value/undefined_sequence.i:40:[value] entering loop for the first time
+tests/value/undefined_sequence.i:40:[value] warning: signed overflow.
+                 assert G[tmp_2]+G[tmp_3] ≤ 2147483647;
+                 (tmp_2 from j++, tmp_3 from i++)
+tests/value/undefined_sequence.i:43:[value] entering loop for the first time
+tests/value/undefined_sequence.i:44:[value] warning: undefined multiple accesses in expression. assert \separated(&j, &j);
+tests/value/undefined_sequence.i:45:[value] warning: undefined multiple accesses in expression. assert \separated(&i, &i);
+tests/value/undefined_sequence.i:49:[value] entering loop for the first time
+tests/value/undefined_sequence.i:50:[value] warning: undefined multiple accesses in expression. assert \separated(&j, &j);
+tests/value/undefined_sequence.i:51:[value] warning: undefined multiple accesses in expression. assert \separated(&i, &i);
+tests/value/undefined_sequence.i:53:[value] warning: undefined multiple accesses in expression. assert \separated(&x, &x);
+[value] computing for function g <- main.
+        Called from tests/value/undefined_sequence.i:54.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/undefined_sequence.i:54.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function h <- main.
+        Called from tests/value/undefined_sequence.i:56.
+tests/value/undefined_sequence.i:16:[value] warning: undefined multiple accesses in expression. assert \separated(&r, &r);
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function h <- main.
+        Called from tests/value/undefined_sequence.i:56.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function func <- main.
+        Called from tests/value/undefined_sequence.i:60.
+[value] Recording results for func
+[value] Done for function func
+[value] computing for function ub_ret <- main.
+        Called from tests/value/undefined_sequence.i:65.
+tests/value/undefined_sequence.i:28:[value] warning: undefined multiple accesses in expression. assert \separated(&d, &d);
+[value] Recording results for ub_ret
+[value] Done for function ub_ret
+tests/value/undefined_sequence.i:67:[value] warning: undefined multiple accesses in expression. assert \separated(&my_f, &my_f);
+[value] Recording results for main
+[value] done for function main
+tests/value/undefined_sequence.i:16:[value] assertion 'Value,separation' got final status invalid.
+tests/value/undefined_sequence.i:28:[value] assertion 'Value,separation' got final status invalid.
+tests/value/undefined_sequence.i:35:[value] assertion 'Value,separation' got final status invalid.
+tests/value/undefined_sequence.i:44:[value] assertion 'Value,separation' got final status invalid.
+tests/value/undefined_sequence.i:45:[value] assertion 'Value,separation' got final status invalid.
+tests/value/undefined_sequence.i:50:[value] assertion 'Value,separation' got final status invalid.
+tests/value/undefined_sequence.i:51:[value] assertion 'Value,separation' got final status invalid.
+tests/value/undefined_sequence.i:53:[value] assertion 'Value,separation' got final status invalid.
+tests/value/undefined_sequence.i:67:[value] assertion 'Value,separation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {6}
+[value:final-states] Values at end of function func:
+  __retres ∈ {5; 6}
+[value:final-states] Values at end of function g:
+  __retres ∈ {5}
+[value:final-states] Values at end of function h:
+  r ∈ {1; 2}
+  H ∈ {0; 1}
+  i ∈ {0; 1}
+[value:final-states] Values at end of function ub_ret:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  G[0..1] ∈ [0..2147483647]
+   [2] ∈ {0; 1}
+   [3..9] ∈ [0..2147483647]
+  r ∈ {0; 1}
+  H ∈ {0; 1}
+  x ∈ {6}
+  y ∈ {{ &G[2] }}
+  i ∈ {0}
+  j ∈ {0}
+  my_f ∈ {{ &f }}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function func
+[from] Done for function func
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function ub_ret
+[from] Non-terminating function ub_ret (no dependencies)
+[from] Done for function ub_ret
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x
+[from] Function func:
+  \result FROM x; y
+[from] Function g:
+  \result FROM x
+[from] Function h:
+  r FROM r
+  H FROM r
+  \result FROM r
+[from] Function ub_ret:
+  NON TERMINATING - NO EFFECTS
+[from] Function main:
+  G{[0..1]; [3..9]} FROM G[0..9] (and SELF)
+   [2] FROM G[0..9]
+  r FROM r; a (and SELF)
+  H FROM r; a (and SELF)
+  \result FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function func:
+          __retres
+[inout] Inputs for function func:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          r; H; i; tmp_0
+[inout] Inputs for function h:
+          c; r
+[inout] Out (internal) for function ub_ret:
+          d
+[inout] Inputs for function ub_ret:
+          \nothing
+[inout] Out (internal) for function main:
+          G[0..9]; r; H; x; y; i; j; tmp_0; tmp_1; tmp_2; tmp_3; tmp_11; tmp_12;
+          tmp_13; tmp_14; tmp_15; my_f; tmp_18
+[inout] Inputs for function main:
+          G[0..9]; c; r
diff --git a/tests/value/oracle_symblocs/undefined_sequence.1.err.oracle b/tests/value/oracle_symblocs/undefined_sequence.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/undefined_sequence.1.res.oracle b/tests/value/oracle_symblocs/undefined_sequence.1.res.oracle
new file mode 100644
index 00000000000..a89d2d8fbb4
--- /dev/null
+++ b/tests/value/oracle_symblocs/undefined_sequence.1.res.oracle
@@ -0,0 +1,148 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/undefined_sequence.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G[0..9] ∈ {0}
+  c ∈ [--..--]
+  r ∈ {0}
+  H ∈ {0}
+tests/value/undefined_sequence.i:36:[value] entering loop for the first time
+tests/value/undefined_sequence.i:38:[value] entering loop for the first time
+tests/value/undefined_sequence.i:40:[value] entering loop for the first time
+tests/value/undefined_sequence.i:40:[value] warning: signed overflow.
+                 assert G[tmp_2]+G[tmp_3] ≤ 2147483647;
+                 (tmp_2 from j++, tmp_3 from i++)
+tests/value/undefined_sequence.i:43:[value] entering loop for the first time
+tests/value/undefined_sequence.i:49:[value] entering loop for the first time
+tests/value/undefined_sequence.i:50:[value] warning: signed overflow. assert G[j]+G[tmp_6] ≤ 2147483647;
+                                  (tmp_6 from j++)
+tests/value/undefined_sequence.i:51:[value] warning: signed overflow. assert G[tmp_7]+G[i] ≤ 2147483647;
+                                  (tmp_7 from i++)
+[value] computing for function g <- main.
+        Called from tests/value/undefined_sequence.i:53.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/undefined_sequence.i:53.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/undefined_sequence.i:54.
+[value] Recording results for g
+[value] Done for function g
+[value] computing for function f <- main.
+        Called from tests/value/undefined_sequence.i:54.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function h <- main.
+        Called from tests/value/undefined_sequence.i:56.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function h <- main.
+        Called from tests/value/undefined_sequence.i:56.
+[value] Recording results for h
+[value] Done for function h
+[value] computing for function func <- main.
+        Called from tests/value/undefined_sequence.i:60.
+[value] Recording results for func
+[value] Done for function func
+[value] computing for function ub_ret <- main.
+        Called from tests/value/undefined_sequence.i:65.
+[value] Recording results for ub_ret
+[value] Done for function ub_ret
+[value] computing for function f <- main.
+        Called from tests/value/undefined_sequence.i:67.
+[value] Recording results for f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/undefined_sequence.i:67.
+[value] Recording results for g
+[value] Done for function g
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  __retres ∈ {2; 6; 7; 8}
+[value:final-states] Values at end of function func:
+  __retres ∈ {5; 6}
+[value:final-states] Values at end of function g:
+  __retres ∈ {4; 5}
+[value:final-states] Values at end of function h:
+  r ∈ {1; 2}
+  H ∈ {0; 1}
+  i ∈ {0; 1}
+[value:final-states] Values at end of function ub_ret:
+  d ∈ {0}
+  __retres ∈ {0}
+[value:final-states] Values at end of function main:
+  G[0..1] ∈ [0..2147483647]
+   [2] ∈ {0; 1}
+   [3..9] ∈ [0..2147483647]
+  r ∈ {0; 1}
+  H ∈ {0; 1}
+  x ∈ {6; 7; 8}
+  y ∈ {{ &G[2] }}
+  i ∈ [0..9]
+  j ∈ [0..9]
+  my_f ∈ {{ &f ; &g }}
+[from] Computing for function f
+[from] Done for function f
+[from] Computing for function func
+[from] Done for function func
+[from] Computing for function g
+[from] Done for function g
+[from] Computing for function h
+[from] Done for function h
+[from] Computing for function ub_ret
+[from] Done for function ub_ret
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  \result FROM x
+[from] Function func:
+  \result FROM x; y
+[from] Function g:
+  \result FROM x
+[from] Function h:
+  r FROM c; r
+  H FROM c; r
+  \result FROM c; r
+[from] Function ub_ret:
+  \result FROM \nothing
+[from] Function main:
+  G{[0..1]; [3..9]} FROM G[0..9]; c (and SELF)
+   [2] FROM G[0..9]; c
+  r FROM c; r; a (and SELF)
+  H FROM c; r; a (and SELF)
+  \result FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          __retres
+[inout] Inputs for function f:
+          \nothing
+[inout] Out (internal) for function func:
+          __retres
+[inout] Inputs for function func:
+          \nothing
+[inout] Out (internal) for function g:
+          __retres
+[inout] Inputs for function g:
+          \nothing
+[inout] Out (internal) for function h:
+          r; H; i; tmp; tmp_0
+[inout] Inputs for function h:
+          c; r
+[inout] Out (internal) for function ub_ret:
+          d; __retres
+[inout] Inputs for function ub_ret:
+          \nothing
+[inout] Out (internal) for function main:
+          G[0..9]; r; H; x; y; i; j; tmp; tmp_0; tmp_1; tmp_2; tmp_3; tmp_4; 
+          tmp_5; tmp_6; tmp_7; tmp_8; tmp_9; tmp_10; tmp_11; tmp_12; tmp_13; 
+          tmp_14; tmp_15; my_f; tmp_16; tmp_17; tmp_18
+[inout] Inputs for function main:
+          G[0..9]; c; r
diff --git a/tests/value/oracle_symblocs/undefined_sequence2.err.oracle b/tests/value/oracle_symblocs/undefined_sequence2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/undefined_sequence2.res.oracle b/tests/value/oracle_symblocs/undefined_sequence2.res.oracle
new file mode 100644
index 00000000000..08dde457e62
--- /dev/null
+++ b/tests/value/oracle_symblocs/undefined_sequence2.res.oracle
@@ -0,0 +1,158 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/undefined_sequence2.i (no preprocessing)
+tests/value/undefined_sequence2.i:11:[kernel] warning: Unspecified sequence with side effect:
+                  /* *x <- x */
+                  tmp = 0;
+                  *x = tmp;
+                  /* *x <- x */
+                  tmp_0 = 0;
+                  *x = tmp_0;
+tests/value/undefined_sequence2.i:18:[kernel] warning: Unspecified sequence with side effect:
+                  /* i <-  */
+                  i ++;
+                  /* i <-  */
+                  i ++;
+tests/value/undefined_sequence2.i:26:[kernel] warning: Unspecified sequence with side effect:
+                  /*  <-  */
+                  tmp = i;
+                  /* i <-  */
+                  i ++;
+                  /* a[tmp] <- tmp i */
+                  a[tmp] = i;
+tests/value/undefined_sequence2.i:34:[kernel] warning: Unspecified sequence with side effect:
+                  /* *x <- x */
+                  tmp = 0;
+                  *x = tmp;
+                  /* *y <- y */
+                  tmp_0 = 0;
+                  *y = tmp_0;
+tests/value/undefined_sequence2.i:47:[kernel] warning: Unspecified sequence with side effect:
+                  /* *x <- x */
+                  tmp = 0;
+                  *x = tmp;
+                  /* *y <- y */
+                  tmp_0 = 0;
+                  *y = tmp_0;
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a[0..1] ∈ {0}
+  foo ∈ [--..--]
+[value] computing for function multiple_update_wrong_1 <- main.
+        Called from tests/value/undefined_sequence2.i:56.
+tests/value/undefined_sequence2.i:11:[value] warning: undefined multiple accesses in expression. assert \separated(x, x);
+[value] Recording results for multiple_update_wrong_1
+[value] Done for function multiple_update_wrong_1
+[value] computing for function multiple_update_wrong_2 <- main.
+        Called from tests/value/undefined_sequence2.i:58.
+tests/value/undefined_sequence2.i:18:[value] warning: undefined multiple accesses in expression. assert \separated(&i, &i);
+[value] Recording results for multiple_update_wrong_2
+[value] Done for function multiple_update_wrong_2
+[value] computing for function multiple_update_wrong_3 <- main.
+        Called from tests/value/undefined_sequence2.i:60.
+tests/value/undefined_sequence2.i:26:[value] warning: undefined multiple accesses in expression. assert \separated(&i, &i);
+[value] Recording results for multiple_update_wrong_3
+[value] Done for function multiple_update_wrong_3
+[value] computing for function multiple_update_unsafe <- main.
+        Called from tests/value/undefined_sequence2.i:62.
+[value] Recording results for multiple_update_unsafe
+[value] Done for function multiple_update_unsafe
+[value] Called Frama_C_show_each_passed4()
+[value] computing for function multiple_update_unsafe <- main.
+        Called from tests/value/undefined_sequence2.i:64.
+tests/value/undefined_sequence2.i:34:[value] warning: undefined multiple accesses in expression. assert \separated(x, y);
+[value] Recording results for multiple_update_unsafe
+[value] Done for function multiple_update_unsafe
+[value] computing for function multiple_update_safe <- main.
+        Called from tests/value/undefined_sequence2.i:66.
+[value] Recording results for multiple_update_safe
+[value] Done for function multiple_update_safe
+[value] Called Frama_C_show_each_passed6()
+[value] computing for function multiple_update_safe <- main.
+        Called from tests/value/undefined_sequence2.i:68.
+[value] Recording results for multiple_update_safe
+[value] Done for function multiple_update_safe
+[value] Called Frama_C_show_each_passed7()
+[value] Recording results for main
+[value] done for function main
+tests/value/undefined_sequence2.i:11:[value] assertion 'Value,separation' got final status invalid.
+tests/value/undefined_sequence2.i:18:[value] assertion 'Value,separation' got final status invalid.
+tests/value/undefined_sequence2.i:26:[value] assertion 'Value,separation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function multiple_update_safe:
+  b ∈ {0}
+  c ∈ {0}
+  __retres ∈ {0}
+[value:final-states] Values at end of function multiple_update_unsafe:
+  b ∈ {0}
+  c ∈ {0}
+  __retres ∈ {0}
+[value:final-states] Values at end of function multiple_update_wrong_1:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function multiple_update_wrong_2:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function multiple_update_wrong_3:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  b ∈ {0}
+  c ∈ {0}
+  __retres ∈ {0}
+[from] Computing for function multiple_update_safe
+[from] Done for function multiple_update_safe
+[from] Computing for function multiple_update_unsafe
+[from] Done for function multiple_update_unsafe
+[from] Computing for function multiple_update_wrong_1
+[from] Non-terminating function multiple_update_wrong_1 (no dependencies)
+[from] Done for function multiple_update_wrong_1
+[from] Computing for function multiple_update_wrong_2
+[from] Non-terminating function multiple_update_wrong_2 (no dependencies)
+[from] Done for function multiple_update_wrong_2
+[from] Computing for function multiple_update_wrong_3
+[from] Non-terminating function multiple_update_wrong_3 (no dependencies)
+[from] Done for function multiple_update_wrong_3
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function multiple_update_safe:
+  b FROM x; y (and SELF)
+  c FROM x; y (and SELF)
+  \result FROM x; y
+[from] Function multiple_update_unsafe:
+  b FROM x
+  c FROM y
+  \result FROM \nothing
+[from] Function multiple_update_wrong_1:
+  NON TERMINATING - NO EFFECTS
+[from] Function multiple_update_wrong_2:
+  NON TERMINATING - NO EFFECTS
+[from] Function multiple_update_wrong_3:
+  NON TERMINATING - NO EFFECTS
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function multiple_update_safe:
+          tmp; tmp_0; b; c; __retres
+[inout] Inputs for function multiple_update_safe:
+          \nothing
+[inout] Out (internal) for function multiple_update_unsafe:
+          tmp; tmp_0; b; c; __retres
+[inout] Inputs for function multiple_update_unsafe:
+          \nothing
+[inout] Out (internal) for function multiple_update_wrong_1:
+          \nothing
+[inout] Inputs for function multiple_update_wrong_1:
+          \nothing
+[inout] Out (internal) for function multiple_update_wrong_2:
+          \nothing
+[inout] Inputs for function multiple_update_wrong_2:
+          \nothing
+[inout] Out (internal) for function multiple_update_wrong_3:
+          \nothing
+[inout] Inputs for function multiple_update_wrong_3:
+          \nothing
+[inout] Out (internal) for function main:
+          b; c; __retres
+[inout] Inputs for function main:
+          foo
diff --git a/tests/value/oracle_symblocs/uninit.err.oracle b/tests/value/oracle_symblocs/uninit.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/uninit.res.oracle b/tests/value/oracle_symblocs/uninit.res.oracle
new file mode 100644
index 00000000000..da1ab7708a6
--- /dev/null
+++ b/tests/value/oracle_symblocs/uninit.res.oracle
@@ -0,0 +1,26 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/uninit.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/uninit.i:3:[value] warning: accessing uninitialized left-value. assert \initialized(&i);
+[value] Recording results for main
+[value] done for function main
+tests/value/uninit.i:3:[value] assertion 'Value,initialisation' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/uninit_callstack.err.oracle b/tests/value/oracle_symblocs/uninit_callstack.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/uninit_callstack.res.oracle b/tests/value/oracle_symblocs/uninit_callstack.res.oracle
new file mode 100644
index 00000000000..d5f336736e3
--- /dev/null
+++ b/tests/value/oracle_symblocs/uninit_callstack.res.oracle
@@ -0,0 +1,12 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/uninit_callstack.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  x ∈ {0}
+tests/value/uninit_callstack.i:8:[value] warning: accessing uninitialized left-value. assert \initialized(p);
+                 stack: f :: tests/value/uninit_callstack.i:14 <- main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
diff --git a/tests/value/oracle_symblocs/uninitialized_gnubody.err.oracle b/tests/value/oracle_symblocs/uninitialized_gnubody.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/uninitialized_gnubody.res.oracle b/tests/value/oracle_symblocs/uninitialized_gnubody.res.oracle
new file mode 100644
index 00000000000..2717771a210
--- /dev/null
+++ b/tests/value/oracle_symblocs/uninitialized_gnubody.res.oracle
@@ -0,0 +1,23 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/uninitialized_gnubody.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  x ∈ {44}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          x; y; tmp
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/unknown_sizeof.0.err.oracle b/tests/value/oracle_symblocs/unknown_sizeof.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/unknown_sizeof.0.res.oracle b/tests/value/oracle_symblocs/unknown_sizeof.0.res.oracle
new file mode 100644
index 00000000000..e93a7a8b890
--- /dev/null
+++ b/tests/value/oracle_symblocs/unknown_sizeof.0.res.oracle
@@ -0,0 +1,19 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/unknown_sizeof.i (no preprocessing)
+[value] Analyzing a complete application starting at main1
+[value] Computing initial state
+tests/value/unknown_sizeof.i:8:[value] warning: during initialization of variable 's', size of type 'struct s' cannot be
+                 computed (abstract type 'struct s')
+tests/value/unknown_sizeof.i:8:[kernel] imprecise size for variable s (abstract type 'struct s')
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+[value] computing for function g <- main1.
+        Called from tests/value/unknown_sizeof.i:19.
+tests/value/unknown_sizeof.i:15:[value] warning: out of bounds write. assert \valid(&__retres);
+tests/value/unknown_sizeof.i:15:[value] warning: accessing uninitialized left-value.
+                 assert \initialized((struct s *)((char *)(&s)+1));
+tests/value/unknown_sizeof.i:15:[value] warning: out of bounds read. assert \valid_read((struct s *)((char *)(&s)+1));
+tests/value/unknown_sizeof.i:15:[value] warning: out of bounds read. assert \valid_read(&__retres);
+tests/value/unknown_sizeof.i:15:[value] user error: Function g returns a value of unknown size. Aborting
+[kernel] Plug-in value aborted: invalid user input.
diff --git a/tests/value/oracle_symblocs/unknown_sizeof.1.err.oracle b/tests/value/oracle_symblocs/unknown_sizeof.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/unknown_sizeof.1.res.oracle b/tests/value/oracle_symblocs/unknown_sizeof.1.res.oracle
new file mode 100644
index 00000000000..a3c002d0eea
--- /dev/null
+++ b/tests/value/oracle_symblocs/unknown_sizeof.1.res.oracle
@@ -0,0 +1,12 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/unknown_sizeof.i (no preprocessing)
+[value] Analyzing a complete application starting at main2
+[value] Computing initial state
+tests/value/unknown_sizeof.i:8:[value] warning: during initialization of variable 's', size of type 'struct s' cannot be
+                 computed (abstract type 'struct s')
+tests/value/unknown_sizeof.i:8:[kernel] imprecise size for variable s (abstract type 'struct s')
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  s.[bits 0 to ..] ∈ {0} or UNINITIALIZED
+tests/value/unknown_sizeof.i:23:[value] user error: Function argument *((struct s *)((char *)(& s) + 1)) has unknown size. Aborting
+[kernel] Plug-in value aborted: invalid user input.
diff --git a/tests/value/oracle_symblocs/unop.err.oracle b/tests/value/oracle_symblocs/unop.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/unop.res.oracle b/tests/value/oracle_symblocs/unop.res.oracle
new file mode 100644
index 00000000000..ecffc6d3670
--- /dev/null
+++ b/tests/value/oracle_symblocs/unop.res.oracle
@@ -0,0 +1,58 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/unop.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  v ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/unop.c:22.
+[value] Called Frama_C_show_each_1([-2147483648. .. 2147483648.])
+[value] Called Frama_C_show_each_1_then([-2147483648. .. -3.])
+[value] Called Frama_C_show_each_1_else([-2.99999976158 .. 2147483648.])
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/unop.c:23.
+[value] Called Frama_C_show_each_2([-2147483648..2147483647])
+tests/value/unop.c:12:[value] warning: signed overflow. assert -i ≤ 2147483647;
+[value] Called Frama_C_show_each_2_then([-2147483647..-3])
+[value] Called Frama_C_show_each_2_else([-2..2147483647])
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  
+[value:final-states] Values at end of function main2:
+  
+[value:final-states] Values at end of function main:
+  
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  NO EFFECTS
+[from] Function main2:
+  NO EFFECTS
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          \nothing
+[inout] Inputs for function main1:
+          \nothing
+[inout] Out (internal) for function main2:
+          \nothing
+[inout] Inputs for function main2:
+          \nothing
+[inout] Out (internal) for function main:
+          \nothing
+[inout] Inputs for function main:
+          v
diff --git a/tests/value/oracle_symblocs/unroll.err.oracle b/tests/value/oracle_symblocs/unroll.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/unroll.res.oracle b/tests/value/oracle_symblocs/unroll.res.oracle
new file mode 100644
index 00000000000..ecb339196cd
--- /dev/null
+++ b/tests/value/oracle_symblocs/unroll.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/unroll.i (no preprocessing)
+tests/value/unroll.i:49:[kernel] warning: ignoring unrolling directive (not an understood constant expression)
+tests/value/unroll.i:54:[kernel] warning: ignoring invalid unrolling directive
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t_biosmap[0..9] ∈ {0}
+  g_biosmap ∈ {{ &t_biosmap[0] }}
+  biosmap ∈ {0}
+tests/value/unroll.i:31:[value] entering loop for the first time
+tests/value/unroll.i:34:[value] warning: signed overflow. assert -2147483648 ≤ j-1;
+tests/value/unroll.i:32:[value] warning: signed overflow. assert G+i ≤ 2147483647;
+tests/value/unroll.i:39:[value] entering loop for the first time
+tests/value/unroll.i:49:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  c ∈ {0}
+  G ∈ [17739..2147483647]
+  i ∈ {257}
+  MAX ∈ {12}
+  JMAX ∈ {5}
+  j ∈ [-2147483648..-123]
+  k ∈ {13}
+  S ∈ {479001600}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          c; G; i; MAX; JMAX; j; k; S; tmp; tmp_unroll_3752; tmp_unroll_3760;
+          tmp_unroll_3768; tmp_unroll_3776; tmp_unroll_3784; tmp_unroll_3792;
+          tmp_unroll_3800; tmp_unroll_3808; tmp_unroll_3816; tmp_unroll_3824
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/unroll_simple.err.oracle b/tests/value/oracle_symblocs/unroll_simple.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/unroll_simple.res.oracle b/tests/value/oracle_symblocs/unroll_simple.res.oracle
new file mode 100644
index 00000000000..996c14cfdef
--- /dev/null
+++ b/tests/value/oracle_symblocs/unroll_simple.res.oracle
@@ -0,0 +1,34 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/unroll_simple.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/unroll_simple.i:8:[value] entering loop for the first time
+tests/value/unroll_simple.i:11:[value] warning: signed overflow. assert -2147483648 ≤ j-1;
+tests/value/unroll_simple.i:9:[value] warning: signed overflow. assert G+i ≤ 2147483647;
+tests/value/unroll_simple.i:16:[value] entering loop for the first time
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  c ∈ {0}
+  G ∈ [8772..2147483647]
+  i ∈ {257}
+  MAX ∈ {12}
+  JMAX ∈ {5}
+  j ∈ [-2147483648..-126]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          c; G; i; MAX; JMAX; j; tmp; tmp_unroll_774; tmp_unroll_782; tmp_unroll_790;
+          tmp_unroll_798; tmp_unroll_806; tmp_unroll_814; tmp_unroll_822;
+          tmp_unroll_830; tmp_unroll_838; tmp_unroll_846
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/unsigned_overflow.err.oracle b/tests/value/oracle_symblocs/unsigned_overflow.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/unsigned_overflow.res.oracle b/tests/value/oracle_symblocs/unsigned_overflow.res.oracle
new file mode 100644
index 00000000000..2f31b993950
--- /dev/null
+++ b/tests/value/oracle_symblocs/unsigned_overflow.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/unsigned_overflow.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i1 ∈ [--..--]
+  i2 ∈ [--..--]
+tests/value/unsigned_overflow.c:4:[value] warning: assertion got status unknown.
+tests/value/unsigned_overflow.c:5:[value] warning: assertion got status unknown.
+[value] Called Frama_C_show_each_dead()
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  v ∈ [--..--]
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          v; w; __retres
+[inout] Inputs for function main:
+          i1; i2
diff --git a/tests/value/oracle_symblocs/use_spec.0.err.oracle b/tests/value/oracle_symblocs/use_spec.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/use_spec.0.res.oracle b/tests/value/oracle_symblocs/use_spec.0.res.oracle
new file mode 100644
index 00000000000..9f0f9f28756
--- /dev/null
+++ b/tests/value/oracle_symblocs/use_spec.0.res.oracle
@@ -0,0 +1,77 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/use_spec.i (no preprocessing)
+[value] user error: no assigns specified for function 'f', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] warning: Generating potentially incorrect assigns for function 'f' for which option -val-use-spec is set
+tests/value/use_spec.i:7:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  w ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/use_spec.i:22.
+[value] using specification for function f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/use_spec.i:23.
+tests/value/use_spec.i:23:[kernel] warning: Neither code nor specification for function g, generating default assigns from the prototype
+[value] using specification for function g
+[value] Done for function g
+[value] computing for function h <- main.
+        Called from tests/value/use_spec.i:24.
+[value] using specification for function h
+[value] Done for function h
+[value] computing for function i <- main.
+        Called from tests/value/use_spec.i:25.
+[value] using specification for function i
+[value] Done for function i
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  w ∈ [--..--]
+  x ∈ [--..--]
+  y ∈ [--..--]
+  z ∈ [--..--]
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to f at tests/value/use_spec.i:22 (by main):
+  x FROM x (and SELF)
+[from] call to g at tests/value/use_spec.i:23 (by main):
+  y FROM y (and SELF)
+[from] call to h at tests/value/use_spec.i:24 (by main):
+  z FROM \nothing
+[from] call to i at tests/value/use_spec.i:25 (by main):
+  w FROM \nothing
+[from] entry point:
+  w FROM \nothing
+  x FROM x (and SELF)
+  y FROM y (and SELF)
+  z FROM \nothing
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] InOut (internal) for function f:
+        Operational inputs:
+          x
+        Operational inputs on termination:
+          x
+        Sure outputs:
+          \nothing
+[inout] InOut (internal) for function h:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          z
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          x; y
+        Operational inputs on termination:
+          x; y
+        Sure outputs:
+          w; z
diff --git a/tests/value/oracle_symblocs/use_spec.1.err.oracle b/tests/value/oracle_symblocs/use_spec.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/use_spec.1.res.oracle b/tests/value/oracle_symblocs/use_spec.1.res.oracle
new file mode 100644
index 00000000000..725230618d4
--- /dev/null
+++ b/tests/value/oracle_symblocs/use_spec.1.res.oracle
@@ -0,0 +1,77 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/use_spec.i (no preprocessing)
+[value] user error: no assigns specified for function 'f', for which a builtin
+                    or the specification will be used. Potential unsoundness.
+[value] warning: Generating potentially incorrect assigns for function 'f' for which option -val-use-spec is set
+tests/value/use_spec.i:7:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  w ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+  z ∈ {0}
+[value] computing for function f <- main.
+        Called from tests/value/use_spec.i:22.
+[value] using specification for function f
+[value] Done for function f
+[value] computing for function g <- main.
+        Called from tests/value/use_spec.i:23.
+tests/value/use_spec.i:23:[kernel] warning: Neither code nor specification for function g, generating default assigns from the prototype
+[value] using specification for function g
+[value] Done for function g
+[value] computing for function h <- main.
+        Called from tests/value/use_spec.i:24.
+[value] using specification for function h
+[value] Done for function h
+[value] computing for function i <- main.
+        Called from tests/value/use_spec.i:25.
+[value] using specification for function i
+[value] Done for function i
+[value] Recording results for main
+[from] Computing for function main
+[from] Done for function main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  w ∈ [--..--]
+  x ∈ [--..--]
+  y ∈ [--..--]
+  z ∈ [--..--]
+[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
+[from] call to f at tests/value/use_spec.i:22 (by main):
+  x FROM direct: x (and SELF)
+[from] call to g at tests/value/use_spec.i:23 (by main):
+  y FROM direct: y (and SELF)
+[from] call to h at tests/value/use_spec.i:24 (by main):
+  z FROM \nothing
+[from] call to i at tests/value/use_spec.i:25 (by main):
+  w FROM \nothing
+[from] entry point:
+  w FROM \nothing
+  x FROM direct: x (and SELF)
+  y FROM direct: y (and SELF)
+  z FROM \nothing
+[from] ====== END OF CALLWISE DEPENDENCIES ======
+[inout] InOut (internal) for function f:
+        Operational inputs:
+          x
+        Operational inputs on termination:
+          x
+        Sure outputs:
+          \nothing
+[inout] InOut (internal) for function h:
+        Operational inputs:
+          \nothing
+        Operational inputs on termination:
+          \nothing
+        Sure outputs:
+          z
+[inout] InOut (internal) for function main:
+        Operational inputs:
+          x; y
+        Operational inputs on termination:
+          x; y
+        Sure outputs:
+          w; z
diff --git a/tests/value/oracle_symblocs/user_assertion_uninit_var.err.oracle b/tests/value/oracle_symblocs/user_assertion_uninit_var.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/user_assertion_uninit_var.res.oracle b/tests/value/oracle_symblocs/user_assertion_uninit_var.res.oracle
new file mode 100644
index 00000000000..27ab202184f
--- /dev/null
+++ b/tests/value/oracle_symblocs/user_assertion_uninit_var.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/user_assertion_uninit_var.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/user_assertion_uninit_var.i:3:[value] entering loop for the first time
+tests/value/user_assertion_uninit_var.i:4:[value] warning: assertion got status unknown.
+tests/value/user_assertion_uninit_var.i:6:[value] warning: accessing uninitialized left-value. assert \initialized(&n);
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ {10}
+  n ∈ [0..9]
+  x ∈ {0; 1}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          i; n; x
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/usp.err.oracle b/tests/value/oracle_symblocs/usp.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/usp.res.oracle b/tests/value/oracle_symblocs/usp.res.oracle
new file mode 100644
index 00000000000..10b186036e6
--- /dev/null
+++ b/tests/value/oracle_symblocs/usp.res.oracle
@@ -0,0 +1,53 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/usp.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {-12}
+  b ∈ {0}
+  p ∈ {{ (unsigned int *)&a }}
+  q ∈ {{ (unsigned int *)&b }}
+  X ∈ {0}
+  Y ∈ {0}
+  Z ∈ {0}
+  T ∈ {0}
+[value] Called Frama_C_show_each({-1; 5})
+[value] DUMPING STATE of file tests/value/usp.i line 18
+        a ∈ {-12}
+        b ∈ {5; 4294967295}
+        p ∈ {{ (unsigned int *)&a }}
+        q ∈ {{ (unsigned int *)&b }}
+        X ∈ {0}
+        Y ∈ {-12}
+        Z ∈ {-1; 0}
+        T ∈ {0; 5}
+        c ∈ [--..--]
+        __retres ∈ UNINITIALIZED
+        =END OF DUMP==
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  b ∈ {-1; 5}
+  Y ∈ {-12}
+  Z ∈ {-1; 0}
+  T ∈ {0; 5}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Computing for function Frama_C_dump_each <-main
+[from] Done for function Frama_C_dump_each
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  b FROM c
+  Y FROM a; p
+  Z FROM q; c (and SELF)
+  T FROM q; c (and SELF)
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          b; Y; Z; T; __retres
+[inout] Inputs for function main:
+          a; b; p; q
diff --git a/tests/value/oracle_symblocs/va_list.err.oracle b/tests/value/oracle_symblocs/va_list.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/va_list.res.oracle b/tests/value/oracle_symblocs/va_list.res.oracle
new file mode 100644
index 00000000000..d6f3bb72220
--- /dev/null
+++ b/tests/value/oracle_symblocs/va_list.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/va_list.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] computing for function __builtin_next_arg <- main.
+        Called from tests/value/va_list.c:9.
+tests/value/va_list.c:9:[kernel] warning: Neither code nor specification for function __builtin_next_arg, generating default assigns from the prototype
+[value] using specification for function __builtin_next_arg
+tests/value/va_list.c:9:[value] user error: functions returning variadic arguments must be stubbed
+[value] Done for function __builtin_next_arg
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  vlParameters ∈ [--..--]
+[from] Computing for function main
+[from] Computing for function __builtin_next_arg <-main
+[from] Done for function __builtin_next_arg
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function __builtin_next_arg:
+  \result FROM \nothing
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          vlParameters; tmp
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/oracle_symblocs/va_list2.err.oracle b/tests/value/oracle_symblocs/va_list2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/va_list2.res.oracle b/tests/value/oracle_symblocs/va_list2.res.oracle
new file mode 100644
index 00000000000..4d2c3649824
--- /dev/null
+++ b/tests/value/oracle_symblocs/va_list2.res.oracle
@@ -0,0 +1,41 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/va_list2.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/va_list2.c:8:[value] entering loop for the first time
+tests/value/va_list2.c:8:[value] warning: out of bounds read. assert \valid_read(fmt);
+[value] Called Frama_C_show_each_i([-2147483648..2147483647])
+tests/value/va_list2.c:16:[value] warning: non-finite float value. assert \is_finite(tmp_0);
+                                         (tmp_0 from vararg)
+[value] Called Frama_C_show_each_f([-3.40282346639e+38 .. 3.40282346639e+38])
+tests/value/va_list2.c:9:[value] warning: out of bounds read. assert \valid_read(fmt);
+[value] Called Frama_C_show_each_i([-2147483648..2147483647])
+[value] Called Frama_C_show_each_f([-3.40282346639e+38 .. 3.40282346639e+38])
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+tests/value/va_list2.c:7:[kernel] warning: Neither code nor specification for function __builtin_va_start, generating default assigns from the prototype
+tests/value/va_list2.c:11:[kernel] warning: Neither code nor specification for function __builtin_va_arg, generating default assigns from the prototype
+tests/value/va_list2.c:24:[kernel] warning: Neither code nor specification for function __builtin_va_end, generating default assigns from the prototype
+[value:final-states] Values at end of function main:
+  fmt ∈ {{ &S_fmt{[0], [1]} }}
+[from] Computing for function main
+[from] Computing for function __builtin_va_start <-main
+[from] Done for function __builtin_va_start
+[from] Computing for function __builtin_va_arg <-main
+[from] Done for function __builtin_va_arg
+[from] Computing for function __builtin_va_end <-main
+[from] Done for function __builtin_va_end
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          fmt; i; f
+[inout] Inputs for function main:
+          S_fmt[0..1]
diff --git a/tests/value/oracle_symblocs/val6.0.err.oracle b/tests/value/oracle_symblocs/val6.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/val6.0.res.oracle b/tests/value/oracle_symblocs/val6.0.res.oracle
new file mode 100644
index 00000000000..3262fad2cca
--- /dev/null
+++ b/tests/value/oracle_symblocs/val6.0.res.oracle
@@ -0,0 +1,43 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/val6.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 8 to 8388607] ∈ [--..--]
+  c ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  y ∈ {0}
+  x ∈ {0}
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  NULL[rbits 8 to 143] ∈ [--..--]
+      [rbits 144 to 175] ∈ {{ (? *)&b }}
+      [rbits 176 to 8388607] ∈ [--..--]
+  c ∈ {{ &b }}
+  a ∈ {98}
+  b[bits 0 to 7] ∈ {97}
+   [bits 8 to 31]# ∈ {{ (? *)&a }}%32, bits 8 to 31 
+  y ∈ {{ &b }}
+  x ∈ {{ (int)&b }}
+  __retres ∈ {0}
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  NULL[18..21] FROM \nothing
+  c FROM \nothing
+  a FROM \nothing
+  b FROM \nothing
+  y FROM \nothing
+  x FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          NULL[18..21]; c; a; b; y; x; __retres
+[inout] Inputs for function f:
+          NULL[18..21]; c; x
diff --git a/tests/value/oracle_symblocs/val6.1.err.oracle b/tests/value/oracle_symblocs/val6.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/val6.1.res.oracle b/tests/value/oracle_symblocs/val6.1.res.oracle
new file mode 100644
index 00000000000..d9ca6d75461
--- /dev/null
+++ b/tests/value/oracle_symblocs/val6.1.res.oracle
@@ -0,0 +1,39 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/val6.i (no preprocessing)
+[value] Analyzing a complete application starting at f1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 8 to 8388607] ∈ [--..--]
+  c ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  y ∈ {0}
+  x ∈ {0}
+[value] Recording results for f1
+[value] done for function f1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f1:
+  NULL[rbits 8 to 135] ∈ [--..--]
+      [rbits 136 to 143] ∈ {27}
+      [rbits 144 to 151] ∈ [--..--]
+      [rbits 152 to 159] ∈ {0}
+      [rbits 160 to 8388607] ∈ [--..--]
+  b ∈ {19}
+  x ∈ {19}
+  __retres ∈ {0}
+[from] Computing for function f1
+[from] Done for function f1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f1:
+  NULL[17] FROM \nothing
+      [19] FROM c
+  b FROM c
+  x FROM c
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f1:
+          NULL{[17]; [19]}; b; x; __retres
+[inout] Inputs for function f1:
+          c; b; x
diff --git a/tests/value/oracle_symblocs/val9.err.oracle b/tests/value/oracle_symblocs/val9.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/val9.res.oracle b/tests/value/oracle_symblocs/val9.res.oracle
new file mode 100644
index 00000000000..32f7f2939c4
--- /dev/null
+++ b/tests/value/oracle_symblocs/val9.res.oracle
@@ -0,0 +1,96 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/val9.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  TT[0] ∈ {1}
+    [1] ∈ {2}
+    [2] ∈ {3}
+    [3..9] ∈ {0}
+  T[0] ∈ {1}
+   [1] ∈ {2}
+   [2] ∈ {3}
+   [3..9] ∈ {0}
+  i ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  a7 ∈ {0}
+  b7 ∈ {0}
+  O1[0..19] ∈ {0}
+  O2[0..19] ∈ {0}
+  p ∈ {0}
+  x2 ∈ {0}
+  b2 ∈ {0}
+  a2 ∈ {0}
+tests/value/val9.i:17:[value] entering loop for the first time
+tests/value/val9.i:27:[value] entering loop for the first time
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  TT[0][bits 0 to 7]# ∈ [0..8]%32, bits 0 to 7 
+    [bits 8 to 39]# ∈ [0..8] repeated %32, bits 8 to 39 
+    [bits 40 to 71]# ∈ [0..8] repeated %32, bits 8 to 39 
+    [bits 72 to 287]# ∈ [0..8] repeated %32, bits 8 to 223 
+    [9] ∈ {0}
+  T[0][bits 0 to 7]# ∈ {1}%32, bits 0 to 7 
+   [0][bits 8 to 31]# ∈ {0; 1}%32, bits 8 to 31 
+   [1][bits 0 to 7]# ∈ {0; 2}%32, bits 0 to 7 
+   [1][bits 8 to 31]# ∈ {0; 2}%32, bits 8 to 31 
+   [2][bits 0 to 7]# ∈ {0; 3}%32, bits 0 to 7 
+   [2][bits 8 to 31]# ∈ {0; 3}%32, bits 8 to 31 
+   [3..5] ∈ {0}
+   [6][bits 0 to 7]# ∈ {0; 7}%32, bits 0 to 7 
+   [6][bits 8 to 31]# ∈ {0; 7}%32, bits 8 to 31 
+   [7..9] ∈ {0}
+  i ∈ {9}
+  a[bits 0 to 7] ∈ {1; 6}
+   [bits 8 to 31]# ∈ {6}%32, bits 8 to 31 
+  b[bits 0 to 7] ∈ {0; 1}
+   [bits 8 to 31]# ∈ {0; 6}%32, bits 8 to 31 
+  a7[bits 0 to 7] ∈ {1}
+    [bits 8 to 31]# ∈ {97}%32, bits 8 to 31 
+  b7 ∈ {1}
+  O1[0][bits 0 to 7] ∈ {0}
+    [0][bits 8 to 15] ∈ {18}
+    [0][bits 16 to 31] ∈ {0}
+    [1] ∈ {17}
+    [2..8] ∈ {0}
+    [9] ∈ {1}
+    [10..19] ∈ {0}
+  O2[0][bits 0 to 7]# ∈ {10}%32, bits 0 to 7 
+    [0][bits 8 to 15] ∈ {11}
+    [0][bits 16 to 31]# ∈ {10}%32, bits 16 to 31 
+    [1..19] ∈ {0}
+  p ∈ {{ &O1[9] }}
+  x2 ∈ {1}
+  b2 ∈ {{ &x2 }}
+  a2 ∈ {{ (int)&x2 }}
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  TT{[0..8]; [9][bits 0 to 7]} FROM \nothing (and SELF)
+  T{{[0][bits 8 to 31]; [1..5]}; {[7..8]; [9][bits 0 to 7]}}
+   FROM \nothing (and SELF)
+   [6] FROM b
+  i FROM \nothing
+  a FROM b
+  b FROM b (and SELF)
+  a7 FROM \nothing
+  b7 FROM \nothing
+  O1{[0][bits 8 to 15]; [1]; [6]; [9]} FROM \nothing
+  O2[0] FROM \nothing
+  p FROM \nothing
+  x2 FROM \nothing
+  b2 FROM \nothing
+  a2 FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          TT{[0..8]; [9][bits 0 to 7]};
+          T{[0][bits 8 to 31]; [1..8]; [9][bits 0 to 7]}; i; a; b; a7; b7;
+          O1{[0][bits 8 to 15]; [1]; [6]; [9]}; O2[0]; p; x2; b2; a2
+[inout] Inputs for function f:
+          i; a; b; a7; p; x2; b2; a2
diff --git a/tests/value/oracle_symblocs/val_if.0.err.oracle b/tests/value/oracle_symblocs/val_if.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/val_if.0.res.oracle b/tests/value/oracle_symblocs/val_if.0.res.oracle
new file mode 100644
index 00000000000..3a1c55686bb
--- /dev/null
+++ b/tests/value/oracle_symblocs/val_if.0.res.oracle
@@ -0,0 +1,33 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/val_if.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  i ∈ {10}
+  x ∈ {-1; 1}
+  j_0 ∈ {12}
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  i FROM \nothing
+  x FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          i; x; j_0
+[inout] Inputs for function f:
+          x
diff --git a/tests/value/oracle_symblocs/val_if.1.err.oracle b/tests/value/oracle_symblocs/val_if.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/val_if.1.res.oracle b/tests/value/oracle_symblocs/val_if.1.res.oracle
new file mode 100644
index 00000000000..70cfaa9902b
--- /dev/null
+++ b/tests/value/oracle_symblocs/val_if.1.res.oracle
@@ -0,0 +1,38 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/val_if.i (no preprocessing)
+[value] Analyzing a complete application starting at f1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+[value] Recording results for f1
+[value] done for function f1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f1:
+  i ∈ {10}
+  j ∈ {-1; 13}
+  x ∈ {-1; 1}
+  k ∈ {14}
+  l ∈ {-1; 15}
+[from] Computing for function f1
+[from] Done for function f1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f1:
+  i FROM \nothing
+  j FROM c
+  x FROM c
+  k FROM \nothing
+  l FROM c
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f1:
+          i; j; x; k; l
+[inout] Inputs for function f1:
+          x
diff --git a/tests/value/oracle_symblocs/val_if.2.err.oracle b/tests/value/oracle_symblocs/val_if.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/val_if.2.res.oracle b/tests/value/oracle_symblocs/val_if.2.res.oracle
new file mode 100644
index 00000000000..7d6ba2c202e
--- /dev/null
+++ b/tests/value/oracle_symblocs/val_if.2.res.oracle
@@ -0,0 +1,38 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/val_if.i (no preprocessing)
+[value] Analyzing a complete application starting at f2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+[value] Recording results for f2
+[value] done for function f2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f2:
+  i ∈ {10}
+  j ∈ {2}
+  x ∈ {2}
+  k ∈ {17}
+  l ∈ {18}
+[from] Computing for function f2
+[from] Done for function f2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f2:
+  i FROM \nothing
+  j FROM d; c
+  x FROM d; c
+  k FROM \nothing
+  l FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f2:
+          i; j; x; k; l
+[inout] Inputs for function f2:
+          x; d
diff --git a/tests/value/oracle_symblocs/val_ptr.0.err.oracle b/tests/value/oracle_symblocs/val_ptr.0.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/val_ptr.0.res.oracle b/tests/value/oracle_symblocs/val_ptr.0.res.oracle
new file mode 100644
index 00000000000..50a153e1e4b
--- /dev/null
+++ b/tests/value/oracle_symblocs/val_ptr.0.res.oracle
@@ -0,0 +1,49 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/val_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at f
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  p ∈ {0}
+  T[0..7] ∈ {0}
+[value] Recording results for f
+[value] done for function f
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f:
+  i ∈ {10}
+  j ∈ {10; 12; 16}
+  k ∈ {10; 11; 12}
+  l ∈ {18}
+  d ∈ {13}
+  a ∈ {10; 11}
+  b ∈ {12}
+  p ∈ {{ &a ; &b }}
+[from] Computing for function f
+[from] Done for function f
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f:
+  i FROM \nothing
+  j FROM c_0
+  k FROM c_0
+  l FROM \nothing
+  d FROM \nothing
+  a FROM c_0
+  b FROM \nothing
+  p FROM c_0
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f:
+          i; j; k; l; d; a; b; p
+[inout] Inputs for function f:
+          d; a; b; p
diff --git a/tests/value/oracle_symblocs/val_ptr.1.err.oracle b/tests/value/oracle_symblocs/val_ptr.1.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/val_ptr.1.res.oracle b/tests/value/oracle_symblocs/val_ptr.1.res.oracle
new file mode 100644
index 00000000000..00f301fee3b
--- /dev/null
+++ b/tests/value/oracle_symblocs/val_ptr.1.res.oracle
@@ -0,0 +1,36 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/val_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at f1
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  p ∈ {0}
+  T[0..7] ∈ {0}
+tests/value/val_ptr.i:34:[value] entering loop for the first time
+[value] Recording results for f1
+[value] done for function f1
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f1:
+  p ∈ {{ &T[0] }}
+[from] Computing for function f1
+[from] Done for function f1
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f1:
+  p FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f1:
+          p
+[inout] Inputs for function f1:
+          p
diff --git a/tests/value/oracle_symblocs/val_ptr.2.err.oracle b/tests/value/oracle_symblocs/val_ptr.2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/val_ptr.2.res.oracle b/tests/value/oracle_symblocs/val_ptr.2.res.oracle
new file mode 100644
index 00000000000..13cf01efc9f
--- /dev/null
+++ b/tests/value/oracle_symblocs/val_ptr.2.res.oracle
@@ -0,0 +1,37 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/val_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at f3
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  p ∈ {0}
+  T[0..7] ∈ {0}
+[value] Recording results for f3
+[value] done for function f3
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f3:
+  p ∈ {{ &T[0] }}
+  T[0..7] ∈ {0}
+[from] Computing for function f3
+[from] Done for function f3
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f3:
+  p FROM \nothing
+  T[0] FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f3:
+          p; T[0]
+[inout] Inputs for function f3:
+          p
diff --git a/tests/value/oracle_symblocs/val_ptr.3.err.oracle b/tests/value/oracle_symblocs/val_ptr.3.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/val_ptr.3.res.oracle b/tests/value/oracle_symblocs/val_ptr.3.res.oracle
new file mode 100644
index 00000000000..0f93b59a677
--- /dev/null
+++ b/tests/value/oracle_symblocs/val_ptr.3.res.oracle
@@ -0,0 +1,42 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/val_ptr.i (no preprocessing)
+[value] Analyzing a complete application starting at f2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  i ∈ {0}
+  j ∈ {0}
+  x ∈ {0}
+  k ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  d ∈ {0}
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  p ∈ {0}
+  T[0..7] ∈ {0}
+[value] Recording results for f2
+[value] done for function f2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function f2:
+  j ∈ {3}
+  a ∈ {1}
+  b ∈ {2}
+  p ∈ {{ &a }}
+  c_0 ∈ {0}
+[from] Computing for function f2
+[from] Done for function f2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function f2:
+  j FROM \nothing
+  a FROM \nothing
+  b FROM \nothing
+  p FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function f2:
+          j; a; b; p; c_0
+[inout] Inputs for function f2:
+          p
diff --git a/tests/value/oracle_symblocs/video_detect.err.oracle b/tests/value/oracle_symblocs/video_detect.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/video_detect.res.oracle b/tests/value/oracle_symblocs/video_detect.res.oracle
new file mode 100644
index 00000000000..e4376bd1dd1
--- /dev/null
+++ b/tests/value/oracle_symblocs/video_detect.res.oracle
@@ -0,0 +1,47 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/video_detect.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  NULL[rbits 256 to 287] ∈ [--..--]
+  G ∈ {0}
+[value] computing for function detect_video <- main.
+        Called from tests/value/video_detect.i:36.
+[value] Recording results for detect_video
+[value] Done for function detect_video
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function detect_video:
+  NULL[rbits 256 to 287] ∈ [--..--]
+  p ∈ {32}
+  saved1 ∈ [--..--]
+  saved2 ∈ [--..--]
+  video_found ∈ {0}
+[value:final-states] Values at end of function main:
+  NULL[rbits 256 to 287] ∈ [--..--]
+  ADDR ∈ {32}
+[from] Computing for function detect_video
+[from] Done for function detect_video
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function detect_video:
+  NULL[32..33] FROM NULL[32..33]; video_base
+      [34..35] FROM NULL[34..35]; video_base
+  \result FROM video_base
+[from] Function main:
+  NULL[32..33] FROM NULL[32..33]
+      [34..35] FROM NULL[34..35]
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function detect_video:
+          NULL[32..35]; p; saved1; saved2; video_found
+[inout] Inputs for function detect_video:
+          NULL[32..35]
+[inout] Out (internal) for function main:
+          NULL[32..35]; ADDR; tmp
+[inout] Inputs for function main:
+          NULL[32..35]
diff --git a/tests/value/oracle_symblocs/volatile.err.oracle b/tests/value/oracle_symblocs/volatile.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/volatile.res.oracle b/tests/value/oracle_symblocs/volatile.res.oracle
new file mode 100644
index 00000000000..02b60253451
--- /dev/null
+++ b/tests/value/oracle_symblocs/volatile.res.oracle
@@ -0,0 +1,147 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/volatile.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+tests/value/volatile.i:5:[value] warning: global initialization of volatile zone G ignored
+tests/value/volatile.i:11:[value] warning: global initialization of volatile zone s2.b ignored
+tests/value/volatile.i:15:[value] warning: global initialization of volatile zone sv2 ignored
+tests/value/volatile.i:17:[value] warning: global initialization of volatile zone sv3.b ignored
+tests/value/volatile.i:18:[value] warning: global initialization of volatile zone sv4.b ignored
+tests/value/volatile.i:33:[value] warning: global initialization of volatile zone nested.__anonCompField1.b ignored
+tests/value/volatile.i:33:[value] warning: global initialization of volatile zone nested.__anonCompField2 ignored
+tests/value/volatile.i:33:[value] warning: global initialization of volatile zone nested.t ignored
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  G ∈ [--..--]
+  F ∈ [--..--]
+  E ∈ [--..--]
+  X ∈ [--..--]
+  Y ∈ [--..--]
+  pV ∈ {0}
+  k ∈ {1}
+  x ∈ {2}
+  y ∈ {3}
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  e ∈ {0}
+  f ∈ {0}
+  g ∈ {0}
+  h ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  l ∈ {0}
+  m ∈ {0}
+  n ∈ {0}
+  o ∈ {0}
+  pv ∈ {0}
+  s1.a ∈ {0}
+    .b ∈ [--..--]
+  s2.a ∈ {1}
+    .b ∈ [--..--]
+  sv1 ∈ [--..--]
+  sv2 ∈ [--..--]
+  sv3.a ∈ {3}
+     .b ∈ [--..--]
+  sv4.a ∈ {4}
+     .b ∈ [--..--]
+  nested.__anonCompField1.a ∈ {1}
+        {.__anonCompField1.b; .__anonCompField2; .t[0..11]} ∈ [--..--]
+        .e ∈ {0}
+        .[bits 240 to 255] ∈ {0} or UNINITIALIZED
+  R1 ∈ {0}
+  R2 ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/volatile.i:89.
+[value] computing for function fn1 <- main1 <- main.
+        Called from tests/value/volatile.i:39.
+[value] Called Frama_C_show_each_1([-2147483648..2147483647])
+[value] Called Frama_C_show_each_2([-2147483648..2147483647])
+tests/value/volatile.i:26:[value] warning: signed overflow. assert -2147483648 ≤ x_0+y_0;
+tests/value/volatile.i:26:[value] warning: signed overflow. assert x_0+y_0 ≤ 2147483647;
+[value] Recording results for fn1
+[value] Done for function fn1
+[value] computing for function fn2 <- main1 <- main.
+        Called from tests/value/volatile.i:40.
+tests/value/volatile.i:40:[kernel] warning: Neither code nor specification for function fn2, generating default assigns from the prototype
+[value] using specification for function fn2
+[value] Done for function fn2
+[value] Called Frama_C_show_each_d([-2147483648..2147483647])
+tests/value/volatile.i:52:[value] warning: signed overflow. assert -2147483648 ≤ b-c;
+tests/value/volatile.i:52:[value] warning: signed overflow. assert b-c ≤ 2147483647;
+tests/value/volatile.i:53:[value] warning: signed overflow. assert -2147483648 ≤ F-F;
+tests/value/volatile.i:53:[value] warning: signed overflow. assert F-F ≤ 2147483647;
+tests/value/volatile.i:55:[value] warning: signed overflow. assert -2147483648 ≤ F-g;
+tests/value/volatile.i:55:[value] warning: signed overflow. assert F-g ≤ 2147483647;
+tests/value/volatile.i:56:[value] warning: signed overflow. assert F+1 ≤ 2147483647;
+tests/value/volatile.i:57:[value] warning: signed overflow. assert 2+F ≤ 2147483647;
+tests/value/volatile.i:58:[value] warning: signed overflow. assert -2147483648 ≤ F-l;
+tests/value/volatile.i:58:[value] warning: signed overflow. assert F-l ≤ 2147483647;
+tests/value/volatile.i:59:[value] warning: signed overflow. assert -2147483648 ≤ m-l;
+tests/value/volatile.i:59:[value] warning: signed overflow. assert m-l ≤ 2147483647;
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/volatile.i:90.
+[value] Recording results for main2
+[value] Done for function main2
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function fn1:
+  __retres ∈ [--..--]
+[value:final-states] Values at end of function main1:
+  G ∈ [--..--]
+  E ∈ [--..--]
+  X ∈ {2}
+  Y ∈ [--..--]
+  pV ∈ {{ &Y }}
+  k ∈ [--..--]
+  x ∈ {2}
+  y ∈ [--..--]
+  a ∈ {11; 12}
+  b ∈ [--..--]
+  c ∈ [--..--]
+  d ∈ [--..--]
+  e ∈ [--..--]
+  f ∈ [--..--]
+  g ∈ [--..--]
+  h ∈ {1}
+  l ∈ [-2147483647..2147483647]
+  m ∈ [-2147483646..2147483647]
+  n ∈ [--..--]
+  o ∈ [--..--]
+  pv ∈ {{ &X }}
+  R1 ∈ [--..--]
+  R2 ∈ [--..--]
+[value:final-states] Values at end of function main2:
+  k ∈ {{ NULL ; (int)&X }}
+  p1 ∈ {{ NULL + [--..--] ; &X + [--..--] }}
+  p2 ∈ {{ &X + [--..--] }}
+  p3 ∈ {{ NULL + [--..--] ; &X + [--..--] }}
+  __retres ∈ {{ NULL + [--..--] ; &X + [--..--] }}
+[value:final-states] Values at end of function main:
+  G ∈ [--..--]
+  E ∈ [--..--]
+  X ∈ {2}
+  Y ∈ [--..--]
+  pV ∈ {{ &Y }}
+  k ∈ {{ NULL ; (int)&X }}
+  x ∈ {2}
+  y ∈ [--..--]
+  a ∈ {11; 12}
+  b ∈ [--..--]
+  c ∈ [--..--]
+  d ∈ [--..--]
+  e ∈ [--..--]
+  f ∈ [--..--]
+  g ∈ [--..--]
+  h ∈ {1}
+  l ∈ [-2147483647..2147483647]
+  m ∈ [-2147483646..2147483647]
+  n ∈ [--..--]
+  o ∈ [--..--]
+  pv ∈ {{ &X }}
+  R1 ∈ [--..--]
+  R2 ∈ [--..--]
diff --git a/tests/value/oracle_symblocs/volatile2.err.oracle b/tests/value/oracle_symblocs/volatile2.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/volatile2.res.oracle b/tests/value/oracle_symblocs/volatile2.res.oracle
new file mode 100644
index 00000000000..89fff4e50a8
--- /dev/null
+++ b/tests/value/oracle_symblocs/volatile2.res.oracle
@@ -0,0 +1,301 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/volatile2.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  t[0..9] ∈ [--..--]
+  u ∈ [--..--]
+  pu ∈ {{ &u }}
+  s ∈ {0}
+  ps ∈ {{ &s }}
+  v ∈ [--..--]
+  BITF ∈ [--..--]
+[value] computing for function main1 <- main.
+        Called from tests/value/volatile2.i:123.
+tests/value/volatile2.i:23:[value] warning: signed overflow. assert (int)c<<8 ≤ 32767;
+tests/value/volatile2.i:24:[value] warning: signed overflow. assert (int)*p<<8 ≤ 32767;
+tests/value/volatile2.i:25:[value] warning: signed overflow. assert (int)t[1]<<8 ≤ 32767;
+tests/value/volatile2.i:26:[value] warning: signed overflow. assert (int)u.f1<<8 ≤ 32767;
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/volatile2.i:124.
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/volatile2.i:125.
+tests/value/volatile2.i:47:[value] warning: assertion got status invalid (stopping propagation).
+tests/value/volatile2.i:52:[value] assertion got status valid.
+tests/value/volatile2.i:55:[value] warning: assertion got status unknown.
+tests/value/volatile2.i:56:[value] warning: assertion got status unknown.
+tests/value/volatile2.i:59:[value] assertion got status valid.
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/volatile2.i:126.
+[value] Recording results for main4
+[value] Done for function main4
+[value] computing for function main5 <- main.
+        Called from tests/value/volatile2.i:127.
+tests/value/volatile2.i:76:[value] warning: signed overflow. assert i+1 ≤ 32767;
+tests/value/volatile2.i:76:[value] warning: signed overflow. assert j+1 ≤ 32767;
+tests/value/volatile2.i:76:[value] warning: signed overflow. assert -32768 ≤ tmp+tmp_0;
+                                  (tmp from i++, tmp_0 from j++)
+tests/value/volatile2.i:76:[value] warning: signed overflow. assert tmp+tmp_0 ≤ 32767;
+                                  (tmp from i++, tmp_0 from j++)
+tests/value/volatile2.i:78:[value] warning: signed overflow. assert i+1 ≤ 32767;
+tests/value/volatile2.i:78:[value] warning: signed overflow. assert j+1 ≤ 32767;
+tests/value/volatile2.i:78:[value] warning: signed overflow. assert -32768 ≤ i+j;
+tests/value/volatile2.i:78:[value] warning: signed overflow. assert i+j ≤ 32767;
+[value] DUMPING STATE of file tests/value/volatile2.i line 80
+        t[0..9] ∈ [--..--]
+        u ∈ [--..--]
+        pu ∈ {{ &u }}
+        s ∈ {0}
+        ps ∈ {{ &s }}
+        v ∈ [--..--]
+        i ∈ [--..--]
+        j ∈ [--..--]
+        k ∈ [--..--]
+        tmp ∈ [--..--]
+        tmp_0 ∈ [--..--]
+        l ∈ [--..--]
+        BITF ∈ [--..--]
+        =END OF DUMP==
+[value] Recording results for main5
+[value] Done for function main5
+[value] computing for function main6 <- main.
+        Called from tests/value/volatile2.i:128.
+[value] Recording results for main6
+[value] Done for function main6
+[value] computing for function main7 <- main.
+        Called from tests/value/volatile2.i:129.
+[value] Recording results for main7
+[value] Done for function main7
+[value] computing for function main8 <- main.
+        Called from tests/value/volatile2.i:130.
+[value] Called Frama_C_show_each([--..--], [--..--], [--..--], [--..--], [--..--])
+[value] Recording results for main8
+[value] Done for function main8
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  c ∈ [--..--]
+  x ∈ {1}
+  p ∈ {{ (unsigned char volatile *)&x }}
+  i ∈ [0..32767]
+  j ∈ [0..32767]
+  k ∈ [0..32767]
+  l ∈ [0..32767]
+[value:final-states] Values at end of function main2:
+  i ∈ [-128..127]
+  j ∈ [0..255]
+  k ∈ [0..255]
+[value:final-states] Values at end of function main3:
+  
+[value:final-states] Values at end of function main4:
+  p1 ∈ {{ &i }}
+  p2 ∈ {{ &i + [--..--] }}
+[value:final-states] Values at end of function main5:
+  i ∈ [--..--]
+  j ∈ [--..--]
+  k ∈ [--..--]
+  l ∈ [--..--]
+[value:final-states] Values at end of function main6:
+  i ∈ {1}
+  j ∈ {1}
+[value:final-states] Values at end of function main7:
+  i ∈ {-3; -2; -1; 0; 1; 2; 3; 4}
+  k ∈ [1..16]
+[value:final-states] Values at end of function main8:
+  a ∈ [--..--]
+  b ∈ [--..--]
+  c ∈ [--..--]
+  d ∈ [--..--]
+  e ∈ [--..--]
+[value:final-states] Values at end of function main:
+  
+/* Generated by Frama-C */
+struct u {
+   unsigned char f1 ;
+   unsigned char f2 ;
+};
+struct s {
+   char i1 ;
+   char i2 ;
+};
+struct bitf {
+   int i : 3 ;
+   unsigned int j : 4 ;
+};
+struct __anonstruct_S_1 {
+   int field ;
+};
+typedef struct __anonstruct_S_1 S;
+typedef S volatile vS;
+struct __anonstruct_vS2_2 {
+   int field ;
+};
+typedef struct __anonstruct_vS2_2 volatile vS2;
+union __anonunion_U_3 {
+   int field ;
+};
+typedef union __anonunion_U_3 U;
+typedef U volatile vU;
+unsigned char volatile t[10];
+struct u volatile u;
+struct u *pu = (struct u *)(& u);
+void main1(void)
+{
+  unsigned char volatile c;
+  int x;
+  unsigned char volatile *p;
+  unsigned int i;
+  unsigned int j;
+  unsigned int k;
+  unsigned int l;
+  c = (unsigned char)1;
+  x = 1;
+  p = (unsigned char volatile *)(& x);
+  /*@ assert Value: signed_overflow: (int)c<<8 ≤ 32767; */
+  i = (unsigned int)(((int)c << 8) + (int)c);
+  /*@ assert Value: signed_overflow: (int)*p<<8 ≤ 32767; */
+  j = (unsigned int)(((int)*p << 8) + (int)*p);
+  /*@ assert Value: signed_overflow: (int)t[1]<<8 ≤ 32767; */
+  k = (unsigned int)(((int)t[1] << 8) + (int)t[2]);
+  /*@ assert Value: signed_overflow: (int)u.f1<<8 ≤ 32767; */
+  l = (unsigned int)(((int)u.f1 << 8) + (int)u.f2);
+  return;
+}
+
+struct s s;
+struct s volatile *ps = (struct s volatile *)(& s);
+void main2(void)
+{
+  int i;
+  int j;
+  int k;
+  i = (int)ps->i1;
+  j = (int)u.f1;
+  k = (int)t[1];
+  return;
+}
+
+int volatile v;
+void main3(void)
+{
+  if (v) 
+    /*@ assert \false; */ ;
+  if (v) 
+    /*@ assert \true; */ ;
+  /*@ assert v ≡ 0; */ ;
+  /*@ assert v ≡ 0; */ ;
+  if (v) 
+    /*@ assert \true; */ ;
+  return;
+}
+
+void main4(void)
+{
+  int volatile i;
+  int volatile *p1;
+  int volatile * volatile p2;
+  p1 = & i;
+  p2 = & i;
+  return;
+}
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int ( /* missing proto */ Frama_C_dump_each)();
+
+void main5(void)
+{
+  int volatile i;
+  int volatile j;
+  int k;
+  int tmp;
+  int tmp_0;
+  int l;
+  i = 0;
+  j = 0;
+  { /* sequence */
+    tmp = i;
+    /*@ assert Value: signed_overflow: i+1 ≤ 32767; */
+    i ++;
+    tmp_0 = j;
+    /*@ assert Value: signed_overflow: j+1 ≤ 32767; */
+    j ++;
+    ;
+  }
+  /*@ assert Value: signed_overflow: -32768 ≤ tmp+tmp_0; */
+  /*@ assert Value: signed_overflow: tmp+tmp_0 ≤ 32767; */
+  k = tmp + tmp_0;
+  { /* sequence */
+    /*@ assert Value: signed_overflow: i+1 ≤ 32767; */
+    i ++;
+    /*@ assert Value: signed_overflow: j+1 ≤ 32767; */
+    j ++;
+  }
+  /*@ assert Value: signed_overflow: -32768 ≤ i+j; */
+  /*@ assert Value: signed_overflow: i+j ≤ 32767; */
+  l = i + j;
+  Frama_C_dump_each();
+  return;
+}
+
+void main6(void)
+{
+  int i;
+  int j;
+  i = 1;
+  j = i;
+  return;
+}
+
+struct bitf volatile BITF;
+void main7(void)
+{
+  int i;
+  int k;
+  i = (int)BITF.i + 1;
+  k = (int)BITF.j + 1;
+  return;
+}
+
+/*@ assigns \result;
+    assigns \result \from \nothing; */
+extern int ( /* missing proto */ Frama_C_show_each)();
+
+void main8(void)
+{
+  S volatile a;
+  vS b;
+  vS2 c;
+  U volatile d;
+  vU e;
+  a.field = 0;
+  b.field = 0;
+  c.field = 0;
+  d.field = 0;
+  e.field = 0;
+  Frama_C_show_each(a,b,c,d,e);
+  return;
+}
+
+void main(void)
+{
+  main1();
+  main2();
+  main3();
+  main4();
+  main5();
+  main6();
+  main7();
+  main8();
+  return;
+}
+
+
diff --git a/tests/value/oracle_symblocs/volatilestruct.err.oracle b/tests/value/oracle_symblocs/volatilestruct.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/volatilestruct.res.oracle b/tests/value/oracle_symblocs/volatilestruct.res.oracle
new file mode 100644
index 00000000000..ffd03344756
--- /dev/null
+++ b/tests/value/oracle_symblocs/volatilestruct.res.oracle
@@ -0,0 +1,78 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/volatilestruct.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  s2 ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+tests/value/volatilestruct.c:33:[value] warning: signed overflow. assert -2147483648 ≤ &x-p->f4.f1;
+tests/value/volatilestruct.c:33:[value] warning: signed overflow. assert &x-p->f4.f1 ≤ 2147483647;
+tests/value/volatilestruct.c:33:[value] warning: signed overflow. assert (int)(&x-p->f4.f1)+1 ≤ 2147483647;
+tests/value/volatilestruct.c:34:[value] warning: signed overflow. assert -2147483648 ≤ &y-p->f4.f2;
+tests/value/volatilestruct.c:34:[value] warning: signed overflow. assert &y-p->f4.f2 ≤ 2147483647;
+tests/value/volatilestruct.c:34:[value] warning: signed overflow. assert (int)(&y-p->f4.f2)+3 ≤ 2147483647;
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ &s2 }}
+  s2.f4.f1 ∈ {{ &x + [--..--] }}
+    .f4.f2 ∈ {{ &y + [--..--] }}
+    {.f4.f3; .f5} ∈ {0}
+  q1 ∈ {{ &x + [--..--] }}
+  q2 ∈ {{ &y + [--..--] }}
+  i ∈ [--..--]
+  j ∈ {{ &y + [--..--] }}
+  r ∈ [-2147483647..2147483647]
+  s ∈ [-2147483645..2147483647]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  p FROM \nothing
+  s2.f4{.f1; .f2} FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; s2.f4{.f1; .f2}; q1; q2; i; j; r; s
+[inout] Inputs for function main:
+          p; s2{.f4{.f1; .f2}; .f5}
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  p ∈ {0}
+  s2 ∈ {0}
+  x ∈ {0}
+  y ∈ {0}
+tests/value/volatilestruct.c:33:[value] warning: 2's complement assumed for overflow
+tests/value/volatilestruct.c:34:[value] warning: 2's complement assumed for overflow
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ &s2 }}
+  s2.f4.f1 ∈ {{ &x + [--..--] }}
+    .f4.f2 ∈ {{ &y + [--..--] }}
+    {.f4.f3; .f5} ∈ {0}
+  q1 ∈ {{ &x + [--..--] }}
+  q2 ∈ {{ &y + [--..--] }}
+  i ∈ [--..--]
+  j ∈ {{ &y + [--..--] }}
+  r ∈ [--..--]
+  s ∈ [--..--]
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  p FROM \nothing
+  s2.f4{.f1; .f2} FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; s2.f4{.f1; .f2}; q1; q2; i; j; r; s
+[inout] Inputs for function main:
+          p; s2{.f4{.f1; .f2}; .f5}
diff --git a/tests/value/oracle_symblocs/wide_string.err.oracle b/tests/value/oracle_symblocs/wide_string.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/wide_string.res.oracle b/tests/value/oracle_symblocs/wide_string.res.oracle
new file mode 100644
index 00000000000..113a1efa489
--- /dev/null
+++ b/tests/value/oracle_symblocs/wide_string.res.oracle
@@ -0,0 +1,31 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/wide_string.c (with preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+tests/value/wide_string.c:16:[value] warning: accessing out of bounds index. assert 4 < 4;
+tests/value/wide_string.c:19:[value] warning: accessing out of bounds index. assert 4 < 4;
+[value] Recording results for main
+[value] done for function main
+tests/value/wide_string.c:16:[value] assertion 'Value,index_bound' got final status invalid.
+tests/value/wide_string.c:19:[value] assertion 'Value,index_bound' got final status invalid.
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  p ∈ {{ "bar" }}
+  q ∈ {{ L"foO" }}
+  __retres ∈ {0}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  \result FROM "bar"{[bits 8 to 15]; [bits 24 to 31]};
+               L"foO"{[bits 32 to 63]; [bits 96 to 127]}
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          p; q; c; wc; __retres
+[inout] Inputs for function main:
+          "bar"{[bits 8 to 15]; [bits 24 to 31]};
+          L"foO"{[bits 32 to 63]; [bits 96 to 127]}
diff --git a/tests/value/oracle_symblocs/widen_non_constant.err.oracle b/tests/value/oracle_symblocs/widen_non_constant.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/widen_non_constant.res.oracle b/tests/value/oracle_symblocs/widen_non_constant.res.oracle
new file mode 100644
index 00000000000..aafa83cfb3c
--- /dev/null
+++ b/tests/value/oracle_symblocs/widen_non_constant.res.oracle
@@ -0,0 +1,144 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/widen_non_constant.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  N ∈ {24}
+  A[0..23] ∈ [--..--]
+  B[0..25] ∈ [--..--]
+  C[0..23] ∈ [--..--]
+  t[0..19] ∈ {0}
+  u[0..39] ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/widen_non_constant.i:84.
+tests/value/widen_non_constant.i:10:[value] entering loop for the first time
+[value] Called Frama_C_show_each_out({0})
+tests/value/widen_non_constant.i:12:[value] entering loop for the first time
+[value] Called Frama_C_show_each_in({0}, {1})
+[value] Called Frama_C_show_each_in({0}, {1; 2})
+[value] Called Frama_C_show_each_in({0}, {1; 2; 3})
+[value] Called Frama_C_show_each_in({0}, [1..23])
+[value] Called Frama_C_show_each_out({0; 1})
+[value] Called Frama_C_show_each_in({0; 1}, [1..23])
+[value] Called Frama_C_show_each_out({0; 1; 2})
+[value] Called Frama_C_show_each_in({0; 1; 2}, [1..23])
+[value] Called Frama_C_show_each_out([0..22])
+[value] Called Frama_C_show_each_in([0..23], [1..23])
+[value] Recording results for main1
+[value] Done for function main1
+[value] computing for function main2 <- main.
+        Called from tests/value/widen_non_constant.i:85.
+tests/value/widen_non_constant.i:26:[value] entering loop for the first time
+[value] Called Frama_C_show_each_out({0})
+tests/value/widen_non_constant.i:28:[value] entering loop for the first time
+[value] Called Frama_C_show_each_in({0}, {1})
+[value] Called Frama_C_show_each_in({0}, {1; 2})
+[value] Called Frama_C_show_each_in({0}, {1; 2; 3})
+[value] Called Frama_C_show_each_in({0}, [1..23])
+[value] Called Frama_C_show_each_out({0; 1})
+[value] Called Frama_C_show_each_in({0; 1}, [1..23])
+[value] Called Frama_C_show_each_out({0; 1; 2})
+[value] Called Frama_C_show_each_in([0..25], [1..23])
+[value] Called Frama_C_show_each_out([0..22])
+[value] Recording results for main2
+[value] Done for function main2
+[value] computing for function main3 <- main.
+        Called from tests/value/widen_non_constant.i:86.
+tests/value/widen_non_constant.i:45:[value] entering loop for the first time
+[value] Called Frama_C_show_each_out({0})
+tests/value/widen_non_constant.i:47:[value] entering loop for the first time
+[value] Called Frama_C_show_each_in({0}, {1})
+[value] Called Frama_C_show_each_in({0}, {1; 2})
+[value] Called Frama_C_show_each_in({0}, {1; 2; 3})
+[value] Called Frama_C_show_each_in({0}, [1..23])
+[value] Called Frama_C_show_each_out({0; 1})
+[value] Called Frama_C_show_each_in({0; 1}, [1..23])
+[value] Called Frama_C_show_each_out({0; 1; 2})
+[value] Called Frama_C_show_each_in([0..2147483647], [1..23])
+tests/value/widen_non_constant.i:49:[value] warning: out of bounds read. assert \valid_read(p+j);
+tests/value/widen_non_constant.i:45:[value] warning: signed overflow. assert j+1 ≤ 2147483647;
+[value] Called Frama_C_show_each_out([0..22])
+[value] Recording results for main3
+[value] Done for function main3
+[value] computing for function main4 <- main.
+        Called from tests/value/widen_non_constant.i:87.
+tests/value/widen_non_constant.i:63:[value] entering loop for the first time
+tests/value/widen_non_constant.i:69:[value] entering loop for the first time
+[value] Called Frama_C_show_each({43})
+tests/value/widen_non_constant.i:75:[value] entering loop for the first time
+[value] Called Frama_C_show_each({35; 36; 37; 38; 39; 40; 41; 42})
+[value] Recording results for main4
+[value] Done for function main4
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  i ∈ {24} or UNINITIALIZED
+  j ∈ {23; 24}
+[value:final-states] Values at end of function main2:
+  i ∈ {24; 25} or UNINITIALIZED
+  j ∈ {23; 24; 25; 26}
+[value:final-states] Values at end of function main3:
+  i ∈ [24..2147483647] or UNINITIALIZED
+  j ∈ [23..2147483647]
+  p ∈ {{ &C[0] }}
+[value:final-states] Values at end of function main4:
+  t[0] ∈ {-1}
+   [1..19] ∈ [0..18]
+  u[0..39] ∈ [0..42]
+  i ∈ {19}
+  j ∈ {35; 36; 37; 38; 39; 40; 41; 42}
+  maxi ∈ {19}
+  maxj ∈ {35}
+[value:final-states] Values at end of function main:
+  t[0] ∈ {-1}
+   [1..19] ∈ [0..18]
+  u[0..39] ∈ [0..42]
+[from] Computing for function main1
+[from] Done for function main1
+[from] Computing for function main2
+[from] Done for function main2
+[from] Computing for function main3
+[from] Done for function main3
+[from] Computing for function main4
+[from] Done for function main4
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  NO EFFECTS
+[from] Function main2:
+  NO EFFECTS
+[from] Function main3:
+  NO EFFECTS
+[from] Function main4:
+  t[0] FROM \nothing
+   [1..19] FROM \nothing (and SELF)
+  u[0..39] FROM \nothing (and SELF)
+[from] Function main:
+  t[0] FROM \nothing
+   [1..19] FROM \nothing (and SELF)
+  u[0..39] FROM \nothing (and SELF)
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          i; j
+[inout] Inputs for function main1:
+          N; A[0..23]
+[inout] Out (internal) for function main2:
+          i; j
+[inout] Inputs for function main2:
+          N; B[0..25]
+[inout] Out (internal) for function main3:
+          i; j; p
+[inout] Inputs for function main3:
+          N; C[0..23]
+[inout] Out (internal) for function main4:
+          t[0..19]; u[0..39]; i; j; maxi; maxj
+[inout] Inputs for function main4:
+          \nothing
+[inout] Out (internal) for function main:
+          t[0..19]; u[0..39]
+[inout] Inputs for function main:
+          N; A[0..23]; B[0..25]; C[0..23]
diff --git a/tests/value/oracle_symblocs/widen_on_non_monotonic.err.oracle b/tests/value/oracle_symblocs/widen_on_non_monotonic.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/widen_on_non_monotonic.res.oracle b/tests/value/oracle_symblocs/widen_on_non_monotonic.res.oracle
new file mode 100644
index 00000000000..488649933b3
--- /dev/null
+++ b/tests/value/oracle_symblocs/widen_on_non_monotonic.res.oracle
@@ -0,0 +1,53 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/widen_on_non_monotonic.i (no preprocessing)
+tests/value/widen_on_non_monotonic.i:57:[kernel] warning: Calling undeclared function fn1. Old style K&R code?
+tests/value/widen_on_non_monotonic.i:58:[kernel] warning: Calling undeclared function fn2. Old style K&R code?
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  a ∈ {0}
+  b ∈ {0}
+  c ∈ {0}
+  d ∈ {0}
+  u ∈ {0}
+  g ∈ {0}
+  i ∈ {0}
+  j ∈ {0}
+  k ∈ {0}
+[value] computing for function main1 <- main.
+        Called from tests/value/widen_on_non_monotonic.i:71.
+tests/value/widen_on_non_monotonic.i:25:[value] entering loop for the first time
+tests/value/widen_on_non_monotonic.i:23:[value] entering loop for the first time
+tests/value/widen_on_non_monotonic.i:26:[value] entering loop for the first time
+tests/value/widen_on_non_monotonic.i:27:[value] warning: signed overflow. assert -2147483648 ≤ b-1;
+[value] Recording results for main1
+[value] Done for function main1
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main1:
+  NON TERMINATING FUNCTION
+[value:final-states] Values at end of function main:
+  NON TERMINATING FUNCTION
+[from] Computing for function main1
+[from] Non-terminating function main1 (no dependencies)
+[from] Done for function main1
+[from] Computing for function main
+[from] Non-terminating function main (no dependencies)
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main1:
+  NON TERMINATING - NO EFFECTS
+[from] Function main:
+  NON TERMINATING - NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main1:
+          a; b; c; d
+[inout] Inputs for function main1:
+          a{.f0[bits 0 to 15]; .f1[bits 0 to 15]; .f3}; b; c; d
+[inout] Out (internal) for function main:
+          a; b; c; d
+[inout] Inputs for function main:
+          a{.f0[bits 0 to 15]; .f1[bits 0 to 15]; .f3}; b; c; d
diff --git a/tests/value/oracle_symblocs/widen_overflow.err.oracle b/tests/value/oracle_symblocs/widen_overflow.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/widen_overflow.res.oracle b/tests/value/oracle_symblocs/widen_overflow.res.oracle
new file mode 100644
index 00000000000..c1036e883e7
--- /dev/null
+++ b/tests/value/oracle_symblocs/widen_overflow.res.oracle
@@ -0,0 +1,36 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/widen_overflow.i (no preprocessing)
+tests/value/widen_overflow.i:9:[kernel] warning: Calling undeclared function u. Old style K&R code?
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Called Frama_C_show_each({4})
+tests/value/widen_overflow.i:9:[value] entering loop for the first time
+[value] computing for function u <- main.
+        Called from tests/value/widen_overflow.i:9.
+tests/value/widen_overflow.i:9:[kernel] warning: Neither code nor specification for function u, generating default assigns from the prototype
+[value] using specification for function u
+[value] Done for function u
+[value] computing for function u <- main.
+        Called from tests/value/widen_overflow.i:9.
+[value] Done for function u
+[value] computing for function u <- main.
+        Called from tests/value/widen_overflow.i:9.
+[value] Done for function u
+[value] computing for function u <- main.
+        Called from tests/value/widen_overflow.i:9.
+[value] Done for function u
+[value] computing for function u <- main.
+        Called from tests/value/widen_overflow.i:9.
+[value] Done for function u
+[value] computing for function u <- main.
+        Called from tests/value/widen_overflow.i:9.
+[value] Done for function u
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  i ∈ [0..4294967294],0%2
+  __retres ∈ {0}
diff --git a/tests/value/oracle_symblocs/with_comment.err.oracle b/tests/value/oracle_symblocs/with_comment.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/with_comment.res.oracle b/tests/value/oracle_symblocs/with_comment.res.oracle
new file mode 100644
index 00000000000..34e4f195bd7
--- /dev/null
+++ b/tests/value/oracle_symblocs/with_comment.res.oracle
@@ -0,0 +1,28 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/with_comment.i (no preprocessing)
+[value] Analyzing a complete application starting at main2
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  HHH ∈ {0}
+  G ∈ {0}
+tests/value/with_comment.i:20:[value] entering loop for the first time
+tests/value/with_comment.i:21:[value] warning: signed overflow. assert G+1 ≤ 2147483647;
+[value] Recording results for main2
+[value] done for function main2
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main2:
+  i ∈ {11}
+  G ∈ [0..2147483647]
+[from] Computing for function main2
+[from] Done for function main2
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main2:
+  G FROM \nothing
+  \result FROM \nothing
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main2:
+          i; j; G
+[inout] Inputs for function main2:
+          G
diff --git a/tests/value/oracle_symblocs/zerolengtharrays.err.oracle b/tests/value/oracle_symblocs/zerolengtharrays.err.oracle
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/tests/value/oracle_symblocs/zerolengtharrays.res.oracle b/tests/value/oracle_symblocs/zerolengtharrays.res.oracle
new file mode 100644
index 00000000000..ed1d3c08ae1
--- /dev/null
+++ b/tests/value/oracle_symblocs/zerolengtharrays.res.oracle
@@ -0,0 +1,26 @@
+[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
+[kernel] Parsing tests/value/zerolengtharrays.i (no preprocessing)
+[value] Analyzing a complete application starting at main
+[value] Computing initial state
+[value] Initial state computed
+[value:initial-state] Values of globals at initialization
+  
+[value] Recording results for main
+[value] done for function main
+[value] ====== VALUES COMPUTED ======
+[value:final-states] Values at end of function main:
+  T[bits 0 to 31] ∈ {4}
+   [bits 32 to 63] ∈ {5}
+   [8..99] ∈ UNINITIALIZED
+  F ∈ {{ (struct foo *)&T }}
+[from] Computing for function main
+[from] Done for function main
+[from] ====== DEPENDENCIES COMPUTED ======
+       These dependencies hold at termination for the executions that terminate:
+[from] Function main:
+  NO EFFECTS
+[from] ====== END OF DEPENDENCIES ======
+[inout] Out (internal) for function main:
+          T[0..7]; F
+[inout] Inputs for function main:
+          \nothing
diff --git a/tests/value/paths.i b/tests/value/paths.i
deleted file mode 100644
index d7552bd4e21..00000000000
--- a/tests/value/paths.i
+++ /dev/null
@@ -1,53 +0,0 @@
-/* run.config*
-   OPT: @VALUECONFIG@ -experimental-path-deps -deps -journal-disable
-*/
-int a,b,c,d,e,i,d1,d2,d3,d4,X1,X2,X3,X4,X5,X;
-
-void f1(void)
-{
-  X = X1;
-  if (d1) X = X4;
-}
-
-void f2(void)
-{
-  X = X2;
-}
-
-void f3(void)
-{
-  X = X3;
-}
-
-int f(int fx, int fy, int fz)
-{
-  d2 = fx;
-  if (fy) i++;
-  return d3;
-}
-
-void (*t[3])(void)={f1, f2, f3};
-
-/*@ assigns \result \from x ; */
-int unknownfun(int x);
-
-int main(int r,int s,int u,int v,int w,int x,int y,int z,int ww){
-  d1 = x;
-  c = u?a:b;
-  d = b + v;
-  d4 = unknownfun(ww);
-  if (d4)
-    i++;
-  r++;
-  if (d)
-    a=1;
-  (t[w])();
-  if (X)
-    i++;
-  d3 = z;
-  if (f(y,s,r))
-    i++;
-  if (d2)
-    i++;
-  return 0;
-}
diff --git a/tests/value/simplify_cfg.i b/tests/value/simplify_cfg.i
index aba29b4bd07..7ddcf35884c 100644
--- a/tests/value/simplify_cfg.i
+++ b/tests/value/simplify_cfg.i
@@ -1,6 +1,6 @@
 /* run.config*
-   OPT: -simplify-cfg -keep-switch -val @VALUECONFIG@ -check -journal-disable
-   OPT: -simplify-cfg -val @VALUECONFIG@ -check -journal-disable
+   OPT: -simplify-cfg -keep-switch -val @VALUECONFIG@ -journal-disable
+   OPT: -simplify-cfg -val @VALUECONFIG@ -journal-disable
 */
 
 int main(int x, int y) {
diff --git a/tests/value/struct3.i b/tests/value/struct3.i
index 388dc00ed9a..1812cb33a02 100644
--- a/tests/value/struct3.i
+++ b/tests/value/struct3.i
@@ -1,3 +1,7 @@
+/* run.config*
+   STDOPT: +"-value-msg-key garbled-mix"
+*/
+
 struct st1 {
  int a;
  int *b;
@@ -19,7 +23,7 @@ struct st2 tab_s2[2];
 struct st2 tab_s3[2];
 struct st2 tab_s4[2];
 
-struct st2 s1,s2,s4,s5,s6;
+struct st2 s1,s2;
 struct st1 s8,s7;
 
 volatile int v;
@@ -36,4 +40,8 @@ void main () {
   s1.d[9] = 2;
 
   if (v) s1.d[10] = 2;
+
+  s2 = s1; // Creates a garbled mix internally; make sure not to log it
+
+  s2.a = s2.c + (int) s2.c; // creates a garbled mix in the struct
 }
diff --git a/tests/value/switch2.i b/tests/value/switch2.i
index f5d69a9daeb..d485215334b 100644
--- a/tests/value/switch2.i
+++ b/tests/value/switch2.i
@@ -1,5 +1,5 @@
 /*run.config*
-  STDOPT: #"-simplify-cfg -check"
+  STDOPT: #"-simplify-cfg"
  */
 
 int f(int x) { return x+1; }
diff --git a/tests/value/symbolic_locs.i b/tests/value/symbolic_locs.i
new file mode 100644
index 00000000000..51c309a3cee
--- /dev/null
+++ b/tests/value/symbolic_locs.i
@@ -0,0 +1,77 @@
+/* run.config*
+   STDOPT: +"-value-msg-key d-symblocs"
+*/
+
+volatile v;
+int t[10]; extern u[10];
+
+void main1() {
+  unsigned int i = v;
+  int k = v;
+
+  t[i] = 3; 
+  t[i] = t[i]+1; // The equality domain loses information here
+  u[k] = t[i] + 2; Frama_C_dump_each();
+  int j = t[i] + u[k]; 
+
+  int *p = &t[i]; Frama_C_dump_each();
+  int q = *p+1; // Does not write without adding something here, because otherwise we do a copy...
+
+  if (u[i]+12 < 18) {
+    Frama_C_dump_each();
+
+    int iz = u[i]+11;
+  }
+}
+
+
+void main2_kill_direct() {
+  unsigned int i = v;  //@ assert i <= 8;
+
+  t[i] = 4;
+  Frama_C_dump_each();
+  t[2] = 1;
+  Frama_C_dump_each(); // t written, should be empty. Could be improved by
+                       // detecting we write exactly in the location stored,
+                       // and joining the current and previous value.
+                       // Can be done syntactically on the lvalue
+}
+
+void main3_kill_indirect() {
+  unsigned int i = v;  //@ assert i <= 8;
+
+  t[i] = 4;
+  Frama_C_dump_each();
+  i = 8;
+  Frama_C_dump_each(); // i written, should be empty
+}
+
+
+void main4_scope_right() {
+  unsigned int i = v;  //@ assert i <= 8;
+  {
+    int x;
+    t[i] = &x;
+    Frama_C_dump_each();
+  }
+  Frama_C_dump_each(); // Should be empty, x out-of-scope
+}
+
+void main5_scope_lv() {
+  int z = 1;
+  {
+    unsigned int i = v; //@ assert i <= 8;
+    t[i] = z;
+    Frama_C_dump_each();
+  }
+  Frama_C_dump_each(); // Should be empty, i out-of-scope
+}
+
+void main() {
+  //  if (v) main1();
+  if (v) main2_kill_direct();
+  if (v) main3_kill_indirect();
+  if (v) main4_scope_right();
+  if (v) main5_scope_lv();
+  Frama_C_dump_each(); // empty
+}
-- 
GitLab