Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] question about slicer



Pascal Cuoq wrote :
> One possibility, which is only a special case of the situation Anne
> described, is that Frama-C thinks that a run-time error is certainly
> happening. 

To find this kind of problem, I suggest that you try run Frama-C with its GUI,
and to analyze your application with the value analysis (option -val).
Dead code should be highlighted in red.
This code is ignored by the slicing tool.

Maybe it can help to understand the problem ?

-- 
Anne.