File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -840,6 +840,8 @@ bool cbmc_parse_optionst::process_goto_program(
840
840
// full slice?
841
841
if (options.get_bool_option (" full-slice" ))
842
842
{
843
+ log.warning () << " **** WARNING: Unsound option --full-slice"
844
+ << messaget::eom;
843
845
log.status () << " Performing a full slice" << messaget::eom;
844
846
if (options.is_set (" property" ))
845
847
property_slicer (goto_model, options.get_list_option (" property" ));
Original file line number Diff line number Diff line change @@ -1743,6 +1743,8 @@ void goto_instrument_parse_optionst::instrument_goto_program()
1743
1743
do_indirect_call_and_rtti_removal ();
1744
1744
do_remove_returns ();
1745
1745
1746
+ log.warning () << " **** WARNING: Unsound option --full-slice"
1747
+ << messaget::eom;
1746
1748
log.status () << " Performing a full slice" << messaget::eom;
1747
1749
if (cmdline.isset (" property" ))
1748
1750
property_slicer (goto_model, cmdline.get_values (" property" ));
You can’t perform that action at this time.
0 commit comments