Resolves issue #33, confirming that it is possible.
In addition, this PR also simplifies and corrected the handling of multiplication and division in ErrorState::propagateError(). Previously assertion may be triggered due to unequal widths in the creation of AddExpr (call to AddExpr::create()).
Resolves issue #33, confirming that it is possible.
In addition, this PR also simplifies and corrected the handling of multiplication and division in
ErrorState::propagateError()
. Previously assertion may be triggered due to unequal widths in the creation ofAddExpr
(call toAddExpr::create()
).