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 @@ -857,6 +857,7 @@ bool cbmc_parse_optionst::process_goto_program(
857
857
// full slice?
858
858
if (options.get_bool_option (" full-slice" ))
859
859
{
860
+ log .warning () << " WARNING: Unsound option --full-slice" << messaget::eom;
860
861
log .status () << " Performing a full slice" << messaget::eom;
861
862
if (options.is_set (" property" ))
862
863
property_slicer (goto_model, options.get_list_option (" property" ));
Original file line number Diff line number Diff line change @@ -1632,7 +1632,9 @@ void goto_instrument_parse_optionst::instrument_goto_program()
1632
1632
do_indirect_call_and_rtti_removal ();
1633
1633
do_remove_returns ();
1634
1634
1635
+ log .warning () << " WARNING: Unsound option --full-slice" << messaget::eom;
1635
1636
log .status () << " Performing a full slice" << messaget::eom;
1637
+
1636
1638
if (cmdline.isset (" property" ))
1637
1639
property_slicer (goto_model, cmdline.get_values (" property" ));
1638
1640
else
@@ -1695,6 +1697,7 @@ void goto_instrument_parse_optionst::instrument_goto_program()
1695
1697
goto_model.goto_functions .update ();
1696
1698
1697
1699
log .status () << " Performing a reachability slice" << messaget::eom;
1700
+
1698
1701
if (cmdline.isset (" property" ))
1699
1702
{
1700
1703
reachability_slicer (
You can’t perform that action at this time.
0 commit comments