File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -840,6 +840,7 @@ 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" << messaget::eom;
843
844
log .status () << " Performing a full slice" << messaget::eom;
844
845
if (options.is_set (" property" ))
845
846
property_slicer (goto_model, options.get_list_option (" property" ));
Original file line number Diff line number Diff line change @@ -1743,7 +1743,9 @@ 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" << messaget::eom;
1746
1747
log .status () << " Performing a full slice" << messaget::eom;
1748
+
1747
1749
if (cmdline.isset (" property" ))
1748
1750
property_slicer (goto_model, cmdline.get_values (" property" ));
1749
1751
else
@@ -1806,6 +1808,7 @@ void goto_instrument_parse_optionst::instrument_goto_program()
1806
1808
goto_model.goto_functions .update ();
1807
1809
1808
1810
log .status () << " Performing a reachability slice" << messaget::eom;
1811
+
1809
1812
if (cmdline.isset (" property" ))
1810
1813
{
1811
1814
reachability_slicer (
You can’t perform that action at this time.
0 commit comments