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
Since 4ab7663 the constructor of
equal_exprt enforces that the given expressions have the same type. This
fixes an instance in boolbvt::convert_extractbit where a temporary and
type-inconsistent equality was constructed, which has then triggered the
precondition of the equal_exprt constructor.
0 commit comments