Skip to content
Snippets Groups Projects
Commit 0608d9fa authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

Merge branch 'fix/andre/libc-extern-ghost' into 'master'

sync with frama-c/frama-c!1450

See merge request !160
parents d6f56d93 e71091a9
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 88 deletions
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -31,16 +31,8 @@ void __e_acsl_globals_init(void) ...@@ -31,16 +31,8 @@ void __e_acsl_globals_init(void)
{ {
__e_acsl_store_block((void *)(& f),(size_t)1); __e_acsl_store_block((void *)(& f),(size_t)1);
__e_acsl_full_init((void *)(& f)); __e_acsl_full_init((void *)(& f));
__e_acsl_store_block((void *)(& __fc_wctomb_state),(size_t)4);
__e_acsl_full_init((void *)(& __fc_wctomb_state));
__e_acsl_store_block((void *)(& __fc_mbtowc_state),(size_t)4);
__e_acsl_full_init((void *)(& __fc_mbtowc_state));
__e_acsl_store_block((void *)(& __fc_mblen_state),(size_t)4);
__e_acsl_full_init((void *)(& __fc_mblen_state));
__e_acsl_store_block((void *)(& __fc_rand_max),(size_t)8); __e_acsl_store_block((void *)(& __fc_rand_max),(size_t)8);
__e_acsl_full_init((void *)(& __fc_rand_max)); __e_acsl_full_init((void *)(& __fc_rand_max));
__e_acsl_store_block((void *)(& __fc_random_counter),(size_t)4);
__e_acsl_full_init((void *)(& __fc_random_counter));
return; return;
} }
...@@ -60,11 +52,7 @@ int main(void) ...@@ -60,11 +52,7 @@ int main(void)
__e_acsl_full_init((void *)(& __retres)); __e_acsl_full_init((void *)(& __retres));
__retres = 0; __retres = 0;
__e_acsl_delete_block((void *)(& f)); __e_acsl_delete_block((void *)(& f));
__e_acsl_delete_block((void *)(& __fc_wctomb_state));
__e_acsl_delete_block((void *)(& __fc_mbtowc_state));
__e_acsl_delete_block((void *)(& __fc_mblen_state));
__e_acsl_delete_block((void *)(& __fc_rand_max)); __e_acsl_delete_block((void *)(& __fc_rand_max));
__e_acsl_delete_block((void *)(& __fc_random_counter));
__e_acsl_delete_block((void *)(& x)); __e_acsl_delete_block((void *)(& x));
__e_acsl_delete_block((void *)(& __retres)); __e_acsl_delete_block((void *)(& __retres));
__e_acsl_memory_clean(); __e_acsl_memory_clean();
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -6,12 +6,8 @@ tests/gmp/cast.i:23:[e-acsl] warning: approximating a real number by a float ...@@ -6,12 +6,8 @@ tests/gmp/cast.i:23:[e-acsl] warning: approximating a real number by a float
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -6,12 +6,8 @@ tests/gmp/cast.i:23:[e-acsl] warning: approximating a real number by a float ...@@ -6,12 +6,8 @@ tests/gmp/cast.i:23:[e-acsl] warning: approximating a real number by a float
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
...@@ -4,12 +4,8 @@ ...@@ -4,12 +4,8 @@
[value] Computing initial state [value] Computing initial state
[value] Initial state computed [value] Initial state computed
[value:initial-state] Values of globals at initialization [value:initial-state] Values of globals at initialization
__fc_random_counter ∈ {0}
__fc_rand_max ∈ {32767} __fc_rand_max ∈ {32767}
__fc_heap_status ∈ [--..--] __fc_heap_status ∈ [--..--]
__fc_mblen_state ∈ {0}
__fc_mbtowc_state ∈ {0}
__fc_wctomb_state ∈ {0}
__e_acsl_init ∈ [--..--] __e_acsl_init ∈ [--..--]
__e_acsl_internal_heap ∈ [--..--] __e_acsl_internal_heap ∈ [--..--]
__e_acsl_heap_allocation_size ∈ [--..--] __e_acsl_heap_allocation_size ∈ [--..--]
......
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