We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b06a880 + d91d678 commit d3b72f2Copy full SHA for d3b72f2
src/goto-instrument/goto_instrument_parse_options.cpp
@@ -1288,6 +1288,11 @@ void goto_instrument_parse_optionst::instrument_goto_program()
1288
do_remove_returns();
1289
1290
log.status() << "Propagating Constants" << messaget::eom;
1291
+ log.warning() << "**** WARNING: Constant propagation as performed by "
1292
+ "goto-instrument is not expected to be sound. Do not use "
1293
+ "--constant-propagator if soundness is important for your "
1294
+ "use case."
1295
+ << messaget::eom;
1296
1297
constant_propagator_ait constant_propagator_ai(goto_model);
1298
remove_skip(goto_model);
0 commit comments