Another incorrect computation from boole

Bug #1856337 reported by Paul F. Dietz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

(defun f395 (a b)
  (declare (type (integer -749801535105 12540287952918921671) a))
  (declare (type (integer 12182199419127 3357832105155264) b))
  (boole boole-nand (max 0 a) b))

(defun f395-unopt (a b)
  (boole boole-nand (max 0 a) b))

;; (f395 7032802251490087809 1839062321534803) ==> -34630604612
;; (f395-unopt 7032802251490087809 1839062321534803) ==> -149542173414146

Stas Boukarev (stassats)
Changed in sbcl:
status: New → Fix Committed
Stas Boukarev (stassats)
Changed in sbcl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.