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
Reported by: USTCHCS Analysis Toolsuite Bugfinder
(bugfinder-2.3: LHS and RHS of a logical binary-operator (&&, ||), relational/equality binary-operator expression should not contain the same sub-expression.)
The text was updated successfully, but these errors were encountered:
z3/src/util/mpf.cpp
Line 748 in 558233d
z3/src/util/mpf.cpp
Line 749 in 558233d
x.sbits == y.sbits
appears twice.z.ebits == z.ebits
is always true.It is very likely a copy-paste bug.
SASSERT(x.sbits == y.sbits && x.ebits == y.ebits && x.sbits == y.sbits && z.ebits == z.ebits);
Reported by: USTCHCS Analysis Toolsuite Bugfinder
(bugfinder-2.3: LHS and RHS of a logical binary-operator (&&, ||), relational/equality binary-operator expression should not contain the same sub-expression.)
The text was updated successfully, but these errors were encountered: