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.
1 parent 5867785 commit 0f1abe1Copy full SHA for 0f1abe1
src/goto-symex/symex_target_equation.cpp
@@ -961,8 +961,12 @@ void symex_target_equationt::SSA_stept::validate(
961
case goto_trace_stept::typet::CONSTRAINT:
962
validate_full_expr(cond_expr, ns, vm);
963
break;
964
- case goto_trace_stept::typet::ASSIGNMENT:
965
case goto_trace_stept::typet::DECL:
+ validate_full_expr(ssa_lhs, ns, vm);
966
+ validate_full_expr(ssa_full_lhs, ns, vm);
967
+ validate_full_expr(original_full_lhs, ns, vm);
968
+ break;
969
+ case goto_trace_stept::typet::ASSIGNMENT:
970
validate_full_expr(ssa_lhs, ns, vm);
971
validate_full_expr(ssa_full_lhs, ns, vm);
972
validate_full_expr(original_full_lhs, ns, vm);
0 commit comments