File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
jbmc/regression/jbmc/JumpSimplification Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- KNOWNBUG
1+ CORE
22Test.class
33--show-goto-functions --function Test.foo
44activate-multi-line-match
Original file line number Diff line number Diff line change @@ -1460,8 +1460,10 @@ void goto_convertt::convert_goto(
14601460 const codet &code,
14611461 goto_programt &dest)
14621462{
1463- // this instruction will turn into a goto during post-processing
1464- goto_programt::targett t=dest.add_instruction (NO_INSTRUCTION_TYPE);
1463+ // this instruction will be completed during post-processing
1464+ // it is required to mark this as GOTO in order to enable
1465+ // simplifications in generate_ifthenelse
1466+ goto_programt::targett t = dest.add_instruction (GOTO);
14651467 t->source_location =code.source_location ();
14661468 t->code =code;
14671469
You can’t perform that action at this time.
0 commit comments