Skip to content
Snippets Groups Projects
Commit 2867b3c9 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'fix/eva/long-double' into 'master'

sync with frama-c/frama-c!1439

See merge request !158
parents f8508879 d24fdf11
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,5 @@ tests/bts/bts1307.i:23:[e-acsl] warning: approximating a real number by a float
tests/bts/bts1307.i:11:[e-acsl] warning: approximating a real number by a float
[e-acsl] translation done in project "e-acsl".
FRAMAC_SHARE/e-acsl/e_acsl.h:94:[value] warning: function __e_acsl_assert: precondition got status unknown.
[value] user error: type long double not implemented. Using double instead
[value] user error: type long double wider than 64 bits not supported.
Using double instead for the remainder of the analysis.
......@@ -20,5 +20,6 @@ tests/gmp/cast.i:23:[e-acsl] warning: approximating a real number by a float
__e_acsl_math_INFINITY ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
[value] using specification for function __e_acsl_memory_init
[value] using specification for function __e_acsl_assert
[value] user error: type long double not implemented. Using double instead
[value] user error: type long double wider than 64 bits not supported.
Using double instead for the remainder of the analysis.
[value] done for function main
......@@ -27,7 +27,8 @@ FRAMAC_SHARE/e-acsl/e_acsl.h:94:[value] warning: function __e_acsl_assert: preco
[value] using specification for function __gmpz_clear
[value] using specification for function __gmpz_get_ui
[value] using specification for function __gmpz_init_set_ui
[value] user error: type long double not implemented. Using double instead
[value] user error: type long double wider than 64 bits not supported.
Using double instead for the remainder of the analysis.
tests/gmp/cast.i:23:[value] warning: accessing out of bounds index. assert 0 ≤ __gen_e_acsl_cast_9;
tests/gmp/cast.i:23:[value] warning: accessing out of bounds index. assert __gen_e_acsl_cast_9 < 2;
[value] done for function main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment