You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike `goto_convertt::remove_assignment`, the assignment handling code
in `goto_convertt::clean_expr` did not move type casts to the right-hand
side. This resulted in dump-c producing syntactically invalid code. The
modified code now uses the same approach as the `ID_assign` case of
`goto_convertt::remove_assignment` to avoid this problem.
This should address all failures of the CSmith CI job seen since March
2021.
0 commit comments